aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14906] Delete redundant sig key in user_cache_data arrayrxu2016-12-111-1/+0
| | | | PHPBB3-14906
* [ticket/13479] Add core.viewtopic_highlight_modifyJakub Senko2016-11-201-0/+22
| | | | PHPBB3-13479
* Merge pull request #4190 from marc1706/ticket/14437Tristan Darricau2016-03-251-1/+1
|\ | | | | | | | | | | | | | | | | | | [ticket/14437] Correctly assume index from attachment display order * marc1706/ticket/14437: [ticket/14437] Make sure attachments array is properly ordered before processing [ticket/14437] Preserve attachment ID order by ordering by attach_id [ticket/14437] Sort attachments after assigning inline attachments [ticket/14437] Correctly assume index from attachment display order
| * [ticket/14437] Preserve attachment ID order by ordering by attach_idMarc Alexander2016-03-061-1/+1
| | | | | | | | PHPBB3-14437
* | [ticket/14395] core.viewtopic_add_quickmod_option_beforeLaxSlash2016-03-231-8/+8
| | | | | | | | | | | | | | | | | | | | Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
* | [ticket/14395] core.viewtopic_add_quickmod_option_beforeLaxSlash2016-03-231-8/+8
| | | | | | | | | | | | | | | | | | | | Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
* | [ticket/14395] core.viewtopic_add_quickmod_option_beforeLaxSlash2016-03-221-3/+3
| | | | | | | | | | | | | | | | | | | | Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
* | [ticket/14395] Add event core.viewtopic_add_quickmod_option_afterLaxSlash2016-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. The function is run before any event can be called to modify ... meaning that any modifications done to this array will not affect the options displayed to the user on the viewtopic page itself. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
* | [ticket/14395] Add event core.viewtopic_add_quickmod_option_afterLaxSlash2016-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. The function is run before any event can be called to modify ... meaning that any modifications done to this array will not affect the options displayed to the user on the viewtopic page itself. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
* | [ticket/14395] Add event core.viewtopic_add_quickmod_option_afterLaxSlash2016-01-081-8/+35
| | | | | | | | | | | | | | | | | | | | | | | | Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. The function is run before any event can be called to modify ... meaning that any modifications done to this array will not affect the options displayed to the user on the viewtopic page itself. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
* | [ticket/14395] Move call to phpbb_add_quickmod_optionLaxSlash2016-01-071-8/+8
|/ | | | | | | | | | | Moved the call to function phpbb_add_quickmod_option to being under the core event core.viewtopic_assign_template_vars_before so as to enable the modification of elements in the BEFORE they are assigned to the template, so that removed elements don't show up in a non-functional state. Allows the user to perform additional permissions checks on the items within the array. PHPBB3-14395
* [ticket/14313] Check for item approved explicitlyRichard McGirr2015-11-261-1/+1
| | | | PHPBB3-14313
* [ticket/14313] Don't display quote button on unapproved postsRMcGirr832015-11-251-0/+3
| | | | PHPBB3-14313
* Merge pull request #3615 from rxu/ticket/13846Marc Alexander2015-10-071-1/+8
|\ | | | | | | [ticket/13846] Fix softdelete feature workflow in viewtopic
| * [ticket/13846] Fix softdelete feature workflow in viewtopicrxu2015-05-171-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - For permanent deletion of softdeleted post, disapprove mode has been changed to delete mode; - If post delete and softdelete are allowed, delete button triggers softdelete mode; - If a user can't permanently delete posts but can restore softdeleted posts, delete button won't be displayed for softdeleted posts. Subsilver2 is unaffected. PHPBB3-13846
* | [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-081-1/+1
|/ | | | PHPBB3-13930
* [ticket/13745] Add viewtopic.php core events to allow manipulating poll datarxu2015-04-151-5/+72
| | | | PHPBB3-13745
* [ticket/13595] Removed unused codeJoshyPHP2015-02-131-16/+0
| | | | PHPBB3-13595
* [ticket/13160] New line before comment blockbrunoais2015-01-111-0/+1
| | | | PHPBB3-13160
* [ticket/13146] Remove empty linebrunoais2015-01-101-1/+0
| | | | PHPBB3-13146
* [ticket/13146] "Make it" -> "Set it to"brunoais2015-01-101-2/+2
| | | | PHPBB3-13146
* [ticket/13146] Forced line feed on long linebrunoais2015-01-101-1/+2
| | | | PHPBB3-13146
* [ticket/13146] Fixed wrong tab + space into only tabbrunoais2015-01-101-5/+5
| | | | PHPBB3-13146
* [ticket/13160] Appending "_check" to override variable namesbrunoais2015-01-101-16/+16
| | | | PHPBB3-13160
* [ticket/13160] lowercase nullbrunoais2015-01-101-1/+1
| | | | PHPBB3-13160
* [ticket/13160] Wrong variable types fixedbrunoais2015-01-101-3/+3
| | | | PHPBB3-13160
* [ticket/13160] Removed an unwanted tab char.brunoais2015-01-101-1/+1
| | | | PHPBB3-13160
* [ticket/13160] Allow override topic_tracking_infobrunoais2015-01-101-0/+5
| | | | PHPBB3-13160
* [ticket/13160] Allow override f_read and forum passwordbrunoais2015-01-101-2/+8
| | | | | | | | Adds a couple of variables to the event that allows extension authors to bypass the f_read and forum password checks as if the user had those permissions whether or not he actually has them. PHPBB3-13160
* [ticket/13160] Viewtopic; before viewing permissions eventbrunoais2015-01-101-0/+21
| | | | | | An event before the f_Read permissions check in viewtopic PHPBB3-13160
* [ticket/13453] Sort param in Canonical URLTobi Schäfer2015-01-061-1/+1
| | | PHPBB3-13453
* [ticket/13326] fix CSomniError2014-11-111-2/+2
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-13326 PHPBB3-13326
* [ticket/13326] add viewtopic_url to eventomniError2014-11-101-0/+3
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-13326 PHPBB3-13326
* [ticket/13300] Don't show jabber in profile if jabber is disabledOliver Schramm2014-11-091-1/+1
| | | | PHPBB3-13300
* [ticket/13186] Don't show link on post count when search disabledOliver Schramm2014-10-201-1/+1
| | | | PHPBB3-13186
* [ticket/13177] Fix display of post count-based ranks in viewtopic.Cesar G2014-10-141-1/+1
| | | | PHPBB3-13177
* Merge pull request #2888 from Nicofuma/ticket/12993Joas Schilling2014-10-011-2/+8
|\ | | | | | | [ticket/12993] Improve get_user_ranks
| * [ticket/12993] Return an array instead of reference passingTristan Darricau2014-08-191-2/+8
| | | | | | | | PHPBB3-12993
| * [ticket/12993] Rename to phpbb_get_user_rankTristan Darricau2014-08-181-2/+2
| | | | | | | | PHPBB3-12993
| * [ticket/12993] Improve get_user_ranksForumhulp.com2014-08-181-2/+2
| | | | | | | | | | | | Explanation in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=46051 PHPBB3-12993
* | [ticket/13050] Allow topic/forum subscription when email/jabber is offrxu2014-09-071-1/+1
| | | | | | | | | | | | | | | | | | Currently, there's impossible to subscribe topic/forum if emails and/or jabber is disabled. This seems to be a 3.0 leftover since 3.1 introduces new notification system which handles this case and offers email/jabber-free board notifications. PHPBB3-13050
* | [ticket/13047] Add $post_list array to core.viewtopic_modify_page_title eventrxu2014-09-071-1/+3
| | | | | | | | PHPBB3-13047
* | Merge pull request #2865 from marc1706/ticket/12966Dhruv Goel2014-08-291-3/+3
|\ \ | | | | | | [ticket/12966] Sort posts by post_id in addition to sorting by post_time
| * | [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-231-2/+2
| | | | | | | | | | | | | | | | | | | | | This change was not applied to the search as this would require a larger rewrite of the search methods. PHPBB3-12966
| * | [ticket/12966] Sort posts by post_id in addition to sorting by post_timeMarc Alexander2014-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | | This should make sure that posts with the same post time are properly sorted on database backends like postgres. PHPBB3-12966
* | | [ticket/12994] Add core event to viewtopic.php before sending vars to templaterxu2014-08-211-0/+29
| |/ |/| | | | | | | | | | | Add core event to viewtopic.php before sending vars to template to allow extensions performing additional actions/modifying data first. PHPBB3-12994
* | [ticket/12938] Remove the 'Download all attachments' feature.Andreas Fischer2014-08-091-17/+1
|/ | | | PHPBB3-12938
* [ticket/12886] Remove obsolete check for f_user_lockMarc Alexander2014-08-071-2/+2
| | | | | | | | The user shouldn't be able to unlock his own topic if he doesn't have m_lock permissions. Also, the check for f_user_lock was never going to evaluate to true due to the topic not being unlocked making it obsolete anyway. PHPBB3-12886
* Merge pull request #2745 from nickvergessen/ticket/12861Tristan Darricau2014-07-211-0/+40
|\ | | | | | | | | | | | | [ticket/12861] Add event to modify the post, poster and attachment data * nickvergessen/ticket/12861: [ticket/12861] Add event to modify the post, poster and attachment data
| * [ticket/12861] Add event to modify the post, poster and attachment dataJoas Schilling2014-07-161-0/+40
| | | | | | | | PHPBB3-12861