aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_styles.php
Commit message (Expand)AuthorAgeFilesLines
...
* | [feature/remove-db-styles] Add error if template/theme file is unwritable.Chris Smith2011-09-201-29/+25
* | [feature/remove-db-styles] Remove style.php DB storage.Chris Smith2011-09-201-6/+1
* | [feature/remove-db-styles] ACP has forgotten how to store themes in the DB.Chris Smith2011-09-201-120/+22
* | [feature/remove-db-styles] Missed a few template DB bits in acp_styles.Chris Smith2011-09-201-23/+3
* | [feature/remove-db-styles] Removing unused methods from acp_style.Chris Smith2011-09-201-176/+0
* | [feature/remove-db-styles] Removed database storage of style components.Chris Smith2011-09-201-349/+27
* | [feature/remove-imagesets] Changing admin control panel styles moduleVjacheslav Trushkin2011-09-031-791/+27
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-07-071-0/+1
|\ \ | |/
| * [ticket/10250] Destroy cached md5 hash of site_logo on refreshing an imagesetNils Adermann2011-07-051-0/+1
* | [ticket/10148] Turn TEMPLATE_BITFIELD into an instance variable.Oleg Pudeyev2011-04-241-2/+2
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-101-1/+1
|\ \ | |/
| * [ticket/10035] ACP template edit feature allows to read any files on webserver.rxu2011-03-071-1/+1
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-211-42/+216
|\ \ | |/
| * [ticket/9675] Correctly check whether the style/component is still in use.Joas Schilling2011-02-081-28/+64
| * [ticket/9675] Put the code into methods to avoid code duplication.Joas Schilling2011-02-081-118/+154
| * [ticket/9675] Add option to delete template/theme/imageset when deleting style.Joas Schilling2011-02-081-1/+103
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* Merge branch 'ticket/nickvergessen/7296' into develop-olympusAndreas Fischer2010-08-281-5/+0
|\
| * [ticket/7296] Exporting styles to tar creates corrupted archives.Joas Schilling2010-08-221-5/+0
* | Merge branch 'ticket/nickvergessen/9519' into develop-olympusAndreas Fischer2010-08-281-6/+6
|\ \
| * | [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-101-6/+6
| |/
* | [ticket/9646] Honor CSS comments in @import statementsJosh Woody2010-08-201-2/+10
|/
* [bug/59135] Fix open_basedir issues when accessing styles- and language-manag...Joas Schilling2010-03-131-2/+2
* Fix r10360, Bug #55665Andreas Fischer2009-12-221-1/+2
* Bug #55665 - Restrict search for styles/../style.cfg to folders.Joas Schilling2009-12-211-0/+4
* Fix wrong error message for non-writable template file in acp_styles.php - Bu...Meik Sievertsen2009-08-311-1/+2
* Coding guidelines in r9629Chris Smith2009-07-071-1/+1
* Fix bug #47345 - Check if template file is empty before trying to read from it.Andreas Fischer2009-06-261-1/+14
* Fixed bug #14304Gabriel Vazquez2009-06-191-14/+27
* Fix bug #46145 - Template cache error for files of template-subfoldersJoas Schilling2009-06-161-9/+9
* Fix bug #45705 - Show error in the ACP when template folder is not readable.Andreas Fischer2009-06-081-0/+5
* late fix for #45135Henry Sudhof2009-05-131-2/+2
* add missing $super assignment - Bug #43635Meik Sievertsen2009-04-171-2/+2
* #43965Henry Sudhof2009-04-131-1/+1
* #43965Henry Sudhof2009-04-131-1/+2
* Inherit the bitfieldHenry Sudhof2009-03-261-1/+18
* #42985 - use path in JS instead of nameMeik Sievertsen2009-03-171-0/+2
* Fix imageset editing for retaining and correctly setting dimensions for image...Meik Sievertsen2009-03-071-106/+110
* Make sure a style set to "default" is also always active. ;) (Bug #37475)Meik Sievertsen2008-12-021-0/+6
* problems with case handling #36725Henry Sudhof2008-11-131-3/+3
* Provide a way to disable the config write check and rename the ACP style edit...Chris Smith2008-11-091-1/+1
* Fix problems with styles using an underscore within the filename. (Bug #34315)Meik Sievertsen2008-09-261-9/+40
* some changes for proper code documentationMeik Sievertsen2008-08-231-59/+59
* more verbose style.php in DEBUG modeHenry Sudhof2008-08-131-0/+4
* cleaning tpl fallbacks upHenry Sudhof2008-07-301-1/+2
* #30735Henry Sudhof2008-07-281-5/+13
* Okay. Frozen, we never said anything about it being permafrost. Also, this is...Henry Sudhof2008-07-281-56/+450
* Thanks NBBNHenry Sudhof2008-04-281-0/+9
* some language/style/code fixes (refer to the diff of the changelog)Meik Sievertsen2008-02-231-1/+1
* make sure we always check for a valid directory handleMeik Sievertsen2007-10-211-6/+8