summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-07updated legacy xml fileshukl
2009-02-07added new helper code to create links for a givenhukl
node path.
2009-02-07added globalize2 plugin as well as some modificationshukl
which use the new translation facilities. backend mostly.
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-06updated railshukl
2009-02-06updated readmehukl
2009-02-04My assumptions about our visitors. Together with some guidance guide lines.erdgeist
2009-02-03added lots of comments to describe what thehukl
methods are doing. this will get everyone a better start. I hope
2009-02-03ignoring generated doc as everyone should generatehukl
it themselve. why i cannot remember but i was told by several people. also ignoring the coverage dir for rcov output
2009-02-02now again with custom order !hukl
2009-02-02corrected example to use the new syntaxhukl
2009-02-02refactored the whole tagging thing. now usinghukl
acts_as_taggable_on_steroids instead of a homebrew solution
2009-02-02add acts_as_taggable_on_steroids to replaces hukl
custom flagging facilities
2009-02-02importer now recognizes flags and adds them to thehukl
pages
2009-02-02removed old updates tbzhukl
2009-02-02comments on top of the class to keep the classhukl
itself clean
2009-02-02Merge branch 'aggregate_xml' into poc1hukl
2009-02-02more comments with alternate querieshukl
2009-02-02just a few more lines in the concepthukl
2009-02-02more concept texthukl
2009-02-02made the whole aggregate helper exception safe byhukl
always falling back to the original content if something went wrong. only executing substitution if tag is found
2009-02-02aggregation spike with flags associated to pageshukl
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-01added first careful steps for aggregationhukl
2009-02-01updated grafflehukl
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-02-01fix for date - using the new helper nowhukl
2009-02-01split up the rendering a bithukl
2009-02-01fixed routing issueshukl
2009-02-01fix for content_controllerhukl
2009-02-01Merge branch 'poc1' of ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms into poc1simon@elektropost.org
2009-02-01* new attributes for Permission and Usersimon@elektropost.org
2009-02-01added updates.tbz to db/ which includes all old /hukl
current updates on www.ccc.de in utf-8. Also added the commands necessary to import those xml into the local db to the README in /doc
2009-02-01gave paragraphs a margin within the content divhukl
2009-02-01added abstracthukl
2009-01-31* more modelssimon@elektropost.org
2009-01-31added everything needed to render a pagehukl
2009-01-31updated importer to notice titles and other stuffhukl
2009-01-31add published_at to pageshukl
2009-01-31additional tests and fixtureshukl
2009-01-31added how to checkout the git remote repositoryhukl
2009-01-31added model graffle for the cccmshukl
2009-01-31newlineshukl
2009-01-31added importer for old ccc updateshukl
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-31added acts_as_list pluginhukl
2009-01-31Added Page model scaffoldhukl
2009-01-29one more testhukl
2009-01-29added useless line to test everythinghukl
2009-01-29added generation of unique names based on the position on the tree after adding a node as a children of another nodehukl