Commits
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Feb 9, 2014
-
-
-
New handling of /user files (-> *.dist files for easier updates)
I provided two separate archives until now: One for installation, one for update. The only difference between them was that the update archive did not contain the /user sub-directory to keep use-defined changes. However, this was too complicated for many users as only my templates were delivered with as two separate archives. So I changed my mind and use /user/*.dist files to provide examples and templates. These files are dummies and may be overwritten. However, the user can take and just remove the ".dist" extension to use them as starting point for own modifications.
Commits on Feb 8, 2014
-
Fix 2013-12-08 "Binky" compatibilty issue (un-saveable config)
All onoff configuration switches do not get saved when the user changes the value. The reason was that I used true|false for "onoff" switches although only 1|0 was allowed [1] (never noticed this). It worked for years but the way the configuration gets parsed by DokuWiki was changed [2] [3] after Binky RC2, so the bug affects the current DokuWiki Binky final only. [1] <https://www.dokuwiki.org/config#configuration_options> [2] <dokuwiki/dokuwiki@43e7001> [3] <http://www.freelists.org/post/dokuwiki/SemiUrgent-broken-template-config-in-final-Binky,1>
-
Commits on Nov 17, 2013
-
-
Updates to support DokuWiki rc2013-10-28 "Binky"
The introduced LESS support [1] stumbled upon several CSS hacks for older Internet Explorer versions. This commit puts these hacks in a separate file which gets loaded by a simple conditional comment instead of the style.ini. So only older MSIE clients but not DokuWiki itself gets faced with the hacks. [1] <dokuwiki/dokuwiki#240>
-
-
-
Commits on Feb 20, 2013
-
-
-
Fixes a small side effect introduced by updating the starter template based components.
-
new option: 'mnmlblog_qrcodebox'
Controls if a box with a QR Code of current wiki page URL will be shown in the sidebar (for easy URL transfer to mobile browser).
Commits on Feb 19, 2013
Commits on Nov 28, 2012
Commits on Oct 17, 2012
Commits on Oct 16, 2012
Commits on Oct 13, 2012
-
-
remove no-js class, revert ad6bdb7
The class was added keep in sync with the starter template changes (and was not used at the moment). However, the class attribute is not allowed for the <html> tag in XHMTL's DTD, leading to invalid XHTML -> removal.
Commits on Oct 12, 2012
Commits on Oct 10, 2012
-
-
-
update starter template related components
Additionally, right-to-left css files were removed (they where just dummies right now). If someone wants to add rtl-support, it should be done by adding the rules as as *screen* style, appending all RTL styles with [dir=rtl]. Cf. starter template commit: /dokuwiki_template_starter/commit/caef190b74b96030c5201541778be4068bba35a8