summaryrefslogtreecommitdiff
path: root/app/models/node.rb
AgeCommit message (Expand)Author
30 hourswipe_draft!: add a grace period to the lock-with-no-draft brancherdgeist
32 hoursCarry over other-locale translations when creating an autosaveerdgeist
42 hoursAsset picker: attach/detach/reorder UI, read-only view, autosave fixerdgeist
43 hoursAdd RelatedAssetsController: search, attach, detach, reordererdgeist
47 hoursRebuild the admin dashboard: icon nav, search, signposts, widgetserdgeist
2 daysExtract drafts/recent query logic from controller into Nodeerdgeist
3 daysAdd drafts/recent/mine/chapters admin node viewserdgeist
4 daysPrevent a staged parent move from crashing on its own descendanterdgeist
5 daysAdd head/draft/autosave layer comparison at three UI entry pointserdgeist
6 daysFix blank-title validation and its lost form state on re-rendererdgeist
6 daysFix authorship and published_at loss in autosave promotionerdgeist
6 daysAdd head/draft/autosave hierarchy to Nodeerdgeist
8 daysReplace awesome_nested_set with a plain parent_id-based NestedTree concernerdgeist
8 daysApply 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
2009-09-12changed the ui click flow a bithukl
2009-09-11enhanced LockedByAnotherUser exception which now includes a message showing the last modified time.hukl
2009-09-10refactored the create method to actually produce meaningful error messages when something goes wrong. added tests for corner caseshukl
2009-09-09added editing of slugs and moving of nodes. to edit a slug or move a node you edit that node, make your changes and save. the slug and parent node changes ge...hukl
2009-09-09fixed yet another bug when editing slugs or moving nodeshukl
2009-09-09uhm yeah - well it was finally time to validate the uniqueness of slugs scoped to the parent_id. Who though it wasn't there already?hukl
2009-09-07fixed a bug in update_unique_namehukl
2009-09-03more graceful handling of locked pages exceptions.hukl
2009-08-08additionally indexing slug and unique namehukl
2009-07-18Test::Unit Fixtures can't handle globalize2's translated attributes which is why its impossible to set translated attributes via fixtures. Therefor I removed...hukl
2009-06-10little convenience method for retrieving a useful title for a nodehukl
2009-05-02fix for parenthesis warninghukl
2009-05-01added thinking_sphinx plugin for fulltext search on nodes and headshukl
2009-04-27minor fix. users were not set properlyhukl