summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-22updated readme for githubhukl
2009-02-22updated rails submodulehukl
2009-02-22tags !hukl
2009-02-22replaced freeform textfield with select tag which has to be replaced with something more decent soon. but it works for nowhukl
2009-02-22resolved deprecationhukl
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-22disabling for nowhukl
2009-02-22created route for home page, removed rails index.htmlhukl
2009-02-22another round of view updateshukl
2009-02-22lots of view improvements - not ready thoughhukl
2009-02-21changed minimum :login lengthhukl
2009-02-21added importer for authors and adding proper authorshukl
to imported pages
2009-02-21wiring together some views to make basic navigationhukl
in the admin interface possible
2009-02-21adding @node filter for publish action and settinghukl
a new member route for the nodes resource so that a put request on /nodes/id/publish will publish the current draft of a node
2009-02-21small template fixhukl
2009-02-21cloning now with all the translations. test addedhukl
2009-02-21updated the importer to set the published_at datehukl
properly
2009-02-21creating new drafts with cloning the heads hukl
properties. tags need to cloned as well - later.
2009-02-21getting rid of the useless values partshukl
2009-02-21using good old overwrite_params as it doesn't hukl
lose other params like page numbers etc
2009-02-21added before_filter :login_requiredhukl
2009-02-21rake task to create a user and rake task to importhukl
the updates
2009-02-21changed the routes - not sure if this is the wayhukl
to go - but it seems to work for now
2009-02-20another modification for the routing filterhukl
2009-02-20fixed testshukl
2009-02-20fix for routing filter and helpers, need to talk hukl
to svenfuchs about that ;) hardcoded default_locale within the plugin and not considering globbed routes as it seems
2009-02-19proper users - yippieh!hukl
2009-02-19no more page fixtureshukl
2009-02-19can't assign user right away ? weirdhukl
2009-02-19added this route filter from sven fuchs to makehukl
this simplified route magic possible. hope i don't foot myself in the shot with it.
2009-02-19thats not the place for it as it seemshukl
2009-02-19removed protected attribute fieldshukl
2009-02-19adding the admin controller and his friendshukl
2009-02-19small enhancement for the locale filterhukl
2009-02-19set the default locale to :dehukl
2009-02-19not needed anymorehukl
2009-02-19setting the locale so clean you could eat from ithukl
2009-02-19updated railshukl
2009-02-19got the whole globalize system wrong. everythinghukl
is in a translation table now. therefor merging the two separate migrations into on meaningful
2009-02-17a little style here and therehukl
2009-02-17modified edit form to work with translated hukl
attributes. there seems to be something bogus with form for - to be investigated
2009-02-17added tinymce editor for body area of pageshukl
2009-02-17added admin layout - more to comehukl
2009-02-17forgot the viewhukl
2009-02-17changed index action to use pagination. avoiding ahukl
tree for now
2009-02-17added will_paginate pluginhukl
2009-02-17ignoring the updateshukl
2009-02-15using real users now that we have a real user modelhukl
2009-02-15lost some text on the mergehukl
2009-02-15tiny rdoc fixhukl