Skip to content

Commit b11c8d4

Browse files
committed
Prep for alpha release.
1 parent ee6a0e8 commit b11c8d4

File tree

4 files changed

+6
-79
lines changed

4 files changed

+6
-79
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
browsercms (4.0.0.a)
4+
browsercms (4.0.0.alpha)
55
actionpack-page_caching (~> 1.0)
66
ancestry (~> 2.0.0)
77
bootstrap-sass

doc/features/design_integration.md

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Design Integration
22

3+
This covers some of the remaining design issues that we need to resolve before the beta/final 4.0 release.
4+
35
## [Ask Kyle]
46

57
* Fonts for Dashboard table headers/menus are just less bold than in design.
@@ -26,36 +28,10 @@
2628
* Selecting a section always toggles. Might want to select an open section to add content to it, but not close it.
2729
* Where should "Settings" link take user to.
2830

29-
## Tasks
30-
31-
* Fix remaining critical bugs before releasing alpha
32-
33-
### Open Issues
34-
35-
### Open (but not critical) issues
36-
37-
* [BUG] Inline product editing throws JS error
38-
* [BUG] Editing block after one has been removed from page without refresh throws JS error.
39-
* [BUG] When viewing older versions of page which had a mobile_ready template in that version, it throws an error.
40-
* [DOCUMENT or IMPROVE] SimpleForms: Label: false should always be paired with: input_html: {class: 'input-block-level'}
41-
* [BUG] Edit content button should float right and over
42-
* [BUG] Multiple attachments doesn't work (See Catalog)
43-
* [BUG] Sitemap - Can remove homepage
44-
* [BUG] Dashboard - Publishing pages without selecting on throws an error.
45-
* [BUG] Sitemap Performance - Closing large section is slow (Products) - Try removing slide and using appear.
46-
* [BUG] Sitemap Performance - Need to filter (or condense multiple Products into a single product).
47-
* [BUG] Editing a block on a page, then canceling, redirects to /cms/content/1/edit rather than /cms/content/1
48-
* [BUG] Clicking 'Back' if you have submitted a form where validation fails goes to the wrong page.
49-
* [BUG] Optimistic locking for pages/blocks doesn't work.
50-
* [BUG] Dashboard is not correctly displaying draft pages.
51-
* [BUG] View Image is huge rather than natural size.
52-
* [FEATURE] Sitemap - Implies you can remove sections with content. (Throws error when it fails)
53-
* [MINOR] Groups should be listed within a cell rather than wrapping.
54-
* [PERFORMANCE] Google Fonts - Can we include them in the project so it works locally with no internet access.
55-
56-
5731
## Implied Features by Design
5832

33+
Features in the original design/IA that didn't get implemented.
34+
5935
* Make 'Assign' on Edit page work.
6036
* Sitemap filters
6137
* Sitemap Hide/Archive/Publish

lib/cms/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Allows the precise version of BrowserCMS to be determined programatically.
33
#
44
module Cms
5-
VERSION = "4.0.0.a"
5+
VERSION = "4.0.0.alpha"
66

77
# Return the current version of the CMS.
88
def self.version

todo_list.markdown

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)