aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into ↵Dhruv2013-12-251-13/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop # By Joas Schilling # Via Joas Schilling * nickvergessen/feature/pagination-class: [ticket/11849] Fix more function calls [ticket/11849] Update more MCP calls to pagination class [ticket/11849] Update some ACP modules with new pagination [ticket/11849] Update rest of the UCP modules [ticket/11849] Update UCP notifications and pm folder [ticket/11849] Update search and memberlist [ticket/11849] Update pagination in viewonline.php [ticket/11849] Remove old pagination test [ticket/11849] Update pagination code in viewtopic.php [ticket/11849] Replace pagination in viewforum.php with class [ticket/11849] Add service definition [ticket/11849] Remove pagination functions [ticket/11849] Test validate_start and on_page [ticket/11849] Move pagination code to class
| * [ticket/11849] Update pagination code in viewtopic.phpJoas Schilling2013-12-181-13/+9
| | | | | | | | PHPBB3-11849
* | [ticket/11241] Consolidate topic actions into "Topic tools" dropdown.Cesar G2013-12-061-4/+5
| | | | | | | | PHPBB3-11241
* | Merge remote-tracking branch 'prototech/ticket/11672' into developJoas Schilling2013-12-031-2/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prototech/ticket/11672: [ticket/11672] Move the reapply_sid() call before meta_refresh() is called. [ticket/11672] Remove duplicate $request global. [ticket/11672] The json response call exits so the else is not necessary. [ticket/11672] Remove the messages for lock/unlock/change topic type. [ticket/11672] Clean up the logic in mcp_queue.php. [ticket/11672] Remove some messages that were missed in mcp_queue.php. [ticket/11672] Replace sprintf() usage with $user->lang(). [ticket/11672] Removed unnecessary text from alerts.
| * | [ticket/11672] Replace sprintf() usage with $user->lang().Cesar G2013-11-191-2/+3
| | | | | | | | | | | | PHPBB3-11672
| * | [ticket/11672] Removed unnecessary text from alerts.callumacrae2013-11-191-2/+11
| | | | | | | | | | | | | | | | | | | | | Messages like "Return to forum last visited" are entirely unnecessary when using AJAX to delete a post, so this commit removes them. PHPBB3-11672
* | | [ticket/12015] Fix variable name and event versionJoas Schilling2013-11-211-6/+14
| |/ |/| | | | | PHPBB3-12015
* | Merge pull request #1870 from nickvergessen/ticket/12015Nathan Guse2013-11-211-2/+33
|\ \ | | | | | | Ticket/12015 Enhance events in viewtopic to increase their usability
| * | [ticket/12015] Fix english grammarJoas Schilling2013-11-211-1/+1
| | | | | | | | | | | | PHPBB3-12015
| * | [ticket/12015] Add @change to events that got changedJoas Schilling2013-11-131-1/+3
| | | | | | | | | | | | PHPBB3-12015
| * | [ticket/12015] Add post counting information to eventJoas Schilling2013-11-131-3/+10
| | | | | | | | | | | | PHPBB3-12015
| * | [ticket/12015] Add an event after the post has been assigned to the templateJoas Schilling2013-11-131-0/+14
| | | | | | | | | | | | PHPBB3-12015
| * | [ticket/12015] Add attachments to core.viewtopic_modify_post_rowJoas Schilling2013-11-131-1/+2
| | | | | | | | | | | | PHPBB3-12015
| * | [ticket/12015] Add more parameters to core.viewtopic_get_post_dataJoas Schilling2013-11-131-1/+8
| |/ | | | | | | PHPBB3-12015
* | [ticket/11484] Display login box for users following email notification link.Cesar G2013-11-211-16/+3
|/ | | | | | | The link used for the latest post now uses view=unread so redirecting the user using the value for the e parameter is no longer necessary. PHPBB3-11484
* [ticket/10383] Update the results without the overlay popup.Cesar G2013-10-071-2/+0
| | | | PHPBB3-10383
* [ticket/10383] AJAXify poll votingCesar G2013-10-061-2/+28
| | | | PHPBB3-10383
* Merge pull request #1654 from rechosen/ticket/11786Nathan Guse2013-10-031-7/+7
|\ | | | | [ticket/11786] Fix various defects in PHPDoc in-code documentation
| * Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11786rechosen2013-09-231-1/+14
| |\
| * | [ticket/11786] Fix PHPDoc documentation of a few eventsrechosen2013-08-131-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fixed some PHPDoc errors I noticed while working on the karma extension. Mostly spacing issues or omitted characters, though there was one description that made no sense at all. PHPBB3-11786
* | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-49/+21
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * | [ticket/9550] Add the core.viewtopic_post_rowset_data event to viewtopic.phprechosen2013-09-061-1/+14
| |/ | | | | | | | | | | | | | | | | To allow extra fields added to the query retrieving post data to be used for setting template variables, they need to be added to the post rowset. This commit adds the core.viewtopic_post_rowset_data event that enables extension developers to modify the post rowset when the database row is still available. PHPBB3-9550
| * Merge pull request #1630 from brunoais/ticket/11638Joas Schilling2013-07-301-1/+1
| |\ | | | | | | [ticket/11638] Variable names goof...
| | * [ticket/11638] Variable names goof...Bruno Ais2013-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
| * | Merge pull request #1624 from brunoais/ticket/11638Joas Schilling2013-07-291-8/+3
| |\ \ | | |/ | | | [ticket/11638] Changed the layout to match the other similar commits
| | * [ticket/11638] Changed the layout to match the other similar commitsBruno Ais2013-07-291-8/+3
| | | | | | | | | | | | | | | | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
| * | Merge pull request #1542 from brunoais/ticket/11638Nathan Guse2013-07-291-46/+10
| |\ \ | | |/ | | | [ticket/11638] generate_text_for_display on viewtopic.php
| | * [ticket/11638] Removed the unneeded reset.Bruno Ais2013-07-241-3/+1
| | | | | | | | | | | | | | | | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
| | * [ticket/11638] Use the $parse_flags like the other commitsBruno Ais2013-07-241-1/+2
| | | | | | | | | | | | | | | | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
| | * [ticket/11638] Reverted to use the $parse tags way as the other onesBruno Ais2013-07-241-3/+2
| | | | | | | | | | | | | | | | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
| | * [ticket/11638] Updated: bitwise $parse_flags use optionset()Bruno Ais2013-07-241-2/+3
| | | | | | | | | | | | | | | | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
| | * [ticket/11638] Fixed not following guidelines for bracketsBruno Ais2013-07-201-1/+2
| | | | | | | | | | | | | | | | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
| | * [ticket/11638] Fixed typo in the variable name.Bruno Ais2013-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
| | * [ticket/11638] generate_text_for_display on viewtopic.phpBruno Ais2013-07-131-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | lines: 1403-1417 sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
| | * [ticket/11638] generate_text_for_display on viewtopic.phpBruno Ais2013-07-131-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | lines: 1395-1403 sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
| | * [ticket/11638] generate_text_for_display on viewtopic.phpBruno Ais2013-07-131-11/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | lines: 846-854 sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
| | * [ticket/11638] generate_text_for_display on viewtopic.phpBruno Ais2013-07-131-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | lines: 835-843 sub-task of ticket PHPBB3-11635: find and fix all bypasses of generate_text_for_* PHPBB3-11638
* | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+2
| | | | | | | | | | | | PHPBB3-11700
* | | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-2/+2
|/ / | | | | | | PHPBB3-11700
* | Merge remote-tracking branch 'phpbb/develop' into ticket/9657Joas Schilling2013-07-131-1/+8
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * phpbb/develop: (216 commits) [ticket/11626] Remove last reference to template in ldap [ticket/11626] Remove LDAP dependency on template [develop-olympus] Increment version number to 3.0.13-dev. [develop-olympus] Add changelog for 3.0.12 release. [develop-olympus] Bump version numbers for 3.0.12-RC1 release. [develop-olympus] Bumping version numbers to final for 3.0.12 releases. [ticket/11669] Fix PHP bug #55124 (recursive mkdir on /./) [ticket/11668] Run lint test at the end of the test suite [ticket/11548] Fix test errors in groups test on develop [ticket/11548] Check upload avatar URL the same way as in phpBB 3.0 [ticket/11548] Fix incorrect usage of array_map on acp groups page [ticket/11665] Fix test class name [ticket/11664] Stop creating php.html file in root path in tests [ticket/11665] Can't change file names already sent to set_filenames [ticket/11662] Typos: occured -> occurred [ticket/11662] Typos: occured -> occurred [ticket/11660] Fix bugs from bugs in #11651 (missing vars, db->sql_connect) [feature/auth-refactor] Add parent::setUp() in setUp() [feature/auth-refactor] Changes [feature/auth-refactor] DataProvider for acp_board test ...
| * Merge branch 'develop-olympus' into developNathaniel Guse2013-07-111-1/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Vjacheslav Trushkin # Via Nathaniel Guse (1) and Vjacheslav Trushkin (1) * develop-olympus: [ticket/10772] Remove unnecessary comment [ticket/10772] Functional tests for forum style Conflicts: tests/functional/forum_style_test.php
| | * [ticket/10772] Remove unnecessary commentVjacheslav Trushkin2013-05-161-1/+0
| | | | | | | | | | | | PHPBB3-10772
| * | Merge branch 'ticket/10772' into ticket/develop/10772Vjacheslav Trushkin2013-05-121-1/+9
| |\ \ | | |/ | | | | | | | | | * ticket/10772: [ticket/10772] Use forum specific style for trigger_error
| | * [ticket/10772] Use forum specific style for trigger_errorVjacheslav Trushkin2013-05-111-1/+9
| | | | | | | | | | | | PHPBB3-10772
* | | [ticket/9657] Remove sql_visibility as it is always non-emptyJoas Schilling2013-07-111-14/+5
| | | | | | | | | | | | PHPBB3-9657
* | | [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-111-7/+9
| | | | | | | | | | | | PHPBB3-9657
* | | [ticket/9657] Finish subsilver2 viewforum and viewtopicJoas Schilling2013-03-121-1/+1
| | | | | | | | | | | | PHPBB3-9657
* | | [ticket/9657] Include poster name in "deleted post" messageJoas Schilling2013-03-111-3/+5
| | | | | | | | | | | | | | | | | | Also switched from passive to active form PHPBB3-9657
* | | [ticket/9657] Correctly return to viewtopic page when handling postsJoas Schilling2013-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | While managing posts from viewtopic.php we should return to that page, rather then the MCP PHPBB3-9657
* | | [ticket/9657] Fix "Display this post" link if javascript is disabledJoas Schilling2013-03-061-2/+2
| | | | | | | | | | | | PHPBB3-9657