aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_icons.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-8/+8
| | | | PHPBB3-14972
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-1/+0
| | | | PHPBB3-14739
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-021-6/+16
|\ | | | | | | | | | | * 3.1.x: [ticket/14789] Remove obsolete check_form_key() and add missing hashes [ticket/14789] Move form key checks to where they actually do something
| * [ticket/14789] Move form key checks to where they actually do somethingMarc Alexander2016-09-301-6/+16
| | | | | | | | PHPBB3-14789
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-09-181-2/+16
|\ \ | |/ | | | | | | | | * 3.1.x: [ticket/14789] Add form tokens to tests and uncomment add_form_key [ticket/14789] Add link hashes and form tokens to all acp links/buttons
| * [ticket/14789] Add link hashes and form tokens to all acp links/buttonsMarc Alexander2016-09-181-2/+16
| | | | | | | | | | | | | | | | | | | | | | This will further harden the ACP security by adding link hashes to links and form tokens to forms that did not have these yet and result in modified settings or write action on the filesystem or database. These few links and forms were still relying on the global ACP protection, mainly due to them not posing further risks of compromising data. After this change these will now also be properly protected against tampering. PHPBB3-14789
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | [ticket/14157] Allow to set the alt/title attribute on post iconsZoddo2015-10-101-2/+12
| | | | | | | | PHPBB3-14157
* | [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-1/+5
| | | | | | | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-4/+4
| | | | | | | | PHPBB3-13455
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-20/+20
| | | | | | | | PHPBB3-13455
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-1/+2
|/ | | | PHPBB3-13450
* [ticket/13045] Remove Pragma headersJakub Senko2014-09-171-1/+1
| | | | PHPBB3-13045
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
| | | | PHPBB3-12446
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-1/+0
| | | | PHPBB3-12747
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+1
| | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-2/+1
| | | | | | | | | * 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
* Merge pull request #1920 from prototech/ticket/12038Nathan Guse2013-12-301-1/+10
|\ | | | | [ticket/12038] AJAXify move up/down buttons for various ACP pages.
| * [ticket/12038] Use $move_executed in place of $db->sql_affectedrows().Cesar G2013-12-061-1/+1
| | | | | | | | PHPBB3-12038
| * [ticket/12038] AJAXify move up/down buttons in the smilies/topic icons page.Cesar G2013-12-051-0/+9
| | | | | | | | PHPBB3-12038
* | [ticket/11849] Fix more function callsJoas Schilling2013-12-181-2/+3
|/ | | | PHPBB3-11849
* Merge pull request #1839 from bantu/task/code-snifferNils Adermann2013-11-011-1/+1
|\ | | | | More PHP Code Sniffer rules
| * [task/code-sniffer] Replace spaces with tabs.Andreas Fischer2013-10-301-1/+1
| | | | | | | | PHPBB3-11980
* | [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-3/+3
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-2/+2
| | | | PHPBB3-11700
* [ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968Joas Schilling2012-10-171-2/+2
| | | | PHPBB3-11023
* [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-1/+1
| | | | | | | 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-1/+1
| | | | | | | | | | 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-4/+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/10271] AJAXified various deletions in the ACP.Callum Macrae2012-03-311-0/+12
| | | | | | | | | | | | | | | 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/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-17/+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
* [ticket/10345] Make use of the plural function in some basic placesJoas Schilling2011-11-251-2/+2
| | | | PHPBB3-10345
* Merge branch 'develop-olympus' into developAndreas Fischer2011-04-081-0/+4
|\ | | | | | | | | * develop-olympus: [ticket/10084] Add smilie/icon errors out when file is missing
| * [ticket/10084] Add smilie/icon errors out when file is missingJoas Schilling2011-04-071-0/+4
| | | | | | | | PHPBB3-10084
* | [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-2/+3
|/ | | | PHPBB3-9716
* Fix Bug #57455 - Fix problems with firebird by no longer using 'count' as a ↵Andreas Fischer2010-02-081-2/+3
| | | | | | column alias. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10484 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #53185 (icon width/height adjustement for icons > 127px also applied ↵Meik Sievertsen2009-10-261-20/+27
| | | | | | on smilies) - related to r10088 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10234 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bugs #43145, #44375, #44415 and #43045Jim Wigginton2009-09-021-0/+23
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10088 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Add hard limit for smiliesMarek A. R2009-07-171-7/+48
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9772 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, i misread this one. :) related to r9763Meik Sievertsen2009-07-171-2/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9766 89ea8834-ac86-4346-8a33-228a782c2dd0
* A small correction to #r9763Meik Sievertsen2009-07-171-19/+19
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9764 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Add pagination for icons and smilies in the ACP and smilies in the smiley ↵Marek A. R2009-07-161-5/+15
| | | | | | popup git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9763 89ea8834-ac86-4346-8a33-228a782c2dd0
* Sort topic icons/smilies by filename when adding new topics/smilies (Bug #13501)Meik Sievertsen2008-10-061-0/+12
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8974 89ea8834-ac86-4346-8a33-228a782c2dd0