History log of /dokuwiki/inc/ (Results 601 – 625 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
01f039b611-Nov-2021 Andreas Gohr <andi@splitbrain.org>

simplify relative resolver and add tests

1c09787211-Nov-2021 Andreas Gohr <andi@splitbrain.org>

make resolveStartPage easier to understand

This dosn't really change the behaviour but makes the code easier to
grasp. A simple unit test has been added.

fd260edf10-Nov-2021 alexdraconian <78018187+alexdraconian@users.noreply.github.com>

Update Ajax.php

2aa917af07-Nov-2021 alexdraconian <78018187+alexdraconian@users.noreply.github.com>

linkwiz update

1d11f1d306-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

ChangeLogTrait

- move ChangeLog low level methods into trait
- static ChangeLog::parseLogLine() replaces parseChangeLogLine()
- new ChangeLog::buildLogLine()

5c9e31ac04-Nov-2021 Faramarz Karamizadeh <f.karamizadeh@yahoo.com>

translation update

c719276604-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

new method ChangeLog::addLogEntry()

rewrite `detectExternalEdit()` in inc/common.php

8ff5c11a03-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

change wrongly older mtime of current page than last revision

dbf582dd03-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

use false for unknown timestamp instead of 'unknown'

6527839f01-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

typo

5cb9705701-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

get revision pair in Diff:handle()

8a2bf2dd01-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

set revInfo['current'] in Ui\Recents

5ec9613601-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

set revInfo{'current'] when needed

do not set 'current' key in ChangeLog:getCurrentRevisionInfo(), instead set it during loop in Revision and Diff classes

df7627d601-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

obsolete ChangeLog:isExternalEdition

new methods: isLastRevision(), lastRevision()

7866d57124-Oct-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

UnitTest of pageinfo(), saveWikiText()

ChangeLog creates early .change file, p_get_metadata() will get full "meta_last_change" entry. The current key in the revinfo need to be excluded prior to p_s

UnitTest of pageinfo(), saveWikiText()

ChangeLog creates early .change file, p_get_metadata() will get full "meta_last_change" entry. The current key in the revinfo need to be excluded prior to p_set_metadata() call.

show more ...

252acce323-Oct-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

coding style of functions using ChangeLog

804096ea23-Oct-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

fix wrong filesize of oldrev

b82f241121-Oct-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

new Changelog::saveRevisionInfo()

e39c2efb21-Oct-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

improve just created condition

case 1: new page or media
case 2: newer one that had existed but is already deleted via DW Editor

7df78a7821-Oct-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

skip cached revInfo to keep "current" entry

to

b5f312c116-Oct-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

remove DOKU_CHANGE_TYPE_EXTERNAL_DELETE

19b5dd7e16-Oct-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

set ChangeLog property currentRevision when instantiated

will cause more unittest errors during common_pageinfo_test

0ea1f71b15-Oct-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

Modernize Ui\Diff, PageDiff, MediaDiff

- define class property RevInfo pair
- handle() html form data
- preProcess() set RevInfo pair
- show() generate html
- set RevInfo in CompareWith() when confl

Modernize Ui\Diff, PageDiff, MediaDiff

- define class property RevInfo pair
- handle() html form data
- preProcess() set RevInfo pair
- show() generate html
- set RevInfo in CompareWith() when conflict and draft

show more ...

6487692211-Oct-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

obsolete Diff::getExtendedRevisionInfo()

d157517911-Oct-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

use integer $rev in Revision and Diff forms

pass tentative revision instead of 'current' for external edition

1...<<21222324252627282930>>...258