[koha-commits] main Koha release repository branch master updated. v3.14.00-478-g2be50eb

Git repo owner gitmaster at git.koha-community.org
Fri Feb 21 16:50:43 CET 2014


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, master has been updated
       via  2be50eba0fe16a7243722f3edac56447c2b6fa75 (commit)
       via  67653c8d5f2702ae6e9a110a22a15d68b199c938 (commit)
       via  a691ebc3f1b9a4b9075fc3f1b798a145fbd01244 (commit)
      from  40ba1763afc40cd47b23892a3248fd877dc8edce (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 2be50eba0fe16a7243722f3edac56447c2b6fa75
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Feb 21 16:08:01 2014 +0000

    Bug 7372: (follow-up) remove last traces of roadtype table and admin pages
    
    This patch removes the DBIC schema class for the 'roadtype' table
    and staff interface templates that are no longer reachable with
    the removal of the road type administration page.  It also removes
    the creation of the table during installation.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 67653c8d5f2702ae6e9a110a22a15d68b199c938
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Feb 21 16:02:33 2014 +0000

    Bug 7372: DBRev 3.15.00.018
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a691ebc3f1b9a4b9075fc3f1b798a145fbd01244
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Oct 23 14:27:45 2013 +0200

    Bug 7372: Move road types from the roadtype table to the ROADTYPE AV
    
    Currently road types are stored in a specific table in DB. Moreover, an
    admin page is present in order to manage them.
    This patch proposes to remove this table and this page in favour of a
    new authorised value category 'ROADTYPE'.
    
    This patch:
    - adds a new AV category 'ROADTYPE' (created from the roadtype table
      content).
    - remove the roadtype table.
    - remove the .pl and .tt file admin/roadtype
    - remove the 2 routines C4::Members::GetRoadTypes and
      C4::Members::GetRoadTypeDetails
    
    Test plan:
    1/ Execute the updatedatabase entry and verify existing roadtypes are
    now stored in the AV 'ROADTYPE'.
    2/ Verify you can add/update a streettype for patrons.
    3/ Verify on following pages the streettype is displayed in patron
    information (top left):
      circ/circulation.pl
      members/memberentry.pl
      members/moremember.pl
      members/routing-lists.pl
    
    Signed-off-by: Sophie Meynieux <sophie.meynieux at biblibre.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Members.pm                                      |   67 ----------
 Koha/Schema/Result/Roadtype.pm                     |   66 ----------
 admin/roadtype.pl                                  |  129 -------------------
 circ/circulation.pl                                |    2 +-
 installer/data/mysql/kohastructure.sql             |   11 --
 installer/data/mysql/updatedatabase.pl             |   31 +++++
 .../intranet-tmpl/prog/en/includes/admin-menu.inc  |    1 -
 .../prog/en/includes/roadtype-admin-search.inc     |   31 -----
 .../prog/en/modules/admin/admin-home.tt            |    3 -
 .../prog/en/modules/admin/roadtype.tt              |  134 --------------------
 .../prog/en/modules/help/admin/roadtype.tt         |   15 ---
 .../prog/en/modules/members/memberentrygen.tt      |   14 +-
 .../prog/en/modules/members/moremember.tt          |    4 +-
 kohaversion.pl                                     |    2 +-
 members/memberentry.pl                             |   15 +--
 members/moremember.pl                              |    4 +-
 members/routing-lists.pl                           |    4 +-
 17 files changed, 51 insertions(+), 482 deletions(-)
 delete mode 100644 Koha/Schema/Result/Roadtype.pm
 delete mode 100755 admin/roadtype.pl
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/roadtype-admin-search.inc
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/roadtype.tt
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/roadtype.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list