aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* ajaxify the navJoe Sak2010-11-201-0/+1
|
* Archive routing tested and fixedJoe Sak2010-11-201-2/+2
|
* Archive listing, views, helpersJoe Sak2010-11-181-0/+5
| | | | | | @page added to PostsController TODO: language file stuff -- I left comments in the view files where these belong. I don't know how to test them from here
* Added comment notifications.Philip Arndt2010-11-151-0/+11
|
* Merge remote branch 'indaco/i18n_it'Philip Arndt2010-11-101-0/+1
|\
| * added the missing Italian key for the plural form of the comment word.Mirco Veltri2010-11-071-0/+1
| |
* | Fix broken string by double quoting it.Philip Arndt2010-11-031-1/+1
|/
* fixedMirco Veltri2010-10-231-1/+1
|
* fixed typo - part 2Mirco Veltri2010-10-231-6/+6
|
* fixed typoMirco Veltri2010-10-231-10/+10
|
* translated the missing Italian keysMirco Veltri2010-10-231-0/+103
|
* Routing errors in Rails3Joe Sak2010-09-211-2/+2
|
* added publish date support. fixes bug where categories were showing posts ↵djones2010-09-211-0/+1
| | | | that were technically supposed to be hidden from the end user
* add side bar rss subscribe block and display it on various viewsdjones2010-09-141-0/+2
|
* add rss supportdjones2010-09-141-3/+5
|
* Fixed the reference to public blog routes. Fixed module dependencyFernando Blat2010-09-071-4/+4
|
* added arrows to menu, added new comments count to top level menu item for ↵djones2010-09-071-0/+1
| | | | comments, updated readme with basic install instructions
* better gitignore, posts controller now uses translations that existdjones2010-09-071-1/+1
|
* refactoring the frontend to use more partials, separate out the categories ↵djones2010-09-062-30/+44
| | | | into it's own controller, namespace the blog into it's own folder and create a base blog controller for handling common front end tasks
* Hello rails3 support.Philip Arndt2010-09-031-4/+39
|
* Redirect properly after saving notification recipients and display a nice ↵Philip Arndt2010-09-021-0/+1
| | | | friendly message to the user.
* Include stylesheet on comment show page and add missing translationsPhilip Arndt2010-09-021-0/+5
|
* Comment moderation now working in the backend. Of course it still happens ↵Philip Arndt2010-09-022-1/+23
| | | | automatically if the blog isn't moderated based on whether it's spam or not.
* Comments are now moderated automatically unless moderation is enabled and ↵Philip Arndt2010-08-301-0/+4
| | | | show up below posts.
* wrote rails engine for later, added ability to add comments and see ones ↵Philip Arndt2010-08-282-17/+23
| | | | already posted.
* display more frontend, create separate css for frontend and backend, ↵Philip Arndt2010-08-261-4/+13
| | | | namespace the js in the same fashion, now has full English support..
* frontend markup and categories.Philip Arndt2010-08-262-10/+16
|
* Makes menu more flexible.Philip Arndt2010-08-111-0/+2
|
* Add comments menuPhilip Arndt2010-08-111-0/+1
|
* Better settings, update notified has a form but doesn't yet work. Created ↵Philip Arndt2010-08-102-2/+14
| | | | script files but not using them yet.
* add advanced options to blog post and prepare to add checkboxes for categories.Philip Arndt2010-08-091-0/+4
|
* Animated submenu and hide subsections of categories and settings by default.Philip Arndt2010-08-091-0/+1
|
* Add language string for no comments yet, works for approved and rejected too.Philip Arndt2010-08-091-0/+3
|
* Set up menu and what is to come.Philip Arndt2010-08-094-13/+33
|
* Namespaced blog posts under blog/posts to allow for blog/comments and ↵Philip Arndt2010-08-094-34/+39
| | | | blog/categories
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-094-0/+64
the fact that it is draft or not.