summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
...
| * | | | | | | use $requireGroups constants in auth classes; comments; code improvementsChristopher Smith2014-03-14
| | | | | | | |
| * | | | | | | fix comment errors, sp. & grammarChristopher Smith2014-03-12
| | | | | | | |
| * | | | | | | code styling - add missing bracesChristopher Smith2014-03-12
| | | | | | | |
| * | | | | | | Allow user info to be retrieved without groupsChristopher Smith2014-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some parts of dokuwiki (e.g. recent changes, old revisions) can requests lots of user info (to provide editor names) without requiring any group information. This change also implements caching of user info by authmysql & authpgsql plugins to avoid repeated querying of the DB to retrieve the same user information.
| * | | | | | | Restore correct public interface of getUserData() for authldapChristopher Smith2014-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | plugin The outer/public getUserData() implemented as a wrapper for the previous fn which is now protected.
* | | | | | | | translation updateMohamed Belhsine2014-09-22
| | | | | | | |
* | | | | | | | translation updateJaroslav Lichtblau2014-09-20
| | | | | | | |
* | | | | | | | translation updateDavor Turkalj2014-09-19
| | | | | | | |
* | | | | | | | translation updateSchplurtz le Déboulonné2014-09-17
| | | | | | | |
* | | | | | | | Merge pull request #857 from dokuwiki-translate/lang_update_20Andreas Gohr2014-09-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Translation update (zh-tw)
| * | | | | | | | translation updateJune-Hao Hou2014-09-13
| | | | | | | | |
* | | | | | | | | translation updateViktor Zavadil2014-09-15
|/ / / / / / / /
* | | | | | | | translation updateDavor Turkalj2014-09-10
| | | | | | | |
* | | | | | | | Merge pull request #851 from dokuwiki-translate/lang_update_12Andreas Gohr2014-09-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Translation update (hr)
| * | | | | | | | translation updateDavor Turkalj2014-09-08
| | |_|_|_|_|_|/ | |/| | | | | |
* / | | | | | | translation updateMohamad Mehdi Habibi2014-09-10
|/ / / / / / /
* | | | | | | translation updatepokesakura2014-08-28
| | | | | | |
* | | | | | | translation updateFelipe Castro2014-08-27
| | | | | | |
* | | | | | | 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
| | |/ / / / / /