[koha-commits] main Koha release repository branch master updated. v17.11.00-32-g2d10327

Git repo owner gitmaster at git.koha-community.org
Thu Dec 7 15:28:22 CET 2017


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  2d10327e987c9ced850ad5d885370cc9e1e61c34 (commit)
       via  d5292616ace986c72c174c67e838159725f0dcdf (commit)
       via  a8e42c5f2141dca75fbc0e4f80d20898c4df118c (commit)
       via  8915df00601d525e1823e03026f757a0b0e8de49 (commit)
       via  a6de8f50b14ac8babb6b6c932e7e96396d93903b (commit)
       via  14f8bce9aeae1126b9fe611a8af5e2ec7a4e72dc (commit)
       via  edc8031f4a2347e65f424eba8a56b7ddd35ca42f (commit)
       via  a1710014dcf8b5b72f82b9388ae70f4dd882a933 (commit)
       via  9debea25c74de3b0ce48a1b53ef61a7969cd6676 (commit)
       via  0c4d23a1936fd1b5a06219e3914f8ca76ef01c10 (commit)
       via  7d77fbd79fc85f9dae92eee2609b570a43a61d29 (commit)
       via  db68a2f432bc3ec92fe5fed230fdd24a5dc91c94 (commit)
       via  8e61e6ee2c3400e6a01b03a46477ddf5bfe5c10c (commit)
       via  215226966b7cb3a35cd178244574b6b4d20c3b10 (commit)
       via  daf9d619e5932fce9fe108a72a48450228feb5e6 (commit)
       via  0d828094e8e12a5c8ee814044a46bafb9897a552 (commit)
      from  f03da2810cf9fa0f671243f90d31a915c67d6825 (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 2d10327e987c9ced850ad5d885370cc9e1e61c34
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 7 10:52:28 2017 -0300

    Bug 19496: ReplytoDefault is a pref, not a C4::Context method
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit d5292616ace986c72c174c67e838159725f0dcdf
Author: Aleisha Amohia <aleishaamohia at hotmail.com>
Date:   Mon Nov 27 21:33:58 2017 +0000

    Bug 19496: Fixing to_address for patron notes
    
    This patch ensures the patron note to_address is the branch email or the
    Koha Admin email, and the from_address is the patron's email.
    
    To test:
    1) Ensure syspref 'allowcheckoutnotes' is turned on
    2) Go to OPAC, leave a note on a checkout
    3) Confirm that the note is received (in mysql message_queue) but the
    to_address is the patron's email - this is wrong
    4) Apply patch and refresh OPAC
    5) Leave a note on a checkout
    6) Confirm that the note is received in message queue
    7) Confirm that the to_address is one of:
    - branch email
    - branch reply to
    - syspref ReplytoDefault
    - syspref KohaAdminEmailAddress
    8) Confirm that the from_address is one of:
    - patron email
    - patron emailpro
    - patron B_email
    
    Sponsored-by: Catalyst IT
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a8e42c5f2141dca75fbc0e4f80d20898c4df118c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 7 10:26:32 2017 -0300

    Bug 19724: DBIC Schema changes
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8915df00601d525e1823e03026f757a0b0e8de49
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Dec 7 10:20:36 2017 -0300

    Bug 19724: DBRev 17.12.00.001
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a6de8f50b14ac8babb6b6c932e7e96396d93903b
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Jul 6 15:42:43 2017 +0000

    Bug 18907: Build has deprecating message
    
    Following the instructions at:
    https://wiki.koha-community.org/wiki/Building_Debian_Packages_-_The_Easy_Way
    Receiving the following message in the build:
    dpkg-source: warning: relation < is deprecated: use << or <=
    
    This patch tweaks the list-deps.
    git diff origin/master -- debian/list-deps shows just the one line
    changed from < to << as per the messages suggestion and eythian's
    suggestion on IRC:
    http://irc.koha-community.org/koha/2017-07-06#i_1950698
    
    The control file can be regenerated from the command-line:
    ./debian/update-control
    However, it will be attached separately.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 14f8bce9aeae1126b9fe611a8af5e2ec7a4e72dc
