summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* translation updateHamid2014-08-18
|
* translation updateFabio2014-08-09
|
* Merge pull request #831 from dokuwiki-translate/lang_update_127Andreas Gohr2014-08-07
|\ | | | | Translation update (ru)
| * translation updateIgor Degraf2014-08-07
| |
* | translation updateIgor Degraf2014-08-07
|/
* updated dates in info.txt of various plugins and templateAnika Henke2014-08-02
|
* translation updateStan2014-08-02
|
* translation updateDominik Mahr2014-08-01
|
* fix mediamanager messages. closes #792Andreas Gohr2014-07-30
|
* Merge pull request #788 from splitbrain/jqueryAndreas Gohr2014-07-30
|\ | | | | update jquery and jquery-ui
| * upgrade to jQuery 1.11.1 and jQuery-UI 1.11.0. #778Andreas Gohr2014-07-04
| | | | | | | | | | | | | | | | | | This now pulls all data from official jQuery sources. Either their CDN or their github account. Google tends to serve outdated or even broken files :-( Unfortunately there's no simple way to get the latest stable jQuery-UI so for now the version has to be adjusted manually in the script.
* | translation updateDavor Turkalj2014-07-17
| |
* | translation updateYuthana Tantirungrotechai2014-07-12
| |
* | translation updateDavor Turkalj2014-07-10
| |
* | Merge pull request #755 from projectgus/masterAndreas Gohr2014-07-05
|\ \ | |/ |/| authplain: Escape ':'s that appear in the pwhash string
| * authplain: Escape ':' in any data field as '\:'Angus Gratton2014-07-01
| | | | | | | | | | | | | | | | | | | | | | | | ':' is the field delimiter in the authplain flat text conf/users.auth.php file, but it's also used as an internal delimiter for the 'mediawiki' password hash format. Currently using this hash format corrupts the file This change escapes ':' as '\:' in any field in the users.auth.php file, and any '\' as '\\'. Also adds test cases for escaping modes.
* | translation updateJonathan Hernández2014-07-04
| |
* | translation updateMikael Bergström2014-07-01
|/
* Quick fix for #765 - ACL checks in the media manager ajax callsMichael Hamann2014-06-25
| | | | This should be superseded by a proper rewrite of the media manager code
* fixed template color replacement previewAndreas Gohr2014-06-22
|
* fix IE upload when Array prototype has been modifiedAndreas Gohr2014-06-19
| | | | | | The edittable plugin broke uploading in IE8 (and maybe others) because the Handsontable script adds a function to the Array prototype and the uploading script did not properly check that.
* Replace two non-free icons by free alternativesTanguy Ortolo2014-06-15
|
* Merge pull request #756 from dokuwiki-translate/lang_update_36Andreas Gohr2014-06-15
|\ | | | | Translation update (lv)
| * translation updateAivars Miška2014-06-10
| |
* | Merge remote-tracking branch 'origin/master' into trailingcolonsGerrit Uitslag2014-06-05
|\|
| * Merge pull request #750 from dokuwiki-translate/lang_update_27Gerrit Uitslag2014-06-05
| |\ | | | | | | Translation update (tr)
| | * translation updateİlker R. Kapaç2014-05-31
| | |
* | | Merge remote-tracking branch 'origin/master' into trailingcolonsGerrit Uitslag2014-06-03
|\| | | | | | | | | | | | | | | | | Conflicts: inc/lang/lv/lang.php inc/lang/pt/lang.php
| * | Merge pull request #751 from dokuwiki-translate/lang_update_31Anika Henke2014-06-01
| |\ \ | | | | | | | | Translation update (ko)
| | * | translation updateMyeongjin2014-06-01
| | |/
| * | Merge pull request #749 from dokuwiki-translate/lang_update_26Anika Henke2014-06-01
| |\ \ | | | | | | | | Translation update (pt)
| | * | translation updatePaulo Silva2014-05-30
| | |/
| * / translation updateAivars Miška2014-05-30
| |/
| * translation updateMurilo2014-05-29
| |
| * translation updateAntonio Castilla2014-05-29
| |
| * translation updateAntonio Castilla2014-05-29
| |
* | Merge remote-tracking branch 'origin/master' into trailingcolonsGerrit Uitslag2014-05-26
|\| | | | | | | | | | | Conflicts: inc/lang/cs/lang.php inc/lang/hu/lang.php
| * Merge pull request #739 from dokuwiki-translate/lang_update_3Andreas Gohr2014-05-26
| |\ | | | | | | Translation update (fr)
| | * translation updateSchplurtz le Déboulonné2014-05-26
| | |
| * | translation updateSchplurtz le Déboulonné2014-05-26
| |/
| * just some more doc blocksAndreas Gohr2014-05-25
| |
| * translation updateJohan Vervloet2014-05-22
| |
| * translation updateRadovan Buroň2014-05-21
| |
| * translation updateMarton Sebok2014-05-20
| |
* | Merge remote-tracking branch 'origin/master' into trailingcolonsGerrit Uitslag2014-05-19
|\| | | | | | | | | Conflicts: lib/plugins/usermanager/lang/nl/intro.txt
| * fixed undefined variable in LDAP pluginAndreas Gohr2014-05-18
| |
| * Merge pull request #674 from axel-angel/authldap_modify-passAndreas Gohr2014-05-18
| |\ | | | | | | Authldap: implement change password in modifyUser
| | * Simplify code and remove unreachable checkAxel Angel2014-05-08
| | |
| | * Hash and salt password with PassHash::sshaAxel Angel2014-05-08
| | | | | | | | | | | | Moved the block closer to the variable use (indent clearer)
| | * Allow authldap to change password with ldap superuser only if necessaryAxel Angel2014-05-08
| | |