gfawcett [Thu, 14 Apr 2011 00:51:23 +0000 (00:51 +0000)]
Copy-paste items between sites.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1355
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 13 Apr 2011 23:44:31 +0000 (23:44 +0000)]
conifer/urls.py: reverting URL change; this was clobbering the Django admin screen.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1352
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Fri, 8 Apr 2011 20:51:01 +0000 (20:51 +0000)]
working towards a generic installation first with site-specific integration afterwards
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1319
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 02:06:16 +0000 (02:06 +0000)]
TODO cleanup
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1316
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 02:06:14 +0000 (02:06 +0000)]
rename a file in auth_evergreen that was conflicting with 'django' package
If you are updating an existing site which used auth_evergreen, be sure to
delete 'django.pyc' from the auth_evergreen directory, if it exists.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1315
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 01:52:58 +0000 (01:52 +0000)]
tidy up some UWindsor and Sakai stuff.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1314
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 01:52:54 +0000 (01:52 +0000)]
cleanup
for uwindsor,
CAMPUS_INFO_SERVICE = 'http://fawcett.medialab.uwindsor.ca/campus-info/'
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1313
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 01:52:50 +0000 (01:52 +0000)]
cleanup
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1312
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 01:52:47 +0000 (01:52 +0000)]
cleanup
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1311
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 01:30:48 +0000 (01:30 +0000)]
remove 'uwindsor_migration' scripts
We should never need them again; and if we do, we know where to find them.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1310
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 01:24:51 +0000 (01:24 +0000)]
remove 'zsearch', an old testing function.
With this out of the way, I can now load Syrup without any integration
module. (zsearch's dependency on PyZ3950 was, indirectly, troublesome).
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1309
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 01:24:47 +0000 (01:24 +0000)]
tweak
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1308
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 01:08:49 +0000 (01:08 +0000)]
tweak
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1307
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 01:08:46 +0000 (01:08 +0000)]
fix bug; could not save phys item if you do not have OPENSRF_STAFF_USERID defined.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1306
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 01:08:43 +0000 (01:08 +0000)]
hide 'Update Catalogue' UI if you do not have OPENSRF_STAFF_USERID defined.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1305
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 00:53:54 +0000 (00:53 +0000)]
Fixed a few bugs that occurred if you did not have OPENSRF_STAFF_USERID defined.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1304
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 00:38:02 +0000 (00:38 +0000)]
Now using classes, not modules, to implement local integrations.
This is a rather big change, structurally, that lets us define integrations
naturally in terms of other integrations. For example, UWindsor is now a
subclass of EvergreenSite; the code which is Windsor-specific isn't mingled
with the general Evergreen stuff.
There are still many Leddy/Windsor-isms (and Evergreen-isms) throughout the
codebase that need to be sorted out into new integration functions.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1303
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 00:37:58 +0000 (00:37 +0000)]
conifer/syrup/views/items.py: make opensrf import optional; whitespace cleanup; mark a few points that need moving to integration.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1302
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 00:37:55 +0000 (00:37 +0000)]
new TODOs
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1301
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 00:37:52 +0000 (00:37 +0000)]
conifer/integration/uwindsor.py: brought a few more things back from local_settings
Have faith, I have a plan here, the result will be good.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1300
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 00:37:49 +0000 (00:37 +0000)]
conifer/integration/uwindsor.py: put OPENSRF_ constants back in uwindsor.py for now
Per discussion with Art, they don't really belong in local_settings.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1299
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 00:37:46 +0000 (00:37 +0000)]
conifer/integration/uwindsor.py: converted tabs to whitespaces; reduced nesting in _item_status
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1298
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 00:37:43 +0000 (00:37 +0000)]
* conifer/integration/uwindsor.py: tweaks
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1297
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 3 Apr 2011 00:37:39 +0000 (00:37 +0000)]
conifer/integration/uwindsor.py: cat_search cleanup
This also addresses the unicode-related TypeError that C/W MARS encountered.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1296
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 27 Mar 2011 14:43:03 +0000 (14:43 +0000)]
added schema migration for changes in trunk@1271, "evergreen updates, folded in with item screen"
Be sure to "./manage.py migrate".
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1283
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Wed, 23 Mar 2011 19:13:24 +0000 (19:13 +0000)]
fm_IDL.xml update now done at startup, all items update tasks use evergreen python bindings proper
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1279
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Wed, 23 Mar 2011 03:20:57 +0000 (03:20 +0000)]
thanks to dbs, much better opensrf interaction for update
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1278
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Tue, 22 Mar 2011 01:53:53 +0000 (01:53 +0000)]
yet again with location, modifier, and call number updates
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1272
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Mon, 21 Mar 2011 01:47:41 +0000 (01:47 +0000)]
evergreen updates, folded in with item screen
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1271
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Wed, 9 Mar 2011 21:24:41 +0000 (21:24 +0000)]
quick fix for odd multiple copy scenario, workaround for empty ldap-agent file
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1260
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sat, 5 Mar 2011 18:42:33 +0000 (18:42 +0000)]
uwindsor integration: LDAP fuzzy person-lookup rewritten in Python.
This used to require an external executable called SpeedLookup, whose
functionality is now replaced by uwindsor_fuzzy_lookup.py.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1257
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Tue, 15 Feb 2011 20:21:55 +0000 (20:21 +0000)]
pull out extraneous print statement, fix attachment status text
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1233
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Tue, 15 Feb 2011 16:42:22 +0000 (16:42 +0000)]
fix bug for status
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1232
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Mon, 14 Feb 2011 03:45:05 +0000 (03:45 +0000)]
put memoize back in place for item status
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1229
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Mon, 14 Feb 2011 03:37:00 +0000 (03:37 +0000)]
ils updates for items, more testing to do but basic layer works
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1228
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Wed, 9 Feb 2011 15:30:28 +0000 (15:30 +0000)]
quick fix for due date in multiple statuses
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1226
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Wed, 9 Feb 2011 05:23:25 +0000 (05:23 +0000)]
embed status information for all copies
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1225
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Wed, 9 Feb 2011 00:29:44 +0000 (00:29 +0000)]
quick fix for status link
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1224
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Tue, 8 Feb 2011 03:58:58 +0000 (03:58 +0000)]
clarify status for multiple items
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1223
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 2 Feb 2011 02:34:03 +0000 (02:34 +0000)]
monkey-patch django_cas to scrub usernames returned from CAS server.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1220
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Tue, 1 Feb 2011 03:10:52 +0000 (03:10 +0000)]
some TODO updates.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1217
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Tue, 1 Feb 2011 03:00:18 +0000 (03:00 +0000)]
site permissions: add individual member to site (fuzzy name lookup)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1216
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Fri, 28 Jan 2011 05:13:45 +0000 (05:13 +0000)]
auth token function added
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1212
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Fri, 28 Jan 2011 03:21:29 +0000 (03:21 +0000)]
moved uwindsor configs to local_settings
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1211
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Wed, 19 Jan 2011 17:11:03 +0000 (17:11 +0000)]
better attachment handling, need to test more before production
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1205
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Wed, 19 Jan 2011 05:18:49 +0000 (05:18 +0000)]
first draft of attachments, seemingly all DVDs so far
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1204
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Tue, 18 Jan 2011 02:25:43 +0000 (02:25 +0000)]
first draft of handling multi-volume sets, sync status info in full display
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1201
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Mon, 17 Jan 2011 15:43:50 +0000 (15:43 +0000)]
more handling for bib_id, still inconsistent for z39.50 but other searching should be fine
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1200
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Sun, 16 Jan 2011 05:33:22 +0000 (05:33 +0000)]
change wording for adding materials, as per request
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1199
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Sun, 16 Jan 2011 05:17:30 +0000 (05:17 +0000)]
support for barcode searching, expose bib_id in item edit
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1198
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Fri, 14 Jan 2011 06:25:43 +0000 (06:25 +0000)]
snag bibid from url search
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1196
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Thu, 13 Jan 2011 02:36:03 +0000 (02:36 +0000)]
bugfix
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1195
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Thu, 13 Jan 2011 00:49:53 +0000 (00:49 +0000)]
added "Restricted" access level: auth'd users may browse, but only members can download ELEC documents.
At the request of the Leddy team.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1194
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Wed, 12 Jan 2011 17:46:36 +0000 (17:46 +0000)]
add info link for adding materials, change circ mod des
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1193
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Wed, 12 Jan 2011 05:01:15 +0000 (05:01 +0000)]
more IE tomfoolery
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1191
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Wed, 12 Jan 2011 04:42:25 +0000 (04:42 +0000)]
display loan duration, change div to span for IE madness
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1190
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Tue, 11 Jan 2011 04:01:23 +0000 (04:01 +0000)]
reshelving means available at reserves desk
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1189
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Tue, 11 Jan 2011 02:13:32 +0000 (02:13 +0000)]
uwindsor: imports for some missed bookbags
requires TEACHERS, a data file I'm not commiting to SVN.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1188
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Tue, 11 Jan 2011 00:56:13 +0000 (00:56 +0000)]
superuser tweaks.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1187
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Tue, 11 Jan 2011 00:47:41 +0000 (00:47 +0000)]
fix membership problems.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1186
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Tue, 11 Jan 2011 00:35:36 +0000 (00:35 +0000)]
backdoor "su" function for administrators.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1185
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Mon, 10 Jan 2011 18:01:37 +0000 (18:01 +0000)]
art's css back in place
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1184
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Mon, 10 Jan 2011 15:57:09 +0000 (15:57 +0000)]
disable 'get_better_copy_of_marc' for now, it lacks the <volume> and <link> stuff we need
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1183
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Mon, 10 Jan 2011 15:15:39 +0000 (15:15 +0000)]
quick button fix for IE
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1182
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Mon, 10 Jan 2011 04:35:24 +0000 (04:35 +0000)]
uwindsor: script to fix forgotten permissions on ERES sites.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1181
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Mon, 10 Jan 2011 04:13:30 +0000 (04:13 +0000)]
add extra instructors to site.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1180
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Mon, 10 Jan 2011 04:01:01 +0000 (04:01 +0000)]
Better "no availability info" display. Call number display tweak. UWindsor bookbag reserve import script.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1179
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Mon, 10 Jan 2011 04:00:58 +0000 (04:00 +0000)]
css tweak, hopefully doesn't undo artunit's change...
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1178
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Mon, 10 Jan 2011 00:51:43 +0000 (00:51 +0000)]
changed to suppress due date info if copy available
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1177
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Sun, 9 Jan 2011 23:04:00 +0000 (23:04 +0000)]
display earliest due date
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1176
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 9 Jan 2011 20:44:03 +0000 (20:44 +0000)]
uwindsor: tweaks to eres import
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1175
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Sun, 9 Jan 2011 19:37:11 +0000 (19:37 +0000)]
small fixes to line up availability block
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1174
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Sun, 9 Jan 2011 16:47:49 +0000 (16:47 +0000)]
hide css prob in alignment, will go away with date formatting later today
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1173
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 9 Jan 2011 01:00:03 +0000 (01:00 +0000)]
uwindsor: migration of content from ERES to Syrup actually works!
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1172
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 9 Jan 2011 00:56:13 +0000 (00:56 +0000)]
Hash-based storage for uploaded files
Two files with same content will share the same stored data.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1171
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Sun, 9 Jan 2011 00:56:07 +0000 (00:56 +0000)]
uwindsor_migration/, containing some migrational stuff. (Remove this later.)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1170
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Fri, 7 Jan 2011 20:46:01 +0000 (20:46 +0000)]
temporary uwindsor thing: add fields to Site for linking bookbags and ERes pages.
For initial migration only, then they can go away.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1169
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Fri, 7 Jan 2011 17:05:17 +0000 (17:05 +0000)]
revert due-time display slightly more this time, so it actually fixes problem
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1168
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Fri, 7 Jan 2011 17:03:27 +0000 (17:03 +0000)]
revertion due-time display slightly -- it breaks the UI
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1167
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
artunit [Fri, 7 Jan 2011 05:22:11 +0000 (05:22 +0000)]
added hook for due time info with checked out items
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1166
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Thu, 6 Jan 2011 03:04:16 +0000 (03:04 +0000)]
slightly smaller availability graphic.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1165
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Thu, 6 Jan 2011 03:00:58 +0000 (03:00 +0000)]
show call number on index and metadata pages; better item-availability presentation.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1164
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Thu, 6 Jan 2011 02:35:59 +0000 (02:35 +0000)]
for physical video items, display the video type.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1163
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Thu, 6 Jan 2011 02:35:56 +0000 (02:35 +0000)]
TODO updates
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1162
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Thu, 6 Jan 2011 02:35:52 +0000 (02:35 +0000)]
added unapi support for non-physical items (uses RIS instead of MODS)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1161
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 5 Jan 2011 21:17:36 +0000 (21:17 +0000)]
extended length of URL field to 2,048 characters.
Django's default is only 200 characters!
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1160
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 5 Jan 2011 04:06:24 +0000 (04:06 +0000)]
bug in bookbag url importer
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1157
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 5 Jan 2011 04:06:21 +0000 (04:06 +0000)]
a few more uwindsorisms
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1156
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Thu, 30 Dec 2010 16:48:25 +0000 (16:48 +0000)]
Tune item-sorting to ignore punctuation
Article titles with quotation marks in them were throwing off the sort.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1155
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Thu, 30 Dec 2010 16:37:15 +0000 (16:37 +0000)]
display tweak
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1154
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Thu, 30 Dec 2010 16:28:04 +0000 (16:28 +0000)]
Simplify the Sakai integration somewhat: no 'create/revive site' options.
Instructors can choose to link to an existing reserves list with which
they are associated. If they do so, instructors and students visiting
from Sakai will be taken directly to the linked site. If the
instructor chooses not to link a reserves list, then visitors from
Sakai will be taken to the generic "Browse" page.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1153
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 29 Dec 2010 19:45:28 +0000 (19:45 +0000)]
slightly better error on missing title/url on URL item.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1152
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 29 Dec 2010 19:34:10 +0000 (19:34 +0000)]
fix subheading-edit bug.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1151
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 29 Dec 2010 15:57:10 +0000 (15:57 +0000)]
display tweak.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1149
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 29 Dec 2010 15:54:12 +0000 (15:54 +0000)]
tweaks to RIS import
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1148
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 29 Dec 2010 15:43:00 +0000 (15:43 +0000)]
display tweaks
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1147
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 29 Dec 2010 15:42:57 +0000 (15:42 +0000)]
Fix marcxml import problems. No longer show Publisher on item-list view.
But do show the item source (journal title) if available.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1146
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 29 Dec 2010 15:42:54 +0000 (15:42 +0000)]
sort item titles case-insensitively.
I also moved the STOPWORDS definition out of the function body, to save a few
CPU cycles.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1145
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 29 Dec 2010 15:42:52 +0000 (15:42 +0000)]
use common metadata fields for editing physical items, too.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1144
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
gfawcett [Wed, 29 Dec 2010 15:42:49 +0000 (15:42 +0000)]
uwindsor integration: amended download declaration with Joan's new text.
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1143
6d9bc8c9-1ec2-4278-b937-
99fde70a366f