aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_attachments.php
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-06-261-1/+1
|\ \ | |/ | | | | | | * develop-olympus: [ticket/12196] Revert Fix typo "referer" in acp/attachments
| * [ticket/12196] Revert Fix typo "referer" in acp/attachmentsDhruv2014-06-271-1/+1
| | | | | | | | | | | | | | This reverts commit 9bc1f7924d5ef00fb988b81347d4c5c730b25eb2. https://tracker.phpbb.com/browse/PHPBB3-12196 PHPBB3-12196
* | Merge branch 'develop-olympus' into develop-ascraeusDhruv2014-06-261-1/+1
|\ \ | |/ | | | | | | | | | | # By Joas Schilling # Via Dhruv (1) and Joas Schilling (1) * develop-olympus: [ticket/12196] Fix typo "referer" in acp/attachments
| * [ticket/12196] Fix typo "referer" in acp/attachmentsJoas Schilling2014-06-251-1/+1
| | | | | | | | PHPBB3-12196
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | | | | | PHPBB3-12594
* | Merge remote-tracking branch 'VSEphpbb/ticket/12332' into develop-ascraeusCesar G2014-05-051-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * VSEphpbb/ticket/12332: [ticket/12332] Add missing semicolon to inline styling [ticket/12332] Adjust size of mark column where too wide [ticket/12332] Adjust column widths for responsive changes [ticket/12332] Restore some changes back to original state [ticket/12332] Add break-word to fixed width table CSS [ticket/12332] Accomplish all word creaking in template and CSS [ticket/12332] Remove width sizing, as it is already set [ticket/12332] Fix displaying attachments with long file names
| * | [ticket/12332] Restore some changes back to original stateMatt Friedman2014-04-261-1/+1
| | | | | | | | | | | | PHPBB3-12332
| * | [ticket/12332] Accomplish all word creaking in template and CSSMatt Friedman2014-04-261-2/+2
| | | | | | | | | | | | PHPBB3-12332
| * | [ticket/12332] Fix displaying attachments with long file namesMatt Friedman2014-04-251-1/+1
| | | | | | | | | | | | PHPBB3-12332
* | | [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-4/+3
|/ / | | | | | | | | | | | | | | | | * There MUST NOT be trailing whitespace at the end of lines. * There MUST NOT be whitespace before the first content of a file. * There MUST NOT be whitespace after the last content of a file. * Functions MUST NOT contain multiple empty lines in a row. PHPBB3-12458
* | [ticket/12201] Add link to resync file stats after error.Cesar G2014-04-151-6/+9
| | | | | | | | PHPBB3-12201
* | [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-1/+1
| | | | | | | | PHPBB3-12282
* | Merge pull request #2035 from prototech/ticket/12138Nathan Guse2014-02-201-62/+130
|\ \ | | | | | | [ticket/12138] Include file time limit when generating attachment management pagination and stats.
| * | [ticket/12138] Replace old code and generate pagination using filetime limit.Cesar G2014-02-161-60/+22
| | | | | | | | | | | | PHPBB3-12138
| * | [ticket/12138] Add methods for attachment manage functionality.Cesar G2014-02-161-2/+108
| | | | | | | | | | | | PHPBB3-12138
* | | [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
|/ / | | | | | | PHPBB3-12153
* | [ticket/11849] Update some ACP modules with new paginationJoas Schilling2013-12-181-14/+8
| | | | | | | | PHPBB3-11849
* | [ticket/11987] Replace {PHPBB_ROOT_PATH} with {ROOT_PATH}.Cesar G2013-10-301-1/+0
| | | | | | | | PHPBB3-11987
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | | | | | PHPBB3-11700
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
| | | | | | | | PHPBB3-11700
* | [ticket/11010] validation to match typeSenky2013-05-201-6/+6
| | | | | | | | PHPBB3-11010
* | [ticket/11010] replacing maxlenght with maxSenky2013-05-201-6/+6
| | | | | | | | PHPBB3-11010
* | [ticket/11010] applying some of EXreaction notesSenky2013-05-201-1/+1
| | | | | | | | PHPBB3-11010
* | [ticket/11010] adding type="number" in ACP; adding type="email" in installSenky2013-05-201-7/+8
| | | | | | | | PHPBB3-11010
* | [ticket/11010] changing email and url input types in php filesSenky2013-05-201-2/+2
| | | | | | | | PHPBB3-11010
* | [ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968Joas Schilling2012-10-171-2/+2
| | | | | | | | PHPBB3-11023
* | [ticket/10990] Changes for developNathan Guse2012-07-221-1/+1
| | | | | | | | PHPBB3-10990
* | [ticket/10990] Do not use comma separator when storing it as a log.Nathan Guse2012-07-221-2/+2
| | | | | | | | PHPBB3-10990
* | [ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriateNathan2012-07-221-4/+4
| | | | | | | | PHPBB3-10990
* | [feature/pagination-as-list] New parameter for name of start varDrae2012-07-181-1/+1
| | | | | | | | | | | | | | Add a new parameter to hold the name of the start variable. This fulfills ticket PHPBB3-8535. PHPBB3-10968
* | [feature/pagination-as-list] Updates for nils commentsDrae2012-07-181-2/+2
| | | | | | | | | | | | | | Re-remove deprecated functions, change on_page to phpbb_on_page, add null returns, remove globals and pass as params. PHPBB3-10968
* | [feature/pagination-as-list] Rename and deprecate functionsDrae2012-07-181-1/+1
| | | | | | | | | | | | | | Returned and marked deprecated topic_generate_pagination. Rename new function in line with coding guidelines. PHPBB3-10968
* | [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-2/+3
| | | | | | | | | | | | | | | | | | | | Extracted common template code for prosilver as per subsilver2. Various other fixups and oversight corrections, changed name of the "new" template function and re-introduced existing version. Altered on_page to compensate for removal of some templating vars from pagination routine. PHPBB3-10968
* | [ticket/10968] Render pagination within the templateDrae2012-07-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since phpBB 2 pagination has been rendered mostly within the source. This limits just what designers can do with pagination. The current form is also questionable in terms of "best practice". The aim is to move rendering completely to the template via the use of a block element. Enabling S_ template vars also allows for control over specific aspects of the pagination output such as next, previous, active and ellipsis. Related to this - merging the capabilities of the topic_generate_pagination with generate_pagination removes an element of duplication. PHPBB3-10968
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
| | | | | | | | PHPBB3-9916
* | [ticket/10345] Use the plural function in some more places.Joas Schilling2011-11-251-4/+3
| | | | | | | | | | | | | | I added two function avatar_explanation_string() and avatar_error_wrong_size() for easier handling of the "pixels"-languages, as they are used quite often. PHPBB3-10345
* | [feature/attachment-management-no-reassignment] Handle privacy and some more.rxu2011-04-241-9/+45
| | | | | | | | | | | | | | | | | | - restrict files info for PM attachments; - add an option to resync files stats if wrong; - replace post_id sorting with post type (PM/regular post) one; - some language fixes. PHPBB3-9721
* | [feature/attachment-management-no-reassignment] Further feature adjustments.rxu2011-04-111-19/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -add database update entry; - add files statistics checks; - improve files deletion procedure; - improve reversed order for pagination; - adjust template file; - add missing comma for orphan key in info module; - change module mode name; - fix module explanation text; - add files comments output; - change attachments per page amount from posts to topics per page value. PHPBB3-9721
* | [feature/attachment-management-no-reassignment] Fix some more errorsrxu2011-04-111-0/+2
| | | | | | | | | | | | Missing comma for orphan key in info module, define $start variable PHPBB3-9721
* | [feature/attachment-management-no-reassignment] Fix minor flaws in the code.rxu2011-04-101-5/+4
| | | | | | | | | | | | Thanks to Oleg for inspection. PHPBB3-9721
* | [feature/attachment-management-no-reassignment] Attachments managementrxu2011-04-101-0/+154
| | | | | | | | | | | | This feature allows to manage attachments in posts and PMs via ACP. PHPBB3-9721
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* | [feature/request-class] Convert any direct access to $_* to use $requestIgor Wiedler2010-09-251-1/+2
|/ | | | PHPBB3-9716
* [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-101-1/+1
| | | | | | | acm_memory.php is untested. install/install_convert.php and includes/functions_convert.php are going to be tested and committed afterwards. PHPBB3-9519
* [ticket/7717] Localise default extension groups for attachmentsJoas Schilling2010-05-141-1/+8
| | | | PHPBB3-7717
* Bug #52495 - [Fix] Replace hard coded "px" with translated language-string.Joas Schilling2010-01-251-3/+3
| | | | | | | Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 89ea8834-ac86-4346-8a33-228a782c2dd0
* Apply locale-independent basename() to attachment filenames. New function ↵Meik Sievertsen2009-08-011-2/+2
| | | | | | added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9905 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #47775 - Properly convert and show filesize informationAndreas Fischer2009-07-111-4/+6
| | | | | | Authorised by: naderman git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9748 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #45705 - Show error in the ACP when template folder is not readable.Andreas Fischer2009-06-081-1/+1
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9565 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix race condition for updating post/topic/etc. counter. (reported by BartVB)Meik Sievertsen2009-03-191-2/+2
| | | | | | please do not try such fixes at home - the correct solution would be to create a second config table with integer columns. ;) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9398 89ea8834-ac86-4346-8a33-228a782c2dd0