You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use mysql2 v0.3.10 gem - Fixes issues with Lion/Ruby 1.9.3 bugs. * Setup the test database automatically each time `rake test` is run. * Fix issue with where temp files were written out as absolute paths. * Write todo plan for 3.4 release.
Copy file name to clipboardExpand all lines: todo_list.markdown
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,22 @@
1
1
Working on bcms 3.4
2
2
3
+
# Short Term
4
+
5
+
* Get 3.4 ready for release
6
+
* Test upgrading from Rails 3.1 project
7
+
* Use new migration behavior for engines
8
+
* Differ `bundle install` from happening until Gemfile is updated to include bcms
9
+
3
10
# Needs
4
11
5
12
* Email a page portlet doesn't work (throws error when you create one) - Add scenarios
6
13
* Tag Cloud portlet doesn't work (throws error when you create one) - Add scenarios
7
-
* Differ `bundle install` from happening until Gemfile is updated to include bcms
8
-
* Improve Performance - Sitemap and serving pages is particularly slow
9
-
** Use Ancestry gem - It handles automatically turning models into tree via a single column. Would be very very performant in comparison to current behavior.
10
14
* Update a few modules (like bcms_news) to test module generation
11
15
* Test this on a production environment prior to releasing (things like assets and/or config options might be wonky)
12
16
* Rework a few modules to work with Rails 3.1
13
17
* Review the README for accuracy in light of engines and asset pipeline
14
18
15
-
# Wants (Taking advantage of 3.1)
19
+
# Wants (Taking advantage of Rails 3.1)
16
20
17
21
* Add Block.publish and publish! for easier coding. (or just make default for blocks to be published via code and not via UI)
18
22
* Verify that instances of Acts::As::ContentPage in projects can correctly load CMS templates
@@ -38,6 +42,11 @@ Working on bcms 3.4
38
42
* Move 'datepicker' initialization into application.js
39
43
* Upgrade jquery.selectbox-0.5 to jquery.sb.js (https://github.com/revsystems/jQuery-SelectBox). This will likely improve the usability of the selectbox.
40
44
45
+
# 3.5 Planned Features
46
+
47
+
* Improve Performance - Sitemap and serving pages is particularly slow
48
+
** Use Ancestry gem - It handles automatically turning models into tree via a single column. Would be very very performant in comparison to current behavior.
0 commit comments