aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_styles.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-08-171-1/+3
|\
| * [ticket/16019] Get rid of the checkbox3D-I2019-08-131-1/+3
| | | | | | | | PHPBB3-16019
* | [ticket/16052] Update version numbers to 3.3Marc Alexander2019-05-111-1/+1
|/ | | | PHPBB3-16052
* [ticket/15534] Update also styles database link in ACP for phpBB 3.2rxu2018-01-261-1/+1
| | | | PHPBB3-15534
* [ticket/15528] Display style phpBB versionJakub Senko2018-01-211-0/+2
| | | | PHPBB3-15528
* [ticket/14820] Add style version in ACPRubén Calvo2017-03-161-0/+4
| | | | PHPBB3-14820
* Merge pull request #3921 from Senky/ticket/14187Tristan Darricau2015-10-121-0/+1
|\ | | | | | | | | | | | | [ticket/14187] Add acp_styles_list_before event * Senky/ticket/14187: [ticket/14187] Add acp_styles_list_before event
| * [ticket/14187] Add acp_styles_list_before eventJakub Senko2015-09-231-0/+1
| | | | | | | | PHPBB3-14187
* | [ticket/14155] Row highlighting for extension/styles managementMatt Friedman2015-09-111-1/+1
|/ | | | PHPBB3-14155
* [ticket/13818] Add browse CDB links to ext style lang managementMatt Friedman2015-06-061-1/+5
| | | | PHPBB3-13818
* [ticket/8700] Use L_COLON instead of adding ":" manuallyJoas Schilling2014-04-021-3/+3
| | | | PHPBB3-8700
* [ticket/12292] Improve style details pageMatt Friedman2014-03-201-10/+6
| | | | | | | | | 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/11935] Merge remote-tracking branch 'upstream/develop'Matt Friedman2013-10-291-6/+6
|\ | | | | | | PHPBB3-11935
| * [ticket/11957] Responsive styles listVjacheslav Trushkin2013-10-261-6/+6
| | | | | | | | PHPBB3-11957
* | [ticket/11935] Replace obsolete table attributes in Admin with CSSMatt Friedman2013-10-191-1/+1
|/ | | | PHPBB3-11935
* [ticket/10780] Replace colon usage in adm template output with {L_COLON}Nathan Guse2012-11-101-5/+5
| | | | | | Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates PHPBB3-10780
* [feature/merging-style-components] New acp_styles templateVjacheslav Trushkin2012-03-151-355/+123
| | | | | | New acp_styles.html, completely rewritten PHPBB3-10632
* Merge branch 'develop-olympus' into developOleg Pudeyev2012-01-061-0/+6
|\ | | | | | | | | * develop-olympus: [ticket/10563] Show deactivated styles below active styles in acp
| * [ticket/10563] Show deactivated styles below active styles in acpVjacheslav Trushkin2012-01-021-0/+6
| | | | | | | | | | | | Separates active and deactivated styles in styles list in acp PHPBB3-10563
* | Merge branch 'develop' of github.com:phpbb/phpbb3 into developIgor Wiedler2011-09-211-141/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'develop' of github.com:phpbb/phpbb3: (44 commits) [ticket/10374] Remove 'custom template' cache prefix. [feature/remove-db-styles] Remove forgotten template variables. [feature/remove-db-styles] Removed style.php! [feature/remove-db-styles] Rework filesystem permission checks from 6d24a71. [feature/remove-db-styles] Update language to reflect removal of db storage. [feature/remove-db-styles] Mark log entrys as deprecated. [feature/remove-db-styles] Add error if template/theme file is unwritable. [feature/remove-db-styles] Add schema changes sinces 3.0.x. [feature/remove-db-styles] Readd table constant for upgrades etc. [feature/remove-db-styles] Update database schemas. [feature/remove-db-styles] Remove style.php DB storage. [feature/remove-db-styles] Remove parse_css_file option from themes. [feature/remove-db-styles] Remove DB theme handling code from session. [feature/remove-db-styles] ACP has forgotten how to store themes in the DB. [feature/remove-db-styles] Missed a few template DB bits in acp_styles. [feature/remove-db-styles] Removing unused methods from acp_style. [feature/remove-db-styles] Removed database storage of style components. [ticket/10371] Removing last mentions of imageset [ticket/10370] Add function documentation for get_stacktrace(). [ticket/10370] Explain that we are not the ones hiding backtrace pieces. ...
| * | [feature/remove-db-styles] Removed database storage of style components.Chris Smith2011-09-201-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bulk of database storage of templates is removed, rendering template stored in the database as useless. Theme database storage is reduced to a skeleton for full removal soon. This commit was cherry picked from the old feature/ascraeus-experiment branch the old commit hash is 0dbe7e3b6cd450342d3c566eb2caf36ca1b5db8e. PHPBB3-9741
| * | [feature/remove-imagesets] Changing admin control panel styles moduleVjacheslav Trushkin2011-09-031-135/+1
| |/ | | | | | | | | | | Removing imagesets. Changing admin control panel styles module PHPBB3-10336
* | [ticket/10362] HTML5 Fix - Replace name attribute with id in anchorsMatt Friedman2011-09-111-1/+1
|/ | | | | | | When validating for HTML5, the name attribute is obsolete/deprecated when used in anchor tags. The ID tag should be used here instead. PHPBB3-10362
* [ticket/9675] Put the code into methods to avoid code duplication.Joas Schilling2011-02-081-3/+4
| | | | PHPBB3-9675
* [ticket/9675] Add option to delete template/theme/imageset when deleting style.Joas Schilling2011-02-081-0/+14
| | | | PHPBB3-9675
* [ticket/9575] Also change 'administrate' to 'administer' in templatesIgor Wiedler2010-12-051-1/+1
| | | | PHPBB3-9575
* fix some XHTML issues in admin style - Bug #51405Meik Sievertsen2009-09-161-4/+4
| | | | | | the acp_logs one is quite nasty, i know - but at least it does not require a new css class git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10153 89ea8834-ac86-4346-8a33-228a782c2dd0
* #42985 - use path in JS instead of nameMeik Sievertsen2009-03-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9381 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Removed redundant code and unnecessary queries in forum management. #42265Chris Smith2009-02-271-6/+6
| | | | | | | - Fixed use of <b> instead of <strong> in ACP git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9344 89ea8834-ac86-4346-8a33-228a782c2dd0
* only some space/tab changes as well as removing my debug code from the ↵Meik Sievertsen2008-08-161-6/+6
| | | | | | template file. ;) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8761 89ea8834-ac86-4346-8a33-228a782c2dd0
* Okay. Frozen, we never said anything about it being permafrost. Also, this ↵Henry Sudhof2008-07-281-5/+11
| | | | | | is not 100% tested, expect troubel with store_db (I'm waiting for the bug reports) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8697 89ea8834-ac86-4346-8a33-228a782c2dd0
* #22875Meik Sievertsen2008-03-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8426 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15038Henry Sudhof2007-11-051-11/+8
| | | | | | | I'm very sorry. This should make W3C happy again. git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-5/+10
| | | | | | | | | | | | #i91 #i92 #i93 #i94 #i95 #i96 git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0
* #i62 - #i65Meik Sievertsen2007-09-221-47/+26
| | | | | | | gone through every javascript invocation and making sure we adhere to our coding guidelines. git-svn-id: file:///svn/phpbb/trunk@8099 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixes. :PMeik Sievertsen2007-09-181-0/+1
| | | | | | | - language authors may review their email template files... git-svn-id: file:///svn/phpbb/trunk@8092 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not get too excitedMeik Sievertsen2007-07-261-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7954 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introducing the ability to manually set the dimensions of an image in the ↵Henry Sudhof2007-06-111-2/+41
| | | | | | | | | | | | | | imageset editor. A little spelling. Introduces new language variable(s). #11925 #11675 git-svn-id: file:///svn/phpbb/trunk@7750 89ea8834-ac86-4346-8a33-228a782c2dd0
* #11255David M2007-05-221-3/+3
| | | | | | | | | | | | | | | #11259 #11291 #11335 #11457 #11473 #11475 #11511 #11523 #11527 git-svn-id: file:///svn/phpbb/trunk@7663 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing some tiny bugs...Meik Sievertsen2007-05-171-0/+1
| | | | | | | - correctly close span tags within code=php git-svn-id: file:///svn/phpbb/trunk@7619 89ea8834-ac86-4346-8a33-228a782c2dd0
* Theme editor replaced with something more basic, it was not robust and was ↵David M2007-05-131-210/+51
| | | | | | more error prone git-svn-id: file:///svn/phpbb/trunk@7562 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some bugsMeik Sievertsen2007-05-071-6/+6
| | | | | | | changed the way we are handling bookmarks. No order_id required, really! Order by last post time as suggested by BartVB. git-svn-id: file:///svn/phpbb/trunk@7497 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481Meik Sievertsen2007-05-061-11/+11
| | | | | | | | - more label fixes - simpler approach to get input cursor text git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
* correct labelMeik Sievertsen2007-05-041-11/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@7464 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10461Jonathan Stanley2007-05-041-11/+11
| | | | | | | | | Rest of it... hurray++; for whenever stupid CSS classes need not be added and one can just do: input[type=text] { cursor: text; } git-svn-id: file:///svn/phpbb/trunk@7463 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix htmlspecialchars handling in search (search backends get specialchared ↵Nils Adermann2007-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156] - allow cancelling search index creation/removal - custom CSS class name input too short [Bug #8328] - give an error message if a password wasn't convertable (special characters in non-standard encoding) - moved still_on_time to functions.php, used by acp_search and converter, might be useful for MODs (or complex cron scripts) - do not allow empty passwords on login - add sids to local URLs in posts (this was a really terrible bug to fix ;-)) [Bug #7892] - ignore invalid HTTP_X_FORWARDED_FOR headers (just use REMOTE_ADDR if invalid) [Bug #8314] - changed forum listing code on search page and acp_attachments [Bug #6658] - search indexing uses still_on_time(), smaller batch size (1000) and meta_refresh() instead of redirect(), this should solve a few problems [Bugs #8034, #8270] - made password requirement language strings clearer - ALPHA is not meant to be alphanumric [Bug #7764] - display bug in firefox on linux making the pagination wrap on search results page (caused by &nbsp;) git-svn-id: file:///svn/phpbb/trunk@7076 89ea8834-ac86-4346-8a33-228a782c2dd0
* - display search type as page title for premade searches [Bug #6508]Nils Adermann2006-12-271-3/+3
| | | | | | | | | | | | | | | - flash enabled on user side by default, so that admins can actually change anything by activating it (still disabled by default) - properly implemented password complexity check [Bug #6584] - do not ldap_escape paramaters for the bind function [Bug #6208] - deleted words in edited post subjects weren't getting there search cache refreshed [Bug #6288] - made common word threshold configurable [Bug #6168] - recreated word match table entries after installation, side effect of bug #6060 - option to only allow ASCII usernames - adjusted search page pagination [Bug #6424] - correctly calculate unformatted search result extract length git-svn-id: file:///svn/phpbb/trunk@6814 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some tiny bug fixes - cannot stand seeing more than 1 page of Olympus bugs ↵Dominik Dröscher2006-11-291-1/+1
| | | | | | in the tracker git-svn-id: file:///svn/phpbb/trunk@6693 89ea8834-ac86-4346-8a33-228a782c2dd0
* #4892Dominik Dröscher2006-11-271-8/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@6667 89ea8834-ac86-4346-8a33-228a782c2dd0
* Message for my last commit (no I didn't intent it to be "message"):Nils Adermann2006-11-261-0/+7
| | | | | | | | | | | | | - include forums without search indexing in author searches and egosearch [Bug #5530, #4782] - allow changing search options when there are no results if a pre-defined search is used - added user_pass_convert flag for unconverted phpBB2 passwords and password conversion on first login and for this commit: - truncating dropdown in acp_styles and showing tooltip with complete string [Bug #5258] - UTF-8 compatible font for OS X users in ACP - destroy search cache on changing a post author [Bug #5538] git-svn-id: file:///svn/phpbb/trunk@6659 89ea8834-ac86-4346-8a33-228a782c2dd0