refinerycms 0.9.8.5 → 0.9.8.6
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +15 -21
- data/bin/refinerycms +9 -12
- data/changelog.md +164 -154
- data/db/migrate/20100913234704_create_refinery_schema.rb +151 -0
- data/db/migrate/20100926142529_add_value_type_to_refinery_settings.rb +9 -0
- data/db/migrate/20100929035252_add_missing_indexes_to_roles_users.rb +11 -0
- data/db/schema.rb +5 -1
- data/db/seeds/pages.rb +0 -39
- data/db/seeds/pages_for_inquiries.rb +40 -0
- data/vendor/refinerycms/authentication/app/models/roles_users.rb +6 -0
- data/vendor/refinerycms/authentication/features/lost_password.feature +1 -0
- data/vendor/refinerycms/authentication/features/manage_users.feature +1 -1
- data/vendor/refinerycms/authentication/features/step_definitions/lost_password.rb +2 -2
- data/vendor/refinerycms/authentication/features/support/factories.rb +1 -0
- data/vendor/refinerycms/authentication/spec/models/user_spec.rb +52 -0
- data/vendor/refinerycms/core/app/views/admin/_head.html.erb +1 -4
- data/vendor/refinerycms/core/app/views/shared/_menu.html.erb +11 -5
- data/vendor/refinerycms/core/app/views/shared/_menu_branch.html.erb +8 -8
- data/vendor/refinerycms/core/app/views/shared/admin/_make_sortable.html.erb +3 -2
- data/vendor/refinerycms/core/app/views/shared/admin/_sortable_list.html.erb +2 -3
- data/vendor/refinerycms/core/lib/core.rb +5 -5
- data/vendor/refinerycms/core/lib/generators/refinery_engine/refinery_engine_generator.rb +2 -2
- data/vendor/refinerycms/core/lib/generators/refinery_engine/templates/app/views/admin/plural_name/index.html.erb +11 -9
- data/vendor/refinerycms/core/lib/generators/refinery_engine/templates/db/seeds/plural_name.rb +1 -1
- data/vendor/refinerycms/core/lib/generators/refinery_engine/templates/lib/generators/refinerycms_plural_name_generator.rb +3 -3
- data/vendor/refinerycms/core/lib/generators/refinery_engine/templates/lib/plural_name.rb +1 -1
- data/vendor/refinerycms/core/lib/refinery/crud.rb +48 -28
- data/vendor/refinerycms/core/lib/refinery/helpers/menu_helper.rb +34 -4
- data/vendor/refinerycms/core/lib/refinery/plugin.rb +5 -5
- data/vendor/refinerycms/core/public/javascripts/rails.js +152 -0
- data/vendor/refinerycms/core/public/javascripts/refinery/admin.js +33 -13
- data/vendor/refinerycms/core/public/javascripts/wymeditor/jquery.refinery.wymeditor.js +191 -175
- data/vendor/refinerycms/core/public/stylesheets/refinery/refinery.css +80 -12
- data/vendor/refinerycms/dashboard/features/dashboard.feature +3 -1
- data/vendor/refinerycms/images/features/support/factories.rb +5 -0
- data/vendor/refinerycms/images/lib/images.rb +7 -35
- data/vendor/refinerycms/images/spec/models/image_spec.rb +50 -0
- data/vendor/refinerycms/images/spec/uploads/beach.jpeg +0 -0
- data/vendor/refinerycms/pages/features/manage_pages.feature +1 -1
- data/vendor/refinerycms/pages/features/step_definitions/page_steps.rb +19 -3
- data/vendor/refinerycms/pages/features/support/paths.rb +9 -1
- data/vendor/refinerycms/pages/features/visit_pages.feature +45 -0
- data/vendor/refinerycms/pages/spec/models/page_spec.rb +134 -4
- data/vendor/refinerycms/refinery.rb +1 -1
- data/vendor/refinerycms/resources/features/manage_files.feature +5 -1
- data/vendor/refinerycms/resources/features/step_definitions/file_steps.rb +2 -2
- data/vendor/refinerycms/resources/lib/resources.rb +8 -37
- data/vendor/refinerycms/resources/spec/models/resource_spec.rb +45 -0
- data/vendor/refinerycms/resources/spec/uploads/refinery_is_awesome.txt +1 -0
- data/vendor/refinerycms/settings/app/models/refinery_setting.rb +26 -12
- data/vendor/refinerycms/settings/features/manage_refinery_settings.feature +1 -1
- data/vendor/refinerycms/settings/spec/models/refinery_setting_spec.rb +101 -0
- metadata +37 -56
- data/db/migrate/20091109012126_add_missing_indexes.rb +0 -25
- data/db/migrate/20091130040711_add_down_for_maintenance_page.rb +0 -15
- data/db/migrate/20091207033335_add_superuser_to_users.rb +0 -12
- data/db/migrate/20100114092849_add_themes_table.rb +0 -19
- data/db/migrate/20100125003944_rename_title_to_name_on_user_plugins.rb +0 -9
- data/db/migrate/20100125033146_migrate_old_plugin_titles_to_plugin_names_for_users.rb +0 -61
- data/db/migrate/20100127004649_add_reset_code_to_users.rb +0 -9
- data/db/migrate/20100202034802_remove_custom_title_image_id_and_image_id_from_pages.rb +0 -13
- data/db/migrate/20100204011654_change_part_titles_to_titleized_version_for_new_format.rb +0 -13
- data/db/migrate/20100223211536_remove_themes_table.rb +0 -17
- data/db/migrate/20100305023036_change_users_columns_for_authlogic.rb +0 -54
- data/db/migrate/20100305023037_remove_unused_users_columns.rb +0 -15
- data/db/migrate/20100312155331_make_user_perishable_token_nullable.rb +0 -13
- data/db/migrate/20100312160327_make_user_persistence_token_nullable.rb +0 -13
- data/db/migrate/20100315203301_remove_state_from_users.rb +0 -9
- data/db/migrate/20100419001048_change_image_grid_thumbnail_size_and_regenerate.rb +0 -13
- data/db/migrate/20100522020225_rename_permissions_for_resources_plugin_to_files.rb +0 -15
- data/db/migrate/20100525084518_remove_take_down_for_maintenance_page.rb +0 -19
- data/db/migrate/20100525110237_add_small_and_large_thumbnail_sizes.rb +0 -14
- data/db/migrate/20100530205942_update_link_url_on_pages_from_inquiries_new_to_contact.rb +0 -31
- data/db/migrate/20100605132138_convert_resource_to_dragonfly.rb +0 -41
- data/db/migrate/20100605132208_convert_image_to_dragonfly.rb +0 -51
- data/db/migrate/20100606135207_change_thumbnail_sizes_for_dragonfly.rb +0 -17
- data/db/migrate/20100608062447_add_scoping_to_refinery_settings.rb +0 -9
- data/db/migrate/20100623220402_add_restricted_to_refinery_settings.rb +0 -9
- data/db/migrate/20100624024501_add_roles.rb +0 -24
- data/db/migrate/20100629081543_add_callback_proc_as_string_to_refinery_settings.rb +0 -9
- data/db/migrate/20100701053151_remove_superuser_from_users.rb +0 -20
- data/db/migrate/20100702022630_add_spam_to_inquiries.rb +0 -11
- data/db/migrate/20100708014636_ensure_user_plugins_use_name_and_not_title.rb +0 -9
- data/db/migrate/20100729221735_remove_page_translations_if_present.rb +0 -12
- data/db/migrate/20100826232810_move_inquiry_settings_to_refinery_settings.rb +0 -23
- data/db/migrate/20100831122919_move_page_to_nested_set.rb +0 -28
- data/db/migrate/20100913234704_add_cached_slug_to_pages.rb +0 -12
- data/db/seeds/inquiry_settings.rb +0 -2
data/Gemfile
CHANGED
@@ -1,11 +1,15 @@
|
|
1
1
|
source 'http://rubygems.org'
|
2
2
|
gem 'bundler', '~> 1.0.0'
|
3
|
-
gem 'rails', '3.0.
|
3
|
+
gem 'rails', '~> 3.0.3'
|
4
4
|
|
5
5
|
# Bundle edge Rails instead:
|
6
6
|
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
7
7
|
|
8
|
-
|
8
|
+
if (java = RUBY_PLATFORM == 'java')
|
9
|
+
gem 'activerecord-jdbcsqlite3-adapter', '>= 1.0.2', :platform => :jruby
|
10
|
+
else
|
11
|
+
gem 'sqlite3-ruby', :require => 'sqlite3'
|
12
|
+
end
|
9
13
|
|
10
14
|
# Use unicorn as the web server
|
11
15
|
# gem 'unicorn'
|
@@ -32,27 +36,19 @@ gem 'sqlite3-ruby', :require => 'sqlite3'
|
|
32
36
|
|
33
37
|
# REFINERY CMS ================================================================
|
34
38
|
|
39
|
+
java = (RUBY_PLATFORM == 'java')
|
40
|
+
|
35
41
|
# Specify the Refinery CMS core:
|
36
42
|
gem 'refinerycms', :path => '.'
|
37
43
|
|
38
44
|
# Specify additional Refinery CMS Engines here (all optional):
|
39
|
-
gem 'refinerycms-inquiries', '~> 0.9
|
45
|
+
gem 'refinerycms-inquiries', '~> 0.9'
|
40
46
|
# gem 'refinerycms-news', '~> 0.9.9'
|
41
47
|
# gem 'refinerycms-portfolio', '~> 0.9.8'
|
42
48
|
# gem 'refinerycms-theming', '~> 0.9.8'
|
43
49
|
|
44
50
|
# Add i18n support (optional, you can remove this if you really want to).
|
45
|
-
gem 'refinerycms-i18n', '~> 0.9
|
46
|
-
|
47
|
-
# Figure out how to get RMagick:
|
48
|
-
rmagick_options = {:require => false}
|
49
|
-
rmagick_options.update({
|
50
|
-
:git => 'git://github.com/refinerycms/rmagick.git',
|
51
|
-
:branch => 'windows'
|
52
|
-
}) if Bundler::WINDOWS
|
53
|
-
|
54
|
-
# Specify a version of RMagick that works in your environment:
|
55
|
-
gem 'rmagick', '~> 2.12.0', rmagick_options
|
51
|
+
gem 'refinerycms-i18n', '~> 0.9'
|
56
52
|
|
57
53
|
# END REFINERY CMS ============================================================
|
58
54
|
|
@@ -60,11 +56,7 @@ gem 'rmagick', '~> 2.12.0', rmagick_options
|
|
60
56
|
|
61
57
|
group :test do
|
62
58
|
# RSpec
|
63
|
-
gem 'rspec', (RSPEC_VERSION = '~> 2.
|
64
|
-
gem 'rspec-core', RSPEC_VERSION, :require => 'rspec/core'
|
65
|
-
gem 'rspec-expectations', RSPEC_VERSION, :require => 'rspec/expectations'
|
66
|
-
gem 'rspec-mocks', RSPEC_VERSION, :require => 'rspec/mocks'
|
67
|
-
gem 'rspec-rails', RSPEC_VERSION
|
59
|
+
gem 'rspec-rails', (RSPEC_VERSION = '~> 2.2')
|
68
60
|
# Cucumber
|
69
61
|
gem 'capybara'
|
70
62
|
gem 'database_cleaner'
|
@@ -74,16 +66,18 @@ group :test do
|
|
74
66
|
gem 'launchy'
|
75
67
|
gem 'gherkin'
|
76
68
|
# TODO: Change back to gem when patch is merged in
|
77
|
-
gem 'rack-test',
|
69
|
+
gem 'rack-test', '~> 0.5.6'
|
78
70
|
# FIXME: JSON constant constants warnings
|
79
71
|
gem 'json_pure', '~> 1.4.6', :require => 'json/pure'
|
80
72
|
# Factory Girl
|
81
73
|
gem 'factory_girl'
|
82
|
-
gem 'ruby-prof'
|
74
|
+
gem "#{'j' if java}ruby-prof" unless defined?(RUBY_ENGINE) and RUBY_ENGINE == 'rbx'
|
83
75
|
# Autotest
|
84
76
|
gem 'autotest'
|
85
77
|
gem 'autotest-rails'
|
86
78
|
gem 'autotest-notification'
|
79
|
+
# FIXME: Replace when new babosa gem is released
|
80
|
+
gem 'babosa', '0.2.0', :git => 'git://github.com/stevenheidel/babosa.git' if java
|
87
81
|
end
|
88
82
|
|
89
83
|
# END REFINERY CMS DEVELOPMENT =================================================
|
data/bin/refinerycms
CHANGED
@@ -160,9 +160,10 @@ module Refinery
|
|
160
160
|
f.write "\n" + refinery_gems + "\n\n# USER DEFINED\n" + @options[:gems].join("\n") + "\n# END USER DEFINED"
|
161
161
|
end
|
162
162
|
|
163
|
-
#
|
163
|
+
# Specify the correct version of the Refinery CMS gem (may be git source).
|
164
|
+
src = Refinery.version !~ /\.pre$/ ? "'~> #{Refinery.version}'" : ":git => 'git://github.com/resolve/refinerycms.git'"
|
164
165
|
find_and_replace('Gemfile', "gem 'refinerycms', :path => '.'",
|
165
|
-
"gem 'refinerycms',
|
166
|
+
"gem 'refinerycms', #{src}")
|
166
167
|
|
167
168
|
# Add in AWS-S3 for Heroku
|
168
169
|
find_and_replace('Gemfile', "# gem 'aws-s3', :require => 'aws/s3'",
|
@@ -194,7 +195,9 @@ module Refinery
|
|
194
195
|
run_command("bundle install")
|
195
196
|
|
196
197
|
puts "\n\nSetting up your development database..\n"
|
197
|
-
|
198
|
+
%w(db:drop db:create db:migrate db:seed).each do |db|
|
199
|
+
run_command("rake -f \"#{@app_path.join('Rakefile')}\" #{db}")
|
200
|
+
end
|
198
201
|
|
199
202
|
# Deploy to Heroku
|
200
203
|
if @options[:heroku]
|
@@ -208,7 +211,8 @@ module Refinery
|
|
208
211
|
run_command("git push heroku master")
|
209
212
|
|
210
213
|
puts "\n\nSetting up the Heroku database..\n"
|
211
|
-
run_command("heroku rake db:
|
214
|
+
run_command("heroku rake db:migrate")
|
215
|
+
run_command("heroku rake db:seed")
|
212
216
|
|
213
217
|
puts "\n\nRestarting servers...\n"
|
214
218
|
run_command("heroku restart")
|
@@ -269,11 +273,4 @@ module Refinery
|
|
269
273
|
end
|
270
274
|
end
|
271
275
|
|
272
|
-
|
273
|
-
::ChildLabor::Task.module_eval do
|
274
|
-
def gets
|
275
|
-
@stdout.gets
|
276
|
-
end
|
277
|
-
end
|
278
|
-
end
|
279
|
-
Refinery::AppGenerator.new(ARGV).run!
|
276
|
+
Refinery::AppGenerator.new(ARGV).run!
|
data/changelog.md
CHANGED
@@ -1,220 +1,230 @@
|
|
1
|
-
## 0.9.8.
|
2
|
-
*
|
3
|
-
*
|
4
|
-
* ``
|
5
|
-
*
|
6
|
-
*
|
7
|
-
*
|
8
|
-
* [
|
1
|
+
## 0.9.8.6 [3 December 2010]
|
2
|
+
* Backported lots of functionality from 0.9.9 and later like:
|
3
|
+
* Fixed reordering for trees and non-trees [Philip Arndt](https://github.com/parndt)
|
4
|
+
* Better ``RSpec`` coverage [Joe Sak](https://github.com/joemsak) and [Philip Arndt](https://github.com/parndt) and [Uģis Ozols](https://github.com/ugisozols) and [PeRo ICT Solutions](https://github.com/pero-ict)
|
5
|
+
* Fixed issue with finding where engines are located on the disk using ``Plugin::pathname``. [Lele](https://github.com/leleintercom)
|
6
|
+
* Improved the speed of the menu especially related to scaling through reusing collections rather then revisiting the database. [Amanda Wagener](https://github.com/awagener)
|
7
|
+
* No more RMagick dependency [Philip Arndt](https://github.com/parndt)
|
8
|
+
* Added helper methods to expose some of the options in crud. [David Jones](https://github.com/djones)
|
9
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.8.5...0.9.8.6)
|
10
|
+
|
11
|
+
## 0.9.8.5 [21 September 2010](https://github.com/parndt)
|
12
|
+
* Fixed an issue with the engine generator that was putting a comma in the wrong place breaking the call to ``crudify``. [Maarten Hoogendoorn](https://github.com/moretea)
|
13
|
+
* Made the delete messages consistent. [Uģis Ozols](https://github.com/ugisozols)
|
14
|
+
* ``zh-CN`` was overriding en locale in core locale file, fixed. [Philip Arndt](https://github.com/parndt)
|
15
|
+
* Changed verbiage from created to added, create to add as it describes it better for things like images. [Philip Arndt](https://github.com/parndt)
|
16
|
+
* ``image_fu`` no longer gives you the width and height of the image due to performance problems. [Philip Arndt](https://github.com/parndt) and [David Jones](https://github.com/djones)
|
17
|
+
* Implemented a standardised API for the engine generator. The core now includes a standard engine install generator. Engines generate a readme file explaining how to build an engine as a gem. [David Jones](https://github.com/djones)
|
18
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.8.4...0.9.8.5)
|
9
19
|
|
10
20
|
## 0.9.8.4 [17 September 2010]
|
11
|
-
* Recursive deletion of page parts. [primerano](
|
12
|
-
* Move around the default pages. [Philip Arndt](
|
13
|
-
* Extraction of windows check to ``Refinery::WINDOWS``. [Steven Heidel](
|
14
|
-
* Updated the changelog for several previous releases. [Steven Heidel](
|
15
|
-
* Made the menu more flexible so that it can be used in many places in your layout without caching over the top of itself. [Philip Arndt](
|
16
|
-
* Added search feature to Refinery Settings. [Matt McMahand](
|
17
|
-
* Ensure that in ``crudify`` that we use ``:per_page`` properly for ``will_paginate``. [Philip Arndt](
|
18
|
-
* Reduce the number of routes that we respond to in the ``pages`` engine as they were unused. [Philip Arndt](
|
19
|
-
* Fixed a case where page links weren't generating properly when inside an engine such as the news engine which made use of ``params[:id]``. Took a lot of perserverance on the part of Hez - thank you very much Hez! [Hez Ronningen](
|
20
|
-
* [See full list](
|
21
|
+
* Recursive deletion of page parts. [primerano](https://github.com/primerano)
|
22
|
+
* Move around the default pages. [Philip Arndt](https://github.com/parndt)
|
23
|
+
* Extraction of windows check to ``Refinery::WINDOWS``. [Steven Heidel](https://github.com/stevenheidel)
|
24
|
+
* Updated the changelog for several previous releases. [Steven Heidel](https://github.com/stevenheidel)
|
25
|
+
* Made the menu more flexible so that it can be used in many places in your layout without caching over the top of itself. [Philip Arndt](https://github.com/parndt)
|
26
|
+
* Added search feature to Refinery Settings. [Matt McMahand](https://github.com/invalidusrname)
|
27
|
+
* Ensure that in ``crudify`` that we use ``:per_page`` properly for ``will_paginate``. [Philip Arndt](https://github.com/parndt)
|
28
|
+
* Reduce the number of routes that we respond to in the ``pages`` engine as they were unused. [Philip Arndt](https://github.com/parndt)
|
29
|
+
* Fixed a case where page links weren't generating properly when inside an engine such as the news engine which made use of ``params[:id]``. Took a lot of perserverance on the part of Hez - thank you very much Hez! [Hez Ronningen](https://github.com/hez) and [Philip Arndt](https://github.com/parndt)
|
30
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.8.3...0.9.8.4)
|
21
31
|
|
22
32
|
## 0.9.8.3 [14 September 2010]
|
23
|
-
* German translation improvements. [Andre Lohan](
|
24
|
-
* Fix bug with ``bin/refinerycms`` and windows commands. [Philip Arndt](
|
25
|
-
* DRY up ``crudify`` and also switch to ARel. [Philip Arndt](
|
26
|
-
* Several fixes to make things much easier on windows. [Philip Arndt](
|
27
|
-
* [See full list](
|
33
|
+
* German translation improvements. [Andre Lohan](https://github.com/dc5ala)
|
34
|
+
* Fix bug with ``bin/refinerycms`` and windows commands. [Philip Arndt](https://github.com/parndt)
|
35
|
+
* DRY up ``crudify`` and also switch to ARel. [Philip Arndt](https://github.com/parndt)
|
36
|
+
* Several fixes to make things much easier on windows. [Philip Arndt](https://github.com/parndt)
|
37
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.8.2...0.9.8.3)
|
28
38
|
|
29
39
|
## 0.9.8.2 [13 September 2010]
|
30
|
-
* Update ``readme.md`` [David Jones](
|
31
|
-
* Speed improvements to menu with nested_set. [Maarten Hoogendoorn](
|
32
|
-
* More speed improvements by optimising slugs. [Philip Arndt](
|
33
|
-
* Fix ``-h`` flag on ``bin/refinerycms`` to display the help. [Steven Heidel](
|
34
|
-
* [See full list](
|
40
|
+
* Update ``readme.md`` [David Jones](https://github.com/djones)
|
41
|
+
* Speed improvements to menu with nested_set. [Maarten Hoogendoorn](https://github.com/moretea)
|
42
|
+
* More speed improvements by optimising slugs. [Philip Arndt](https://github.com/parndt)
|
43
|
+
* Fix ``-h`` flag on ``bin/refinerycms`` to display the help. [Steven Heidel](https://github.com/stevenheidel)
|
44
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.8.1...0.9.8.2)
|
35
45
|
|
36
46
|
## 0.9.8.1 [9 September 2010]
|
37
|
-
* Convert to ``awesome_nested_set``. [Maarten Hoogendoorn](
|
38
|
-
* Allow passing ``-g`` to the bin task for extra gems. [Tomás Senart](
|
39
|
-
* Update documentation for engines, not plugins. [David Jones](
|
40
|
-
* Several more documentation fixes. [Steven Heidel](
|
41
|
-
* Better use of dragonfly resizing. [Philip Arndt](
|
42
|
-
* Partial Latvian translation. [Uģis Ozols](
|
43
|
-
* Review Portugese translation. [Kivanio Barbosa](
|
44
|
-
* Bugfix with wymeditor in the engine generator. [Karmen Blake](
|
45
|
-
* Split ``application_helper`` into smaller, more usable files. [Philip Arndt](
|
46
|
-
* Move features and specs to each engine directory. [Philip Arndt](
|
47
|
-
* Bugfixes to ensure that reordering works under ``awesome_nested_set``. [Maarten Hoogendoorn](
|
48
|
-
* Update engines to not have a special :require in the Gemfile. [Johan Bruning](
|
49
|
-
* Make cache sweepers work. [Philip Arndt](
|
50
|
-
* [See full list](
|
47
|
+
* Convert to ``awesome_nested_set``. [Maarten Hoogendoorn](https://github.com/moretea) and [Philip Arndt](https://github.com/parndt)
|
48
|
+
* Allow passing ``-g`` to the bin task for extra gems. [Tomás Senart](https://github.com/tsenart)
|
49
|
+
* Update documentation for engines, not plugins. [David Jones](https://github.com/djones)
|
50
|
+
* Several more documentation fixes. [Steven Heidel](https://github.com/stevenheidel)
|
51
|
+
* Better use of dragonfly resizing. [Philip Arndt](https://github.com/parndt)
|
52
|
+
* Partial Latvian translation. [Uģis Ozols](https://github.com/ugisozols)
|
53
|
+
* Review Portugese translation. [Kivanio Barbosa](https://github.com/kivanio)
|
54
|
+
* Bugfix with wymeditor in the engine generator. [Karmen Blake](https://github.com/kblake)
|
55
|
+
* Split ``application_helper`` into smaller, more usable files. [Philip Arndt](https://github.com/parndt)
|
56
|
+
* Move features and specs to each engine directory. [Philip Arndt](https://github.com/parndt)
|
57
|
+
* Bugfixes to ensure that reordering works under ``awesome_nested_set``. [Maarten Hoogendoorn](https://github.com/moretea) and [Philip Arndt](https://github.com/parndt)
|
58
|
+
* Update engines to not have a special :require in the Gemfile. [Johan Bruning](https://github.com/GidoGeek)
|
59
|
+
* Make cache sweepers work. [Philip Arndt](https://github.com/parndt)
|
60
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.8...0.9.8.1)
|
51
61
|
|
52
62
|
## 0.9.8 [30 August 2010]
|
53
63
|
|
54
64
|
* Rails 3 support!
|
55
|
-
- [Philip Arndt](
|
56
|
-
- [Alex Coles](
|
57
|
-
- [Steven Heidel](
|
58
|
-
- [David Jones](
|
59
|
-
- [Uģis Ozols](
|
60
|
-
- [Maarten Hoogendoorn](
|
65
|
+
- [Philip Arndt](https://github.com/parndt)
|
66
|
+
- [Alex Coles](https://github.com/myabc)
|
67
|
+
- [Steven Heidel](https://github.com/stevenheidel)
|
68
|
+
- [David Jones](https://github.com/djones)
|
69
|
+
- [Uģis Ozols](https://github.com/ugisozols)
|
70
|
+
- [Maarten Hoogendoorn](https://github.com/moretea)
|
61
71
|
* [See our blog post](http://refinerycms.com/blog/refinery-cms-supports-rails-3)
|
62
|
-
* [See full list](
|
72
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.13...0.9.8)
|
63
73
|
|
64
74
|
## 0.9.7.13 [23 August 2010]
|
65
75
|
|
66
|
-
* Russian language support (RU). [Sun](
|
67
|
-
* We <3 HTML5 (better supported HTML5 semantics) [Joe Sak](
|
68
|
-
* Fixed issue with Refinery's 404 page. [Philip Arndt](
|
69
|
-
* Fixed recent inquiries display on dashboard when HTML present. [Steven Heidel](
|
70
|
-
* Better dutch (NL) translations. [Michael van Rooijen](
|
71
|
-
* Fixed for IE and added fixes to WYMeditor from the core project. [Philip Arndt](
|
72
|
-
* Added pagination for search results to the plugin generator. [Amanda Wagener](
|
73
|
-
* [See full list](
|
76
|
+
* Russian language support (RU). [Sun](https://github.com/sunchess)
|
77
|
+
* We <3 HTML5 (better supported HTML5 semantics) [Joe Sak](https://github.com/joemsak) and [Philip Arndt](https://github.com/parndt)
|
78
|
+
* Fixed issue with Refinery's 404 page. [Philip Arndt](https://github.com/parndt)
|
79
|
+
* Fixed recent inquiries display on dashboard when HTML present. [Steven Heidel](https://github.com/stevenheidel)
|
80
|
+
* Better dutch (NL) translations. [Michael van Rooijen](https://github.com/meskyanichi)
|
81
|
+
* Fixed for IE and added fixes to WYMeditor from the core project. [Philip Arndt](https://github.com/parndt)
|
82
|
+
* Added pagination for search results to the plugin generator. [Amanda Wagener](https://github.com/awagener)
|
83
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.12...0.9.7.13)
|
74
84
|
|
75
85
|
## 0.9.7.12 [11 August 2010]
|
76
86
|
|
77
|
-
* Smoothed the sortable list in the admin UI. [Joe Sak](
|
78
|
-
* Binding link dialogue URL checker to paste action. [Joe Sak](
|
79
|
-
* Kill hidden overflow on dialogues for smaller browser windows. [Joe Sak](
|
80
|
-
* Refactored the ``parse_branch`` method to speed up reordering on the server. [Joshua Davey](
|
81
|
-
* Running ``refinerycms`` with ``-v`` or ``--version`` will now output the version number. [Steven Heidel](
|
82
|
-
* Made the core codebase not rely so heavily on ``@page[:body]`` by adding ``Page.default_parts`` and using ``.first`` on that instead. [Philip Arndt](
|
83
|
-
* [See full list](
|
87
|
+
* Smoothed the sortable list in the admin UI. [Joe Sak](https://github.com/joemsak)
|
88
|
+
* Binding link dialogue URL checker to paste action. [Joe Sak](https://github.com/joemsak)
|
89
|
+
* Kill hidden overflow on dialogues for smaller browser windows. [Joe Sak](https://github.com/joemsak) and [Philip Arndt](https://github.com/parndt)
|
90
|
+
* Refactored the ``parse_branch`` method to speed up reordering on the server. [Joshua Davey](https://github.com/jgdavey)
|
91
|
+
* Running ``refinerycms`` with ``-v`` or ``--version`` will now output the version number. [Steven Heidel](https://github.com/stevenheidel)
|
92
|
+
* Made the core codebase not rely so heavily on ``@page[:body]`` by adding ``Page.default_parts`` and using ``.first`` on that instead. [Philip Arndt](https://github.com/parndt)
|
93
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.11...0.9.7.12)
|
84
94
|
|
85
95
|
## 0.9.7.11 [07 August 2010]
|
86
96
|
|
87
|
-
* Removed ``app/controllers/application.rb`` due to its serious deprecation. Fixed deprecations in how we use acts_as_indexed. [Philip Arndt](
|
88
|
-
* Added passing cucumber features for search for: [Uģis Ozols](
|
97
|
+
* Removed ``app/controllers/application.rb`` due to its serious deprecation. Fixed deprecations in how we use acts_as_indexed. [Philip Arndt](https://github.com/parndt)
|
98
|
+
* Added passing cucumber features for search for: [Uģis Ozols](https://github.com/ugisozols)
|
89
99
|
- Images
|
90
100
|
- Files
|
91
101
|
- Inquiries
|
92
102
|
- Pages
|
93
|
-
* Moved HTML5 enabling script to a partial so that IE always runs it first. [Philip Arndt](
|
94
|
-
* Fixed some invalid HTML. [Bo Frederiksen](
|
95
|
-
* Added Danish translation for WYMeditor. [Bo Frederiksen](
|
96
|
-
* Fixes for Tooltips [Philip Arndt](
|
103
|
+
* Moved HTML5 enabling script to a partial so that IE always runs it first. [Philip Arndt](https://github.com/parndt)
|
104
|
+
* Fixed some invalid HTML. [Bo Frederiksen](https://github.com/bofrede)
|
105
|
+
* Added Danish translation for WYMeditor. [Bo Frederiksen](https://github.com/bofrede)
|
106
|
+
* Fixes for Tooltips [Philip Arndt](https://github.com/parndt)
|
97
107
|
- Tooltips were not showing in dialogues, they now are.
|
98
108
|
- Tooltips would not position properly above links, they now do.
|
99
109
|
- 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.
|
100
|
-
* Lots of fixes for translations. [Uģis Ozols](
|
101
|
-
* Fix XSS vulnerability on page meta information by escaping the relevant fields properly [David Jones](
|
102
|
-
* 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](
|
103
|
-
* Updated ``json-pure`` to ``1.4.5``, now using the actual gem [Philip Arndt](
|
104
|
-
* [See full list](
|
110
|
+
* Lots of fixes for translations. [Uģis Ozols](https://github.com/ugisozols)
|
111
|
+
* Fix XSS vulnerability on page meta information by escaping the relevant fields properly [David Jones](https://github.com/djones)
|
112
|
+
* 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](https://github.com/joemsak)
|
113
|
+
* Updated ``json-pure`` to ``1.4.5``, now using the actual gem [Philip Arndt](https://github.com/parndt)
|
114
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.10...0.9.7.11)
|
105
115
|
|
106
116
|
|
107
117
|
## 0.9.7.10 [02 August 2010]
|
108
118
|
|
109
|
-
* Added options to site_bar partial to allow particular components to be disabled (CSS, JS, jQuery or cornering script) so that they don't interfere with these already being included in the theme. [Philip Arndt](
|
110
|
-
* Fixed the schema file as it was invalid somehow. [Steven Heidel](
|
111
|
-
* Made search more consistent and added it to Spam/Ham. [Uģis Ozols](
|
112
|
-
* Fixed a bug with adding new resources. [Steven Heidel](
|
113
|
-
* Fixed a range of issues with translation keys and grammar between different languages. [Uģis Ozols](
|
114
|
-
* [See full list](
|
119
|
+
* Added options to site_bar partial to allow particular components to be disabled (CSS, JS, jQuery or cornering script) so that they don't interfere with these already being included in the theme. [Philip Arndt](https://github.com/parndt)
|
120
|
+
* Fixed the schema file as it was invalid somehow. [Steven Heidel](https://github.com/stevenheidel)
|
121
|
+
* Made search more consistent and added it to Spam/Ham. [Uģis Ozols](https://github.com/ugisozols)
|
122
|
+
* Fixed a bug with adding new resources. [Steven Heidel](https://github.com/stevenheidel)
|
123
|
+
* Fixed a range of issues with translation keys and grammar between different languages. [Uģis Ozols](https://github.com/ugisozols)
|
124
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.9...0.9.7.10)
|
115
125
|
|
116
126
|
## 0.9.7.9 [30 July 2010]
|
117
127
|
|
118
|
-
* Added a theme generator to create the basic file structure of a new theme. [David Jones](
|
119
|
-
* Renamed ``script/generate refinery`` to ``script/generate refinery_plugin``. [David Jones](
|
120
|
-
* Add deprecation notice to ``script/generate refinery``. [David Jones](
|
121
|
-
* Updated documentation to reflect new generator changes. [David Jones](
|
122
|
-
* Added tests for both plugin and theme generators. [David Jones](
|
123
|
-
* Refactored the ``refinerycms`` & ``refinery-upgrade-097-to-097`` tasks to make better use of Pathname. [Philip Arndt](
|
124
|
-
* Added more cucumber features and tagged existing ones. [Philip Arndt](
|
125
|
-
* Removed mysterious ``page_translations`` table if you had it. [Philip Arndt](
|
126
|
-
* Added workaround for tests that involve dialogues. [Uģis Ozols](
|
127
|
-
* Added as default the ability for forms to know whether they are inside a modal / dialog. [Philip Arndt](
|
128
|
-
* [See full list](
|
128
|
+
* Added a theme generator to create the basic file structure of a new theme. [David Jones](https://github.com/djones) and [Levi Cole](https://github.com/levicole)
|
129
|
+
* Renamed ``script/generate refinery`` to ``script/generate refinery_plugin``. [David Jones](https://github.com/djones)
|
130
|
+
* Add deprecation notice to ``script/generate refinery``. [David Jones](https://github.com/djones)
|
131
|
+
* Updated documentation to reflect new generator changes. [David Jones](https://github.com/djones)
|
132
|
+
* Added tests for both plugin and theme generators. [David Jones](https://github.com/djones) and [Levi Cole](https://github.com/levicole)
|
133
|
+
* Refactored the ``refinerycms`` & ``refinery-upgrade-097-to-097`` tasks to make better use of Pathname. [Philip Arndt](https://github.com/parndt)
|
134
|
+
* Added more cucumber features and tagged existing ones. [Philip Arndt](https://github.com/parndt), [James Fiderlick](https://github.com/jamesfid) and [Steven Heidel](https://github.com/stevenheidel)
|
135
|
+
* Removed mysterious ``page_translations`` table if you had it. [Philip Arndt](https://github.com/parndt)
|
136
|
+
* Added workaround for tests that involve dialogues. [Uģis Ozols](https://github.com/ugisozols)
|
137
|
+
* Added as default the ability for forms to know whether they are inside a modal / dialog. [Philip Arndt](https://github.com/parndt)
|
138
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.8...0.9.7.9)
|
129
139
|
|
130
140
|
## 0.9.7.8 [23 July 2010]
|
131
141
|
|
132
|
-
* Refactored Amazon S3 and gem installation to make it easier to install on Heroku. [Steven Heidel](
|
133
|
-
* Made project more testable. Renamed rake refinery:test_all to rake test:refinery [Philip Arndt](
|
134
|
-
* Documentation improved [David Jones](
|
135
|
-
* Installed spork for use with systems that support forking for performance improvements. Doesn't run on Windows. [Philip Arndt](
|
136
|
-
* Improvements and new translations for Norsk Bokmål localisation. [Ken Paulsen](
|
137
|
-
* Ensured that RefinerySetting restrictions work properly using a before_save handler. [Joe Sak](
|
138
|
-
* Updated jquery-html5-placeholder-shim to latest version. [Amanda Wagener](
|
139
|
-
* [See full list](
|
142
|
+
* Refactored Amazon S3 and gem installation to make it easier to install on Heroku. [Steven Heidel](https://github.com/stevenheidel)
|
143
|
+
* Made project more testable. Renamed rake refinery:test_all to rake test:refinery [Philip Arndt](https://github.com/parndt)
|
144
|
+
* Documentation improved [David Jones](https://github.com/djones), [Philip Arndt](https://github.com/parndt) and [Steven Heidel](https://github.com/stevenheidel)
|
145
|
+
* Installed spork for use with systems that support forking for performance improvements. Doesn't run on Windows. [Philip Arndt](https://github.com/parndt) and [James Fiderlick](https://github.com/jamesfid)
|
146
|
+
* Improvements and new translations for Norsk Bokmål localisation. [Ken Paulsen](https://github.com/ken-guru)
|
147
|
+
* Ensured that RefinerySetting restrictions work properly using a before_save handler. [Joe Sak](https://github.com/joemsak)
|
148
|
+
* Updated jquery-html5-placeholder-shim to latest version. [Amanda Wagener](https://github.com/awagener)
|
149
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.7...0.9.7.8)
|
140
150
|
|
141
151
|
## 0.9.7.7 [20 July 2010]
|
142
152
|
|
143
|
-
* Fixed an issue in the plugin generator that saw locales being created with singular_name not the interpreted version. [Philip Arndt](
|
144
|
-
* Fixed an issue with non-MySQL databases. [Lee Irving](
|
145
|
-
* Refactored versioning and .gitignore file so that both are easier to follow and use. [Steven Heidel](
|
146
|
-
* Added rake refinery:test_all command to run all tests Refinery has. [Steven Heidel](
|
147
|
-
* Fixed deprecation warnings with translate rake tasks. [Steven Heidel](
|
148
|
-
* Bugfixes, some IE compatibility. [Philip Arndt](
|
149
|
-
* Fix syntax errors in existing resource dialog. [David Jones](
|
150
|
-
* Identified and fixed a positioning bug in dialogues [Joe Sak](
|
151
|
-
* Fixed issue that was causing Refinery to load in rake tasks twice if they lived under ``"#{Rails.root}/vendor/plugins"``. [David Jones](
|
152
|
-
* [See full list](
|
153
|
+
* Fixed an issue in the plugin generator that saw locales being created with singular_name not the interpreted version. [Philip Arndt](https://github.com/parndt) and [Joe Sak](https://github.com/joemsak)
|
154
|
+
* Fixed an issue with non-MySQL databases. [Lee Irving](https://github.com/magpieuk)
|
155
|
+
* Refactored versioning and .gitignore file so that both are easier to follow and use. [Steven Heidel](https://github.com/stevenheidel)
|
156
|
+
* Added rake refinery:test_all command to run all tests Refinery has. [Steven Heidel](https://github.com/stevenheidel)
|
157
|
+
* Fixed deprecation warnings with translate rake tasks. [Steven Heidel](https://github.com/stevenheidel)
|
158
|
+
* Bugfixes, some IE compatibility. [Philip Arndt](https://github.com/parndt)
|
159
|
+
* Fix syntax errors in existing resource dialog. [David Jones](https://github.com/djones)
|
160
|
+
* Identified and fixed a positioning bug in dialogues [Joe Sak](https://github.com/joemsak) and [Philip Arndt](https://github.com/parndt)
|
161
|
+
* Fixed issue that was causing Refinery to load in rake tasks twice if they lived under ``"#{Rails.root}/vendor/plugins"``. [David Jones](https://github.com/djones) and [Philip Arndt](https://github.com/parndt)
|
162
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.6...0.9.7.7)
|
153
163
|
|
154
164
|
## 0.9.7.6 [15 July 2010]
|
155
165
|
|
156
|
-
* Bugfixes, fixed some failing tests. [Philip Arndt](
|
157
|
-
* More pt-BR translation keys translated. [Kivanio Barbosa](
|
158
|
-
* Locked gems using ``Gemfile.lock``. [David Jones](
|
159
|
-
* Changed 'refinery' task to 'refinerycms' as that is our gem's name. [Steven Heidel](
|
160
|
-
* Fixed bug where settings were still considered restricted if NULL. [Steven Heidel](
|
161
|
-
* Ensures that bundler is available before creating an application from a gem. [Philip Arndt](
|
162
|
-
* Application generator (from gem) and application upgrade bin task. (from 0.9.6) is now Ruby 1.9.2 compatible. [Philip Arndt](
|
163
|
-
* bin/refinery-upgrade-from-096-to-097 will no longer allow you to run it if Gemfile is present and thus signifying an upgraded app. [Philip Arndt](
|
164
|
-
* Cleaned up syntax, changed CSS involving dialogues. [Philip Arndt](
|
165
|
-
* [See full list](
|
166
|
+
* Bugfixes, fixed some failing tests. [Philip Arndt](https://github.com/parndt)
|
167
|
+
* More pt-BR translation keys translated. [Kivanio Barbosa](https://github.com/kivanio)
|
168
|
+
* Locked gems using ``Gemfile.lock``. [David Jones](https://github.com/djones)
|
169
|
+
* Changed 'refinery' task to 'refinerycms' as that is our gem's name. [Steven Heidel](https://github.com/stevenheidel)
|
170
|
+
* Fixed bug where settings were still considered restricted if NULL. [Steven Heidel](https://github.com/stevenheidel)
|
171
|
+
* Ensures that bundler is available before creating an application from a gem. [Philip Arndt](https://github.com/parndt)
|
172
|
+
* Application generator (from gem) and application upgrade bin task. (from 0.9.6) is now Ruby 1.9.2 compatible. [Philip Arndt](https://github.com/parndt)
|
173
|
+
* bin/refinery-upgrade-from-096-to-097 will no longer allow you to run it if Gemfile is present and thus signifying an upgraded app. [Philip Arndt](https://github.com/parndt)
|
174
|
+
* Cleaned up syntax, changed CSS involving dialogues. [Philip Arndt](https://github.com/parndt)
|
175
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.5...0.9.7.6)
|
166
176
|
|
167
177
|
## 0.9.7.5 [08 July 2010]
|
168
178
|
|
169
|
-
* Wrote an upgrade task for migrating from 0.9.6.x releases of RefineryCMS. Just run refinery-update-096-to-097 inside your application's directory. [Philip Arndt](
|
170
|
-
* Improved code used to include gem rake tasks and script/generate tasks into the Refinery application to fix issue with these tasks not being found. [Philip Arndt](
|
171
|
-
* Fixed a broken migration that would mean pages were missing upon upgrading. [Jesper Hvirring Henriksen](
|
172
|
-
* More pt-BR translation keys translated. [Kivanio Barbosa](
|
173
|
-
* [See full list](
|
179
|
+
* Wrote an upgrade task for migrating from 0.9.6.x releases of RefineryCMS. Just run refinery-update-096-to-097 inside your application's directory. [Philip Arndt](https://github.com/parndt)
|
180
|
+
* Improved code used to include gem rake tasks and script/generate tasks into the Refinery application to fix issue with these tasks not being found. [Philip Arndt](https://github.com/parndt)
|
181
|
+
* Fixed a broken migration that would mean pages were missing upon upgrading. [Jesper Hvirring Henriksen](https://github.com/hvirring)
|
182
|
+
* More pt-BR translation keys translated. [Kivanio Barbosa](https://github.com/kivanio)
|
183
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.4...0.9.7.5)
|
174
184
|
|
175
185
|
## 0.9.7.4 [07 July 2010]
|
176
186
|
|
177
|
-
* Fixed critical issue in the i18n routing pattern that was matching prefixes like /news/ as a locale incorrectly. [Philip Arndt](
|
178
|
-
* [See full list](
|
187
|
+
* Fixed critical issue in the i18n routing pattern that was matching prefixes like /news/ as a locale incorrectly. [Philip Arndt](https://github.com/parndt)
|
188
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.3...0.9.7.4)
|
179
189
|
|
180
190
|
## 0.9.7.3 [07 July 2010]
|
181
191
|
|
182
|
-
* Falls back to default locale when a translation key can not be located in the current locale, only in production mode. [Philip Arndt](
|
183
|
-
* Fixed issue creating a Refinery site using bin/refinery where directory paths contained spaces. [Philip Arndt](
|
184
|
-
* Fixed issue when using script/generate refinery surrounding the migration incorrectly using the plugin's title. [Philip Arndt](
|
185
|
-
* Added verbose=true option when running rake refinery:update that prints out everything it's doing. [Philip Arndt](
|
186
|
-
* [See full list](
|
192
|
+
* Falls back to default locale when a translation key can not be located in the current locale, only in production mode. [Philip Arndt](https://github.com/parndt)
|
193
|
+
* Fixed issue creating a Refinery site using bin/refinery where directory paths contained spaces. [Philip Arndt](https://github.com/parndt)
|
194
|
+
* Fixed issue when using script/generate refinery surrounding the migration incorrectly using the plugin's title. [Philip Arndt](https://github.com/parndt)
|
195
|
+
* Added verbose=true option when running rake refinery:update that prints out everything it's doing. [Philip Arndt](https://github.com/parndt)
|
196
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.2...0.9.7.3)
|
187
197
|
|
188
198
|
## 0.9.7.2 [06 July 2010]
|
189
199
|
|
190
|
-
* Bugfixes with users and roles. [Philip Arndt](
|
191
|
-
* Fixed the rake translate:lost_in_translation LOCALE=en and rake translate:lost_in_translation_all tasks so that they accurately reflect the missing i18n translation keys. [Philip Arndt](
|
192
|
-
* Refactored routing of i18n to allow different default frontend and backend locales. [Philip Arndt](
|
193
|
-
* Added better grammar support for some i18n. [Halan Pinheiro](
|
194
|
-
* Improved output of rake refinery:update task and removed bin/refinery-update-core task. [Steven Heidel](
|
195
|
-
* Set config.ru to run in production RAILS_ENV by default. [Philip Arndt](
|
196
|
-
* [See full list](
|
200
|
+
* Bugfixes with users and roles. [Philip Arndt](https://github.com/parndt) and [Amanda Wagener](https://github.com/awagener)
|
201
|
+
* Fixed the rake translate:lost_in_translation LOCALE=en and rake translate:lost_in_translation_all tasks so that they accurately reflect the missing i18n translation keys. [Philip Arndt](https://github.com/parndt)
|
202
|
+
* Refactored routing of i18n to allow different default frontend and backend locales. [Philip Arndt](https://github.com/parndt)
|
203
|
+
* Added better grammar support for some i18n. [Halan Pinheiro](https://github.com/halan)
|
204
|
+
* Improved output of rake refinery:update task and removed bin/refinery-update-core task. [Steven Heidel](https://github.com/stevenheidel)
|
205
|
+
* Set config.ru to run in production RAILS_ENV by default. [Philip Arndt](https://github.com/parndt)
|
206
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7.1...0.9.7.2)
|
197
207
|
|
198
208
|
## 0.9.7.1 [03 July 2010]
|
199
209
|
|
200
|
-
* Bugfixes in the gem installation method process. [Philip Arndt](
|
201
|
-
* Made installing from gem faster. [Philip Arndt](
|
202
|
-
* Provided example files for sqlite3, mysql and postgresql. [Philip Arndt](
|
203
|
-
* Created option for specifying a database adapter (sqlite3, mysql or postgresql) when creating from Gem. [Philip Arndt](
|
204
|
-
* Other bugfixes including UI consistency around signup. [Philip Arndt](
|
205
|
-
* [See full list](
|
210
|
+
* Bugfixes in the gem installation method process. [Philip Arndt](https://github.com/parndt)
|
211
|
+
* Made installing from gem faster. [Philip Arndt](https://github.com/parndt)
|
212
|
+
* Provided example files for sqlite3, mysql and postgresql. [Philip Arndt](https://github.com/parndt)
|
213
|
+
* Created option for specifying a database adapter (sqlite3, mysql or postgresql) when creating from Gem. [Philip Arndt](https://github.com/parndt)
|
214
|
+
* Other bugfixes including UI consistency around signup. [Philip Arndt](https://github.com/parndt)
|
215
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.7...0.9.7.1)
|
206
216
|
|
207
217
|
## 0.9.7 [02 July 2010]
|
208
218
|
|
209
|
-
* Full backend internationalisation (i18n) support and frontend i18n routing. [Maarten Hoogendoorn](
|
210
|
-
* Marketable URLs, such as "/contact". [Joshua Davey](
|
211
|
-
* Switched to bundler and rack. [Alex Coles](
|
212
|
-
* Added options to Refinery Settings :restricted, :scoping, :callback_proc_as_string. [Steven Heidel](
|
213
|
-
* Added caching abilities to frontend and to RefinerySetting to drastically speed up the application under certain conditions. [Philip Arndt](
|
214
|
-
* Added spam filtering to contact form. [David Jones](
|
215
|
-
* Full Refinery UI redesign. [Resolve Digital](
|
216
|
-
* User Role support. [Amanda Wagener](
|
217
|
-
* [See full list](
|
219
|
+
* Full backend internationalisation (i18n) support and frontend i18n routing. [Maarten Hoogendoorn](https://github.com/moretea) and [Philip Arndt](https://github.com/parndt) and many others
|
220
|
+
* Marketable URLs, such as "/contact". [Joshua Davey](https://github.com/jgdavey) and [Joe Sak](https://github.com/joemsak).
|
221
|
+
* Switched to bundler and rack. [Alex Coles](https://github.com/myabc) and [Philip Arndt](https://github.com/parndt)
|
222
|
+
* Added options to Refinery Settings :restricted, :scoping, :callback_proc_as_string. [Steven Heidel](https://github.com/stevenheidel) and [Philip Arndt](https://github.com/parndt)
|
223
|
+
* Added caching abilities to frontend and to RefinerySetting to drastically speed up the application under certain conditions. [Philip Arndt](https://github.com/parndt)
|
224
|
+
* Added spam filtering to contact form. [David Jones](https://github.com/djones)
|
225
|
+
* Full Refinery UI redesign. [Resolve Digital](https://github.com/resolve)
|
226
|
+
* User Role support. [Amanda Wagener](https://github.com/awagener) and [Philip Arndt](https://github.com/parndt)
|
227
|
+
* [See full list](https://github.com/resolve/refinerycms/compare/0.9.6.34...0.9.7)
|
218
228
|
* [See blog post](http://refinerycms.com/blog/refinery-cms-0-9-7-released)
|
219
229
|
|
220
230
|
## 0.9.6.34 [09 May 2010]
|