[koha-commits] main Koha release repository branch master updated. v3.16.00-48-g2ff88b2

Git repo owner gitmaster at git.koha-community.org
Mon May 26 03:09:52 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, master has been updated
       via  2ff88b27b8c142185af98aa3ff68568c8a7bc8f7 (commit)
       via  68229cbbcd0fdd93a9c4cc2517b961d0f1cd5890 (commit)
       via  1511c55cdeaa179bb471e7e66da42b04bd51a259 (commit)
       via  e4cd412f2e9e281380b9e744a37f6012909336ac (commit)
       via  1a737dcee6f600fc9d853f7318e1591b75b1349b (commit)
      from  d1e76b1d97c5199168a1de72e58fea86c06a786e (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 2ff88b27b8c142185af98aa3ff68568c8a7bc8f7
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 26 01:26:43 2014 +0000

    Bug 6254: (follow-up) update DBIC classes using newer version of DBIx::Class::Schema::Loader
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 68229cbbcd0fdd93a9c4cc2517b961d0f1cd5890
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 26 01:24:13 2014 +0000

    Bug 6254: DBrev 3.17.00.004
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 1511c55cdeaa179bb471e7e66da42b04bd51a259
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed May 7 13:49:03 2014 -0400

    Bug 6254: (follow-up) tidy admin/categorie.pl ( whitespace changes only )
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e4cd412f2e9e281380b9e744a37f6012909336ac
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed May 7 12:15:57 2014 -0400

    Bug 6254: (follow-up) update DBIC classes
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 1a737dcee6f600fc9d853f7318e1591b75b1349b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Dec 5 07:35:00 2013 -0500

    Bug 6254: make it possible to set default privacy setting for new patrons
    
    There is currently no way to set the privacy setting for newly created
    patrons. This patch adds a new field "default privacy" to the patron
    categories such that each patron category may have a different default
    privacy setting.
    
    Test Plan:
    1) Apply this patch
    2) Edit a patron category, change the default privacy to "forever"
    3) Create a new patron of that category
    4) Log into the catalog as that patron, verify the privacy setting
       is set to "forever"
    5) Repeat steps 2-4 with the settings "never" and "default"
    
    Signed-off-by: Joel Sasse <jsasse at plumcreeklibrary.net>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Bug 6254 [QA Followup 1] - can't set patron privacy by default
    
    * Adds default privacy column to summary table
    * Adds default privacy to delete category summary
    * Adds "AFTER categorycode" to the database update
    * Whitespace cleanup and formatting for affected code blocks
    * Switch basic DBI queries to DBIx::Class to simplify code
    * Adds reference to misc/cronjobs/batch_anonymise.pl to description
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Bug 6254 [QA Followup 2] - can't set patron privacy by default
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Bug 6254: QA FIX: remove trailing whitespaces
    
    This patch removes trailing whitespaces/tab and fix the fields order in
    the updatedb entry (according to the kohastructure.pl).
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Members.pm                                      |   10 +
 Koha/Schema/Result/Category.pm                     |   18 +-
 admin/categorie.pl                                 |  513 +++++++++++---------
 installer/data/mysql/kohastructure.sql             |    1 +
 installer/data/mysql/updatedatabase.pl             |    7 +
 .../prog/en/modules/admin/categorie.tt             |   66 ++-
 .../prog/en/modules/admin/patron-attr-types.tt     |    2 +-
 kohaversion.pl                                     |    2 +-
 8 files changed, 364 insertions(+), 255 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list