index
:
cccms
erdgeist-revive-events
master
[no description]
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
Age
Commit message (
Expand
)
Author
2009-09-10
added public rss controller plus template to render the latest 20 updates into a neat little atom feed
hukl
2009-09-10
going back to raisl 2.3.3 as 2.3.4 has weird issues when translationg active record validation errors
hukl
2009-09-10
forgot to remove the breakpoint here
hukl
2009-09-10
refactored the create method to actually produce meaningful error messages when something goes wrong. added tests for corner cases
hukl
2009-09-09
added 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 ge...
hukl
2009-09-08
lots of gui improvements for creating nodes
hukl
2009-09-06
added public search controller with corresponding view
hukl
2009-09-06
Marked Controllers private / public and added authorization filters accordingly
hukl
2009-09-05
added tag resource, widget and auxillary files
hukl
2009-09-04
moved the image sorting into the model and wrapped it into a transaction
hukl
2009-09-03
more graceful handling of locked pages exceptions.
hukl
2009-09-03
visual clean up: it all starts with the login screen. this will be so minimal!
hukl
2009-09-01
Added javascript goodness to add and sort and drag and drop images on pages
hukl
2009-09-01
added expirimental routing for image galeries
hukl
2009-08-31
paginate assets view
hukl
2009-08-09
added 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-09
editing menu items now works to. also some minor changes
hukl
2009-08-09
refactored 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-08
lots of new code to manage menu items - harder than expected :/
hukl
2009-08-08
added menu items resource
hukl
2009-06-13
put the preview into the pages controller
hukl
2009-06-13
added 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-10
added basic ajax search interface. lots of css / js improvements needed but it seems to work quite okay for now. more on that tomorrow
hukl
2009-05-01
introducing the restore revision functionality
hukl
2009-05-01
always render a preview
hukl
2009-04-27
seperated admin overview into partials. included recent changes
hukl
2009-04-25
Integrated basic Asset upload functionality. You can upload files now and use their url in pages.
hukl
2009-04-19
fix for renamed method
hukl
2009-04-19
added basic list of users
hukl
2009-04-18
added layout and proper links to events
hukl
2009-04-18
adding event information to the metadata section allowing to add and edit events
hukl
2009-04-16
added autosave to node edit view. saves every 15 seconds
hukl
2009-04-13
beautified the revision and diff interface. so pretty and so functional. i'm happy
hukl
2009-03-28
introducing named scope :drafts for Page
hukl
2009-03-28
using :include => :globalize_translations here to speed up the query time
hukl
2009-03-22
Finally! The cloning of pages for creating new drafts is now a lot cleaner. I had to search for a while to figure out a better way. Thank you svenfuchs and j...
hukl
2009-03-21
small change
hukl
2009-03-18
Reverse order of diffable revisions
erdgeist
2009-03-18
Refactored 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-15
adding revision links to the interface. disabling destroy for now
hukl
2009-03-15
first revision and diff interface
hukl
2009-03-10
remove event resource temporarily until its finalized
hukl
2009-03-10
added list of drafts to admin overview
hukl
2009-03-10
added calendar backend. more features and integration to come
erdgeist
2009-03-09
only render pages if their published_at date is either nil or set to a time < Time.now. The render_page method will render a 404 otherwise.
hukl
2009-03-09
after creating a node, edit it rather than showing it
hukl
2009-03-08
added 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-03
introducing page templates - need to add edit capabilities
hukl
2009-03-02
added 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
2009-03-01
added layout
hukl
[prev]
[next]