| 6714d8ce | 23-Jan-2022 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use RevisionInfo class more in Diff
use RevisionInfo Rev1, Rev2 instead of array oldRevInfo, newRevInfo obsolete revisionTitle(), use RevisionInfo::showRevisionTitle() change variable names |
| b622cd79 | 15-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update only revinfo of externally deleted items
externally edited (and externally created is not in the list) are not updated because sorting by date is not worth so much changes. Updating and not s
update only revinfo of externally deleted items
externally edited (and externally created is not in the list) are not updated because sorting by date is not worth so much changes. Updating and not sorting results in a too messy list
show more ...
|
| 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 ...
|
| e1e8e3b4 | 06-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
skip link to ?do=diff for a just created page on Recent Changes page
Alternative is counting number of revisions available, like the image, but that is slower because it needs a changelog per item,
skip link to ?do=diff for a just created page on Recent Changes page
Alternative is counting number of revisions available, like the image, but that is slower because it needs a changelog per item, while in practice this only should happen for just created pages. Also changelogs of images are more recent implemented in DokuWiki so less often complete.
show more ...
|