Koha/opac
Chris Nighswonger 9971756a24 kohabug 2159 Improving "Lists" button list refreshes after adding/changing lists/shelves
Adding code to refresh "Lists" button lists display in OPAC masthead.inc

Adding javascript to force refresh of parent window to update "Lists" button menu

Adding query limits and ability to specify row count and offset in queries related to Virtualshelves.
Also added the ability to return total record counts for specified virtualshelves.

Adding C4::VirtualShelves::GetRecentShelves which returns a list of the most recently modified shelves for
a given set of parameters. This allows the user to be offered active private and open lists to add books
to in drop down menus while also allowing drop down menus to be limited to a reasonable length.
This also limits the shelves stored in the user's session to a fixed number. A further enhancement might
be to add a syspref to enable a staff member to define the limit. Currently it is hardcoded at 10 per
list type (private/public-open).

Adding pagination to list/shelf related screens

Moving refresh shelves code into C4::VirtualShelves::RefreshShelvesSummary and tidying up a bit

Correcting several inconsistancies in the shelves templates as well as handling shelf management on
the intranet side correctly.

Correcting "Add To:" drop-down list to show only lists the patron has permission to add to

Correcting a few C4::VirtualShelves::GetShelvesSummary API calls

Modifications for template consistancy

Breaking up a 1367 char line of javascript in opac-results.tmpl

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-07-22 15:48:13 -05:00
..
errors Fix obvious error in 500.pl script. Please push up immediately. 2008-04-22 08:11:29 -05:00
rss adding file just for creating the rss directory 2007-08-02 08:50:43 +00:00
sco clean up old-style calls to GetMemberDetails 2008-06-25 11:39:22 -05:00
changelanguage.pl Bugfixes & improvements (various and minor) : 2007-05-22 09:13:54 +00:00
maintenance.pl Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 2007-10-18 16:27:04 -05:00
oai.pl OAI package handle correctly unicode content 2008-07-02 12:25:32 -05:00
opac-account.pl Changes to allow highlighting of current tab on user pages. 2008-03-19 15:46:17 -05:00
opac-addbybiblionumber.pl kohabug 2159 Improving "Lists" button list refreshes after adding/changing lists/shelves 2008-07-22 15:48:13 -05:00
opac-alert-subscribe.pl BUGFIXING mail alert on issue arrival 2008-02-29 09:05:33 -06:00
opac-authorities-home.pl default results per page for OPAC authority search now 20 2008-06-05 22:47:42 -05:00
opac-authoritiesdetail.pl kohabug 2112 - add indicators to MARC display 2008-06-12 11:17:44 -05:00
opac-basket.pl Adding more details to cart's verbose view. Adding auto-print to cart print view (Addresses Bug 2070) 2008-05-01 18:59:19 -05:00
opac-browser.pl Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 2007-10-18 16:27:04 -05:00
opac-changelanguage.pl Adding changelanguage feature to OPAC 2008-01-20 10:18:08 -06:00
opac-detail.pl Adding Public note to default Normal view in opac-detail page. 2008-06-20 18:40:44 -05:00
opac-detailprint.pl OPAC detail print: use correct API to build item list 2008-01-03 16:24:49 -06:00
opac-dictionary.pl functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
opac-export.pl HTML::Template => HTML::Template::Pro 2007-12-02 14:55:55 -06:00
opac-ics.pl clean up old-style calls to GetMemberDetails 2008-06-25 11:39:22 -05:00
opac-ISBDdetail.pl Adding subfield filter to ISBD 2008-05-05 05:45:45 -05:00
opac-logout.pl fixed session cookie name in opac-logout.pl 2008-05-29 06:32:52 -05:00
opac-main.pl Fix for bug 2116: Disable_Dictionary Syspref depreciated 2008-07-14 11:05:43 -05:00
opac-MARCdetail.pl This patch resolves a few MARC21 Framework issues for 2008-07-18 17:39:08 -05:00
opac-messaging.pl Bug 2176 (2/5): adding patron interface to update messaging preferences 2008-06-20 13:04:50 -05:00
opac-modrequest.pl Upgrading jquery and jquery tabs plugin. Removing some unused plugin files. 2008-03-01 09:49:17 -06:00
opac-mymessages.pl Bug 2176 (4/5): adding RSS feed for patron overdue alerts 2008-06-20 13:04:53 -05:00
opac-passwd.pl clean up old-style calls to GetMemberDetails 2008-06-25 11:39:22 -05:00
opac-readingrecord.pl clean up old-style calls to GetMemberDetails 2008-06-25 11:39:22 -05:00
opac-renew.pl Allow param "bornum" as in template, not just "borrowernumber". Added FIXMEs. 2008-04-08 19:49:06 -05:00
opac-reserve.pl clean up old-style calls to GetMemberDetails 2008-06-25 11:39:22 -05:00
opac-review.pl Bugfix: show (cleaned) comment back on detail page. 2008-06-10 08:22:19 -05:00
opac-search.pl kohabug 2159 Improving "Lists" button list refreshes after adding/changing lists/shelves 2008-07-22 15:48:13 -05:00
opac-sendbasket.pl Fixes bug #2231 2008-06-10 08:22:22 -05:00
opac-serial-issues.pl Reintroducing history dates for serial-issue (see previous commit for staff // feature) 2008-04-10 02:52:54 -05:00
opac-shelves.pl Fix for 2160: My Lists Tab on OPAC Profile 2008-07-08 00:18:40 -05:00
opac-shelves.pl.old Shelves consolidation to C4::VirtualShelves::Page. I can tell the consolidation 2008-01-14 16:45:21 -06:00
opac-showmarc.pl adding famfamfam iconset, improving isbn for amazon content, etc. 2008-04-07 21:20:22 -05:00
opac-showreviews.pl patches from paul 2007-08-08 07:41:19 -05:00
opac-suggestions.pl From HDL: 2008-05-30 13:56:17 -05:00
opac-tags.pl Bug 2279: TagsModeration effectiveness restored. 2008-07-22 15:45:04 -05:00
opac-tags_subject.pl opac-tags_subject.pl - touch up: this script is does not require Exporter. 2008-04-22 18:02:30 -05:00
opac-topissues.pl Adding checks for dateformat preference so that tablesorter script can be passed an extra parameter for proper sorting of metric dates (Bug 2089, dates & table ordering with jquery) 2008-05-12 10:06:32 -05:00
opac-user.pl clean up old-style calls to GetMemberDetails 2008-06-25 11:39:22 -05:00
opac-userdetails.pl clean up old-style calls to GetMemberDetails 2008-06-25 11:39:22 -05:00
opac-userupdate.pl clean up old-style calls to GetMemberDetails 2008-06-25 11:39:22 -05:00
unapi calculate OPACBaseURL instead of using syspref 2008-06-02 00:51:08 -05:00