]> git.evergreen-ils.org Git - Syrup.git/log
Syrup.git
9 years agoClean up parts display and make counts consistent master
Art Rhyno [Mon, 14 Jul 2014 00:22:23 +0000 (20:22 -0400)]
Clean up parts display and make counts consistent

Parts are treated as distinct items, so "vol. 2" of
"The Shakespeare Papers" is given counts based on how
many copies of volume 2 have been put on reserve.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
9 years agoCombine parts for bib or per-part
Art Rhyno [Wed, 9 Jul 2014 17:02:27 +0000 (13:02 -0400)]
Combine parts for bib or per-part

There are now 2 flags in settings for merging parts
for the display. There's some funkiness in the call
number call for parts that I need to sort out, it
could be something about my test environment.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
9 years agoClean up debug code from parts copying
Art Rhyno [Mon, 7 Jul 2014 16:41:21 +0000 (12:41 -0400)]
Clean up debug code from parts copying

Comment unneeded statements and put walk function in
models back in order.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
9 years agoAdd option to combine parts or display individually
Art Rhyno [Sun, 6 Jul 2014 21:48:14 +0000 (17:48 -0400)]
Add option to combine parts or display individually

The option BIB_PART_MERGE will combine parts information
under one title. Otherwise, parts will display with their
own entry, full display will give the numbers for all
parts with the same name, 3 copies of "Vol. 2" for
example.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
9 years agoRemove Extra copy-details Function
Art Rhyno [Sun, 6 Jul 2014 19:28:00 +0000 (15:28 -0400)]
Remove Extra copy-details Function

I realized I was using two forms of the function and
only one is needed. Also zapped spurious comment.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
9 years agoAdd Part Label to Result List
Art Rhyno [Sun, 6 Jul 2014 18:39:20 +0000 (14:39 -0400)]
Add Part Label to Result List

If an item is added to a course site by barcode, show the part label
(if it exists) in the results.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
9 years agoFix Up Parts Support for Copy/Paste and Term Duplication
Art Rhyno [Sat, 5 Jul 2014 21:26:51 +0000 (17:26 -0400)]
Fix Up Parts Support for Copy/Paste and Term Duplication

There was a bug that was causing titles with multiple parts
to drop everything but the first part when using the copy/paste
mechanism and/or duplicating courses across Terms. This should
bring the other parts along as well.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoAlign copy option with changes to multipart
Art Rhyno [Tue, 15 Apr 2014 12:47:22 +0000 (08:47 -0400)]
Align copy option with changes to multipart

This puts the copy option in sync with the changes
to Item for multipart. Also fix up evergreen integration
level to render item statuses consistently for multipart.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoFix up Headings
Art Rhyno [Tue, 15 Apr 2014 00:23:53 +0000 (20:23 -0400)]
Fix up Headings

Headings are part of the item object and need some special
handling with the recent changes for multipart. This puts
them back in sync.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoAdd status link for all copies for multipart titles
Art Rhyno [Mon, 14 Apr 2014 23:12:51 +0000 (19:12 -0400)]
Add status link for all copies for multipart titles

A status link for multiparts makes the layout more consistent. Also
moved the "revert parms" content to its own div so that it doesn't
disappear if a title does not have an author.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoSmall clean up - spacing and some comments
Art Rhyno [Mon, 14 Apr 2014 22:13:40 +0000 (18:13 -0400)]
Small clean up - spacing and some comments

Slowly clearing out tabs in the templates. Also added a comment
about the memoize decorator.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoQuick fix for single item links
Art Rhyno [Mon, 14 Apr 2014 00:47:36 +0000 (20:47 -0400)]
Quick fix for single item links

There was a scenario where a single item was getting
a bad link. This should fix that problem.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoLink to earliest available copy
Art Rhyno [Mon, 14 Apr 2014 00:07:15 +0000 (20:07 -0400)]
Link to earliest available copy

