# # ChangeLog for src/main/resources/templates/addEvent.html # # Generated by Trac 1.6 # 11/15/24 06:02:35 Wed, 08 Feb 2023 13:41:02 GMT milamihajlovska [39a45e6] * src/main/resources/templates/addEvent.html (modified) * src/main/resources/templates/addEventToCinema.html (modified) * src/main/resources/templates/addFilm.html (modified) * src/main/resources/templates/addFilmToCinema.html (modified) * src/main/resources/templates/addProjection.html (modified) * src/main/resources/templates/events.html (modified) * src/main/resources/templates/films.html (modified) * src/main/resources/templates/home.html (modified) * src/main/resources/templates/login.html (modified) * src/main/resources/templates/register.html (modified) updates in html Mon, 06 Feb 2023 19:10:28 GMT DenicaKj [0fb69cc] * src/main/java/com/example/moviezone/model/Event.java (modified) * src/main/java/com/example/moviezone/service/EventService.java (modified) * src/main/java/com/example/moviezone/service/Impl/EventServiceImpl.java (modified) * src/main/java/com/example/moviezone/web/HomeController.java (modified) * src/main/resources/templates/addEvent.html (modified) * src/main/resources/templates/addFilm.html (modified) * src/main/resources/templates/addProjection.html (modified) * src/main/resources/templates/films.html (modified) * src/main/resources/templates/fragments/header.html (modified) * src/main/resources/templates/home.html (modified) Adding Events To Home Page Mon, 06 Feb 2023 18:28:42 GMT DenicaKj [b5ce654] * src/main/java/com/example/moviezone/config/WebSecurityConfig.java (modified) * src/main/java/com/example/moviezone/web/HomeController.java (modified) * src/main/resources/templates/addEvent.html (modified) * src/main/resources/templates/addFilm.html (modified) * src/main/resources/templates/addProjection.html (modified) * src/main/resources/templates/film.html (modified) Style updates Sat, 04 Feb 2023 20:24:27 GMT milamihajlovska [a073dad] * src/main/java/com/example/moviezone/model/Event.java (modified) * src/main/java/com/example/moviezone/model/Film.java (modified) * src/main/resources/templates/addEvent.html (modified) * src/main/resources/templates/addFilm.html (modified) * src/main/resources/templates/addProjection.html (modified) html for addEvent, addFilm and addProjection Sat, 04 Feb 2023 20:01:13 GMT milamihajlovska [302b233] * src/main/java/com/example/moviezone/model/Event.java (modified) * src/main/java/com/example/moviezone/model/Film.java (modified) * src/main/java/com/example/moviezone/model/Projection.java (modified) * src/main/java/com/example/moviezone/service/EventService.java (modified) * src/main/java/com/example/moviezone/service/FilmService.java (modified) * src/main/java/com/example/moviezone/service/Impl/EventServiceImpl.java (modified) * src/main/java/com/example/moviezone/service/Impl/FilmServiceImpl.java (modified) * src/main/java/com/example/moviezone/service/Impl/ProjectionServiceImpl.java (modified) * src/main/java/com/example/moviezone/service/ProjectionService.java (modified) * src/main/java/com/example/moviezone/web/HomeController.java (modified) * src/main/resources/templates/addEvent.html (added) * src/main/resources/templates/addFilm.html (added) * src/main/resources/templates/addProjection.html (added) * src/main/resources/templates/myTickets.html (added) * src/main/resources/templates/projections.html (added) home controller added mappings for add new film, event and projection