summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2009-03-05added begin rescue as too much can go wronghukl
2009-03-05rewriting url in body fields to include the locale before saving the page. xpath magick for the win!hukl
2009-03-04new public_link method for pages which includes localehukl
2009-03-04minor fixeshukl
2009-03-04moved aggregator partialhukl
2009-03-04links in menu, edit button when logged in and css fixeshukl
2009-03-04renamed render_page template to standard_templatehukl
2009-03-03lets see if tinymce is not trying to rewrite urlshukl
2009-03-03introducing page templates - need to add edit capabilitieshukl
2009-03-03no need to hand the page to the helperhukl
2009-03-03setting the title tag dynamicallyhukl
2009-03-02refactoring of the page cloning and draft creatinghukl
2009-03-02fixes. wasn't working right in _all_ situations.hukl
2009-03-02added unlock functionality. not yet hooked up with permissions though. anybody can unlock. put a confirmation in front of it. destroy has to be confirmed as ...hukl
2009-03-02put the rendering of titles in the node overview into the nodes_helperhukl
2009-03-02template changes. now lets link that stuff togetherhukl
2009-03-01added layout hukl
2009-03-01renamed user to users controllerhukl
2009-03-01created empty user controllerhukl
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