aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-251-4/+7
|\
| * [ticket/15186] Fully implement the force_delete_allowed featurerxu2017-04-191-4/+7
| | | | | | | | PHPBB3-15186
* | Merge pull request #4752 from nomind60s/ticket/15137Tristan Darricau2017-03-211-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15137] Global Announcements shouldn't always be never ending * github.com:phpbb/phpbb: [ticket/15137] Missed one language string change [ticket/15137] Global announcements can stick for a non-zero number of days fixes #4752
| * | [ticket/15137] Global announcements can stick for a non-zero number of daysnomind60s2017-03-201-2/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | To be consistent with Sticky and Announcements topic types, Global announcements can now stick for a non-zero number of days, i.e. they are no longer never ending. Before this change, if the topic type was Global and a non-zero number of days where set to stick topic, the number was silently ignored and a Global announcement was always never ending. PHPBB3-15137
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-7/+7
|\ \ | |/
| * Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-111-7/+7
| |\ | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks
| | * [ticket/13429] Replace @change with @changedJakub Senko2017-01-231-7/+7
| | | | | | | | | | | | PHPBB3-13429
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-111-1/+0
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/14906] Delete redundant sig key in user_cache_data array
| * | [ticket/14906] Delete redundant sig key in user_cache_data arrayrxu2016-12-111-1/+0
| | | | | | | | | | | | PHPBB3-14906
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-031-0/+22
|\ \ \ | |/ /
| * | [ticket/13479] Add core.viewtopic_highlight_modifyJakub Senko2016-11-201-0/+22
| |/ | | | | | | PHPBB3-13479
* | [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+1
| | | | | | | | PHPBB3-10961
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-251-1/+1
|\ \ | |/ | | | | | | | | | | | | * 3.1.x: [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
| * 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
* | | Merge pull request #4239 from marc1706/ticket/14530Tristan Darricau2016-03-251-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14530] Only generate text again if sig was parsed for storage * marc1706/ticket/14530: [ticket/14530] Only generate text again if sig was parsed for storage [ticket/14530] Add accidentally removed sig_parsed flag
| * | | [ticket/14530] Add accidentally removed sig_parsed flagMarc Alexander2016-03-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was removed by accident previously while moving from the use of the old bbcode class to the generate_test_for_display function. PHPBB3-14530
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-241-0/+27
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [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
* | Merge branch '3.1.x'Marc Alexander2015-11-261-1/+1
|\ \ | |/
| * [ticket/14313] Check for item approved explicitlyRichard McGirr2015-11-261-1/+1
| | | | | | | | PHPBB3-14313
* | Merge branch '3.1.x'Marc Alexander2015-11-251-0/+3
|\ \ | |/
| * [ticket/14313] Don't display quote button on unapproved postsRMcGirr832015-11-251-0/+3
| | | | | | | | PHPBB3-14313
* | Merge pull request #3896 from Zoddo/ticket/14157Marc Alexander2015-10-101-0/+1
|\ \ | | | | | | | | | [ticket/14157] Allow to set the alt/title attribute on post icons
| * | [ticket/14157] Allow to set the alt/title attribute on post iconsZoddo2015-10-101-0/+1
| | | | | | | | | | | | PHPBB3-14157
* | | Merge branch '3.1.x'Marc Alexander2015-10-071-1/+8
|\ \ \ | | |/ | |/|
| * | 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/12769] Delete imageset & consolidate imgsMichael Miday2015-09-171-0/+2
| |_|/ |/| |
* | | [ticket/8708] Apply permission 'f_announce_global'Oliver Schramm2015-07-191-2/+2
| | | | | | | | | | | | PHPBB3-8708
* | | Merge branch 'ticket/13930' into ticket/13930-masterMarc Alexander2015-06-081-1/+1
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/includes/acp/acp_database.php
| * | [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-081-1/+1
| |/ | | | | | | PHPBB3-13930
* | Merge branch '3.1.x'Marc Alexander2015-05-061-5/+72
|\ \ | |/
| * [ticket/13745] Add viewtopic.php core events to allow manipulating poll datarxu2015-04-151-5/+72
| | | | | | | | PHPBB3-13745
* | [ticket/13654] Moving reporting into controllerMateBartus2015-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving report.php's content into different services and controllers to better comply with the MVC model. Also implementing: * Replacement for reasons_display() * Adding assign_meta_refresh_var() to \controller\helper * Adding separate routes for easy configuration * Updating unit tests to expect to correct results * Add BC tests PHPBB3-13654
* | Merge branch '3.1.x'Marc Alexander2015-02-181-16/+0
|\ \ | |/
| * [ticket/13595] Removed unused codeJoshyPHP2015-02-131-16/+0
| | | | | | | | PHPBB3-13595
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-15/+15
| | | | | | | | PHPBB3-13455
* | Merge pull request #3289 from MGaetan89/ticket/13450Tristan Darricau2015-01-141-0/+3
|\ \ | |/ |/| | | | | | | | | [ticket/13450] Type-hint return value of $phpbb_container->get() * MGaetan89/ticket/13450: [ticket/13450] Type-hint return value of $phpbb_container->get()
| * [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+3
| | | | | | | | PHPBB3-13450
* | [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