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 4f614a8d5e496be5a5f1f585dc606d7ed5caaccd (commit)
via ac93659265d7ceed21294471f21c92a6e317775b (commit)
via 42f2d0b1791c18a64a97b2f72d44872be13944d8 (commit)
via a9ff03c2bf9a36d71fbbc15b08d213a31700dc94 (commit)
from fda60fad3a8ba05d8d126a72b98ad4b397aabdaa (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 4f614a8d5e496be5a5f1f585dc606d7ed5caaccd
Author: Jonathan Druart <[email protected]>
Date: Mon Apr 27 17:16:32 2015 +0200
Bug 12109: Fix tab on the auth subfield configuration page
There is a condition in the template to not display the "New" tab if the
user is editing a control field.
But it results in a broken template.
Looking at the biblio frameworks, the New tab exists even for control
fields.
This patch only fixes the html structure, but a complete fix should be
provide, for auth and biblio, if we want not to let the ability to
create subfields for control fields.
Test plan:
Edit subfields for a control field
(admin/marc_subfields_structure.pl?op=add_form&tagfield=001&frameworkcode=
for instance)
and confirm that the view is now fixed.
Signed-off-by: Mark Tompsett <[email protected]>
NOTE: Checked LDR, 001, and 008.
Signed-off-by: Katrin Fischer <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>
commit ac93659265d7ceed21294471f21c92a6e317775b
Author: Chris Nighswonger <[email protected]>
Date: Tue May 5 15:00:30 2015 -0400
Bug 14152: Re-check required dependencies during upgrade process
This code causes the installer to re-check dependencies during the
upgrade process.
Test Plan
---------
1) Log in to staff client
2) Koha Administration -> Global system preferences -> Local
3) Change Version to previous version -- DO NOT HIT SAVE YET!
4) In command line: sudo apt-get purge libpdf-fromhtml-perl
NOTE: This could be ANY required library. I chose
PDF::FromHTML, because it has been a thorn in my side.
5) NOW! Hit the 'Save' button.
6) Log in, etc. etc...
-- Blows up on redirect to log in.
7) In command line, add it back (I had to compile my own so,
I used sudo dpkg -i /path/to/libpdf-fromhtml-perl...)
8) Apply patch
9) Edit the C4/Installer/PerlDependencies.pm to make
PDF::FromHTML required. See also bug 14103.
10) Log in to staff client
11) Koha Administration -> Global system preferences -> Local
12) Change Version to previous version -- DO NOT HIT SAVE YET!
13) In command line: sudo apt-get purge libpdf-fromhtml-perl
14) NOW! Hit the 'Save' button.
15) Log in, etc. etc...
16) Once warned you are missing it, add it back at the command line.
17) Click 'Recheck'
-- Proceeds as expected now.
Signed-off-by: Mark Tompsett <[email protected]>
Signed-off-by: Kyle M Hall <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>
commit 42f2d0b1791c18a64a97b2f72d44872be13944d8
Author: Jonathan Druart <[email protected]>
Date: Tue Mar 31 15:29:49 2015 +0200
Bug 8399: Display tab number on the mandatory field alert (authority)
A wrong variable scope was used here, the number value is contained in
the BIG_LOOP (note for later: change this variable name...).
Test plan:
1/ Define 1+ mandatory fields for an authority type
2/ Create an authority and don't fill the mandatory fields
3/ Try to save: the popup alert should display the number of the tab.
Signed-off-by: Andreas Hedström Mace <[email protected]>
Signed-off-by: Katrin Fischer <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>
commit a9ff03c2bf9a36d71fbbc15b08d213a31700dc94
Author: Jonathan Druart <[email protected]>
Date: Tue Apr 14 11:23:21 2015 +0200
Bug 8399: No need to truncate the marc field text to 22 chars
The text for the marc field are truncated to 22 chars when displaying an
error on mandatory fields.
This limitation is useless and this patch removes it.
Test plan:
Create a mandatory subfield and set a long text (more than 22 chars)
edit or add an authority, click on save.
You should get the error displayed with the full text
Note that this patch modifies the same code for biblio.
Test plan is the same for biblio.
Signed-off-by: Andreas Hedström Mace <[email protected]>
Signed-off-by: Katrin Fischer <[email protected]>
Signed-off-by: Tomas Cohen Arazi <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
C4/Auth.pm | 2 +-
authorities/authorities.pl | 3 +--
cataloguing/addbiblio.pl | 3 +--
installer/install.pl | 19 ++++++++++---------
.../en/modules/admin/auth_subfields_structure.tt | 2 --
.../prog/en/modules/authorities/authorities.tt | 6 +++---
.../prog/en/modules/cataloguing/addbiblio.tt | 4 ++--
.../prog/en/modules/installer/step1.tt | 15 ++++++++++++++-
8 files changed, 32 insertions(+), 22 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