Making syrup more multipart aware opened the door to
linking from the summary page to the full display
of a random copy. The summary page is set to always
show when the next available copy is due and it can
be jarring to see a different due time on the full
display. This should hopefully take care of that
scenario.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoGroup parts and copies but allow editors to have item access
Art Rhyno [Sun, 13 Apr 2014 11:57:51 +0000 (07:57 -0400)]
Group parts and copies but allow editors to have item access

It has been necessary to suppress items so that copies of parts
don't appear that are not on reserve. These changes only display
status information for items identified in syrup, grouping them
for anonymous and member access, but allowing individual editing
for anyone with permissions to change the course site.

Also, one teeny-tiny change to remove the word "Faculty" from the
"How to place materials on reserve" link,

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoClean up links
Art Rhyno [Thu, 10 Apr 2014 16:18:11 +0000 (12:18 -0400)]
Clean up links

The domain for Project Conifer has expired and this points
to the main git site instead. Also updated year to be
current.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoAdd Term Changeover option
Art Rhyno [Thu, 10 Apr 2014 15:49:34 +0000 (11:49 -0400)]
Add Term Changeover option

Moving courses to a new Term has previously been a process of going
though each course site. This option allows groups of course sites
to be copied over to a new Term all at once.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoClean up debug info
Art Rhyno [Wed, 9 Apr 2014 00:28:27 +0000 (20:28 -0400)]
Clean up debug info

This wouldn't harm anything but the print statements
are not needed. Also, adding missing my_test.xhtml
file though it is just a placeholder for now.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoAdd Parts Support
Art Rhyno [Wed, 9 Apr 2014 00:03:59 +0000 (20:03 -0400)]
Add Parts Support

Syrup was developed before the parts mechanism in evergreen was
available. I have left the munging option in place which tries to
deal with call numbers that have parts information embedded in the
call number string. Hopefully, such practices will not be common
anymore since parts is wayyyy more elegant.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
10 years agoFix e-resources bug and add note about academic terms to README
Art Rhyno [Fri, 19 Apr 2013 19:34:19 +0000 (15:34 -0400)]
Fix e-resources bug and add note about academic terms to README

Thanks to shadowspar for fixing bug that adds electronic resources from the catalog
as physical items (PHYS) instead of URLs and cleaning up URLs that have additional
paramters after the bib id. Academic terms are hardcoded in the integration class
and a long overdue note has been added to README. The next step is to add an actual
admin interface for this.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
11 years agoAdd note to local_settings example
Art Rhyno [Sun, 7 Apr 2013 23:47:57 +0000 (19:47 -0400)]
Add note to local_settings example

EVERGREEN_SEARCH_DEPTH needs to be set to 1 to return IDs, this
is the default but the consequences of not doing so needs to be
clearer.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
11 years agoFix bug in Z39.50 searching
Art Rhyno [Fri, 11 Jan 2013 00:57:38 +0000 (19:57 -0500)]
Fix bug in Z39.50 searching

If a site had not defined EVERGREEN_OPAC_URL in settings,
the Z39.50 search was tripping on it. Thanks to shadowspar
for catching it. Also updated the date for the new year.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
11 years agoChange evergreen displays to use Tpac
Art Rhyno [Thu, 10 Jan 2013 18:56:51 +0000 (13:56 -0500)]
Change evergreen displays to use Tpac

The pattern for jspac was used before but it makes much more sense to use
the tpac interface. Thanks to shadowspar for flagging this for me.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
11 years agoModify unapi layer for apache
Art Rhyno [Wed, 12 Sep 2012 23:34:34 +0000 (19:34 -0400)]
Modify unapi layer for apache

This does not happen in all environments, but apache seems to get hung on
the initialization work for unapi. For now, this has been moved into the
unapi call proper.

11 years agofix few small bugs, add info for Django 1.4+ implementations
Art Rhyno [Sun, 15 Jul 2012 22:34:01 +0000 (18:34 -0400)]
fix few small bugs, add info for Django 1.4+ implementations

11 years agofix volume bug in integration
Art Rhyno [Tue, 10 Jul 2012 18:36:21 +0000 (14:36 -0400)]
fix volume bug in integration

