summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-03do not rewrite paths for assetshukl
2010-03-02ruby 1.9 compatibility hukl
2010-01-31sanitize weird localeshukl
2010-01-31hmm this should've been there all along.hukl
2010-01-14updated to latest rails stable versionhukl
2010-01-14Updated globalize2 to latest version. Modified existing code accoringlyhukl
2009-12-06changed the auto discovery tag to annoucne rss and atom hukl
2009-12-01dramatically reduced instanciated AR objects for tagshukl
2009-12-01reduced instanciated AR objects for searchhukl
2009-12-01refactored the Page.aggregate to instanciate a lot less AR objects. Its actually instanciating only the ones being displayed. Still over 150 but still a ↵hukl
massive improvement compared to over 1500 before.
2009-11-21added rdf autodiscovery as well as .xml and .rdf extensionshukl
2009-11-20Its the final fix for the RSS Feed issues. Apparently people were subscribing the feed with weird locales set. Therfore the locale in the feed links and ids ↵hukl
contained the weird locales - got chached and messed up everything for the rest of the world.
2009-11-18added politker stopp re-addedhukl
2009-11-18rdf needs the path to be the urlhukl
2009-11-18added template for old RDF feed - needs to be validated thoughhukl
2009-11-17don't set the published_at upon creation of the first draft but rather on publishhukl
2009-11-16tinymce update. activated safari and paste plugin to prevent messy markup after copy and paste. hope that helps *sigh*hukl
2009-11-16added action mailer config for production environmenthukl
2009-11-16changed email address for exception notifierhukl
2009-11-15rake task to set the update template on all updateshukl
2009-11-15removed date and author from the standard template and introduced a dedicated update template which will get auto assigned if a node is created under ↵hukl
updates/<year>/<slug> Added tests and convenient method
2009-11-14Resolved issue of changing rss feed ids when changing the slugs of nodeshukl
Closes #35
2009-11-14Just a test that only one root node can be created. Closes #32hukl
2009-11-14nodes :show now also includes a direct link to to the live version of the node. Additionally, I changed the default route to a named route so it is much ↵hukl
easier to generate proper public paths and urls.
2009-11-14nodes :show now shows the tags so the user won't have to enter edit mode to see the tags and thereby create a new drafthukl
Closes #33
2009-11-14added headline to Tag :show view to suggest that it is a list rather than a singe page / article when only one page is tagged with a certain tag.hukl
I still want to avoid thos "more / mehr" links
2009-11-12Merge branch 'master' of github.com:hukl/cccmshukl
2009-11-12cleanup of rake task outputhukl
2009-11-13headline changesevelyn
2009-11-11added rake task to remove orphan pages (pages without a node)hukl
2009-11-11headline correctionevelyn
2009-11-11added rake task to migrate to the new editor column.
also added rake task to repair pages that don't have a published_at date sethukl
2009-11-11missing editor_id migrationhukl
2009-11-11Modified templates to show the editor nowhukl
2009-11-11implemented that pages now have an author and an editorhukl
2009-11-11back to a little darker gray for navigationhukl
2009-11-10re-enabled regular link hover colorhukl
2009-11-10Merge branch 'master' of github.com:hukl/cccmshukl
2009-11-10link fixeshukl
2009-11-09Added logout link to main navigationhukl
2009-11-08headline angepasstevelyn
2009-11-08headline, author/date, linie angepasstevelyn
2009-11-08link colorevelyn
calendar margin-top
2009-11-08removed italicevelyn
2009-11-08removed italicevelyn
2009-11-08background color whiteevelyn
menu color, size, uppercase
2009-11-08body background default colorhukl
2009-11-08fixed typo - evilhukl
2009-11-08id must be an url of coursehukl
2009-11-08changes for atom feed - hope that helpshukl