Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Allow custom_teaser field to be updated via forms. | Kyle Wilkinson | 2011-06-21 | 1 | -1/+1 | |
| | | ||||||
| * | Add migration to create a new field on BlogPosts for custom teasers. | Kyle Wilkinson | 2011-06-21 | 1 | -0/+10 | |
| | | ||||||
* | | A new day, a new release. | Philip Arndt | 2011-06-22 | 1 | -1/+1 | |
| | | ||||||
* | | changelog | Joe Sak | 2011-06-21 | 1 | -0/+4 | |
| | | ||||||
* | | tag url strategy updated | Joe Sak | 2011-06-21 | 5 | -6/+7 | |
| | | ||||||
* | | Needs to use ~* operator | Joe Sak | 2011-06-21 | 1 | -1/+1 | |
| | | ||||||
* | | postgreSQL is picky about doing a LIKE query | Joe Sak | 2011-06-21 | 3 | -4/+16 | |
|/ | ||||||
* | Fixed migration numbering, regenerated gemspec. | Philip Arndt | 2011-06-21 | 2 | -1/+25 | |
| | ||||||
* | Using <section class='details'> instead of <details> to avoid this: ↵ | Philip Arndt | 2011-06-21 | 2 | -4/+4 | |
| | | | | https://skitch.com/parndt/ffa3d/refinery-cms-1.0-released-refinery-cms | |||||
* | 1.6 released | Joe Sak | 2011-06-20 | 1 | -1/+1 | |
| | ||||||
* | Fix failure on Ruby 1.8.7 where lines can't begin with a . (it has to be on ↵ | Philip Arndt | 2011-06-21 | 1 | -4/+3 | |
| | | | | the previous line) | |||||
* | Edited changelog.md via GitHub | Joe Sak | 2011-06-17 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #76 from wikyd/custom_urls | Joe Sak | 2011-06-17 | 4 | -3/+27 | |
|\ | | | | | Allow users to set a custom url for a blog post independent of the title | |||||
| * | Add field to edit custom url on BlogPosts. | Kyle Wilkinson | 2011-06-16 | 2 | -1/+12 | |
| | | ||||||
| * | Make blog_post custom_url field updatable. | Kyle Wilkinson | 2011-06-16 | 1 | -1/+1 | |
| | | ||||||
| * | Add logic to allow users to override the url for a post from just a title. | Kyle Wilkinson | 2011-06-16 | 1 | -1/+5 | |
| | | ||||||
| * | Add migration to add custom_url field to BlogPost. | Kyle Wilkinson | 2011-06-16 | 1 | -0/+9 | |
|/ | ||||||
* | you have to specify .css for some filenames | Joe Sak | 2011-06-15 | 1 | -1/+1 | |
| | ||||||
* | changelog upkeep | Joe Sak | 2011-06-15 | 1 | -0/+1 | |
| | ||||||
* | autocomplete added for tags | Joe Sak | 2011-06-15 | 19 | -1/+405 | |
| | ||||||
* | changelog upkeep | Joe Sak | 2011-06-14 | 1 | -0/+7 | |
| | ||||||
* | cached slugs speed things up | Joe Sak | 2011-06-14 | 1 | -0/+11 | |
| | ||||||
* | Merge pull request #75 from wikyd/upstream | Joe Sak | 2011-06-14 | 1 | -1/+1 | |
|\ | | | | | Fix bug preventing updating of blog post categories | |||||
| * | Make category_ids attribute accessible so that blog categories can be updated. | Kyle Wilkinson | 2011-06-14 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #74 from wikyd/master | Joe Sak | 2011-06-13 | 2 | -4/+9 | |
|\ | | | | | Add Paging to Category Show View | |||||
| * | Use the correct message for no posts on category show page. | Kyle Wilkinson | 2011-06-13 | 1 | -1/+3 | |
| | | ||||||
| * | Modify the category view of the blog to show a paged view, rather than all ↵ | Kyle Wilkinson | 2011-06-13 | 2 | -7/+10 | |
|/ | | | | blog posts. | |||||
* | this functionality exists in refinery, so the double bind makes it scroll ↵ | Joe Sak | 2011-06-13 | 1 | -11/+0 | |
| | | | | right back up | |||||
* | Add spec for blog post categories | Michael Gall | 2011-06-08 | 2 | -0/+34 | |
| | ||||||
* | Merge pull request #72 from ugisozols/master | Joe Sak | 2011-06-03 | 4 | -44/+14 | |
|\ | | | | | Remove old code. (SO into this) | |||||
| * | Remove old code (< 0.9.9). | Uģis Ozols | 2011-06-03 | 4 | -44/+14 | |
|/ | ||||||
* | Merge pull request #71 from cerebroso/6511748e8d8c7b7da44d4b6f8592daf5e8cf451e | Joe Sak | 2011-06-03 | 1 | -0/+10 | |
|\ | | | | | pt-BR translations | |||||
| * | pt-BR translation for some model attributes | Ravi | 2011-06-03 | 1 | -0/+10 | |
|/ | ||||||
* | Merge pull request #70 from peresleguine/patch-1 | Joe Sak | 2011-06-02 | 1 | -0/+3 | |
|\ | | | | | Added translation for uncategorized posts. | |||||
| * | Added translation for uncategorized posts. | Andrey | 2011-06-02 | 1 | -0/+3 | |
|/ | ||||||
* | Merge pull request #68 from ugisozols/master | Joe Sak | 2011-06-01 | 1 | -3/+3 | |
|\ | | | | | Fix psyck yaml parse errors. | |||||
| * | Fix psyck yaml parse errors. Should fix #64. | Uģis Ozols | 2011-06-01 | 1 | -3/+3 | |
|/ | ||||||
* | fix locale key. 'i18n' was showing up in the blog index output | David Jones | 2011-05-31 | 1 | -1/+1 | |
| | ||||||
* | This will have to be 1.6.0 when it's released. | Philip Arndt | 2011-05-31 | 2 | -4/+6 | |
| | ||||||
* | Merged remote branch 'keram/master'. | Philip Arndt | 2011-05-31 | 2 | -3/+9 | |
|\ | ||||||
| * | For backwards compatibility must be approximate_ascii and strip_non_ascii by ↵ | Marek | 2011-05-19 | 2 | -4/+4 | |
| | | | | | | | | default false | |||||
| * | Approximate ascii on blog slugs. For: GH-60 | Marek | 2011-05-19 | 2 | -2/+8 | |
| | | ||||||
* | | Merged remote branch 'Dougui/add_translation' | Philip Arndt | 2011-05-31 | 6 | -10/+57 | |
|\ \ | ||||||
| * | | add some options for translation and translate in french | Guirec CORBEL | 2011-05-29 | 1 | -6/+6 | |
| | | | ||||||
| * | | add some options for translation and translate in french | Guirec CORBEL | 2011-05-29 | 3 | -5/+52 | |
| | | | ||||||
| * | | add some options for translation and translate in french | Guirec CORBEL | 2011-05-29 | 3 | -5/+5 | |
| | | | ||||||
* | | | Wrapped javascript inside a jQuery wrapper. | Philip Arndt | 2011-05-31 | 1 | -9/+11 | |
| | | | ||||||
* | | | Make the blog stylesheet work better with the default Refinery frontend ↵ | Resolve Digital | 2011-05-30 | 1 | -2/+5 | |
| | | | | | | | | | | | | stylesheet. Without this all posts displayed have a 1000px wide header and footer. | |||||
* | | | tab -> tabs and requiring the file on to_prepare so that it actually loads. ↵ | Philip Arndt | 2011-05-31 | 4 | -4/+8 | |
| | | | | | | | | | | | | Fixed specs now that the form 'looks' different. | |||||
* | | | Add page-like tab functionality | Michael Gall | 2011-05-31 | 6 | -3/+63 | |
| | | |