[koha-commits] updated branch master (f1709ab663a010ad41108ee29c79b9da6848e42b)

git repository hosting gitosis at git.koha.org
Fri Apr 16 06:06:39 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 "Koha GitWeb".

The branch, master has been updated
       via  f1709ab663a010ad41108ee29c79b9da6848e42b (commit)
       via  9d44a624a37bf7d146cfabab2becf231bbbb4868 (commit)
       via  2dd58a43695f2a6eb0b5bbdaaea1c6bd2a3f8cab (commit)
       via  6a734cc9e7015a88c3b5a97d91f0cd19e7327e7b (commit)
       via  536e6848c63b93129d843159bda290e48f0b5ef3 (commit)
       via  f5d641787c66f353671b9c7c8d0634c69f122081 (commit)
       via  4301a40d4c4d97d435d00560040ca1b82db24c66 (commit)
      from  470ef0e7fc779de9fb48271ee61600038ca69235 (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 f1709ab663a010ad41108ee29c79b9da6848e42b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Feb 22 13:28:40 2010 -0500

    Fix for Bug 4235, Date picker broken if placing multiple holds
    
    Also includes minor style change.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 9d44a624a37bf7d146cfabab2becf231bbbb4868
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Mar 2 14:22:43 2010 -0500

    Fix for Bug 4262, changing matching rule add big message box
    
    Fix includes a change to the format of the page to consolidate
    matching rule settings with matching rule controls. This
    reduces potential confusion from the placement of the message
    box. Assuming that matching rule settings and controls were
    displayed separately for clarity and control, I've added
    JavaScript which allows the user to change their mind after
    changing a selection (but before submitting). It's a new
    interaction which I hope is useful.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 2dd58a43695f2a6eb0b5bbdaaea1c6bd2a3f8cab
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 5 10:45:10 2010 -0500

    Fix for Bug 4121, Cataloging record modification should obey IntranetBiblioDefaultView pref
    
    - Re-used redirect logic found in search.pl
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 6a734cc9e7015a88c3b5a97d91f0cd19e7327e7b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Feb 24 10:03:35 2010 -0500

    Fix for Bug 4251, click on show more in facet drops limit=branch in query
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 536e6848c63b93129d843159bda290e48f0b5ef3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Feb 24 10:16:31 2010 -0500

    Fix for Bug 4251 in the staff client
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit f5d641787c66f353671b9c7c8d0634c69f122081
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Feb 24 11:38:36 2010 -0500

    Fix for Bug 4250, cart missing print button
    
    - Print button was hidden by CSS for some reason (git blame me)
    - Print formatting was off because of column mismatch
    - Table style modified in print view for clarity
    - Redirect from print view corrected by adding missing bib_list
      and verbose parameters
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 4301a40d4c4d97d435d00560040ca1b82db24c66
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Feb 24 12:13:45 2010 -0500

    Fix for Bug 4214, "Your Cart is Currently Empty" popup displays underneath News header
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 cataloguing/addbiblio.pl                           |   14 ++-
 .../intranet-tmpl/prog/en/css/staff-global.css     |    1 +
 .../intranet-tmpl/prog/en/includes/facets.inc      |    6 +-
 .../prog/en/modules/tools/manage-marc-import.tmpl  |  124 ++++++++++---------
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |    1 -
 koha-tmpl/opac-tmpl/prog/en/css/print.css          |   19 +++-
 .../opac-tmpl/prog/en/includes/opac-facets.inc     |    2 +-
 .../opac-tmpl/prog/en/modules/opac-basket.tmpl     |   35 +++---
 .../opac-tmpl/prog/en/modules/opac-reserve.tmpl    |   11 +-
 opac/opac-basket.pl                                |    1 +
 10 files changed, 124 insertions(+), 90 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list