aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | [ticket/12052] Use different visibility when post was editedJoas Schilling2014-04-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... and needs to be reapproved. PHPBB3-12052
* | | | | | | Merge pull request #2325 from n-aleha/ticket/12406Joas Schilling2014-04-261-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12406] Fix variable description of core.viewtopic_modify_page_ti... * n-aleha/ticket/12406: [ticket/12406] Fix variable description of core.viewtopic_modify_page_title
| * | | | | | [ticket/12406] Fix variable description of core.viewtopic_modify_page_titlen-aleha2014-04-171-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Variable page_title should be described as "Title of the viewtopic page". PHPBB3-12406
* | | | | | Merge remote-tracking branch 'PayBas/ticket/12363' into develop-ascraeusCesar G2014-04-201-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12363: [ticket/12363] Fix typo [ticket/12363] changed _winner_ to _most-votes_ [ticket/12363] Mark winning (most votes) results bar
| * | | | | [ticket/12363] changed _winner_ to _most-votes_PayBas2014-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12363
| * | | | | [ticket/12363] Mark winning (most votes) results barPayBas2014-04-061-0/+2
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-12363
* | | | | Merge pull request #2301 from rxu/ticket/12401Joas Schilling2014-04-161-1/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12401] Add $topic_data array to core.viewtopic_modify_post_row event * rxu/ticket/12401: [ticket/12401] Pass more data to core.viewtopic_modify_post_row event
| * | | | | [ticket/12401] Pass more data to core.viewtopic_modify_post_row eventrxu2014-04-131-1/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $topic_data array is used in viewtopic.php to populate $post_row template block array data. Although $topic_data is not being passed to core.viewtopic_modify_post_row event for modifying/adding $post_row data in it. So, pass this array to the event. Also, total_posts is added. PHPBB3-12401
* | | | | Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-04-151-11/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10423] Replace foreach with function in viewtopic.php [ticket/10423] Remove unnecessary include in test [ticket/10423] Match multiple wildcards [ticket/10423] Move code into a function and add tests for it [ticket/10423] Remove * from search or highlight string
| * | | | [ticket/10423] Replace foreach with function in viewtopic.phpOliver Schramm2014-04-151-12/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-10423
| * | | | [ticket/10423] Move code into a function and add tests for itOliver Schramm2014-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-10423
| * | | | [ticket/10423] Remove * from search or highlight stringOliver Schramm2014-03-281-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10423
* | | | | Merge remote-tracking branch 'Elsensee/ticket/7707' into develop-ascraeusJoas Schilling2014-04-051-3/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Elsensee/ticket/7707: [ticket/7707] Fix undefined variable: perm_from [ticket/7707] Add comma to last entry of arrays [ticket/7707] Remove unnecessary variables [ticket/7707] Add get_username_string() once more [ticket/7707] Remove unnecessary variables [ticket/7707] Add get_username_string() where possible
| * | | | | [ticket/7707] Remove unnecessary variablesOliver Schramm2014-03-291-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-7707
| * | | | | [ticket/7707] Add get_username_string() where possibleOliver Schramm2014-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-7707
* | | | | | [ticket/12327] Coding style fixesPayBas2014-04-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12327
* | | | | | [ticket/12327] Changing poll result-bars width from absolute to relativePayBas2014-04-041-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12327
* | | | | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-191-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11766] Hide edit, quote and delete buttons if topic is locked Conflicts: phpBB/viewtopic.php
| * | | | [ticket/11766] Hide edit, quote and delete buttons if topic is lockedOliver Schramm2014-03-191-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But show quote button to guests if topic isn't locked PHPBB3-11766
* | | | | [ticket/8041] Merge item name into "Return to" string for better translationsJoas Schilling2014-03-121-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-8041
* | | | | [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-4/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12236
* | | | | [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-4/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12237
* | | | | [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-041-4/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12235
* | | | | [ticket/12187] Split generate_profile_fields_template() into 2 methodsJoas Schilling2014-03-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing the mode switch that wraps the content of the method PHPBB3-12187
* | | | | [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-031-4/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12187
* | | | | [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-281-16/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12234
* | | | | Merge pull request #2021 from nickvergessen/ticket/12171Nathan Guse2014-02-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Ticket/12171 Attachments from soft-deleted posts are still downloadable
| * | | | | [ticket/12171] Split post and pm download linksJoas Schilling2014-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12171 PHPBB3-12172
* | | | | | Merge pull request #2002 from prototech/ticket/12153Nathan Guse2014-02-181-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()
| * | | | | | [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12153
* | | | | | | [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-3/+0
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169
* | | | | | [ticket/12163] Use posts_per_page to calculate current page in viewtopic.phpCesar G2014-02-041-1/+1
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-12163
* | | | | [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11201
* | | | | [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-101-5/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11201
* | | | | 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