[koha-commits] main Koha release repository branch, new/ptfs_bug3471, created. v3.02.00-alpha2-237-geecf4e7

Git repo owner gitmaster at git.koha-community.org
Sat Jun 12 12:28:19 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/ptfs_bug3471 has been created
        at  eecf4e7c073d111db11ab37b5aada1d0315b51d3 (commit)

- Log -----------------------------------------------------------------
commit eecf4e7c073d111db11ab37b5aada1d0315b51d3
Author: PTFS <koha-dev at ptfs.com>
Date:   Thu May 7 19:17:08 2009 -0400

    1-6 Borrower History - Added stats for creating and canceling reserves

commit 90e8b33522ae8ba1dd8d000da254a3df6177f640
Author: J. David Bavousett <dbavousett at ptfs.com>
Date:   Fri Apr 2 09:26:08 2010 -0400

    Bug 4201 Cleanup script
    
    Ian Walls' cleanup script for hold priorities

commit 892c1f6f944f25cddde3af557474b1aa948379d7
Author: Arcadia Koha <arcadia at koha.arcadia.edu>
Date:   Wed Mar 31 13:34:23 2010 -0400

    Bug 4329 OPAC search by shelving location option
    
    Adds a search (under More Options in OPAC advanced search) to allow users to select one or more shelving locations as search limits.  Also added section to opac.css to format shelving location search table like itemtype search table.  Shelving location option is under Expanded Options.  If a site doesn't use shelving locations, it can be hidden with a jquery statement in opacuserjs syspref as follows:
    
       $(document).ready(function(){
       $("#advsearch #advsearch-shelvingloc").remove();
       });

commit 6b38ceddf50cfb4590e9cb3af81b12046d77f182
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Sun Nov 15 20:13:48 2009 +0000

    Checkin Notices need to get date_due from old_issues

commit 1793bf707fd421edd51d4969fdd013431851bcce
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Nov 10 01:23:48 2009 +0000

    Add full set of item fields : ensure dates are formatted
    
    Could specify some fields for item that were not being substituted
    ensure contents is set and that dates are formatted

commit c8f0b9d7d3a02292cf87e9383d8c0816ef37a841
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Oct 28 17:19:08 2009 +0000

    Need to format dates in advance_notices

commit de18b8d2e6f30830a4984c0b745db3c2c84ae829
Author: J. David Bavousett <dbavousett at ptfs.com>
Date:   Wed Mar 31 09:57:57 2010 -0400

    tidy up digest notices

commit d7abbc6bd9c9fc9ed6c2a8bf1b1a3b3992343821
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Fri Oct 23 13:51:43 2009 +0100

    Need to be tolerant of the format of the itemscontent parameter
    
    specifically strip whitespace when separating out filenames

commit 170323fe37d2726bb8a6876e504b21e93f83260a
Author: J. David Bavousett <dbavousett at ptfs.com>
Date:   Thu Mar 25 09:59:38 2010 -0400

    Removed extraneous "my" entries causing un-needed warning.

commit 527ab6088b4295d9473c7844b9a45a3100bfdea5
Author: J. David Bavousett <dbavousett at ptfs.com>
Date:   Wed Mar 24 11:53:30 2010 -0400

    Bug 4340 - patron name search does not handle punctuated names
    
    This patch will enable C4::Members::SearchMember to handle searching for punctuated
    names (e.g. the "Jones" in "Smith-Jones" or the "Angelo" in "D'Angelo")
    
    It is possible to add a bunch of LIKE clauses, but that adds to the search time in
    a rather dramatic way.  REGEXP, by itself, is also a performance killer, but I found
    a suggestion of using a more-general LIKE ANDed with the specific REGEXP, and this
    gives excellent performance over other approaches.

commit 90d8c8c67bd5a0427cbb29a1bbdbe03f4da530d3
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Thu Feb 25 21:54:28 2010 +0100

    Bug 4265: Fix padding of short callnumbers and Bib-1 attribute for sorting
    
    1. The current C4::ClassSortRoutine::Dewey turns "306 Les" into "306_Les" for items.cn_sort and MARC-field 952$6, which results in "306.46 Les" being sorted before "306 Les" in the OPAC. With this patch, "306 Les" is turned into "306_000000000000000_Les".
    
    2. Currently, call_number_asc and call_number_desc are set up to sort by 1=20, but this is mapped to Local-classification in ccl.properties, which is mapped to 952$o in record.abs.
    
    This patch changes these sorts to use 1=8007, which is mapped to cn-sort and 952$6.

