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 67c99f585c560fc25c7dbd896b9cd4af50f4b11d (commit)
via cd4858918f0ad2d6ee512edbf70677b1f62c0685 (commit)
via c42aa0a53490c2d234742e09336def962e01d96e (commit)
via e8eb0cf0f2ddf6aa741d63e9f4f38241d0c1ecf4 (commit)
via 7aaa10e0922b21f1c9ed40ede0d3dfc0a63c2832 (commit)
via eb7e0f018c479024f0ceacb9f0c235b556ec2979 (commit)
via 68fbc962182cba2c97ac580446513ac542ee631d (commit)
via d635827c541220a21190a26d28740f06e41a9cb1 (commit)
from eabcec1d6c172e0e590aa497eae0c264bcd2b5dc (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 67c99f585c560fc25c7dbd896b9cd4af50f4b11d
Author: Nick Clemens <[email protected]>
Date: Fri Mar 29 11:44:55 2019 +0000
Bug 22518: DBRev 18.12.00.036
Signed-off-by: Nick Clemens <[email protected]>
commit cd4858918f0ad2d6ee512edbf70677b1f62c0685
Author: Martin Renvoize <[email protected]>
Date: Fri Mar 29 10:46:47 2019 +0000
Bug 22518: (QA follow-up) Add rows updated to feedback
Signed-off-by: Martin Renvoize <[email protected]>
Signed-off-by: Nick Clemens <[email protected]>
commit c42aa0a53490c2d234742e09336def962e01d96e
Author: Martin Renvoize <[email protected]>
Date: Fri Mar 15 13:43:03 2019 +0000
Bug 22518: Add database update 'just in case'
All cases I could find where 'O' was referenced it was referenced
alongside 'FU'.. as such I've written this DB update to case any last
cases of 'O' and update them to 'FU' "just in case"
Signed-off-by: Martin Renvoize <[email protected]>
Signed-off-by: Josef Moravec <[email protected]>
Signed-off-by: Marcel de Rooy <[email protected]>
Signed-off-by: Nick Clemens <[email protected]>
commit e8eb0cf0f2ddf6aa741d63e9f4f38241d0c1ecf4
Author: Martin Renvoize <[email protected]>
Date: Fri Mar 15 13:29:00 2019 +0000
Bug 22518: Remove references to 'O' accounttype
I went back over 12 years to and still only found "FIXME: What are these
accounttypes" concerning the 'O' type and I couldn't find anywhere where
it was being set.
Signed-off-by: Martin Renvoize <[email protected]>
Signed-off-by: Josef Moravec <[email protected]>
Signed-off-by: Marcel de Rooy <[email protected]>
Signed-off-by: Nick Clemens <[email protected]>
commit 7aaa10e0922b21f1c9ed40ede0d3dfc0a63c2832
Author: Lucas Gass <[email protected]>
Date: Tue Mar 26 11:17:31 2019 +0000
Bug 22586: IntranetReportsHomeHTML no longer renders as HTML on
reports-home.pl
As of 18.11 the IntranetReportsHomeHTML syspref no longer renders HTML
on report-home.pl. I think this is being filtered wrong in the template.
Test Plan:
1) Edit IntranetReportsHomeHTML, set to "<p>Test</p>"
2) View a report, note that you see the html p tags are displayed
litterly
3) Apply this patch
4) Reload the page
5) Note the p tags are rendered as html
Signed-off-by: George Williams <[email protected]>
Signed-off-by: Marcel de Rooy <[email protected]>
Signed-off-by: Nick Clemens <[email protected]>
commit eb7e0f018c479024f0ceacb9f0c235b556ec2979
Author: Fridolin Somers <[email protected]>
Date: Wed Mar 27 15:37:51 2019 +0100
Bug 22596: use raw TT filter in items search with custom field
When items search is with a custom field using authorised values, html TT
filter is breaking the JS, it should use raw.
Test plan :
1) Go to Administration > Item search fields
2) Define a search field with an authorised values category
3) Go to items search
4) Use the "New field" link
5) Check use of custom field is OK
Signed-off-by: Liz Rea <[email protected]>
Signed-off-by: Marcel de Rooy <[email protected]>
Signed-off-by: Nick Clemens <[email protected]>
commit 68fbc962182cba2c97ac580446513ac542ee631d
Author: Josef Moravec <[email protected]>
Date: Mon Jan 14 11:27:32 2019 +0000
Bug 22127: Update date accessioned plugin - remove unused routine
Test plan:
1) Apply the patch
2) Have set dateaccessioned plugin to an item subfield (it is set on 952$d
by default)
3) Confirm the functionality of this plugin is same as before patch
Signed-off-by: Michal Denar <[email protected]>
Signed-off-by: Marcel de Rooy <[email protected]>
Signed-off-by: Nick Clemens <[email protected]>
commit d635827c541220a21190a26d28740f06e41a9cb1
Author: Owen Leonard <[email protected]>
Date: Wed Oct 24 14:54:35 2018 +0000
Bug 21646: Clean up Overdrive template
This patch modifies the OverDrive administration page to correct some
markup issues:
- Switch to Bootstrap grid
- Add missing header search box
- Add missing DataTable configuration
- Remove unnecessary fieldset
To test you do not need to have OverDrive credentials. Apply the patch
and go to System preferences -> Enhanced content -> OverDrive. In the
description of the "OverDriveAuthName" preference, follow the link to
manage "individual branch authnames."
- Confirm that the page looks correct, including the header search
box, page title, and breadcrumbs
- Confirm that the page adjusts well to various browser window sizes.
- Confirm that the DataTable works correctly.
Signed-off-by: Liz Rea <[email protected]>
Signed-off-by: Marcel de Rooy <[email protected]>
Signed-off-by: Nick Clemens <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
C4/Circulation.pm | 5 +-
C4/Overdues.pm | 3 +-
Koha.pm | 2 +-
Koha/Account.pm | 2 -
cataloguing/value_builder/dateaccessioned.pl | 10 +-
installer/data/mysql/updatedatabase.pl | 17 ++++
.../prog/en/modules/admin/overdrive.tt | 97 +++++++++++---------
.../prog/en/modules/catalogue/itemsearch.tt | 2 +-
.../prog/en/modules/reports/reports-home.tt | 3 +-
misc/maintenance/fix_accountlines_date.pl | 2 +-
10 files changed, 82 insertions(+), 61 deletions(-)
hooks/post-receive
--
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits