summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2009-09-12removed sqlite3 sample config as its no longer supported by mehukl
2009-09-12added another gem requirement and updated the chaos_importer task to work with the current node validationshukl
2009-09-10added public rss controller plus template to render the latest 20 updates into a neat little atom feedhukl
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-07fixing searchd configurationhukl
2009-09-07added searchd production settingshukl
2009-09-06added public search controller with corresponding viewhukl
2009-09-06updated rails boot.rbhukl
2009-09-06removed the rcov dependencyhukl
2009-09-05switched to rails 2.3.4hukl
2009-09-05added tag resource, widget and auxillary fileshukl
2009-09-05changed the rcov gem requirement and updated rcov taskhukl
2009-09-04fixed the aggregate tag parsinghukl
2009-09-01Added javascript goodness to add and sort and drag and drop images on pageshukl
2009-09-01added expirimental routing for image galerieshukl
added plain image gallery template refinements
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-08added menu items resourcehukl
2009-06-13put the preview into the pages controller 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-01introducing the restore revision functionalityhukl
2009-04-25Integrated basic Asset upload functionality. You can upload files now and use their url in pages.hukl
2009-04-19fixed the libxml gem dependencyhukl
2009-04-19changed gem dependencieshukl
2009-04-18setting environment.rb accordinglyhukl
2009-04-13beautified the revision and diff interface. so pretty and so functional. i'm happyhukl
2009-04-11added proper gem dependencieshukl
2009-03-18configure proper time zonehukl
2009-03-18Refactored Chaos Calendar by wrapping libical and introducing event and occurrence model. More improvements to come. Enables us to create events with ↵hukl
reoccurrence and intervals etc.
2009-03-10remove event resource temporarily until its finalizedhukl
2009-03-10added calendar backend. more features and integration to comeerdgeist
2009-03-06didn't work out yethukl
2009-03-06added de locale filehukl
2009-03-05fixed that rcov dependencyhukl
2009-03-05added gem dependencies to make the install even easierhukl
2009-03-02added 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
well
2009-02-26renamed the sample fileshukl
2009-02-26removed unnecessary parts hukl
2009-02-24added sample database.yml files for sqlite3, postgresql, mysqlhukl
2009-02-22created route for home page, removed rails index.htmlhukl
2009-02-21adding @node filter for publish action and settinghukl
a new member route for the nodes resource so that a put request on /nodes/id/publish will publish the current draft of a node
2009-02-21cloning now with all the translations. test addedhukl
2009-02-21changed the routes - not sure if this is the wayhukl
to go - but it seems to work for now
2009-02-19added this route filter from sven fuchs to makehukl
this simplified route magic possible. hope i don't foot myself in the shot with it.
2009-02-19thats not the place for it as it seemshukl
2009-02-19set the default locale to :dehukl
2009-02-15* removed the auditing observer, we'll do it the old fashioned waysimon
* added permission model * locked down attributes on page model
2009-02-15* here comes da wicked sick auditing observer hacksimon
2009-02-15* initial commit of the stripped restful-authenticationsimon
* http basic auth and login from cookie have been removed * no it does not work yet, it's so f*cking secure, it won't even let legitimate users login
2009-02-08added nodes controller and made it a resource.hukl
since the node is the proxy for the pages behind it, it makes sense to operate on nodes rather than on the pages themselves.