Skip to content

Commits

Permalink
master
Switch branches/tags

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

  1. release preparations

    andreashaerter committed Feb 9, 2014
  2. 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.
    andreashaerter committed Feb 9, 2014

Commits on Feb 8, 2014

  1. 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>
    andreashaerter committed Feb 8, 2014

Commits on Nov 17, 2013

  1. Release preparations

    andreashaerter committed Nov 17, 2013
  2. 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>
    andreashaerter committed Nov 17, 2013

Commits on Feb 20, 2013

  1. release preparations

    andreashaerter committed Feb 20, 2013
  2. fix fieldset align

    Fixes a small side effect introduced by updating the starter template based
    components.
    andreashaerter committed Feb 20, 2013
  3. 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).
    andreashaerter committed Feb 20, 2013

Commits on Oct 17, 2012

Commits on Oct 16, 2012

Commits on Oct 13, 2012

  1. 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.
    andreashaerter committed Oct 13, 2012

Commits on Oct 10, 2012

  1. add no-js class

    andreashaerter committed Oct 10, 2012
  2. 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
    andreashaerter committed Oct 10, 2012

Commits on May 3, 2012

  1. update README

    andreashaerter committed May 3, 2012

Commits on May 2, 2012

Commits on Dec 10, 2011

Commits on Dec 9, 2011

  1. release preparations

    andreashaerter committed Dec 9, 2011

Commits on Dec 2, 2011

Older