aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Closes GH-44. Authors are now associated with blog posts by current_user ↵Joe Sak2011-02-248-4/+80
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'addingusers' Conflicts: app/models/blog_post.rb
| * | | ALL CUKES PASS: Show author login in view templates (if author present?)Joe Sak2011-02-243-3/+3
| | | |
| * | | Fix bad syntax in cukesJoe Sak2011-02-242-1/+2
| | | |
| * | | Wrong syntax for AR associationJoe Sak2011-02-241-1/+1
| | | |
| * | | A little refactor and language change due to core auth steps & factoriesJoe Sak2011-02-242-8/+4
| | | |
| * | | WIP- just stuck on the uninitialized Constant weirdnessJoe Sak2011-02-243-5/+4
| | | |
| * | | WIP: trying to test user association as authorJoe Sak2011-02-244-1/+73
| | | |
| * | | Blog Posts belong to an author ("user_id")Joe Sak2011-02-242-0/+8
| |/ /
* / / just a lil' reminderJoe Sak2011-02-241-1/+2
|/ /
* | Polish translationMarcin Urbanski2011-02-211-0/+134
| |
* | Only show these sections when there is relevant information to show.Philip Arndt2011-02-212-16/+20
| |
* | Added settings click-button functionality for toggling comments being ↵Philip Arndt2011-02-2112-14/+43
| | | | | | | | enabled, with translations.
* | Fix constant ajax-loader spinning.Philip Arndt2011-02-211-5/+5
| |
* | tidy up views, removing reference to comments when comments disableSimon Hambly2011-02-203-29/+31
| |
* | Chrome (atleast) got more strict about this and if you have a / in the ↵Philip Arndt2011-02-171-3/+3
| | | | | | | | selector then you need quotation marks. Closes GH-39
* | No more gemfile in the gemspecPhilip Arndt2011-02-171-2/+0
| |
* | Not sure why we were getting bundler involved. Regeneraed gemspecPhilip Arndt2011-02-175-19/+8
| |
* | lambda is necessary to keep Time.now from becoming a constant, which allows ↵Joe Sak2011-02-161-3/+3
| | | | | | | | .uncategorized to use .live posts again
* | The first shall be the .last, and the last shall be the .firstJoe Sak2011-02-161-1/+1
| | | | | | | | thanks to the default_scope :order_by published_at DESC
* | Previous scope test wasn't testing BlogPost.previousJoe Sak2011-02-161-1/+1
| |
* | Closes GH-34. Pagination was already in the public controller, the index ↵Joe Sak2011-02-161-0/+1
| | | | | | | | | | | | view template "just" needed will_paginate Should probably add basic CSS style or make it say older / newer? Open to suggestions
* | This is probably just fasterJoe Sak2011-02-161-2/+2
| |
* | Show publish date in preview data of admin indexJoe Sak2011-02-161-1/+1
| |
* | default_scope :order => 'published_at DESC'Joe Sak2011-02-162-10/+18
| | | | | | | | move "next" to << self to use exclusive scope
* | test coverage for uncategorized blog posts scopeJoe Sak2011-02-161-0/+12
| |
* | Closes GH-30. Link uncategorized posts in the blog admin menuJoe Sak2011-02-161-0/+4
| |
* | Update english language file for uncategorized postsJoe Sak2011-02-161-0/+3
| |
* | Add controller action and view template for uncategorized postsJoe Sak2011-02-162-0/+33
| |
* | Add route for uncategorized posts index in blog adminJoe Sak2011-02-161-1/+3
| |
* | Add class method to find uncategorized postsJoe Sak2011-02-161-1/+5
| |
* | test coverage for previous changesJoe Sak2011-02-151-5/+13
| |
* | Closes GH-37. Move habtm assn to a has_many :through so posts can be ordered ↵Joe Sak2011-02-153-2/+10
| | | | | | | | by published_at DESC on category#show view
* | .html_safe failed on empty body & sidebody contentJoe Sak2011-02-151-2/+2
| |
* | Russian localization added.Vitaly Ishkulov2011-01-261-0/+124
| | | | | | | | Signed-off-by: Vitaly Ishkulov <vit@iva-soft.com>
* | Missed translation blog.posts.post.filed_in in translation filesAdrien Giboire2011-01-252-0/+4
| |
* | Added French TranslationsAdrien Giboire2011-01-251-0/+122
| |
* | redo gemspec.Philip Arndt2011-01-112-3/+5
| |
* | BlogPost != NewsItemJoe Sak2011-01-101-4/+4
| |
* | Archives group by year after 2 yearsJoe Sak2011-01-104-10/+39
|/
* Used internationalization for the months in the file list.Marcelo Griggio Cajueiro2011-01-031-1/+1
|
* Added file for internationalization of the Brazilian Portuguese.Marcelo Griggio Cajueiro2011-01-031-0/+124
|
* Use i18n to display the post created_at.Marcelo Griggio Cajueiro2010-12-302-4/+4
|
* The blog nav should not grab next & previous drafts :)Joe Sak2010-12-151-2/+2
|
* Make the body content work when there are not this many parts.Philip Arndt2010-12-131-2/+2
|
* Set page output to html_safe.Phil Spitler2010-12-121-2/+2
|
* << is much faster than +=Philip Arndt2010-12-101-6/+6
|
* Move 'Archives' text to locale.Uģis Ozols2010-12-102-1/+4
|
* Cleanup views as will_paginate link labels gets set in core.Uģis Ozols2010-12-102-12/+4
|
* Prevent mass assignment.Uģis Ozols2010-12-081-0/+2
|
* Merge remote branch 'seasonlabs/master'Philip Arndt2010-12-081-0/+121
|\