Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #195 from substantial/refactor_archive_widget | Philip Arndt | 2012-02-22 | 5 | -55/+148 | |
|\ | | | | | Refactor archive widget | |||||
| * | Fix spec name. | Pete Higgins | 2012-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | Avoid creating some database records. | Pete Higgins | 2012-02-10 | 1 | -3/+3 | |
| | | ||||||
| * | Refactor .by_archive and .by_year. | Pete Higgins | 2012-02-10 | 1 | -4/+4 | |
| | | ||||||
| * | These aren't scopes anymore. :trollface: | Pete Higgins | 2012-02-10 | 1 | -3/+3 | |
| | | ||||||
| * | 'subject.class' -> described_class. | Pete Higgins | 2012-02-10 | 1 | -13/+13 | |
| | | ||||||
| * | Refactor all_previous into published_dates_older_than. | Pete Higgins | 2012-02-10 | 3 | -9/+10 | |
| | | ||||||
| * | Refactor blog archive widget. | Pete Higgins | 2012-02-10 | 3 | -25/+117 | |
| | | ||||||
* | | Merge pull request #202 from substantial/fix_seeds | Philip Arndt | 2012-02-22 | 1 | -1/+0 | |
|\ \ | | | | | | | Remove position setting from blog seed. | |||||
| * | | Refinery::Page no longer has a position column. | Pete Higgins | 2012-02-22 | 1 | -1/+0 | |
| |/ | ||||||
* | | Merge pull request #200 from dmoose/rails-3-1-recent-popular | Philip Arndt | 2012-02-22 | 4 | -1/+53 | |
|\ \ | | | | | | | Rails 3 1 recent popular | |||||
| * | | cleanup | Jeff Shumate | 2012-02-22 | 2 | -2/+2 | |
| | | | ||||||
| * | | add popularity counter to blog posts as well as accessor for recent posts | Jeff Shumate | 2012-02-22 | 4 | -1/+53 | |
| | | | ||||||
* | | | Merge pull request #199 from markstuart/rails-3-1 | Philip Arndt | 2012-02-22 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Fix error message: "translation missing: en.admin.blog.settings.notification_recipients.updated" | |||||
| * | | Correct translations scope | Mark Stuart | 2012-02-23 | 1 | -1/+1 | |
|/ / | ||||||
* | | Generate blog initializer when running rails g refinery:blog. Closes #196. | Uģis Ozols | 2012-02-16 | 2 | -0/+21 | |
| | | ||||||
* | | Merge pull request #194 from substantial/redirect_follower_log | Uģis Ozols | 2012-02-10 | 1 | -3/+2 | |
|\ \ | |/ |/| | Redirect follower log | |||||
| * | Stop logging to stdout. | Pete Higgins | 2012-02-05 | 1 | -3/+2 | |
|/ | ||||||
* | Refinery::Crud already sets title_attribute and redirect_to_url with the ↵ | Uģis Ozols | 2012-02-04 | 2 | -4/+1 | |
| | | | | same values. | |||||
* | Move some of the Refinery::Setting's over to Refinery::Blog. | Uģis Ozols | 2012-02-04 | 11 | -36/+32 | |
| | ||||||
* | Remove rcov.opts. | Uģis Ozols | 2012-02-04 | 1 | -2/+0 | |
| | ||||||
* | Converted scopes to class methods. | Philip Arndt | 2012-02-03 | 2 | -22/+38 | |
| | ||||||
* | No need to specify Devise.stretches in spec_helper because it gets set in ↵ | Uģis Ozols | 2012-02-02 | 1 | -3/+0 | |
| | | | | devise initializer. | |||||
* | Make sure there is seeds.rb file before trying to append to it. | Uģis Ozols | 2012-02-02 | 1 | -0/+1 | |
| | ||||||
* | Don't need to set initializer order anymore. | Uģis Ozols | 2012-02-02 | 1 | -1/+1 | |
| | ||||||
* | .find(:all) -> .all | Uģis Ozols | 2012-02-02 | 1 | -1/+1 | |
| | ||||||
* | Does it matter that these are out of order on different rubies? cc @joemsak | Philip Arndt | 2012-02-02 | 1 | -1/+1 | |
| | ||||||
* | Fix routing. | Philip Arndt | 2012-02-02 | 1 | -1/+3 | |
| | ||||||
* | Ignore .rbx | Philip Arndt | 2012-02-02 | 1 | -0/+1 | |
| | ||||||
* | Don't need to test on both 1.8.7 and ree and given the choice I'm going with ↵ | Philip Arndt | 2012-02-01 | 1 | -1/+0 | |
| | | | | | | 1.8.7 [ci skip] | |||||
* | Don't need to CI sqlite3. | Philip Arndt | 2012-02-01 | 1 | -1/+0 | |
| | | | | [ci skip] | |||||
* | Add jruby compatible DB gems. | Philip Arndt | 2012-02-01 | 1 | -3/+12 | |
| | ||||||
* | Not postgres but postgresql. | Philip Arndt | 2012-02-01 | 1 | -1/+1 | |
| | ||||||
* | I accidentally this twice. | Philip Arndt | 2012-02-01 | 1 | -3/+0 | |
| | ||||||
* | Added support for new code in Refinery CMS since resolve/refinerycms#1234 | Philip Arndt | 2012-02-01 | 35 | -199/+184 | |
| | ||||||
* | We don't need to read all about the dummy app or test on rbx-2.0 | Philip Arndt | 2012-01-31 | 2 | -5/+4 | |
| | ||||||
* | Merge pull request #189 from markstuart/rails-3-1 | Philip Arndt | 2012-01-29 | 3 | -9/+9 | |
|\ | | | | | Fixes for notification settings access in refinery admin area | |||||
| * | New 'main_app.' format. | Mark Stuart | 2012-01-30 | 1 | -6/+6 | |
| | | ||||||
| * | New 'main_app.' format | Mark Stuart | 2012-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | Correct path for form tag. Updated cancel_url to new format. | Mark Stuart | 2012-01-30 | 1 | -2/+2 | |
|/ | ||||||
* | 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 | 2 | -6/+5 | |
|\ | | | | | Rails 3 2 compat | |||||
| * | attr_accessible :author for Post model. | Pete Higgins | 2012-01-26 | 1 | -2/+2 | |
| | | ||||||
| * | Loosen version requirements in Gemfile. | Pete Higgins | 2012-01-26 | 1 | -4/+3 | |
| | | ||||||
* | | Merge pull request #186 from dmoose/add-src-url-3-1 | Philip Arndt | 2012-01-28 | 9 | -4/+171 | |
|\ \ | |/ |/| | Add src url 3 1 | |||||
| * | add source url for post | Jeff Shumate | 2012-01-25 | 9 | -4/+171 | |
|/ | ||||||
* | Merge pull request #184 from dmoose/fix-issue-175 | Philip Arndt | 2012-01-25 | 1 | -1/+1 | |
|\ | | | | | Fix issue 175 | |||||
| * | really fix issue 175 path error in _nav | Jeff Shumate | 2012-01-25 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #183 from dmoose/fix-issue-175 | Philip Arndt | 2012-01-25 | 1 | -2/+2 | |
|\| | | | | | Fix issue 175 | |||||
| * | fix issue 175 | Jeff Shumate | 2012-01-25 | 1 | -2/+2 | |
|/ |