History log of /dokuwiki/inc/config_cascade.php (Results 1 – 22 of 22)
Revision Date Author Comments
# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 316e3ee6 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: EOF new lines


# 24870174 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to the rest of inc


# 4593dbd2 28-Feb-2019 Anna Dabrowska <dabrowska@cosmocode.de>

Use config cascade for style.ini files

This simplifies style loading and allows the plugins like farmer to
extend the the loading of style files. Also adds some first unit tests.

Originally discuss

Use config cascade for style.ini files

This simplifies style loading and allows the plugins like farmer to
extend the the loading of style files. Also adds some first unit tests.

Originally discussed in FS#2703 and #134

Squashed commit of the following:

commit 5ed550f6ba61a1d475b7572cbff18f0d790c78c2
Merge: 0cefed65e cab1833b0
Author: Andreas Gohr <gohr@cosmocode.de>
Date: Thu Feb 28 13:38:46 2019 +0100

Merge branch 'styleConfCascade' of https://github.com/annda/dokuwiki into annda-styleConfCascade

* 'styleConfCascade' of https://github.com/annda/dokuwiki:
Clean up StyleUtils
Update StyleUtils test
Fix array to boolean conversion
Use better placeholder string in config cascade
Calls to StyleUtils use the new constructor
Add test for StyleUtils
Refactor StyleUtils
WIP add temporary test comparing two implementations of StyleUtils
WIP add new style config cascade side by side with the old one

commit cab1833b09a59331a5580fe0e3e6f36d743dea09
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 17:54:27 2019 +0100

Clean up StyleUtils

commit 766e3907cf7b234c3f2fa7bf86f205c1c8c7c6e1
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 17:51:15 2019 +0100

Update StyleUtils test

commit f5c08787ddf9db60e3429421e5c627d5c81d876a
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:51:53 2019 +0100

Fix array to boolean conversion

commit c9671698992328d5671a43b2707ffc6c5b117423
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:38:55 2019 +0100

Use better placeholder string in config cascade

commit 4845eff54d227325476bb00b7c8402ce58cf72df
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:24:16 2019 +0100

Calls to StyleUtils use the new constructor

commit 7a6337a8f8f2cc0cedbf54ae0b43e94033192cb8
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:22:44 2019 +0100

Add test for StyleUtils

commit 5ae9e8f69e076ab2a18b24aa178cca15fea6b000
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Thu Feb 21 12:16:57 2019 +0100

Refactor StyleUtils

commit a2adcc9f37be93f4bcf90fdba4089ea4b0d6436e
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Sat Feb 16 23:58:04 2019 +0100

WIP add temporary test comparing two implementations of StyleUtils

commit 845c40c4faf379a65134e171514a09d47ffe95f1
Author: Anna Dabrowska <dabrowska@cosmocode.de>
Date: Sat Feb 16 23:59:41 2019 +0100

WIP add new style config cascade side by side with the old one

show more ...


# 5e0255e3 24-Jan-2018 Michael Große <grosse@cosmocode.de>

feat: provide web app manifest (dynamically geneated)


# 42cbd322 19-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

Add a protected file to the authplain config cascade

This adds the possibility to define file with protected users in the
config cascade to be used with the plain auth mechanism.

This makes it poss

Add a protected file to the authplain config cascade

This adds the possibility to define file with protected users in the
config cascade to be used with the plain auth mechanism.

This makes it possible for farms to have way to inherit Farmer users in
animals.

show more ...


# 7b909d5e 10-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Extendable config cascade for userstyles and userscript

Added user*.less files to config


# dd7a6159 28-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

use config cascade for loading of localizations


# 89417bb7 27-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

reformatting config cascade


# 64d489db 27-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

add lang files to cascading


# 8c867678 04-Nov-2013 Anika Henke <anika@selfthinker.org>

removed loading of deprecated RTL styles


# 30ac1588 01-Jul-2012 Anika Henke <anika@selfthinker.org>

added forgotten deprecated comment to userrtl.css in config cascade


# 23725b91 17-Apr-2012 Andreas Gohr <gohr@cosmocode.de>

have a default plugin config

This allows us to distribute plugins that are disabled by default. We'll
may want to do that for a special unit test plugin


# 63703ba5 16-Mar-2012 Andreas Gohr <andi@splitbrain.org>

coding style updates


# 2fb7abe3 06-Nov-2011 Piyush Mishra <me@piyushmishra.com>

renamed plugins.protected.php to plugins.required.php and added it cascade to allow overwriting as a local protected file


# b838050e 20-Aug-2011 Piyush Mishra <me@piyushmishra.com>

added new plugins config cascade and added plugin.info.txt


# 4e098b31 26-Feb-2011 Anika Henke <anika@selfthinker.org>

renamed userstyles

In 09edb7113c19b07ca11a79c2b0571f45ed2cc2eb most of the old userstyles were wrongly named. This renames them back to what they were before that change. See also http://www.dokuwik

renamed userstyles

In 09edb7113c19b07ca11a79c2b0571f45ed2cc2eb most of the old userstyles were wrongly named. This renames them back to what they were before that change. See also http://www.dokuwiki.org/devel:css#user_styles

show more ...


# 318cd03e 26-Feb-2011 Anika Henke <anika@selfthinker.org>

improved css.php and core styles

* code cleanup in lib/exe/css.php
* renamed 'default' userstyle to 'screen' in config_cascade
* splitted core lib/styles/style.css up into all.css, print.css and scr

improved css.php and core styles

* code cleanup in lib/exe/css.php
* renamed 'default' userstyle to 'screen' in config_cascade
* splitted core lib/styles/style.css up into all.css, print.css and screen.css

show more ...


# aeb1fea3 26-Feb-2011 Anika Henke <anika@selfthinker.org>

added missing user rtlstyle.css to config_cascade


# cca94fbc 06-Feb-2011 Roland Hager <roland.hager@tu-berlin.de>

made config cascade more flexible


# 09edb711 27-Jun-2010 Andreas Gohr <andi@splitbrain.org>

use config cascade for userscripts and styles FS#1678


# e6a6dbfe 27-Jun-2010 Andreas Gohr <andi@splitbrain.org>

moved default config cascade to its own file