public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
Ready for 1.0.6

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@3877 
3d254a34-79dc-0310-9e5f-be208747d8a0
tedkulp (author)
Tue Apr 24 09:21:31 -0700 2007
commit  5963efc50c2ee4e5ca58c1d2df65c6516a157f5d
tree    1c9604bcc8df7064c715fcf47b5d06062e6d5eec
parent  5fbca7c902619f2e86b027a934b5ce290e2c8bc1
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
0
@@ -1,3 +1,22 @@
0
+Version 1.0.6 "Niihau" -- Apr 24 2007
0
+-----------------
0
+- Fixes a potential SQL injection hole in stylesheet.php
0
+- A new installer that uses smarty templates and classes.
0
+ it doesn't look much better atm, but does have alot more power and
0
+ is alot cleaner for the future.
0
+- Show the footer on tags about and help pages
0
+- Fixes to the expression that caused session_start to not always be
0
+ called.
0
+- Fixes for errors in get_template_vars with newer php versions
0
+- (important) Fixes a problem where the wrong module could be unloaded
0
+ from memory if module files had been deleted manually, without explicitly
0
+ uninstalling the module first.
0
+- Fixes to the safe mode tests
0
+- Fixes for open_basedir issues in ImageManager
0
+- Repeated quick reloads should no longer violate the 'cachable' page property.
0
+- Add a download link for the admin log
0
+- Fixes for the umask test in global settings
0
+
0
 Version 1.0.5 "Molokai" -- Mar 26 2007
0
 -----------------
0
 - Fixes to Global Settings
...
18
19
20
21
22
 
 
23
24
25
...
18
19
20
 
 
21
22
23
24
25
0
@@ -18,8 +18,8 @@
0
 #
0
 #$Id$
0
 
0
-$CMS_VERSION = "1.0.5";
0
-$CMS_VERSION_NAME = "Molokai";
0
+$CMS_VERSION = "1.0.6";
0
+$CMS_VERSION_NAME = "Niihau";
0
 $CMS_SCHEMA_VERSION = "28";
0
 
0
 # vim:ts=4 sw=4 noet

Comments

    No one has commented yet.