[koha-commits] updated branch 3.0.x (3dd5fccccc4c50778cc80052d5f750cc6a423874)

Koha Gitosis gitosis at git.koha.org
Thu Dec 24 16:55:01 CET 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, 3.0.x has been updated
       via  3dd5fccccc4c50778cc80052d5f750cc6a423874 (commit)
       via  f8b6e28ad559936dcaf0facc1a560dd9ff279df3 (commit)
       via  2480e024363b26723323ee25a18f12e0797bbca7 (commit)
       via  23dc1bda51414c2b76a95fa56ca087a7a4a2934f (commit)
       via  ea4ac0543d299944cda78248767b0905c16ff788 (commit)
       via  e46f0eaeb853e191a509f434b85005f99d223259 (commit)
       via  4199029511756e07fca69af45d0ba8b463ac1b1f (commit)
       via  0c42f3ca19dc6977656cad81e850a4913b65e30f (commit)
       via  0a21cd9b817d671945da49298560d36ad4ed55cd (commit)
       via  d50f6a6d7d2c84dfed68a3d446968b9fb9b78bd9 (commit)
      from  4f9aff4deb01d7d7873bf45ba0dcc8eb93478207 (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 3dd5fccccc4c50778cc80052d5f750cc6a423874
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Thu Dec 24 15:20:47 2009 +0100

    (bug #4004) disallow access for non-logged in users in opac
    
    This doesn't define borrowernumber = 0 if a borrower is NOT logged.
    We know borrowernumber 0 is mysqluser... So in virtualshelves, a non logged user have all permissions.

commit f8b6e28ad559936dcaf0facc1a560dd9ff279df3
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Wed Dec 23 13:08:51 2009 +0100

    (bug #3950) continue to rebuild pending reserves
    
    This use yui to build interface, pagination, table, and filters.

commit 2480e024363b26723323ee25a18f12e0797bbca7
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Thu Dec 17 09:24:22 2009 +0100

    (bug #3950) rebuild pendingreserves and fix reserves and transfert case
    
    This patch rebuild pending reserves, export code to API and simplify SQL query(that was _very_ ugly!).
    It fixes too circulation case, when a document is transfered because of user hold, it's still shown in pending reserves, now it don't.

commit 23dc1bda51414c2b76a95fa56ca087a7a4a2934f
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Wed Dec 23 15:50:05 2009 +0100

    (bug 3536) fix homeorholdingbranch on return
    
    this patch create a new systempreference "homeorholdingbranch"-like used only for returns.

commit ea4ac0543d299944cda78248767b0905c16ff788
Author: Marc Chantreux <marc.chantreux at biblibre.com>
Date:   Sat Nov 28 14:07:23 2009 +0100

    _koha_add_biblioitem rewrite

commit e46f0eaeb853e191a509f434b85005f99d223259
Author: Marc Chantreux <marc.chantreux at biblibre.com>
Date:   Sat Nov 28 12:56:59 2009 +0100

    remove useless lines

commit 4199029511756e07fca69af45d0ba8b463ac1b1f
Author: Marc Chantreux <marc.chantreux at biblibre.com>
Date:   Sat Nov 28 02:01:59 2009 +0100

    remove warning

commit 0c42f3ca19dc6977656cad81e850a4913b65e30f
Author: Marc Chantreux <marc.chantreux at biblibre.com>
Date:   Sat Nov 28 01:52:07 2009 +0100

    remove a warning

commit 0a21cd9b817d671945da49298560d36ad4ed55cd
Author: Marc Chantreux <marc.chantreux at biblibre.com>
Date:   Sat Nov 28 01:28:53 2009 +0100

    readable format selection

commit d50f6a6d7d2c84dfed68a3d446968b9fb9b78bd9
Author: Marc Chantreux <marc.chantreux at biblibre.com>
Date:   Sat Nov 28 01:20:21 2009 +0100

    correctly add authid

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

Summary of changes:
 C4/Auth.pm                                         |    3 +-
 C4/AuthoritiesMarc.pm                              |   17 +-
 C4/Biblio.pm                                       |  109 ++-----
 C4/Circulation.pm                                  |    3 +-
 C4/Reserves.pm                                     |   92 ++++++-
 C4/VirtualShelves.pm                               |    1 +
 admin/systempreferences.pl                         |    1 +
 circ/pendingreserves.pl                            |  280 ++++-------------
 installer/data/mysql/en/mandatory/sysprefs.sql     |    1 +
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    1 +
 installer/data/mysql/updatedatabase30.pl           |    8 +
 .../prog/en/lib/yui/yuiloader/yuiloader-min.js     |   10 +
 .../prog/en/modules/circ/pendingreserves.tmpl      |  322 ++++++++------------
 13 files changed, 341 insertions(+), 507 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/lib/yui/yuiloader/yuiloader-min.js


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list