summaryrefslogtreecommitdiff
path: root/app/models/node.rb
AgeCommit message (Collapse)Author
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
fixed a bug in the importer which caused tag loss
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
properties. tags need to cloned as well - later.
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
* added permission model * locked down attributes on page model
2009-02-15added implementation details for nodeshukl
2009-02-08lots of concept refinementshukl
2009-02-08refactored refined concept of nodes and pages intohukl
the node model
2009-02-07added draft method to node modelhukl
2009-02-07added new helper code to create links for a givenhukl
node path.
2009-02-07added head id to node model which points to thehukl
head of the nodes pages collection. modified tests, importer etc renamed flags to tags
2009-02-03added lots of comments to describe what thehukl
methods are doing. this will get everyone a better start. I hope
2009-02-01added test for retrieving a specific revision via hukl
a given node. turned out it wasn't working the way I thought so I rewrote it to use only Fixnums
2009-01-31added everything needed to render a pagehukl
2009-01-31made sure that returned pages are always ordered hukl
by there revision
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