summaryrefslogtreecommitdiff
path: root/app/models/node.rb
AgeCommit message (Expand)Author
3 daysAccept blank template names in the allowlist validationserdgeist
3 daysGive Trash a proper title on lazy constructionerdgeist
3 daysKeep the Trash out of the drafts surfaceserdgeist
3 daysAdd Trash affordances: cockpit, listing, dashboard entryerdgeist
4 daysAdd trash!, restore_from_trash!, and destroy_from_trash! with log entrieserdgeist
4 daysBootstrap the Trash node: reserved slug, identity, guardserdgeist
4 daysFix the cleanup cascade for a real node destroyerdgeist
4 daysRefuse destroying nodes that still have childrenerdgeist
4 daysAllowlist aggregate order columns and template nameserdgeist
4 daysFix computed_unique_name code and consumererdgeist
5 daysSplit current_unique_name in a setter and an accessorerdgeist
5 daysRecord the full lifecycle contract in NodeAction entrieserdgeist
6 daysAdd NodeAction: an append-only log of who did what to a nodeerdgeist
7 daysRetire wipe_draft! and find_or_create_draft from production codeerdgeist
8 dayswipe_draft!: add a grace period to the lock-with-no-draft brancherdgeist
8 daysCarry over other-locale translations when creating an autosaveerdgeist
8 daysAsset picker: attach/detach/reorder UI, read-only view, autosave fixerdgeist
8 daysAdd RelatedAssetsController: search, attach, detach, reordererdgeist
9 daysRebuild the admin dashboard: icon nav, search, signposts, widgetserdgeist
9 daysExtract drafts/recent query logic from controller into Nodeerdgeist
10 daysAdd drafts/recent/mine/chapters admin node viewserdgeist
11 daysPrevent a staged parent move from crashing on its own descendanterdgeist
11 daysAdd head/draft/autosave layer comparison at three UI entry pointserdgeist
13 daysFix blank-title validation and its lost form state on re-rendererdgeist
13 daysFix authorship and published_at loss in autosave promotionerdgeist
13 daysAdd head/draft/autosave hierarchy to Nodeerdgeist
2026-07-07Replace awesome_nested_set with a plain parent_id-based NestedTree concernerdgeist
2026-07-06Apply slug immediately for never-published nodeserdgeist
2026-06-30Phase 1: standalone events, external_url on nodeserdgeist
2026-06-27Stage 7: Rails 7.2 → 8.1 on Ruby 3.2.11erdgeist
2026-06-27Fix I18n::InvalidLocale :root errorserdgeist
2026-06-26Enable full-text search via PostgreSQL tsvector on page_translationserdgeist
2026-06-26Stage 5 fixes: RouteWithParams removal, Globalize fallbacks, search stub, to_s(:db) → to_fs(:db), LockedByAnotherUser autoload, test environment configerdgeist
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
2011-02-10added body to the index and removed spaceshukl
2010-01-14Updated globalize2 to latest version. Modified existing code accoringlyhukl
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-14Resolved issue of changing rss feed ids when changing the slugs of nodeshukl
2009-11-11implemented that pages now have an author and an editorhukl
2009-11-02make sure user and published_at stay the samehukl
2009-10-20allow to overwrite the original user in edit viewhukl
2009-10-19changes for giving root a titlehukl
2009-10-17added some more validations to ensure data integrity and applied necessary changes on testshukl
2009-10-17added slug validation exception for Node.roothukl