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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix my typos
Philip Arndt
2011-07-01
1
-1
/
+1
*
Making use of modules and putting classes under modules.
Philip Arndt
2011-07-01
7
-229
/
+251
*
Making use of translation scopes.
Philip Arndt
2011-07-01
18
-40
/
+45
*
wanna keep track of ideas, i guess
Joe Sak
2011-06-30
1
-0
/
+5
*
just remove this and it's fine, we won't have to remember to use it for futur...
Joe Sak
2011-06-30
1
-2
/
+0
*
Merge pull request #90 from mirosr/i18n_bg
Joe Sak
2011-06-30
1
-0
/
+1
|
\
|
*
Added translation for teaser's title
Miroslav Rachev
2011-06-30
1
-0
/
+1
*
|
Merge pull request #89 from ugisozols/master
Joe Sak
2011-06-30
1
-16
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove old code.
Uģis Ozols
2011-06-30
1
-16
/
+0
|
/
*
Edited changelog.md via GitHub
Joe Sak
2011-06-30
1
-3
/
+5
*
Merge pull request #88 from mirosr/master
Joe Sak
2011-06-30
2
-3
/
+4
|
\
|
*
Fixed some embeded strings in English in admin/blog/posts/_form partial (Issu...
Miroslav Rachev
2011-06-30
2
-3
/
+4
*
|
make the tag_name optional for crazy languages
Joe Sak
2011-06-30
1
-1
/
+1
*
|
Merge pull request #87 from mirosr/i18n_bg
Joe Sak
2011-06-30
1
-0
/
+157
|
\
\
|
*
|
Added Bulgarian translation
Miroslav Rachev
2011-06-30
1
-0
/
+157
|
|
/
*
/
the checkbox list for categories was out of hand
Joe Sak
2011-06-29
1
-2
/
+7
|
/
*
We released 1.6.2.
Philip Arndt
2011-06-29
1
-1
/
+2
*
Requiring at least refinerycms-core 1.0.3
Philip Arndt
2011-06-29
2
-3
/
+3
*
Refactored the spec suite to be consistent.
Philip Arndt
2011-06-29
10
-56
/
+55
*
Edited changelog.md via GitHub
Joe Sak
2011-06-28
1
-0
/
+4
*
This should be a slash to further clear up confusion on which param is which
Joe Sak
2011-06-28
1
-1
/
+1
*
Fixed failing tag feature.
Philip Arndt
2011-06-27
1
-0
/
+2
*
Only use custom_teaser if the migration has run
Philip Arndt
2011-06-27
1
-1
/
+1
*
We will have to push a version 1.6.2 to fix 1.6.1 tag_list bug.
Philip Arndt
2011-06-27
2
-3
/
+5
*
Ensure that the custom_teaser column exists before trying to use it incase th...
Philip Arndt
2011-06-27
1
-4
/
+3
*
Merge pull request #81 from ruprict/master
Philip Arndt
2011-06-26
1
-1
/
+1
|
\
|
*
Fix error in views/blog/posts/_post, looping over tag_list, should loop over ...
Glenn Goodrich
2011-06-25
1
-1
/
+1
|
/
*
Edited readme.md via GitHub
Joe Sak
2011-06-23
1
-1
/
+1
*
Merge pull request #79 from ivanoats/master
Joe Sak
2011-06-23
1
-3
/
+3
|
\
|
*
fixed ruby 1.9.2 warnings about useless use of == in boid context
Ivan Storck
2011-06-23
1
-3
/
+3
|
/
*
changelog upkeep
Joe Sak
2011-06-23
1
-0
/
+3
*
this needs html_safe
Joe Sak
2011-06-23
2
-1
/
+7
*
Merge branch 'custom_teasers' of https://github.com/wikyd/refinerycms-blog in...
Joe Sak
2011-06-23
9
-6
/
+73
|
\
|
*
Add button to copy the blog post's body to the teaser editor to get started o...
Kyle Wilkinson
2011-06-21
4
-0
/
+33
|
*
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
|
*
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: https://s...
Philip Arndt
2011-06-21
2
-4
/
+4
*
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 t...
Philip Arndt
2011-06-21
1
-4
/
+3
*
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
|
\
[next]