summaryrefslogtreecommitdiff
path: root/app/views
AgeCommit message (Collapse)Author
2009-03-15adding revision links to the interface. disabling destroy for nowhukl
2009-03-15first revision and diff interfacehukl
2009-03-10remove event resource temporarily until its finalizedhukl
2009-03-10added list of drafts to admin overviewhukl
2009-03-10added calendar backend. more features and integration to comeerdgeist
2009-03-08added a prompt for the template selecthukl
2009-03-08added basic preview feature. If a draft exists, the show action renders a proper preview. If not the default show template is rendered.hukl
2009-03-08added revision column to nodes overviewhukl
2009-03-08enhanced the link_to_path helper and fixed the menu linkshukl
2009-03-08added date selector for published_at. Also removed the part that reset the published_at attribute to Time.now. Some cleanupshukl
2009-03-05another option for tinymcehukl
2009-03-04new public_link method for pages which includes localehukl
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
renamed the custom template folder forgot one fix for the new custom template path page templates refined renamed page attribute template to template_name as i suspected it to be a reserved word. it still didn't work until i discovered that simon defined the accessible attributes! That costed me 40 minutes of lifetime. But he apologized ;) tests for public and custom page templates
2009-03-03no need to hand the page to the helperhukl
2009-03-03setting the title tag dynamicallyhukl
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
well
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-01renamed user to users controllerhukl
2009-03-01created empty user controllerhukl
2009-03-01stupid me. to lazy to read the whole tinymce documentationhukl
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-28added custom partials to aggregators, added test and refactored some methodshukl
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-24one more button in the wysiwyg editorhukl
2009-02-24added format select for wysiwyg editorhukl
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-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-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-21getting rid of the useless values partshukl
2009-02-19removed protected attribute fieldshukl
2009-02-19adding the admin controller and his friendshukl
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-15using real users now that we have a real user modelhukl
2009-02-15* regenerated the user fixtures with new site key, login tests work nowsimon
* removed some cookie related tests