Skip to content

Commit

Permalink
Update changelog and version release date.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Aug 7, 2010
1 parent 1879a13 commit 696ed19
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
9 changes: 7 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
## 0.9.7.11 [unreleased]
## 0.9.7.11 [07 August 2010]
* Removed ``app/controllers/application.rb`` due to its serious deprecation. Fixed deprecations in how we use acts_as_indexed. [Philip Arndt](http://github.com/parndt)
* Added passing cucumber features for search for: [Uģis Ozols](http://github.com/ugisozols)
- Images
- Files
- Inquiries
- Pages
* Moved HTML5 enabling script to a partial so that IE always runs it first. [Philip Arndt](http://github.com/parndt)
* Fixed some invalid HTML [Bo Frederiksen](http://github.com/bofrede) and [Philip Arndt](http://github.com/parndt)
* Fixed some invalid HTML. [Bo Frederiksen](http://github.com/bofrede)
* Added Danish translation for WYMeditor. [Bo Frederiksen](http://github.com/bofrede)
* Fixes for Tooltips [Philip Arndt](http://github.com/parndt)
- Tooltips were not showing in dialogues, they now are.
- Tooltips would not position properly above links, they now do.
- The Tooltips' nibs (the arrow) would not sit properly centered above the element if the tooltip had to move for the browser window size, they now do.
* Lots of fixes for translations. [Uģis Ozols](http://github.com/ugisozols)
* Fix XSS vulnerability on page meta information by escaping the relevant fields properly [David Jones](http://github.com/djones)
* Ensure that the generator script grabs the first attribute that is a string, not just the first attribute, when choosing the field for Dashboard activity. [Joe Sak](http://github.com/joemsak)
* Updated ``json-pure`` to ``1.4.5``, now using the actual gem [Philip Arndt](http://github.com/parndt)
* [See full list](http://github.com/resolve/refinerycms/compare/0.9.7.10...master)


Expand Down
6 changes: 5 additions & 1 deletion refinerycms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Gem::Specification.new do |s|
s.name = %q{refinerycms}
s.version = %q{0.9.7.11}
s.description = %q{A beautiful open source Ruby on Rails content manager for small business. Easy to extend, easy to use, lightweight and all wrapped up in a super slick UI.}
s.date = %q{2010-08-04}
s.date = %q{2010-08-07}
s.summary = %q{A beautiful open source Ruby on Rails content manager for small business.}
s.email = %q{info@refinerycms.com}
s.homepage = %q{http://refinerycms.com}
Expand Down Expand Up @@ -140,6 +140,8 @@ Gem::Specification.new do |s|
'public/images/refinery/branch-end.gif',
'public/images/refinery/branch-start.gif',
'public/images/refinery/branch.gif',
'public/images/refinery/carousel-left.png',
'public/images/refinery/carousel-right.png',
'public/images/refinery/cross.png',
'public/images/refinery/dialogLoadingAnimation.gif',
'public/images/refinery/header_background.png',
Expand Down Expand Up @@ -506,6 +508,7 @@ Gem::Specification.new do |s|
'public/javascripts/jquery/GPL-LICENSE.txt',
'public/javascripts/jquery/jquery.corner.js',
'public/javascripts/jquery/jquery.html5-placeholder-shim.js',
'public/javascripts/jquery/jquery.jcarousel.js',
'public/javascripts/jquery/jquery.nestedsortables.js',
'public/javascripts/jquery/jquery.textTruncate.js',
'public/javascripts/jquery/jquery.timers.js',
Expand All @@ -522,6 +525,7 @@ Gem::Specification.new do |s|
'public/javascripts/wymeditor/lang',
'public/javascripts/wymeditor/lang/ca.js',
'public/javascripts/wymeditor/lang/cs.js',
'public/javascripts/wymeditor/lang/da.js',
'public/javascripts/wymeditor/lang/de.js',
'public/javascripts/wymeditor/lang/en.js',
'public/javascripts/wymeditor/lang/es.js',
Expand Down

0 comments on commit 696ed19

Please sign in to comment.