[open-ils-commits] r334 - in servres/trunk/conifer: . libsystems/evergreen templates (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Apr 15 20:06:15 EDT 2009


Author: gfawcett
Date: 2009-04-15 20:06:14 -0400 (Wed, 15 Apr 2009)
New Revision: 334

Modified:
   servres/trunk/conifer/TODO
   servres/trunk/conifer/libsystems/evergreen/support.py
   servres/trunk/conifer/templates/master.xhtml
Log:
minor fixes; todo changes


Modified: servres/trunk/conifer/TODO
===================================================================
--- servres/trunk/conifer/TODO	2009-04-15 03:30:50 UTC (rev 333)
+++ servres/trunk/conifer/TODO	2009-04-16 00:06:14 UTC (rev 334)
@@ -2,6 +2,10 @@
 
 IMPORTANT:
 
+* regoranize views.py and other stuff.
+
+* set up a proper issue-tracker?
+
 * CSS fixes for Internet Explorer. It looks crappy in IE.
 
 * if someone has item checked out, show due date/time on item-about page.
@@ -24,3 +28,9 @@
 * Generating barcodes in emails, printable screens? (3 of 9 enough?)
 
 * add a hook for a MARC-record-to-maybe-cover-image-URL function
+
+apt-get install libyaz3 yaz
+easy_install pexpect
+
+create course site (not add course)
+capitalizing labels...

Modified: servres/trunk/conifer/libsystems/evergreen/support.py
===================================================================
--- servres/trunk/conifer/libsystems/evergreen/support.py	2009-04-15 03:30:50 UTC (rev 333)
+++ servres/trunk/conifer/libsystems/evergreen/support.py	2009-04-16 00:06:14 UTC (rev 334)
@@ -1,7 +1,7 @@
 import warnings
 import urllib2
 from urllib import quote
-import simplejson as json
+from django.utils import simplejson as json
 from xml.etree import ElementTree
 import re
 import sys, os

Modified: servres/trunk/conifer/templates/master.xhtml
===================================================================
--- servres/trunk/conifer/templates/master.xhtml	2009-04-15 03:30:50 UTC (rev 333)
+++ servres/trunk/conifer/templates/master.xhtml	2009-04-16 00:06:14 UTC (rev 334)
@@ -50,7 +50,7 @@
       <div id="welcome" py:if="not user.is_authenticated()">
 	<strong style="padding-right: 18px;">Welcome!</strong>
 	<a class="loginbutton" href="${ROOT}/accounts/login/">Log In</a>
-	&bull; <a href="${ROOT}/prefs/}">Preferences</a>
+	&bull; <a href="${ROOT}/prefs/">Preferences</a>
       </div>
     </div>
       <xi:include py:if="user.is_authenticated()" href="tabbar.xhtml"/>



More information about the open-ils-commits mailing list