aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some embeded strings in English in admin/blog/posts/_form partial ↵Miroslav Rachev2011-06-302-3/+4
| | | | (Issue #86)
* We released 1.6.2.Philip Arndt2011-06-291-1/+2
|
* Requiring at least refinerycms-core 1.0.3Philip Arndt2011-06-292-3/+3
|
* Refactored the spec suite to be consistent.Philip Arndt2011-06-2910-56/+55
|
* Edited changelog.md via GitHubJoe Sak2011-06-281-0/+4
|
* This should be a slash to further clear up confusion on which param is whichJoe Sak2011-06-281-1/+1
|
* Fixed failing tag feature.Philip Arndt2011-06-271-0/+2
|
* Only use custom_teaser if the migration has runPhilip Arndt2011-06-271-1/+1
|
* We will have to push a version 1.6.2 to fix 1.6.1 tag_list bug.Philip Arndt2011-06-272-3/+5
|
* Ensure that the custom_teaser column exists before trying to use it incase ↵Philip Arndt2011-06-271-4/+3
| | | | the migration hasn't been generated/run.
* Merge pull request #81 from ruprict/masterPhilip Arndt2011-06-261-1/+1
|\ | | | | Bug in _post.html.erb (I think)
| * Fix error in views/blog/posts/_post, looping over tag_list, should loop over ↵Glenn Goodrich2011-06-251-1/+1
|/ | | | tags
* Edited readme.md via GitHubJoe Sak2011-06-231-1/+1
|
* Merge pull request #79 from ivanoats/masterJoe Sak2011-06-231-3/+3
|\ | | | | fixed trivial warnings
| * fixed ruby 1.9.2 warnings about useless use of == in boid contextIvan Storck2011-06-231-3/+3
|/
* changelog upkeepJoe Sak2011-06-231-0/+3
|
* this needs html_safeJoe Sak2011-06-232-1/+7
|
* Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog ↵Joe Sak2011-06-239-6/+73
|\ | | | | | | into wikyd-custom-teasers
| * Add button to copy the blog post's body to the teaser editor to get started ↵Kyle Wilkinson2011-06-214-0/+33
| | | | | | | | on creating a custom teaser.
| * Call tabs() method on admin tabs section only after the document is ready. ↵Kyle Wilkinson2011-06-212-2/+4
| | | | | | | | This fixes the problem where the teaser editor was showing with a width of 0. Set the active tab to the initial tab on the blog post editor.
| * Add helper for finding the teaser to display for a blog post. Use this when ↵Kyle Wilkinson2011-06-212-3/+13
| | | | | | | | displaying short version of blog posts.
| * Add tab field for the custom teaser. Currently, width is set to zero for ↵Kyle Wilkinson2011-06-212-0/+12
| | | | | | | | teaser editor... need to debug.
| * Allow custom_teaser field to be updated via forms.Kyle Wilkinson2011-06-211-1/+1
| |
| * Add migration to create a new field on BlogPosts for custom teasers.Kyle Wilkinson2011-06-211-0/+10
| |
* | A new day, a new release.Philip Arndt2011-06-221-1/+1
| |
* | changelogJoe Sak2011-06-211-0/+4
| |
* | tag url strategy updatedJoe Sak2011-06-215-6/+7
| |
* | Needs to use ~* operatorJoe Sak2011-06-211-1/+1
| |
* | postgreSQL is picky about doing a LIKE queryJoe Sak2011-06-213-4/+16
|/
* Fixed migration numbering, regenerated gemspec.Philip Arndt2011-06-212-1/+25
|
* Using <section class='details'> instead of <details> to avoid this: ↵Philip Arndt2011-06-212-4/+4
| | | | https://skitch.com/parndt/ffa3d/refinery-cms-1.0-released-refinery-cms
* 1.6 releasedJoe Sak2011-06-201-1/+1
|
* Fix failure on Ruby 1.8.7 where lines can't begin with a . (it has to be on ↵Philip Arndt2011-06-211-4/+3
| | | | the previous line)
* Edited changelog.md via GitHubJoe Sak2011-06-171-0/+1
|
* Merge pull request #76 from wikyd/custom_urlsJoe Sak2011-06-174-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 Wilkinson2011-06-162-1/+12
| |
| * Make blog_post custom_url field updatable.Kyle Wilkinson2011-06-161-1/+1
| |
| * Add logic to allow users to override the url for a post from just a title.Kyle Wilkinson2011-06-161-1/+5
| |
| * Add migration to add custom_url field to BlogPost.Kyle Wilkinson2011-06-161-0/+9
|/
* you have to specify .css for some filenamesJoe Sak2011-06-151-1/+1
|
* changelog upkeepJoe Sak2011-06-151-0/+1
|
* autocomplete added for tagsJoe Sak2011-06-1519-1/+405
|
* changelog upkeepJoe Sak2011-06-141-0/+7
|
* cached slugs speed things upJoe Sak2011-06-141-0/+11
|
* Merge pull request #75 from wikyd/upstreamJoe Sak2011-06-141-1/+1
|\ | | | | Fix bug preventing updating of blog post categories
| * Make category_ids attribute accessible so that blog categories can be updated.Kyle Wilkinson2011-06-141-1/+1
|/
* Merge pull request #74 from wikyd/masterJoe Sak2011-06-132-4/+9
|\ | | | | Add Paging to Category Show View
| * Use the correct message for no posts on category show page.Kyle Wilkinson2011-06-131-1/+3
| |
| * Modify the category view of the blog to show a paged view, rather than all ↵Kyle Wilkinson2011-06-132-7/+10
|/ | | | blog posts.
* this functionality exists in refinery, so the double bind makes it scroll ↵Joe Sak2011-06-131-11/+0
| | | | right back up