index
:
refinerycms-blog.git
2-1-stable
2-1-stable-for-hmno
master
Fork of refinerycms-blog fixing some issues for hmno.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bugs with globalize, published_before and clean code
Marek Labos
2012-11-23
1
-5
/
+5
*
added presence validation for published_at and author
Marek Labos
2012-08-20
1
-0
/
+1
*
Move avatar_url method to posts helper because view stuff shouldn't be in the...
Uģis Ozols
2012-07-31
1
-7
/
+0
*
Fix deprecation warnings by changing update_attribute to update_column.
Uģis Ozols
2012-07-31
1
-2
/
+2
*
Fix failing specs.
Uģis Ozols
2012-06-15
1
-1
/
+1
*
Added i18n support to models through globalize3.
Adrien Coquio
2012-06-09
3
-16
/
+60
*
Merge pull request #238 from GeekOnCoffee/fix_count
Philip Arndt
2012-05-19
1
-1
/
+1
|
\
|
*
Removing redundant live method
Andrew Hooker
2012-05-19
1
-4
/
+0
|
*
Adding Finder Method to utilize count
Andrew Hooker
2012-05-19
2
-1
/
+5
*
|
Merge pull request #237 from GeekOnCoffee/eliminate_ternary
Philip Arndt
2012-05-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Eliminate Ternary
Andrew Hooker
2012-05-19
1
-1
/
+1
*
|
Adding Deprecation Version
Andrew Hooker
2012-05-19
1
-1
/
+1
*
|
Using Standard Refinery Deprecation Method
Andrew Hooker
2012-05-19
1
-1
/
+1
*
|
Renaming Method to better describe use, Including Deprecation Warning on Old ...
Andrew Hooker
2012-05-19
1
-2
/
+7
|
/
*
Do we really need a model called comment_mailer?
Philip Arndt
2012-05-15
1
-1
/
+0
*
Adding attr_accessible for Rails 3.2 mass assignment fixes.
Matt Garrison
2012-04-18
1
-1
/
+2
*
Fix MassAssignmentSecurity::Error in integration test.
Pete Higgins
2012-04-01
1
-1
/
+3
*
Now supporting FriendlyId 4
Philip Arndt
2012-02-27
2
-10
/
+4
*
Don't need to specify class names here.
Pete Higgins
2012-02-23
2
-3
/
+3
*
Cleanup next and previous stuff.
Pete Higgins
2012-02-23
1
-7
/
+4
*
Remove functionality provided by rails.
Pete Higgins
2012-02-23
1
-6
/
+0
*
DRY some Refinery::Blog::Post methods.
Pete Higgins
2012-02-23
1
-7
/
+8
*
Change a .map to a .pluck.
Pete Higgins
2012-02-22
1
-1
/
+1
*
Merge pull request #195 from substantial/refactor_archive_widget
Philip Arndt
2012-02-22
1
-6
/
+6
|
\
|
*
Refactor .by_archive and .by_year.
Pete Higgins
2012-02-10
1
-4
/
+4
|
*
Refactor all_previous into published_dates_older_than.
Pete Higgins
2012-02-10
1
-2
/
+2
*
|
cleanup
Jeff Shumate
2012-02-22
1
-1
/
+1
*
|
add popularity counter to blog posts as well as accessor for recent posts
Jeff Shumate
2012-02-22
1
-0
/
+8
|
/
*
Move some of the Refinery::Setting's over to Refinery::Blog.
Uģis Ozols
2012-02-04
3
-21
/
+12
*
Converted scopes to class methods.
Philip Arndt
2012-02-03
2
-22
/
+38
*
Fix for deprecation in Rails 3.2
Philip Arndt
2012-01-30
1
-1
/
+1
*
Merge pull request #187 from substantial/rails-3-2-compat
Philip Arndt
2012-01-28
1
-2
/
+2
|
\
|
*
attr_accessible :author for Post model.
Pete Higgins
2012-01-26
1
-2
/
+2
*
|
add source url for post
Jeff Shumate
2012-01-25
1
-0
/
+7
|
/
*
Refactored everything (models, helpers) into proper namespace of Refinery::Bl...
Philip Arndt
2011-11-09
7
-273
/
+267
*
index action of blog post controller now caches and sweeps on changes
Jamie Winsor
2011-09-03
2
-26
/
+17
*
Add attr_accessible to blog posts to interact better with page_images
Michael Gall
2011-08-31
1
-0
/
+2
*
will_paginate is back.
Uģis Ozols
2011-08-25
2
-2
/
+2
*
refactor engine testing scenario
Jamie Winsor
2011-08-03
1
-0
/
+0
*
Array is paginated differently.
Uģis Ozols
2011-07-28
1
-3
/
+5
*
Remove per_page pagination code from controllers.
Uģis Ozols
2011-07-27
1
-0
/
+3
*
Move per_page pagination stuff into model to dry up posts controller.
Uģis Ozols
2011-07-27
1
-0
/
+3
*
Rails 3.1 - wip.
Uģis Ozols
2011-07-27
10
-272
/
+280
*
categorization has_many :through should have an ID, and the relationship shou...
Joe Sak
2011-07-18
2
-2
/
+2
*
readonly author just for safety's sake
Joe Sak
2011-07-18
1
-1
/
+1
*
Added ability to disable teaser independent of teaser length
Johan Bruning
2011-07-04
1
-0
/
+13
*
just remove this and it's fine, we won't have to remember to use it for futur...
Joe Sak
2011-06-30
1
-2
/
+0
*
Allow custom_teaser field to be updated via forms.
Kyle Wilkinson
2011-06-21
1
-1
/
+1
*
Make blog_post custom_url field updatable.
Kyle Wilkinson
2011-06-16
1
-1
/
+1
*
Add logic to allow users to override the url for a post from just a title.
Kyle Wilkinson
2011-06-16
1
-1
/
+5
[next]