forked from browsermedia/browsercms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo_list.txt
45 lines (37 loc) · 2.15 KB
/
todo_list.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
3.4 Working List
* Add Block.publish and publish! for easier coding.
* Upgrade to Rails 3.1
Options
* Make content blocks the same as pages.
* Make templating through the UI better.
Start with: rake db:drop db:install test:units
* Portlets need to be namespaced under cms_ as well (This seems to cause issues with DynamicAttribute saving, so might pass on this one.)
Rack::Cache plus Rack::ESI?
Cucumber Recommendations
* Avoid using selectors unless it really matters.
* Express intent in scenarios
* Can group multiple steps into a single step
Gems to Publish (once its live)
============
bcms_fckeditor - 1.1.0 is pushed to github. Gem needs to be pushed as well. Need to test file upload (browser.xml) from within the browser
* BUG - bcms_news - Recent Archive portlet is throwing errors.
bcms_google_mini_search - 1.2 pushed to github. Gem not released.
Future Things to do
===============
* Review integration tests to determine where 'error_messages_on' deprecation is coming from.
* Having to explicitly add migrations files to module installers is somewhat tedious and error prone. (Might not be a big deal though)
* Move 'datepicker' initialization into application.js
* Upgrade jquery.selectbox-0.5 to jquery.sb.js (https://github.com/revsystems/jQuery-SelectBox). This will likely improve the usability of the selectbox.
* What is the difference between application template and profiles?
* Clean up all 'old' initialization code (add_cms_routes_method, add to rails path, etc)
* Rename to cms:new rather than browser_cms:cms
* Allow Content Blocks to be namespaced.
* Clean up logging messages that are filling up the production logs unnecessarily
** 'Caching enabled'
** 'Not the CMS site'
** 'Rendering content block X'
** 'Not caching, user logged in'
** Rendering template X'
* Have at most one line per request for any diagnostic result.
* test/dummy has some duplication ( migrations, seed.rb). This can probably be removed now anyway, due to how Gemfile->gemspec works.
* html_safe = duplication: Every content_block's render.html.erb needs to stick html_safe on everything, which is both tedious and annoying. Need to figure out a better way to globally handle this.