| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix problems with edit dialog and translations | Marek Labos | 2012-11-23 | 1 | -1/+1 |
* | 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 d... | Uģis Ozols | 2012-11-15 | 2 | -2/+2 |
* | 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 the... | Uģis Ozols | 2012-07-31 | 1 | -1/+1 |
* | 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 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 |
* | Don't show 'read more' link in situations where the full post is already disp... | Ryan Deussing | 2012-06-05 | 1 | -1/+3 |
* | 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 Refinery::Admin... | Philip Arndt | 2012-01-17 | 21 | -25/+25 |
* | 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 |