# # ChangeLog for src/main/resources/templates/home.html # # Generated by Trac 1.6 # 11/15/24 05:31:50 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 02:59:41 GMT DenicaKj [eb5426c] * src/main/java/com/example/moviezone/config/WebSecurityConfig.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/repository/FilmRepository.java (modified) * src/main/java/com/example/moviezone/repository/ProjectionRepository.java (modified) * src/main/java/com/example/moviezone/service/FilmService.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/film.html (added) * src/main/resources/templates/fragments/header.html (modified) * src/main/resources/templates/home.html (added) * src/main/resources/templates/master-template.html (modified) Home Page