Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Add approve/reject links in comment notification mail. | Uģis Ozols | 2012-09-05 | 1 | -0/+5 |
| | |||||
* | Merge remote-tracking branch 'Nethemba/fix_tags_title' | Philip Arndt | 2012-09-05 | 1 | -1/+1 |
|\ | |||||
| * | fix escaping quotes in title | Marek Labos | 2012-08-30 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'Nethemba/form_ux_impro' | Philip Arndt | 2012-09-05 | 1 | -14/+2 |
|\ \ | |||||
| * | | using form advanced opt. menu snippet from refinery core | Marek Labos | 2012-08-25 | 1 | -14/+2 |
| |/ | |||||
* | | Merge remote-tracking branch 'Nethemba/ux_none_comments' | Philip Arndt | 2012-09-05 | 3 | -42/+35 |
|\ \ | |||||
| * | | rewrite comments count msg + add link to comments section | Marek Labos | 2012-08-20 | 1 | -9/+5 |
| | | | |||||
| * | | moving condition for displaying comments into comments template | Marek Labos | 2012-08-20 | 1 | -3/+1 |
| | | | |||||
| * | | removing noisy "no comments" message | Marek Labos | 2012-08-20 | 1 | -30/+29 |
| |/ | |||||
* / | Adding Blog Autodiscovery | Andrew Hooker | 2012-09-04 | 1 | -0/+2 |
|/ | |||||
* | escape title and tags in templates | Marek Labos | 2012-08-17 | 2 | -3/+3 |
| | |||||
* | Move avatar_url method to posts helper because view stuff shouldn't be in ↵ | Uģis Ozols | 2012-07-31 | 1 | -1/+1 |
| | | | | the model. | ||||
* | 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 | 8 | -48/+32 |
| | |||||
* | Refinery already bundles jquery-ui so there's no reason to include it twice. | Uģis Ozols | 2012-06-15 | 1 | -4/+0 |
| | |||||
* | 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 | 6 | -4/+38 |
| | | | | | | | | | | | | | | * 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. | ||||
* | Don't show 'read more' link in situations where the full post is already ↵ | Ryan Deussing | 2012-06-05 | 1 | -1/+3 |
| | | | | displayed because there is no teaser. | ||||
* | Use shorter syntax for render :partial => ... | Uģis Ozols | 2012-04-10 | 15 | -26/+26 |
| | |||||
* | Fix deprecation warnings. | Uģis Ozols | 2012-04-10 | 6 | -10/+10 |
| | |||||
* | Fix reference to ShareThis key. | Cory Deppen | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Refactor blog archive widget. | Pete Higgins | 2012-02-10 | 1 | -3/+3 |
| | |||||
* | Move some of the Refinery::Setting's over to Refinery::Blog. | Uģis Ozols | 2012-02-04 | 3 | -6/+6 |
| | |||||
* | Added support for new code in Refinery CMS since resolve/refinerycms#1234 | Philip Arndt | 2012-02-01 | 18 | -49/+48 |
| | |||||
* | 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 | 2 | -1/+23 |
| | |||||
* | really fix issue 175 path error in _nav | Jeff Shumate | 2012-01-25 | 1 | -1/+1 |
| | |||||
* | fix issue 175 | Jeff Shumate | 2012-01-25 | 1 | -2/+2 |
| | |||||
* | Fix route helper in categories view. | Pete Higgins | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | Fixed namespacing for Refinery conventions. | Philip Arndt | 2012-01-17 | 28 | -120/+112 |
| | |||||
* | Restructured part of the project to Refinery::Blog::Admin not ↵ | Philip Arndt | 2012-01-17 | 21 | -25/+25 |
| | | | | Refinery::Admin::Blog | ||||
* | Use Refinery::Core.config to get site name. | Uģis Ozols | 2012-01-02 | 2 | -3/+3 |
| | |||||
* | Refinery::Page.default_parts is now Refinery::Pages.config.default_parts | Philip Arndt | 2011-12-17 | 1 | -3/+3 |
| | |||||
* | Use Refinery::Page APIs (content_for) properly. | Philip Arndt | 2011-12-17 | 1 | -3/+3 |
| | |||||
* | Allow configurable author for blog posts. | Pete Higgins | 2011-12-14 | 1 | -0/+9 |
| |