aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* improved "time_ago" sk translationMarek Labos2012-08-201-1/+1
|
* Merge pull request #266 from Nethemba/for_puristsPhilip Arndt2012-08-172-3/+3
|\ | | | | escape title and tags in templates
| * escape title and tags in templatesMarek Labos2012-08-172-3/+3
|/
* Merge pull request #264 from Tranquility/masterUģis Ozols2012-08-141-4/+25
|\ | | | | Fixed german translation
| * fix german translationOle Reifschneider2012-08-131-4/+25
| |
* | Merge pull request #263 from jramos/masterPhilip Arndt2012-08-131-1/+1
|\ \ | |/ |/| Fixing failing spec for requests/refinery/blog/posts_spec.rb
| * fix failing specJustin Ramos2012-08-131-1/+1
|/
* Move avatar_url method to posts helper because view stuff shouldn't be in ↵Uģis Ozols2012-07-314-8/+18
| | | | the model.
* Fix deprecation warnings by changing update_attribute to update_column.Uģis Ozols2012-07-312-2/+2
|
* Removed page caching on posts, and the associated sweeperAndy Gray2012-07-314-32/+0
|
* Repaired incorrect scope under activerecord models and attributesMartin Markech2012-07-259-45/+45
|
* Merge pull request #251 from resolve/split_approved_rejected_actionsPhilip Arndt2012-07-065-26/+114
|\ | | | | Split rejected and approved comment actions into separate controller act...
| * Remove redundant routes.Uģis Ozols2012-07-061-2/+0
| |
| * Split rejected and approved comment actions into separate controller actions.Uģis Ozols2012-07-065-24/+114
| |
* | Rewrited slovak localeMartin Markech2012-07-061-18/+59
| |
* | Shorten render call.Uģis Ozols2012-07-061-4/+1
| |
* | Redundancy update to remove redundancy.Rob Yurkowski2012-07-041-1/+0
|/
* Prevents rails from looking for a layout for the rss feed.Charles de Bueger2012-07-021-1/+1
|
* Revisit Guardfile:Uģis Ozols2012-06-281-11/+9
| | | | | | * move spork block at the top so that it starts first * remove some watch definitions (for example we don't use spec/routing...)
* Update gem versions.Uģis Ozols2012-06-281-11/+10
|
* Use shorter syntax of render where possible.Uģis Ozols2012-06-2711-53/+37
|
* Fix failing specs.Uģis Ozols2012-06-152-2/+6
|
* Refinery already bundles jquery-ui so there's no reason to include it twice.Uģis Ozols2012-06-151-4/+0
|
* Use add icon from refinery core.Uģis Ozols2012-06-151-1/+1
|
* Fix teaser copy function.Uģis Ozols2012-06-151-2/+2
|
* Fix deprecation warnings related to :confirm option.Uģis Ozols2012-06-152-2/+6
|
* Remove old assets folders.Uģis Ozols2012-06-153-0/+0
|
* Merge pull request #245 from jeena/masterUģis Ozols2012-06-141-0/+167
|\ | | | | Added swedish translation
| * added swedish translationJeena Paradies2012-06-141-0/+167
| |
* | Added i18n support to models through globalize3.Adrien Coquio2012-06-0922-72/+468
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Post translation * Added Category translation * Use friendly_id globalize with category * Added migrate_data option on migrations for translations * Use Refinery locale instead of I18n * Refactored duplicate locale_picker partial * Removed useless .all call * Use presence instead if / blank? * Added with_globalize scopes when loading posts of one category * Use Globalize when creating post factory * Fix failing specs by creating blog posts/categories using needed locale.
* | Use 'spec' as default rake task.Uģis Ozols2012-06-081-0/+2
|/
* Refinery::I18n won't be optional in 2.1.x.Uģis Ozols2012-06-061-0/+1
|
* Merge pull request #243 from ryandeussing/masterUģis Ozols2012-06-061-1/+3
|\ | | | | Hide 'read more' link when it is not needed
| * Don't show 'read more' link in situations where the full post is already ↵Ryan Deussing2012-06-051-1/+3
|/ | | | displayed because there is no teaser.
* Merge pull request #238 from GeekOnCoffee/fix_countPhilip Arndt2012-05-191-1/+1
|\ | | | | Adding Finder Method to utilize count
| * Removing redundant live methodAndrew Hooker2012-05-191-4/+0
| |
| * Adding Finder Method to utilize countAndrew Hooker2012-05-192-1/+5
| |
* | Merge pull request #237 from GeekOnCoffee/eliminate_ternaryPhilip Arndt2012-05-191-1/+1
|\ \ | |/ |/| Eliminate Ternary
| * Eliminate TernaryAndrew Hooker2012-05-191-1/+1
| |
* | Merge pull request #236 from GeekOnCoffee/refactor_post_by_archiveRob Yurkowski2012-05-193-6/+11
|\ \ | |/ |/| Rename ::by_archive to ::to_month for clarity's sake.
| * Adding Deprecation VersionAndrew Hooker2012-05-191-1/+1
| |
| * Using Standard Refinery Deprecation MethodAndrew Hooker2012-05-191-1/+1
| |
| * Renaming Method to better describe use, Including Deprecation Warning on Old ↵Andrew Hooker2012-05-193-6/+11
|/ | | | Method
* Use 'refinery_login_with :refinery_user' instead of deprecated ↵Uģis Ozols2012-05-156-14/+14
| | | | 'login_refinery_user' in request specs.
* Bump master to 2.1.0.dev.Uģis Ozols2012-05-154-10/+13
|
* Do we really need a model called comment_mailer?Philip Arndt2012-05-151-1/+0
|
* Test using rbx-19mode on Travis.Uģis Ozols2012-05-051-2/+2
|
* Set published_time as Time.utc to avoid hackery needed later to compare dates.Uģis Ozols2012-05-051-9/+4
|
* Fix millisecond comparison issue in post spec.Uģis Ozols2012-04-261-2/+7
|
* Changes on Travis:Uģis Ozols2012-04-261-1/+3
| | | | | * Remove Ruby 1.9.2 testing * Allow Rubinius to fail