Update of /cvsroot/tmda/tmda-cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv16682
Modified Files:
UPGRADE
Log Message:
Added instructions on theme changes.
Index: UPGRADE
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/UPGRADE,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- UPGRADE 18 Aug 2003 23:17:07 -0000 1.20
+++ UPGRADE 8 Dec 2003 22:36:34 -0000 1.21
@@ -1,5 +1,34 @@
======================================================================
+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.
+
+ - 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.
+
+ - 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.
+
+======================================================================
+
If you are upgrading from a release of tmda-cgi < 0.12:
* IF YOU ARE INSTALLING OVER AN EXISTING COPY OF tmda-cgi, DELETE
|