Commit
commit 162edb65d56a7da43d942f5b35e755d33dc3a387 Author: Jan DankertDate: Sun Jan 5 23:14:07 2025 +0100 New UI feature: Show a timeline in the start page. .../action/profile/ProfileHistoryAction.class.php | 2 +- .../cms/action/user/UserHistoryAction.class.php | 2 +- modules/cms/model/User.class.php | 64 +++++++++++++++++++--- .../cms/ui/action/index/IndexEditAction.class.php | 49 ++++++++++++++++- .../ui/themes/default/html/views/index/edit.php | 44 +++++++++++++++ .../default/html/views/index/edit.tpl.src.xml | 38 +++++++++++++ .../ui/themes/default/html/views/object/info.php | 2 +- .../cms/ui/themes/default/html/views/page/info.php | 2 +- .../ui/themes/default/style/openrat-components.css | 9 +++ .../default/style/openrat-components.min.css | 2 +- .../components/html/component_table/table.css | 9 +++ .../components/html/component_table/table.less | 10 ++++ .../components/html/component_table/table.min.css | 2 +- 13 files changed, 221 insertions(+), 14 deletions(-)