aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* | just a lil' reminderJoe Sak2011-02-241-1/+2
|/
* 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-213-3/+26
| | | | 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
|
* 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
* 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
* Closes GH-30. Link uncategorized posts in the blog admin menuJoe Sak2011-02-161-0/+4
|
* Add controller action and view template for uncategorized postsJoe Sak2011-02-162-0/+33
|
* Add class method to find uncategorized postsJoe Sak2011-02-161-1/+5
|
* 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
|
* BlogPost != NewsItemJoe Sak2011-01-101-4/+4
|
* Archives group by year after 2 yearsJoe Sak2011-01-103-9/+38
|
* Used internationalization for the months in the file list.Marcelo Griggio Cajueiro2011-01-031-1/+1
|
* 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-101-1/+3
|
* 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
|
* Added some rspec tests for blog post model.Uģis Ozols2010-12-071-0/+1
|
* Use rails naming convention for translations that contain html markup.Uģis Ozols2010-12-032-2/+2
|
* Fix translation path.Uģis Ozols2010-12-031-1/+1
|
* Optimised post_count method. See gist for benchmarks - ↵Uģis Ozols2010-12-031-8/+1
| | | | https://gist.github.com/726844
* Reduce db queries.Uģis Ozols2010-12-031-1/+1
|
* When we delete blog post it should delete associated comments too.Uģis Ozols2010-12-031-1/+1
|
* Rails 3 validation style.Uģis Ozols2010-12-033-7/+4
|
* Moved some text to locale.Uģis Ozols2010-12-032-7/+9
|
* Refactored nav partial, added 'blog home' to locale and removed unneeded ↵Uģis Ozols2010-12-032-14/+10
| | | | <nav></nav> tags.
* Added missing </li> tag.Uģis Ozols2010-12-031-0/+1
|
* Fix deprecation warnings.Uģis Ozols2010-12-034-4/+4
|
* We don't need those h in Rails 3.Uģis Ozols2010-12-033-3/+3
|
* Use symbol instead of string.Uģis Ozols2010-12-031-1/+1
|
* Use :confirm and :method link_to methods.Uģis Ozols2010-12-032-4/+4
|
* Moved 'no blog posts' text to locale file.Uģis Ozols2010-12-031-5/+7
|
* Remove all Rails2/Rails3 checks as master is now Rails3 onlyAmanda Wagener2010-12-016-90/+35
|
* remove data-nav-url attribute from in post navigationdjones2010-11-271-2/+2
|
* keep to the same markup scheme Refinery uses for the menudjones2010-11-261-2/+4
|
* Allow refinery users with access to the blog to see the blog posts when they ↵Philip Arndt2010-11-232-1/+8
| | | | are draft. Closes GH-19
* Consistent whitespace.Philip Arndt2010-11-2328-45/+45
|
* use string value for :scopingJ. Edward Dewyea2010-11-222-17/+17
|
* include the blog helper in all blog front end controllers. Also fix kend ↵djones2010-11-222-2/+4
| | | | error on show.html.erb for front end blog viewing
* fix incorrect method call for javascript_include_tagdjones2010-11-221-1/+1
|
* Merge remote branch 'origin/master'Philip Arndt2010-11-221-3/+3
|\