aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-211-3/+23
|\
| * Merge pull request #5711 from kasimi/ticket/16183Marc Alexander2019-10-211-3/+23
| |\ | | | | | | | | | [ticket/16183] Add core.generate_smilies_count_sql_before
| | * [ticket/16183] Generate SQL query from arraykasimi2019-10-201-0/+1
| | | | | | | | | | | | PHPBB3-16183
| | * [ticket/16183] Add core.generate_smilies_count_sql_beforekasimi2019-10-171-3/+22
| | | | | | | | | | | | PHPBB3-16183
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-201-0/+16
|\ \ \ | |/ /
| * | [ticket/16182] Add core.generate_smilies_modify_rowsetkasimi2019-10-171-0/+16
| |/ | | | | | | PHPBB3-16182
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-08-111-0/+5
|\ \ | |/
| * [ticket/15897] Fix Emojis' SQL Error in Attachment Comment3D-I2019-08-101-0/+5
| | | | | | | | PHPBB3-15897
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-171-0/+1
|\ \ | |/
| * Merge pull request #5602 from senky/ticket/16003Marc Alexander2019-06-171-0/+1
| |\ | | | | | | | | | [ticket/16003] Fix num_posts sync
| | * [ticket/16003] Fix num_posts syncJakub Senko2019-05-241-0/+1
| | | | | | | | | | | | PHPBB3-16003
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-061-0/+24
|\ \ \ | |/ /
| * | [ticket/16024] Add core.topic_review_modify_sql_aryDark❶2019-05-071-1/+1
| | | | | | | | | | | | PHPBB3-16024
| * | [ticket/16024] Add core.topic_review_modify_sql_aryDark❶2019-04-201-1/+1
| | | | | | | | | | | | PHPBB3-16024
| * | [ticket/16024] Add core.topic_review_modify_sql_aryDark❶2019-04-201-0/+24
| |/ | | | | | | PHPBB3-16024
* | [ticket/15738] Remove code related with safe_modeRubén Calvo2019-05-091-6/+0
| | | | | | | | PHPBB3-15738
* | [ticket/14548] Move deprecated globals and functionsMáté Bartus2019-05-061-28/+0
|/ | | | PHPBB3-14584
* [ticket/15941] Small change to induce rebuildjasonmarlin2019-01-181-1/+1
| | | | PHPBB3-15941
* [ticket/15941] Replace MAX SQL in functions_posting.phpjasonmarlin2019-01-171-1/+1
| | | | | | | | | Replace MAX SQL function with faster query using order by and limit. The ajacent query could also be optimized to eliminate the usage of MAX. Note that adding a compound key as suggested by EXPLAIN SQL yields an improvement, but not nearly as fast as ORDER + LIMIT. PHPBB3-15941
* [ticket/15941] Replace MAX to speed up query in update_post_informationjasonmarlin2019-01-151-3/+5
| | | | | | | | | Replace MAX SQL function with faster query using order by and limit. The ajacent query could also be optimized to eliminate the usage of MAX. Note that adding a compound key as suggested by EXPLAIN SQL yields an improvement, but not nearly as fast as ORDER + LIMIT. PHPBB3-15941
* [ticket/security/227] Change thumbnail_created event version to 3.2.4Derky2018-11-041-1/+1
| | | | SECURITY-227
* [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-231-18/+24
| | | | SECURITY-227
* Merge pull request #5388 from toxyy/ticket/15819Marc Alexander2018-10-201-0/+13
|\ | | | | | | [ticket/15819] Add core event to functions_posting to modify notifications
| * [ticket/15819] Add core event to functions_posting to modify notificationsAlec2018-10-011-0/+13
| | | | | | | | | | | | | | | | Events added to allow modifying notification data before in the database. Useful to change variables in the notification message, such as usernames. Includes some other residual data to allow this event to be versatile. PHPBB3-15819
* | [ticket/15420] Only update quote notification with original authorJakub Senko2018-09-041-1/+7
|/ | | | PHPBB3-15420
* [ticket/15506] Assign attachrow_template_vars before foreachMarc Alexander2018-01-111-1/+2
| | | | | | | The attachrow_template_vars array needs to be defined once in front of the foreach instead of resetting the array on every iteration of the foreach. PHPBB3-15506
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-23/+23
| | | | PHPBB3-14972
* [ticket/15324] Add more core and template eventsrxu2017-08-161-3/+17
| | | | PHPBB3-15324
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-06-251-5/+43
|\
| * Merge pull request #4804 from rxu/ticket/15186Marc Alexander2017-06-251-5/+43
| |\ | | | | | | | | | [ticket/15186] Fully implement the force_delete_allowed feature
| | * [ticket/15186] Fully implement the force_delete_allowed featurerxu2017-04-191-5/+43
| | | | | | | | | | | | PHPBB3-15186
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-04-261-1/+29
|\ \ \ | |/ /
| * | Merge pull request #4674 from senky/ticket/13730Marc Alexander2017-04-261-1/+29
| |\ \ | | |/ | |/| | | | [ticket/13730] Add core.delete_post_end event
| | * [ticket/13730] Add core.delete_post_after eventJakub Senko2017-02-081-1/+29
| | | | | | | | | | | | PHPBB3-13730
* | | [ticket/15137] Global Announcements shouldn't always be never endingTristan Darricau2017-03-251-2/+2
| | | | | | | | | | | | PHPBB3-15137
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-1/+1
|\ \ \ | |/ /
| * | [ticket/13429] Replace @change with @changedJakub Senko2017-01-231-1/+1
| |/ | | | | | | PHPBB3-13429
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-201-0/+9
|\ \ | |/
| * [ticket/14850] Add core.generate_smilies_beforeJmz2016-11-201-0/+9
| | | | | | | | | | | | Allows changing root_path of smilies to use CDN for example PHPBB3-14850
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-121-1/+32
|\ \ | |/
| * [ticket/14819] Hide soft-deleted posts in topic reviewJakub Senko2016-10-131-1/+32
| | | | | | | | PHPBB3-14819
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-071-1/+1
|\ \ | |/ | | | | | | | | Conflicts: phpBB/install/install_install.php phpBB/language/en/install.php
| * [ticket/14654] Change Imagemagick to ImageMagickJakub Senko2016-06-111-1/+1
| | | | | | | | PHPBB3-14654
* | [ticket/13264] Don't force approved state if post visibility is known (3.2)Máté Bartus2016-03-091-4/+4
| | | | | | | | | | | | The previous PR broke 3.2 because of different variable names PHPBB3-13264
* | Merge branch '3.1.x' into 3.2.xMáté Bartus2016-03-091-1/+7
|\ \ | |/ | | | | | | | | * 3.1.x: [ticket/13264] Link to post if user can view it [ticket/13264] Do not force approved state if post visibility is known
| * [ticket/13264] Link to post if user can view itMarc Alexander2016-03-081-1/+3
| | | | | | | | PHPBB3-13264
| * [ticket/13264] Do not force approved state if post visibility is knownMarc Alexander2016-03-071-0/+4
| | | | | | | | | | | | Post visibility is used if it is set to a valid value. PHPBB3-13264
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-02-271-0/+26
|\ \ | |/
| * [ticket/14365] Fix a typo in the docblock.rxu2016-02-271-2/+2
| | | | | | | | PHPBB3-14365
| * [ticket/14365] Add core event to the function topic_review()rxu2015-12-171-0/+26
| | | | | | | | | | | | | | Add core event to the function topic_review() in includes/functions_posting.php to allow modifying posts list to review. PHPBB3-14365