minor fixes; todo changes
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 16 Apr 2009 00:06:14 +0000 (00:06 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Thu, 16 Apr 2009 00:06:14 +0000 (00:06 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@334 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/TODO
conifer/libsystems/evergreen/support.py
conifer/templates/master.xhtml

index 750637c..de53ec2 100644 (file)
@@ -2,6 +2,10 @@ CRITICAL:
 
 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 @@ MAYBE:
 * 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...
index 13459b8..74fe125 100644 (file)
@@ -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
index e451560..12e284f 100644 (file)
@@ -50,7 +50,7 @@ import os
       <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"/>