aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5665 from 3D-I/ticket/16139Marc Alexander2019-09-221-2/+15
|\ | | | | | | [ticket/16139] Add core.viewtopic_modify_quick_reply_template_vars
| * [ticket/16139] Add core.viewtopic_modify_quick_reply_template_vars3D-I2019-08-251-2/+15
| | | | | | | | PHPBB3-16139
* | [ticket/16159] Use predefined DATE_RFC3339stevendegroote2019-09-181-1/+1
| | | | | | | | PHPBB3-16159
* | Merge branch '3.2.x' into ticket/16159stevendegroote2019-09-171-33/+143
|\ \ | |/
| * [ticket/16097] Correctly classify sort_days as intJakub Senko2019-07-291-1/+1
| | | | | | | | PHPBB3-16097
| * [ticket/16097] Add core.viewtopic_gen_sort_selects_beforeJakub Senko2019-07-081-0/+32
| | | | | | | | PHPBB3-16097
| * [ticket/15870] Add core.viewtopic_modify_forum_id3D-I2018-11-181-0/+14
| | | | | | | | PHPBB3-15870
| * Merge pull request #5387 from senky/ticket/15593Marc Alexander2018-10-271-0/+6
| |\ | | | | | | | | | [ticket/15593] Do not allow print view with direct URL
| | * [ticket/15593] Do not allow print view with direct URLJakub Senko2018-09-281-0/+6
| | | | | | | | | | | | PHPBB3-15593
| * | [ticket/15841] Allow postrow pm link to be modified by eventAlec2018-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Allow postrow.contact pm link to be modified by event above All other variables in postrow.contact can be modified by the event already This lets you hide all contact info on a per user basis PHPBB3-15841
| * | Merge pull request #5287 from toxyy/ticket/15719Marc Alexander2018-10-091-0/+23
| |\ \ | | | | | | | | | | | | [ticket/15719] Add core events to viewtopic to edit the post_list sql query
| | * | [ticket/15719] Add core events to viewtopic to edit the post_list sql queryToxyy2018-07-091-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Event added in viewtopic.php so you can modify post_list sql The query, sql limit, sql start, sort keys and days are editable PHPBB3-15719
| * | | Merge pull request #5394 from Elsensee/ticket/12430Marc Alexander2018-10-091-1/+1
| |\ \ \ | | | | | | | | | | | | | | | [ticket/12430] Remove hilit param from topic title link
| | * | | [ticket/12430] Remove hilit param from topic title linkOliver Schramm2018-10-011-1/+1
| | | |/ | | |/| | | | | | | | | PHPBB3-12430
| * | | Merge pull request #5219 from senky/ticket/15661Marc Alexander2018-10-081-0/+23
| |\ \ \ | | |/ / | |/| | | | | | [ticket/15661] Add core.viewtopic_modify_poll_ajax_data
| | * | [ticket/15661] Add core.viewtopic_modify_poll_ajax_dataJakub Senko2018-09-161-0/+23
| | |/ | | | | | | | | | PHPBB3-15661
| * | [ticket/15733] Remove unused code related to deprecated flood controlMikelAlejoBR2018-07-281-1/+0
| |/ | | | | | | PHPBB3-15733
| * Merge pull request #5094 from JoshyPHP/ticket/15518Marc Alexander2018-02-211-5/+13
| |\ | | | | | | | | | [ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
| | * [ticket/15518] Add a setting to toggle permission checks for pms in viewtopicJoshyPHP2018-01-171-5/+13
| | | | | | | | | | | | PHPBB3-15518
| * | [ticket/15535] Add S_FIRST_POST to postrow in viewtopicDaniel Mota2018-01-271-0/+1
| |/ | | | | | | PHPBB3-15535
| * [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-24/+24
| | | | | | | | PHPBB3-14972
| * Merge pull request #4868 from javiexin/ticket/15266Marc Alexander2017-12-271-1/+1
| |\ | | | | | | | | | [ticket/15266] Fix events in content_visibility
| | * [ticket/15266] Expand functionality of content_visibilityjaviexin2017-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Added new function "is_visible", and replaced several immediate uses of the above, including a single event in the new function to handle change in all places consistently, and much simpler. PHPBB3-15266
| * | [ticket/15060] Set correct forum id in user session data if f= is missingkasimi2017-10-231-0/+4
| | | | | | | | | | | | PHPBB3-15060
* | | [ticket/16159] Wrap post times in html time tagstevendegroote2019-09-171-0/+1
|/ / | | | | | | PHPBB3-16159
* | [ticket/15394] Add $post_edit_listJakub Senko2017-10-091-1/+3
| | | | | | | | PHPBB3-15394
* | [ticket/15394] Add $user_cacheJakub Senko2017-10-091-0/+3
| | | | | | | | PHPBB3-15394
* | 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