CVS: tmda-cgi CgiVersion.py, 1.14, 1.15 ChangeLog, 1.78, 1.79 UPGRADE, 1.21, 1.22 defaults.ini, 1.25, 1.26

Jim Ramsay <[email protected]> Thu, 11 Mar 2004 08:38:33 -0800
Newsgroups gmane.mail.spam.tmda.cvs
Message-ID <[email protected]>
Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3022

Modified Files:
	CgiVersion.py ChangeLog UPGRADE defaults.ini 
Log Message:
Ready for 0.13 release.


Index: CgiVersion.py
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/CgiVersion.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- CgiVersion.py	16 Nov 2003 18:46:16 -0000	1.14
+++ CgiVersion.py	11 Mar 2004 16:38:30 -0000	1.15
@@ -24,10 +24,10 @@
 from TMDA import Version
 
 # tmda-cgi version
-tmda_cgi = "0.12B"
+tmda_cgi = "0.13"
 
 # tmda-cgi version codename
-Codename = "Magnesium"
+Codename = "Aluminum"
 
 # TMDA version required
 TMDAReqVer = "0.81"

Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	18 Feb 2004 18:27:35 -0000	1.78
+++ ChangeLog	11 Mar 2004 16:38:30 -0000	1.79
@@ -1,3 +1,9 @@
+2004-03-11  Jim Ramsay	    <[email protected]>
+
+	* Fixes for Solaris
+
+	* Version 0.13 is released
+
 2004-02-18  Jim Ramsay      <[email protected]>
 
 	* Went through the mailing lists and fixed a number of smallish bugs

Index: UPGRADE
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/UPGRADE,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- UPGRADE	8 Dec 2003 22:36:34 -0000	1.21
+++ UPGRADE	11 Mar 2004 16:38:30 -0000	1.22
@@ -3,29 +3,17 @@
 If you are upgrading from a release of tmda-cgi < 0.13
 
 * If you or someone you know has built a custom theme, there are a few 
-  changes you should know about:
-
-  - The usage for custom first/prev/next/last buttons in pending.html
-    and view.html has changed.  There is now a variable defined for
-    each Active (ie, clickable) button and a different variable for
-    each Inactive (ie, greyed-out) button.  This was done so that one
-    is not stuck using the same filename for the inactive button in all
-    themes.
-
+  changes you should know about.  Check out what changed in the Blue theme.
+  There is also a new theme called "TMDA-X" which lays out the pending list
+  in a different way.
+  
+  In general, you'll have to change the following in your custom theme
+  for it to work.  Look at the "Blue" theme for a reference:
+  - There's a new way to specify custom first/prev/next/last buttons in 
+    pending.html and view.html.
   - The format for the list of available Lists to edit in editlist.html
-    has changed.  There are now two variables defined at the top of
-    the file which are used as templates for the links in the sidebar.
-    They are CurrentListElement (ie, the one currently being edited),
-    and ListElement (ie, any other link in that list).  This was done so
-    that one is not stuck using the same format for these links in all
-    themes.
-
+    has changed.
   - There is now a search function available for the pending list.
-    An example search form for this (with detailed comments) is in
-    pending.ht / pending.html in the Blue theme.
-
-  - Check out the changes to all these files in the Blue theme for more
-    information.
 
 ======================================================================
 

Index: defaults.ini
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/defaults.ini,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- defaults.ini	9 Dec 2003 18:10:02 -0000	1.25
+++ defaults.ini	11 Mar 2004 16:38:30 -0000	1.26
@@ -48,7 +48,7 @@
 [General]
 CSEncoding   = iso-8859-1
 SpamCopAddr  =
-Theme        = Blue
+Theme        = TMDA-X
 UseJSConfirm = Yes
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;