#
6d2af55d |
| 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
suppress errors where list() may not fill all vars
|
#
0e80bb5e |
| 05-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use empty() where array values might not be set
|
#
85312e0a |
| 02-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Merge pull request #557 from splitbrain/cachetimeattr
Add _time attribute to cache object and minor PHPDocs improvements
|
#
8fcb305d |
| 23-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into diff_navigation
Conflicts: inc/html.php
|
#
01c9a118 |
| 23-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
have most current revision always available in $INFO
fixes fix for FS#2853
|
#
74160ca1 |
| 20-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs missing breaks, removed unused var in common.php
|
#
2a2a43c4 |
| 16-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
change default userspace to :user:<username> and add interwiki class
|
#
6496c33f |
| 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
interwiki : prefixed configurls handled as wikilinks
|
#
5a9ce446 |
| 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
code reformatting
|
#
2345e871 |
| 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
wikilink creating refactored to _resolveinterwiki().
Added DOKU_BASE for local target
|
#
7f081821 |
| 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Extend showuseras config with username_link
uses the user interwiki link as profile link
|
#
62c8004e |
| 14-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
change default arg value of userinfo in null instead false
|
#
8a7e0ee6 |
| 03-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update $username as well, when read from _SERVER
|
#
60a396c8 |
| 03-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
wrap userlink building with event.
Implements an event which can modify the link below usernames, and the displayed user name.
When no name supplied, the name of currently logged-in user is used.
|
#
d8117804 |
| 22-Nov-2013 |
lisps <stummp@loewen.de> |
restore old version of pageinfo()
|
#
78b874e6 |
| 22-Nov-2013 |
lisps <stummp@loewen.de> |
fix function name media_isexternal() remove empty rev from ml() rename getProperRevision() to getLastRevisionAt() make getLastRevisionAt() a method of ChangeLog
|
#
ac6dc646 |
| 22-Nov-2013 |
lisps <stummp@loewen.de> |
Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisions
|
#
4bde2196 |
| 22-Nov-2013 |
lisps <stummp@loewen.de> |
remove property rev from xhtml.php changed variable name $create_time to $modified_time
|
#
047bad06 |
| 21-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
refactor PageRevisionLog into Media- and PageChangelog extending Changelog
|
#
5c2eed9a |
| 21-Nov-2013 |
lisps <stummp@loewen.de> |
add parameter at($DATE_AT) and mind revisions
|
#
f523c971 |
| 20-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update function calls to changelog functions
|
#
443e135d |
| 16-Oct-2013 |
Christopher Smith <chris@jalakai.co.uk> |
replace boolean conditional checks on possibly uninitialized vars with \!empty/empty/isset as appropriate
|
#
75e4dd8a |
| 07-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Use in cookie a correct path, added DOKU_COOKIEPATH to js constants Fixes FS#2837
|
#
de489e8b |
| 01-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
Merge remote-tracking branch 'origin/master' into fetchimagetokexternal
|
#
cc036f74 |
| 01-Aug-2013 |
Klap-in <klapinklapin@gmail.com> |
remove hash for external images, but use token url parameter instead
|