summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-31calendar css improvementshukl
2009-08-31the wrapper should be left-aligned really… what was I thinkinghukl
2009-08-16consolidated migrationhukl
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-15replaced crappy acts_as_taggable_on_steroids with acts_as_taggable_redux. Drop in replacement, much cleaner code and best of all does what I want!hukl
2009-08-15added pagination for aggregators. costed me the whole day. crappy plugins ARGH! More work to do!hukl
2009-08-15made the sorting a bit smoother by adding a placeholderhukl
2009-08-15the link has to be closured to make it workhukl
2009-08-15order of menu items sethukl
2009-08-15updated environment.rb to work with rails 2.3.3hukl
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 ↵hukl
action. Will investigate.
2009-08-09removed menu item fixtures to make the tests pass againhukl
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-09updated the xml files so the import works smoothhukl
2009-08-08lots of new code to manage menu items - harder than expected :/hukl
2009-08-08added authenticty token for jshukl
2009-08-08encapsulated javascript magic into objectshukl
2009-08-08fixed indentationhukl
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-19updated globalize2 pluginhukl
2009-07-19fixed link_for_path issuehukl
2009-07-19no text-decoration in article_partialhukl
2009-07-19scrollbars for pre elements which are too widehukl
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 ↵hukl
removed the page fixtures entirely and and made sure that a title is set to "Untitled" when it is not specified otherwise. If a new node is created, its initial draft has "Untitled" set as title automatically. Modified tests accordingly
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-12new header image and css - work in progresshukl
2009-07-12clean up for application.html layouthukl
2009-07-12clean up for article partialhukl
2009-07-12moved old images to new location, preparing new themehukl
2009-06-13put the preview into the pages controller hukl
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 ↵hukl
and locks all the time when he / she only wants to take a look at it.
2009-06-10little convenience method for retrieving a useful title for a nodehukl
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-08comparing content instead of string length to track changeshukl
2009-05-08removed the render :partial call as it no longer exists hukl
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-05-02fix for parenthesis warninghukl
2009-05-01sanitizing the diff view a bit morehukl