#
edd95259 |
| 15-Jul-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
not encode semicolon in idfilter.
Restores vanished changes of #84
|
#
b4b6c9a1 |
| 20-May-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Phpdocs
|
#
f168548c |
| 20-May-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
phpdocs, fallthrough, unused var in common.php
|
#
0bb37868 |
| 20-May-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add replacements to event data of COMMON_NOTIFY_ADDRESSLIST
|
#
140cfbcd |
| 20-May-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs for common.php
|
#
4bc480e5 |
| 19-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
doc updates
|
#
54b26fbe |
| 18-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #720 from splitbrain/newcli
Refactored the CLI stuff
|
#
0712fefa |
| 16-May-2014 |
Andreas Gohr <andi@splitbrain.org> |
don't unlock based on empty session
|
#
2dc9e900 |
| 04-May-2014 |
Christopher Smith <chris@jalakai.co.uk> |
KISS - remove class constants for REQUIRE_GROUPS & IGNORE_GROUPS and replace with boolean values
|
#
7b62b42d |
| 19-Mar-2014 |
lisps <stummp@loewen.de> |
add config date_at_format change translation message
|
#
e310313d |
| 19-Mar-2014 |
lisps <stummp@loewen.de> |
Merge remote-tracking branch 'remotes/origin/master' into revisions_local
|
#
177ef92c |
| 18-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Merge pull request #616 from splitbrain/stripsourcemaps
strip sourcemaps in CSS and JS #601
|
#
02fdb912 |
| 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge pull request #527 from splitbrain/userlink
Linked and formatted user names
|
#
4d5fc927 |
| 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use more consistent names
|
#
cd4635ee |
| 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Rename userinfo() to userlink()
|
#
c0953023 |
| 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improve phpdocs editorinfo()
|
#
f8fb2d18 |
| 15-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
strip sourcemaps in CSS and JS #601
source maps are invalid for our dispatched sources and may even cause problems. this makes sure any sourcemap declarations are stripped from the output
|
#
06e3e0c7 |
| 14-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use $requireGroups constants in auth classes; comments; code improvements
|
#
15f3bc49 |
| 14-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
enable editorinfo and userinfo to return plain text names
|
#
3275c5d6 |
| 14-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into diff_navigation
* master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the eve
Merge branch 'master' into diff_navigation
* master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the event callback public again) translation update translation update translation update translation update translation update translation update translation update avoid HTTP image screenshot urls. closes #595 translation update Extension manager: Fix cache extension to be .repo adjusted the office type color again another instance of empty() where an array key might not exist remove placeholder van denied.txt updated file icons once more removed 'not logged in' text, loginform is shown already Revert "added stripped bit to language file" fixed index file ...
Conflicts: inc/html.php
show more ...
|
#
2046a654 |
| 12-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Allow user info to be retrieved without groups
Some parts of dokuwiki (e.g. recent changes, old revisions) can requests lots of user info (to provide editor names) without requiring any group inform
Allow user info to be retrieved without groups
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.
show more ...
|
#
533772e1 |
| 10-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
declare more clear, before used as ref
|
#
30f6ec4b |
| 10-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update usage in userlink
|
#
f97db660 |
| 10-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into userlink
Conflicts: inc/parser/renderer.php inc/template.php
|
#
585bf44e |
| 06-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
amend $_SERVER to $INPUT->server
|