summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisionslisps2013-11-22
|\
| * refactor PageRevisionLog into Media- and PageChangelog extending ChangelogGerrit Uitslag2013-11-21
| |
* | remove property rev from xhtml.phplisps2013-11-22
| | | | | | | | changed variable name $create_time to $modified_time
* | add parameter at($DATE_AT) and mind revisionslisps2013-11-21
|/
* update function calls to changelog functionsGerrit Uitslag2013-11-20
|
* Merge pull request #406 from splitbrain/remove-deprecated-stuffChristopher Smith2013-11-17
|\ | | | | Remove deprecated stuff
| * removed deprecated imagesAnika Henke2013-11-04
| |
| * removed loading of deprecated RTL stylesAnika Henke2013-11-04
| |
* | Merge pull request #407 from splitbrain/FS#2875Christopher Smith2013-11-17
|\ \ | | | | | | FS#2875 : Allow less to parse @import of .less files
| * | refactor to improve eleganceChristopher Smith2013-11-11
| | |
| * | fix sp. in commentChristopher Smith2013-11-11
| | |
| * | update url/file rewriting in css_loadfile() to support @import of less filesChristopher Smith2013-11-05
| | |
| * | add DOKU_INC to less import directoriesChristopher Smith2013-11-05
| |/
* | Merge pull request #427 from splitbrain/improve_template_eventAnika Henke2013-11-17
|\ \ | | | | | | Improved pagetools event in dokuwiki template
| * | removed tpl from TEMPLATE_PAGETOOLS_DISPLAY event as it's always available inAnika Henke2013-11-17
| | |
| * | Improved pagetools event in dokuwiki templateAnika Henke2013-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves the template name away from the hook name into the event data (as the 'tpl' value). Therefore it moves the previous data items into the 'items' sub array. A 'view' value has also been added to describe in which template file the event was called ('main' or 'detail'). This way it will be much easier for plugins to consider default cases and differentiate between main and other layouts.
* | | Merge pull request #421 from splitbrain/FS#2879Christopher Smith2013-11-17
|\ \ \ | | | | | | | | FS#2879, relative url() values in style.ini replacements not being adjusted
| * | | Fix an issue with style.ini replacements values not having relativeChristopher Smith2013-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | locations corrected, when those values are "url(...)". Explanation: In the change to the less css extension, variable replacements now happen after the less/css files are processed for correction of relative locations.
* | | | Merge branch 'lang_update_466' of github.com:dokuwiki-translate/dokuwiki ↵Anika Henke2013-11-16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into lang_update_466 Conflicts: lib/plugins/authmysql/lang/da/settings.php
| * | | | translation updatesoer96482013-11-12
| |/ / /
* | | | Merge remote-tracking branch 'origin/master' into lang_update_464Anika Henke2013-11-16
|\ \ \ \
| * \ \ \ Merge pull request #426 from araname/masterAnika Henke2013-11-16
| |\ \ \ \ | | | | | | | | | | | | fix mistranslated messages (ko)
| | * | | | fix mistranslated messagesMyeongjin2013-11-16
| | | |/ / | | |/| |
| * / | | translation updateMyeongjin2013-11-16
| |/ / /
* | | | Merge branch 'lang_update_464' of github.com:dokuwiki-translate/dokuwiki ↵Anika Henke2013-11-16
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | into lang_update_464 Conflicts: lib/plugins/authad/lang/de/settings.php lib/plugins/usermanager/lang/de/lang.php
| * | | translation updateJonas Gröger2013-11-12
| |/ /
* | | remove 'infos' misspellingElan Ruusamäe2013-11-13
| | | | | | | | | | | | http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form
* | | Merge pull request #418 from dokuwiki-translate/lang_update_474Andreas Gohr2013-11-13
|\ \ \ | | | | | | | | Translation update (sk)
| * | | translation updateMartin Michalek2013-11-12
| |/ /
* | | Merge pull request #416 from dokuwiki-translate/lang_update_465Andreas Gohr2013-11-13
|\ \ \ | | | | | | | | Translation update (da)
| * | | translation updatesoer96482013-11-12
| |/ /
* | | Merge pull request #414 from dokuwiki-translate/lang_update_463Andreas Gohr2013-11-13
|\ \ \ | | | | | | | | Translation update (ko)
| * | | translation updateMyeongjin2013-11-12
| |/ /
* | | Merge pull request #412 from dokuwiki-translate/lang_update_461Andreas Gohr2013-11-13
|\ \ \ | | | | | | | | Translation update (ru)
| * | | translation updateArtur2013-11-12
| |/ /
* / / translation updateBen Fey2013-11-12
|/ /
* | updated inline documentation about location of local style.iniAnika Henke2013-11-11
| |
* | Update zh-tw translationDanny Lin2013-11-11
| |
* | Fix password decryption during LDAP rebindingMichael Hamann2013-11-08
|/ | | | | The LDAP rebinding was still using the old blowfish encryption instead of AES so rebinding failed.
* Revert "Fixes validation problems with base64 encoded images in CSS."Anika Henke2013-11-03
| | | | | This reverts commit 88833bac87e7fb295c0479a8260d1d63051bca8d. and fixes FS#2874
* translation updateRobert Bogenschneider2013-10-29
|
* translation updateAhmad Abd-Elghany2013-10-28
|
* fixed strict violation in ACL pluginAndreas Gohr2013-10-28
|
* Merge pull request #395 from splitbrain/FS#2867Andreas Gohr2013-10-28
|\ | | | | FS#2867, ACL processing may fail with utf-8 characters which include byte 'A0'.
| * replace \s, \S with [ \t], [^ \t] in regexs used with aclsChristopher Smith2013-10-21
| |
* | Fix issues from teams:i18n:translation-check in localizationsGerrit Uitslag2013-10-27
| |
* | translation updateRemon2013-10-25
| |
* | allow charset for SSO to be configured FS#2148Andreas Gohr2013-10-22
| |
* | Merge pull request #398 from dokuwiki-translate/lang_update_412Andreas Gohr2013-10-22
|\ \ | | | | | | Translation update (zh)
| * | translation updatelainme2013-10-22
| |/