| Age | Commit message (Collapse) | Author |
|
Closes #25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
removed the page fixtures entirely and and made sure that a title is set to "Untitled" when it is not specified otherwise.
If a new node is created, its initial draft has "Untitled" set as title automatically.
Modified tests accordingly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
idea. added proper migrations
|
|
reoccurrence and intervals etc.
|
|
|
|
|
|
|
|
|
|
added corresponding test of course
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* added permission model
* locked down attributes on page model
|
|
* 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
|