11 years agosmall fix for my small fix, take 2, scene: art figures out call number displays
Art Rhyno [Fri, 6 Jul 2012 15:14:02 +0000 (11:14 -0400)]
small fix for my small fix, take 2, scene: art figures out call number displays

11 years agosmall fix for call number display
Art Rhyno [Fri, 6 Jul 2012 00:23:47 +0000 (20:23 -0400)]
small fix for call number display

11 years agouse empty field fix for picking records
Art Rhyno [Sat, 23 Jun 2012 11:38:59 +0000 (07:38 -0400)]
use empty field fix for picking records

11 years agofix for xmlmarc records with empty fields
Art Rhyno [Sat, 16 Jun 2012 23:51:12 +0000 (19:51 -0400)]
fix for xmlmarc records with empty fields

11 years agoupdate information for django 1.4+
Art Rhyno [Tue, 29 May 2012 01:21:32 +0000 (21:21 -0400)]
update information for django 1.4+

11 years agoslight changes for windows support
Art Rhyno [Mon, 28 May 2012 01:01:26 +0000 (21:01 -0400)]
slight changes for windows support

12 years agoMake xmlmarc import more fault tolerant
Art Rhyno [Tue, 7 Feb 2012 05:22:35 +0000 (00:22 -0500)]
Make xmlmarc import more fault tolerant

12 years agoExpose course notes editing
Art Rhyno [Tue, 7 Feb 2012 04:59:00 +0000 (23:59 -0500)]
Expose course notes editing

12 years agohandle multiple reserves locations
Art Rhyno [Tue, 7 Feb 2012 03:15:43 +0000 (22:15 -0500)]
handle multiple reserves locations

12 years agoUpdate evergreen support for 2.1
Art Rhyno [Thu, 5 Jan 2012 00:39:42 +0000 (19:39 -0500)]
Update evergreen support for 2.1

