History log of /dokuwiki/inc/changelog.php (Results 51 – 75 of 111)
Revision Date Author Comments
# 4f1e2cb3 21-May-2014 Gerrit Uitslag <klapinklapin@gmail.com>

PHPdocs changelog


# 1419a485 10-May-2014 Andreas Gohr <andi@splitbrain.org>

log deprecated function calls FS#2399

This introduces a new dbg_deprecated() function which allows for easy
marking of deprecated functions. Each call is logged to the debuglog
when debuggin is enab

log deprecated function calls FS#2399

This introduces a new dbg_deprecated() function which allows for easy
marking of deprecated functions. Each call is logged to the debuglog
when debuggin is enabled.

show more ...


# e310313d 19-Mar-2014 lisps <stummp@loewen.de>

Merge remote-tracking branch 'remotes/origin/master' into revisions_local


# 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 ...


# 585bf44e 06-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

amend $_SERVER to $INPUT->server


# 621bbd2a 19-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

diff of removed page, require handling right rev=0

When page is removed, and diff can be requested between a revision and
current situation. This results in right revision is 0.

Similar case just a

diff of removed page, require handling right rev=0

When page is removed, and diff can be requested between a revision and
current situation. This results in right revision is 0.

Similar case just after creating a page. A diff between the first
version and nothing before, result in left revision is 0.

In these cases a empty dummy revision is placed as selected value in
dropdown. Otherwise user got distracted by the revisions details shown
in select field, which are not related to the diff below.

show more ...


# d90a79c0 17-Feb-2014 lisps <stummp@loewen.de>

Merge remote-tracking branch 'origin/diff_navigation' into revisions

Conflicts:
inc/parser/xhtml.php


# 2e608c52 15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

reverse revisions display order


# f2643d9f 27-Nov-2013 lisps <stummp@loewen.de>

Merge branch 'splitbrain/diff_navigation' into revisions


# 1da8dc97 26-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

retrieve revisions around some given revisions

With unit tests

One case is not yet fixed:
when rev1 is first rev from changelog, only $max/2 revisions are
retrieved, but it should retrieve $max rev

retrieve revisions around some given revisions

With unit tests

One case is not yet fixed:
when rev1 is first rev from changelog, only $max/2 revisions are
retrieved, but it should retrieve $max revisions.

show more ...


# 80e97297 26-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

read changelog with chunks of chunksize size in getRevisions()


# a859b8c3 25-Nov-2013 lisps <stummp@loewen.de>

Merge remote-tracking branch 'remotes/splitbrain/diff_navigation' into revisions


# 7d1e323e 22-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

bugfix and reformatting changelog. small chunck unittests


# 59cce2d9 22-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Improve changelog reading. Inclusive unittests for chunks smaller than changelog lines.


# 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


# 0f13c836 21-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Improved isCurrentRevision(), tests included


# 5c2eed9a 21-Nov-2013 lisps <stummp@loewen.de>

add parameter at($DATE_AT) and mind revisions


# ee33e0c5 20-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

isCurrentPage is page dependent


# 8eccf945 20-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

page related changelog reading refactored to class


# 703aeaef 19-Nov-2013 Gerrit Uitslag <klapinklapin@gmail.com>

Merge remote-tracking branch 'origin/master' into diff_navigation


# 092b7683 03-Aug-2013 Klap-in <klapinklapin@gmail.com>

for negative or zero number of revs to return return empty array by getRevisions


# 040f0e13 04-Feb-2013 Klap-in <klapinklapin@gmail.com>

some refactoring


12345