summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2009-09-07enabling featured articleshukl
2009-09-06search field now at the right position with image button and image textfieldhukl
2009-09-06added public search controller with corresponding viewhukl
2009-09-06Marked Controllers private / public and added authorization filters accordinglyhukl
2009-09-05added tag resource, widget and auxillary fileshukl
2009-09-05prepend public_link with slashhukl
2009-09-04fixed the aggregate tag parsinghukl
2009-09-04moved the image sorting into the model and wrapped it into a transactionhukl
2009-09-03took almost an hour to find the reason for the invalid html! anyway - fixed now!hukl
2009-09-03flash error styling and more padding (top/bottom) for highlighted textshukl
2009-09-03cleared out the overview page - not sure what to make of it for now but it looked uglyhukl
2009-09-03minor menu style fix - don't even lookhukl
2009-09-03more graceful handling of locked pages exceptions.hukl
2009-09-03visual clean up: it all starts with the login screen. this will be so minimal!hukl
2009-09-02renaming and restructuringhukl
2009-09-02further interface improvementshukl
2009-09-02some drag and drop refinementshukl
2009-09-01Added javascript goodness to add and sort and drag and drop images on pageshukl
2009-09-01added default scope for related assetshukl
2009-09-01slight interface changeshukl
2009-09-01cloning a page clones the asset references as wellhukl
2009-09-01changed templates to display image beneath abstracthukl
2009-09-01added expirimental routing for image galerieshukl
2009-09-01added related_assets to pageshukl
2009-08-31added cropped headline thumbnailhukl
2009-08-31paginate assets viewhukl
2009-08-16migration to add missing columns and indexes for acts_as_taggable_redux as well as other related modificationshukl
2009-08-15changed the implementation of Page.aggregate once more. Now faster, better shorter with acts_as_taggable_reduxhukl
2009-08-15added pagination for aggregators. costed me the whole day. crappy plugins ARGH! More work to do!hukl
2009-08-15order of menu items sethukl
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-09editing menu items now works to. also some minor changeshukl
2009-08-09removed time from the menuhukl
2009-08-09refactored the way new menu items are created. went back to rest and added the js ajax search to fill out the form for you. much cleaner, unobtrusive approach.hukl
2009-08-08lots of new code to manage menu items - harder than expected :/hukl
2009-08-08added authenticty token for jshukl
2009-08-08additionally indexing slug and unique namehukl
2009-08-08more readable dates for event meta datahukl
2009-08-08added menu items resourcehukl
2009-08-08added dynamic main menuhukl
2009-07-19fixed link_for_path issuehukl
2009-07-19need link_to_path here because the locale won't be added with the default link helperhukl
2009-07-19intermediate commit introducing main menu and calendar widget which will get refactored soon. need another feature firsthukl
2009-07-18Test::Unit Fixtures can't handle globalize2's translated attributes which is why its impossible to set translated attributes via fixtures. Therefor I removed...hukl
2009-07-18replaced header image. added left_column background image. some css modificationshukl
2009-07-18modified _article partial. added more structure and stylehukl
2009-07-18cleaned up the Page#public_link methodhukl
2009-07-12clean up for application.html layouthukl
2009-07-12clean up for article partialhukl
2009-06-13put the preview into the pages controller hukl