aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/styling
Commit message (Collapse)AuthorAge
* translation updateMartin Michalek2020-08-05
|
* translation updateGHSRobert Ciang2020-08-05
|
* Merge pull request #3176 from splitbrain/stylemgrAndreas Gohr2020-07-13
|\ | | | | Style Manager Fixes
| * added tests for color handling in style managerAndreas Gohr2020-06-14
| |
| * style manager: use color picker based on value #3160Andreas Gohr2020-06-14
| | | | | | | | | | | | | | 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).
| * style manager: ensure all values are freshAndreas Gohr2020-06-14
| | | | | | | | | | Always reinitialize the style replacements on loading the manager to ensure it reflects the saved state.
| * style manager: adjust colors to 6 chars. fixes #3160Andreas Gohr2020-06-14
| |
* | translation updateThien Hau2020-06-14
|/
* translation updatePaulo Schopf2020-05-29
|
* translation updateThien Hau2020-05-06
|
* remove iris color picker plugin from styling managerAndreas Gohr2020-05-01
| | | | | | | | 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.
* jquery-migrate: replace on()/trigger() shorthand and use prop() for disabled ↵Phy2020-02-23
| | | | | | attr Related to #1546.
* translation updatePeter Mydliar2020-01-08
|
* Merge branch 'master' into psr2Andreas Gohr2019-10-10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes from commit b15f23f6735eabb6dc7e4a996e4ae164139ab7f5 may have been lost, because the code changed to much. changes from commit df81ca99eeaf4753d6f09cbddbb529afe7ef71c7 need to be verified. we might need to do some more adjustments. * master: (49 commits) translation update translation update translation update translation update translation update translation update translation update Update config.class.php translation update translation update Update lang.php Add ugc hint to nofollow add UGC hint translation update translation update use a script to fetch the correct phpunit Revert "output travis php version for easier debugging" setup databases for unit tests in travis output travis php version for easier debugging translation update ...
| * translation updateAleksandr Selivanov2019-09-14
| |
| * translation updateKaterina Katapodi2019-08-16
| |
| * translation updatePaulo Ricardo Schopf2019-08-04
| |
| * Cleanup styling cookie properly to exit previewPhy2019-06-17
| | | | | | | | | | | | | | | | This is inspired by https://forum.dokuwiki.org/thread/14395 and should fix the problem described there (I did a local test which seems to work). Previously styling cookie depends on `window.opener`. Since the popup should be on the same domain as the opener, and the popup's cookie domain is the same as the opener (DokuCookie is used), there is no need to rely on the opener to set the preview cookie. This change will ensure the preview cookie is cleared before the popup is closed, regardless of whether opener exists or not. Also checks on whether opener exists are added as well.
* | Merge branch 'master' into psr2Andreas Gohr2019-03-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * Use config cascade for style.ini filesAnna Dabrowska2019-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge branch 'master' into psr2Michael Große2019-02-15
|\|
| * translation updateJacob Palm2018-12-12
| |
| * Merge pull request #2561 from splitbrain/adminEventAndreas Gohr2018-12-10
| |\ | | | | | | add event to check access to admin plugins
| | * adjust bundled plugins that check for admin permissionsAndreas Gohr2018-10-30
| | | | | | | | | | | | | | | | | | This adjusts the bundled plugins to do their admin permission checks based on their admin component's isAccessibleByCurrentUser() method instead of doing their own isAdmin checks.
| * | translation updateKaterina Katapodi2018-11-23
| | |
| * | translation updateEn Mathis2018-11-08
| | |
| * | translation updateHokkaidoPerson2018-11-04
| |/
| * Merge branch 'master' into lang_update_1011_1539509694Phy2018-10-14
| |\
| | * translation updateDmytro Marchenko2018-10-14
| | |
| * | translation updateDmytro Marchenko2018-10-14
| |/
| * translation updateAdolfo Jayme Barrientos2018-10-11
| |
| * translation updateSalif Mehmed2018-08-24
| |
* | Merge branch 'master' into psr2Andreas Gohr2018-06-15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: 🐛 (Draft) Fix exception when actually viewing a draft of a page 💡(Draft): Add doc block for constructor ✅ Add unittest for deleteUsers remote API call fix remote API call dokuwiki.deleteUsers translation update 🏗 Use json for the response to dw_locktimer ✨(dw_locktimer) plugins may reuse to add fields and callbacks 💄 (editor) draft status is semantically not part of the toolbar 🏗 Create new Draft class and move draft handling there translation update correctly avoid notice in init. avoid creating expensive stacktrace in dbg_deprecated() add method to EventHandler to check if an event is actually handled introduce INFO_DEPRECATION_LOG event
| * translation updateChristian McKenna2018-06-08
| |
* | corectly disable sniff for one fileAndreas Gohr2018-05-14
| |
* | PSR2 for styling pluginAndreas Gohr2018-05-11
| | | | | | | | | | There's currently one warning left. Supressing it doesn't work which might be a bug in phpcs.
* | line lengths shortenedAndreas Gohr2018-04-27
| | | | | | | | | | | | 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.
* | remove DOKU_INC checksAndreas Gohr2018-04-27
|/ | | | | | | 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
* Merge pull request #2241 from splitbrain/manifestMichael Große2018-04-05
|\ | | | | PWA manifest and new @ini_theme_color replacement
| * refactor: extract css utils to an autoloaded classMichael Große2018-02-01
| | | | | | | | | | The goal is to make the css replacement accessible in other contexts, for example for the manifest.
* | translation updateWojciech Lichota2018-03-21
|/
* translation updateKristjan SCHMIDT2018-01-21
|
* translation updateMax2018-01-05
|
* translation updateTor Härnqvist2017-12-20
|
* translation updateF. Mueller-Donath2017-12-15
|
* translation updateTor Härnqvist2017-12-09
|
* translation updateF. Mueller-Donath2017-10-04
|
* translation updateSchplurtz le Déboulonné2017-09-24
|
* Merge pull request #2035 from dokuwiki-translate/lang_update_434Andreas Gohr2017-07-07
|\ | | | | Translation update (de-informal)
| * translation updateFelix Müller-Donath2017-06-30
| |