summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-02-28description for taskhukl
2009-02-27new taskhukl
2009-02-27rake task for integrityhukl
2009-02-27new coverage rake task - finallyhukl
2009-02-24put the rcov task into a seperate file so rcov is not necessaryhukl
2009-02-22cloning tags from heads to new drafts. splitted the find_or_create_draft method to make it easier to read.hukl
fixed a bug in the importer which caused tag loss
2009-02-22created route for home page, removed rails index.htmlhukl
2009-02-21added importer for authors and adding proper authorshukl
to imported pages
2009-02-21updated the importer to set the published_at datehukl
properly
2009-02-21rake task to create a user and rake task to importhukl
the updates
2009-02-15* removed the auditing observer, we'll do it the old fashioned waysimon
* added permission model * locked down attributes on page model
2009-02-15* here comes da wicked sick auditing observer hacksimon
2009-02-15* regenerated the user fixtures with new site key, login tests work nowsimon
* removed some cookie related tests
2009-02-15* initial commit of the stripped restful-authenticationsimon
* 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
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-03added lots of comments to describe what thehukl
methods are doing. this will get everyone a better start. I hope
2009-02-02refactored the whole tagging thing. now usinghukl
acts_as_taggable_on_steroids instead of a homebrew solution
2009-02-02importer now recognizes flags and adds them to thehukl
pages
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-01-31updated importer to notice titles and other stuffhukl
2009-01-31added importer for old ccc updateshukl
2009-01-29added generation of unique names based on the position on the tree after adding a node as a children of another nodehukl