Philip Arndt
|
462d81882e
|
We released 1.6.2.
|
2011-06-29 16:25:42 +12:00 |
|
Philip Arndt
|
699d916480
|
Requiring at least refinerycms-core 1.0.3
|
2011-06-29 16:17:31 +12:00 |
|
Philip Arndt
|
b725799fef
|
Refactored the spec suite to be consistent.
|
2011-06-29 13:23:48 +12:00 |
|
Joe Sak
|
cf335800da
|
Edited changelog.md via GitHub
|
2011-06-28 12:57:22 -07:00 |
|
Joe Sak
|
82be905a7e
|
This should be a slash to further clear up confusion on which param is which
|
2011-06-28 09:35:07 -07:00 |
|
Philip Arndt
|
bbfc87e4d9
|
Fixed failing tag feature.
|
2011-06-27 11:40:59 +12:00 |
|
Philip Arndt
|
d70e39c789
|
Only use custom_teaser if the migration has run
|
2011-06-27 10:53:31 +12:00 |
|
Philip Arndt
|
e7d107ca4f
|
We will have to push a version 1.6.2 to fix 1.6.1 tag_list bug.
|
2011-06-27 10:26:23 +12:00 |
|
Philip Arndt
|
eb4b64a65b
|
Ensure that the custom_teaser column exists before trying to use it incase the migration hasn't been generated/run.
|
2011-06-27 10:25:44 +12:00 |
|
Philip Arndt
|
05731559a0
|
Merge pull request #81 from ruprict/master
Bug in _post.html.erb (I think)
|
2011-06-26 15:05:17 -07:00 |
|
Glenn Goodrich
|
66d35b52f7
|
Fix error in views/blog/posts/_post, looping over tag_list, should loop over tags
|
2011-06-25 11:51:27 -04:00 |
|
Joe Sak
|
6ce56a33a0
|
Edited readme.md via GitHub
|
2011-06-23 16:52:59 -07:00 |
|
Joe Sak
|
7ec374e8c9
|
Merge pull request #79 from ivanoats/master
fixed trivial warnings
|
2011-06-23 15:14:13 -07:00 |
|
Ivan Storck
|
a011527cb9
|
fixed ruby 1.9.2 warnings about useless use of == in boid context
|
2011-06-23 10:21:26 -07:00 |
|
Joe Sak
|
bb09ca4e44
|
changelog upkeep
|
2011-06-23 10:01:01 -05:00 |
|
Joe Sak
|
4f61104623
|
this needs html_safe
|
2011-06-23 09:59:35 -05:00 |
|
Joe Sak
|
787a0916b1
|
Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog into wikyd-custom-teasers
|
2011-06-23 09:43:53 -05:00 |
|
Philip Arndt
|
e906ed2eca
|
A new day, a new release.
|
2011-06-22 17:11:49 +12:00 |
|
Joe Sak
|
0c077c63a7
|
changelog
|
2011-06-21 23:11:27 -05:00 |
|
Joe Sak
|
39a5167c20
|
tag url strategy updated
|
2011-06-21 23:09:18 -05:00 |
|
Joe Sak
|
074f8cf67b
|
Needs to use ~* operator
|
2011-06-21 22:59:09 -05:00 |
|
Joe Sak
|
3b975e0d77
|
postgreSQL is picky about doing a LIKE query
|
2011-06-21 22:52:21 -05:00 |
|
Kyle Wilkinson
|
767346b694
|
Add button to copy the blog post's body to the teaser editor to get started on creating a custom teaser.
|
2011-06-21 15:45:56 -07:00 |
|
Kyle Wilkinson
|
e23af6bca7
|
Call tabs() method on admin tabs section only after the document is ready. 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.
|
2011-06-21 03:13:28 -07:00 |
|
Kyle Wilkinson
|
6086e618c3
|
Add helper for finding the teaser to display for a blog post. Use this when displaying short version of blog posts.
|
2011-06-21 02:49:28 -07:00 |
|
Kyle Wilkinson
|
3c0412bfaa
|
Add tab field for the custom teaser. Currently, width is set to zero for teaser editor... need to debug.
|
2011-06-21 02:48:48 -07:00 |
|
Kyle Wilkinson
|
610cd865f2
|
Allow custom_teaser field to be updated via forms.
|
2011-06-21 02:48:07 -07:00 |
|
Kyle Wilkinson
|
70e8d3c49c
|
Add migration to create a new field on BlogPosts for custom teasers.
|
2011-06-21 02:09:16 -07:00 |
|
Philip Arndt
|
bce2877b2a
|
Fixed migration numbering, regenerated gemspec.
|
2011-06-21 13:43:22 +12:00 |
|
Philip Arndt
|
584aeecc29
|
Using <section class='details'> instead of <details> to avoid this: https://skitch.com/parndt/ffa3d/refinery-cms-1.0-released-refinery-cms
|
2011-06-21 13:41:35 +12:00 |
|
Joe Sak
|
d32ae47b01
|
1.6 released
|
2011-06-20 20:02:00 -05:00 |
|
Philip Arndt
|
ab57edba40
|
Fix failure on Ruby 1.8.7 where lines can't begin with a . (it has to be on the previous line)
|
2011-06-21 12:21:13 +12:00 |
|
Joe Sak
|
9edadabd56
|
Edited changelog.md via GitHub
|
2011-06-17 07:46:08 -07:00 |
|
Joe Sak
|
6c14d65673
|
Merge pull request #76 from wikyd/custom_urls
Allow users to set a custom url for a blog post independent of the title
|
2011-06-17 07:45:16 -07:00 |
|
Kyle Wilkinson
|
e1390a0d72
|
Add field to edit custom url on BlogPosts.
|
2011-06-16 22:52:40 -07:00 |
|
Kyle Wilkinson
|
ec405cdbea
|
Make blog_post custom_url field updatable.
|
2011-06-16 22:52:30 -07:00 |
|
Kyle Wilkinson
|
9320a6a608
|
Add logic to allow users to override the url for a post from just a title.
|
2011-06-16 22:52:21 -07:00 |
|
Kyle Wilkinson
|
07a1a81b95
|
Add migration to add custom_url field to BlogPost.
|
2011-06-16 22:52:11 -07:00 |
|
Joe Sak
|
b3c06562a4
|
you have to specify .css for some filenames
|
2011-06-15 11:24:40 -05:00 |
|
Joe Sak
|
9fbe0a644c
|
changelog upkeep
|
2011-06-15 11:03:38 -05:00 |
|
Joe Sak
|
b8d2bcb913
|
autocomplete added for tags
|
2011-06-15 11:02:59 -05:00 |
|
Joe Sak
|
687ffb6286
|
changelog upkeep
|
2011-06-14 17:50:26 -05:00 |
|
Joe Sak
|
434ad6535e
|
cached slugs speed things up
|
2011-06-14 13:53:22 -05:00 |
|
Joe Sak
|
0fb08973fd
|
Merge pull request #75 from wikyd/upstream
Fix bug preventing updating of blog post categories
|
2011-06-14 07:29:33 -07:00 |
|
Kyle Wilkinson
|
117de953b7
|
Make category_ids attribute accessible so that blog categories can be updated.
|
2011-06-14 02:47:23 -07:00 |
|
Joe Sak
|
db82149876
|
Merge pull request #74 from wikyd/master
Add Paging to Category Show View
|
2011-06-13 20:23:40 -07:00 |
|
Kyle Wilkinson
|
a31f28126a
|
Use the correct message for no posts on category show page.
|
2011-06-13 18:12:51 -07:00 |
|
Kyle Wilkinson
|
9310b41760
|
Modify the category view of the blog to show a paged view, rather than all blog posts.
|
2011-06-13 18:06:26 -07:00 |
|
Joe Sak
|
b91b381e8e
|
this functionality exists in refinery, so the double bind makes it scroll right back up
|
2011-06-13 17:22:51 -05:00 |
|
Michael Gall
|
63ec02d44e
|
Add spec for blog post categories
|
2011-06-08 10:57:15 +10:00 |
|