The prefix/suffix support for call numbers impacts the call for status
information in the display screen. This change will cause the
copyids to be returned so that the status of a physical item
can be displayed.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoAdded option for evergreen searching depth.
Art Rhyno [Wed, 27 Jul 2011 12:47:07 +0000 (08:47 -0400)]
Added option for evergreen searching depth.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoSlight modification for where status options are invoked.
Art Rhyno [Wed, 27 Jul 2011 12:40:22 +0000 (08:40 -0400)]
Slight modification for where status options are invoked.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoAdded additional scoping options for status displays.
Art Rhyno [Wed, 27 Jul 2011 12:27:05 +0000 (08:27 -0400)]
Added additional scoping options for status displays.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoFix up support for adding physical materials using a URL.
Art Rhyno [Tue, 26 Jul 2011 11:28:21 +0000 (07:28 -0400)]
Fix up support for adding physical materials using a URL.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoForce call number prefix and suffix to default integer when not defined.
Art Rhyno [Mon, 25 Jul 2011 22:05:08 +0000 (18:05 -0400)]
Force call number prefix and suffix to default integer when not defined.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoDocumentation updates.
Art Rhyno [Sun, 10 Jul 2011 06:19:59 +0000 (02:19 -0400)]
Documentation updates.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoAck! Fix really silly mistake and take a break!!
Art Rhyno [Sun, 10 Jul 2011 00:31:34 +0000 (20:31 -0400)]
Ack! Fix really silly mistake and take a break!!

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoClean up item update logic.
Art Rhyno [Sun, 10 Jul 2011 00:01:50 +0000 (20:01 -0400)]
Clean up item update logic.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoMore handling for call no prefix/suffix parms.
Art Rhyno [Sat, 9 Jul 2011 23:20:43 +0000 (19:20 -0400)]
More handling for call no prefix/suffix parms.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoFix odd inconsistency between platforms for template
Art Rhyno [Sat, 9 Jul 2011 21:30:07 +0000 (17:30 -0400)]
Fix odd inconsistency between platforms for template
handling.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoRemoving int conversion for values, is not needed elsewhere.
Art Rhyno [Sat, 9 Jul 2011 21:14:05 +0000 (17:14 -0400)]
Removing int conversion for values, is not needed elsewhere.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoAdd back clean migration.
Art Rhyno [Sat, 9 Jul 2011 20:46:33 +0000 (16:46 -0400)]
Add back clean migration.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoRemove migrations for now, map prefix and suffix directly.
Art Rhyno [Sat, 9 Jul 2011 20:30:12 +0000 (16:30 -0400)]
Remove migrations for now, map prefix and suffix directly.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoSupport for prefix and suffix additions to call numbers.
Art Rhyno [Sat, 9 Jul 2011 03:15:47 +0000 (23:15 -0400)]
Support for prefix and suffix additions to call numbers.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoStart of documentation in asciidoc.
Art Rhyno [Fri, 8 Jul 2011 03:03:57 +0000 (23:03 -0400)]
Start of documentation in asciidoc.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoBumped up the circ modifier size for MARS. Cleaned up
Art Rhyno [Thu, 7 Jul 2011 02:07:55 +0000 (22:07 -0400)]
Bumped up the circ modifier size for MARS. Cleaned up
opensrf calls a bit.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoFixing up situation where name values are null
Art Rhyno [Wed, 6 Jul 2011 01:50:23 +0000 (21:50 -0400)]
Fixing up situation where name values are null
instead of blanks.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoPoint to more generic example for evergreen site integration.
Art Rhyno [Mon, 4 Jul 2011 00:33:42 +0000 (20:33 -0400)]
Point to more generic example for evergreen site integration.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoWorkaround for version changes - need to go back and clean this
Art Rhyno [Sun, 26 Jun 2011 04:16:52 +0000 (00:16 -0400)]
Workaround for version changes - need to go back and clean this
up better but this will keep integration in sync for now.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoTwo modifications that came up in test system for MassLNC.
Art Rhyno [Sat, 25 Jun 2011 07:01:38 +0000 (03:01 -0400)]
Two modifications that came up in test system for MassLNC.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoFix up evergreen authentication for members of a course.
Art Rhyno [Fri, 24 Jun 2011 23:47:26 +0000 (19:47 -0400)]
Fix up evergreen authentication for members of a course.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoStart of MassLNC status display modifications.
Art Rhyno [Fri, 24 Jun 2011 04:28:45 +0000 (00:28 -0400)]
Start of MassLNC status display modifications.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoSupport for suppressing items, needed for multiple copies
Art Rhyno [Fri, 24 Jun 2011 04:06:28 +0000 (00:06 -0400)]
Support for suppressing items, needed for multiple copies
when reverting circ parameters.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoNeed ability to suppress an item in display, adding
Art Rhyno [Fri, 24 Jun 2011 01:03:43 +0000 (21:03 -0400)]
Need ability to suppress an item in display, adding
a flag.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoRemove unnecessary constant
Art Rhyno [Fri, 24 Jun 2011 00:52:34 +0000 (20:52 -0400)]
Remove unnecessary constant

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoOpenSRF lookup integrated, added slightly different
Art Rhyno [Thu, 23 Jun 2011 19:45:17 +0000 (15:45 -0400)]
OpenSRF lookup integrated, added slightly different
scoping than LDAP.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoOpenSRF layer in place for fuzzy lookup option, will now
Art Rhyno [Thu, 23 Jun 2011 15:47:04 +0000 (11:47 -0400)]
OpenSRF layer in place for fuzzy lookup option, will now
add checkbox to form and hook in integration class.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoAdded the start of a fuzzy lookup for opensrf,
Art Rhyno [Thu, 23 Jun 2011 04:50:26 +0000 (00:50 -0400)]
Added the start of a fuzzy lookup for opensrf,
need to bring forward groups for filtering but
otherwise looks good.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoFixed up some spacing issues in opensrf, this positions
Art Rhyno [Wed, 22 Jun 2011 18:29:22 +0000 (14:29 -0400)]
Fixed up some spacing issues in opensrf, this positions
things for fuzzy lookup support in evergreen.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoInitial support for batching updates to revert course
Art Rhyno [Wed, 22 Jun 2011 03:58:49 +0000 (23:58 -0400)]
Initial support for batching updates to revert course
materials for a course site.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoExplicit support for browsing by instructor and course in addition to department.
Art Rhyno [Wed, 22 Jun 2011 02:39:34 +0000 (22:39 -0400)]
Explicit support for browsing by instructor and course in addition to department.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoRevamped the options for making changes in the catalogue. Syrup
Art Rhyno [Wed, 22 Jun 2011 01:27:24 +0000 (21:27 -0400)]
Revamped the options for making changes in the catalogue. Syrup
will always defer to the catalogue for call number and status information
but will keep a copy of the call number, location, and circ modifier
when an item is added to the course. This means the information can
be reverted at the end of a term.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoMoving more site-specific settings into local_settings.
Art Rhyno [Wed, 22 Jun 2011 00:13:28 +0000 (20:13 -0400)]
Moving more site-specific settings into local_settings.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoMoved evergreen-specific item values to integration class. This
Art Rhyno [Tue, 21 Jun 2011 22:18:17 +0000 (18:18 -0400)]
Moved evergreen-specific item values to integration class. This
is much cleaner.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agofix up site and course notes migration files
Art Rhyno [Mon, 20 Jun 2011 23:19:22 +0000 (19:19 -0400)]
fix up site and course notes migration files

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoMore in README about integration setup.
Art Rhyno [Mon, 20 Jun 2011 19:05:52 +0000 (15:05 -0400)]
More in README about integration setup.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoClarifying babel in README
Art Rhyno [Mon, 20 Jun 2011 18:40:55 +0000 (14:40 -0400)]
Clarifying babel in README

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
12 years agoadd support for notes that are course-specific
artunit [Thu, 5 May 2011 19:30:38 +0000 (19:30 +0000)]
add support for notes that are course-specific

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1439 6d9bc8c9-1ec2-4278-b937-99fde70a366f

