| #
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks
|
| #
90fb952c |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: operator spacing
|
| #
a664aaba |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: ptln removed, useradmin cleanup
|
| #
177d6836 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces
|
| #
8553d24d |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector renames
|
| #
54cc7aa4 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to the rest of lib/plugin
|
| #
54bcc3a6 |
| 12-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
eck CSRF token in styling plugin. fixes #3560
|
| #
626992ac |
| 06-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: mark inputs of styling plugin as required
While this cannot ensure that the value is valid, it should prevent accidental saving of an empty field, which crashes the less compiler.
Fixes #2246
|
| #
88c52daa |
| 14-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
style manager: use color picker based on value #3160
Instead of trying to guess if a setting is expecting a color base on the setting's name it is now determined based on the value in it. Only hex c
style manager: use color picker based on value #3160
Instead of trying to guess if a setting is expecting a color base on the setting's name it is now determined based on the value in it. Only hex colors are supported (it's the only thing the type="color" input supports either).
show more ...
|
| #
57580594 |
| 14-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
style manager: ensure all values are fresh
Always reinitialize the style replacements on loading the manager to ensure it reflects the saved state.
|
| #
7ef28ec1 |
| 14-Jun-2020 |
Andreas Gohr <andi@splitbrain.org> |
style manager: adjust colors to 6 chars. fixes #3160
|
| #
3465db0c |
| 01-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
remove iris color picker plugin from styling manager
Modern browsers know about type=color and show their own picker so there is no need for this jQuery plugin anymore.
Also the iris plugin isn't m
remove iris color picker plugin from styling manager
Modern browsers know about type=color and show their own picker so there is no need for this jQuery plugin anymore.
Also the iris plugin isn't maintained anymore and throws warnings in jQuery migrate.
show more ...
|
| #
e9f4a0f6 |
| 06-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into psr2
* master: translation update translation update Use config cascade for style.ini files translation update translation update use utf8_strtolower instead o
Merge branch 'master' into psr2
* master: translation update translation update Use config cascade for style.ini files translation update translation update use utf8_strtolower instead of strtolower add test for utf8 capital letters in search #2613 compare cleaned pageid case-insensitive in search, fixes #2613 add tests for #2613 Defective transplantation of export from .htaccess
show more ...
|
| #
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 ...
|
| #
71a75f04 |
| 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
PSR2 for styling plugin
There's currently one warning left. Supressing it doesn't work which might be a bug in phpcs.
|
| #
64159a61 |
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
line lengths shortened
This makes sure all files use line lenghts shorter than 120 characters.
This is a quick fix. It might not always be the nicest change.
|
| #
b4f2363a |
| 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
remove DOKU_INC checks
There is no need for this check, since these files should not have any main code that is executed on direct call.
Fixes PSR1.Files.SideEffects.FoundWithSymbols
|
| #
fb1f9089 |
| 01-Feb-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: extract css utils to an autoloaded class
The goal is to make the css replacement accessible in other contexts, for example for the manifest.
|
| #
cf2c8e75 |
| 25-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
changed input submits to buttons, fixed small RTL issue
|
| #
147d8f48 |
| 07-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
added labels to form entries
|
| #
d634152e |
| 07-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
improved various minor frontend issues in styling plugin
* improved spacing of popup * made primary buttons clearer * xhtml and validity fixes * improved some lang strings * moved 'open as popup' af
improved various minor frontend issues in styling plugin
* improved spacing of popup * made primary buttons clearer * xhtml and validity fixes * improved some lang strings * moved 'open as popup' after intro * fixed page reload after clicking 'open as popup' button
show more ...
|
| #
6667cd87 |
| 26-Jun-2015 |
Andreas Gohr <andi@splitbrain.org> |
changed the whole thing to a real popup
|
| #
418cb617 |
| 25-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
removed unused class
|
| #
e4632ba4 |
| 23-May-2015 |
Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
| #
123bc813 |
| 23-May-2015 |
Andreas Gohr <andi@splitbrain.org> |
renamed plugin from styler to styling
styler was already taken
|