aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_attachments.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16083] Remove "defer" from inline scriptsJakub Senko2019-10-071-1/+1
| | | | PHPBB3-16083
* [ticket/16083] Remove type=text/javascriptJakub Senko2019-10-041-1/+1
| | | | PHPBB3-16083
* [ticket/14459] Remove unused coderubencm2019-06-251-1/+1
| | | | PHPBB3-14459
* [ticket/14459] Use twigrubencm2019-06-251-16/+15
| | | | PHPBB3-14459
* [ticket/14459] Remove inline cssrubencm2019-06-251-1/+1
| | | | PHPBB3-14459
* [ticket/14459] Fix template logicrubencm2019-06-211-2/+11
| | | | PHPBB3-14459
* [ticket/security/227] Remove "no thumbnail support" messageDerky2018-11-041-6/+0
| | | | SECURITY-227
* [ticket/15041] Show error if there are not attachmentsRubén Calvo2017-10-171-31/+40
| | | | PHPBB3-15041
* [ticket/15041] Add pagination to orphaned attachmentsRubén Calvo2017-10-171-2/+22
| | | | PHPBB3-15041
* [ticket/14272] Allow input of floats for filesizeMarc Alexander2016-02-031-1/+1
| | | | | | | This might be needed while switching the default input from KiB to MiB or similar changes to settings. PHPBB3-14272
* [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-2/+2
| | | | PHPBB3-14272
* [ticket/10472] More clearing and white-space fixesPayBas2014-09-151-2/+0
| | | | PHPBB3-10472
* [ticket/12714] Move "allow all forums" in its own dd-elementMario Skouat2014-06-221-2/+2
| | | | PHPBB3-12714
* [ticket/12332] Add missing semicolon to inline stylingMatt Friedman2014-05-011-1/+1
| | | | PHPBB3-12332
* [ticket/12332] Adjust column widths for responsive changesMatt Friedman2014-04-261-3/+3
| | | | PHPBB3-12332
* [ticket/12332] Accomplish all word creaking in template and CSSMatt Friedman2014-04-261-11/+11
| | | | PHPBB3-12332
* [ticket/12201] Display error and sorting options when there are no attachmentsCesar G2014-04-151-1/+7
| | | | PHPBB3-12201
* [ticket/12201] Rearrange pagination, sorting, and submit elements.Cesar G2014-04-151-15/+16
| | | | PHPBB3-12201
* [ticket/12201] Center the file size and mark columns.Cesar G2014-04-151-4/+4
| | | | PHPBB3-12201
* [ticket/12201] Separate pagination from table.Cesar G2014-04-151-1/+1
| | | | PHPBB3-12201
* [ticket/12153] Replace old template variables with {PAGE_NUMBER}.Cesar G2014-02-191-1/+1
| | | | PHPBB3-12153
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+1
| | | | PHPBB3-12153
* [ticket/12055] Alternate table row background colors using nth-child rule.Cesar G2013-12-041-4/+4
| | | | PHPBB3-12055
* Merge pull request #1788 from VSEphpbb/ticket/11935Nathan Guse2013-11-041-4/+4
|\ | | | | [ticket/11935] Fix invalid HTML and Errors
| * [ticket/11935] Replace obsolete table attributes in Admin with CSSMatt Friedman2013-10-191-4/+4
| | | | | | | | PHPBB3-11935
* | [ticket/11987] Replace {PHPBB_ROOT_PATH} with {ROOT_PATH}.Cesar G2013-10-301-3/+3
|/ | | | PHPBB3-11987
* [ticket/11010] Fixes for number input in acpVjacheslav Trushkin2013-05-201-2/+2
| | | | PHPBB3-11010
* [ticket/10780] Replace colon usage in adm template output with {L_COLON}Nathan Guse2012-11-101-19/+19
| | | | | | Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates PHPBB3-10780
* [ticket/11018] Fix several paginations in ACPJoas Schilling2012-10-171-6/+10
| | | | PHPBB3-11018
* [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-13/+4
| | | | | | | | | | 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-3/+18
| | | | | | | | | | | | | | 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/10271] AJAXified various deletions in the ACP.Callum Macrae2012-03-311-1/+1
| | | | | | | | | | | | | | | The following places have had deletion AJAXified: * Smilies and icons * Word censors * BBCodes * Attachment groups * Groups * Admin / User / Moderator / Forum roles * Report / denial reasons * Module management * Custom profile fields PHPBB3-10271
* [ticket/10362] HTML5 Fix - Replace name attribute with id in anchorsMatt Friedman2011-09-111-1/+1
| | | | | | | When validating for HTML5, the name attribute is obsolete/deprecated when used in anchor tags. The ID tag should be used here instead. PHPBB3-10362
* [feature/attachment-management-no-reassignment] Handle privacy and some more.rxu2011-04-241-4/+16
| | | | | | | | | - 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-13/+6
| | | | | | | | | | | | | | | -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] Attachments managementrxu2011-04-101-0/+68
| | | | | | 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-1/+1
| | | | | | | | | | | | 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
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+376
| | | | git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-376/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0
* merging #r8426 to #r8430Meik Sievertsen2008-03-131-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@8431 89ea8834-ac86-4346-8a33-228a782c2dd0
* - change adm/index,php, acp_attachments.html and acp_ban.html to be ↵Meik Sievertsen2007-12-121-2/+2
| | | | | | triggered by the next update git-svn-id: file:///svn/phpbb/trunk@8277 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15038Henry Sudhof2007-11-051-8/+7
| | | | | | | I'm very sorry. This should make W3C happy again. git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14662Henry Sudhof2007-10-071-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@8154 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-5/+6
| | | | | | | | | | | | #i91 #i92 #i93 #i94 #i95 #i96 git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0
* #i62 - #i65Meik Sievertsen2007-09-221-3/+2
| | | | | | | gone through every javascript invocation and making sure we adhere to our coding guidelines. git-svn-id: file:///svn/phpbb/trunk@8099 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not get too excitedMeik Sievertsen2007-07-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7954 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing some tiny bugs...Meik Sievertsen2007-05-171-2/+4
| | | | | | | - correctly close span tags within code=php git-svn-id: file:///svn/phpbb/trunk@7619 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some bugsMeik Sievertsen2007-05-071-2/+2
| | | | | | | changed the way we are handling bookmarks. No order_id required, really! Order by last post time as suggested by BartVB. git-svn-id: file:///svn/phpbb/trunk@7497 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481Meik Sievertsen2007-05-061-5/+5
| | | | | | | | - more label fixes - simpler approach to get input cursor text git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
* correct labelMeik Sievertsen2007-05-041-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7464 89ea8834-ac86-4346-8a33-228a782c2dd0