extras-buildsys ChangeLog,1.88,1.89

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Thu Aug 4 21:12:44 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30502

Modified Files:
	ChangeLog 
Log Message:
2005-08-04  Dan Williams <dcbw at redhat.com>

    * server/UserInterface.py
        - Accept asc/desc ordering in addition to field order.  You now
            do e.x.: args['orderby'] = ['package asc', 'endtime desc']

    * www/indiv.psp
        - Stick in-progress jobs at the top of the list

    * www/template/head.psp
        - Keep user's email address through the success/failed pages




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	4 Aug 2005 20:27:11 -0000	1.88
+++ ChangeLog	4 Aug 2005 21:12:42 -0000	1.89
@@ -1,5 +1,17 @@
 2005-08-04  Dan Williams <dcbw at redhat.com>
 
+    * server/UserInterface.py
+        - Accept asc/desc ordering in addition to field order.  You now
+            do e.x.: args['orderby'] = ['package asc', 'endtime desc']
+
+    * www/indiv.psp
+        - Stick in-progress jobs at the top of the list
+
+    * www/template/head.psp
+        - Keep user's email address through the success/failed pages
+
+2005-08-04  Dan Williams <dcbw at redhat.com>
+
     * Attempts to reduce network bandwidth usage between client & server
         - for listing jobs, 'status' item in the arg list is now a list itself
             which is combined using OR.




More information about the fedora-extras-commits mailing list