History log of /dokuwiki/inc/File/PageFile.php (Results 1 – 10 of 10)
Revision Date Author Comments
# 90fb952c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: operator spacing


# 7d34963b 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: control flow line breaks


# 8c7c53b0 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: class declaration braces


# 445164b2 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/File


# 79a2d784 05-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

import classes, replace dbglog, simplify, remove unused statements, and other warnings from IntelliJ

update phpdocs,
rename dokuwiki/Ui/Draft to PageDraft


# 97b27cd4 29-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

fix undefined variable


# 7fba736b 28-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

update metadata of changed page in PageFile class


# 36454bb5 27-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

remove page key from event data prior to return

$data['page'] is object $this, it is not possible to access the object after destructed.


# 666bc21d 27-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

fix Undefined variable $id


# b24e9c4a 27-Nov-2021 Satoshi Sahara <sahara.satoshi@gmail.com>

implement PageFile class

PageFile class handles wiki text file and its change management for specific page, main part comes from `function saveWikiText()`. This ensures and enables to use one **Pag

implement PageFile class

PageFile class handles wiki text file and its change management for specific page, main part comes from `function saveWikiText()`. This ensures and enables to use one **PageChangeLog** instance during a page save process among class methods and relevant plugins.

show more ...