aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_attachments.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14847] Add core.acp_attachments_config_edit_addJakub Senko2016-11-021-1/+13
* [ticket/14577] Do not calculate size of array in for loopMarc Alexander2016-04-021-1/+1
* [ticket/14272] Allow input of floats for filesizeMarc Alexander2016-02-031-1/+1
* [ticket/14272] Fix invalid or missing min/max settingsMarc Alexander2015-11-061-1/+1
* [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-2/+2
* [ticket/10572] Unguarded includes in acp filesRichard McGirr2015-10-131-1/+4
* Merge branch 'ticket/13568' into ticket/13568-ascMarc Alexander2015-02-061-1/+1
|\
| * [ticket/13568] Use more descriptive validation names and merge with path blockMarc Alexander2015-02-021-1/+1
| * [ticket/13568] Validate imagick path as readable absolute pathMarc Alexander2015-02-021-1/+1
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2015-01-201-1/+1
|\ \ | |/
| * [ticket/13519] Correctly validate imagick path as path and not stringMarc Alexander2015-01-191-1/+1
* | [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-1/+0
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-06-261-1/+1
|\ \ | |/
| * [ticket/12196] Revert Fix typo "referer" in acp/attachmentsDhruv2014-06-271-1/+1
* | Merge branch 'develop-olympus' into develop-ascraeusDhruv2014-06-261-1/+1
|\ \ | |/
| * [ticket/12196] Fix typo "referer" in acp/attachmentsJoas Schilling2014-06-251-1/+1
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* | Merge remote-tracking branch 'VSEphpbb/ticket/12332' into develop-ascraeusCesar G2014-05-051-1/+1
|\ \
| * | [ticket/12332] Restore some changes back to original stateMatt Friedman2014-04-261-1/+1
| * | [ticket/12332] Accomplish all word creaking in template and CSSMatt Friedman2014-04-261-2/+2
| * | [ticket/12332] Fix displaying attachments with long file namesMatt Friedman2014-04-251-1/+1
* | | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-4/+3
|/ /
* | [ticket/12201] Add link to resync file stats after error.Cesar G2014-04-151-6/+9
* | [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-1/+1
* | Merge pull request #2035 from prototech/ticket/12138Nathan Guse2014-02-201-62/+130
|\ \
| * | [ticket/12138] Replace old code and generate pagination using filetime limit.Cesar G2014-02-161-60/+22
| * | [ticket/12138] Add methods for attachment manage functionality.Cesar G2014-02-161-2/+108
* | | [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
|/ /
* | [ticket/11849] Update some ACP modules with new paginationJoas Schilling2013-12-181-14/+8
* | [ticket/11987] Replace {PHPBB_ROOT_PATH} with {ROOT_PATH}.Cesar G2013-10-301-1/+0
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
* | [ticket/11010] validation to match typeSenky2013-05-201-6/+6
* | [ticket/11010] replacing maxlenght with maxSenky2013-05-201-6/+6
* | [ticket/11010] applying some of EXreaction notesSenky2013-05-201-1/+1
* | [ticket/11010] adding type="number" in ACP; adding type="email" in installSenky2013-05-201-7/+8
* | [ticket/11010] changing email and url input types in php filesSenky2013-05-201-2/+2
* | [ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968Joas Schilling2012-10-171-2/+2
* | [ticket/10990] Changes for developNathan Guse2012-07-221-1/+1
* | [ticket/10990] Do not use comma separator when storing it as a log.Nathan Guse2012-07-221-2/+2
* | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-221-4/+4
* | [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-1/+1
* | [feature/pagination-as-list] Updates for nils commentsDrae2012-07-181-2/+2
* | [feature/pagination-as-list] Rename and deprecate functionsDrae2012-07-181-1/+1
* | [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-2/+3
* | [ticket/10968] Render pagination within the templateDrae2012-07-181-1/+2
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-4/+3
* | [feature/attachment-management-no-reassignment] Handle privacy and some more.rxu2011-04-241-9/+45
* | [feature/attachment-management-no-reassignment] Further feature adjustments.rxu2011-04-111-19/+56