summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-07implemented complete restful user management interface including functional tests. this enables basic user operation. note that only admins are allowed to ↵hukl
create, edit, destroy other users
2009-10-07add admin flag to users tablehukl
2009-10-07and add it back inhukl
2009-10-07remove update modulehukl
2009-10-06updated globalize2hukl
2009-09-17updated awesome_nested_sethukl
2009-09-17switched tagging plugin again for postgresql compatibility hukl
2009-09-17preparing for postgres migration. adding rake task for conversionhukl
2009-09-17added shadowbody, first js gallery initializer and template modificationshukl
2009-09-13drag handles for menu item interfacehukl
Closes #12 #20
2009-09-13the sorter needed a seperate initializerhukl
2009-09-13conditional initializers - not sure if this actually improves anything but it seems better this wayhukl
Closes #18
2009-09-13use link_to_path instead of link_to to include the locale hukl
2009-09-13added :dependent => :destroy to asset model so related assets get deleted as the asset they're referencing is deleted.hukl
Closes #25
2009-09-12re-enabled autosave. reduced timeout to 7 seconds which triggers only if something has actually changedhukl
2009-09-12padding at the bottomhukl
2009-09-12moved the teaser ruler to the bottom of the article partialhukl
2009-09-12added a new template without title, abstract date and authorhukl
2009-09-12fixed edit link bughukl
2009-09-12removed sqlite3 sample config as its no longer supported by mehukl
2009-09-12changed the ui click flow a bithukl
2009-09-12added another gem requirement and updated the chaos_importer task to work with the current node validationshukl
2009-09-12Moved galery template and changed width of headline image thumbnail presethukl
2009-09-12removed .gitmodules as cccms doesn't depend on any currentlyhukl
2009-09-11first steps for recent changes rss feedhukl
2009-09-11fixed the widget idshukl
2009-09-11enhanced LockedByAnotherUser exception which now includes a message showing the last modified time.hukl
Closes #13
2009-09-11edit link on public page if user is logged in. link points to the show action so the user has the chance to rethink the decision to edit ;)hukl
Closes #14
2009-09-10added auto discovery link to layouthukl
2009-09-10and one more tiny modification on the atom feedhukl
2009-09-10more rss feed enhancementshukl
2009-09-10modifications for a valid atom feedhukl
2009-09-10added public rss controller plus template to render the latest 20 updates into a neat little atom feedhukl
2009-09-10I updated the nu pictures with real pixelsevelyn
2009-09-10show the next event if none are found for the next 14 days. Closes #19hukl
2009-09-10going back to raisl 2.3.3 as 2.3.4 has weird issues when translationg active record validation errorshukl
also changing the german error messages to english as the interface is english only so far
2009-09-10forgot to remove the breakpoint herehukl
2009-09-10small css fixhukl
2009-09-10refactored the create method to actually produce meaningful error messages when something goes wrong. added tests for corner caseshukl
2009-09-09added editing of slugs and moving of nodes. to edit a slug or move a node you edit that node, make your changes and save. the slug and parent node changes ↵hukl
get staged and are applied once that revision is published
2009-09-09fixed yet another bug when editing slugs or moving nodeshukl
2009-09-09uhm yeah - well it was finally time to validate the uniqueness of slugs scoped to the parent_id. Who though it wasn't there already?hukl
2009-09-09huge tiny_mce update - now using the tiny_mce jquery build which allows tiny_mce to be initialized via jquery - great!hukl
2009-09-09always hide the search widgethukl
2009-09-09moved tiny mce at the bottom of the layout to hopefully fix the js render bugshukl
2009-09-08lots of gui improvements for creating nodeshukl
2009-09-08new interface for adding nodes. still needs a bit radio button magickhukl
2009-09-08updated awesome_nested_set pluginhukl
2009-09-07changed js load orderhukl
2009-09-07fixed a bug in update_unique_namehukl