12 years agoadded warning to README
artunit [Thu, 5 May 2011 18:47:34 +0000 (18:47 +0000)]
added warning to README

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1438 6d9bc8c9-1ec2-4278-b937-99fde70a366f

12 years agoadded some critical values in settings example for evergreen authentication
artunit [Thu, 5 May 2011 18:42:09 +0000 (18:42 +0000)]
added some critical values in settings example for evergreen authentication

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1437 6d9bc8c9-1ec2-4278-b937-99fde70a366f

12 years agoshow opensrf config in settings example
artunit [Wed, 4 May 2011 01:15:56 +0000 (01:15 +0000)]
show opensrf config in settings example

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1436 6d9bc8c9-1ec2-4278-b937-99fde70a366f

12 years agomodel field added for course notes, no template entries yet
artunit [Wed, 27 Apr 2011 20:23:13 +0000 (20:23 +0000)]
model field added for course notes, no template entries yet

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1426 6d9bc8c9-1ec2-4278-b937-99fde70a366f

12 years agoadded notes field for item
artunit [Wed, 27 Apr 2011 19:59:04 +0000 (19:59 +0000)]
added notes field for item

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1425 6d9bc8c9-1ec2-4278-b937-99fde70a366f

12 years agoconifer/integration/uwindsor.py: handle case where user's department is unknown.
gfawcett [Wed, 27 Apr 2011 13:41:08 +0000 (13:41 +0000)]
conifer/integration/uwindsor.py: handle case where user's department is unknown.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1424 6d9bc8c9-1ec2-4278-b937-99fde70a366f

12 years agohandle placehold for CAMPUS_INFO call
artunit [Fri, 22 Apr 2011 20:17:58 +0000 (20:17 +0000)]
handle placehold for CAMPUS_INFO call

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1419 6d9bc8c9-1ec2-4278-b937-99fde70a366f

12 years agoadd entry for CAMPUS_INFO in local_settings example
artunit [Fri, 22 Apr 2011 17:49:57 +0000 (17:49 +0000)]
add entry for CAMPUS_INFO in local_settings example

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1415 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agoconifer/static/edit_site.js: when creating a site, allow students to be listed as...
gfawcett [Wed, 20 Apr 2011 03:19:39 +0000 (03:19 +0000)]
conifer/static/edit_site.js: when creating a site, allow students to be listed as the site owners.

