2024-07-04 19:14:12 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
|
|
|
#### Links
|
2024-07-25 16:10:53 +00:00
|
|
|
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.1.1...HEAD
|
|
|
|
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.1.1...HEAD
|
|
|
|
- github: https://github.com/lindeas/jilo-web/compare/v0.1.1...HEAD
|
|
|
|
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.1.1...HEAD
|
|
|
|
|
|
|
|
### Added
|
2024-07-29 13:50:16 +00:00
|
|
|
- Added collapsible front page widgets
|
|
|
|
- Added widgets to conferences, participants and components pages
|
2024-07-31 18:55:26 +00:00
|
|
|
- Added front page widget for monthly conferences and participants number
|
2024-08-01 08:24:44 +00:00
|
|
|
- Added login/registration control and messages
|
|
|
|
- Added default config file locations
|
2024-07-25 16:10:53 +00:00
|
|
|
|
|
|
|
### Changed
|
2024-07-29 13:50:16 +00:00
|
|
|
- MVC design - models(classes folder), views(templates folder) and controllers(pages folder)
|
2024-07-25 16:10:53 +00:00
|
|
|
|
|
|
|
### Fixed
|
2024-08-01 08:24:44 +00:00
|
|
|
- Fixed SQL when conferences start and end time are not explicitly clear
|
2024-07-25 16:10:53 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## 0.1.1 - 2024-07-25
|
|
|
|
|
|
|
|
#### Links
|
|
|
|
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.1...v0.1.1
|
|
|
|
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.1...v0.1.1
|
|
|
|
- github: https://github.com/lindeas/jilo-web/compare/v0.1...v0.1.1
|
|
|
|
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.1...v0.1.1
|
2024-07-08 17:37:15 +00:00
|
|
|
|
|
|
|
### Added
|
2024-07-11 11:24:45 +00:00
|
|
|
- Added duration calculation in conferences listing
|
2024-07-21 08:29:00 +00:00
|
|
|
- Added manual install script
|
2024-07-25 16:10:53 +00:00
|
|
|
- Added DEB and RPM build files
|
2024-07-24 14:08:13 +00:00
|
|
|
- Added Bootstrap (licensed under MIT)
|
2024-07-08 17:37:15 +00:00
|
|
|
|
|
|
|
### Changed
|
2024-07-25 16:10:53 +00:00
|
|
|
- Changed the layout with bootstrap CSS classes
|
2024-07-08 17:37:15 +00:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## 0.1 - 2024-07-08
|
|
|
|
|
|
|
|
#### Links
|
|
|
|
- upstream: https://code.lindeas.com/lindeas/jilo-web/releases/tag/v0.1
|
|
|
|
- codeberg: https://codeberg.org/lindeas/jilo-web/releases/tag/v0.1
|
|
|
|
- github: https://github.com/lindeas/jilo-web/releases/tag/v0.1
|
|
|
|
- gitlab: https://gitlab.com/lindeas/jilo-web/-/releases/v0.1
|
2024-07-04 19:14:12 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Initial version
|
|
|
|
- Added login and registration
|
|
|
|
- Added session persistence and cookies
|
|
|
|
- Added config page with configuration details
|
|
|
|
- Added conferences page with listing of conferences from the jilo database
|
2024-07-05 16:57:42 +00:00
|
|
|
- Added search filter for conferences with time, ID and name
|
2024-07-06 14:22:22 +00:00
|
|
|
- Added front page widgets
|
2024-07-06 16:37:39 +00:00
|
|
|
- Added demo installation on https://work.lindeas.com/jilo-web-demo/
|
2024-07-07 09:10:41 +00:00
|
|
|
- Added participant search page
|
2024-07-08 09:17:35 +00:00
|
|
|
- Added component events search page
|