summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* 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.
* 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
| |/
* / translation updateMustafa Aslan2013-10-22
|/
* Merge pull request #394 from dokuwiki-translate/lang_update_406Andreas Gohr2013-10-21
|\ | | | | Translation update (da)
| * translation updateJens Hyllegaard2013-10-21
| |
* | Merge pull request #393 from dokuwiki-translate/lang_update_405Andreas Gohr2013-10-21
|\ \ | | | | | | Translation update (da)
| * | translation updateJens Hyllegaard2013-10-21
| |/
* | Merge pull request #392 from dokuwiki-translate/lang_update_404Andreas Gohr2013-10-21
|\ \ | | | | | | Translation update (he)
| * | translation updateRoy Zahor2013-10-21
| |/
* / translation updateJens Hyllegaard2013-10-21
|/
* Merge pull request #378 from splitbrain/aclajaxAndreas Gohr2013-10-20
|\ | | | | acl plugin: move ajax.php to action.php
| * remove obsolete opera handling and session closingAndreas Gohr2013-10-20
| |
| * remove no longer used ajax.phpAndreas Gohr2013-10-20
| |
| * acl ajax: add messages to returnsGerrit Uitslag2013-10-14
| |
| * acl ajax: replace die() by returnGerrit Uitslag2013-10-14
| |
| * Code reformatting and remove unused global confGerrit Uitslag2013-10-14
| |
| * remove unused variableGerrit Uitslag2013-10-14
| |
| * move ajax.php to action.php. Fixes FS#2233Gerrit Uitslag2013-10-14
| |
* | Merge pull request #380 from splitbrain/phpstrictAndreas Gohr2013-10-20
|\ \ | | | | | | Php strict
| * | Info plugin: allow xhtml renders to not to be an xhtml rendererMichael Hamann2013-10-20
| | | | | | | | | | | | | | | | | | Renderers that set the format to xhtml don't necessarily inherit from Doku_Renderer_xhtml, this reverts a prior change that introduced the stricter parameter type.
| * | replace boolean conditional checks on possibly uninitialized vars with ↵Christopher Smith2013-10-16
| | | | | | | | | | | | \!empty/empty/isset as appropriate
| * | fix signature mail unittest, and improve some signatures info pluginGerrit Uitslag2013-10-16
| | |
| * | Merge remote-tracking branch 'origin/master' into phpstrictGerrit Uitslag2013-10-16
| |\ \
| * | | fix expression passed by referenceGerrit Uitslag2013-10-15
| | | |
| * | | fix signatures and old by referencesGerrit Uitslag2013-10-15
| | | |
| * | | fix php strict noticesGerrit Uitslag2013-10-15
| | | |