CHANGELOG in comatose-2.0.1 vs CHANGELOG in comatose-2.0.5
- old
+ new
@@ -1,4 +1,23 @@
+- version: 2.0.5 (beta)
+ - Added configuration option for importing/exporting pages from admin: `config.allow_import_export = true|false`, `true` is the default at the moment
+ - Reworked the UI for import/export a little bit
+ - Added LINK option to `test_harness` rake task to symlink the comatose plugin directory instead of copying it
+ - Updated manifest and gemspec
+
+- version: 2.0.4 (beta)
+ - Added a rake task to generate a test_harness (for use in development). From the comatose directory, run: `rake test_harness TARGET=../comatose_test_harness`. This will create an empty rails app, copy this working folder over to vendor/plugins/comatose, install acts_as_list and acts_as_tree, and run any setup needed, like script/generate comatose_migration and rake db:migrate.
+ - Bugfix in tasks/comatose.rake
+ - Comatose migration generator now adds the default comatose routes (`map.comatose_admin` and `map.comatose_root ''`) to the top of the routes.rb file. POSSIBLE GOTCHA: `map.comatose_root` should be moved to the bottom of the routes file!
+
+- version: 2.0.3 (beta)
+ - Moving from alpha to beta!
+ - staugaard: Added import and export of pages in admin controller
+
+- version: 2.0.2 (alpha)
+ - staugaard: Added "unloadable" to ComatoseController (problems with ActsAsAuthenticated-integration similar to http://tinyurl.com/6caz5r)
+ - jcnetdev: Tweaking gemspec
+
- version: 2.0.1 (alpha)
- Merged changes from andreas (http://github.com/andreas)...
- andreas: Fixed comatose:admin:customize raketask (seems plugin_path was wrong, and made use of mkdir_p to avoid "File exists"-errors.)
- andreas: Added "unloadable" to ComatoseAdminController (problems with ActsAsAuthenticated-integration similar to http://tinyurl.com/6caz5r)