summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2009-03-01stupid me. to lazy to read the whole tinymce documentationhukl
2009-03-01refactored drafts which are now identified by a draft_id on the node rather than by guessing it. i was really that close to make that mistake again.hukl
2009-02-28allowing the aggregate tag to be entered. I had to patch tinymce for as the self closing tags are hardcoded - very very bad !hukl
2009-02-28using the new helper to prevent evil exceptions if no author is sethukl
2009-02-28well, seems i forgot the limit clause therehukl
2009-02-28added author_for_page to content_helperhukl
2009-02-28added custom partials to aggregators, added test and refactored some methodshukl
2009-02-27more tests and fixes. always write tests - they are so good!hukl
2009-02-27preparing deletion of the pages controller as we should not really need it because nodes act as proxy for dealing with pageshukl
2009-02-27modified the aggregate method to take only head / published pages into accounthukl
2009-02-27changed that comment to fit the current implementationhukl
2009-02-26the locale stuff as well as the cloning should work now entirely as expected although the cloning itself isn't really a beautyhukl
2009-02-26narfhukl
2009-02-26there has to be a better way. need to read globalize2 documentationhukl
2009-02-25another locale fixhukl
2009-02-25added locale methodshukl
2009-02-25tryhukl
2009-02-25fixed little locale loopholehukl
2009-02-24one more button in the wysiwyg editorhukl
2009-02-24small modification with a big workflow impact!hukl
2009-02-24added format select for wysiwyg editorhukl
2009-02-22thats not necessary anymorehukl
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
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-21wiring together some views to make basic navigationhukl
2009-02-21adding @node filter for publish action and settinghukl
2009-02-21small template fixhukl
2009-02-21cloning now with all the translations. test addedhukl
2009-02-21creating new drafts with cloning the heads hukl
2009-02-21getting rid of the useless values partshukl
2009-02-21using good old overwrite_params as it doesn't hukl
2009-02-21added before_filter :login_requiredhukl
2009-02-20fix for routing filter and helpers, need to talk hukl
2009-02-19can't assign user right away ? weirdhukl
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-19not needed anymorehukl
2009-02-19setting the locale so clean you could eat from ithukl
2009-02-17a little style here and therehukl
2009-02-17modified edit form to work with translated hukl
2009-02-17added tinymce editor for body area of pageshukl
2009-02-17added admin layout - more to comehukl