Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use refinerycms-acts-as-indexed for search functionality. | Uģis Ozols | 2013-08-07 | 4 | -52/+31 |
| | | | | | Also simplify index views for posts, categories and comments by removing redundant code. | ||||
* | Remove view which is not used. | Uģis Ozols | 2013-07-01 | 1 | -0/+0 |
| | | | | | Was added in 46877fbc5335fc60b96b218cbfd787387bf7d94e probably by mistake. | ||||
* | Committing user_class to master | Jonathan Seitel | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | Fix lookup path for body and teaser translations. | Uģis Ozols | 2012-11-23 | 1 | -2/+2 |
| | |||||
* | Use Globalize.locale instead of Thread | Philip Arndt | 2012-11-23 | 2 | -2/+2 |
| | | | | We really shouldn't know how this works. | ||||
* | Fix problems with edit dialog and translations | Marek Labos | 2012-11-23 | 1 | -1/+1 |
| | | | | Fixes #284 | ||||
* | use global locale_picker partial | Marek Labos | 2012-11-23 | 3 | -16/+5 |
| | |||||
* | Remove Refinery.i18n_enabled? checks because refinerycms-i18n is now a hard ↵ | Uģis Ozols | 2012-11-15 | 2 | -2/+2 |
| | | | | dependency for refinerycms-core. | ||||
* | using form advanced opt. menu snippet from refinery core | Marek Labos | 2012-08-25 | 1 | -14/+2 |
| | |||||
* | Fix deprecation warnings by changing update_attribute to update_column. | Uģis Ozols | 2012-07-31 | 1 | -0/+0 |
| | |||||
* | Merge pull request #251 from resolve/split_approved_rejected_actions | Philip Arndt | 2012-07-06 | 2 | -6/+10 |
|\ | | | | | Split rejected and approved comment actions into separate controller act... | ||||
| * | Split rejected and approved comment actions into separate controller actions. | Uģis Ozols | 2012-07-06 | 2 | -6/+10 |
| | | |||||
* | | Shorten render call. | Uģis Ozols | 2012-07-06 | 1 | -4/+1 |
|/ | |||||
* | Use shorter syntax of render where possible. | Uģis Ozols | 2012-06-27 | 6 | -42/+28 |
| | |||||
* | Fix deprecation warnings related to :confirm option. | Uģis Ozols | 2012-06-15 | 2 | -2/+6 |
| | |||||
* | Added i18n support to models through globalize3. | Adrien Coquio | 2012-06-09 | 5 | -3/+37 |
| | | | | | | | | | | | | | | * 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 shorter syntax for render :partial => ... | Uģis Ozols | 2012-04-10 | 8 | -12/+12 |
| | |||||
* | Fix draft translation | Nic Haynes | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Show published date if not drafted | Nic Haynes | 2012-03-21 | 1 | -4/+5 |
| | |||||
* | Fix markup for draft input | Nic Haynes | 2012-03-21 | 1 | -4/+6 |
| | |||||
* | Move draft checkbox for better usability | Nic Haynes | 2012-03-20 | 1 | -4/+5 |
| | |||||
* | Add draft label to admin index | Nic Haynes | 2012-03-20 | 1 | -0/+3 |
| | |||||
* | This took code presentation to a new level. | Philip Arndt | 2012-02-29 | 1 | -3/+1 |
| | |||||
* | Don't like having a dialogue for this | Philip Arndt | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | y u need two lines | Philip Arndt | 2012-02-29 | 1 | -2/+1 |
| | |||||
* | Added support for new code in Refinery CMS since resolve/refinerycms#1234 | Philip Arndt | 2012-02-01 | 9 | -34/+33 |
| | |||||
* | Correct path for form tag. Updated cancel_url to new format. | Mark Stuart | 2012-01-30 | 1 | -2/+2 |
| | |||||
* | add source url for post | Jeff Shumate | 2012-01-25 | 1 | -0/+16 |
| | |||||
* | Fix route helper in categories view. | Pete Higgins | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 14 | -71/+63 |
| | |||||
* | Restructured part of the project to Refinery::Blog::Admin not ↵ | Philip Arndt | 2012-01-17 | 21 | -0/+529 |
Refinery::Admin::Blog |