aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_styles.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5656 from 3D-I/ticket/16019Marc Alexander2019-08-171-5/+21
|\ | | | | | | [ticket/16019] Deny prosilver's uninstallation
| * [ticket/16019] Code's enhancement3D-I2019-08-131-5/+2
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Get rid of the uninstall link3D-I2019-08-131-5/+8
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Amend code for the better3D-I2019-08-131-3/+6
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Move code to before of confirm box is submitted3D-I2019-08-131-12/+13
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Deny prosilver's uninstallation3D-I2019-08-131-0/+12
| | | | | | | | PHPBB3-16019
* | [ticket/16080] Remove sprintf()3D-I2019-08-131-1/+1
| | | | | | | | PHPBB3-16080
* | [ticket/16080] Use placeholder3D-I2019-08-121-1/+2
| | | | | | | | PHPBB3-16080
* | [ticket/16080] Provide a meaningful error message for deleted installed style3D-I2019-08-121-1/+1
| | | | | | | | PHPBB3-16080
* | [ticket/16080] Change location as it should have been.3D-I2019-08-121-0/+6
|/ | | | PHPBB3-16080
* [ticket/15528] Display style phpBB versionJakub Senko2018-01-211-0/+1
| | | | PHPBB3-15528
* [ticket/15171] Fix testRubén Calvo2017-10-311-1/+1
| | | | PHPBB3-15171
* [ticket/15171] Replace all BBCode templates by defaultRubén Calvo2017-10-311-11/+11
| | | | PHPBB3-15171
* [ticket/15201] FixRubén Calvo2017-08-281-6/+2
| | | | PHPBB3-15201
* [ticket/15201] CastingsRubén Calvo2017-08-281-2/+6
| | | | PHPBB3-15201
* [ticket/15201] Set user style to default style when it is disabled or ↵Rubén Calvo2017-08-281-2/+2
| | | | | | uninstalled PHPBB3-15201
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-03-191-0/+4
|\
| * [ticket/14820] Add style version in ACPRubén Calvo2017-03-161-0/+4
| | | | | | | | PHPBB3-14820
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | Merge remote-tracking branch 'upstream/3.1.x'Tristan Darricau2015-10-121-1/+17
|\ \ | |/ | | | | | | * upstream/3.1.x: [ticket/14188] Add core.acp_styles_action_before event
| * [ticket/14188] Add core.acp_styles_action_before eventJakub Senko2015-09-231-1/+17
| | | | | | | | PHPBB3-14188
* | Merge branch 'ticket/13930' into ticket/13930-masterMarc Alexander2015-06-081-1/+1
|\ \ | |/ | | | | | | Conflicts: phpBB/includes/acp/acp_database.php
| * [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-081-1/+1
| | | | | | | | PHPBB3-13930
* | [ticket/11768] Updated annotation [ci skip]JoshyPHP2015-04-021-1/+1
| | | | | | | | PHPBB3-11768
* | [ticket/11768] Invalidate the text_formatter cache whenever a style is installedJoshyPHP2015-04-021-1/+11
| | | | | | | | | | | | | | | | | | The acp_styles module purges the cache every time a style is uninstalled, modified or made default, but it does not purge the cache when a new style is installed. Here we invalidate the text_formatter cache (not purge the whole cache) so that new styles take effect immediately. PHPBB3-11768
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+4
| | | | | | | | PHPBB3-13494
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-3/+10
|/ | | | PHPBB3-13468
* [ticket/10744] Fix some doc blocksJoas Schilling2014-11-211-2/+3
| | | | PHPBB3-10744
* [ticket/10744] Type hint objects for IDE usagesJoas Schilling2014-11-211-0/+15
| | | | PHPBB3-10744
* [ticket/10744] Prevent installing styles with reserved namesJoas Schilling2014-11-211-0/+7
| | | | PHPBB3-10744
* Merge pull request #3 from phpbb/ticket/security-161Joas Schilling2014-10-231-5/+14
|\ | | | | | | [ticket/security-161] Add form token to styles management form.
| * [ticket/security-161] Add form token to styles management form.Cesar G2014-10-221-5/+14
| | | | | | | | SECURITY-161
* | [ticket/13121] Remove cache mode from style management moduleMatt Friedman2014-10-011-22/+0
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13121 PHPBB3-13121
* | [ticket/12901] Fix another wrong type hint for $levelJoas Schilling2014-08-031-1/+1
| | | | | | | | PHPBB3-12901
* | [ticket/12901] Fix type hinting of style $leveljeroendedauw2014-08-031-1/+1
| | | | | | | | PHPBB3-12901
* | [ticket/12563] Adds « and » to the links in acp_styles.phpCrizzo2014-06-221-2/+2
| | | | | | | | PHPBB3-12563
* | [ticket/12563] Removes strintf in acp_styles.php and shorts up <a>Crizzo2014-06-121-2/+2
| | | | | | | | PHPBB3-12563
* | [ticket/12563] Changes 2 language variables to better understandable namesCrizzo2014-06-101-2/+2
| | | | | | | | PHPBB3-12563
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | | | | | PHPBB3-12594
* | [ticket/12476] Increase assets also from acp_styles and phpbbclin-aleha2014-05-091-0/+1
|/ | | | | | Increase assets also from "ACP > Styles > Purge Cache" and phpbbcli PHPBB3-12476
* [ticket/12292] Improve style details pageMatt Friedman2014-03-201-0/+3
| | | | | | | | | http://tracker.phpbb.com/browse/PHPBB3-12292 Gave style details page a proper heading and back button. Also removed a few obsolete code leftovers in the style and CSS. PHPBB3-12292
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-1/+5
| | | | PHPBB3-11981
* [ticket/11310] Add hashes to action links to prevent CSRF attacksJoas Schilling2013-03-121-6/+15
| | | | PHPBB3-11310
* [ticket/10758] Dependency inject parameters into cache_moderators.Oleg Pudeyev2012-12-151-1/+3
| | | | | | Also add phpbb prefix since the signature is being changed anyway. PHPBB3-10758
* [ticket/11041] Correctly import PHP file extension from global space.Andreas Fischer2012-08-021-3/+3
| | | | | | | 85bcdbad468cd255a02d6c48b2dcd1d128978eed shouldn't have changed imports of "global $phpEx". PHPBB3-11041
* [ticket/11012] Normalize $phpEx member vars to $php_extIgor Wiedler2012-07-211-5/+5
| | | | PHPBB3-11012
* Merge branch 'develop-olympus' into developNils Adermann2012-05-311-1/+1
|\ | | | | | | | | | | | | | | | | | | By Andreas Fischer via Andreas Fischer (1) and Nils Adermann (1) * develop-olympus: [ticket/10550] Sort not installed styles list in the styles section of the ACP. Conflicts: phpBB/includes/acp/acp_styles.php
| * [ticket/10550] Sort not installed styles list in the styles section of the ACP.Andreas Fischer2012-05-291-1/+5
| | | | | | | | PHPBB3-10550
* | [ticket/10762] Check for phpbb_version when installing styleVjacheslav Trushkin2012-04-041-1/+1
| | | | | | | | | | | | Check if phpbb_version exists when installing style. Do not warn users about installing outdated styles yet, that part of acp_styles will be changed in different branch. PHPBB3-10762
* | [ticket/10752] Fixes for acp_stylesVjacheslav Trushkin2012-04-031-39/+51
| | | | | | | | | | | | Adding form token, changing functions to public/protected, fixing few more errors PHPBB3-10752