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