History log of /dokuwiki/inc/ChangeLog/RevisionInfo.php (Results 1 – 16 of 16)
Revision Date Author Comments
# e44b94a4 08-Sep-2024 Andreas Gohr <andi@splitbrain.org>

Revert "use a dispatcher to access static image files"

This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1.

It was accidentally pused to master before review. A PR with a revert
for the re

Revert "use a dispatcher to access static image files"

This reverts commit 944e9ba7254387adb60f253b0d8796f2276096b1.

It was accidentally pused to master before review. A PR with a revert
for the revert will be pushed shortly.

show more ...


# 944e9ba7 08-Sep-2024 Andreas Gohr <andi@splitbrain.org>

use a dispatcher to access static image files

This makes it possible to replace default images in an update safe way.
It also addresses the issue raised in dokuwiki/docker#16

A .htaccess rewrite ca

use a dispatcher to access static image files

This makes it possible to replace default images in an update safe way.
It also addresses the issue raised in dokuwiki/docker#16

A .htaccess rewrite catches any direct accesses that might come in from
plugins.

show more ...


# 85160059 24-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

little refactoring


# a835c93a 24-Sep-2023 Gerrit Uitslag <klapinklapin@gmail.com>

Let ChangeLog set the mode(media/page) for a revision log entry


# 90fb952c 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: operator spacing


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

codestyle adjustments: class declaration braces


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

codestyle adjustments: function argument spacing


# 0603e565 29-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to inc/ChangeLog


# 29baf676 04-Aug-2022 TherealperO <110610509+TherealperO@users.noreply.github.com>

Update RevisionInfo.php

Fix broken history for pages with dots in name


# 2aa019d6 23-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

no link to attic if no version in attic


# eeda7ada 23-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

some spelling


# b428a50a 23-Jan-2022 Satoshi Sahara <sahara.satoshi@gmail.com>

use OOP like method name in RevisionInfo class


# 3d727ea4 15-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

existing/not existing/not in attic styling

For Recent or the first item of Revisions a red link is useful refer the
user to allow creating/uploading a new page/media.
For items not existing in attic

existing/not existing/not in attic styling

For Recent or the first item of Revisions a red link is useful refer the
user to allow creating/uploading a new page/media.
For items not existing in attic no link is shown at all.

show more ...


# de8ed963 15-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

restore rev= in revisions


# 75d9280c 15-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

prevent some possible undefines in code analyses


# bf3fa5e9 08-Jan-2022 Satoshi Sahara <sahara.satoshi@gmail.com>

new RevisionInfo class obsoletes anonymous objRevInfo class

obsolete getObjRevInfo() in Ui\Recent and Ui\Revisions classes, that had defined anonymous class. they are similar but slightly differentl

new RevisionInfo class obsoletes anonymous objRevInfo class

obsolete getObjRevInfo() in Ui\Recent and Ui\Revisions classes, that had defined anonymous class. they are similar but slightly differently treat the diff link icon. It is impossible to create common method for diff icon using only revision information, it depends on caller, ie. recent or revisions list

show more ...