| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
added corresponding test of course
|
|
|
|
renamed the custom template folder
forgot one fix for the new custom template path
page templates refined
renamed page attribute template to template_name as i suspected it to be a reserved word. it still didn't work until i discovered that simon defined the accessible attributes! That costed me 40 minutes of lifetime. But he apologized ;)
tests for public and custom page templates
|
|
|
|
well
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* added permission model
* locked down attributes on page model
|
|
|
|
|
|
* removed some cookie related tests
|
|
* http basic auth and login from cookie have been removed
* no it does not work yet, it's so f*cking secure, it won't even let legitimate users login
|
|
|
|
to introduce the concept of authors.
|
|
the node model
|
|
since the node is the proxy for the pages behind
it, it makes sense to operate on nodes rather than
on the pages themselves.
|
|
head of the nodes pages collection. modified
tests, importer etc
renamed flags to tags
|
|
acts_as_taggable_on_steroids instead of a
homebrew solution
|
|
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
|
|
a given node. turned out it wasn't working the way
I thought so I rewrote it to use only Fixnums
|
|
|
|
|
|
|
|
by there revision
|
|
|
|
|
|
|
|
as a functional test which tests the correct mapping of the custom route
|
|
|