| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-27 | fix: use separate count query in cinema search (SimplePaginator has no total()) | Developer | 1 | -2/+10 | |
| 2026-06-27 | fix: rename cinema-show.blade.php to cinema_show.blade.php | Developer | 5 | -4437/+6844 | |
| Laravel resolves view names with underscores (cinema_show), not hyphens. | |||||
| 2026-06-27 | feat: add cinema module for browsing movies from hncrawler DB | Developer | 148 | -0/+84346 | |
| - Add 'cinema' database connection (hncrawler DB) to config/database.php - Create CinemaController with cinema(), show(), search() methods - Add /cinema, /cinema/movie/{imdb_id}, /cinema/search routes - Create cinema.blade.php (grid listing with posters, ratings, pagination) - Create cinema-show.blade.php (detail page with cast, genres, synopsis) - Add Cinema link to navbar - Update page title logic for cinema routes | |||||
