summaryrefslogtreecommitdiff
path: root/app/models/node.rb
AgeCommit message (Expand)Author
27 hoursPhase 1: standalone events, external_url on nodeserdgeist
4 daysStage 7: Rails 7.2 → 8.1 on Ruby 3.2.11erdgeist
5 daysFix I18n::InvalidLocale :root errorserdgeist
5 daysEnable full-text search via PostgreSQL tsvector on page_translationserdgeist
6 daysStage 5 fixes: RouteWithParams removal, Globalize fallbacks, search stub, to_s(:db) → to_fs(:db), LockedByAnotherUser autoload, test environment configerdgeist
6 daysStage 4: Rails 5.2 -> 6.1 on Ruby 2.7.2erdgeist
6 daysRails 5.2 application fixeserdgeist
7 daysRails 4.2 model and controller fixeserdgeist
7 daysFix tagged content aggregator, assets path, and add regression testserdgeist
8 daysStage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgradeerdgeist
8 daysUpdate 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
2009-04-18adding "restore_revision" functionality to the backendhukl
2009-04-07made this line a little easier to understand. thanks to @handtwerkhukl
2009-03-28renamed the user association on nodes to lock_owner as it is more specific for its purposehukl
2009-03-22Finally! The cloning of pages for creating new drafts is now a lot cleaner. I had to search for a while to figure out a better way. Thank you svenfuchs and j...hukl
2009-03-21put the lock onto nodeshukl
2009-03-18Refactored Chaos Calendar by wrapping libical and introducing event and occurrence model. More improvements to come. Enables us to create events with reoccur...hukl
2009-03-08added date selector for published_at. Also removed the part that reset the published_at attribute to Time.now. Some cleanupshukl
2009-03-02refactoring of the page cloning and draft creatinghukl
2009-03-02fixes. wasn't working right in _all_ situations.hukl
2009-03-01refactored drafts which are now identified by a draft_id on the node rather than by guessing it. i was really that close to make that mistake again.hukl
2009-02-27more tests and fixes. always write tests - they are so good!hukl
2009-02-27changed that comment to fit the current implementationhukl
2009-02-26narfhukl
2009-02-26there has to be a better way. need to read globalize2 documentationhukl