summaryrefslogtreecommitdiff
path: root/app/views/layouts
AgeCommit message (Expand)Author
2009-09-06search field now at the right position with image button and image textfieldhukl
2009-09-05added tag resource, widget and auxillary fileshukl
2009-09-03flash error styling and more padding (top/bottom) for highlighted textshukl
2009-08-09added sorting (via drag and drop) and deleting of menu items. Its not perfect though and needs more styling. I'm unsure about the proper route for the sort a...hukl
2009-08-08added authenticty token for jshukl
2009-07-19intermediate commit introducing main menu and calendar widget which will get refactored soon. need another feature firsthukl
2009-07-18replaced header image. added left_column background image. some css modificationshukl
2009-07-12clean up for application.html layouthukl
2009-06-13added js search widget with clickable results that will take the user to the brand new "show" version of the page. so the user doesn't create new revisions a...hukl
2009-06-10added basic ajax search interface. lots of css / js improvements needed but it seems to work quite okay for now. more on that tomorrowhukl
2009-05-08put the whole autosave stuff into admin_interface.jshukl
2009-05-07moving the observer aroundhukl
2009-05-07autosave only when something has actually changed. this was hard. i don't like javascripthukl
2009-04-25Integrated basic Asset upload functionality. You can upload files now and use their url in pages.hukl
2009-04-16added autosave to node edit view. saves every 15 secondshukl
2009-04-13streamlining the admin layouthukl
2009-04-13added clear: both to navigationhukl
2009-04-13rebuilding the admin interfacehukl
2009-03-21adding title to admin layouthukl
2009-03-19fixing the link
hukl
2009-03-19adding proper linkhukl
2009-03-19render real events - YAY !
hukl
2009-03-18Refactored Chaos Calendar by wrapping libical and introducing event and occurrence model. More improvements to come. Enables us to create events with reoccur...hukl
2009-03-10remove event resource temporarily until its finalizedhukl
2009-03-10added calendar backend. more features and integration to comeerdgeist
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-08enhanced the link_to_path helper and fixed the menu linkshukl
2009-03-05another option for tinymcehukl
2009-03-04new public_link method for pages which includes localehukl
2009-03-04links in menu, edit button when logged in and css fixeshukl
2009-03-03lets see if tinymce is not trying to rewrite urlshukl
2009-03-03no need to hand the page to the helperhukl
2009-03-03setting the title tag dynamicallyhukl
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-24one more button in the wysiwyg editorhukl
2009-02-24added format select for wysiwyg editorhukl
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
2009-02-21small template fixhukl
2009-02-19adding the admin controller and his friendshukl
2009-02-17added tinymce editor for body area of pageshukl
2009-02-17added admin layout - more to comehukl
2009-02-08added nodes controller and made it a resource.hukl
2009-02-01split up the rendering a bithukl
2009-02-01added abstracthukl
2009-01-31added everything needed to render a pagehukl
2009-01-31Added Page model scaffoldhukl