forked from riseuplabs/crabgrass-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
38 lines (25 loc) · 801 Bytes
/
Changes
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
Changes since Crabgrass 0.5
---------------------------
New theming engine
Permission system reworked
UI works better on different screen sizes
Updated dependencies
* Rails 3.0 and counting
* Ruby 1.9
* Bootstrap
* No more compass and Susy
* Using bundler
Upgrading to Crabgrass 1.0 from earlier versions
------------------------------------------------
todo: when crabgrass core stabilizes, work out instructions
for how to upgrade and put them here.
directory changes
tools -> extensions/page_types
mods -> extensions/mods
config/crabgrass.*.yml -> config/crabgrass/crabgrass.*.yml
config/secret.txt -> config/crabgrass/secret.txt
configuration changes
enabled_tools is now enabled_pages
added login_redirect_url
config/database.yml
"mysql" must be replaced with "mysql2"