aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-4/+4
| | | | | | | | | | | | PHPBB3-14168
| * | [ticket/14168] Unset prototype classes after useMarc Alexander2015-10-091-1/+3
| | | | | | | | | | | | PHPBB3-14168
| * | [ticket/14168] Add attachment upload classMarc Alexander2015-10-091-167/+9
| | | | | | | | | | | | PHPBB3-14168
* | | Merge pull request #3896 from Zoddo/ticket/14157Marc Alexander2015-10-101-1/+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-1/+1
| | | | | | | | | | | | PHPBB3-14157
* | | Merge pull request #3727 from marc1706/ticket/13904Tristan Darricau2015-09-161-5/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13904] Refactor attachments functions into service * marc1706/ticket/13904: (66 commits) [ticket/13904] Use filespec's get_filesize instead of calling filesize() [ticket/13904] Set properties to protected where possible in filespec [ticket/13904] Fix tests after changes to factory [ticket/13904] Minor coding style fixes [ticket/13904] Add language entries for error messages in upload class [ticket/13904] Modify files for updated fast-image-size library [ticket/13904] Update composer.lock [ticket/13904] Improve code coverage [ticket/13904] Add unit tests for local upload type [ticket/13904] Minor coding style fixes [ticket/13904] Improve test coverage of base upload type class [ticket/13904] Improve test coverage of remote upload type [ticket/13904] Improve test coverage of form upload type [ticket/13904] Improve test coverage of filespec class [ticket/13904] Add back tests for retrieving floats [ticket/13904] Use ini_get() wrapper in file upload types [ticket/13904] Modify files for changes in ini wrapper [ticket/13904] Add bantu/ini-get-wrapper to composer.json [ticket/13904] Switch around constructor arguments [ticket/13904] Use \phpbb\php\ini class for ini_get() ...
| * | [ticket/13904] Fix tests after changes to factoryMarc Alexander2015-09-091-1/+1
| | | | | | | | | | | | PHPBB3-13904
| * | [ticket/13904] Fix minor issues and move local_upload to its own classMarc Alexander2015-09-091-1/+1
| | | | | | | | | | | | PHPBB3-13904
| * | [ticket/13904] Move form_upload to its own class and define type classesMarc Alexander2015-09-091-1/+1
| | | | | | | | | | | | PHPBB3-13904
| * | [ticket/13904] Get rid of useless parameters and variablesMarc Alexander2015-09-091-2/+1
| | | | | | | | | | | | PHPBB3-13904
| * | [ticket/13904] Load upload class using factoryMarc Alexander2015-09-091-2/+3
| | | | | | | | | | | | PHPBB3-13904
| * | [ticket/13904] Fix uploading for use with new filespec classMarc Alexander2015-09-091-1/+1
| | | | | | | | | | | | PHPBB3-13904
* | | Merge branch '3.1.x'Tristan Darricau2015-09-091-0/+1
|\ \ \ | | |/ | |/| | | | | | | * 3.1.x: [ticket/7362] Add alt attribute on topic icons
| * | [ticket/7362] Add alt attribute on topic iconsZoddo2015-08-301-0/+1
| | | | | | | | | | | | PHPBB3-7362
* | | [ticket/9485] Add post_id to relevant $phpbb_log->add()Zoddo2015-08-301-0/+2
| |/ |/| | | | | PHPBB3-9485
* | [ticket/8708] Apply permission 'f_announce_global'Oliver Schramm2015-07-191-8/+5
| | | | | | | | PHPBB3-8708
* | [ticket/10620] Added enhanced quotes in topic reviewJoshyPHP2015-06-251-0/+2
| | | | | | | | | | | | | | Added support for enhanced quotes in topic_review's quote button. NOTE: the UI doesn't appear to be testable via PhantomJS. PHPBB3-10620
* | Merge branch '3.1.x'Marc Alexander2015-06-241-1/+8
|\ \ | |/
| * Merge pull request #3538 from RMcGirr83/ticket/13759Marc Alexander2015-06-241-1/+8
| |\ | | | | | | | | | [ticket/13759] Take post_time into account
| | * [ticket/13759] Take post_time into accountRMcGirr832015-04-211-1/+8
| | | | | | | | | | | | PHPBB3-13759
* | | Merge branch '3.1.x'Marc Alexander2015-06-241-0/+1
|\ \ \ | |/ /
| * | Merge pull request #3528 from RMcGirr83/ticket/13598Marc Alexander2015-06-241-0/+1
| |\ \ | | | | | | | | | | | | [ticket/13598] Allow topic lock on topic creation
| | * | [ticket/13598] Allow topic lock on topic creationRichard McGirr2015-04-091-0/+1
| | |/ | | | | | | | | | PHPBB3-13598
* | | Merge branch '3.1.x'Marc Alexander2015-06-091-1/+1
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * | [ticket/13685] Add phpbb_dispatcher to fulltext search constructorsbrunoais2015-06-071-1/+1
| |/ | | | | | | PHPBB3-13685
* | [ticket/13825] Correctly call phpbb_filesystem in create_thumbnailMarc Alexander2015-05-081-1/+1
| | | | | | | | PHPBB3-13825