index
:
refinerycms-blog.git
2-1-stable
2-1-stable-for-hmno
master
Fork of refinerycms-blog fixing some issues for hmno.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call tabs() method on admin tabs section only after the document is ready. T...
Kyle Wilkinson
2011-06-21
2
-2
/
+4
*
Add helper for finding the teaser to display for a blog post. Use this when ...
Kyle Wilkinson
2011-06-21
2
-3
/
+13
*
Add tab field for the custom teaser. Currently, width is set to zero for tea...
Kyle Wilkinson
2011-06-21
2
-0
/
+12
*
Allow custom_teaser field to be updated via forms.
Kyle Wilkinson
2011-06-21
1
-1
/
+1
*
Using <section class='details'> instead of <details> to avoid this: https://s...
Philip Arndt
2011-06-21
2
-4
/
+4
*
Fix failure on Ruby 1.8.7 where lines can't begin with a . (it has to be on t...
Philip Arndt
2011-06-21
1
-4
/
+3
*
Add field to edit custom url on BlogPosts.
Kyle Wilkinson
2011-06-16
1
-0
/
+9
*
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
*
you have to specify .css for some filenames
Joe Sak
2011-06-15
1
-1
/
+1
*
autocomplete added for tags
Joe Sak
2011-06-15
3
-0
/
+64
*
Make category_ids attribute accessible so that blog categories can be updated.
Kyle Wilkinson
2011-06-14
1
-1
/
+1
*
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 bl...
Kyle Wilkinson
2011-06-13
2
-7
/
+10
*
this functionality exists in refinery, so the double bind makes it scroll rig...
Joe Sak
2011-06-13
1
-11
/
+0
*
Remove old code (< 0.9.9).
Uģis Ozols
2011-06-03
4
-44
/
+14
*
fix locale key. 'i18n' was showing up in the blog index output
David Jones
2011-05-31
1
-1
/
+1
*
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
|
*
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
3
-5
/
+5
|
\
\
|
*
|
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
*
|
|
Add page-like tab functionality
Michael Gall
2011-05-31
4
-2
/
+33
*
|
|
Merge branch 'master' of github.com:resolve/refinerycms-blog
David Jones
2011-05-31
2
-0
/
+8
|
\
|
|
|
*
|
Wow, I'm getting good at releasing new versions of this. Fixes size (again).
Philip Arndt
2011-05-28
1
-2
/
+2
|
*
|
use options[:size] not size.
Philip Arndt
2011-05-28
1
-1
/
+1
|
*
|
Added avatar to blog comments based on email address associated with a gravatar.
Philip Arndt
2011-05-27
2
-0
/
+8
*
|
|
fixed issue where the tags heading was showing up even though there are no tags
David Jones
2011-05-31
1
-1
/
+1
|
/
/
*
|
don't need p tags here because simple_format already renders those for us
David Jones
2011-05-27
1
-3
/
+1
*
|
Decrement the required RefineryCMS version back down to 0.9.9.22 so that we c...
Philip Arndt
2011-05-26
1
-22
/
+1
|
/
*
Edited app/models/blog_post.rb via GitHub
Joe Sak
2011-05-10
1
-1
/
+1
*
Present the blog post's meta information now. This will require refinerycms-c...
Philip Arndt
2011-05-06
1
-3
/
+3
*
Added form fields for SEO and translations.
Philip Arndt
2011-05-06
2
-2
/
+25
*
Add is_seo_meta call to blog posts.
Philip Arndt
2011-05-05
1
-9
/
+11
*
tests were failing all over the place
Joe Sak
2011-04-22
1
-2
/
+0
*
Added friendly_id to categories so instead of /categories/1 we get, say, /cat...
Philip Arndt
2011-04-02
1
-0
/
+4
*
mild refactor, one line if statement and decreased an indent one level.
Philip Arndt
2011-04-02
1
-4
/
+2
*
Closes GH-29. Blog posts act as taggable. rspec & cukes passing
Joe Sak
2011-03-11
7
-5
/
+53
*
More test coverage for tags: can fill tags in on admin form
Joe Sak
2011-03-11
1
-0
/
+6
*
Acts as taggable installed
Joe Sak
2011-03-11
1
-0
/
+3
*
fix searching: use _post partial and put inside ul
scambra
2011-03-07
1
-1
/
+3
*
<aside> can't be inside <p> (thanks IRC channel member t4nkD)
Joe Sak
2011-03-04
1
-10
/
+9
*
fix no results message
scambra
2011-03-04
1
-1
/
+1
*
Kill AJAX based post nav -- let's shoot for HTML5 History API soon
Joe Sak
2011-03-01
1
-2
/
+4
*
Whups. Wrong variable name pasted in
Joe Sak
2011-02-24
1
-1
/
+1
*
Closes GH-44. Authors are now associated with blog posts by current_user Merg...
Joe Sak
2011-02-24
5
-4
/
+52
|
\
|
*
ALL CUKES PASS: Show author login in view templates (if author present?)
Joe Sak
2011-02-24
3
-3
/
+3
|
*
Wrong syntax for AR association
Joe Sak
2011-02-24
1
-1
/
+1
|
*
WIP: trying to test user association as author
Joe Sak
2011-02-24
2
-1
/
+47
[next]