This alleviates an issue that the Leddy staff encountered; sometimes
sessionals are primarily students, and they were not appearing in the
non-student fuzzy-lookup list.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1408 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agoconifer/templates/edit_site.xhtml: bugfix, don't show "all items will be copied"...
gfawcett [Wed, 20 Apr 2011 03:02:38 +0000 (03:02 +0000)]
conifer/templates/edit_site.xhtml: bugfix, don't show "all items will be copied" unless this is a site-duplication.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1407 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agoadd an "All Courses" option to the timeframe menu, for those who don't like it/get it.
gfawcett [Wed, 20 Apr 2011 02:58:47 +0000 (02:58 +0000)]
add an "All Courses" option to the timeframe menu, for those who don't like it/get it.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1406 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years ago"Duplicate Site" function. Tweaked site admin menu, pushed it further down into the...
gfawcett [Wed, 20 Apr 2011 02:43:39 +0000 (02:43 +0000)]
"Duplicate Site" function. Tweaked site admin menu, pushed it further down into the footer panel.

Duplicate Site will create a new site, based on the information and contents of the current site.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1405 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agosite add/edit: when setting the start term, if end term is blank, set it to the same...
gfawcett [Wed, 20 Apr 2011 02:43:36 +0000 (02:43 +0000)]
site add/edit: when setting the start term, if end term is blank, set it to the same value.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1404 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agoEvergreen authentication working again; overhauled local_settings, moved EG-specific...
gfawcett [Sun, 17 Apr 2011 21:29:27 +0000 (21:29 +0000)]
Evergreen authentication working again; overhauled local_settings, moved EG-specific stuff into EG module.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1376 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agoremove the 'Available to students' copyright option. [migration]
gfawcett [Sat, 16 Apr 2011 20:46:15 +0000 (20:46 +0000)]
remove the 'Available to students' copyright option. [migration]

This was at Joan Dalton's request. The 'AV' option introduced a gray-area with
respect to copyright status.

Remember to './manage.py migrate' your database.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1375 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agomore djadmin tweaks
gfawcett [Sat, 16 Apr 2011 19:02:05 +0000 (19:02 +0000)]
more djadmin tweaks

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1374 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agodefault-ordering tweaks. Mostly for making Django Admin more useable.
gfawcett [Sat, 16 Apr 2011 19:02:02 +0000 (19:02 +0000)]
default-ordering tweaks. Mostly for making Django Admin more useable.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1373 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agoconifer/integration/uwindsor.py: bugfix
gfawcett [Sat, 16 Apr 2011 19:02:00 +0000 (19:02 +0000)]
conifer/integration/uwindsor.py: bugfix

forgot a 'self'.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1372 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agosearch by course-code, and by exact barcode.
gfawcett [Sat, 16 Apr 2011 18:05:28 +0000 (18:05 +0000)]
search by course-code, and by exact barcode.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1371 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agoBrowse and My Reserves now sport a "timeframe" widget
gfawcett [Thu, 14 Apr 2011 02:20:00 +0000 (02:20 +0000)]
Browse and My Reserves now sport a "timeframe" widget

You can use it to specify whether you want to look at current courses, past
ones, or future ones. For past and future, there are options to show just
nearby past/future courses, or all past/future courses.

The setting is sticky to your login session.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1357 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agoconifer/syrup/views/sites.py: don't freak when undoing paste, if something you want...
gfawcett [Thu, 14 Apr 2011 00:51:26 +0000 (00:51 +0000)]
conifer/syrup/views/sites.py: don't freak when undoing paste, if something you want to delete is already gone.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1356 6d9bc8c9-1ec2-4278-b937-99fde70a366f

13 years agoCopy-paste items between sites.
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

13 years agoconifer/urls.py: reverting URL change; this was clobbering the Django admin screen.
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

13 years agoworking towards a generic installation first with site-specific integration afterwards
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

13 years agoTODO cleanup
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

13 years agorename a file in auth_evergreen that was conflicting with 'django' package
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

13 years agotidy up some UWindsor and Sakai stuff.
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