aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15897] Fix Emojis' SQL Error in Attachment Comment3D-I2019-08-101-0/+5
| | | | PHPBB3-15897
* 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
* | [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/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
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-2/+2
| | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-6/+2
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | [ticket/14325] Fix variable names in docblocksMate Bartus2015-11-301-2/+2
| | | | | | | | PHPBB3-14325
* | [ticket/14325] Preserve event variable BCMate Bartus2015-11-301-174/+171
| | | | | | | | PHPBB3-14325
* | Merge pull request #3965 from marc1706/ticket/14234Tristan Darricau2015-10-141-12/+33
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14234] Use replacement variables instead of references in events * marc1706/ticket/14234: [ticket/14234] Fix event doc blocks [ticket/14234] Get rid of undefined variables [ticket/14234] Fix change version and remove more references [ticket/14234] Replace more references with variables [ticket/14234] Use replacement variables instead of references in events
| * | [ticket/14234] Get rid of undefined variablesMarc Alexander2015-10-121-2/+2
| | | | | | | | | | | | PHPBB3-14234
| * | [ticket/14234] Fix change version and remove more referencesMarc Alexander2015-10-121-12/+33
| | | | | | | | | | | | PHPBB3-14234
* | | Merge pull request #3913 from marc1706/ticket/14168Tristan Darricau2015-10-141-167/+11
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14168] Refactor attachment management functions into classes * marc1706/ticket/14168: (36 commits) [ticket/14168] Correctly state return type of upload and upload_attachment [ticket/14168] Use attachment manager instead of separate classes [ticket/14168] Fix docblock in manager [ticket/14168] Add more test cases for attachment manager [ticket/14168] Add new test method and more tests [ticket/14168] Fix tabs in manager and add test file [ticket/14168] Fix tests after rebase [ticket/14168] Add attachment manager service [ticket/14168] Use correct docblock [ticket/14168] Add services_attachment.yml to services.yml [ticket/14168] Minor coding style fixes [ticket/14168] Move attachment service definitions to services_attachment [ticket/14168] Improve code coverage in upload class [ticket/14168] Move image check and don't use trigger_error() [ticket/14168] Add tests for init_error() during upload [ticket/14168] Add basic test file for attachments upload [ticket/14168] Fix CS issue [ticket/14168] No longer use deprecated functions in core files [ticket/14168] Move phpbb_unlink() into attachment delete class [ticket/14168] Reset sequence before tests in delete tests ...
| * | [ticket/14168] Correctly state return type of upload and upload_attachmentMarc Alexander2015-10-121-1/+1
| | | | | | | | | | | | PHPBB3-14168