summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | | | 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
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #342 from splitbrain/popversionfixAndreas Gohr2013-10-19
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed gathering of version of popularity plugin
| * | | | | | | | | | | add PHPDocs to popularity plugin helperGerrit Uitslag2013-10-14
| | | | | | | | | | | |
| * | | | | | | | | | | get version popularity plugin direct from plugin infoGerrit Uitslag2013-10-14
| | | | | | | | | | | |
| * | | | | | | | | | | Fixed gathering of version of popularity pluginGerrit Uitslag2013-09-19
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #389 from splitbrain/comment_fixesAndreas Gohr2013-10-19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | comment improvements
| * | | | | | | | | | | | comment improvementsChristopher Smith2013-10-18
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #383 from dokuwiki-translate/lang_update_398Andreas Gohr2013-10-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | Translation update (zh)
| * | | | | | | | | | | | translation updateYangyu Huang2013-10-16
| | |_|/ / / / / / / / / | |/| | | | | | | | | |