summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* translation updatelioujheyu2014-10-27
|
* translation updateJaroslav Lichtblau2014-10-22
|
* visibility from private to protected for DokuCssFileGerrit Uitslag2014-10-22
|
* translation updateAleksandr Selivanov2014-10-18
|
* Merge pull request #903 from LarsGit223/masterAndreas Gohr2014-10-17
|\ | | | | Fixed unrecognized regular expressions behind '&&' or '||' operators in JavaScript compression. Finally fixes #897.
| * Fixed JavaScript compression. The compressor did not recognize a regular ↵LarsDW2232014-10-15
| | | | | | | | expression after a '&&' ot '||' operator. So it could happen that code had been cut off if the regular expression included '\//' (which was treated as a single line comment because of the regular expression not being recognized). Finally fixes #897.
* | translation updateYadav Gowda2014-10-15
| |
* | Merge pull request #880 from Dr-Yukon/patch-3Andreas Gohr2014-10-14
|\ \ | | | | | | Update index.php
| * | Update index.phpRainbow Spike2014-10-01
| | | | | | | | | 1 typo
* | | Merge pull request #879 from Dr-Yukon/patch-2Andreas Gohr2014-10-14
|\ \ \ | | | | | | | | Update lang.php
| * | | Update lang.phpRainbow Spike2014-10-01
| |/ / | | | | | | Microfix
* | | Merge pull request #876 from dokuwiki-translate/lang_update_53Andreas Gohr2014-10-14
|\ \ \ | | | | | | | | Translation update (hr)
| * | | translation updateDavor Turkalj2014-09-30
| |/ /
* | | Merge pull request #898 from Werkov/masterAndreas Gohr2014-10-14
|\ \ \ | | | | | | | | AUTH_USER_CHANGE handler can modify passed data
| * | | AUTH_USER_CHANGE handler can modify passed dataMichal Koutný2014-10-13
| | | | | | | | | | | | | | | | | | | | | | | | Originally AUTH_USER_CHANGE handler could modify the user data, however, auth plugin consequently worked with different copy of the array thus effectively preventing any changes by the AUTH_USER_CHANGE implementer.
* | | | Merge pull request #901 from LarsGit223/masterAndreas Gohr2014-10-14
|\ \ \ \ | | |_|/ | |/| | Corrected compression for ++ and -- operator. Partially fixes #897.
| * | | Corrected compression for ++ and -- operator. Partially fixes #897.LarsDW2232014-10-14
| |/ /
* | | Merge pull request #896 from splitbrain/lessmorecommentsAndreas Gohr2014-10-14
|\ \ \ | |/ / |/| | preserve comments in less if 'compress' config disabled
| * | preserve comments in less if 'compress' config disabledGerrit Uitslag2014-10-11
| | | | | | | | | | | | Otherwise comments are never visible in css.php
* | | escaping backslash should be included in split itemsChristopher Smith2014-10-04
| | |
* | | Fix for issues 877 & 885 related to a bug in PCRE 6.6Christopher Smith2014-10-03
| |/ |/|
* | Merge pull request #624 from lisps/revisionsAndreas Gohr2014-09-29
|\ \ | | | | | | date_at support
| * | parse AT parameter: first strtotime then timestamplisps2014-09-29
| | | | | | | | | | | | remove config option
| * | Merge remote-tracking branch master into revisionslisps2014-09-26
| |\ \
| * | | fix config optionlisps2014-03-19
| | | |
| * | | Merge remote-tracking branch 'remotes/origin/master' into revisions_locallisps2014-03-19
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/diff_navigation' into revisionslisps2014-02-17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php
| * \ \ \ \ Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisionslisps2013-11-22
| |\ \ \ \ \
| * | | | | | 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
| | | | | | |
* | | | | | | postgresql auth plugin: correct function nameChristopher Smith2014-09-29
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #828 from ssahara/extension-make_infoAndreas Gohr2014-09-27
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Last Update Date info of extension fix
| * | | | | Last Update Date info of extension fixSatoshi Sahara2014-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This request makes "Your last update" of the extension info shown when clicking more info triangle mark. The first installed date of the extension may not be necessary for local site admin work.
* | | | | | Merge remote-tracking branch 'origin/auth_getUserData_improvements'Andreas Gohr2014-09-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/auth_getUserData_improvements: KISS - remove class constants for REQUIRE_GROUPS & IGNORE_GROUPS and replace with boolean values use $requireGroups constants in auth classes; comments; code improvements fix comment errors, sp. & grammar code styling - add missing braces Allow user info to be retrieved without groups Restore correct public interface of getUserData() for authldap plugin Conflicts: inc/common.php
| * | | | | | KISS - remove class constants for REQUIRE_GROUPS & IGNORE_GROUPS and replace ↵Christopher Smith2014-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | with boolean values
| * | | | | | 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
| | | | | | | |