[koha-commits] main Koha release repository branch master updated. v16.05.00-871-g89bae5f

Git repo owner gitmaster at git.koha-community.org
Tue Sep 13 20:30:05 CEST 2016


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  89bae5f368bb9bf2e28172945852a1cd0e42a120 (commit)
       via  95fe4347581cba70bdf36c3f3f1c43e1b765c2d7 (commit)
       via  183fdc83f04484eab831be58b5bdef9f14aec963 (commit)
       via  b6fe9f23ccb678917bfb90950668cd1efbc4848f (commit)
       via  7acb7e14faed07ff987e58356d3faaa95a2cf194 (commit)
       via  1d50d8cc0c4190bd5dd3ba8a555fba916e946c88 (commit)
       via  93ff61c10d671afb6c7be2dd24076383b839f182 (commit)
       via  f234d1586bff62d2c4e58807cd62ec3187d94f69 (commit)
      from  c78c927695fdcb0dfa060f9dba2fc2933eb57b8b (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 89bae5f368bb9bf2e28172945852a1cd0e42a120
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Sep 13 17:30:41 2016 +0000

    Bug 16276 - DBRev 16.06.00.027
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 95fe4347581cba70bdf36c3f3f1c43e1b765c2d7
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Aug 19 12:23:01 2016 +0200

    Bug 16276: [QA Follow-up] Only track when pref is enabled
    
    Do not track when the pref has not been enabled.
    This patch moves the conditional update in Auth.pm to Koha::Patron.
    And adds a test for the new track_login method.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 183fdc83f04484eab831be58b5bdef9f14aec963
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Aug 19 11:16:33 2016 +0200

    Bug 16276: [QA Follow-up] Number of tests corrected
    
    Applies to t/db_dependent/Members.t
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b6fe9f23ccb678917bfb90950668cd1efbc4848f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Apr 24 16:03:49 2016 +0100

    Bug 16276: Add a new pref TrackLastPatronActivity and new column borrowers.lastseen
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    https://bugs.koha-community.org/show_bug.cgi?id=12276
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7acb7e14faed07ff987e58356d3faaa95a2cf194
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Apr 24 17:51:56 2016 +0100

    Bug 16276: Make the batch patron deletion tool deal with last_seen
    
    This patch adds the same change as the previous one to the batch patron
    deletion tool.
    
    If the pref TrackLastPatronActivity is enabled, the librarians will be
    able to delete patrons who do not have been connected since a given
    time.
    
    Test plan:
    Define a date for the "who have not been connected since" options and
    confirm that it works as expected.
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    https://bugs.koha-community.org/show_bug.cgi?id=12276
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1d50d8cc0c4190bd5dd3ba8a555fba916e946c88
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Apr 24 17:38:57 2016 +0100

    Bug 16276: Change to GetBorrowersToExpunge to take last_seen into account
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    With small change: number of tests in t/db_dependent/Members.t
    
    https://bugs.koha-community.org/show_bug.cgi?id=12276
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 93ff61c10d671afb6c7be2dd24076383b839f182
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Apr 24 17:39:13 2016 +0100

    Bug 16276: Make delete_patrons.pl deal with --last_seen
    
    This patch modify the delete_patrons.pl cronjob to deal with the
    last_seen option.
    
    To test it, you just have to use the --last_seen option and pass a valid
    date (iso format)
    
    Example:
      perl misc/cronjobs/delete_patrons.pl --last_seen="1984-02-04" --confirm
    will delete all the patrons who do not have been active since this date.
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    https://bugs.koha-community.org/show_bug.cgi?id=12276
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f234d1586bff62d2c4e58807cd62ec3187d94f69
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sun Apr 24 16:04:16 2016 +0100

    Bug 16276: Update borrowers.lastseen when a patron is active
    
    In order to add the ability to delete patrons who have been inactive for
    more than a given time, we need to track down the last time they were
    active.
    To do that, we need a new DB column in the borrowers table (lastseen).
    Note that the borrowers.lastseen column will not be initialised for existing
    installations (set to NULL) so inactive existing patrons will never be
    deleted.
    A workaround would be to init them at the date when the new column will
    be added.
    
    Test plan:
    0/ Set the new pref TrackLastPatronActivity on
    1/ Log in as a patron (staff or OPAC)
    2/ Check that the borrowers.lastseen field has been updated with the
    current time
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    https://bugs.koha-community.org/show_bug.cgi?id=12276
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm                                         |    8 +++++++
 C4/Members.pm                                      |    5 ++++
 Koha.pm                                            |    2 +-
 Koha/Patron.pm                                     |   19 ++++++++++++++++
 installer/data/mysql/kohastructure.sql             |    2 ++
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   16 +++++++++++++
 .../prog/en/modules/admin/preferences/patrons.pref |    8 ++++++-
 .../prog/en/modules/tools/cleanborrowers.tt        |   12 +++++++++-
 misc/cronjobs/delete_patrons.pl                    |   21 +++++++++++++----
 t/db_dependent/Members.t                           |   24 ++++++++++++++++----
 tools/cleanborrowers.pl                            |   14 +++++++++++-
 12 files changed, 118 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list