Author: Victor Grousset <victor.grousset at biblibre.com>
Date:   Fri Nov 24 12:02:47 2017 +0100

    Bug 12497: Fix OPAC search history reachable by URL even when disabled
    
    Test plan:
    1. Set EnableOpacSearchHistory syspref to "Keep"
    2. Make a search in the OPAC
    3. Go to /cgi-bin/koha/opac-search-history.pl
    4. Set the EnableOpacSearchHistory syspref to "Don't keep"
    5. Refresh the OPAC page to show that history is still accessible
    6. Apply the patch
    7. Refresh the OPAC page, you should end on the 404 page
    8. Set EnableOpacSearchHistory syspref to "Keep"
    9. Go to /cgi-bin/koha/opac-search-history.pl which should be reachable
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit edc8031f4a2347e65f424eba8a56b7ddd35ca42f
Author: Victor Grousset <victor.grousset at biblibre.com>
Date:   Thu Nov 23 16:03:14 2017 +0100

    Bug 12497: Fix search history non-accessible when OPAC was private
    
    (when the user didn't have the "borrowers" permission)
    
    Test plan:
    1. Set syspref "OpacPublic" to false (Disable)
    2. Log in as a user without any permission
    3. Try to access the search history. The link is next to "Log out"
    4. Then you should see "Access denied"
    5. Apply this patch
    6. Refresh the page
    7. Then you should see the search history
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    Signed-off-by: Charles Farmer <charles.farmer at inLibro.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a1710014dcf8b5b72f82b9388ae70f4dd882a933
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 21 16:17:32 2017 +0000

    Bug 19674: Broken indicators of changed fields in manage staged MARC records template
    
    This patch returns some CSS to the manage staged MARC records template
    which was incorrectly removed by Gug 16538.
    
    To test, apply the patch and go to Tools -> Staged MARC management.
    Choose a staged MARC file.
    
    Changing any of the <select> fields in the first section should cause a
    label to appear showing that the selection has changed, along with a
    link to reset the option to its original state. Clicking 'Reset' should
    make the label and the link disappear.
    
    Signed-off-by: Claire Gravely <claire.gravely at bsz-bw.de>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 9debea25c74de3b0ce48a1b53ef61a7969cd6676
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Nov 9 16:47:42 2017 +0000

    Bug 19602: Add usage statistics link to administration sidebar menu
    
    This patch adds a link to the new usage statistics page in the
    administration sidebar menu.
    
    To test, apply the patch and view an administration page which includes
    the admin sidebar. Confirm that the link to usage statistics is there.
    
    Visit the usage statistics page and confirm that the usage statistics
    link in the sidebar is display in bold.
    
    Signed-off-by: Simon Pouchol <simon.pouchol at biblibre.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0c4d23a1936fd1b5a06219e3914f8ca76ef01c10
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 10 12:59:58 2017 +0000

    Bug 19595: Clicking plugin link does not fill item's date acquired field
    
    This patch updates the dateaccessioned plugin for the item edit form to
    return functionality which was removed in a previous patch.
    
    To test, apply the patch and open an item for editing. Clicking the
    "..." link next to the "Date acquired" field should insert the current
    date, overwriting the existing date.
    
    Open a blank item add form. Putting the cursor in the "Date acquired"
    field should automatically insert the current date.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Added a comment line in set_to_today.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 7d77fbd79fc85f9dae92eee2609b570a43a61d29
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Oct 31 13:17:26 2017 +0000

    Bug 19551: Fix wrong order of operations in cash register report
    
    To test:
    1 - Find or create a fine for a patron
    2 - Write it off
    3 - Home -> Reports -> Cash register
    4 - Fill in current date and transaction type 'Write off'
    5 - Click Submit
    -- see your write off
    6 - Fill in previous dates and transaction type 'Write off'
    7 - Click Submit
    -- see your write off (bad)
    8 - Apply patch
    9 - Rerun steps 3-7
    -- write only visible for current date.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit db68a2f432bc3ec92fe5fed230fdd24a5dc91c94
Author: Mason James <mtj at kohaaloha.com>
Date:   Thu Nov 16 20:45:03 2017 +1300

    Bug 18993: Allow Test::More version 1.302073
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 8e61e6ee2c3400e6a01b03a46477ddf5bfe5c10c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 3 12:37:14 2017 -0300

    Bug 18993: Bump Test::More to 1.302075
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 215226966b7cb3a35cd178244574b6b4d20c3b10
Author: Mirko Tietgen <mirko at abunchofthings.net>
Date:   Mon Jul 31 11:05:00 2017 +0200

    Bug 18993: Bump libtest-simple-perl to 1.302075
    
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit daf9d619e5932fce9fe108a72a48450228feb5e6
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Dec 1 12:47:59 2017 +0000

    Bug 19724: Add timestamp to biblio_metadata and deletedbiblio_metadata
    
    Since bug 17196, biblioitems.timestamp is not always updated after a
    change in the MARC record.
    We need to know the last modification time of the MARC record for some
    features (like OAI-PMH parameters 'from' and 'until' for instance)
    
    This patch only adds the missing column in biblio_metadata and
    deletedbiblio_metadata
    
    Test plan:
    1. Run updatedatabase.pl
    2. Verify that both tables have the new column, its value should be the
       greatest timestamp value from the corresponding biblio and
       biblioitems table entries
       You can verify with the following SQL query:
         SELECT b.biblionumber, b.timestamp as biblio_ts,
         bi.timestamp as biblioitems_ts, m.timestamp as biblio_metadata_ts
         FROM biblio_metadata m
         LEFT JOIN biblioitems bi ON (bi.biblionumber = m.biblionumber)
         LEFT JOIN biblio b ON (b.biblionumber = m.biblionumber);
    
    Signed-off-by: David Bourgault <david.bourgault at inlibro.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 0d828094e8e12a5c8ee814044a46bafb9897a552
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Dec 4 15:39:48 2017 -0300

    Bug 19638: Remove false positive obsolete reports (auth_header.marcxml)
    
    Bug 17898 tries to help users identify reports affected by the move of marcxml to the biblio_metadata table, however, the auth_header table still uses the column name 'marcxml' and so reports as needing updated though it doesn't.
    
    C4::Reports::Guided::convert_sql only converts if the sql query contain biblioitems and marcxml.
    We should use the same regexp in the controler script.
    
    Test plan:
    Use a sql report that use auth_header.marcxml (see https://wiki.koha-community.org/wiki/SQL_Reports_Library)
    After the this the report should not be longer marked as obsolete on the report list view
    
    Replicated bug with the following SQL:
    	select marcxml from auth_header;
    
    Patch applied correctly and functioned as expected.
    
    Signed-off-by: Dilan Johnpullé <dilan at calyx.net.au>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Installer/PerlDependencies.pm                   |    2 +-
 Koha.pm                                            |    2 +-
 Koha/Schema/Result/BiblioMetadata.pm               |   18 ++++++++++++++--
 Koha/Schema/Result/DeletedbiblioMetadata.pm        |   18 ++++++++++++++--
 cataloguing/value_builder/dateaccessioned.pl       |    7 ++++---
 debian/control                                     |    2 +-
 debian/control.in                                  |    2 +-
 debian/list-deps                                   |    2 +-
 installer/data/mysql/kohastructure.sql             |    8 +++++--
 installer/data/mysql/updatedatabase.pl             |   22 ++++++++++++++++++++
 .../intranet-tmpl/prog/en/includes/admin-menu.inc  |    1 +
 .../prog/en/modules/tools/manage-marc-import.tt    |    1 +
 opac/opac-issue-note.pl                            |   12 ++++++++++-
 opac/opac-search-history.pl                        |    6 +++++-
 opac/svc/patron_notes                              |   12 ++++++++++-
 reports/cash_register_stats.pl                     |    2 +-
 reports/guided_reports.pl                          |    2 +-
 17 files changed, 100 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list