commit 635ef6a6d02f8320795383a7b026d0bc60c0aaf7
Author: J. David Bavousett <dbavousett at ptfs.com>
Date:   Tue Mar 23 11:36:03 2010 -0400

    Fixed a typo caused by merging issue.

commit 845235c0b190867bd41acbdbb77c7bb9999eafa4
Author: Arcadia Koha <arcadia at koha.arcadia.edu>
Date:   Mon Mar 22 13:40:46 2010 -0400

    Bug 4329 OPAC search by shelving location option
    
    Adds a search (under More Options in OPAC advanced search) to allow
    users to select one or more shelving locations as search limits.

commit 263bb9335fee90ffd6e6ebd12b90e21d47cecec9
Author: J. David Bavousett <dbavousett at ptfs.com>
Date:   Tue Mar 23 09:43:41 2010 -0400

    Bug 3790 Fix OPAC branch sort on record details, minor XSLT fix
    
    Modifies opac-detail.tmpl to swap the item type and location columns; the
    system sorts the display based on the first column in line, so moving the
    location to first makes it sort on library/branch name.

commit c156d3c3ae3cdeb5b871c84cbc1e658f8f9ec21d
Author: Jane Wagner <jwagner at ptfs.com>
Date:   Fri Sep 25 08:05:52 2009 -0400

    Bug 3665 Changes to staff advanced search
    
    This is to make the same changes as in Bug 3663 (OPAC advanced search) to the
    staff advanced search.
    
    First change is to copy the Search button from the bottom of the screen to up
    under the Keyword etc. search boxes, so someone doesn't have to scroll down for
    it.  Either button will work.
    
    Second change is to reorder the entries in the search box pulldowns.  I've
    rearranged the list so that Keyword, Title, Subject, Author are first in the
    list, as I did in the OPAC advanced search.  I moved Barcode and Standard
    Number to next in the list to make them more visible to staff, and modified the
    description of Standard Number to Standard (biblio) Number because it's not
    clear that it means the biblio number.  The rest of the existing search options
    follow.

commit 026cf5e0a20562a9764011c991c0b2f1fee9e7fc
Author: Jane Wagner <jwagner at ptfs.com>
Date:   Mon Mar 22 10:19:14 2010 -0400

    Enhanced Messaging Preferences must be on for the system to be able to send hold email notices.  However, if
    it's on, then the My Messaging tab automatically shows in the OPAC.  I've added a syspref opacmsgtab.  If it
    is turned off, then the My Messaging tab will not show in the OPAC user account.

commit e65b2419e10fa657bc515cb01d46bf6c00538f3e
Author: Jane Wagner <jwagner at ptfs.com>
Date:   Tue Oct 6 13:40:32 2009 -0400

    Bug 3693 display options for buttons when holds are triggered
    
    Allows sites to turn off any of the buttons that normally show when a hold is triggered at item checkin (Confirm, Print Slip and Confirm, and Ignore).

commit b862c1e89d0a85c706581d2a0eb9f3d784fad947
Author: Jane Wagner <jwagner at ptfs.com>
Date:   Fri Nov 20 13:38:27 2009 -0500

    Bug 3799 Allow OPAC to use separate advanced search type settings than staff
    
    Creates a separate syspref OPACAdvancedSearchTypes so that staff and OPAC advanced search can use different settings for item type or collection code limits.

commit 034f10decdc4f743410e90ad46a8107432e7b25c
Author: Jane Wagner <jwagner at ptfs.com>
Date:   Wed Oct 14 11:42:44 2009 -0400

    Bug 3711 removes leading/trailing spaces from search term
    
    Sending a search with a leading space triggers a jquery error; this
    strips out leading (and trailing, just in case) spaces.

commit 940b5a9a4ff161384c593ec0c9532e3206048d5d
Author: Jane Wagner <jwagner at ptfs.com>
Date:   Tue Nov 17 07:59:34 2009 -0500

    Bug 3789 Set off shelving location in staff and OPAC title display
    
    Koha puts the shelving location immediately after the library name in the
    "Location" column of the title display.  If the library name and/or shelving
    location is wordy, the two can run together and a user can overlook the
    shelving location.  I've added a new span class to the staff and OPAC .css
    files and applied it to shelving location in both templates.  This puts the
    shelving location on a separate line and in italics, to make it stand out from
    the library name.

commit 89ca3e6e06d6263b6571fb4b73c27ba4b97e7b01
Author: Jane Wagner <jwagner at ptfs.com>
Date:   Fri Feb 19 09:20:28 2010 -0500

    Extends Bug 3514 syspref to control whether the Return column is active in Patron Details checkout list to Patron Checkout tab
    
    Uses syspref PatronDisplayReturn to turn on/off the Returns column in both
    patron Details tab and Checkout tab -- if display is turned off, items can't
    be returned through either tab.  Staff are forced to use Circulation, Checkin

commit bf9f27a7db9519493d073630172b1f6e3e83198a
Author: J. David Bavousett <dbavousett at ptfs.com>
Date:   Fri Feb 19 07:46:26 2010 -0500

    Bug 3514 syspref to control whether the Return column is active in Patron Details checkout list
    
    Returning items through patron details tab checkout list does not seem to activate the same
    functionality that doing a return through Circulation, Checkin would.  In particular, it
    doesn't trigger holds.  This patch is a workaround to the problem -- it allows the library
    to turn off display of the Returns column by setting a new syspref, PatronDisplayReturn, to
    off.  This will force staff to use Circulation, Checkin to return items.
    
    A longterm fix to the whole problem is still needed.
    
    Mandatory SQL:
    
    INSERT INTO systempreferences (variable,value,options,explanation,type)VALUES('PatronDisplayReturn', '1', '', 'If ON, allows items to be returned in the patron details display checkout list.', 'YesNo');

commit 0abf9f320b0330cffceb77124b1c466e72ee56cd
Author: David Birmingham <dbirmingham at ptfs.com>
Date:   Fri Sep 4 18:47:17 2009 -0400

    Major revision to 'On hold' item status display.
    
    The logic with regards to how reserved items are displayed was changed.
    Before unattached items were loosely attached to result in a display of
    'On hold'.  This was changed to display only 'On hold' for attached items.
    
    A disclaimer for the total number of holds has also been added to the detail
    pages.

commit 379311ebc0ffdedbdaedc5e470a32106ed92a452
Author: David Birmingham <dbirmingham at ptfs.com>
Date:   Fri Jun 5 18:45:03 2009 -0400

    "On hold" status improvements.
    
        * immediately changes an item status to "On hold" when a hold
          is placed on it.  Prior to this, the "On hold" status would only show up
          when a check-in occurred to a held item.
    
        * Allowed hold from search list even if item is already on hold.
    
        * When a hold is placed on a multiple item bib, the previous code would indicate
          that all items of that bib were on hold.  This was the case when a next
          available hold was placed because a specific item was not tied to that hold.
          This code tricks the display into temporarily associating only the current
          number of holds versus the number of total items.
    
        * Do not allow a hold to display on a lost item when non specific item hold is
          placed.  This accounts for cases when an item is lost and a "next available" hold
          is placed.  Previously it would try to place a hold on a lost item.  This
          patch should hopefully fix that.
    
        * Changed the status message in staff detail screen when an item is reserved but
          not yet waiting to be picked up.
    
        * Added on-hold status to hitlist display for grouped results.
    
        * Ported this feature to XSLT results

commit fb47f90c7fd508edbfe74d57e7b9c5a2abafa7ef
Author: Jane Wagner <jwagner at ptfs.com>
Date:   Thu Oct 22 14:04:57 2009 -0400

    Bug-3719-create-syspref-to-rename-OPAC-Cart-feature
    
    Allows libraries to set a syspref to rename the OPAC Cart feature from Cart
    to something else, like Bookbag or Personal Shelf.  The syspref defaults to
    Cart, and if no text is entered, the code should also default to Cart.

commit a0177d1e9f7be39753219f05b6fc543757d1ac89
Author: David Birmingham <dbirmingham at ptfs.com>
Date:   Tue Jun 23 13:14:43 2009 -0400

    Improvements to Holds to Pull report
    
    	* Only lists barcode for item-specific holds
    
    	* Adds author, collection code, and barcode columns to report

commit ee675df73d0a716eba1a8b5c14742f802c02e7c3
Author: J. David Bavousett <dbavousett at ptfs.com>
Date:   Thu Feb 11 13:21:36 2010 -0500

    Tidied up small table layout problem

commit 6f48610f9ab0f39d956c6d298497ed12212f70cc
Author: David Birmingham <dbirmingham at ptfs.com>
Date:   Fri Jun 12 18:48:23 2009 -0400

    Enhancements to expired/cancelled holds reporting
    
    This patch amends the expired holds report to handle the new expiration-date
    feature, and creates a separate report for cancelled holds.  The report is
    also now filterable on branch.
    
    One SQL change is necessary with this patch:
    
    ALTER TABLE old_reserves DROP FOREIGN KEY `old_reserves_ibfk_3`;
    
    This needs to be done because when someone cancels a hold on a "next
    vailable" item, an item number would not be assigned (itemnumber=NULL).
    The foreign key constraint would then balk at this because there's not a
    NULL itemnumber in the items table.

commit a83d3f94713c7fa32adf8681ec67dbe0984560f3
Author: David Birmingham <dbirmingham at ptfs.com>
Date:   Wed Jul 1 18:37:43 2009 -0400

    Improvements to hold-expiration process
    
    This patch adds a expirationdate column to reserves and old_reserves,
    to set more-firm rather than calculated-on-the-fly expirations, and creates
    a cronjob to move expired holds out of the queue, and to the old_reserves
    table.  The expiration date is manually enterable in several places, and
    displays are updated to show the date. Several places that were using
    on-the-fly calculations of the date were revised to use the table value,
    and the calculation of table values was set to take advantage of the
    library calendar, so that holds will not expire on a closed day.
    
    Be sure to execute the following SQL for an upgrade to this patch:
    
      ALTER TABLE reserves ADD expirationdate date;
      ALTER TABLE old_reserves ADD expirationdate date;

commit 58b9bd7594b0b1ba4a1d743505a68316c67ae7db
Author: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
Date:   Mon Oct 26 17:31:27 2009 +0100

    Followup bfffa5 TransformHTMLToXML bug fix
    
    _default_ind_to_space had problems

commit b17fda15adeb747b68093e614c7bdb5c3ac19fca
Author: Jane Wagner <jwagner at ptfs.com>
Date:   Wed Feb 17 14:40:11 2010 -0500

    Bug 4210 Acquisitions suggestion templates have library name field, but data is not passed
    
    The various acquisitions suggestion templates in kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion have a line like:
    
    Dear <!-- TMPL_VAR NAME="LibraryName" --> user,
    
    but the LibraryName variable is not passed to the suggestions script.  This patch modifies C4/Suggestions.pm to add it into the list being passed to the templates.

commit 8b940577950225bfd76dc28ae1cf579ba09b7997
Author: J. David Bavousett <dbavousett at ptfs.com>
Date:   Tue Jun 23 07:56:50 2009 -0400

    Changed variable names to remove duplicate "my"

commit b4e22346773f0163cd5dc4b5634a2c6b27df73da
Author: J. David Bavousett <dbavousett at ptfs.com>
Date:   Sat Jun 20 11:39:56 2009 -0400

    Modded variable names to prevent duplication and overlapping-"my" error.

commit 740e0431a9ba3449aa0c54ac6d8bd89c9573601b
Author: PTFS <koha-dev at ptfs.com>
Date:   Thu May 21 09:20:08 2009 -0400

    1-5 Borrower History - Added stats for notices sent to readingrec.pl.

commit 34bf4a4aa35f5bf1006c287a6b1cb0f20f6cf5b1
Author: PTFS <koha-dev at ptfs.com>
Date:   Thu May 21 09:00:56 2009 -0400

    1-6 Borrower History - Added table to readingrecord.pl to list reserves history.

commit c8c1aa5182126f67be4ba8c51491cc783ad644de
Author: PTFS <koha-dev at ptfs.com>
Date:   Fri Mar 20 09:39:58 2009 -0400

    1-6 Borrower History - Added more data to the writeoff stats in pay.pl

commit 1fd2d80d2cd7cd1ae4955c7e11cb7a57e2a6b818
Author: PTFS <koha-dev at ptfs.com>
Date:   Fri Mar 20 09:14:42 2009 -0400

    1-6 Borrower History - Added stats for new fines.

commit 1d65c364110b6e42d7ff5544c4e11e7b4ce800f6
Author: PTFS <koha-dev at ptfs.com>
Date:   Thu May 7 19:17:08 2009 -0400

    1-6 Borrower History - Added stats for creating and canceling reserves

commit 638b1f30d383c08aa5d50bc13f6e224c40f08f28
Author: PTFS <koha-dev at ptfs.com>
Date:   Mon Mar 16 02:26:37 2009 -0400

    1-6 Borrower History - Create stats for manual invoices.

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list