aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_posting.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [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
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | Merge branch '3.1.x'Marc Alexander2015-02-181-10/+1
|\ \ | |/
| * [ticket/13595] Removed unused codeJoshyPHP2015-02-131-10/+1
| | | | | | | | PHPBB3-13595
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-4/+4
| | | | | | | | PHPBB3-13455
* | Merge pull request #3281 from MGaetan89/ticket/13496Andreas Fischer2015-02-031-4/+4
|\ \ | | | | | | | | | | | | | | | | | | [ticket/13496] Change set_config_count() calls with $config->increment() * MGaetan89/ticket/13496: [ticket/13496] Update calls to `set_config_count()`
| * | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-4/+4
| | | | | | | | | | | | PHPBB3-13496
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-02-021-3/+31
|\ \ \ | |/ / |/| / | |/
| * [ticket/13540] Added var row to both eventskasimi2015-01-251-0/+2
| | | | | | | | PHPBB3-13540
| * [ticket/13540] Updated @since version to 3.4.1-RC1, fixed @var indentationskasimi2015-01-241-4/+4
| | | | | | | | PHPBB3-13540
| * [ticket/13540] Add core event for modifying topic review block datakasimi2015-01-241-3/+29
| | | | | | | | | | | | | | Added event core.topic_review_modify_row in function topic_review() in functions_posting for modifying template data blocks for topic reviews. PHPBB3-13540
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-7/+29
| | | | | | | | PHPBB3-13468
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-1/+6
|/ | | | PHPBB3-13450
* [ticket/13435] Add core event to modify submit_post() sql datarxu2014-12-131-0/+24
| | | | PHPBB3-13435
* [ticket/13164] Fix syntax errorJakub Senko2014-10-111-1/+1
| | | | PHPBB3-13164
* [ticket/13164] Add post_visibility to core.submit_post_end eventJakub Senko2014-10-111-2/+2
| | | | PHPBB3-13164
* [ticket/13164] Update post_visibility before event is triggeredJakub Senko2014-10-101-0/+2
| | | | PHPBB3-13164
* [ticket/13019] Always accept a reason for deleting a post/topic.Cesar G2014-09-141-4/+4
| | | | PHPBB3-13019
* Merge pull request #2865 from marc1706/ticket/12966Dhruv Goel2014-08-291-5/+5
|\ | | | | [ticket/12966] Sort posts by post_id in addition to sorting by post_time
| * [ticket/12966] Sort by post_time and post_id where applicableMarc Alexander2014-08-231-5/+5
| | | | | | | | | | | | | | This change was not applied to the search as this would require a larger rewrite of the search methods. PHPBB3-12966
* | [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-15/+15
|/ | | | PHPBB3-12990
* [ticket/12718] Use remove_topic_from_statistic() for delete_topicDhruv2014-08-071-12/+1
| | | | PHPBB3-12718
* Merge pull request #2623 from dhruvgoel92/ticket/12738Tristan Darricau2014-08-071-14/+1
|\ | | | | | | | | | | | | | | | | | | | | [ticket/12738] Move related code from functions_posting to function * dhruvgoel92/ticket/12738: [ticket/12738] Update constructor docblock [ticket/12738] Add $config to constructor in notification test [ticket/12738] Fix tests with new config object injection [ticket/12738] Inject config object into content_visibility class [ticket/11528] Move related code from functions_posting to function
| * [ticket/11528] Move related code from functions_posting to functionDhruv2014-06-191-14/+1
| | | | | | | | | | | | | | Move related code from functions_posting to remove_post_from_statistic() in content_visibility.php PHPBB3-11528
* | Merge remote-tracking branch 'github-marc1706/ticket/11148' into ↵Nils Adermann2014-08-071-2/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/11148: [ticket/11148] Remove unneeded variable mimetype and use type octet-stream [ticket/11148] Change expected output with disallowed content in test [ticket/11148] Always use the output of the mimetype guesser in get_mimetype [ticket/11148] Get rid of extra line in mimetype guesser setter doc block [ticket/11148] Add missing parts to docblock of get_mimetype() method [ticket/11148] Default to application/octet-stream if no mimetype given [ticket/11148] Use mimetype guesser for uploaded avatars [ticket/11148] Pass mimetype guesser to upload_attachment() function [ticket/11148] Add mimetype guesser to filespec and fileupload class