summaryrefslogtreecommitdiff
path: root/app/models/page.rb
AgeCommit message (Expand)Author
9 daysAdd banner render logicerdgeist
9 daysSurface redirects in nodes#show, the action log and when publishingerdgeist
9 daysForce a blank redirect status to nilerdgeist
9 daysAlso redirect on restricted pageserdgeist
9 daysAdd redirect ui in in nodes#edit and apply some minor cleanuperdgeist
10 daysRedirect a page to a node or an external URLerdgeist
2026-08-09Report every editorial attribute in the revision differdgeist
2026-08-08Move the external homepage onto the drafterdgeist
2026-08-07Show a pending address in the cockpit, the diff and the publish confirmerdgeist
2026-08-07Move the pending address from the node onto the drafterdgeist
2026-08-01Allow aggregate to order by slug and paint chapters list more nicelyerdgeist
2026-07-31Bind aggregates over scoped tags to their subtreeerdgeist
2026-07-27Let Globalize decide what locale to display for a page translationerdgeist
2026-07-21Extract Page#headline_asseterdgeist
2026-07-21Remove Page#update_assetserdgeist
2026-07-21Stop related_assets from duplicating on every cloneerdgeist
2026-07-18Accept blank template names in the allowlist validationserdgeist
2026-07-17Fix the cleanup cascade for a real node destroyerdgeist
2026-07-17Allowlist aggregate order columns and template nameserdgeist
2026-07-13clone_attributes_from: update translations in place, not delete+recreateerdgeist
2026-07-13Add per-node translation management: list, edit, destroy, compareerdgeist
2026-07-11Make page_translations' search trigger self-installingerdgeist
2026-07-10Include assets, tags and template in diff between revisionserdgeist
2026-07-10Retire vendored cacycle_diff.js for a diff-lcs-based diff viewerdgeist
2026-07-09Fix malformed-HTML fallout across RSS, link rewriting, and flash messagingerdgeist
2026-07-08Make sure that page title actually is saved through to ORMerdgeist
2026-07-06Add tree-position scoping to Page.aggregateerdgeist
2026-07-06Add preview_token to pageserdgeist
2026-07-05Add erfa/chaostreff node-kind creation conventionserdgeist
2026-06-30Fix events CRUD for standalone events and add events to admin menuerdgeist
2026-06-30Phase 2: chapter nodes, aggregate partial, fixeserdgeist
2026-06-27Stage 7 click-testing fixeserdgeist
2026-06-27Stage 7: Rails 7.2 → 8.1 on Ruby 3.2.11erdgeist
2026-06-26Stage 5: Rails 6.1 → 7.2 on Ruby 3.2.11erdgeist
2026-06-26Stage 4: Rails 5.2 -> 6.1 on Ruby 2.7.2erdgeist
2026-06-25Rails 5.2 application fixeserdgeist
2026-06-25Rails 4.2 model and controller fixeserdgeist
2026-06-24Fix tagged content aggregator, assets path, and add regression testserdgeist
2026-06-24Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgradeerdgeist
2026-06-23Update deployed state to what's currently runningerdgeist
2025-01-28Big overhaul patch and style changesCharlie Root
2012-02-18Bugfix: Finally after all those years, asset urls are not rewritten anymore with a locale prefix! Hoorray!hukl
2010-03-03do not rewrite paths for assetshukl
2010-01-14Updated globalize2 to latest version. Modified existing code accoringlyhukl
2009-12-01refactored the Page.aggregate to instanciate a lot less AR objects. Its actually instanciating only the ones being displayed. Still over 150 but still a mass...hukl
2009-11-17don't set the published_at upon creation of the first draft but rather on publishhukl
2009-11-15removed date and author from the standard template and introduced a dedicated update template which will get auto assigned if a node is created under updates...hukl
2009-11-11implemented that pages now have an author and an editorhukl
2009-11-03default now 25hukl
2009-11-02make sure user and published_at stay the samehukl