index
:
cccms
master
[no description]
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
Age
Commit message (
Collapse
)
Author
2009-02-02
comments on top of the class to keep the class
hukl
itself clean
2009-02-02
more comments with alternate queries
hukl
2009-02-02
aggregation spike with flags associated to pages
hukl
Page has now a named_scope :with_flags which accepts an array of flag names and returns corresponding pages. Can be chained with order and limit
2009-02-01
added first careful steps for aggregation
hukl
2009-02-01
added 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-31
added everything needed to render a page
hukl
2009-01-31
made sure that returned pages are always ordered
hukl
by there revision
2009-01-31
connected page and node model + some minor tweaks
hukl
2009-01-31
Added Page model scaffold
hukl
2009-01-29
added generation of unique names based on the position on the tree after adding a node as a children of another node
hukl
2009-01-29
added node model to make basic functional tests pass. added awesome_nested_set plugin
hukl