From: <m_h...@us...> - 2006-08-01 18:07:00
|
Revision: 252 Author: m_hildebrand Date: 2006-08-01 11:06:53 -0700 (Tue, 01 Aug 2006) ViewCVS: http://svn.sourceforge.net/tcdb/?rev=252&view=rev Log Message: ----------- Updated code & schema version to "1.0.0 Alpha 2" Modified Paths: -------------- Website/App_Code/Common.cs Website/TCDB.master Modified: Website/App_Code/Common.cs =================================================================== --- Website/App_Code/Common.cs 2006-08-01 17:32:28 UTC (rev 251) +++ Website/App_Code/Common.cs 2006-08-01 18:06:53 UTC (rev 252) @@ -1263,9 +1263,8 @@ public static int ASSIGNMENT_UNFINISHED = 0; public static int ASSIGNMENT_NEW = 3; - public static string TCDB_VERSION = "1.0.0 Alpha"; + public static string TCDB_VERSION = "1.0.0 Alpha 2"; - public static string RIGHTS_ASSIGNPERMISSION = "assignPermission"; public static string RIGHTS_SITEADMIN = "siteAdmin"; public static string RIGHTS_ASSIGNASSIGNMENT = "assignAssignment"; Modified: Website/TCDB.master =================================================================== --- Website/TCDB.master 2006-08-01 17:32:28 UTC (rev 251) +++ Website/TCDB.master 2006-08-01 18:06:53 UTC (rev 252) @@ -93,7 +93,7 @@ <% } %> </form> <% } else { %> - Unable to load TCDB. Code version [<%= Constants.TCDB_VERSION %>] does not equal schema version [<%= ConfigDB.GetConfigString("tcdb_version") %>. + <div class="motd"><span>Unable to load TCDB. Code version [<%= Constants.TCDB_VERSION %>] does not equal schema version [<%= ConfigDB.GetConfigString("tcdb_version") %>].</span></div> <% } %> <br /><br /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |