[koha-commits] updated branch master (ae5b76c89b8a61ad82528ea85d1c3673f3318a09)

Koha Gitosis gitosis at git.koha.org
Mon Aug 10 17:37:20 CEST 2009


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 "Koha GitWeb".

The branch, master has been updated
       via  ae5b76c89b8a61ad82528ea85d1c3673f3318a09 (commit)
       via  f202faba18ce2b8da223e711cbd5e23b539568e6 (commit)
       via  bf723f8480a0ba16e922b585d5887489318a3d99 (commit)
       via  9f6098e8b98a5cc37dfecdfd00edbf6d32522977 (commit)
      from  833794cf3def4437606b73142ef114d863883797 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ae5b76c89b8a61ad82528ea85d1c3673f3318a09
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Mon Aug 10 00:18:08 2009 -0400

    bug 2157: add ability to 'clean' staged record batches
    
    batches, it is now possible to 'clean' a batch by
    removing all bib and item records staged in the batch.  This
    has the effect of helping to reduce database space used
    by old import batches as well as removing staged records
    from the cataloging reservoir search.  Note that 'cleaning'
    a batch affects only the copies of the records that were staged;
    if the batch was committed, cleaning the batch does not
    affect any bibs and items that were committed into the catalog.
    
    Also note that once you clean a committed batch of records, it is
    impossible to undo the previous commit operation.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit f202faba18ce2b8da223e711cbd5e23b539568e6
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Mon Aug 10 00:18:07 2009 -0400

    bug 2505: enable warnings in tools/manage-marc-import.pl
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit bf723f8480a0ba16e922b585d5887489318a3d99
Author: Michael Hafen <mdhafen at tech.washk12.org>
Date:   Mon Aug 10 11:24:05 2009 -0600

    bugfix opac-user stomps mylibraryfirst value in quick search label
    
    the system preference mylibraryfirst is exported by Auth containing the logged
    in users branchcode.  It is also exported as the value of the syspref by
    opac-user.pl.  The effect is that when mylibraryfirst is on and the user
    logged in the text label for the OPAC quick search instead of displaying
    'Search (in [branchcode] only)' shows 'Search (in 1 only)'.  Other user pages
    are uneffected.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 9f6098e8b98a5cc37dfecdfd00edbf6d32522977
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 10 13:54:48 2009 -0500

    Showing "more searches" menu options when JavaScript is disabled (Bug 3517)
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/ImportBatch.pm                                  |   24 +++++++++++++
 .../prog/en/modules/tools/manage-marc-import.tmpl  |   13 +++++++
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |    1 +
 .../opac-tmpl/prog/en/modules/opac-detail.tmpl     |    6 ++--
 opac/opac-user.pl                                  |    2 +-
 t/lib/KohaTest/ImportBatch.pm                      |    1 +
 tools/manage-marc-import.pl                        |   35 ++++++++++++++-----
 7 files changed, 69 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list