Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5656 from 3D-I/ticket/16019 | Marc Alexander | 2019-08-17 | 1 | -5/+21 |
|\ | | | | | | | [ticket/16019] Deny prosilver's uninstallation | ||||
| * | [ticket/16019] Code's enhancement | 3D-I | 2019-08-13 | 1 | -5/+2 |
| | | | | | | | | PHPBB3-16019 | ||||
| * | [ticket/16019] Get rid of the uninstall link | 3D-I | 2019-08-13 | 1 | -5/+8 |
| | | | | | | | | PHPBB3-16019 | ||||
| * | [ticket/16019] Amend code for the better | 3D-I | 2019-08-13 | 1 | -3/+6 |
| | | | | | | | | PHPBB3-16019 | ||||
| * | [ticket/16019] Move code to before of confirm box is submitted | 3D-I | 2019-08-13 | 1 | -12/+13 |
| | | | | | | | | PHPBB3-16019 | ||||
| * | [ticket/16019] Deny prosilver's uninstallation | 3D-I | 2019-08-13 | 1 | -0/+12 |
| | | | | | | | | PHPBB3-16019 | ||||
* | | [ticket/16080] Remove sprintf() | 3D-I | 2019-08-13 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-16080 | ||||
* | | [ticket/16080] Use placeholder | 3D-I | 2019-08-12 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-16080 | ||||
* | | [ticket/16080] Provide a meaningful error message for deleted installed style | 3D-I | 2019-08-12 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-16080 | ||||
* | | [ticket/16080] Change location as it should have been. | 3D-I | 2019-08-12 | 1 | -0/+6 |
|/ | | | | PHPBB3-16080 | ||||
* | [ticket/15528] Display style phpBB version | Jakub Senko | 2018-01-21 | 1 | -0/+1 |
| | | | | PHPBB3-15528 | ||||
* | [ticket/15171] Fix test | Rubén Calvo | 2017-10-31 | 1 | -1/+1 |
| | | | | PHPBB3-15171 | ||||
* | [ticket/15171] Replace all BBCode templates by default | Rubén Calvo | 2017-10-31 | 1 | -11/+11 |
| | | | | PHPBB3-15171 | ||||
* | [ticket/15201] Fix | Rubén Calvo | 2017-08-28 | 1 | -6/+2 |
| | | | | PHPBB3-15201 | ||||
* | [ticket/15201] Castings | Rubén Calvo | 2017-08-28 | 1 | -2/+6 |
| | | | | PHPBB3-15201 | ||||
* | [ticket/15201] Set user style to default style when it is disabled or ↵ | Rubén Calvo | 2017-08-28 | 1 | -2/+2 |
| | | | | | | uninstalled PHPBB3-15201 | ||||
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-03-19 | 1 | -0/+4 |
|\ | |||||
| * | [ticket/14820] Add style version in ACP | Rubén Calvo | 2017-03-16 | 1 | -0/+4 |
| | | | | | | | | PHPBB3-14820 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -2/+0 |
| | | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454 | ||||
* | | Merge remote-tracking branch 'upstream/3.1.x' | Tristan Darricau | 2015-10-12 | 1 | -1/+17 |
|\ \ | |/ | | | | | | | * upstream/3.1.x: [ticket/14188] Add core.acp_styles_action_before event | ||||
| * | [ticket/14188] Add core.acp_styles_action_before event | Jakub Senko | 2015-09-23 | 1 | -1/+17 |
| | | | | | | | | PHPBB3-14188 | ||||
* | | Merge branch 'ticket/13930' into ticket/13930-master | Marc Alexander | 2015-06-08 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | Conflicts: phpBB/includes/acp/acp_database.php | ||||
| * | [ticket/13930] Add missing spaces to code | Marc Alexander | 2015-06-08 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13930 | ||||
* | | [ticket/11768] Updated annotation [ci skip] | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11768 | ||||
* | | [ticket/11768] Invalidate the text_formatter cache whenever a style is installed | JoshyPHP | 2015-04-02 | 1 | -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 Muller | 2015-02-02 | 1 | -1/+4 |
| | | | | | | | | PHPBB3-13494 | ||||
* | | [ticket/13468] Update calls to `add_log()` | Gaëtan Muller | 2015-01-27 | 1 | -3/+10 |
|/ | | | | PHPBB3-13468 | ||||
* | [ticket/10744] Fix some doc blocks | Joas Schilling | 2014-11-21 | 1 | -2/+3 |
| | | | | PHPBB3-10744 | ||||
* | [ticket/10744] Type hint objects for IDE usages | Joas Schilling | 2014-11-21 | 1 | -0/+15 |
| | | | | PHPBB3-10744 | ||||
* | [ticket/10744] Prevent installing styles with reserved names | Joas Schilling | 2014-11-21 | 1 | -0/+7 |
| | | | | PHPBB3-10744 | ||||
* | Merge pull request #3 from phpbb/ticket/security-161 | Joas Schilling | 2014-10-23 | 1 | -5/+14 |
|\ | | | | | | | [ticket/security-161] Add form token to styles management form. | ||||
| * | [ticket/security-161] Add form token to styles management form. | Cesar G | 2014-10-22 | 1 | -5/+14 |
| | | | | | | | | SECURITY-161 | ||||
* | | [ticket/13121] Remove cache mode from style management module | Matt Friedman | 2014-10-01 | 1 | -22/+0 |
| | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13121 PHPBB3-13121 | ||||
* | | [ticket/12901] Fix another wrong type hint for $level | Joas Schilling | 2014-08-03 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12901 | ||||
* | | [ticket/12901] Fix type hinting of style $level | jeroendedauw | 2014-08-03 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12901 | ||||
* | | [ticket/12563] Adds « and » to the links in acp_styles.php | Crizzo | 2014-06-22 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-12563 | ||||
* | | [ticket/12563] Removes strintf in acp_styles.php and shorts up <a> | Crizzo | 2014-06-12 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-12563 | ||||
* | | [ticket/12563] Changes 2 language variables to better understandable names | Crizzo | 2014-06-10 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-12563 | ||||
* | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -6/+7 |
| | | | | | | | | PHPBB3-12594 | ||||
* | | [ticket/12476] Increase assets also from acp_styles and phpbbcli | n-aleha | 2014-05-09 | 1 | -0/+1 |
|/ | | | | | | Increase assets also from "ACP > Styles > Purge Cache" and phpbbcli PHPBB3-12476 | ||||
* | [ticket/12292] Improve style details page | Matt Friedman | 2014-03-20 | 1 | -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 complaints | Marc Alexander | 2013-10-28 | 1 | -1/+5 |
| | | | | PHPBB3-11981 | ||||
* | [ticket/11310] Add hashes to action links to prevent CSRF attacks | Joas Schilling | 2013-03-12 | 1 | -6/+15 |
| | | | | PHPBB3-11310 | ||||
* | [ticket/10758] Dependency inject parameters into cache_moderators. | Oleg Pudeyev | 2012-12-15 | 1 | -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 Fischer | 2012-08-02 | 1 | -3/+3 |
| | | | | | | | 85bcdbad468cd255a02d6c48b2dcd1d128978eed shouldn't have changed imports of "global $phpEx". PHPBB3-11041 | ||||
* | [ticket/11012] Normalize $phpEx member vars to $php_ext | Igor Wiedler | 2012-07-21 | 1 | -5/+5 |
| | | | | PHPBB3-11012 | ||||
* | Merge branch 'develop-olympus' into develop | Nils Adermann | 2012-05-31 | 1 | -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 Fischer | 2012-05-29 | 1 | -1/+5 |
| | | | | | | | | PHPBB3-10550 | ||||
* | | [ticket/10762] Check for phpbb_version when installing style | Vjacheslav Trushkin | 2012-04-04 | 1 | -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_styles | Vjacheslav Trushkin | 2012-04-03 | 1 | -39/+51 |
| | | | | | | | | | | | | Adding form token, changing functions to public/protected, fixing few more errors PHPBB3-10752 |