[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.07-5-gb612cbf

Git repo owner gitmaster at git.koha-community.org
Tue Jun 3 11:58:55 CEST 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, 3.14.x has been updated
       via  b612cbfc9cc47e41dbd37dc7e8e5986b8e735126 (commit)
       via  8bd1737caaff7c5f34d1b94105940b8ba13176b3 (commit)
       via  ae4bfafba2c0988b4da78fb561ed38eca7738471 (commit)
      from  c0adc32d23651ae89489b37db227a05a68ab8d6d (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 b612cbfc9cc47e41dbd37dc7e8e5986b8e735126
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>
    (cherry picked from commit 2be50eba0fe16a7243722f3edac56447c2b6fa75)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 8bd1737caaff7c5f34d1b94105940b8ba13176b3
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Tue Jun 3 12:15:36 2014 +0200

    Bug 7372: DBRev 3.14.07.001
    
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit ae4bfafba2c0988b4da78fb561ed38eca7738471
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>
    (cherry picked from commit a691ebc3f1b9a4b9075fc3f1b798a145fbd01244)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Conflicts:
    	installer/data/mysql/updatedatabase.pl

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

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             |   32 +++++
 .../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, 52 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