summaryrefslogtreecommitdiff
path: root/app/controllers/content_controller.rb
AgeCommit message (Collapse)Author
2009-02-19not needed anymorehukl
2009-02-07added globalize2 plugin as well as some modificationshukl
which use the new translation facilities. backend mostly.
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-02-01fix for content_controllerhukl
2009-01-31added everything needed to render a pagehukl
2009-01-29added node model to make basic functional tests pass. added awesome_nested_set pluginhukl
2009-01-29added the content controller which will be responsible for rendering all public pages later on. added a new custom route for the public url schema as well ↵hukl
as a functional test which tests the correct mapping of the custom route