aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_styles.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5656 from 3D-I/ticket/16019Marc Alexander2019-08-171-5/+21
|\
| * [ticket/16019] Code's enhancement3D-I2019-08-131-5/+2
| * [ticket/16019] Get rid of the uninstall link3D-I2019-08-131-5/+8
| * [ticket/16019] Amend code for the better3D-I2019-08-131-3/+6
| * [ticket/16019] Move code to before of confirm box is submitted3D-I2019-08-131-12/+13
| * [ticket/16019] Deny prosilver's uninstallation3D-I2019-08-131-0/+12
* | [ticket/16080] Remove sprintf()3D-I2019-08-131-1/+1
* | [ticket/16080] Use placeholder3D-I2019-08-121-1/+2
* | [ticket/16080] Provide a meaningful error message for deleted installed style3D-I2019-08-121-1/+1
* | [ticket/16080] Change location as it should have been.3D-I2019-08-121-0/+6
|/
* [ticket/15528] Display style phpBB versionJakub Senko2018-01-211-0/+1
* [ticket/15171] Fix testRubén Calvo2017-10-311-1/+1
* [ticket/15171] Replace all BBCode templates by defaultRubén Calvo2017-10-311-11/+11
* [ticket/15201] FixRubén Calvo2017-08-281-6/+2
* [ticket/15201] CastingsRubén Calvo2017-08-281-2/+6
* [ticket/15201] Set user style to default style when it is disabled or uninsta...Rubén Calvo2017-08-281-2/+2
* 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
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
* | Merge remote-tracking branch 'upstream/3.1.x'Tristan Darricau2015-10-121-1/+17
|\ \ | |/
| * [ticket/14188] Add core.acp_styles_action_before eventJakub Senko2015-09-231-1/+17
* | Merge branch 'ticket/13930' into ticket/13930-masterMarc Alexander2015-06-081-1/+1
|\ \ | |/
| * [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-081-1/+1
* | [ticket/11768] Updated annotation [ci skip]JoshyPHP2015-04-021-1/+1
* | [ticket/11768] Invalidate the text_formatter cache whenever a style is installedJoshyPHP2015-04-021-1/+11
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+4
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-3/+10
|/
* [ticket/10744] Fix some doc blocksJoas Schilling2014-11-211-2/+3
* [ticket/10744] Type hint objects for IDE usagesJoas Schilling2014-11-211-0/+15
* [ticket/10744] Prevent installing styles with reserved namesJoas Schilling2014-11-211-0/+7
* Merge pull request #3 from phpbb/ticket/security-161Joas Schilling2014-10-231-5/+14
|\
| * [ticket/security-161] Add form token to styles management form.Cesar G2014-10-221-5/+14
* | [ticket/13121] Remove cache mode from style management moduleMatt Friedman2014-10-011-22/+0
* | [ticket/12901] Fix another wrong type hint for $levelJoas Schilling2014-08-031-1/+1
* | [ticket/12901] Fix type hinting of style $leveljeroendedauw2014-08-031-1/+1
* | [ticket/12563] Adds « and » to the links in acp_styles.phpCrizzo2014-06-221-2/+2
* | [ticket/12563] Removes strintf in acp_styles.php and shorts up <a>Crizzo2014-06-121-2/+2
* | [ticket/12563] Changes 2 language variables to better understandable namesCrizzo2014-06-101-2/+2
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* | [ticket/12476] Increase assets also from acp_styles and phpbbclin-aleha2014-05-091-0/+1
|/
* [ticket/12292] Improve style details pageMatt Friedman2014-03-201-0/+3
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-1/+5
* [ticket/11310] Add hashes to action links to prevent CSRF attacksJoas Schilling2013-03-121-6/+15
* [ticket/10758] Dependency inject parameters into cache_moderators.Oleg Pudeyev2012-12-151-1/+3
* [ticket/11041] Correctly import PHP file extension from global space.Andreas Fischer2012-08-021-3/+3
* [ticket/11012] Normalize $phpEx member vars to $php_extIgor Wiedler2012-07-211-5/+5
* Merge branch 'develop-olympus' into developNils Adermann2012-05-311-1/+1
|\
| * [ticket/10550] Sort not installed styles list in the styles section of the ACP.Andreas Fischer2012-05-291-1/+5
* | [ticket/10762] Check for phpbb_version when installing styleVjacheslav Trushkin2012-04-041-1/+1
* | [ticket/10752] Fixes for acp_stylesVjacheslav Trushkin2012-04-031-39/+51