summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | lessified more filesAndreas Gohr2013-07-30
| * | | | | | | | | | | | | | lessyfied another oneAndreas Gohr2013-07-30
| * | | | | | | | | | | | | | lessyfied the first of template's CSS filesAndreas Gohr2013-07-30
| * | | | | | | | | | | | | | fixed ini replacement to less variables stuffAndreas Gohr2013-07-30
| * | | | | | | | | | | | | | add LESS supportAndreas Gohr2013-07-29
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'pull-request-245'Andreas Gohr2013-08-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into pull-requ...Andreas Gohr2013-08-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | de/de-informal: localization updates (delete user function)Matthias Schulte2013-08-01
| | * | | | | | | | | | | | | FS#2751 - self deletion of user accountChristopher Smith2013-07-31
* | | | | | | | | | | | | | | Merge pull request #251 from splitbrain/localizetemplateAndreas Gohr2013-08-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into localizetemplateKlap-in2013-08-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into localizetemplateKlap-in2013-08-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Enable LANG.template.<template>.key to provide localized strings in templatesKlap-in2013-08-02
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #255 from splitbrain/usermanager_bugAndreas Gohr2013-08-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | improve html structure and styling for add & edit user notesChristopher Smith2013-08-02
| * | | | | | | | | | | | | | | usermanager: fix an issue where edit user table would incorrectly show the pa...Christopher Smith2013-08-02
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #256 from lupo49/masterAndreas Gohr2013-08-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | de/de-informal/en: Removed redundant suffixes in TOC of configurationMatthias Schulte2013-08-02
* | | | | | | | | | | | | | | Merge pull request #253 from lupo49/masterAndreas Gohr2013-08-02
|\| | | | | | | | | | | | | | | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | de/de-informal updates: Replace "Nutzer" with more common word "Benutzer"Matthias Schulte2013-08-02
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | small fix for pagetools in RTL languagesAnika Henke2013-08-02
* | | | | | | | | | | | | Revert "translation update"Andreas Gohr2013-08-02
* | | | | | | | | | | | | translation updateDokuWiki Translation2013-08-02
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | prevent overlong select boxes (FS#2817)Anika Henke2013-08-01
* | | | | | | | | | | | Brazilian Portuguese language updateFrederico Guimarães2013-08-01
* | | | | | | | | | | | added default icon to pagetoolsAnika Henke2013-08-01
* | | | | | | | | | | | Merge pull request #238 from splitbrain/logjserrorsChristopher Smith2013-08-01
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Don't recommend the deprecated default template for JS debuggingMichael Hamann2013-07-30
| * | | | | | | | | | | In debug mode: catch and log JS errors with file informationMichael Hamann2013-07-21
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #194 from splitbrain/loggedin-classChristopher Smith2013-08-01
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | added tpl_classes() to return useful layout classesAnika Henke2013-07-21
| * | | | | | | | | | | Merge remote-tracking branch 'origin/master' into loggedin-classAnika Henke2013-07-21
| |\| | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'origin/master' into loggedin-classAnika Henke2013-06-02
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | added loggedIn class to main tpl containerAnika Henke2013-03-04
* | | | | | | | | | | | | Merge pull request #232 from flammy/patch-1Christopher Smith2013-08-01
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fixes validation problems with base64 encoded images in CSS.flammy2013-06-24
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #233 from flammy/patch-2Christopher Smith2013-08-01
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fixes validation problems with base64 encoded images in CSS.flammy2013-06-24
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #236 from splitbrain/pagetoolseventChristopher Smith2013-08-01
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | rename event to TEMPLATE_DOKUWIKI_PAGETOOLS_DISPLAYAndreas Gohr2013-08-01
| * | | | | | | | | | | | | add TEMPLATE_DOKUWIKI_PAGETOOLFLOAT_DISPLAY event to templateAndreas Gohr2013-07-12
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #248 from splitbrain/ariaAndreas Gohr2013-08-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | added aria roles to search and acl managerAnika Henke2013-08-01
| * | | | | | | | | | | | added aria attributes for footnote tooltipsAnika Henke2013-08-01
| * | | | | | | | | | | | removed unused and old hasFlash() JS functionAnika Henke2013-08-01
| * | | | | | | | | | | | added aria attributes to edit modeAnika Henke2013-08-01
| * | | | | | | | | | | | added aria attributes to tree and show/hide functionsAnika Henke2013-07-31
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | update config metadata comments for parameter '_multiple'Christopher Smith2013-08-01
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #244 from splitbrain/mediause_indexAndreas Gohr2013-07-31
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove search_references() and the refshow configuration optionMichael Hamann2013-07-31
| |/ / / / / / / / / /