summaryrefslogtreecommitdiff
path: root/app/models/node.rb
AgeCommit message (Expand)Author
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
2009-02-25another locale fixhukl
2009-02-25added locale methodshukl
2009-02-25tryhukl
2009-02-25fixed little locale loopholehukl
2009-02-22cloning tags from heads to new drafts. splitted the find_or_create_draft method to make it easier to read.hukl
2009-02-22disabling for nowhukl
2009-02-22created route for home page, removed rails index.htmlhukl
2009-02-22another round of view updateshukl
2009-02-21cloning now with all the translations. test addedhukl
2009-02-21creating new drafts with cloning the heads hukl
2009-02-19can't assign user right away ? weirdhukl
2009-02-15* added missing associationssimon
2009-02-15* removed the auditing observer, we'll do it the old fashioned waysimon
2009-02-15added implementation details for nodeshukl
2009-02-08lots of concept refinementshukl
2009-02-08refactored refined concept of nodes and pages intohukl
2009-02-07added draft method to node modelhukl
2009-02-07added new helper code to create links for a givenhukl
2009-02-07added head id to node model which points to thehukl
2009-02-03added lots of comments to describe what thehukl
2009-02-01added test for retrieving a specific revision via hukl
2009-01-31added everything needed to render a pagehukl
2009-01-31made sure that returned pages are always ordered hukl
2009-01-31connected page and node model + some minor tweakshukl
2009-01-29added generation of unique names based on the position on the tree after adding a node as a children of another nodehukl
2009-01-29added node model to make basic functional tests pass. added awesome_nested_set pluginhukl