Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Translating progress | Victor Castell | 2010-12-07 | 1 | -0/+121 | |
| | ||||||
* | Use rails naming convention for translations that contain html markup. | Uģis Ozols | 2010-12-03 | 1 | -2/+2 | |
| | ||||||
* | Moved some text to locale. | Uģis Ozols | 2010-12-03 | 1 | -1/+5 | |
| | ||||||
* | Refactored nav partial, added 'blog home' to locale and removed unneeded ↵ | Uģis Ozols | 2010-12-03 | 1 | -0/+1 | |
| | | | | <nav></nav> tags. | |||||
* | Moved 'no blog posts' text to locale file. | Uģis Ozols | 2010-12-03 | 1 | -0/+2 | |
| | ||||||
* | Remove all Rails2/Rails3 checks as master is now Rails3 only | Amanda Wagener | 2010-12-01 | 1 | -63/+27 | |
| | ||||||
* | WARNING: Rails 2 users should move to the rails2-stable branch. This commit ↵ | Amanda Wagener | 2010-12-01 | 2 | -20/+20 | |
| | | | | moves to the new i18n string interpolation used in Rails 3. | |||||
* | remove data-nav-url attribute from in post navigation | djones | 2010-11-27 | 1 | -1/+0 | |
| | ||||||
* | Consistent whitespace. | Philip Arndt | 2010-11-23 | 1 | -1/+1 | |
| | ||||||
* | Merge remote branch 'origin/master' | Philip Arndt | 2010-11-22 | 1 | -3/+3 | |
|\ | ||||||
| * | remove unnecessary prefix | J. Edward Dewyea | 2010-11-20 | 1 | -1/+1 | |
| | | ||||||
| * | :name_prefix has been deprecated | J. Edward Dewyea | 2010-11-20 | 1 | -3/+3 | |
| | | ||||||
* | | total refactor here | Joe Sak | 2010-11-20 | 1 | -1/+0 | |
| | | ||||||
* | | ajaxify the nav | Joe Sak | 2010-11-20 | 1 | -0/+1 | |
| | | ||||||
* | | Archive routing tested and fixed | Joe Sak | 2010-11-20 | 1 | -2/+2 | |
|/ | ||||||
* | Archive listing, views, helpers | Joe Sak | 2010-11-18 | 1 | -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 Arndt | 2010-11-15 | 1 | -0/+11 | |
| | ||||||
* | Merge remote branch 'indaco/i18n_it' | Philip Arndt | 2010-11-10 | 1 | -0/+1 | |
|\ | ||||||
| * | added the missing Italian key for the plural form of the comment word. | Mirco Veltri | 2010-11-07 | 1 | -0/+1 | |
| | | ||||||
* | | Fix broken string by double quoting it. | Philip Arndt | 2010-11-03 | 1 | -1/+1 | |
|/ | ||||||
* | fixed | Mirco Veltri | 2010-10-23 | 1 | -1/+1 | |
| | ||||||
* | fixed typo - part 2 | Mirco Veltri | 2010-10-23 | 1 | -6/+6 | |
| | ||||||
* | fixed typo | Mirco Veltri | 2010-10-23 | 1 | -10/+10 | |
| | ||||||
* | translated the missing Italian keys | Mirco Veltri | 2010-10-23 | 1 | -0/+103 | |
| | ||||||
* | Routing errors in Rails3 | Joe Sak | 2010-09-21 | 1 | -2/+2 | |
| | ||||||
* | added publish date support. fixes bug where categories were showing posts ↵ | djones | 2010-09-21 | 1 | -0/+1 | |
| | | | | that were technically supposed to be hidden from the end user | |||||
* | add side bar rss subscribe block and display it on various views | djones | 2010-09-14 | 1 | -0/+2 | |
| | ||||||
* | add rss support | djones | 2010-09-14 | 1 | -3/+5 | |
| | ||||||
* | Fixed the reference to public blog routes. Fixed module dependency | Fernando Blat | 2010-09-07 | 1 | -4/+4 | |
| | ||||||
* | added arrows to menu, added new comments count to top level menu item for ↵ | djones | 2010-09-07 | 1 | -0/+1 | |
| | | | | comments, updated readme with basic install instructions | |||||
* | better gitignore, posts controller now uses translations that exist | djones | 2010-09-07 | 1 | -1/+1 | |
| | ||||||
* | refactoring the frontend to use more partials, separate out the categories ↵ | djones | 2010-09-06 | 2 | -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 Arndt | 2010-09-03 | 1 | -4/+39 | |
| | ||||||
* | Redirect properly after saving notification recipients and display a nice ↵ | Philip Arndt | 2010-09-02 | 1 | -0/+1 | |
| | | | | friendly message to the user. | |||||
* | Include stylesheet on comment show page and add missing translations | Philip Arndt | 2010-09-02 | 1 | -0/+5 | |
| | ||||||
* | Comment moderation now working in the backend. Of course it still happens ↵ | Philip Arndt | 2010-09-02 | 2 | -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 Arndt | 2010-08-30 | 1 | -0/+4 | |
| | | | | show up below posts. | |||||
* | wrote rails engine for later, added ability to add comments and see ones ↵ | Philip Arndt | 2010-08-28 | 2 | -17/+23 | |
| | | | | already posted. | |||||
* | display more frontend, create separate css for frontend and backend, ↵ | Philip Arndt | 2010-08-26 | 1 | -4/+13 | |
| | | | | namespace the js in the same fashion, now has full English support.. | |||||
* | frontend markup and categories. | Philip Arndt | 2010-08-26 | 2 | -10/+16 | |
| | ||||||
* | Makes menu more flexible. | Philip Arndt | 2010-08-11 | 1 | -0/+2 | |
| | ||||||
* | Add comments menu | Philip Arndt | 2010-08-11 | 1 | -0/+1 | |
| | ||||||
* | Better settings, update notified has a form but doesn't yet work. Created ↵ | Philip Arndt | 2010-08-10 | 2 | -2/+14 | |
| | | | | script files but not using them yet. | |||||
* | add advanced options to blog post and prepare to add checkboxes for categories. | Philip Arndt | 2010-08-09 | 1 | -0/+4 | |
| | ||||||
* | Animated submenu and hide subsections of categories and settings by default. | Philip Arndt | 2010-08-09 | 1 | -0/+1 | |
| | ||||||
* | Add language string for no comments yet, works for approved and rejected too. | Philip Arndt | 2010-08-09 | 1 | -0/+3 | |
| | ||||||
* | Set up menu and what is to come. | Philip Arndt | 2010-08-09 | 4 | -13/+33 | |
| | ||||||
* | Namespaced blog posts under blog/posts to allow for blog/comments and ↵ | Philip Arndt | 2010-08-09 | 4 | -34/+39 | |
| | | | | blog/categories | |||||
* | Initial commit - you can create, edit and delete a blog post and it respects ↵ | Philip Arndt | 2010-08-09 | 4 | -0/+64 | |
the fact that it is draft or not. |