Compare commits

...

10 Commits

Author SHA1 Message Date
Shish
6eae9b28e7 Merge branch 'master' into branch_2.4 2012-05-23 11:35:36 +01:00
Shish
c5aef0faea Merge branch 'master' into branch_2.4 2012-05-23 10:39:32 +01:00
Shish
88fa824d27 Merge branch 'master' into branch_2.4 2012-05-22 12:15:14 +01:00
Shish
f18c8790f2 Merge branch 'master' into branch_2.4 2012-05-14 11:13:01 +01:00
Shish
10816aa88c Merge branch 'master' into branch_2.4 2012-05-14 06:43:34 +01:00
Shish
8ba00569be Merge branch 'master' into branch_2.4 2012-05-12 10:11:05 +01:00
Shish
8f3603f6dc Merge branch 'master' into branch_2.4 2012-05-12 10:04:26 +01:00
Shish
70329fd786 example of anon with comments 2012-05-03 14:55:30 +01:00
Shish
00e2feafc3 remove alpha warning from stable branch 2012-04-28 18:38:57 +01:00
Shish
681622480e version 2012-04-01 22:06:54 +01:00
2 changed files with 1 additions and 15 deletions

View File

@ -9,20 +9,6 @@
_________________________________________________________________________
Shimmie Alpha
~~~~~~~~~~~~~
If you're reading this on github and looking for the stable version, go
to the top of the page -> switch branches -> pick a stable branch. To do
similarly with a git clone, "git checkout -b my_2.X origin/branch_2.X"
This code is for people who want to write extensions compatible with the
next version of shimmie. You can run a production site with it if you're
feeling brave, but it's not recommended.
If there is a feature here, and not in the stable branch, that's probably
because the feature doesn't work yet :P
Requirements
~~~~~~~~~~~~
MySQL 5.1+ (with experimental support for PostgreSQL 8+ and SQLite 3)

View File

@ -33,7 +33,7 @@ _d("SPEED_HAX", false); // boolean do some questionable things in the name
_d("COMPILE_ELS", false); // boolean pre-build the list of event listeners
_d("NICE_URLS", false); // boolean force niceurl mode
_d("WH_SPLITS", 1); // int how many levels of subfolders to put in the warehouse
_d("VERSION", 'trunk'); // string shimmie version
_d("VERSION", '2.4.0'); // string shimmie version
_d("TIMEZONE", null); // string timezone
_d("CORE_EXTS", "bbcode,user,mail,upload,image,view,handle_pixel,ext_manager,setup,upgrade,handle_404,comment,tag_list,index,tag_edit,alias_editor"); // extensions to always enable
_d("EXTRA_EXTS", ""); // optional extra extensions