#
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
|
#
177d6836 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces
|
#
c1482d1c |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function argument spacing
|
#
bf9be0e3 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply remaining rector fixes to lib
|
#
59305168 |
| 02-Mar-2020 |
Phy <git@phy25.com> |
Remove obsolete attributes at <script> tag
Nowadays it is not necessary to specify "type" or "charset" attribute at <script> tag:
1. "type" attribute defaults to "application/javascript", so there
Remove obsolete attributes at <script> tag
Nowadays it is not necessary to specify "type" or "charset" attribute at <script> tag:
1. "type" attribute defaults to "application/javascript", so there is no need to specify that. The recent value "text/javascript" is obsolete in favor of the default "application/javascript", as stated e.g. here: https://www.iana.org/assignments/media-types/media-types.xhtml#text
2. "charset" attribute of the <script> tag defaults to encoding be the same as the encoding of the script element's node document. As DokuWiki's default encoding is "utf-8", there is no need to specify this encoding in external resources. See: https://html.spec.whatwg.org/multipage/scripting.html#the-script-element
Manual merging, closes #2921.
Co-Authored-By: petrkajzar <58340153+petrkajzar@users.noreply.github.com>
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 ...
|
#
b78f68bc |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
some small fixes for PSR2
|
#
65030737 |
| 23-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: replace old call to css_styleini
fixes #2330
|
#
65cc1598 |
| 01-Aug-2017 |
Phy <git@phy25.com> |
Replace htmlspecialchars to hsc in core
|
#
5fd5f788 |
| 22-Jun-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed template color replacement preview
|
#
f809ae7b |
| 11-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
fixed lib/tpl/index.php to reflect recent changes
|
#
0e6f9f08 |
| 07-Oct-2012 |
Anika Henke <anika@selfthinker.org> |
added support for local style.ini files
|
#
c8839c22 |
| 14-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
changed all doctypes to html5 doctype
|
#
e260f93b |
| 05-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
xml compatibility fixes (mainly entities to unicode conversions)
|
#
4b2c366d |
| 26-Jun-2011 |
Anika Henke <anika@selfthinker.org> |
fixed typo causing PHP warning (FS#2282)
|
#
33c7f9a3 |
| 05-Mar-2011 |
Andreas Gohr <andi@splitbrain.org> |
avoid premature output before headers are sent
|
#
b5676fcf |
| 24-Jan-2009 |
Anika Henke <anika@selfthinker.org> |
adjusted and moved style.ini viewer to represent style.ini of current template (not just default template)
darcs-hash:20090124184033-f7d6d-b8d5aab351089866fecbb07f3fb3516f753bb077.gz
|