summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-06-27fix: set background-attachment to fixed for proper background image displaydev2-2/+2
2026-06-27.horus2-68/+74
2026-06-27Merge branch 'master' of git.iamfabulous.de:curious-webhorus1-3/+10
2026-06-27feat: split movie synopsis into separate paragraphsdev160-91372/+7517
Synopsis now splits on \n\n into individual <p> tags instead of one big text blob. Already implemented, confirmed working with latest DB data.
2026-06-27mergehorus161-91369/+7509
2026-06-27Merged cinema into mostdiscussed.comdev150-0/+86168
2026-06-27.Developer1-1/+1
2026-06-27feat: add discussion date to feed output using Helper::formatTimestamp()Developer1-2/+2
2026-06-27.Developer1-1/+1
2026-06-27feat: add Wikipedia button and reorganize cinema show pageDeveloper1-7/+12
- Move View on IMDb / View on Wikipedia buttons above Hacker News section - Add View on Wikipedia button linking to wiki_article - Fix typos: hhn-comment -> hn-comment, <ssmall> -> <small>
2026-06-27style: move HN story date/meta to separate muted line below linkDeveloper1-8/+10
2026-06-27fix: truncate HN comment text to 80 chars with ellipsisDeveloper1-1/+1
2026-06-27.Developer1-1/+1
2026-06-27fix: restore actors and HN sections in cinema_show viewDeveloper1-0/+7
Previous edit accidentally merged the HN stories block inside the actors section. Properly separated the two with correct closing tags.
2026-06-27fix: show comment text for HN comment entries on movie pageDeveloper2-8/+17
Comments now display as 'Comment: <beginning of text>' with single-line truncation via hn-comment CSS class. Story-type entries still show title.
2026-06-27feat: add Hacker News stories section to movie detail pageDeveloper3-1/+40
Links to every HN story referencing this movie, ordered by most recent. Each entry shows date, score (if > 0), and descendants (if > 0).
2026-06-27feat: add ascending/descending sort direction toggle to cinemaDeveloper2-4/+13
Active sort button toggles direction on click, showing ▲ for asc and ▼ for desc. Default direction is desc for all sort options.
2026-06-27feat: add sort filter buttons to cinema listingDeveloper1-0/+9
Order options: Hacker News Mentions (default), Rating, Number of Votes, Accolades, Release Date. Active sort is highlighted in primary color.
2026-06-27feat: add sort buttons to cinema listingDeveloper5-1607/+631
Order options: Hacker News Mentions (default), Rating, Number of Votes, Accolades, Release Date. Active sort is highlighted in primary color.
2026-06-27feat: order cinema movies by Hacker News reference countDeveloper1-3/+13
Movies are now ranked by how many times their IMDb page is referenced in HN comments (links table, host=www.imdb.com, field=1, matched via param column). Uses a correlated subquery for COUNT(*) from links.
2026-06-27style: add proper styling for nav-bar-divider in navbarDeveloper2-0/+15
2026-06-27fix: handle empty poster_url strings as missing posterDeveloper3-3/+3
poster_url can be empty string instead of null, so use empty() instead of is_null() in cinema, cinema_show, and genre_movies views.
2026-06-27feat: add /genres page listing all genres with movie countsDeveloper6-1/+269
- Add CinemaController::genres() and ::genre($name) methods - /genres shows all genres with movie counts (like /popular/topics) - /genres/{genre} shows movies filtered by that genre with pagination - Genre badges on cinema_show page now link to /genres/{genre} - Add Genres link to navbar next to Cinema
2026-06-27feat: exclude movies without a Wikipedia article from cinema listingsDeveloper1-0/+4
Only show movies where wiki_article IS NOT NULL in the main listing and search results.
2026-06-27fix: use separate count query in CinemaController::search()Developer1-1/+7
simplePaginate returns SimplePaginator which lacks total(). Count results separately following the pattern used in IndexController.
2026-06-27fix: use separate count query in cinema search (SimplePaginator has no total())Developer1-2/+10
2026-06-27fix: rename cinema-show.blade.php to cinema_show.blade.phpDeveloper5-4437/+6844
Laravel resolves view names with underscores (cinema_show), not hyphens.
2026-06-27feat: add cinema module for browsing movies from hncrawler DBDeveloper148-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
2026-03-29small hack to prevent publishing articles without categorieshorus1-0/+3
2026-03-29fix rss feedshorus2-3/+22
2026-03-29finally sorting new articles by last discussionhorus1-1/+5
2026-03-27Update to Laravel 10horus6-2828/+2478
2026-03-25config for mailjethorus5-2/+299
2026-03-25Feeds for Mastodonhorus3-4/+114
2024-01-16.horus3-2/+13
2024-01-16minor improvements with hashtag handlinghorus2-3/+30
2024-01-16add permalinkshorus1-0/+9
2024-01-16stats!horus2-1/+23
2024-01-16changes in designhorus8-15/+61
2024-01-16change link in mastodon feedhorus1-13/+4
2024-01-15adds support for mastofeed.org to publish automatically to Mastodonhorus8-26/+122
2023-12-29Change order in topic/(name) feed to respect impact factor.horus1-0/+1
2022-12-20composer updatehorus1-131/+134
2022-12-20Upgrade to PHP 8horus2-1309/+1601
2022-11-07Removes Google fontshorus7-4/+42
2022-11-02remove redundant footerhorus1-4/+0
2022-10-01wordinghorus1-1/+1
2022-01-04Improves wording and stuff.horus5-5/+28
2021-02-12Fix Feeds.horus1-8/+18
2021-02-11Upgrade to Laravel 8.0 and generate sitemap.xml.horus8-1108/+15312