From gitmaster at git.koha-community.org Mon Jul 1 03:36:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Jul 2013 01:36:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-746-gad2c1b3 Message-ID: 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 ad2c1b3b8f20b3060c9a3a35c21a0757c685cbec (commit) via 96320a786bac92418b08b5af4d2b68746627482b (commit) from 33c12cf39588aa022eacaa0bca403c373a6bf8d5 (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 ad2c1b3b8f20b3060c9a3a35c21a0757c685cbec Author: Galen Charlton Date: Wed Jun 19 08:52:56 2013 -0700 Bug 10494: remove spurious warnings from the KohaBranchName plugin The KohaBranchName plugin now returns an empty string if given a NULL (undefined) library code or a library code that is not present in the database (e.g., the '__ANY__' placeholder that purchase suggestions can use). To test: [1] Create a purchase suggestion, setting the library to 'Any'. Create a second one setting the library to a specific one. [2] Go to the suggestions overview page in the staff interface. When you do so, the Apache logs should contain a warning that looks like this: [Wed Jun 19 07:13:06 2013] [error] [client 192.168.1.10] [Wed Jun 19 07:13:06 2013] suggestion.pl: Use of uninitialized value in concatenation (.) or string at /home/koha/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt line 487., referer: http://koha-staff.metaquarry/cgi-bin/koha/acqui/acqui-home.pl [3] Apply the patch. [4] Refresh the suggestions overview page. This time, there should be no new warning logged. [5] Verify that the library names for the two pending suggestions created in step 1 are displayed correctly. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes all tests and QA script. Also adds new tests! Note: For the test plan to work you have to add the suggestion from the intranet, as Any is not an available option in OPAC. Signed-off-by: Galen Charlton commit 96320a786bac92418b08b5af4d2b68746627482b Author: Galen Charlton Date: Wed Jun 19 08:47:34 2013 -0700 Bug 10494: test cases for the KohaBranchName plugin To test, in a test database that has the sample branches loaded, run prove -v t/db_dependent/Koha_template_plugin_KohaBranchName.t Note that this includes regression tests for the issues reported in bug 10494; these won't pass without applying the patch that fixes them. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: Koha/Template/Plugin/KohaBranchName.pm | 10 ++--- .../Koha_template_plugin_KohaBranchName.t | 37 ++++++++++++++++++++ 2 files changed, 41 insertions(+), 6 deletions(-) create mode 100644 t/db_dependent/Koha_template_plugin_KohaBranchName.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 1 03:53:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Jul 2013 01:53:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-747-g9af08e4 Message-ID: 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 9af08e4e2d2091de489633b3f1c4fb03fcf323cd (commit) from ad2c1b3b8f20b3060c9a3a35c21a0757c685cbec (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 9af08e4e2d2091de489633b3f1c4fb03fcf323cd Author: Kyle M Hall Date: Mon Jun 17 12:28:13 2013 -0400 Bug 10484: serials-edit.pl not checking for barcode field before checking for barcode subfield The script serials-edit.pl is not checking for the existence of the barcode field before checking for barcode subfield for autoBarcode = incremental. If the barcode field doesn't exist, the script dies with errors. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes tests and QA script. Checked that adding items on serial receive still works. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: serials/serials-edit.pl | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 1 03:56:47 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Jul 2013 01:56:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-748-g41409f5 Message-ID: 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 41409f500edf495db114b2277f4916e5a737a0aa (commit) from 9af08e4e2d2091de489633b3f1c4fb03fcf323cd (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 41409f500edf495db114b2277f4916e5a737a0aa Author: Liz Rea Date: Fri May 10 09:32:17 2013 +1200 Bug 6553 - Parentheses in Corporate author break tracings To test: If an author's name includes parentheses or other escape-characters, the tracing links produced in the OPAC fail in XSLT mode. This patch wraps the author names in double-quotes, providing the necessary escapement. Test plan: - Create a new framework, delete Thesaurus from 100 and other fields - Create a new record in this framework (or change an existing record to this framework) - Add 100$a - use parentheses - Check the search links in OPAC detail pages Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer XSLT change adding quotes. Search now matches search in the intranet. Passes all tests. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 1 04:05:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Jul 2013 02:05:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-749-g2fccb14 Message-ID: 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 2fccb14a806e9aad18cc9f75df39e09bd64830dd (commit) from 41409f500edf495db114b2277f4916e5a737a0aa (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 2fccb14a806e9aad18cc9f75df39e09bd64830dd Author: Owen Leonard Date: Fri Jun 28 14:21:03 2013 -0400 Bug 10497 - star ratings not showing right in ccsr detail Star ratings do not appear correctly in the CCSR theme because it lacks the image sprite used to display them. This patch adds the required file. To test, apply the patch and view a search results set which includes titles which have an existing rating. Ratings should appear correctly. View a detail page for an title which has a rating, and add a rating to a title which has no rating. Ratings should look correct and work correctly. Signed-off-by: Nicole C. Engard All tests pass - including leaving a rating on the newly visible stars Signed-off-by: Katrin Fischer In order to test this, make sure you have set OpacStarRatings set to 'results and details'. The star images show up in OPAC results with the correct amount of stars after applying the patch. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../{prog => ccsr}/images/star-ratings-sprite.png | Bin 2000 -> 2000 bytes 1 files changed, 0 insertions(+), 0 deletions(-) copy koha-tmpl/opac-tmpl/{prog => ccsr}/images/star-ratings-sprite.png (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 1 20:55:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Jul 2013 18:55:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-19-g96a92a8 Message-ID: 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, 3.12.x has been updated via 96a92a874a9a673a0c9003f2cb8c25ac64244f0e (commit) via 1133c328b31cf9e8138de85ef266a6557757bab4 (commit) via ff9638d8151258eec1ee1bb67196845eb1dabd18 (commit) via fb88bb22f2fd1b68bbfaec722f715fe4984f27b6 (commit) from ed27574a6f685ccc669cf7e91a92d6a515fe80e2 (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 96a92a874a9a673a0c9003f2cb8c25ac64244f0e Author: Chris Hall Date: Wed May 15 19:30:57 2013 +1200 Bug 10245: add CSS classes to OPAC detail items table header Signed-off-by: Jared Camins-Esakov Classes now appear on as well for easy styling. Signed-off-by: Kyle M Hall Passes koha-qa.pl, template changes only. Adds classes and id's to table headers, makes no other changes. Signed-off-by: Galen Charlton (cherry picked from commit da6f70c697bd445c7f37bf3cd698021c0bf14e90) Signed-off-by: Tomas Cohen Arazi Some table headers are missing classes and ids still... commit 1133c328b31cf9e8138de85ef266a6557757bab4 Author: Galen Charlton Date: Fri Jun 14 08:30:35 2013 -0700 Bug 10425: tweaks to text of help for local use system preference Signed-off-by: Galen Charlton (cherry picked from commit c02b57bd5cacc3fbe981f5d8331c7cfe8aa178a7) Signed-off-by: Tomas Cohen Arazi commit ff9638d8151258eec1ee1bb67196845eb1dabd18 Author: Fridolyn SOMERS Date: Thu Jun 6 10:57:29 2013 +0200 Bug 10425 - Help page missing for Local Use preferences When viewing Local Use system preferences tab, the help button will lead to an error page. This is because Local Use tab uses not the same script has other tabs : systempreferences.pl. This patch adds help/systemprefences.tt Test plan : - Go to Local Use preferences : /cgi-bin/koha/admin/systempreferences.pl - Click on Help link (at right top) - See you get the same page as other preferences tab help Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 0e0a1a61a62473de7ae92bde9d0f3617c34ba325) commit fb88bb22f2fd1b68bbfaec722f715fe4984f27b6 Author: Owen Leonard Date: Thu May 23 12:44:58 2013 -0400 Bug 10315 - Use easier readable font for generated passwords The text inputs on the change password form are not very big, and the default sans-serif font isn't always good for showing unambiguous characters. This patch sets a larger, monospace font for those fields. To test, apply the patch, clear your browser cache, and open the patron change password form (members/member-password.pl). The inputs should be more readable, especially the password fields when you click to fill with a randomly generated password. Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 1a15b26e65fb57c622ed11cb0c7459516e6e023c) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 6 +++++ .../en/modules/help/admin/systempreferences.tt | 13 +++++++++++ koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 22 ++++++++++---------- 3 files changed, 30 insertions(+), 11 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 15:11:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2013 13:11:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-750-g7dd19a3 Message-ID: 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 7dd19a3b04a31bec9f1ed733888503f61971302e (commit) from 2fccb14a806e9aad18cc9f75df39e09bd64830dd (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 7dd19a3b04a31bec9f1ed733888503f61971302e Author: Robin Sheat Date: Tue Jul 2 03:06:09 2013 +1200 Bug 10524 - dependency updates Include liblibrary-callnumber-lc-perl Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: debian/control | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 15:16:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2013 13:16:32 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-751-g1a1658f Message-ID: 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 1a1658f020e482abdd35fc8afc04cfcbce91e046 (commit) from 7dd19a3b04a31bec9f1ed733888503f61971302e (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 1a1658f020e482abdd35fc8afc04cfcbce91e046 Author: Owen Leonard Date: Wed Jun 26 12:54:15 2013 -0400 Bug 10510 - OPAC's renew selected link has glitchy icon The "renew selected" link on the list of a user's checkouts looks bad because the next icon in the sprite shows through. This patch modifies the sprite to give it proper spacing and corrects the CSS to accommodate the change. To test, apply the patch, clear your browser cache, and view the following pages to confirm that the change works: - With TagsEnabled and TagsInputOnList enabled, view a search results page when logged in and when not logged in. Tag links should be styled correctly. - With OpacBrowseResults enabled, open the detail page for any record and click the "browse shelf" link. The "forward" and "back" arrows should be styled correctly. - With OpacRenewalAllowed enabled, log in to the OPAC and view your checked out items. The "renew selected" and "renew all" links should look correct. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Note: this will fix only the prog theme, but not the ccsr theme. And it works perfectly. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/css/opac.css | 13 ++++++------- koha-tmpl/opac-tmpl/prog/images/sprite.png | Bin 8381 -> 3348 bytes 2 files changed, 6 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 16:01:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2013 14:01:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-753-g93aee04 Message-ID: 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 93aee04405b963a9ed344837f81531e1b56bc3e4 (commit) via aa4fde7d0d6dee14e3715f3063f16ee4f623b936 (commit) from 1a1658f020e482abdd35fc8afc04cfcbce91e046 (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 93aee04405b963a9ed344837f81531e1b56bc3e4 Author: Galen Charlton Date: Tue Jul 2 07:09:22 2013 -0700 bug 9998: (follow-up) use Modern::Perl as per coding guidelines Signed-off-by: Galen Charlton commit aa4fde7d0d6dee14e3715f3063f16ee4f623b936 Author: Marcel de Rooy Date: Wed May 8 16:29:23 2013 +0200 Bug 9998: new tool to import/export and compare system preferences This patch adds a new maintenance script: cmp_sysprefs.pl Test plan: 1 Run with -cmd backup -file zz01. Check that file. Run with -cmd test -file zz01. Check zz01.sav. 2 Run with -cmd compare -file zz01. No differences expected. 3 Edit zz01: delete two prefs, change two prefs and add two new prefs. 4 Run with -cmd compare -file zz01. Are all six changes reported? 5 Add local use preference zz02 in the staff client (no explanation, options). 6 Run with -cmd backup -file zz02. 7 Delete local use pref zz02 from the staff client. 8 Run with -cmd restore -file zz02. Check if local pref zz02 came back. 9 Delete local use pref zz02 again from the staff client. 10 Run with -cmd compare -file zz02 -add. Check if local pref zz02 came back. 11 Change the value of zz02 in the staff client. 12 Run with -cmd compare -file zz02 -add. Check the value: not updated? 13 Run with -cmd compare -file zz02 -upd. Check the value: updated now? 14 Edit file zz02. Add a comment line and delete the line for pref zz02. 15 Run with -cmd compare -file zz02 -del. Is pref zz02 deleted? 16 Add local use preference zz02 in the staff client (WITH explanation). 17 Run with -cmd compare -file zz02 -del. pref zz02 should not be deleted. 18 Run with -cmd compare -file zz02 -del -ign-opt. zz02 should be deleted now. Do the next steps only on a restorable test db: 19 Create file zz03. Leave it empty. Compare with: -cmd compare -file zz03 -del -ign-opt. All prefs gone except Version? 20 Restore with: -cmd restore -file zz01.sav. Compare with -cmd compare -file zz01.sav. Nothing reported? Note: The explanation or options are not recovered. (See also BZ 10199.) This affects local use preferences only. If you need them, restore your test db. Remove the zz files. Signed-off-by: Kyle M Hall Amended patch Only cosmetic stuff: Perltidied with xt/perltidyrc. Replaced most double quotes by single quotes around SQL statements. Moved the usage into POD for pod2usage. Passing no file shows help screen too. Counting the db updates more accurately with return value of do. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: misc/maintenance/cmp_sysprefs.pl | 329 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 329 insertions(+), 0 deletions(-) create mode 100755 misc/maintenance/cmp_sysprefs.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 16:03:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2013 14:03:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-754-g974ab56 Message-ID: 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 974ab561ef00e76e7329f61b016b5d6b3103dde7 (commit) from 93aee04405b963a9ed344837f81531e1b56bc3e4 (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 974ab561ef00e76e7329f61b016b5d6b3103dde7 Author: Fridolyn SOMERS Date: Thu Apr 11 16:46:23 2013 +0200 Bug 10029 - CAS authentication fails in OPAC reserve If OPAC reserve page is accessed without being logged-in, login form is displayed as well as a CAS authentication link (if enabled). A click on this link will lead to CAS server but one comming back to Koha, page shows an error : "ERROR: No biblionumber received". This is because CAS link only contains the query path "/cgi-bin/koha/opac-reserve.pl", not the query parameters. This patch adds query parameters to URI sent to CAS. Test plan : - Enable CAS - Go to opac without been logged-in - Try to place hold on a record => You get to /cgi-bin/koha/opac-reserve.pl?biblionumber=XXX showing authentication page => Check that CAS link contains query param "biblionumber" - Click on CAS link and log in => Check you return well logged-in to reserve page with biblionumber param Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer I have followed the test plan as far as I could and the links contain the biblionumber now, which they didn't before. I couldn't check the CAS login, but my normal login worked as expected. All tests and the QA script pass. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_cas.pm | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 2 19:49:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2013 17:49:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-24-ga2e89ed Message-ID: 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, 3.12.x has been updated via a2e89edf43b2946da0986a5c83b04a60dea04061 (commit) via ab3163564e91921222c153897f786551fe59647e (commit) via b88f16a4e99d533753e3d707239e94da019ce303 (commit) via b440b965eb6e5d97ce58a37f0b9da381b44e45bd (commit) via a7d116e2fe39a17dd076e1dc805239622b410418 (commit) from 96a92a874a9a673a0c9003f2cb8c25ac64244f0e (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 a2e89edf43b2946da0986a5c83b04a60dea04061 Author: Jonathan Druart Date: Mon Jun 10 14:05:32 2013 +0200 Bug 10439: fix bug preventing the library for a notice from being changed 2 javascript functions should be apply only in a specific case, not for all views. Test plan: - Switch on the IndependentBranches pref and log in as a superlibrarian. - Try to change the library for a notice. Before the patch, no change is applied. - Try to create a new notice, changing the library from default in the process. Before the patch, the notice is not created. The bug can also be reproduced when IndependentBranches is off, in which case the staff user need not be a superlibrarian. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 77a5e3e365a50b02c9f224d731e05de90fc667c9) Signed-off-by: Tomas Cohen Arazi Test plan works as advertised. commit ab3163564e91921222c153897f786551fe59647e Author: Tomas Cohen Arazi Date: Thu Jun 13 14:20:43 2013 -0300 Bug 10464: Patron search on placing a hold now supports autocomplete The patron search box for placing a hold request on a bib in the staff interface now supports autocomplete if the CircAutocompl system preference is enabled. This patch grabs the autocomplete handling javascript stuff from patron-search-box.inc and puts an adjusted version on reserve/request.tt. It sets form and input IDs to match those configured in the autocomplete call, adjusted where needed to avoid name collisions with the patron-search-box.inc that is present everywhere. This patch also doubles the width of the patron search input field. To test: - On a biblio record, go to the Holds tab, mine looks like /cgi-bin/koha/reserve/request.pl?biblionumber=2 - A search box is shown for patron searching. - Search for a patron: it works as usual. - Make sure CircAutocompl is "Don't try" - Apply the patch - Click the Holds tab again, and do the same search: functionality should remain intact. - Change CircAutocompl to "Try" - Click the Holds tab again - Autocomplete should show you the possible options, and once you choose one result, it should work as usual. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Passes all tests and QA script. Adding a nice new autocomplete feature. Signed-off-by: Galen Charlton (cherry picked from commit dc94a9bef79dc6d186fe93d82dac10cab0468d24) Signed-off-by: Tomas Cohen Arazi commit b88f16a4e99d533753e3d707239e94da019ce303 Author: Colin Campbell Date: Thu May 30 18:23:55 2013 +0100 Bug 766: remove CGI::scrolling_list from request.pl Let the template take care of generating the display. Lets at least part of request.pl be more succinct. To test, place a hold and search for the patron using a partial name. You should get a dropdown select list of patrons and be able to select the patron to hold for from there. The functionality should remain unimpaired after this patch is applied. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 7668e19c9593da570cffb5cd4640fe175d739328) Signed-off-by: Tomas Cohen Arazi commit b440b965eb6e5d97ce58a37f0b9da381b44e45bd Author: Bernardo Gonzalez Kriegel Date: Thu May 2 08:13:05 2013 -0300 Bug 10141: improve editing of MARC21 bib 008/18-21 and 008/24-27 This patch changes the MARC21 008 editing form to create dropdowns for each of the 008/18-21 (Illustrations) and 008/24-27 (Nature of contents) positions. To test: 1) Edit or add a new bibliographic record 2) Click on field 008 value builder, positions 18-21 and 24-27 only show an input text box 3) Apply the patch 4) Reload value_builder page, now each position (18-21,24-27) has its own dropdown. Note that it may be necessary to clear the browser cache for the change to be visible. Similar changes could be made for the 006 value builder. Signed-off-by: David Cook Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 6792ddd0e3606704eaa72bda2a39d5686129c70a) Signed-off-by: Tomas Cohen Arazi Works great, nice improvement commit a7d116e2fe39a17dd076e1dc805239622b410418 Author: David Cook Date: Fri Jun 14 13:03:19 2013 +1000 Bug 10466: fix glitch in OPAC display of titles saved to list When displaying (in the OPAC) the set of records saved to a list, an apparently random number (typically 33 or 34) is sometimes displayed at the end of the publication description. In particular, this can occur when XSLT is *not* being used to display search results; this patch corrects the problem. Now for the technical details: This patch checks to see if "size" is undefined. If it is, we add a blank (i.e. "") value to it in place of undef. If we do not do this, calling "itemloo.size" will return the size of the "itemloo" hash, rather than the value for the "size" key. This is because "size" is a virtual method in Template Toolkit. It's uncertain why the value is retrieved for the "size" key when there is a defined value and why TT doesn't use the method instead, and that it uses "size" as a method only if there is either no "size" key or if the value tied to the "size" key is null/undef. This might be a feature or it might be a bug in TT... In the meantime, we will check to see if it's undefined. If it is, we'll give it a value. This bug has been identified in the opac-search.pl, search.pl and addbooks.pl pages before. To address it, we're currently checking if there is a "size" key, and if not...we're adding one with a blank value. This patch takes up that same idea, although I think it might be better to rename the variable before passing it to TT in case the behaviour of TT changes in the future in regards to how it handles virtual methods. N.B. Obviously, this only affects users not using XSLTs. -- Test Plan: Before applying the patch: 0) Make sure you have opac search result XSLT turned off 1) Find bib records that do not have a 300$c (Dimensions) value. 2) Find bib records that do have a 300$c (Dimensions) value. (N.B. These values should be stored in the `size` column of biblioitems). 3) Add items from both sets of records to a List 4) Note that records without a 300$c will display a number at the end of the "Publication" description/string. It should be something like 33 or 34 in most cases. 5) Note that records with a 300$c don't display this number. They just show the value from 300$c. Apply the patch. 6) Clear your cache, refresh the page, etc. 7) Note that the number (e.g. 33 or 34) has disappeared from the end of the "Publication" description/string. Signed-off-by: Marcel de Rooy Added a small comment at the end of this one line. Signed-off-by: Galen Charlton (cherry picked from commit ceada35e008e6a60b62f384ec386e80b03fe0130) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/VirtualShelves/Page.pm | 1 + .../cataloguing/value_builder/marc21_field_008.xml | 154 +++++++++++++++++++- .../prog/en/modules/reserve/request.tt | 54 ++++++-- .../intranet-tmpl/prog/en/modules/tools/letter.tt | 10 +- reserve/request.pl | 46 ++----- 5 files changed, 213 insertions(+), 52 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 3 00:19:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Jul 2013 22:19:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-755-gda0337b Message-ID: 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 da0337b374c5824c0f9edcb3e8545c812644ff63 (commit) from 974ab561ef00e76e7329f61b016b5d6b3103dde7 (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 da0337b374c5824c0f9edcb3e8545c812644ff63 Author: Jonathan Druart Date: Thu Apr 4 12:04:46 2013 +0200 Bug 9987: Remove DB field aqorders.biblioitemnunmber The DB field aqorders.biblioitemnumber seems to be unused except to get the itype on the spent.pl page. This information can be retrieved uising another SQL join. Test plan: Try a complete workflow in the acquisition module: create an order, receive it, play with the syspref AcqCreateItem. Check that no regression is found and that the data for existing orders don't change. Signed-off-by: Mathieu Saby Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 65 +------------------ C4/Letters.pm | 2 +- acqui/addorder.pl | 4 +- acqui/finishreceive.pl | 1 - acqui/neworderempty.pl | 1 - acqui/orderreceive.pl | 1 - acqui/spent.pl | 7 +- installer/data/mysql/kohastructure.sql | 1 - installer/data/mysql/updatedatabase.pl | 8 +++ .../prog/en/modules/acqui/neworderempty.tt | 1 - .../prog/en/modules/acqui/orderreceive.tt | 1 - t/db_dependent/lib/KohaTest/Acquisition.pm | 1 - 12 files changed, 18 insertions(+), 75 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 3 03:37:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Jul 2013 01:37:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-756-g9598f63 Message-ID: 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 9598f6365e8aaca741ba422e6195d4fd67f00480 (commit) from da0337b374c5824c0f9edcb3e8545c812644ff63 (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 9598f6365e8aaca741ba422e6195d4fd67f00480 Author: Galen Charlton Date: Tue Jul 2 18:46:27 2013 -0700 Bug 9987: DBRev 3.13.00.009 - remove acqorders.biblioitemnumber Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 3 +-- kohaversion.pl | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 3 06:57:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Jul 2013 04:57:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-757-g58ccb83 Message-ID: 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 58ccb8342b2d7291926fec0076fe68303313da90 (commit) from 9598f6365e8aaca741ba422e6195d4fd67f00480 (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 58ccb8342b2d7291926fec0076fe68303313da90 Author: Galen Charlton Date: Tue Jul 2 22:03:07 2013 -0700 Bug 9987: remove reference to biblioitemnumber from test case Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Acquisition.t | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 3 13:18:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Jul 2013 11:18:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-759-g14babce Message-ID: 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 14babcecf681874e4a75eff0a5ba2d869f1966bf (commit) via 61103a1f82dc0efd98a4629b0c650fa020ba73c8 (commit) from 58ccb8342b2d7291926fec0076fe68303313da90 (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 14babcecf681874e4a75eff0a5ba2d869f1966bf Author: Marcel de Rooy Date: Mon Jul 1 13:37:39 2013 +0200 Bug 10488: Followup replacing DELETEs by more restricted INSERTs Instead of inserting followed by deleting, this patch combines the two where clauses of both sql statements, meanwhile leaving the separation intact. As suggested by Galen, removed all 162's from the non-default types. The 162 calls for a new authority type. We can add that later on. Signed-off-by: Marcel de Rooy Ran this .sql script after deleting all auth records. The former version had 9 types, 1148 tags and 11621 subfields. This one has 9 types, 1140 tags and 11597 subfields. That is expected: 8 tags 162 less and 8x3 subfields less. Signed-off-by: Galen Charlton commit 61103a1f82dc0efd98a4629b0c650fa020ba73c8 Author: Bernardo Gonzalez Kriegel Date: Wed Jun 26 22:27:14 2013 -0300 Bug 10488 - New MARC21 authority tags and subfields should be propagated to non-default frameworks As proposed by the report creator, this patch rewites authorities_normal_marc21.sql using default authority framework to build all current authtypes, then deleting irrelevant tags. It also updates default authority framework to last update (April 2013) adding new or updated tags/subtags. All new tags/subtags from Bug 9826 and this one are included in all authtypes. Deleted tags reflect current situation except for 7XX tags thatl must be present for all authtypes. Only for new installs To test: 1) Apply patch 2) Delete all authtypes exec in database delete from auth_types; delete from auth_tag_structure; delete from auth_subfield_structure; 3) Insert new auth framework 4) Verify absent tags. This can be done running select tagfield as from auth_tag_structure where authtypecode ='' and tagfield not in (select tagfield from auth_tag_structure where authtypecode = 'AUTH_TYPE') for each authtype ( UNIF_TITLE, TOPIC_TERM, etc.) The attached PDF could be used as a reference, all that is white or green for each authtype must be in the list (except for white 7XX tags) Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../marc21/mandatory/authorities_normal_marc21.sql | 7889 +------------------- 1 files changed, 314 insertions(+), 7575 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 3 13:21:58 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Jul 2013 11:21:58 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-760-ge31b158 Message-ID: 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 e31b158245f4eff36decebf30c8a87c8cfebe472 (commit) from 14babcecf681874e4a75eff0a5ba2d869f1966bf (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 e31b158245f4eff36decebf30c8a87c8cfebe472 Author: Fridolyn SOMERS Date: Fri Jun 7 10:17:54 2013 +0200 Bug 10428: undefined check in add additem.pl In additem.pl, in the code that generates item form you find: @values = $itemrecord->field($tag)->subfield($subtag) if ($itemrecord && defined($itemrecord->field($tag)->subfield($subtag))); This patch adds the check of $itemrecord->field($tag) undef. I did not found a way to test it because item tag is always defined when editing an item, but it would be safer/prettier to add this check. Signed-off-by: Kyle M Hall Passed-QA-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: cataloguing/additem.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 3 21:39:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Jul 2013 19:39:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-761-g79df521 Message-ID: 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 79df5211d6faff8ab31b46c815ed50c70093a057 (commit) from e31b158245f4eff36decebf30c8a87c8cfebe472 (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 79df5211d6faff8ab31b46c815ed50c70093a057 Author: Owen Leonard Date: Wed Jun 5 14:03:51 2013 -0400 Bug 10346 - "Add multiple copies" should be labelled "Add multiple items" The Koha interface standardizes on the term "item" instead of "copy," so the "Add multiple copies" button would be more correctly labeled "Add multiple items." To test, view the add item screen for an existing or new record. You should see a button labeled "Add multiple items." Signed-off-by: Cedric Vita Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/cataloguing/additem.tt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 5 15:48:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Jul 2013 13:48:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-763-g82e1b22 Message-ID: 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 82e1b227943393c33dbec903a7287c49b593424c (commit) via 343c93ea4358d7b78dec25dfbcca525eabbfa6bf (commit) from 79df5211d6faff8ab31b46c815ed50c70093a057 (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 82e1b227943393c33dbec903a7287c49b593424c Author: Tomas Cohen Arazi Date: Mon Jun 24 14:40:36 2013 -0300 Bug 10431 - Redundant mappings removed There were 5 redundant mappings left in the file. They are removed. Its almost a QA followup as everything went fine anyway. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 343c93ea4358d7b78dec25dfbcca525eabbfa6bf Author: Tomas Cohen Arazi Date: Tue Jun 11 10:46:36 2013 -0300 Bug 10431 - Spanish Zebra character sorting file This patch provides a definition file for Spanish (es) character sorting in Zebra. It is based on the ideas from Hugo Agud and Pablo Bianchi . Makefile.PL is fixed to notice the existence of the 'es' language. The docs for koha-create are touched too. To test: Tarball ======= - Go through the install process, choosing 'es' for the Zebra's language step - Koha should work as usual. - Running this should show the lang definition is properly set. $ grep -R "lang_defs/es" /etc/koha/* (stuff like zebradb/zebra-biblios-dom.cfg:profilePath:...etc/koha/zebra/lang_defs/es... should show) - This file should be present: /etc/koha/zebradb/lang_defs/es/sort-string-utf.chr Packages ======== - Build your own package, it shouldn't break the packaging - Try the new package, using koha-create to set an instance using --lang 'es' Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 2 +- debian/scripts/koha-create | 2 +- etc/zebradb/lang_defs/es/sort-string-utf.chr | 42 ++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 etc/zebradb/lang_defs/es/sort-string-utf.chr hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 5 15:51:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Jul 2013 13:51:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-764-gaecb163 Message-ID: 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 aecb163f69b238314bbd67215ce2d8950aeab060 (commit) from 82e1b227943393c33dbec903a7287c49b593424c (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 aecb163f69b238314bbd67215ce2d8950aeab060 Author: Katrin Fischer Date: Sun Jun 16 09:09:33 2013 +0200 Bug 10474: Translate some English strings in German sample notices This translates 2 strings missed doing the initial translation in ISSUESLIP. To test: - Run the web installer in German. Altnernatively: - Truncate your letters table and run the SQL against the database. Check that the notices were added correctly, especially ISSUESLIP. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../data/mysql/de-DE/mandatory/sample_notices.sql | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 5 15:57:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Jul 2013 13:57:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-765-gbed99a8 Message-ID: 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 bed99a851646fd0c7a4c906dd9dfe60c485b40c6 (commit) from aecb163f69b238314bbd67215ce2d8950aeab060 (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 bed99a851646fd0c7a4c906dd9dfe60c485b40c6 Author: Marc Veron Date: Fri Jun 14 16:37:23 2013 +0200 Bug 5894: Display all titles when confirming copy of items from cart to list Adds missing code that splits biblios before calling template. To test: - Add some items to cart - Open cart, select some or all items - Add to list; with patch, following window shold show something like "Add 3 items to a list:", followed by list of items Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: opac/opac-addbybiblionumber.pl | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 5 17:33:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Jul 2013 15:33:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-766-g0397e7e Message-ID: 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 0397e7ea64c208c140d7178ed34c3bd4b266fcfb (commit) from bed99a851646fd0c7a4c906dd9dfe60c485b40c6 (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 0397e7ea64c208c140d7178ed34c3bd4b266fcfb Author: Fridolyn SOMERS Date: Wed Jun 26 17:52:40 2013 +0200 Bug 9113: fix handling of certain characters by item batch modification tool If you're using the batch modification tool and entering a call number like "E+ 123 ABC", the tool removes the + and puts a space in its place, e.g., "E 123 ABC" This is because the form is posted via Ajax by background-job-progressbar.js. Values are URI-encoded using escape(), but this method does not escape some characters: * @ - _ + . / Also, "+" is considered as a space in a URI. This patch replaces escape() by encodeURIComponent() which encodes every character. Test plan : Perform an items batch modification by setting '* @ - _ + . /' in a field (notes for example) and see that all characters are saved correctly. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/js/background-job-progressbar.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 5 18:05:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Jul 2013 16:05:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-768-g96ac578 Message-ID: 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 96ac578960cb4f2c5a964b3ac7fa4f9ba676b95d (commit) via 2d32ab38148f7d75412a36e928dea799717bc5fb (commit) from 0397e7ea64c208c140d7178ed34c3bd4b266fcfb (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 96ac578960cb4f2c5a964b3ac7fa4f9ba676b95d Author: Fridolyn SOMERS Date: Fri May 31 10:17:08 2013 +0200 Bug 10384: fall back to normal authentication if LDAP server is not available This fixes a bug where, assuming LDAP authentication is enabled, if a user tries to log in while the LDAP server is down, the following fatal error is displayed: Can't call method "bind" on an undefined value at C4/Auth_with_ldap.pm line 134, line 558. This patch catches this error to allow normal authentication when LDAP connexion fails. Test plan : - Configure LDAP connexion with a host not having LDAP. ie : 1 localhost dc=test,dc=com cn=Manager,dc=test,dc=com passwd 0 0 0 MAIN PT - Try to connect with mysql user (defined in koha-conf.xml) - Try to connect with a user defined in borrowers You may try to connect with working LDAP connexion Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 2d32ab38148f7d75412a36e928dea799717bc5fb Author: Kyle M Hall Date: Wed Apr 17 09:33:55 2013 -0400 Bug 9533: batch item modification form now shows default field values only by request This patch makes the pre-population of the fields for the batch item editor with the default values from the default framework optional and off by default. Test Plan: 1) Apply patch 2) Add default values for cost and replacement cost to the default framework. 3) Browse to Tools / Batch item modification 4) Choose a file, or entire some barcodes in the text area 5) Ensure that the 'Populate fields with default values from default framework' is *not* checked 6) Click 'Continue' 7) Observe that the fields for cost and replacement cost are blank 8) Click the 'back' button on your browser 9) Check the checkbox to enable the default value 10) Click 'Continue' 11) Observe that the fields for cost and replacement cost now contain the default values you assigned them in the default MARC framework Signed-off-by: David Cook Signed-off-by: Katrin Fischer Switch works correctly, all tests and QA script pass. Note: there is a bug with default values for all non text input fields. Default values won't be applied for those fields as the pull downs are not preselected correctly with the default values defined in the framework. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_ldap.pm | 5 +++++ .../prog/en/modules/tools/batchMod.tt | 14 ++++++++++++++ tools/batchMod.pl | 7 +++---- 3 files changed, 22 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 5 18:34:52 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Jul 2013 16:34:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-769-gd932f6f Message-ID: 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 d932f6ff250c3a50db379b23abfc40a77620e94b (commit) from 96ac578960cb4f2c5a964b3ac7fa4f9ba676b95d (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 d932f6ff250c3a50db379b23abfc40a77620e94b Author: Jonathan Druart Date: Thu May 23 16:42:38 2013 +0200 Bug 10317: improve display when order receiving page is given an invalid invoiceid This patch fixes some things on the order receiving/parcel page. 1/ Removes dead code 2/ Displays an error message if invoiceid is unset or does not refer to an invoice 3/ Fixes a bug in the note ("change note" and "add note" links) Test plan: 1/ Try to call the invoice page with an existing invoiceid and check that order results are consistent. 2/ Try without invoiceid or a bad invoiceid and check that an error message is displayed. 3/ Add and change notes. Signed-off-by: Cedric Vita Signed-off-by: Katrin Fischer Works nicely for all tests done. - parcel.pl with invalid invoicenumber gives a nice error message - parcel.pl with a valid invoicenumber looks normal - changing and editing order notes works well Passes QA script. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/parcel.pl | 31 +++++++------------ .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 27 +++++++++++------ 2 files changed, 30 insertions(+), 28 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 5 18:53:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Jul 2013 16:53:30 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-771-g37b3ac6 Message-ID: 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 37b3ac65e1dd363db8cc12793980a273b8cc09f4 (commit) via d02e2789e567158b30ad237d5efd864247dd4ead (commit) from d932f6ff250c3a50db379b23abfc40a77620e94b (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 37b3ac65e1dd363db8cc12793980a273b8cc09f4 Author: Galen Charlton Date: Fri Jul 5 17:01:28 2013 +0000 Bug 10390: (follow-up) correct description of a test Signed-off-by: Galen Charlton commit d02e2789e567158b30ad237d5efd864247dd4ead Author: Jared Camins-Esakov Date: Sun Jun 2 07:50:43 2013 -0400 Bug 10390: Add ability to delete empty invoices There is currently no way to delete unused invoices (for example, invoices created by mistake), and there really should be, since errors and absent-mindedness can result in numerous empty invoices over the course of years. To test: 1) Apply patch. 2) Create three invoices in the Acquisitions module. For one of them, receive at least one item. For the other two, do not receive any items. 3) View one of the invoices that does not have any items on it. 4) Try to delete it. This should succeed. 5) View the invoice that has an item. There should not be any option to delete it. 6) Do an invoice search that brings up the other invoice with no items on it. Try to delete it from the results page. This should succeed. 7) Run the unit test: > prove t/Acquisition/Invoice.t 8) Sign off. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer All tests and QA script pass. I also did another test: I cancelled all receipts from an existing invoice and then could successfully delete it in the last step. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 34 ++++++++++++++++++++ acqui/invoice.pl | 8 +++++ .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 3 ++ .../prog/en/modules/acqui/invoices.tt | 3 ++ t/Acquisition/Invoice.t | 23 +++++++++++++- 5 files changed, 70 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 6 19:04:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 06 Jul 2013 17:04:30 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-773-g35d8886 Message-ID: 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 35d888643f3b3c281e0212b04ed770d3a86ce1e1 (commit) via 2d47b85692152a34fcd89acc9ec9032558d46844 (commit) from 37b3ac65e1dd363db8cc12793980a273b8cc09f4 (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 35d888643f3b3c281e0212b04ed770d3a86ce1e1 Author: Galen Charlton Date: Sat Jul 6 17:14:00 2013 +0000 Bug 10366: DBRev 3.13.00.010 - add AcqWarnOnDuplicateInvoice syspref Signed-off-by: Galen Charlton commit 2d47b85692152a34fcd89acc9ec9032558d46844 Author: Jared Camins-Esakov Date: Tue May 28 23:03:59 2013 -0400 Bug 10366: Alert librarian if an invoice number is duplicated Some vendors ship materials from the same invoice in multiple packages. In those cases, it would be good to notify the librarian when they enter a duplicate invoice number, so that they can continue receiving on the previously-created invoice, rather than creating an invoice with a duplicate number. To test: 1) Apply patch and run database update. 2) Make sure that you have created at least one invoice on acqui/parcels.pl and take note of the invoice number. 3) Try to create an invoice with the same invoice number. 4) Note that without changing your configuration this works exactly the same as before. 5) Turn on the AcqWarnOnDuplicateInvoice system preference. 6) Try to create a new invoice with the same number as the one you noted earlier. 7) Make sure you get a warning about a duplicate invoice. 8) Choose to receive on the existing invoice. 9) Confirm that you are receiving on said existing invoice. 10) Start the receiving process over, and this time choose "Create new invoice anyway." 11) Confirm that you are now receiving on a new invoice. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Passes all tests and QA script. I have followed the test plan, but also checked some more things: - Checking the duplicate check works when you have the entered invoice number in your database multiple times already. - Checking that no duplicate message is shown if you enter the invoice number and it's already been used for an invoice from another vendor. Looks all good. I think the only thing we could argue about here is if this could be activated by default for new installations. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/parcels.pl | 32 +++++++++++++++---- installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 13 ++++++++ .../intranet-tmpl/prog/en/modules/acqui/parcels.tt | 29 ++++++++++++++++++ .../en/modules/admin/preferences/acquisitions.pref | 6 ++++ kohaversion.pl | 2 +- 6 files changed, 75 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 7 01:56:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 06 Jul 2013 23:56:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-38-g54135a4 Message-ID: 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, 3.12.x has been updated via 54135a4b22242ba306e496f6f7ba154e4e1289ab (commit) via 76a126ee3d169912a92a54d5982bb345679c795c (commit) via 3446a86f80313316c5f939e10b983c8703095030 (commit) via 32de75b948944debe41380293c58cfe02bcbcc2d (commit) via f35ab0a9c1702c4d7bb62362341a1f83d2d22f92 (commit) via becd60e9c3305efb216c8cc559cf8adac4ed0a1b (commit) via 6643a41c97b3a9b4129f0dd7d1fa854f2f93fb14 (commit) via cc9b3522b192b8510a4846cd7a4b3aca3e8a0a07 (commit) via 98132b8e5c295d99a5d4550398f6b7ae1e804ed6 (commit) via 518a0186f3622aa5a0e9714d3f8c71bc82dd3411 (commit) via 69a8048eeecacff99b64fa722fa8850891476031 (commit) via f680ae1d4a5af747e2dc410cb4cc97dd06ba0693 (commit) via ce3c8eeb47e6ba052c09cfd590c0e9b83209881f (commit) via d525d414538709ddf8feb4da6db3dee6c9ae9ff0 (commit) from a2e89edf43b2946da0986a5c83b04a60dea04061 (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 54135a4b22242ba306e496f6f7ba154e4e1289ab Author: Marcel de Rooy Date: Mon Jul 1 13:37:39 2013 +0200 Bug 10488: Followup replacing DELETEs by more restricted INSERTs Instead of inserting followed by deleting, this patch combines the two where clauses of both sql statements, meanwhile leaving the separation intact. As suggested by Galen, removed all 162's from the non-default types. The 162 calls for a new authority type. We can add that later on. Signed-off-by: Marcel de Rooy Ran this .sql script after deleting all auth records. The former version had 9 types, 1148 tags and 11621 subfields. This one has 9 types, 1140 tags and 11597 subfields. That is expected: 8 tags 162 less and 8x3 subfields less. Signed-off-by: Galen Charlton (cherry picked from commit 14babcecf681874e4a75eff0a5ba2d869f1966bf) Signed-off-by: Tomas Cohen Arazi commit 76a126ee3d169912a92a54d5982bb345679c795c Author: Bernardo Gonzalez Kriegel Date: Wed Jun 26 22:27:14 2013 -0300 Bug 10488 - New MARC21 authority tags and subfields should be propagated to non-default frameworks As proposed by the report creator, this patch rewites authorities_normal_marc21.sql using default authority framework to build all current authtypes, then deleting irrelevant tags. It also updates default authority framework to last update (April 2013) adding new or updated tags/subtags. All new tags/subtags from Bug 9826 and this one are included in all authtypes. Deleted tags reflect current situation except for 7XX tags thatl must be present for all authtypes. Only for new installs To test: 1) Apply patch 2) Delete all authtypes exec in database delete from auth_types; delete from auth_tag_structure; delete from auth_subfield_structure; 3) Insert new auth framework 4) Verify absent tags. This can be done running select tagfield as from auth_tag_structure where authtypecode ='' and tagfield not in (select tagfield from auth_tag_structure where authtypecode = 'AUTH_TYPE') for each authtype ( UNIF_TITLE, TOPIC_TERM, etc.) The attached PDF could be used as a reference, all that is white or green for each authtype must be in the list (except for white 7XX tags) Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 61103a1f82dc0efd98a4629b0c650fa020ba73c8) Signed-off-by: Tomas Cohen Arazi commit 3446a86f80313316c5f939e10b983c8703095030 Author: Jonathan Druart Date: Thu May 23 16:42:38 2013 +0200 Bug 10317: improve display when order receiving page is given an invalid invoiceid This patch fixes some things on the order receiving/parcel page. 1/ Removes dead code 2/ Displays an error message if invoiceid is unset or does not refer to an invoice 3/ Fixes a bug in the note ("change note" and "add note" links) Test plan: 1/ Try to call the invoice page with an existing invoiceid and check that order results are consistent. 2/ Try without invoiceid or a bad invoiceid and check that an error message is displayed. 3/ Add and change notes. Signed-off-by: Cedric Vita Signed-off-by: Katrin Fischer Works nicely for all tests done. - parcel.pl with invalid invoicenumber gives a nice error message - parcel.pl with a valid invoicenumber looks normal - changing and editing order notes works well Passes QA script. Signed-off-by: Galen Charlton (cherry picked from commit d932f6ff250c3a50db379b23abfc40a77620e94b) Signed-off-by: Tomas Cohen Arazi commit 32de75b948944debe41380293c58cfe02bcbcc2d Author: Katrin Fischer Date: Sun Jun 16 09:09:33 2013 +0200 Bug 10474: Translate some English strings in German sample notices This translates 2 strings missed doing the initial translation in ISSUESLIP. To test: - Run the web installer in German. Altnernatively: - Truncate your letters table and run the SQL against the database. Check that the notices were added correctly, especially ISSUESLIP. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit aecb163f69b238314bbd67215ce2d8950aeab060) Signed-off-by: Tomas Cohen Arazi commit f35ab0a9c1702c4d7bb62362341a1f83d2d22f92 Author: Tomas Cohen Arazi Date: Mon Jun 24 14:40:36 2013 -0300 Bug 10431 - Redundant mappings removed There were 5 redundant mappings left in the file. They are removed. Its almost a QA followup as everything went fine anyway. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 82e1b227943393c33dbec903a7287c49b593424c) Signed-off-by: Tomas Cohen Arazi commit becd60e9c3305efb216c8cc559cf8adac4ed0a1b Author: Tomas Cohen Arazi Date: Tue Jun 11 10:46:36 2013 -0300 Bug 10431 - Spanish Zebra character sorting file This patch provides a definition file for Spanish (es) character sorting in Zebra. It is based on the ideas from Hugo Agud and Pablo Bianchi . Makefile.PL is fixed to notice the existence of the 'es' language. The docs for koha-create are touched too. To test: Tarball ======= - Go through the install process, choosing 'es' for the Zebra's language step - Koha should work as usual. - Running this should show the lang definition is properly set. $ grep -R "lang_defs/es" /etc/koha/* (stuff like zebradb/zebra-biblios-dom.cfg:profilePath:...etc/koha/zebra/lang_defs/es... should show) - This file should be present: /etc/koha/zebradb/lang_defs/es/sort-string-utf.chr Packages ======== - Build your own package, it shouldn't break the packaging - Try the new package, using koha-create to set an instance using --lang 'es' Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 343c93ea4358d7b78dec25dfbcca525eabbfa6bf) Signed-off-by: Tomas Cohen Arazi commit 6643a41c97b3a9b4129f0dd7d1fa854f2f93fb14 Author: Magnus Enger Date: Tue Jun 25 08:39:23 2013 +0200 Bug 10379 - Followup: add koha-rebuild-zebra -q to the man page The first patch on this bug forgot to add the new -q option to koha-rebuild-zebra to the man page for that command. This patch fixes it. To test, run something like these commands: $?xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \ debian/docs/koha-rebuild-zebra.xml $?man -l koha-rebuild-zebra.8 This should display the man page. (Remember to remove koha-rebuild-zebra.8 when you are done :-) $?prove xt/verify-debian-docbook.t All tests should pass. Signed-off-by: Robin Sheat Signed-off-by: Galen Charlton (cherry picked from commit 114ad0015b209404b30289397646cb2f21d4aa54) Signed-off-by: Tomas Cohen Arazi commit cc9b3522b192b8510a4846cd7a4b3aca3e8a0a07 Author: Robin Sheat Date: Thu May 30 16:12:13 2013 +1200 Bug 10379: silence zebra rebuild cron when no instances are enabled This adds a -q option to koha-rebuild-zebra that prevents it outputting help if no instances are provided on the command line. This means that if you've just installed the package, you won't get messages from cron telling you how to use the script. Test plan: * install koha-common 3.12 or master onto a system with no enabled instances. * note that you or the sysadmin will start getting emails every 5 minutes. * replace /etc/cron.d/koha-common and /usr/sbin/koha-rebuild-zebra with the versions from this patch. * note that the emails stop flowing. Signed-off-by: Magnus Enger "sudo koha-rebuild-zebra -q" gives no output, as expected. Followed the test plan, all looks good. Signed-off-by: Galen Charlton (cherry picked from commit c31e553a72d40bf0b1c099284ecbb4b95833e186) Signed-off-by: Tomas Cohen Arazi commit 98132b8e5c295d99a5d4550398f6b7ae1e804ed6 Author: Tomas Cohen Arazi Date: Mon May 27 12:17:15 2013 -0300 Bug 9890: fix plugin handling by koha-create and koha-create-dirs 1) koha-create: fill in __PLUGINS_DIR__ 2) koha-create-dirs: create the directory, set permissions (writeable by the koha user) Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Kyle M Hall Signed-off-by: Robin Sheat Signed-off-by: Galen Charlton (cherry picked from commit 061eb659267925388d1902987efaf275e536f953) Signed-off-by: Tomas Cohen Arazi commit 518a0186f3622aa5a0e9714d3f8c71bc82dd3411 Author: Bernardo Gonzalez Kriegel Date: Thu Mar 14 18:37:05 2013 -0300 Bug 9826 - Missing fields in MARC21 authority framework This patch updates MARC21 authority framework adding missing tags/subtags up to Update No. 15 (September 2012) Missing tags and corresponding subtags only added to default authority framework. For present authtypes only missing subtags are added. Also updates a few legends to match those from LOC. No deletions except for a few not relevant tags in present authtypes without subfields. Only to new installs. To test: 1) Delete present authority frameworks 2) Load new frameworks. On default there are many new tags/subtags. On present authtypes only a few new/renamed subtags. Signed-off-by: Mason James Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 12874c4cf71c199cc2d383cf26bdcca89220b6bf) Signed-off-by: Tomas Cohen Arazi commit 69a8048eeecacff99b64fa722fa8850891476031 Author: Kyle M Hall Date: Tue Feb 19 11:41:59 2013 -0500 Bug 9541: make OPAC login page respect OPAC_CSS_OVERRIDE When clicking the login link for opac-user.pl in a multiple branch scenario the environment variable for OPAC_CSS_OVERRIDE was ignored from the koha-conf.xml file. It seems like is is working on every page in the opac except for the login page. Test Plan: 1) Set up a Koha server with 2 separate catalog configurations ( e.g. opac1.kohatest, opac2.kohatest ) 2) Set the OPAC_CSS_OVERRIDE directive for separate css files in each opac 3) Browse to the opac login page, note the css is not applied 4) Apply this patch 5) Reload the page, note the css is now applied Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 71b79d59908cd85130afd8600eff0f93fc79b8a9) Signed-off-by: Tomas Cohen Arazi commit f680ae1d4a5af747e2dc410cb4cc97dd06ba0693 Author: Chris Cormack Date: Thu Jun 13 20:36:36 2013 +1200 Bug 9665: QA follow up fixing tabs Signed-off-by: Galen Charlton (cherry picked from commit 0e0403372e608dc04d12ce5800a997dd3059e3df) commit ce3c8eeb47e6ba052c09cfd590c0e9b83209881f Author: Owen Leonard Date: Fri May 31 11:03:56 2013 -0400 Bug 9665: add RIS and BIBTEXT bibliographic record export to staff interface The OPAC offers RIS and BIBTEX as choices for bibliographic downloads, but the staff client was missing these options. This patch adds them. To test, view a record in the staff client (detail.pl, MARCdetail.pl, etc.) and click the "Save..." toolbar button. BIBTEX and RIS should be available and functional. Signed-off-by: David Cook Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 4b9a6d803f7ad11a4e077140820bfeda0d4d196a) Signed-off-by: Tomas Cohen Arazi Nice fix, works as expected. commit d525d414538709ddf8feb4da6db3dee6c9ae9ff0 Author: Sophie Meynieux Date: Mon Jun 10 15:32:57 2013 +0200 Bug 10396: remove unnecessary date-picker widgets from Catalog statistics form In particular, removed it from the call number and publication year input fields. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit d7bfba8a106fbb00331e16dbc0943226bad24668) Signed-off-by: Tomas Cohen Arazi Works as expected, simple patch ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 1 + Makefile.PL | 2 +- acqui/parcel.pl | 31 +- catalogue/export.pl | 72 +- debian/docs/koha-rebuild-zebra.xml | 8 +- debian/koha-common.cron.d | 2 +- debian/scripts/koha-create | 3 +- debian/scripts/koha-create-dirs | 1 + debian/scripts/koha-rebuild-zebra | 16 +- etc/zebradb/lang_defs/es/sort-string-utf.chr | 42 + .../data/mysql/de-DE/mandatory/sample_notices.sql | 4 +- .../marc21/mandatory/authorities_normal_marc21.sql | 8002 ++------------------ .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 9 +- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 27 +- .../prog/en/modules/reports/catalogue_stats.tt | 4 +- 15 files changed, 767 insertions(+), 7457 deletions(-) create mode 100644 etc/zebradb/lang_defs/es/sort-string-utf.chr hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 7 02:45:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Jul 2013 00:45:05 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-39-ga9d967b Message-ID: 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, 3.12.x has been updated via a9d967bb546f6c11ef0a46696a2aa3136772e4c6 (commit) from 54135a4b22242ba306e496f6f7ba154e4e1289ab (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 a9d967bb546f6c11ef0a46696a2aa3136772e4c6 Author: Robin Sheat Date: Tue Jul 2 03:06:09 2013 +1200 Bug 10524 - dependency updates Include liblibrary-callnumber-lc-perl Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: debian/control | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 7 18:55:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Jul 2013 16:55:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-40-ge54f0ca Message-ID: 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, 3.12.x has been updated via e54f0ca8ce3dd8bc2053b2058e18c211cd1e34f7 (commit) from a9d967bb546f6c11ef0a46696a2aa3136772e4c6 (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 e54f0ca8ce3dd8bc2053b2058e18c211cd1e34f7 Author: Silvia Simonetti Date: Wed Jul 3 17:33:11 2013 +0200 Bug 10534 : Update of italian SQL files [Only for 3.12] This update for italian SQL files doesn't cover Marc21 and Unimarc setup. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer I tested the web installer in Italian. No errors reported. I also checked some of the created values and all looked fine. Signed-off-by: Tomas Cohen Arazi Some strings remain untranslated. Will welcome any folowup ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/it-IT/necessari/notices.sql | 85 +++++++++++-------- .../necessari}/patron_atributes.sql | 2 +- .../mysql/it-IT/necessari/patron_atributes.txt | 2 + .../necessari}/sample_creator_data.sql | 6 +- .../mysql/it-IT/necessari/sample_creator_data.txt | 1 + .../mysql/it-IT/necessari/sample_itemtypes.sql | 20 ++--- .../sample_notices_message_transports.sql | 6 -- .../data/mysql/it-IT/necessari/sample_quotes.sql | 7 ++ .../data/mysql/it-IT/necessari/sample_quotes.txt | 1 + .../data/mysql/it-IT/necessari/userpermissions.sql | 10 +- 10 files changed, 77 insertions(+), 63 deletions(-) copy installer/data/mysql/{de-DE/optional => it-IT/necessari}/patron_atributes.sql (58%) create mode 100644 installer/data/mysql/it-IT/necessari/patron_atributes.txt copy installer/data/mysql/{en/optional => it-IT/necessari}/sample_creator_data.sql (73%) create mode 100644 installer/data/mysql/it-IT/necessari/sample_creator_data.txt create mode 100644 installer/data/mysql/it-IT/necessari/sample_quotes.sql create mode 100644 installer/data/mysql/it-IT/necessari/sample_quotes.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 15:15:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 13:15:13 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-1-ge66a1d4 Message-ID: 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, 3.10.x has been updated via e66a1d4776e201a72556449057f2e7c9b87a0c91 (commit) from 8b25507cc115432d7de6cabb7ce5054f20bfbf04 (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 e66a1d4776e201a72556449057f2e7c9b87a0c91 Author: Kyle M Hall Date: Wed May 22 09:52:40 2013 -0400 Bug 10311 - Holds queue ignores item-level holds where only one items exists If a record has only one item, and that item has one item-level hold on it, that hold will not show in the holds queue. Test Plan: 1) Create 1 record with 1 item at BranchA 2) Create an item-level hold for that item, for pickup at BranchA by a patron of BranchA 3) Run build_holds_queue.pl 4) View the holds queue for BranchA 5) Note the hold is not in there 6) Apply this patch 7) Re-run build_holds_queue.pl 8) View the holds queue again 9) Not that the hold is now there Signed-off-by: George Williams Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit acd4b21c91f4b06a6e19cafb4b9a6dd2817ad8e9) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit c500fbb9e2fe292adbd4c33f8a6071bd7aa5b0fd) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked fromc500fbb9e2fe292adbd4c33f8a6071bd7aa5b0fd) ----------------------------------------------------------------------- Summary of changes: C4/HoldsQueue.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 15:44:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 13:44:07 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-2-g0f6bff1 Message-ID: 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, 3.10.x has been updated via 0f6bff1348d0273deafe4c503f5b8162bc16b970 (commit) from e66a1d4776e201a72556449057f2e7c9b87a0c91 (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 0f6bff1348d0273deafe4c503f5b8162bc16b970 Author: Galen Charlton Date: Fri Aug 17 11:17:03 2012 -0400 bug 6281: add test case for sorting LC call numbers correctly My thanks to Michael Flanagan of UCAR for providing some of these examples. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 87ab820a20e1ef935d4d29c6fed313e9723fcb64) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit cee5651e11e48c240136e764b628545a1ba6d05e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from cee5651e11e48c240136e764b628545a1ba6d05e) ----------------------------------------------------------------------- Summary of changes: t/ClassSortRoutine_LCC.t | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 15:44:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 13:44:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-775-g7e42bb7 Message-ID: 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 7e42bb7f3805aaf3fadfba2795d87b0b5934aa43 (commit) via e27c86be59196d346c0631a89ebb27162449cc5c (commit) from 35d888643f3b3c281e0212b04ed770d3a86ce1e1 (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 7e42bb7f3805aaf3fadfba2795d87b0b5934aa43 Author: Jonathan Druart Date: Mon Jul 8 10:18:49 2013 +0200 Bug 10125: Babeltheque does not depend on OpacStarRatings. We have to load star ratings js and css file if Babeltheque is enabled and OpacStarRatings is disabled. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit e27c86be59196d346c0631a89ebb27162449cc5c Author: Owen Leonard Date: Wed Jul 3 14:34:31 2013 -0400 Bug 10125: Babeltheque star image must use sprite When I removed images from the OPAC in favor of sprites I didn't take into account the display of star ratings from Babeltheque. This patch copies the star ratings display from Koha's own ratings display, though it is not dependent on JavaScript. I'm sure testing would be easy for someone with access to the Babeltheque service, but I do not. I temporarily modified the template to set some variables for testing purposes: [% SET SEARCH_RESULT.score_int = 3 %] [% SET SEARCH_RESULT.score_avg = 3 % [% SET SEARCH_RESULT.num_scores = 87 %] This enabled the display of the ratings, allowing me to confirm that stars display correctly. Ratings should work with and without OpacStarRatings enabled. Signed-off-by: Chris Cormack I also fudged the template to test, so QA would need to be done with someone with Babeltheque access Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-results.tt | 21 +++++++++++++++---- 1 files changed, 16 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 15:46:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 13:46:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-3-ga86d814 Message-ID: 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, 3.10.x has been updated via a86d8142251d10eb5c0017c70d7981a6387ca674 (commit) from 0f6bff1348d0273deafe4c503f5b8162bc16b970 (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 a86d8142251d10eb5c0017c70d7981a6387ca674 Author: Galen Charlton Date: Fri Aug 17 11:23:47 2012 -0400 bug 6281: introduce LC::CallNumber::LC for sorting LC call numbers This replaces the previous hand-coded normalizer. Because LC::CallNumber::LC appears to reject strings that aren't valid LC call numbers, significant changes to the test cases were made as well -- however, the one that really counts is the last one which verifies the sorting. To recalculate the call number sort key for each item, it is necessary to run misc/maintenance/touch_all_items.pl To test, create item records with the following call numbers, setting the classification sort to 'lcc': QC100 .U57 NO. 555 1986 QC145 .A57 V.12 1980 QC145.45 .H4 D65 1998 QC995 .E29 1997 Next, make a report of them in the inventory tool. The items should be sorted in the above order. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit bc87274c66a50712dccb15656001d97f2a36fba5) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d7862378f006603fb742bd5fe896ea8a0222a5bd) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d7862378f006603fb742bd5fe896ea8a0222a5bd) ----------------------------------------------------------------------- Summary of changes: C4/ClassSortRoutine/LCC.pm | 19 ++++++------------- t/ClassSortRoutine_LCC.t | 12 ++++++------ 2 files changed, 12 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 15:55:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 13:55:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-777-g570209e Message-ID: 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 570209ec133a0d281c967914629fe0b2c5cf2500 (commit) via 707733ed2992a5d612d22510174301d65d3d7c05 (commit) from 7e42bb7f3805aaf3fadfba2795d87b0b5934aa43 (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 570209ec133a0d281c967914629fe0b2c5cf2500 Author: Galen Charlton Date: Mon Jul 8 14:03:37 2013 +0000 Bug 9519: DBRev 3.13.00.011 Signed-off-by: Galen Charlton commit 707733ed2992a5d612d22510174301d65d3d7c05 Author: Sonia LEMAIRE Date: Wed Jul 3 15:53:49 2013 +0200 Bug 9519: fix code for Italian language search limiter 'ind' rather than 'ita' was set as the ISO639-2 language code for Italian in the fr-FR, it-IT, pl-PL, ru-RU, and uk-UA installation SQL. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer I checked nb-NO and de-DE - language code there had already been corrected. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../mysql/fr-FR/1-Obligatoire/subtag_registry.sql | 2 +- .../data/mysql/it-IT/necessari/subtag_registry.sql | 2 +- .../data/mysql/pl-PL/mandatory/subtag_registry.sql | 2 +- .../data/mysql/ru-RU/mandatory/subtag_registry.sql | 2 +- .../data/mysql/uk-UA/mandatory/subtag_registry.sql | 2 +- installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 7 files changed, 12 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 16:04:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 14:04:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-4-gc5f4ef1 Message-ID: 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, 3.10.x has been updated via c5f4ef1c49a8410fcf9aa44d46475ed5227f86ad (commit) from a86d8142251d10eb5c0017c70d7981a6387ca674 (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 c5f4ef1c49a8410fcf9aa44d46475ed5227f86ad Author: Galen Charlton Date: Fri Aug 17 11:49:45 2012 -0400 bug 6281: add Library::CallNumber::LC as a required Perl dependency This module is currently packaged by Debian for Wheezy and by Ubuntu for Precise and Quantal. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit f1c45784dc5dfa431ef68e5d38a14b6fb93c904d) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit e4faf296c98f70f44ee67d2354a7cf5c682b27c8) Solved minor Conflicts: C4/Installer/PerlDependencies.pm Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit e4faf296c98f70f44ee67d2354a7cf5c682b27c8) ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 60 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 60 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 16:21:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 14:21:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-780-g7957dd2 Message-ID: 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 7957dd2a06cd20997f50f49aa1b77e24589ae71c (commit) via 47cf3ec24ded468ca4b7b79c8b000b1bdb13d1a8 (commit) via 6e6c7608b7d9b13d3af8d2115659ef142adb1b01 (commit) from 570209ec133a0d281c967914629fe0b2c5cf2500 (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 7957dd2a06cd20997f50f49aa1b77e24589ae71c Author: Galen Charlton Date: Mon Jul 8 14:29:32 2013 +0000 Bug 10289: (follow-up) don't set cardnumber for test patron Since the patron barcode is nullable, and since the tests using the test patron don't care what the barcode is, don't set it. This avoids the tests failing if the test database happens to already have a patron record with the hard-coded barcode that used to be supplied. Signed-off-by: Galen Charlton commit 47cf3ec24ded468ca4b7b79c8b000b1bdb13d1a8 Author: Galen Charlton Date: Mon Jul 8 14:27:14 2013 +0000 Bug 10289: (follow-up) wrap tests in transaction Applying new standard method for handling tear-down of test data. Signed-off-by: Galen Charlton commit 6e6c7608b7d9b13d3af8d2115659ef142adb1b01 Author: Jonathan Druart Date: Mon May 20 16:37:10 2013 +0200 Bug 10289: UT: Reserves.t needs to create its own data Try before the patch: prove t/db_dependent/Reserves.t And after, it should produce: t/db_dependent/Reserves.t .. 1/4 # # Creating biblio instance for testing. # Creating item instance for testing. # Deleting item testing instance. # Deleting biblio testing instance. # Deleting borrower. t/db_dependent/Reserves.t .. ok All tests successful. Files=1, Tests=4, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.39 cusr 0.02 csys = 0.44 CPU) Result: PASS Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Reserves.t | 76 +++++++++++++++++++------------------------- 1 files changed, 33 insertions(+), 43 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 16:51:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 14:51:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-782-gbf9eccf Message-ID: 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 bf9eccfeb8069c1b258916c1916138b6317122da (commit) via 45669b2566c889c7a73251cdb132c81cf5127117 (commit) from 7957dd2a06cd20997f50f49aa1b77e24589ae71c (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 bf9eccfeb8069c1b258916c1916138b6317122da Author: Marcel de Rooy Date: Sun Jul 7 14:40:19 2013 +0200 Bug 5858: Followup for INSERT IGNOREs in marc21_framework_DEFAULT.sql Changes 8 INSERTs into INSERT IGNOREs. This allows current installs to benefit easier from the new tags/subfields. Note that running with --force will not achieve the same! The multi-value inserts will still be aborted, though execution continues. Test plan: Run the file or do a new install. Signed-off-by: Marcel de Rooy Ran the file on a current install manually. Signed-off-by: Galen Charlton commit 45669b2566c889c7a73251cdb132c81cf5127117 Author: Bernardo Gonzalez Kriegel Date: Tue Mar 19 21:25:20 2013 -0300 Bug 5858: update default MARC21 framework to April 2013 revision Applies to new installs, although with the follow-up patch, users can run the installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql script through the mysql client to add new tag and subfield entries. To test: 1) Delete MARC21 default framework 2) Apply patch 3) Test that new default framework loads without problem Signed-off-by: Mason James Signed-off-by: Marcel de Rooy Run this file with and without this patch. This patch adds 24 tags (338 vs 314) and 323 subfields (3951 vs 3628). Verified that last QA comments were incorporated. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../marc21/mandatory/marc21_framework_DEFAULT.sql | 726 ++++++++++++++------ 1 files changed, 529 insertions(+), 197 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 17:00:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 15:00:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-783-g0fc7d9a Message-ID: 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 0fc7d9a0a4aa094c6295ee1f0d43d97831e322dc (commit) from bf9eccfeb8069c1b258916c1916138b6317122da (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 0fc7d9a0a4aa094c6295ee1f0d43d97831e322dc Author: Owen Leonard Date: Fri Jun 28 14:46:44 2013 -0400 Bug 10522: fix Javascript error on acquisition pages: YAHOO is not defined acq.js includes an immediately invoked function expression, which means that it runs whether or not it is called. Because this function tries to reference the YAHOO object, it triggers an error on pages which don't include the main YAHOO assets. Only the basketgroups page uses this function and YAHOO assets. It's probably possible to make this a regular function, but I propose simply wrapping it in a check for the YAHOO object so that it only executes on pages where YAHOO exists--the basketgroups page. To test, apply the patch, clear your browser cache, and test on both the basketgroups page and at least one page which also includes acq.js (addorderiso2709.pl, neworderempty.pl, aqbudgets.pl, suggestion.pl, etc.) and confirm that the browser reports no JavaScript errors. Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 282 ++++++++++++++-------------- 1 files changed, 141 insertions(+), 141 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 17:06:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 15:06:51 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-784-g60a4dff Message-ID: 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 60a4dffbb197fe92e7483b9e0dfcc19bc9b51664 (commit) from 0fc7d9a0a4aa094c6295ee1f0d43d97831e322dc (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 60a4dffbb197fe92e7483b9e0dfcc19bc9b51664 Author: Katrin Fischer Date: Mon Jul 1 23:44:39 2013 +0200 Bug 4907: make 'Organize by' filter in suggestions reflect selected option When using the 'Organize by' option to change the display of the suggestions, the option is applied, but the pull down always jumps back to the first entry 'Status'. This patch fixes that. To test: - Try out all settings and verify that after the page reloads the selected option is applied to your suggestions and the pull down shows the option you selected. Note: Until bug 10519 is properly fixed the tabs will not show the correct descriptions, but the URL will show you the selected option as parameter: displayby=acceptedby Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/suggestion/suggestion.tt | 30 ++++++++++++++++--- 1 files changed, 25 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 17:15:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 15:15:34 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-785-gca33b7f Message-ID: 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 ca33b7fc635d93b3029831da7496372fb34c798f (commit) from 60a4dffbb197fe92e7483b9e0dfcc19bc9b51664 (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 ca33b7fc635d93b3029831da7496372fb34c798f Author: David Cook Date: Wed Jun 12 11:24:09 2013 +1000 Bug 10448: can now change framework after duplicating bib record Changing the framework in the MARC editor immediately after duplicating a bib record no longer clears the fields. This patch changes the Changefwk Javascript function so that it passes the "op" value and the "biblionumberdata" (as the biblionumber) from addbiblio.pl back to itself, when submitting the form in order to change the framework. The reason we need to do this is because the form in addbiblio.tt is hard-coded to always submit an "op" value of "addbiblio". Currently, we need to have it hard-coded to "addbiblio", because all the magic happens in addbiblio.pl when there is an "op" of "addbiblio". If we always passed the "actual" "op" value, such as "duplicate", nothing would ever happen when we clicked "save". It seems to me that this is a flaw in the design of addbiblio.pl. If we pass the "op" and "biblionumber" when changing frameworks, we're able to tell addbiblio.pl that we're still wanting to "duplicate" this "X" biblionumber. However, by having the form still hard-coded to "addbiblio", when we hit save, the form will do the magic, check if it's a duplicate, and save the record (or prompt for action if it is a duplicate). -- I also noticed that if you make changes to a record, then change the framework before saving, your changes get cleared (since the original record from the database is loaded when the page reloads). It seems to me that this is a bug. Changing the framework should change the layout while preserving the content. I think most users would assume that when changing the framework. This patch also introduces another hidden input into addbiblio.tt and the Changefwk Javascript called "changed_framework". Basically, if the Changefwk Javascript is run, it tells addbiblio.pl that the framework is changed, and it uses the posted data from the form (which we have been modifying) instead of reloading the record from the database. -- Test Plan: A) Before Applying Patch: To Show That Changing the Framework Erases All Fields When Duplicating a Record: 1) Go to any bib record 2) Go to Edit > Edit as new (duplicate). You should see filled in fields. 3) Change the framework to any other framework than the one that is currently specified. 4) Note that every single field is now blank To Show That Changing the Record then Changing the Framework Ignores Changes, When Editing a Record 5) Go to any bib record 6) Go to Edit. 7) Change the title of the record to "I've changed the title". 8) Change the framework to any other framework than the one that is currently specified. 9) Look at the title. You'll notice it is the original title, and NOT "I've changed the title". B) Apply the Patch Also, clear your memcache and shift+refresh your screen. You don't want to use cached templates/javascript. C) After Applying the Patch Repeat Steps 1-3 and 5-8. You should now notice that changing the framework when duplicating the item does not clear all the fields. You should also notice that any changes you make prior to changing the framework will still exist after changing it. Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: cataloguing/addbiblio.pl | 6 +++++- .../prog/en/modules/cataloguing/addbiblio.tt | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 17:30:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 15:30:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-786-g33054ce Message-ID: 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 33054ce13afe8a0cb1cf5815bbfe3cd18cd8967d (commit) from ca33b7fc635d93b3029831da7496372fb34c798f (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 33054ce13afe8a0cb1cf5815bbfe3cd18cd8967d Author: Owen Leonard Date: Fri Apr 26 16:18:05 2013 -0400 Bug 5766 - Add configuration for excluding articles from DataTables sorting Client-side table sorting should exclude articles like "a," "an," and "the" when sorting by title. This patch adds a custom sorting plugin for use by DataTables and a configuration line to the DataTables string configuration file which can be translated for any language. As an example, this patch modifies the patron checkout history template to use the new sort on the title column. To test, apply the patch and clear your browser cache to ensure the revised JavaScript file is loaded. Sort the table by title. Titles should be sorted regardless of the presences of "a," "an", or "the" at the beginning of the title. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes all tests and is a good improvement. I have added German articles to the list for testing purposes and it worked nicely. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/datatables-strings.inc | 1 + koha-tmpl/intranet-tmpl/prog/en/js/datatables.js | 46 +++++++++++++++++++- .../prog/en/modules/members/readingrec.tt | 15 ++++++- 3 files changed, 60 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 8 17:45:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Jul 2013 15:45:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-787-gd647090 Message-ID: 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 d647090a4ab9b53577c1959dcdb0642a29fcbe6d (commit) from 33054ce13afe8a0cb1cf5815bbfe3cd18cd8967d (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 d647090a4ab9b53577c1959dcdb0642a29fcbe6d Author: Chris Cormack Date: Sun Jul 7 20:38:55 2013 +1200 Bug 7143: Updating history and about page Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 12 ++++++++++++ koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 ++ 2 files changed, 14 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 9 17:51:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 09 Jul 2013 15:51:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-788-g7010fd1 Message-ID: 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 7010fd1d29fec8ba3b6a212943cae573b056d3f4 (commit) from d647090a4ab9b53577c1959dcdb0642a29fcbe6d (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 7010fd1d29fec8ba3b6a212943cae573b056d3f4 Author: Owen Leonard Date: Fri Jun 28 14:11:48 2013 -0400 Bug 10496 - CCSR theme OPAC tabs to not show correct active state When jQueryUI was updated in the CCSR theme the corresponding CSS changes were not copied over at the same time, causing style problems with jQueryUI widgets. This patch makes the necessary changes. To test, apply the patch, clear your browser cache, and view any page which uses jQueryUI tabs (advanced search, bibliographic detail page). Tabs should look correct and correctly show which tab is active. Signed-off-by: Nicole C. Engard Signed-off-by: Katrin Fischer CSS changes only. Confirmed problem in CCSR OPAC templates. Tested advanced search and detail pages in CCSR and prog. In order to fully test advanced search I added location and collection to AdvancedSearchTypes. Also tested the branch tooltip as I spotted some CSS added for that. Works beautifully, no problems found. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 37 ++++++++++++++++++++++------- 1 files changed, 28 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 10 16:44:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 10 Jul 2013 14:44:42 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-789-g97bbf04 Message-ID: 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 97bbf04757227f2a26a6f5b1b216d2bab8efbdc9 (commit) from 7010fd1d29fec8ba3b6a212943cae573b056d3f4 (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 97bbf04757227f2a26a6f5b1b216d2bab8efbdc9 Author: Chris Hall Date: Fri Mar 22 15:33:50 2013 +1300 bug 10356: improve display of serial issue dates in staff bib details page This patch adds the date published to the subscriptions tab in the staff interface bib display and renames the former "Date" column to "Date arrived". Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Serials.pm | 3 ++- .../prog/en/modules/catalogue/detail.tt | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 11 15:53:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Jul 2013 13:53:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-790-g0134341 Message-ID: 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 0134341d9a9883013b7eee3bdc84aa339e618bcc (commit) from 97bbf04757227f2a26a6f5b1b216d2bab8efbdc9 (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 0134341d9a9883013b7eee3bdc84aa339e618bcc Author: Mark Tompsett Date: Sat Jul 6 15:50:54 2013 -0400 bug 10548: fix count of missing required dependencies by koha_perl_deps.pl To test: [1] ./koha_perl_deps.pl -m -u If you have nothing missing, uninstall an optional component. [2] ./koha_perl_deps.pl -m -u You should get a number missing of at least 1. [3] ./koha_perl_deps.pl -m -u -r You should get the same number, even though the output is less. [4] Apply patch [5] ./koha_perl_deps.pl -m -u Same results as in step 2. [6] ./koha_perl_deps.pl -m -u -r The number should differ from the results in step 3. Signed-off-by: Galen Charlton Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha_perl_deps.pl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 11 16:42:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Jul 2013 14:42:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-791-gc6bf267 Message-ID: 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 c6bf2670502afbd12981aa5e913779c38c19bdc4 (commit) from 0134341d9a9883013b7eee3bdc84aa339e618bcc (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 c6bf2670502afbd12981aa5e913779c38c19bdc4 Author: Fridolyn SOMERS Date: Wed Jun 5 14:16:14 2013 +0200 Bug 6898: fix DB update that assigns the circulate/overdues_report permission This patch fixes a bug that prevented the circulate/overdues_report permission from being assigned to staff users during upgrade. This patch will not affect databases that are already running 3.12.x or later. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer This will only fix the permissions for updates done after the patch has been applied. But I agree with Fridolyn, that we can not safely update permissions for existing installations. Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 11 18:42:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 11 Jul 2013 16:42:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-792-gaa6cdb6 Message-ID: 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 aa6cdb60a9ab2581ffef08796a349242d3d2ff66 (commit) from c6bf2670502afbd12981aa5e913779c38c19bdc4 (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 aa6cdb60a9ab2581ffef08796a349242d3d2ff66 Author: Fridolyn SOMERS Date: Wed Jul 3 14:24:23 2013 +0200 Bug 10535: by default sort funds by name In parcels.pl, and other acquisition pages, the funds are not sorted by name in combo-box. With a great number of funds, it is difficult to find one. This patch adds a default value to $orderby arg of C4::Budgets::GetBudgets. Test plan : - Create a new fund with a name beginning with 'z' and set you as owner. - Create a new fund with a name beginning with 'a' and set you as owner. - Go to a vendor and click "Receive shipments" - Look at fund combobox => Funds are sorted by name Signed-off-by: Silvia Simonetti Signed-off-by: Katrin Fischer Passes all tests and QA script. When testing make sure your funds would sort the other way around when sorting by code instead of description. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Budgets.pm | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 12 16:47:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Jul 2013 14:47:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-794-ge2bb7af Message-ID: 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 e2bb7af21666ca61f65fb3163d8449823f5cab4b (commit) via 38f596d48e19c8f7890caea7a6eb59b6174cf5fa (commit) from aa6cdb60a9ab2581ffef08796a349242d3d2ff66 (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 e2bb7af21666ca61f65fb3163d8449823f5cab4b Author: Galen Charlton Date: Fri Jul 12 14:57:11 2013 +0000 Bug 10560: add regression test Signed-off-by: Galen Charlton commit 38f596d48e19c8f7890caea7a6eb59b6174cf5fa Author: Robin Sheat Date: Fri Nov 30 15:48:50 2012 +1300 Bug 10560: make it possible for default interface language to not be English If you enable another translation, and disable English, then if you dont have a cookie set, or your browser is not set to that language, you will get English. So you can not disable English in either the staff client or the OPAC. This patch fixes the language selection to do the right thing. To test you must have at least one other language installed besides English. Apply the patch and disable the en translation. Koha should fall back to one of the enabled translations. Signed-off-by: Owen Leonard I added a patch description and test plan, missing from the original patch. Signed-off-by: Katrin Fischer I have tested with various combinations of activated languages and have found no regression. If the cookie is set, the right language is shown accordingly. Else the first language in the list seems to be picked. It did never fall back to English in my tests, when English was explicitly deactivated. Passes all tests and QA script. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Templates.pm | 4 ++++ t/Templates.t | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 0 deletions(-) create mode 100644 t/Templates.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 12 16:54:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Jul 2013 14:54:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-795-g986f7a2 Message-ID: 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 986f7a24e8abe566d57a3488a8df87488ab3aeb6 (commit) from e2bb7af21666ca61f65fb3163d8449823f5cab4b (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 986f7a24e8abe566d57a3488a8df87488ab3aeb6 Author: Owen Leonard Date: Tue Jul 2 09:59:21 2013 -0400 Bug 10422 - Remove references to unused and non-existent wizard.css doc-head-close.inc contains a reference to "wizard.css" which doesn't exist. The option to include it never evaluates as true, and that section can be removed from the template. To test, apply the patch and view any page in the staff client. Everything should be styled as before. A search of the Koha source should return no references to "wizard.css" or a "wizard" variable. Signed-off-by: Jonathan Druart No occurrence of "wizard" in pl/pm files. Signed-off-by: Kyle M Hall Passes koha-qa.pl Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/doc-head-close.inc | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 12 22:06:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Jul 2013 20:06:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-797-ge504b6f Message-ID: 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 e504b6f53c234cb3f786435e6fb8380379bac7b8 (commit) via 16c57940441aac62c1c90538f3c7b7cd386e6d92 (commit) from 986f7a24e8abe566d57a3488a8df87488ab3aeb6 (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 e504b6f53c234cb3f786435e6fb8380379bac7b8 Author: Galen Charlton Date: Fri Jul 12 20:08:44 2013 +0000 Bug 10490: DBrev 3.13.00.012 Signed-off-by: Galen Charlton commit 16c57940441aac62c1c90538f3c7b7cd386e6d92 Author: Katrin Fischer Date: Mon Jul 1 21:58:57 2013 +0200 Bug 10490: Overdue fines cap can't store decimal values When overduefinescap was added to the issuingrules the datatype given was decimal. This translates in MySQL to decimal(10,0). This doesn't allow you to store decimal values and therefore values like 4.5 are saved as 5 in the database. To test: On a current installation: 1) Try to enter 4.5 as Overdue fines cap. Verify that the value is not correctly saved. 2) Apply patch and run database update. 3) Try adding/changing an issuing rule setting Overdue fines cap to 4.5 again. 4) Verify the value is saved correctly. Create a new Koha installation from scratch: 1) Verify that the issuingrules table has been created correctly and that you can add/mofidy issuingrules correctly. Because this bug can create data loss, the old database update has also been changed to avoid this problem for people updating at a later point in time. Checkout an older version of Koha pre 3.09.00.027. 1) Run the database updates. 2) Verify again, that adding/modifying issuingrules works correctly. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 10 +++++++++- kohaversion.pl | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 12 22:13:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Jul 2013 20:13:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-798-g7d93064 Message-ID: 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 7d930649065663325de95c3f8ecdbcea3bddb3b5 (commit) from e504b6f53c234cb3f786435e6fb8380379bac7b8 (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 7d930649065663325de95c3f8ecdbcea3bddb3b5 Author: Jonathan Druart Date: Tue Jul 2 12:56:21 2013 +0200 Bug 10527: remove disused routine C4::Branch::get_branch_code_from_name This routine is not in used and does not make sense. It should not be used later. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Passes koha-qa.pl, not references to get_branch_code_from_name found. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Branch.pm | 11 +---------- labels/label-edit-batch.pl | 1 - labels/label-manage.pl | 1 - patroncards/edit-batch.pl | 1 - patroncards/manage.pl | 1 - tools/manage-marc-import.pl | 1 - 6 files changed, 1 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 12 22:18:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Jul 2013 20:18:09 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-799-gced4ca4 Message-ID: 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 ced4ca4e2d39856b4f00411eaee406b569199c1f (commit) from 7d930649065663325de95c3f8ecdbcea3bddb3b5 (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 ced4ca4e2d39856b4f00411eaee406b569199c1f Author: Colin Campbell Date: Thu Jul 4 12:21:45 2013 +0100 Bug 10529: Remove hardcoded dollar from patron message The message fields which are returned in the SIP Screen message field in a Patron Information response had the dollar symbol hardcoded. It would be possible to get the symbol from currency but omitting any symbol would be consistent with the UI and avoid problems with devices using weird encodings for local currency symbols (e.g. the many variations of UK Pound sign) Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 12 22:38:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Jul 2013 20:38:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-800-g5e1f8ca Message-ID: 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 5e1f8caf609aa58eabf6f353d12ec25e0e8e23a0 (commit) from ced4ca4e2d39856b4f00411eaee406b569199c1f (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 5e1f8caf609aa58eabf6f353d12ec25e0e8e23a0 Author: Owen Leonard Date: Tue Jun 25 12:46:04 2013 -0400 Bug 10475 - Item form in acquisition not hiding subfields properly Subfields hidden in your ACQ framework leave a gap where they used to be in the item entry form when adding an item to an order. This patch makes the same change made by 7116 to services/itemrecorddisplay.tt to correct the problem. To test: - Edit your ACQ framework and set some item subfields to hidden in the editor. - Set your AcqCreateItem system preference to "when placing an order." - Add a title to an existing basket from an existing record. The item entry form should display correctly with your hidden subfields hidden. No whitespace should be left behind where the subfields were hidden. Also changed: Invalid "size" attributes on hidden form fields in neworderempty.tt, stray . Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works nicely, passes all tests and QA script. Thx Owen! Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/neworderempty.tt | 31 +++++++++---------- .../prog/en/modules/services/itemrecorddisplay.tt | 8 ++++- 2 files changed, 21 insertions(+), 18 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 12 22:48:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Jul 2013 20:48:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-801-g2614e07 Message-ID: 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 2614e07e1e2e6386b5f91e65f127940072e54d4d (commit) from 5e1f8caf609aa58eabf6f353d12ec25e0e8e23a0 (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 2614e07e1e2e6386b5f91e65f127940072e54d4d Author: Colin Campbell Date: Tue Jul 9 11:18:49 2013 +0100 Bug 10507: improve warning about duplicate patron attribute value If a warning about a duplicated patron attribute is returned, the value was being passed back for display in the warning message with the same name as the variable in errors As the message is displayed in the context of errors the error value 1 was being displayed not the value duplicated as intended. Pass the value to the template with a unique name. Signed-off-by: Owen Leonard I fixed another tiny typo while signing off: "is already in use" instead of "is already is use." Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/memberentrygen.tt | 2 +- members/memberentry.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 01:29:56 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 12 Jul 2013 23:29:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-802-g275f405 Message-ID: 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 275f405c8b3920634907e5e1f2ef8ccecf497868 (commit) from 2614e07e1e2e6386b5f91e65f127940072e54d4d (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 275f405c8b3920634907e5e1f2ef8ccecf497868 Author: Owen Leonard Date: Thu Jul 11 10:28:55 2013 -0400 Bug 10514: improve visibility of Add item link on new order form This patch converts the "Add" and "Clear" links to the standard "submit/cancel" format inside a fieldset. This gives them a little more visual weight. Based on the changes made by Liz Rea and Jonathan Druart. To test: - create a basket - add a record to it - scroll down - the link to add item and cancel should both be more prominent now. - Click "Add item" - it should add an item. Signed-off-by: Liz Rea I still feel weird about the button, but as two people have said they'd rather have the button, I'm alright with it I guess. Really what I want is people to notice it's there and click it at the appropriate time. I hope this will help that issue. Signed-off-by: Katrin Fischer Passes all tests and QA script. Leaves the translation problems, but that needs more work and is out of the scope of this bug. Tested Add and Update functionality works correctly. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 13:52:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 11:52:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-5-g8ff1fc4 Message-ID: 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, 3.10.x has been updated via 8ff1fc43c0aa67a07e90f28eace963083829d0a7 (commit) from c5f4ef1c49a8410fcf9aa44d46475ed5227f86ad (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 8ff1fc43c0aa67a07e90f28eace963083829d0a7 Author: Galen Charlton Date: Tue Jan 8 17:18:30 2013 -0800 bug 9370: test case for splitting LC call number QH541.15.C6 C25 2012 should be split as follows: QH 541.15 .C6 C25 2012 Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit ecf6721060607b621c58f234ab5a5f43e30b1d98) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 8ceab821b5ded6fb14ac747dfc1e2c67a3cbbad8) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 8ceab821b5ded6fb14ac747dfc1e2c67a3cbbad8) ----------------------------------------------------------------------- Summary of changes: t/Labels_split_lccn.t | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 13:54:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 11:54:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-6-g0e82fef Message-ID: 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, 3.10.x has been updated via 0e82fef70b2e4fd9124f9c7538a01030e10a455b (commit) from 8ff1fc43c0aa67a07e90f28eace963083829d0a7 (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 0e82fef70b2e4fd9124f9c7538a01030e10a455b Author: Galen Charlton Date: Tue Jan 8 17:28:40 2013 -0800 bug 9370: add invalid call number to LC splitting test cases '123 ABC FOO BAR' is intentionally *not* a valid LC call number, but in order to preserve legacy behavior, it should be split on whitespace. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit a5e9e15663289489e0baafff73d7bed20434b8ec) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d743b2084cddb5197393bfa5ffeaf6f1e0334784) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d743b2084cddb5197393bfa5ffeaf6f1e0334784) ----------------------------------------------------------------------- Summary of changes: t/Labels_split_lccn.t | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 13:55:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 11:55:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-7-g56ea58e Message-ID: 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, 3.10.x has been updated via 56ea58ecda26f6ca4e4e8e437296b2aa2a2419d0 (commit) from 0e82fef70b2e4fd9124f9c7538a01030e10a455b (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 56ea58ecda26f6ca4e4e8e437296b2aa2a2419d0 Author: Galen Charlton Date: Tue Jan 8 17:32:47 2013 -0800 bug 9370: improve splitting of LC call numbers for labels Use the Perl module Library::CallNumber::LC to parse and split LC call numbers when generating spine labels. For example, QH541.15.C6 C25 2012 should be split as follows: QH 541.15 .C6 C25 2012 To test, create an item with call number QH541.15.C6 C25 2012 and classification source LC, then create a spine label for that item using a layout of type 'biblio' that has the split call numbers option enabled. The call number should be split as indicated above. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit edb8bddff074769a95744b6a7fa59eff61e0cfc1) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 10f5822daabf34ede50b2b35b5e02324482af9ac) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 10f5822daabf34ede50b2b35b5e02324482af9ac) ----------------------------------------------------------------------- Summary of changes: C4/Labels/Label.pm | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 14:45:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 12:45:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-8-g343423b Message-ID: 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, 3.10.x has been updated via 343423b2b6806f824838a4cdb343cecbf1960f4e (commit) from 56ea58ecda26f6ca4e4e8e437296b2aa2a2419d0 (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 343423b2b6806f824838a4cdb343cecbf1960f4e Author: Owen Leonard Date: Mon Jun 10 11:14:41 2013 -0400 Bug 10297 - categorycode and branchcode should be required when adding patrons categorycode and branchcode should show as required under all circumstances, not just when they are included in the BorrowerMandatoryField system preference. This patch adds the correct classes and hints to those fields. To test, view the patron entry form for a new or existing patron. Category and Library should show that they are required. Signed-off-by: David Cook Signed-off-by: Galen Charlton (cherry picked from commit 81bfae93649a2f1a93f4722d052fc529c6495d71) Signed-off-by: Tomas Cohen Arazi Logical addition (cherry picked from commit 545504e6041809b2ec5d435f9a8660428ec60e52) Solved Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 545504e6041809b2ec5d435f9a8660428ec60e52) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/memberentrygen.tt | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 15:01:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 13:01:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-9-g2329514 Message-ID: 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, 3.10.x has been updated via 232951465d32fe783aca0760b21e9cc13cedc581 (commit) from 343423b2b6806f824838a4cdb343cecbf1960f4e (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 232951465d32fe783aca0760b21e9cc13cedc581 Author: Juan Romay Sieira Date: Tue Jun 11 11:36:48 2013 +0200 Bug 10443 - Table borrower_files does not exists in kohastructure.sql file As a consequence, the borrower_files table would not exist in Koha databases that were installed starting at 3.10.0 or later. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 2e86612a15c228357223beaf996f4b3350334b2e) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit e9bd7d6064ec31ab1b6307db04e0cc6656038d46) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit e9bd7d6064ec31ab1b6307db04e0cc6656038d46) ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 15:04:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 13:04:54 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-10-gd1d0668 Message-ID: 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, 3.10.x has been updated via d1d0668ad46e73b822d651929ca967309ef74155 (commit) from 232951465d32fe783aca0760b21e9cc13cedc581 (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 d1d0668ad46e73b822d651929ca967309ef74155 Author: Galen Charlton Date: Fri Jun 14 07:48:24 2013 -0700 Bug 10443: (follow-up) make sure borrower_files has FK constraint This follows the example of the DBrev that introduced this table. Signed-off-by: Galen Charlton (cherry picked from commit 43b17feed6ce64bdff6b31918e40170f6681e397) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit cb4c29a97cc01a0184b1c39a6ab0e09506817ace) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit cb4c29a97cc01a0184b1c39a6ab0e09506817ace) ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 15:57:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 13:57:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-11-gbceaadb Message-ID: 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, 3.10.x has been updated via bceaadb9130c6850d1e0c95bad8ff9d68e69c2f7 (commit) from d1d0668ad46e73b822d651929ca967309ef74155 (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 bceaadb9130c6850d1e0c95bad8ff9d68e69c2f7 Author: Bernardo Gonzalez Kriegel Date: Sat Jul 13 10:58:26 2013 -0300 Bug 10443: DBRev 3.10.07.001 - make sure borrower_files exists This schema update ensures that the borrower_files table will exist for libraries who first installed Koha at 3.10.x. Signed-off-by: Bernardo Gonzalez Kriegel ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 20 ++++++++++++++++++++ kohaversion.pl | 2 +- 2 files changed, 21 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 16:10:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 14:10:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-12-gb98c441 Message-ID: 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, 3.10.x has been updated via b98c4419150ceeee367f8ef1a07953494c8d7455 (commit) from bceaadb9130c6850d1e0c95bad8ff9d68e69c2f7 (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 b98c4419150ceeee367f8ef1a07953494c8d7455 Author: Marcel de Rooy Date: Thu Jun 13 10:20:27 2013 +0200 Bug 10458: Remove obsolete Z3950 module and test Are not used. Contain several FIXMEs. Removing them makes life easier. Test plan: Actually, you cannot test this. But for confidence: do a Z3950 search in cataloguing and acquisition. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 63ba05183e627bbe7278b9064d22e93d39b65461) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1dbd1d938aabb72021cd8157e111d3f7555fff9d) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 1dbd1d938aabb72021cd8157e111d3f7555fff9d) ----------------------------------------------------------------------- Summary of changes: C4/Z3950.pm | 301 ---------------------------------- t/db_dependent/lib/KohaTest/Z3950.pm | 25 --- 2 files changed, 0 insertions(+), 326 deletions(-) delete mode 100644 C4/Z3950.pm delete mode 100644 t/db_dependent/lib/KohaTest/Z3950.pm hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 16:11:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 14:11:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-13-gbc51544 Message-ID: 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, 3.10.x has been updated via bc51544b4642496271f211121f8f8cebf6d16155 (commit) from b98c4419150ceeee367f8ef1a07953494c8d7455 (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 bc51544b4642496271f211121f8f8cebf6d16155 Author: Jonathan Druart Date: Fri Jun 14 14:48:46 2013 +0200 Bug 10458: t/Z3950.t should be removed too Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit cab50698f57c88670241d88028afebd3eb5b5dd8) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d5f9a3ec5c6f86c9678e6df39bbd2ac69fc77c95) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d5f9a3ec5c6f86c9678e6df39bbd2ac69fc77c95) ----------------------------------------------------------------------- Summary of changes: t/Z3950.t | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) delete mode 100644 t/Z3950.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 19:15:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 17:15:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-14-gccc0691 Message-ID: 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, 3.10.x has been updated via ccc0691f7f1fd4dfc8e98c30ffc5117508aaed43 (commit) from bc51544b4642496271f211121f8f8cebf6d16155 (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 ccc0691f7f1fd4dfc8e98c30ffc5117508aaed43 Author: Fridolyn SOMERS Date: Thu Jun 6 10:57:29 2013 +0200 Bug 10425 - Help page missing for Local Use preferences When viewing Local Use system preferences tab, the help button will lead to an error page. This is because Local Use tab uses not the same script has other tabs : systempreferences.pl. This patch adds help/systemprefences.tt Test plan : - Go to Local Use preferences : /cgi-bin/koha/admin/systempreferences.pl - Click on Help link (at right top) - See you get the same page as other preferences tab help Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 0e0a1a61a62473de7ae92bde9d0f3617c34ba325) (cherry picked from commit ff9638d8151258eec1ee1bb67196845eb1dabd18) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit ff9638d8151258eec1ee1bb67196845eb1dabd18) ----------------------------------------------------------------------- Summary of changes: .../en/modules/help/admin/systempreferences.tt | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 19:18:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 17:18:13 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-15-g4339d82 Message-ID: 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, 3.10.x has been updated via 4339d827792c7063066e873b2280b39d70e8f590 (commit) from ccc0691f7f1fd4dfc8e98c30ffc5117508aaed43 (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 4339d827792c7063066e873b2280b39d70e8f590 Author: Galen Charlton Date: Fri Jun 14 08:30:35 2013 -0700 Bug 10425: tweaks to text of help for local use system preference Signed-off-by: Galen Charlton (cherry picked from commit c02b57bd5cacc3fbe981f5d8331c7cfe8aa178a7) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1133c328b31cf9e8138de85ef266a6557757bab4) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 1133c328b31cf9e8138de85ef266a6557757bab4) ----------------------------------------------------------------------- Summary of changes: .../en/modules/help/admin/systempreferences.tt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 19:38:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 17:38:35 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-16-g0cb17b4 Message-ID: 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, 3.10.x has been updated via 0cb17b47f67f1d91221841e70f8430bdca5642a8 (commit) from 4339d827792c7063066e873b2280b39d70e8f590 (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 0cb17b47f67f1d91221841e70f8430bdca5642a8 Author: David Cook Date: Fri Jun 14 13:03:19 2013 +1000 Bug 10466: fix glitch in OPAC display of titles saved to list When displaying (in the OPAC) the set of records saved to a list, an apparently random number (typically 33 or 34) is sometimes displayed at the end of the publication description. In particular, this can occur when XSLT is *not* being used to display search results; this patch corrects the problem. Now for the technical details: This patch checks to see if "size" is undefined. If it is, we add a blank (i.e. "") value to it in place of undef. If we do not do this, calling "itemloo.size" will return the size of the "itemloo" hash, rather than the value for the "size" key. This is because "size" is a virtual method in Template Toolkit. It's uncertain why the value is retrieved for the "size" key when there is a defined value and why TT doesn't use the method instead, and that it uses "size" as a method only if there is either no "size" key or if the value tied to the "size" key is null/undef. This might be a feature or it might be a bug in TT... In the meantime, we will check to see if it's undefined. If it is, we'll give it a value. This bug has been identified in the opac-search.pl, search.pl and addbooks.pl pages before. To address it, we're currently checking if there is a "size" key, and if not...we're adding one with a blank value. This patch takes up that same idea, although I think it might be better to rename the variable before passing it to TT in case the behaviour of TT changes in the future in regards to how it handles virtual methods. N.B. Obviously, this only affects users not using XSLTs. -- Test Plan: Before applying the patch: 0) Make sure you have opac search result XSLT turned off 1) Find bib records that do not have a 300$c (Dimensions) value. 2) Find bib records that do have a 300$c (Dimensions) value. (N.B. These values should be stored in the `size` column of biblioitems). 3) Add items from both sets of records to a List 4) Note that records without a 300$c will display a number at the end of the "Publication" description/string. It should be something like 33 or 34 in most cases. 5) Note that records with a 300$c don't display this number. They just show the value from 300$c. Apply the patch. 6) Clear your cache, refresh the page, etc. 7) Note that the number (e.g. 33 or 34) has disappeared from the end of the "Publication" description/string. Signed-off-by: Marcel de Rooy Added a small comment at the end of this one line. Signed-off-by: Galen Charlton (cherry picked from commit ceada35e008e6a60b62f384ec386e80b03fe0130) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a7d116e2fe39a17dd076e1dc805239622b410418) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a7d116e2fe39a17dd076e1dc805239622b410418) ----------------------------------------------------------------------- Summary of changes: C4/VirtualShelves/Page.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 19:43:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 17:43:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-17-gccbc322 Message-ID: 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, 3.10.x has been updated via ccbc3226646c3c3b68b2ecffc84689a0f66a7ace (commit) from 0cb17b47f67f1d91221841e70f8430bdca5642a8 (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 ccbc3226646c3c3b68b2ecffc84689a0f66a7ace Author: Colin Campbell Date: Thu May 30 18:23:55 2013 +0100 Bug 766: remove CGI::scrolling_list from request.pl Let the template take care of generating the display. Lets at least part of request.pl be more succinct. To test, place a hold and search for the patron using a partial name. You should get a dropdown select list of patrons and be able to select the patron to hold for from there. The functionality should remain unimpaired after this patch is applied. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 7668e19c9593da570cffb5cd4640fe175d739328) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit b88f16a4e99d533753e3d707239e94da019ce303) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit b88f16a4e99d533753e3d707239e94da019ce303) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/reserve/request.tt | 16 +++++-- reserve/request.pl | 46 +++++--------------- 2 files changed, 23 insertions(+), 39 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 19:52:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 17:52:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-18-gdd574b1 Message-ID: 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, 3.10.x has been updated via dd574b1b705b545eba115371d37ac4545ad0bdf3 (commit) from ccbc3226646c3c3b68b2ecffc84689a0f66a7ace (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 dd574b1b705b545eba115371d37ac4545ad0bdf3 Author: Tomas Cohen Arazi Date: Thu Jun 13 14:20:43 2013 -0300 Bug 10464: Patron search on placing a hold now supports autocomplete The patron search box for placing a hold request on a bib in the staff interface now supports autocomplete if the CircAutocompl system preference is enabled. This patch grabs the autocomplete handling javascript stuff from patron-search-box.inc and puts an adjusted version on reserve/request.tt. It sets form and input IDs to match those configured in the autocomplete call, adjusted where needed to avoid name collisions with the patron-search-box.inc that is present everywhere. This patch also doubles the width of the patron search input field. To test: - On a biblio record, go to the Holds tab, mine looks like /cgi-bin/koha/reserve/request.pl?biblionumber=2 - A search box is shown for patron searching. - Search for a patron: it works as usual. - Make sure CircAutocompl is "Don't try" - Apply the patch - Click the Holds tab again, and do the same search: functionality should remain intact. - Change CircAutocompl to "Try" - Click the Holds tab again - Autocomplete should show you the possible options, and once you choose one result, it should work as usual. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Passes all tests and QA script. Adding a nice new autocomplete feature. Signed-off-by: Galen Charlton (cherry picked from commit dc94a9bef79dc6d186fe93d82dac10cab0468d24) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit ab3163564e91921222c153897f786551fe59647e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit ab3163564e91921222c153897f786551fe59647e) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/reserve/request.tt | 38 ++++++++++++++++---- 1 files changed, 31 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Jul 13 20:06:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 18:06:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-19-gd2a284d Message-ID: 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, 3.10.x has been updated via d2a284da136cdf72cb201d0efd049507f66393e7 (commit) from dd574b1b705b545eba115371d37ac4545ad0bdf3 (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 d2a284da136cdf72cb201d0efd049507f66393e7 Author: Jonathan Druart Date: Mon Jun 10 14:05:32 2013 +0200 Bug 10439: fix bug preventing the library for a notice from being changed 2 javascript functions should be apply only in a specific case, not for all views. Test plan: - Switch on the IndependentBranches pref and log in as a superlibrarian. - Try to change the library for a notice. Before the patch, no change is applied. - Try to create a new notice, changing the library from default in the process. Before the patch, the notice is not created. The bug can also be reproduced when IndependentBranches is off, in which case the staff user need not be a superlibrarian. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 77a5e3e365a50b02c9f224d731e05de90fc667c9) Signed-off-by: Tomas Cohen Arazi Test plan works as advertised. (cherry picked from commit a2e89edf43b2946da0986a5c83b04a60dea04061) Solved Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a2e89edf43b2946da0986a5c83b04a60dea04061) ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/tools/letter.tt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 14 00:38:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 13 Jul 2013 22:38:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-20-gfd0daa1 Message-ID: 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, 3.10.x has been updated via fd0daa1729abb0eee60786a80562c341f47b72b9 (commit) from d2a284da136cdf72cb201d0efd049507f66393e7 (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 fd0daa1729abb0eee60786a80562c341f47b72b9 Author: Sophie Meynieux Date: Mon Jun 10 15:32:57 2013 +0200 Bug 10396: remove unnecessary date-picker widgets from Catalog statistics form In particular, removed it from the call number and publication year input fields. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit d7bfba8a106fbb00331e16dbc0943226bad24668) Signed-off-by: Tomas Cohen Arazi Works as expected, simple patch (cherry picked from commit d525d414538709ddf8feb4da6db3dee6c9ae9ff0) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d525d414538709ddf8feb4da6db3dee6c9ae9ff0) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/reports/catalogue_stats.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 14 15:31:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Jul 2013 13:31:30 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-21-gb9687ad Message-ID: 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, 3.10.x has been updated via b9687ad6a6f638bc25fb2cad12fa5da73c10e714 (commit) from fd0daa1729abb0eee60786a80562c341f47b72b9 (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 b9687ad6a6f638bc25fb2cad12fa5da73c10e714 Author: Kyle M Hall Date: Tue Feb 19 11:41:59 2013 -0500 Bug 9541: make OPAC login page respect OPAC_CSS_OVERRIDE When clicking the login link for opac-user.pl in a multiple branch scenario the environment variable for OPAC_CSS_OVERRIDE was ignored from the koha-conf.xml file. It seems like is is working on every page in the opac except for the login page. Test Plan: 1) Set up a Koha server with 2 separate catalog configurations ( e.g. opac1.kohatest, opac2.kohatest ) 2) Set the OPAC_CSS_OVERRIDE directive for separate css files in each opac 3) Browse to the opac login page, note the css is not applied 4) Apply this patch 5) Reload the page, note the css is now applied Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 71b79d59908cd85130afd8600eff0f93fc79b8a9) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 69a8048eeecacff99b64fa722fa8850891476031) Solved Conflicts in C4/Auth.pm Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 69a8048eeecacff99b64fa722fa8850891476031) ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 14 15:47:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Jul 2013 13:47:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-22-g5fda7f7 Message-ID: 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, 3.10.x has been updated via 5fda7f7961f40819842fa52b6eaac30747ad4e26 (commit) from b9687ad6a6f638bc25fb2cad12fa5da73c10e714 (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 5fda7f7961f40819842fa52b6eaac30747ad4e26 Author: Bernardo Gonzalez Kriegel Date: Thu Mar 14 18:37:05 2013 -0300 Bug 9826 - Missing fields in MARC21 authority framework This patch updates MARC21 authority framework adding missing tags/subtags up to Update No. 15 (September 2012) Missing tags and corresponding subtags only added to default authority framework. For present authtypes only missing subtags are added. Also updates a few legends to match those from LOC. No deletions except for a few not relevant tags in present authtypes without subfields. Only to new installs. To test: 1) Delete present authority frameworks 2) Load new frameworks. On default there are many new tags/subtags. On present authtypes only a few new/renamed subtags. Signed-off-by: Mason James Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 12874c4cf71c199cc2d383cf26bdcca89220b6bf) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 518a0186f3622aa5a0e9714d3f8c71bc82dd3411) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 518a0186f3622aa5a0e9714d3f8c71bc82dd3411) ----------------------------------------------------------------------- Summary of changes: .../marc21/mandatory/authorities_normal_marc21.sql | 1717 +++++++++++++------- 1 files changed, 1103 insertions(+), 614 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 14 16:00:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Jul 2013 14:00:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-23-g22341e5 Message-ID: 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, 3.10.x has been updated via 22341e5fe36e54523464b633de6a500bc706e248 (commit) from 5fda7f7961f40819842fa52b6eaac30747ad4e26 (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 22341e5fe36e54523464b633de6a500bc706e248 Author: Robin Sheat Date: Thu May 30 16:12:13 2013 +1200 Bug 10379: silence zebra rebuild cron when no instances are enabled This adds a -q option to koha-rebuild-zebra that prevents it outputting help if no instances are provided on the command line. This means that if you've just installed the package, you won't get messages from cron telling you how to use the script. Test plan: * install koha-common 3.12 or master onto a system with no enabled instances. * note that you or the sysadmin will start getting emails every 5 minutes. * replace /etc/cron.d/koha-common and /usr/sbin/koha-rebuild-zebra with the versions from this patch. * note that the emails stop flowing. Signed-off-by: Magnus Enger "sudo koha-rebuild-zebra -q" gives no output, as expected. Followed the test plan, all looks good. Signed-off-by: Galen Charlton (cherry picked from commit c31e553a72d40bf0b1c099284ecbb4b95833e186) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit cc9b3522b192b8510a4846cd7a4b3aca3e8a0a07) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit cc9b3522b192b8510a4846cd7a4b3aca3e8a0a07) ----------------------------------------------------------------------- Summary of changes: debian/koha-common.cron.d | 2 +- debian/scripts/koha-rebuild-zebra | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 14 16:01:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Jul 2013 14:01:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-24-ge5bfa46 Message-ID: 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, 3.10.x has been updated via e5bfa466362579fb24009c22ee756f3b9b731140 (commit) from 22341e5fe36e54523464b633de6a500bc706e248 (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 e5bfa466362579fb24009c22ee756f3b9b731140 Author: Magnus Enger Date: Tue Jun 25 08:39:23 2013 +0200 Bug 10379 - Followup: add koha-rebuild-zebra -q to the man page The first patch on this bug forgot to add the new -q option to koha-rebuild-zebra to the man page for that command. This patch fixes it. To test, run something like these commands: $?xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \ debian/docs/koha-rebuild-zebra.xml $?man -l koha-rebuild-zebra.8 This should display the man page. (Remember to remove koha-rebuild-zebra.8 when you are done :-) $?prove xt/verify-debian-docbook.t All tests should pass. Signed-off-by: Robin Sheat Signed-off-by: Galen Charlton (cherry picked from commit 114ad0015b209404b30289397646cb2f21d4aa54) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 6643a41c97b3a9b4129f0dd7d1fa854f2f93fb14) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 6643a41c97b3a9b4129f0dd7d1fa854f2f93fb14) ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-rebuild-zebra.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 14 16:06:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Jul 2013 14:06:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-25-gce1eb1d Message-ID: 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, 3.10.x has been updated via ce1eb1db747ef4ff7b6329c76c83f022be66de04 (commit) from e5bfa466362579fb24009c22ee756f3b9b731140 (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 ce1eb1db747ef4ff7b6329c76c83f022be66de04 Author: Katrin Fischer Date: Sun Jun 16 09:09:33 2013 +0200 Bug 10474: Translate some English strings in German sample notices This translates 2 strings missed doing the initial translation in ISSUESLIP. To test: - Run the web installer in German. Altnernatively: - Truncate your letters table and run the SQL against the database. Check that the notices were added correctly, especially ISSUESLIP. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit aecb163f69b238314bbd67215ce2d8950aeab060) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 32de75b948944debe41380293c58cfe02bcbcc2d) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 32de75b948944debe41380293c58cfe02bcbcc2d) ----------------------------------------------------------------------- Summary of changes: .../data/mysql/de-DE/mandatory/sample_notices.sql | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 14 16:37:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Jul 2013 14:37:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-26-gd833151 Message-ID: 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, 3.10.x has been updated via d83315198889ca4816dc06d18f39c98a53c72e25 (commit) from ce1eb1db747ef4ff7b6329c76c83f022be66de04 (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 d83315198889ca4816dc06d18f39c98a53c72e25 Author: Jonathan Druart Date: Thu May 23 16:42:38 2013 +0200 Bug 10317: improve display when order receiving page is given an invalid invoiceid This patch fixes some things on the order receiving/parcel page. 1/ Removes dead code 2/ Displays an error message if invoiceid is unset or does not refer to an invoice 3/ Fixes a bug in the note ("change note" and "add note" links) Test plan: 1/ Try to call the invoice page with an existing invoiceid and check that order results are consistent. 2/ Try without invoiceid or a bad invoiceid and check that an error message is displayed. 3/ Add and change notes. Signed-off-by: Cedric Vita Signed-off-by: Katrin Fischer Works nicely for all tests done. - parcel.pl with invalid invoicenumber gives a nice error message - parcel.pl with a valid invoicenumber looks normal - changing and editing order notes works well Passes QA script. Signed-off-by: Galen Charlton (cherry picked from commit d932f6ff250c3a50db379b23abfc40a77620e94b) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 3446a86f80313316c5f939e10b983c8703095030) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 3446a86f80313316c5f939e10b983c8703095030) ----------------------------------------------------------------------- Summary of changes: acqui/parcel.pl | 31 +++++++------------ .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 27 +++++++++++------ 2 files changed, 30 insertions(+), 28 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 14 22:41:01 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Jul 2013 20:41:01 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-27-g4e2f26b Message-ID: 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, 3.10.x has been updated via 4e2f26b151d9fe1072e7ceffaabc9a31b6d4dfdb (commit) from d83315198889ca4816dc06d18f39c98a53c72e25 (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 4e2f26b151d9fe1072e7ceffaabc9a31b6d4dfdb Author: Kyle M Hall Date: Wed Jan 23 09:05:20 2013 -0500 Bug 9458 - Add sorting to lists Test Plan: 1) Apply patch 2) View list in staff interface, try sorting by title, then author 3) Repeat 2 with same list in OPAC Signed-off-by: Delaye Stephane Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit 4b95ee62394d1e31dfda3fdb2d027fc67482c349) Solved Conflicts: C4/VirtualShelves/Page.pm koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 4b95ee62394d1e31dfda3fdb2d027fc67482c349) ----------------------------------------------------------------------- Summary of changes: C4/VirtualShelves.pm | 4 +- C4/VirtualShelves/Page.pm | 8 +++- .../prog/en/modules/virtualshelves/shelves.tt | 24 +++++++++++++- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 34 ++++++++++++++++++++ 4 files changed, 64 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 14 22:46:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Jul 2013 20:46:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-28-g98143ea Message-ID: 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, 3.10.x has been updated via 98143eabc7cf4a8ff67c67d4026688bef7f41c65 (commit) from 4e2f26b151d9fe1072e7ceffaabc9a31b6d4dfdb (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 98143eabc7cf4a8ff67c67d4026688bef7f41c65 Author: Kyle M Hall Date: Tue Feb 19 08:42:11 2013 -0500 Bug 9458 - Add sorting to lists - QA Followup Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit bc9f606ca7025417f3f2fddd393983cc0beec0ba) Solved Conflicts: C4/VirtualShelves/Page.pm koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit bc9f606ca7025417f3f2fddd393983cc0beec0ba) ----------------------------------------------------------------------- Summary of changes: C4/VirtualShelves.pm | 2 +- C4/VirtualShelves/Page.pm | 10 +++++--- .../prog/en/modules/virtualshelves/shelves.tt | 10 ++++++-- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 22 +++++++++++++++++++- 4 files changed, 35 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 14 22:48:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Jul 2013 20:48:39 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-29-g2d6a24f Message-ID: 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, 3.10.x has been updated via 2d6a24ff676a930e6db9726b0c0c20253759fa72 (commit) from 98143eabc7cf4a8ff67c67d4026688bef7f41c65 (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 2d6a24ff676a930e6db9726b0c0c20253759fa72 Author: Kyle M Hall Date: Tue Feb 26 10:34:20 2013 -0500 Bug 9458 - Add sorting to lists - QA Followup 2 Signed-off-by: Jared Camins-Esakov (cherry picked from commit be48d34b4f1407178e7f3cddf45721a96025f833) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit be48d34b4f1407178e7f3cddf45721a96025f833) ----------------------------------------------------------------------- Summary of changes: C4/VirtualShelves.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 14 22:52:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Jul 2013 20:52:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-30-g3ab1502 Message-ID: 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, 3.10.x has been updated via 3ab1502f794e614f656b09cb6f61cec388cd2daa (commit) from 2d6a24ff676a930e6db9726b0c0c20253759fa72 (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 3ab1502f794e614f656b09cb6f61cec388cd2daa Author: Kyle M Hall Date: Tue Mar 5 12:46:45 2013 -0500 Bug 9458 - Add sorting to lists - QA Followup 3 Signed-off-by: Jared Camins-Esakov (cherry picked from commit 1ac83c05949582846171089f77eff220d61915d2) Solved Conflicts: C4/VirtualShelves/Page.pm Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 1ac83c05949582846171089f77eff220d61915d2) ----------------------------------------------------------------------- Summary of changes: C4/VirtualShelves/Page.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Jul 14 23:04:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Jul 2013 21:04:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-31-g892034a Message-ID: 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, 3.10.x has been updated via 892034aa8142af0b89d57ca7c8ef3717eae07ea3 (commit) from 3ab1502f794e614f656b09cb6f61cec388cd2daa (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 892034aa8142af0b89d57ca7c8ef3717eae07ea3 Author: Kyle M Hall Date: Thu Mar 7 13:30:27 2013 -0500 Bug 9458 - Add sorting to lists - QA Followup 4 Signed-off-by: Jared Camins-Esakov (cherry picked from commit f0c58df12e7bb7e9a42abf52cc113dcb85c8002f) Solved Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked form commit f0c58df12e7bb7e9a42abf52cc113dcb85c8002f) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/virtualshelves/shelves.tt | 30 +++++++++---------- 1 files changed, 14 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 15 17:08:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Jul 2013 15:08:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-804-g89cf013 Message-ID: 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 89cf013a6fadcb1347151798f3fdab0d8c75cd15 (commit) via 57866d6b67c3f8b29290150f21c71395315a73fe (commit) from 275f405c8b3920634907e5e1f2ef8ccecf497868 (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 89cf013a6fadcb1347151798f3fdab0d8c75cd15 Author: Robin Sheat Date: Tue Jul 16 02:06:40 2013 +1200 Bug 10590 - parameterise the limit option The limit option was previously substituted directly into the query. The previous patch on bug 10590 filters it on input, but there's no reason not to have it made to work properly in the query for added safety. To test: [1] Go to the top checkouts report (http://OPAC/cgi-bin/koha/opac-topissues.pl) [2] Run the report several times, varying the filters on number of results and item type. [3] Verify the the list of top checkouts appears to be correct. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 57866d6b67c3f8b29290150f21c71395315a73fe Author: Fridolyn SOMERS Date: Mon Jul 15 13:00:18 2013 +0200 Bug 10590 - in opac-topissues limit param is not protected In opac-topissues page, the limit URL argument is directly added to SQL query. This patch adds protections : limit must only contain digits and must be lower than 100. Test plan : - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=10&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 10 most cheched-out of all time - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 10 most cheched-out of all time - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=9999&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 100 most cheched-out of all time - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=WHERE&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 10 most cheched-out of all time Signed-off-by: Robin Sheat Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: opac/opac-topissues.pl | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 15 17:56:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Jul 2013 15:56:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-805-g9f4f1ce Message-ID: 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 9f4f1ceafe218afcbc55d6dfb9ac1e32fc11803a (commit) from 89cf013a6fadcb1347151798f3fdab0d8c75cd15 (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 9f4f1ceafe218afcbc55d6dfb9ac1e32fc11803a Author: Jonathan Druart Date: Tue Jun 25 09:09:38 2013 +0200 Bug 10504: Remove the unused C4::Acq::ModOrderItem routine This routine has been introduced by commit 2d90fb22d43db986547bbaa945873d6dd78aab71. The only call has been removed by commit 9eba7dc594fc0d4698da5e791d5f6f8682b2712a. So now, this routine is useless. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 33 +-------------------------------- cataloguing/moveitem.pl | 2 +- 2 files changed, 2 insertions(+), 33 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 15 18:00:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Jul 2013 16:00:59 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-806-g782e325 Message-ID: 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 782e3251c043d3f3671e1eeff7b195939afd5db2 (commit) from 9f4f1ceafe218afcbc55d6dfb9ac1e32fc11803a (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 782e3251c043d3f3671e1eeff7b195939afd5db2 Author: Tomas Cohen Arazi Date: Tue Jun 11 11:13:59 2013 -0300 Bug 10447: add 'ru' and 'uk' to Zebra indexing language list This patch add the option to choose 'ru' and 'uk' during install for Zebra. Should work for a tarball install, and make 'ru' and 'uk' available for using with koha-create too. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Reran Makefile.pl and made sure the language options show up now. Patch extends existing language code lists addings nb, ru and uk where missing. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 2 +- debian/docs/koha-create.xml | 2 +- debian/scripts/koha-create | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 15 18:02:58 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Jul 2013 16:02:58 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-808-gdba36a7 Message-ID: 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 dba36a7a1216238a260ea5fbe2218627487e9f19 (commit) via bce45b4bf55e82345efed2850d9cb5fd77f3c483 (commit) from 782e3251c043d3f3671e1eeff7b195939afd5db2 (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 dba36a7a1216238a260ea5fbe2218627487e9f19 Author: Jason Etheridge Date: Fri Mar 8 10:41:06 2013 -0500 Bug 9770: fix sorting of Dewey call numbers that contain prefixes C4::ClassSortRoutine::Dewey can pad the wrong part of a call number internally. The subroutine get_class_sort_key tokenizes a call number string (splitting on periods and whitespace) and counts the number of tokens that solely contain digits. If there is only one such digit group, a comment in the code states that it will pad said digit group. However, the bug is that the code assumes said digit group is the first token, when this may not be the case. In practice, this can cause poor sorting when used a call number is in the form of PREFIX _space_ 3DIGITS. To test: [1] Create two item records whose class scheme is set to 'ddc' (Dewey) and whose call numbers contain prefixes, e.g., J DVD 700.1 ABC and J DVD 850 DEF. [2] Use the inventory tool to produce a list of item items that include the two created in step 1. Obsere that that items are sorted in the incorrect order, with "J DVD 850 DEF" coming before "J DVD 700.1 ABC". Alternatively, run the following SQL to see the incorrect sort order: SELECT cn_sort, itemcallnumber FROM items WHERE itemcallnumber LIKE 'J DVD%' ORDER BY cn_sort; [4] Apply this patch. [5] Run misc/maintenance/touch_all_items.pl to force cn_sort to be recalculated. [6] Repeat step 2 and verify that the call numbers are now sorted corrected. Signed-off-by: Jason Etheridge Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit bce45b4bf55e82345efed2850d9cb5fd77f3c483 Author: Jason Etheridge Date: Fri Jun 21 15:31:32 2013 -0400 Bug 9770: test case for sorting of Dewey call numbers that contain prefixes This adds a test for C4::ClassSortRoutine::Dewey to check that the call number "JR DVD 800.1" sorts before "JR DVD 900" To test: [1] Apply just this patch. [1] Run prove -v t/ClassSortRoutine_Dewey.t [2] Test #7 should fail. Signed-off-by: Jason Etheridge Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes test plan and QA script. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/ClassSortRoutine/Dewey.pm | 6 +++++- t/ClassSortRoutine_Dewey.t | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 15 18:05:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Jul 2013 16:05:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-810-g14a1bd0 Message-ID: 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 14a1bd0e420fd895f989ba88e0cad927697b6173 (commit) via 44364db8d53bf5e3135ae2de6270a920e5c053c1 (commit) from dba36a7a1216238a260ea5fbe2218627487e9f19 (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 14a1bd0e420fd895f989ba88e0cad927697b6173 Author: Galen Charlton Date: Sun Jun 16 18:05:31 2013 -0700 Bug 10258: offer to create basket group only when staff user has correct permission If the staff user does not have the group_manage acquisition permission, do not offer to create a new basket group when closing an order basket. This avoids a situation where if a staff member without that permission tries to close a basket and chose the option to create a bakset group, they would be redirected to the login page. To test: [1] Log in as a staff user that does not have the acquisition/group_manage permission. [2] Create a new order basket, attach at least one order line to it, then close it. [3] Verify that the confirmation page does not offer to create a basket group with the same name as the order basket. [4] Log in as a staff user that has the acquisition/group_manage permission. [5] Create and close an order basket. [6] Verify that this time, the confirmation page *does* offer to create a basket group. Signed-off-by: Galen Charlton Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton commit 44364db8d53bf5e3135ae2de6270a920e5c053c1 Author: Galen Charlton Date: Thu Jun 13 08:53:49 2013 -0700 Bug 10258: fix permissions check for setting basket group for order basket Improve the code that displays and allows staff to set the basket group from the basket details page for a closed basket. Prior to this patch, a staff member who did not have the group_manage acquisition permission would still see a control to change the group that the basket belongs to; attempting to change the group would present with with a login page. This patch also does some tidying of how basket group details are passed to the template. To test: [1] Create an order basket and close it. Do not assign it to a basket group. [2] View the basket details while logged in as a staff user who has the order_manage acquisitions permission but not the group_manage. The displayed basket group should be "No group". [3] Switch to a staff user who also has the group_manage permission, then view the basket details again. The basket group field should now be a select input that allows you to change the basket group. [4] Change the basket group. Verify that the basket group you selected is now displayed as the current group for that order basket. The basket group delivery and billing place fields should also now be displayed. [5] Close the basket group set in the previous step, then view the basket details again. This time, the basket group name should be displayed with a suffix of " (closed)", and no input to change the group should be displayed. [6] Swith to a staff user who does not have the group_manage permission, view the basket details, and verify that the basket name is displayed with a suffix of " (closed)". Signed-off-by: Galen Charlton Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/basket.pl | 14 +++++--------- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 18 ++++++++++++++---- 2 files changed, 19 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 15 18:08:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Jul 2013 16:08:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-811-g80ea8bf Message-ID: 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 80ea8bf821ba83fd4506f5298f5a582051b44e06 (commit) from 14a1bd0e420fd895f989ba88e0cad927697b6173 (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 80ea8bf821ba83fd4506f5298f5a582051b44e06 Author: Mathieu Saby Date: Fri May 3 23:07:37 2013 +0200 Bug 10189: Translate values in UNIMARC 128b/c cataloguing plugins to English Cataloguing plugins for UNIMARC 128b and 128c fields are only in Ffrench. This patch translates them. Source : http://blue.lins.fju.edu.tw/mao/marc/unicon.htm Note : 128b and 128c are deprecated in last version of UNIMARC Manual (field 145 used instread). But they are still used in French Sudoc network. To test : in a UNIMARC english Koha, edit a record and use 128b and 128c cataloguing plugins. Check everything is in english. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Thx for translating those! Verified new strings get parsed into the po files. Templates still contain lots of tabs, those can be fixed separately. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../value_builder/unimarc_field_128b.tt | 290 ++++++++++---------- .../value_builder/unimarc_field_128c.tt | 287 ++++++++++---------- 2 files changed, 288 insertions(+), 289 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 15 18:12:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Jul 2013 16:12:09 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-812-g45fafb3 Message-ID: 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 45fafb31ce03244011513a3a758e28f8db9615a4 (commit) from 80ea8bf821ba83fd4506f5298f5a582051b44e06 (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 45fafb31ce03244011513a3a758e28f8db9615a4 Author: Kenza Zaki Date: Thu Jul 11 16:28:11 2013 +0200 Bug 10575 : GetOrdersByBiblionumber.t needs a database transaction Before this patch, the queries in GetOrdersByBiblionumber.t were commited in the database and have to be removed at the end. This patch wraps tests in a database transaction. Test Plan : prove t/db_dependent/Acquisition/GetOrdersByBiblionumber.t t/db_dependent/Acquisition/GetOrdersByBiblionumber.t .. ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.37 cusr 0.05 csys = 0.45 CPU) Result: PASS Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Tests pass. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../Acquisition/GetOrdersByBiblionumber.t | 17 +++++++---------- 1 files changed, 7 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 15 18:31:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Jul 2013 16:31:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-43-gdceefcf Message-ID: 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, 3.12.x has been updated via dceefcfac1e54dbfa3e13174cc8a5d73acbf07fe (commit) via 2e77edf8dfa0350a6e20805e7fa39b97608c804e (commit) via 5867909f8866b4e68340b88817bfb95f51bc3c9e (commit) from e54f0ca8ce3dd8bc2053b2058e18c211cd1e34f7 (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 dceefcfac1e54dbfa3e13174cc8a5d73acbf07fe Author: Owen Leonard Date: Tue Nov 27 11:16:14 2012 -0500 Bug 7110: Renewal messages no longer displays in OPAC if OpacRenewalAllowed is disabled Prior to this patch, if a patron has fines which exceed the limit set by OPACFineNoRenewals but OPAC renewals are disallowed by OpacRenewalAllowed, a message was displayed in their OPAC summary like this: "Please note: You currently owe XXX in fines. Please pay your fines if you wish to renew your books." Information about outstanding fines in this case has no bearing on how the user sees his summary of checkouts; since the user cannot renew the loans from the OPAC regardless of their fine balance if OpacRenewalAllowed is not enabled, this patch removes the message. To test, try various combinations of OpacRenewalAllowed and OPACFineNoRenewals with a patron who has outstanding fines: - OpacRenewalAllowed ON and OPACFineNoRenewals ON (set to be triggered by the test patron's fines): Logging in to the OPAC the patron should see a warning on opac-user.pl about not being able to renew items because of fines. - OpacRenewalAllowed ON and OPACFineNoRenewals OFF (threshold high enough not to trigger a block): No warning appears. - OpacRenewalAllowed OFF and OPACFineNoRenewals ON: No warning appears. - OpacRenewalAllowed OFF and OPACFineNoRenewals OFF: No warning appears. If OpacRenewalAllowed is diabled and a patron's fines exceed the limit set by OPACFineNoRenewals they should see no message. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Passes koha-ql.pl and perlcritic Signed-off-by: Galen Charlton (cherry picked from commit 29edd3797a7c950664ebc3be272ad4dca2575a80) Signed-off-by: Tomas Cohen Arazi commit 2e77edf8dfa0350a6e20805e7fa39b97608c804e Author: Robin Sheat Date: Tue Jul 16 02:06:40 2013 +1200 Bug 10590 - parameterise the limit option The limit option was previously substituted directly into the query. The previous patch on bug 10590 filters it on input, but there's no reason not to have it made to work properly in the query for added safety. To test: [1] Go to the top checkouts report (http://OPAC/cgi-bin/koha/opac-topissues.pl) [2] Run the report several times, varying the filters on number of results and item type. [3] Verify the the list of top checkouts appears to be correct. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 89cf013a6fadcb1347151798f3fdab0d8c75cd15) Signed-off-by: Tomas Cohen Arazi commit 5867909f8866b4e68340b88817bfb95f51bc3c9e Author: Fridolyn SOMERS Date: Mon Jul 15 13:00:18 2013 +0200 Bug 10590 - in opac-topissues limit param is not protected In opac-topissues page, the limit URL argument is directly added to SQL query. This patch adds protections : limit must only contain digits and must be lower than 100. Test plan : - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=10&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 10 most cheched-out of all time - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 10 most cheched-out of all time - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=9999&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 100 most cheched-out of all time - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=WHERE&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 10 most cheched-out of all time Signed-off-by: Robin Sheat Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 57866d6b67c3f8b29290150f21c71395315a73fe) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 -- opac/opac-topissues.pl | 10 ++++++---- opac/opac-user.pl | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 15 19:56:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Jul 2013 17:56:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-51-g1d9ac2b Message-ID: 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, 3.12.x has been updated via 1d9ac2b10a96800d301524978f00ee393b5bb75e (commit) via 42d93d1e342d0f450fcbe80767be91a3bbba20ac (commit) via 059732c23c23be77da1c18fac3290aa9c0ba2d67 (commit) via de8d3f7d0a74a037cf95652a6f69fb6afde24ac9 (commit) via b31e993b74a81d2b8c063410218a40374f2d8cdd (commit) via a97b62379f82a94157916959109c7c1a75582d8a (commit) via 509972e3858d3b3c9f915d09a1e10f77cbe105fd (commit) via 20d43f6c02e2bc3fbc1a79b00b995c128a4b41ef (commit) from dceefcfac1e54dbfa3e13174cc8a5d73acbf07fe (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 1d9ac2b10a96800d301524978f00ee393b5bb75e Author: Kyle M Hall Date: Mon Jun 17 12:28:13 2013 -0400 Bug 10484: serials-edit.pl not checking for barcode field before checking for barcode subfield The script serials-edit.pl is not checking for the existence of the barcode field before checking for barcode subfield for autoBarcode = incremental. If the barcode field doesn't exist, the script dies with errors. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes tests and QA script. Checked that adding items on serial receive still works. Signed-off-by: Galen Charlton (cherry picked from commit 9af08e4e2d2091de489633b3f1c4fb03fcf323cd) Signed-off-by: Tomas Cohen Arazi commit 42d93d1e342d0f450fcbe80767be91a3bbba20ac Author: Galen Charlton Date: Wed Jun 19 08:52:56 2013 -0700 Bug 10494: remove spurious warnings from the KohaBranchName plugin The KohaBranchName plugin now returns an empty string if given a NULL (undefined) library code or a library code that is not present in the database (e.g., the '__ANY__' placeholder that purchase suggestions can use). To test: [1] Create a purchase suggestion, setting the library to 'Any'. Create a second one setting the library to a specific one. [2] Go to the suggestions overview page in the staff interface. When you do so, the Apache logs should contain a warning that looks like this: [Wed Jun 19 07:13:06 2013] [error] [client 192.168.1.10] [Wed Jun 19 07:13:06 2013] suggestion.pl: Use of uninitialized value in concatenation (.) or string at /home/koha/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt line 487., referer: http://koha-staff.metaquarry/cgi-bin/koha/acqui/acqui-home.pl [3] Apply the patch. [4] Refresh the suggestions overview page. This time, there should be no new warning logged. [5] Verify that the library names for the two pending suggestions created in step 1 are displayed correctly. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes all tests and QA script. Also adds new tests! Note: For the test plan to work you have to add the suggestion from the intranet, as Any is not an available option in OPAC. Signed-off-by: Galen Charlton (cherry picked from commit ad2c1b3b8f20b3060c9a3a35c21a0757c685cbec) Signed-off-by: Tomas Cohen Arazi commit 059732c23c23be77da1c18fac3290aa9c0ba2d67 Author: Galen Charlton Date: Wed Jun 19 08:47:34 2013 -0700 Bug 10494: test cases for the KohaBranchName plugin To test, in a test database that has the sample branches loaded, run prove -v t/db_dependent/Koha_template_plugin_KohaBranchName.t Note that this includes regression tests for the issues reported in bug 10494; these won't pass without applying the patch that fixes them. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 96320a786bac92418b08b5af4d2b68746627482b) Signed-off-by: Tomas Cohen Arazi commit de8d3f7d0a74a037cf95652a6f69fb6afde24ac9 Author: Galen Charlton Date: Fri Jun 14 15:55:02 2013 -0700 Bug 8884: (follow-up) rearrange placement of the top-bar div in CCSR This patch makes it easier to avoid having the top bar overlap other OPAC page content (particularly custom header content set via the opacheader system preference). This is done by moving the top-nav div outside of the main doc3 div and adjusting the CSS accordingly. Yes, this does end up having top-nav.inc be included from opac-bottom.inc, but it would require touching rather more templates to have it be included immediately after the tag. This patch also removes a duplicate instance of the cmspan span. To test: [1] Change to the CCSR OPAC theme. [2] Before applying the patch, open a set of OPAC pages (e.g., main page, user page, search results, bib details) in your web browser. [3] Apply the patch, and open the same OPAC pages in separate tabs. Comparing the pre- and post- version of each page to verify that the placement [4] Add an OpAC header using the opacheader system preference. [5] Verify that the header is displayed without overlapping the top bar. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 33c12cf39588aa022eacaa0bca403c373a6bf8d5) Signed-off-by: Tomas Cohen Arazi commit b31e993b74a81d2b8c063410218a40374f2d8cdd Author: Jared Camins-Esakov Date: Mon May 20 12:55:17 2013 -0400 Bug 8884: opacheader is not in the header on CCSR In CCSR the opacheader preference isn't really in the header it's to the right of the search box (see attached). I'm okay with a customizable region over there, but we should have a new preference for that and header should be above the search box as it implies. To test: 1) Put something in the OpacHeader syspref. Preferably something large and header-like for maximum effect. 2) Select CCSR theme. 3) View OPAC. Notice placement of "header" content. 4) Apply patch. 5) View OPAC. Notice placement of "header" content. 6) Sign off. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised with one caveat; the content of opacheader is by default underneath the div "top-bar". A couple breaks in my OpacHeader test made it visible, so I'm going to assume this is a styling issue and not a bug as such. Signed-off-by: Galen Charlton (cherry picked from commit 905292b6328bbc847b1b932fc15dfef9e9845295) Signed-off-by: Tomas Cohen Arazi commit a97b62379f82a94157916959109c7c1a75582d8a Author: Marcel de Rooy Date: Mon Jun 3 15:27:50 2013 +0200 Bug 10386: improvements to VirtualShelves.t Most important: Does no longer delete all shelves! Checks if there are ten borrowers for testing. But even works without them :) When creating or modifying lists, takes name clashes into consideration. Small change to _CheckShelfName in VirtualShelves module. Making it possible to check a name for a list whose owner has been set to NULL. Note that a test like field=? with undef for placeholder will not work in MySql. Test plan: How do you test a test? Well, you could run it on various databases.. But for real hacking, you could also add some debug lines. I tested this by forcing 10 undefs in @borrowernumbers. And by overwriting the return value of randomname with an existing name. Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 93e87ca0b61611fc35238bf13eb226f477cf9c4e) Signed-off-by: Tomas Cohen Arazi commit 509972e3858d3b3c9f915d09a1e10f77cbe105fd Author: Jonathan Druart Date: Fri May 24 16:18:59 2013 +0200 Bug 10336: HoldsQueue.t needs to create its own data After applying this patch and the patch submitted in bug 10495, you can run prove t/db_dependent/HoldsQueue.t and admire that all tests pass. This patch creates a borrower and uses Koha routines instead of directly updating the database. Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit bfbc646fdd9ca4b90a0bc2751d0faa95d9e93ba1) Signed-off-by: Tomas Cohen Arazi commit 20d43f6c02e2bc3fbc1a79b00b995c128a4b41ef Author: Galen Charlton Date: Wed Jun 19 10:30:58 2013 -0700 bug 10495: set precondition for HoldsQueue test t/db_dependent/HoldsQueue.t assumed, but did not check, that the AutomaticItemReturns system preference was off at the beginning of the test un. This patch makes sure that that assumption is met. To test: [1] Make sure that at least one item is on loan (this is another assumption that the test case makes, one that should be corrected with the work proposed for bug 10336. [2] Turn the AutomaticItemReturn system preference on. [3] Run the test: prove -v t/db_dependent/HoldsQueue.t [4] Tests 4 and 6 should fail. [5] Apply the patch. [6] Run the test case again; this time, all tests should pass. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 4e51ec5aae50c878bbdca6994361b12d7ba20d0a) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/VirtualShelves.pm | 13 ++- Koha/Template/Plugin/KohaBranchName.pm | 10 +- koha-tmpl/opac-tmpl/ccsr/en/css/colors.css | 1 - koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 4 + koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 82 +--------- .../opac-tmpl/ccsr/en/includes/opac-bottom.inc | 7 + koha-tmpl/opac-tmpl/ccsr/en/includes/top-bar.inc | 73 +++++++++ serials/serials-edit.pl | 8 +- t/db_dependent/HoldsQueue.t | 50 ++++--- .../Koha_template_plugin_KohaBranchName.t | 37 +++++ t/db_dependent/VirtualShelves.t | 168 +++++++++++++------- 11 files changed, 282 insertions(+), 171 deletions(-) create mode 100644 koha-tmpl/opac-tmpl/ccsr/en/includes/top-bar.inc create mode 100644 t/db_dependent/Koha_template_plugin_KohaBranchName.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 01:24:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Jul 2013 23:24:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-61-g85130da Message-ID: 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, 3.12.x has been updated via 85130dafc515363eba8f44973291a7af893a8b52 (commit) via 3865b14a57c4e0d4547980acf67060eac181161f (commit) via dbd52acf2958bca6b126a35a47d03b6d4d4d541d (commit) via 7c92496cf7f7ee1016b934a8e01e995b680f9761 (commit) via 7000aa561c7fb33c422f9b60c4f7590a6071ee08 (commit) via 54d414ee2d16a2969c91e5a83cb8c66858fed03c (commit) via 2dff5177f2d7c542175b28adf1832e201c0ae864 (commit) via d3636aee9fe920106b8b9ea84d058c357e1e2fcc (commit) via 2898cf57e5c3b9c6fd8f4fe8f0d5c180ab28fc06 (commit) via 45c883c3e509eacf2a1e3737db6bb6e7c4a9d2d8 (commit) from 1d9ac2b10a96800d301524978f00ee393b5bb75e (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 85130dafc515363eba8f44973291a7af893a8b52 Author: Fridolyn SOMERS Date: Fri May 31 10:17:08 2013 +0200 Bug 10384: fall back to normal authentication if LDAP server is not available This fixes a bug where, assuming LDAP authentication is enabled, if a user tries to log in while the LDAP server is down, the following fatal error is displayed: Can't call method "bind" on an undefined value at C4/Auth_with_ldap.pm line 134, line 558. This patch catches this error to allow normal authentication when LDAP connexion fails. Test plan : - Configure LDAP connexion with a host not having LDAP. ie : 1 localhost dc=test,dc=com cn=Manager,dc=test,dc=com passwd 0 0 0 MAIN PT - Try to connect with mysql user (defined in koha-conf.xml) - Try to connect with a user defined in borrowers You may try to connect with working LDAP connexion Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 96ac578960cb4f2c5a964b3ac7fa4f9ba676b95d) Signed-off-by: Tomas Cohen Arazi commit 3865b14a57c4e0d4547980acf67060eac181161f Author: Kyle M Hall Date: Wed Apr 17 09:33:55 2013 -0400 Bug 9533: batch item modification form now shows default field values only by request This patch makes the pre-population of the fields for the batch item editor with the default values from the default framework optional and off by default. Test Plan: 1) Apply patch 2) Add default values for cost and replacement cost to the default framework. 3) Browse to Tools / Batch item modification 4) Choose a file, or entire some barcodes in the text area 5) Ensure that the 'Populate fields with default values from default framework' is *not* checked 6) Click 'Continue' 7) Observe that the fields for cost and replacement cost are blank 8) Click the 'back' button on your browser 9) Check the checkbox to enable the default value 10) Click 'Continue' 11) Observe that the fields for cost and replacement cost now contain the default values you assigned them in the default MARC framework Signed-off-by: David Cook Signed-off-by: Katrin Fischer Switch works correctly, all tests and QA script pass. Note: there is a bug with default values for all non text input fields. Default values won't be applied for those fields as the pull downs are not preselected correctly with the default values defined in the framework. Signed-off-by: Galen Charlton (cherry picked from commit 2d32ab38148f7d75412a36e928dea799717bc5fb) Signed-off-by: Tomas Cohen Arazi commit dbd52acf2958bca6b126a35a47d03b6d4d4d541d Author: Fridolyn SOMERS Date: Wed Jun 26 17:52:40 2013 +0200 Bug 9113: fix handling of certain characters by item batch modification tool If you're using the batch modification tool and entering a call number like "E+ 123 ABC", the tool removes the + and puts a space in its place, e.g., "E 123 ABC" This is because the form is posted via Ajax by background-job-progressbar.js. Values are URI-encoded using escape(), but this method does not escape some characters: * @ - _ + . / Also, "+" is considered as a space in a URI. This patch replaces escape() by encodeURIComponent() which encodes every character. Test plan : Perform an items batch modification by setting '* @ - _ + . /' in a field (notes for example) and see that all characters are saved correctly. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 0397e7ea64c208c140d7178ed34c3bd4b266fcfb) Signed-off-by: Tomas Cohen Arazi commit 7c92496cf7f7ee1016b934a8e01e995b680f9761 Author: Marc Veron Date: Fri Jun 14 16:37:23 2013 +0200 Bug 5894: Display all titles when confirming copy of items from cart to list Adds missing code that splits biblios before calling template. To test: - Add some items to cart - Open cart, select some or all items - Add to list; with patch, following window shold show something like "Add 3 items to a list:", followed by list of items Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton (cherry picked from commit bed99a851646fd0c7a4c906dd9dfe60c485b40c6) Signed-off-by: Tomas Cohen Arazi commit 7000aa561c7fb33c422f9b60c4f7590a6071ee08 Author: Owen Leonard Date: Wed Jun 5 14:03:51 2013 -0400 Bug 10346 - "Add multiple copies" should be labelled "Add multiple items" The Koha interface standardizes on the term "item" instead of "copy," so the "Add multiple copies" button would be more correctly labeled "Add multiple items." To test, view the add item screen for an existing or new record. You should see a button labeled "Add multiple items." Signed-off-by: Cedric Vita Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 79df5211d6faff8ab31b46c815ed50c70093a057) Signed-off-by: Tomas Cohen Arazi commit 54d414ee2d16a2969c91e5a83cb8c66858fed03c Author: Fridolyn SOMERS Date: Fri Jun 7 10:17:54 2013 +0200 Bug 10428: undefined check in add additem.pl In additem.pl, in the code that generates item form you find: @values = $itemrecord->field($tag)->subfield($subtag) if ($itemrecord && defined($itemrecord->field($tag)->subfield($subtag))); This patch adds the check of $itemrecord->field($tag) undef. I did not found a way to test it because item tag is always defined when editing an item, but it would be safer/prettier to add this check. Signed-off-by: Kyle M Hall Passed-QA-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit e31b158245f4eff36decebf30c8a87c8cfebe472) Signed-off-by: Tomas Cohen Arazi commit 2dff5177f2d7c542175b28adf1832e201c0ae864 Author: Fridolyn SOMERS Date: Thu Apr 11 16:46:23 2013 +0200 Bug 10029 - CAS authentication fails in OPAC reserve If OPAC reserve page is accessed without being logged-in, login form is displayed as well as a CAS authentication link (if enabled). A click on this link will lead to CAS server but one comming back to Koha, page shows an error : "ERROR: No biblionumber received". This is because CAS link only contains the query path "/cgi-bin/koha/opac-reserve.pl", not the query parameters. This patch adds query parameters to URI sent to CAS. Test plan : - Enable CAS - Go to opac without been logged-in - Try to place hold on a record => You get to /cgi-bin/koha/opac-reserve.pl?biblionumber=XXX showing authentication page => Check that CAS link contains query param "biblionumber" - Click on CAS link and log in => Check you return well logged-in to reserve page with biblionumber param Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer I have followed the test plan as far as I could and the links contain the biblionumber now, which they didn't before. I couldn't check the CAS login, but my normal login worked as expected. All tests and the QA script pass. Signed-off-by: Galen Charlton (cherry picked from commit 974ab561ef00e76e7329f61b016b5d6b3103dde7) Signed-off-by: Tomas Cohen Arazi commit d3636aee9fe920106b8b9ea84d058c357e1e2fcc Author: Owen Leonard Date: Wed Jun 26 12:54:15 2013 -0400 Bug 10510 - OPAC's renew selected link has glitchy icon The "renew selected" link on the list of a user's checkouts looks bad because the next icon in the sprite shows through. This patch modifies the sprite to give it proper spacing and corrects the CSS to accommodate the change. To test, apply the patch, clear your browser cache, and view the following pages to confirm that the change works: - With TagsEnabled and TagsInputOnList enabled, view a search results page when logged in and when not logged in. Tag links should be styled correctly. - With OpacBrowseResults enabled, open the detail page for any record and click the "browse shelf" link. The "forward" and "back" arrows should be styled correctly. - With OpacRenewalAllowed enabled, log in to the OPAC and view your checked out items. The "renew selected" and "renew all" links should look correct. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Note: this will fix only the prog theme, but not the ccsr theme. And it works perfectly. Signed-off-by: Galen Charlton (cherry picked from commit 1a1658f020e482abdd35fc8afc04cfcbce91e046) Signed-off-by: Tomas Cohen Arazi commit 2898cf57e5c3b9c6fd8f4fe8f0d5c180ab28fc06 Author: Owen Leonard Date: Fri Jun 28 14:21:03 2013 -0400 Bug 10497 - star ratings not showing right in ccsr detail Star ratings do not appear correctly in the CCSR theme because it lacks the image sprite used to display them. This patch adds the required file. To test, apply the patch and view a search results set which includes titles which have an existing rating. Ratings should appear correctly. View a detail page for an title which has a rating, and add a rating to a title which has no rating. Ratings should look correct and work correctly. Signed-off-by: Nicole C. Engard All tests pass - including leaving a rating on the newly visible stars Signed-off-by: Katrin Fischer In order to test this, make sure you have set OpacStarRatings set to 'results and details'. The star images show up in OPAC results with the correct amount of stars after applying the patch. Signed-off-by: Galen Charlton (cherry picked from commit 2fccb14a806e9aad18cc9f75df39e09bd64830dd) Signed-off-by: Tomas Cohen Arazi commit 45c883c3e509eacf2a1e3737db6bb6e7c4a9d2d8 Author: Liz Rea Date: Fri May 10 09:32:17 2013 +1200 Bug 6553 - Parentheses in Corporate author break tracings To test: If an author's name includes parentheses or other escape-characters, the tracing links produced in the OPAC fail in XSLT mode. This patch wraps the author names in double-quotes, providing the necessary escapement. Test plan: - Create a new framework, delete Thesaurus from 100 and other fields - Create a new record in this framework (or change an existing record to this framework) - Add 100$a - use parentheses - Check the search links in OPAC detail pages Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer XSLT change adding quotes. Search now matches search in the intranet. Passes all tests. Signed-off-by: Galen Charlton (cherry picked from commit 41409f500edf495db114b2277f4916e5a737a0aa) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_cas.pm | 4 +--- C4/Auth_with_ldap.pm | 5 +++++ cataloguing/additem.pl | 2 +- .../prog/en/js/background-job-progressbar.js | 4 ++-- .../prog/en/modules/cataloguing/additem.tt | 6 +++--- .../prog/en/modules/tools/batchMod.tt | 14 ++++++++++++++ .../{prog => ccsr}/images/star-ratings-sprite.png | Bin 2000 -> 2000 bytes koha-tmpl/opac-tmpl/prog/en/css/opac.css | 13 ++++++------- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 6 +++--- koha-tmpl/opac-tmpl/prog/images/sprite.png | Bin 8381 -> 3348 bytes opac/opac-addbybiblionumber.pl | 4 ++++ tools/batchMod.pl | 7 +++---- 12 files changed, 42 insertions(+), 23 deletions(-) copy koha-tmpl/opac-tmpl/{prog => ccsr}/images/star-ratings-sprite.png (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 13:29:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 11:29:13 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-32-gde921f9 Message-ID: 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, 3.10.x has been updated via de921f9315b490f1d592c2eb5b9c883087e97df8 (commit) from 892034aa8142af0b89d57ca7c8ef3717eae07ea3 (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 de921f9315b490f1d592c2eb5b9c883087e97df8 Author: Robin Sheat Date: Tue Jul 2 03:06:09 2013 +1200 Bug 10524 - dependency updates Include liblibrary-callnumber-lc-perl Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a9d967bb546f6c11ef0a46696a2aa3136772e4c6) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a9d967bb546f6c11ef0a46696a2aa3136772e4c6) ----------------------------------------------------------------------- Summary of changes: debian/control | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 13:33:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 11:33:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-33-gc0cb1f8 Message-ID: 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, 3.10.x has been updated via c0cb1f8b0e8aa53707447ee7c27fd15fc0a7b80c (commit) from de921f9315b490f1d592c2eb5b9c883087e97df8 (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 c0cb1f8b0e8aa53707447ee7c27fd15fc0a7b80c Author: Fridolyn SOMERS Date: Mon Jul 15 13:00:18 2013 +0200 Bug 10590 - in opac-topissues limit param is not protected In opac-topissues page, the limit URL argument is directly added to SQL query. This patch adds protections : limit must only contain digits and must be lower than 100. Test plan : - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=10&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 10 most cheched-out of all time - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 10 most cheched-out of all time - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=9999&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 100 most cheched-out of all time - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=WHERE&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 10 most cheched-out of all time Signed-off-by: Robin Sheat Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 57866d6b67c3f8b29290150f21c71395315a73fe) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 5867909f8866b4e68340b88817bfb95f51bc3c9e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 5867909f8866b4e68340b88817bfb95f51bc3c9e) ----------------------------------------------------------------------- Summary of changes: opac/opac-topissues.pl | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 13:34:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 11:34:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-34-gf5ee810 Message-ID: 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, 3.10.x has been updated via f5ee81028dda33027daf3c921b38bf06218f9dfa (commit) from c0cb1f8b0e8aa53707447ee7c27fd15fc0a7b80c (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 f5ee81028dda33027daf3c921b38bf06218f9dfa Author: Robin Sheat Date: Tue Jul 16 02:06:40 2013 +1200 Bug 10590 - parameterise the limit option The limit option was previously substituted directly into the query. The previous patch on bug 10590 filters it on input, but there's no reason not to have it made to work properly in the query for added safety. To test: [1] Go to the top checkouts report (http://OPAC/cgi-bin/koha/opac-topissues.pl) [2] Run the report several times, varying the filters on number of results and item type. [3] Verify the the list of top checkouts appears to be correct. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 89cf013a6fadcb1347151798f3fdab0d8c75cd15) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2e77edf8dfa0350a6e20805e7fa39b97608c804e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 2e77edf8dfa0350a6e20805e7fa39b97608c804e) ----------------------------------------------------------------------- Summary of changes: opac/opac-topissues.pl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 13:40:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 11:40:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-35-g0c09391 Message-ID: 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, 3.10.x has been updated via 0c09391f197e2c40745c0a52177c554ab5e29504 (commit) from f5ee81028dda33027daf3c921b38bf06218f9dfa (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 0c09391f197e2c40745c0a52177c554ab5e29504 Author: Owen Leonard Date: Tue Nov 27 11:16:14 2012 -0500 Bug 7110: Renewal messages no longer displays in OPAC if OpacRenewalAllowed is disabled Prior to this patch, if a patron has fines which exceed the limit set by OPACFineNoRenewals but OPAC renewals are disallowed by OpacRenewalAllowed, a message was displayed in their OPAC summary like this: "Please note: You currently owe XXX in fines. Please pay your fines if you wish to renew your books." Information about outstanding fines in this case has no bearing on how the user sees his summary of checkouts; since the user cannot renew the loans from the OPAC regardless of their fine balance if OpacRenewalAllowed is not enabled, this patch removes the message. To test, try various combinations of OpacRenewalAllowed and OPACFineNoRenewals with a patron who has outstanding fines: - OpacRenewalAllowed ON and OPACFineNoRenewals ON (set to be triggered by the test patron's fines): Logging in to the OPAC the patron should see a warning on opac-user.pl about not being able to renew items because of fines. - OpacRenewalAllowed ON and OPACFineNoRenewals OFF (threshold high enough not to trigger a block): No warning appears. - OpacRenewalAllowed OFF and OPACFineNoRenewals ON: No warning appears. - OpacRenewalAllowed OFF and OPACFineNoRenewals OFF: No warning appears. If OpacRenewalAllowed is diabled and a patron's fines exceed the limit set by OPACFineNoRenewals they should see no message. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Passes koha-ql.pl and perlcritic Signed-off-by: Galen Charlton (cherry picked from commit 29edd3797a7c950664ebc3be272ad4dca2575a80) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit dceefcfac1e54dbfa3e13174cc8a5d73acbf07fe) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit dceefcfac1e54dbfa3e13174cc8a5d73acbf07fe) ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 -- opac/opac-user.pl | 2 +- 2 files changed, 1 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 13:47:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 11:47:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-36-ge6a2906 Message-ID: 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, 3.10.x has been updated via e6a2906a2fb44252f939733b699b0d0255a8ec83 (commit) from 0c09391f197e2c40745c0a52177c554ab5e29504 (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 e6a2906a2fb44252f939733b699b0d0255a8ec83 Author: Galen Charlton Date: Wed Jun 19 10:30:58 2013 -0700 bug 10495: set precondition for HoldsQueue test t/db_dependent/HoldsQueue.t assumed, but did not check, that the AutomaticItemReturns system preference was off at the beginning of the test un. This patch makes sure that that assumption is met. To test: [1] Make sure that at least one item is on loan (this is another assumption that the test case makes, one that should be corrected with the work proposed for bug 10336. [2] Turn the AutomaticItemReturn system preference on. [3] Run the test: prove -v t/db_dependent/HoldsQueue.t [4] Tests 4 and 6 should fail. [5] Apply the patch. [6] Run the test case again; this time, all tests should pass. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 4e51ec5aae50c878bbdca6994361b12d7ba20d0a) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 20d43f6c02e2bc3fbc1a79b00b995c128a4b41ef) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 20d43f6c02e2bc3fbc1a79b00b995c128a4b41ef) ----------------------------------------------------------------------- Summary of changes: t/db_dependent/HoldsQueue.t | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 13:51:50 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 11:51:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-37-g3797fbf Message-ID: 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, 3.10.x has been updated via 3797fbf9414682d0fa45eb10a4eb56ab8a002dbe (commit) from e6a2906a2fb44252f939733b699b0d0255a8ec83 (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 3797fbf9414682d0fa45eb10a4eb56ab8a002dbe Author: Jonathan Druart Date: Fri May 24 16:18:59 2013 +0200 Bug 10336: HoldsQueue.t needs to create its own data After applying this patch and the patch submitted in bug 10495, you can run prove t/db_dependent/HoldsQueue.t and admire that all tests pass. This patch creates a borrower and uses Koha routines instead of directly updating the database. Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit bfbc646fdd9ca4b90a0bc2751d0faa95d9e93ba1) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 509972e3858d3b3c9f915d09a1e10f77cbe105fd) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 509972e3858d3b3c9f915d09a1e10f77cbe105fd) ----------------------------------------------------------------------- Summary of changes: t/db_dependent/HoldsQueue.t | 45 ++++++++++++++++++++++++------------------ 1 files changed, 26 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 14:05:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 12:05:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-38-ga165429 Message-ID: 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, 3.10.x has been updated via a16542961f60f5a77d0af86d605a890a5b23782d (commit) from 3797fbf9414682d0fa45eb10a4eb56ab8a002dbe (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 a16542961f60f5a77d0af86d605a890a5b23782d Author: Jonathan Druart Date: Mon May 20 16:56:38 2013 +0200 Bug 10290: UT: VirtualShelves.t needs to create its own data Try before the patch: prove t/db_dependent/VirtualShelves.t And after, it should produce: t/db_dependent/VirtualShelves.t .. ok All tests successful. Files=1, Tests=82, 6 wallclock secs ( 0.03 usr 0.00 sys + 0.46 cusr 0.03 csys = 0.52 CPU) Result: PASS Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 44905ac99cee8ddca6c63752d948a74afae20194) Signed-off-by: Tomas Cohen Arazi Tests are good :-D. They look fine and work as expected. (cherry picked from commit e918450e6ad6e661474479f8890f6b141fe4e15a) Signed-off-by: Bernardo Gonzalez Kriegel Missed this one from previous release (cherry picked from commit e918450e6ad6e661474479f8890f6b141fe4e15a) ----------------------------------------------------------------------- Summary of changes: t/db_dependent/VirtualShelves.t | 75 ++++++++++++++++++++++++--------------- 1 files changed, 46 insertions(+), 29 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 14:07:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 12:07:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-39-g2b24573 Message-ID: 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, 3.10.x has been updated via 2b2457329467e5a30a748903eb60390f1cafd51d (commit) from a16542961f60f5a77d0af86d605a890a5b23782d (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 2b2457329467e5a30a748903eb60390f1cafd51d Author: Marcel de Rooy Date: Mon Jun 3 14:25:43 2013 +0200 Bug 10290: Followup for Virtualshelves.t Put the 10 biblionumbers in a list Add a FIXME for deleting shelves Do temporary repair on duplicate name test (Followup via report 10386) Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 1ef99ace2043d75889830c4c0af8af3e9e36104e) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit e26655fe03c2f5181d6a820f40e38a7cebb46e05) Signed-off-by: Bernardo Gonzalez Kriegel Missed this one from previous release (cherry picked from commit e26655fe03c2f5181d6a820f40e38a7cebb46e05) ----------------------------------------------------------------------- Summary of changes: t/db_dependent/VirtualShelves.t | 52 ++++++++++++++++---------------------- 1 files changed, 22 insertions(+), 30 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 14:10:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 12:10:19 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-40-g5e9db70 Message-ID: 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, 3.10.x has been updated via 5e9db705a5466ff508d45a9bbfcabd9744efa53f (commit) from 2b2457329467e5a30a748903eb60390f1cafd51d (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 5e9db705a5466ff508d45a9bbfcabd9744efa53f Author: Marcel de Rooy Date: Mon Jun 3 15:27:50 2013 +0200 Bug 10386: improvements to VirtualShelves.t Most important: Does no longer delete all shelves! Checks if there are ten borrowers for testing. But even works without them :) When creating or modifying lists, takes name clashes into consideration. Small change to _CheckShelfName in VirtualShelves module. Making it possible to check a name for a list whose owner has been set to NULL. Note that a test like field=? with undef for placeholder will not work in MySql. Test plan: How do you test a test? Well, you could run it on various databases.. But for real hacking, you could also add some debug lines. I tested this by forcing 10 undefs in @borrowernumbers. And by overwriting the return value of randomname with an existing name. Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 93e87ca0b61611fc35238bf13eb226f477cf9c4e) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a97b62379f82a94157916959109c7c1a75582d8a) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a97b62379f82a94157916959109c7c1a75582d8a) ----------------------------------------------------------------------- Summary of changes: C4/VirtualShelves.pm | 13 +++- t/db_dependent/VirtualShelves.t | 168 +++++++++++++++++++++++++-------------- 2 files changed, 118 insertions(+), 63 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 16:09:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 14:09:18 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-813-gd2a7561 Message-ID: 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 d2a756128853e9d3a1e0b99f47a04c9e0f31de75 (commit) from 45fafb31ce03244011513a3a758e28f8db9615a4 (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 d2a756128853e9d3a1e0b99f47a04c9e0f31de75 Author: Kenza Zaki Date: Mon Jul 1 10:48:03 2013 +0200 Bug 10499: VirtualShelves.t - wrap tests in a database transaction Before this patch, the queries in VirtualShelves.t were committed in the database and have to be removed at the end. This patch wraps tests in a database transaction. Test plan: prove t/db_dependent/VirtualShelves.t VirtualShelves.t .. ok All tests successful. Files=1, Tests=72, 1 wallclock secs ( 0.06 usr 0.00 sys + 0.72 cusr 0.06 csys = 0.84 CPU) Result: PASS Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer All tests pass. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/VirtualShelves.t | 35 ++++++++++++----------------------- 1 files changed, 12 insertions(+), 23 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 16:12:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 14:12:34 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-815-g4f09ebf Message-ID: 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 4f09ebfc8a4a04125777d6e90c36b73217bae888 (commit) via 8e442955247e925dacf303455f40522a89a349b2 (commit) from d2a756128853e9d3a1e0b99f47a04c9e0f31de75 (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 4f09ebfc8a4a04125777d6e90c36b73217bae888 Author: Jonathan Druart Date: Mon Jul 1 10:11:05 2013 +0200 Bug 10275: Use a transaction for OrderFromSubscription.t Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 8e442955247e925dacf303455f40522a89a349b2 Author: Jonathan Druart Date: Fri May 17 15:27:45 2013 +0200 Bug 10275: UT: OrderFromSubscription.t needs to create its own data Try before the patch: prove t/db_dependent/Acquisition/OrderFromSubscription.t And after, it should produce: t/db_dependent/Acquisition/OrderFromSubscription.t .. ok All tests successful. Files=1, Tests=12, 2 wallclock secs ( 0.02 usr 0.00 sys + 0.46 cusr 0.02 csys = 0.50 CPU) Result: PASS And some warnings... Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes tests. Assumes Dateformat is set to US dates as in the sample data. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Acquisition/OrderFromSubscription.t | 42 ++++++++++++++------ 1 files changed, 30 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 16:22:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 14:22:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-817-geab1812 Message-ID: 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 eab1812b7dcfb460378fb287a63c6a81b3c8d820 (commit) via f72e78f2bd4e3f208f38063f948365d9108e6d40 (commit) from 4f09ebfc8a4a04125777d6e90c36b73217bae888 (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 eab1812b7dcfb460378fb287a63c6a81b3c8d820 Author: Jonathan Druart Date: Fri Jul 5 14:50:03 2013 +0200 Bug 10274: Execute sql queries into a transaction Signed-off-by: Katrin Fischer All tests pass. Signed-off-by: Galen Charlton commit f72e78f2bd4e3f208f38063f948365d9108e6d40 Author: Jonathan Druart Date: Fri May 17 15:11:35 2013 +0200 Bug 10274: UT: Acquisition.t needs to create its own data Try before the patch: prove t/db_dependent/Acquisition.t And after, it should produce: t/db_dependent/Acquisition.t .. ok All tests successful. Files=1, Tests=41, 2 wallclock secs ( 0.03 usr 0.00 sys + 0.42 cusr 0.02 csys = 0.47 CPU) Result: PASS Signed-off-by: Jared Camins-Esakov Tests pass and the bookseller is deleted. Signed-off-by: Katrin Fischer All tests pass. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Acquisition.t | 165 +++++++++++++++++++++++++++--------------- 1 files changed, 105 insertions(+), 60 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 16:49:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 14:49:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-70-g5207c51 Message-ID: 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, 3.12.x has been updated via 5207c513c36fb0e66ed5a8390fc30119e194fad1 (commit) via 68184ade6f6b0c1ef00e5c26978eaefe0aa00e8b (commit) via bfd82695b19ce20cd638e8c285e7e1aeed89a255 (commit) via 689080867eb810279a912f2d9bf7a78655ffc9dd (commit) via 9c90b651f2a1a4420a0b5b7865c0796c1d6b8764 (commit) via f5a8bec0f7ae7a1118fd003c36c6651906f970af (commit) via b606e3afd2ad0a64f663bf086b1d792046a5570f (commit) via d4f6eef1b2c34f25336e6d2607fa2c3074c982c1 (commit) via 645e80d58783aed46f368e36156ea69e2a34779e (commit) from 85130dafc515363eba8f44973291a7af893a8b52 (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 5207c513c36fb0e66ed5a8390fc30119e194fad1 Author: Katrin Fischer Date: Mon Jul 1 23:44:39 2013 +0200 Bug 4907: make 'Organize by' filter in suggestions reflect selected option When using the 'Organize by' option to change the display of the suggestions, the option is applied, but the pull down always jumps back to the first entry 'Status'. This patch fixes that. To test: - Try out all settings and verify that after the page reloads the selected option is applied to your suggestions and the pull down shows the option you selected. Note: Until bug 10519 is properly fixed the tabs will not show the correct descriptions, but the URL will show you the selected option as parameter: displayby=acceptedby Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 60a4dffbb197fe92e7483b9e0dfcc19bc9b51664) Signed-off-by: Tomas Cohen Arazi commit 68184ade6f6b0c1ef00e5c26978eaefe0aa00e8b Author: Tomas Cohen Arazi Date: Tue Jul 16 11:08:41 2013 -0300 Bug 5858 - Advertise the updated framework to upgrading users Just that. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Tomas Cohen Arazi commit bfd82695b19ce20cd638e8c285e7e1aeed89a255 Author: Marcel de Rooy Date: Sun Jul 7 14:40:19 2013 +0200 Bug 5858: Followup for INSERT IGNOREs in marc21_framework_DEFAULT.sql Changes 8 INSERTs into INSERT IGNOREs. This allows current installs to benefit easier from the new tags/subfields. Note that running with --force will not achieve the same! The multi-value inserts will still be aborted, though execution continues. Test plan: Run the file or do a new install. Signed-off-by: Marcel de Rooy Ran the file on a current install manually. Signed-off-by: Galen Charlton (cherry picked from commit bf9eccfeb8069c1b258916c1916138b6317122da) Signed-off-by: Tomas Cohen Arazi commit 689080867eb810279a912f2d9bf7a78655ffc9dd Author: Bernardo Gonzalez Kriegel Date: Tue Mar 19 21:25:20 2013 -0300 Bug 5858: update default MARC21 framework to April 2013 revision Applies to new installs, although with the follow-up patch, users can run the installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql script through the mysql client to add new tag and subfield entries. To test: 1) Delete MARC21 default framework 2) Apply patch 3) Test that new default framework loads without problem Signed-off-by: Mason James Signed-off-by: Marcel de Rooy Run this file with and without this patch. This patch adds 24 tags (338 vs 314) and 323 subfields (3951 vs 3628). Verified that last QA comments were incorporated. Signed-off-by: Galen Charlton (cherry picked from commit 45669b2566c889c7a73251cdb132c81cf5127117) Signed-off-by: Tomas Cohen Arazi commit 9c90b651f2a1a4420a0b5b7865c0796c1d6b8764 Author: Galen Charlton Date: Mon Jul 8 14:29:32 2013 +0000 Bug 10289: (follow-up) don't set cardnumber for test patron Since the patron barcode is nullable, and since the tests using the test patron don't care what the barcode is, don't set it. This avoids the tests failing if the test database happens to already have a patron record with the hard-coded barcode that used to be supplied. Signed-off-by: Galen Charlton (cherry picked from commit 7957dd2a06cd20997f50f49aa1b77e24589ae71c) Signed-off-by: Tomas Cohen Arazi commit f5a8bec0f7ae7a1118fd003c36c6651906f970af Author: Galen Charlton Date: Mon Jul 8 14:27:14 2013 +0000 Bug 10289: (follow-up) wrap tests in transaction Applying new standard method for handling tear-down of test data. Signed-off-by: Galen Charlton (cherry picked from commit 47cf3ec24ded468ca4b7b79c8b000b1bdb13d1a8) Signed-off-by: Tomas Cohen Arazi commit b606e3afd2ad0a64f663bf086b1d792046a5570f Author: Jonathan Druart Date: Mon May 20 16:37:10 2013 +0200 Bug 10289: UT: Reserves.t needs to create its own data Try before the patch: prove t/db_dependent/Reserves.t And after, it should produce: t/db_dependent/Reserves.t .. 1/4 # # Creating biblio instance for testing. # Creating item instance for testing. # Deleting item testing instance. # Deleting biblio testing instance. # Deleting borrower. t/db_dependent/Reserves.t .. ok All tests successful. Files=1, Tests=4, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.39 cusr 0.02 csys = 0.44 CPU) Result: PASS Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 6e6c7608b7d9b13d3af8d2115659ef142adb1b01) Signed-off-by: Tomas Cohen Arazi commit d4f6eef1b2c34f25336e6d2607fa2c3074c982c1 Author: Tomas Cohen Arazi Date: Tue Jul 16 10:50:23 2013 -0300 Bug 9519: DBRev 3.12.01.002 Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Tomas Cohen Arazi commit 645e80d58783aed46f368e36156ea69e2a34779e Author: Sonia LEMAIRE Date: Wed Jul 3 15:53:49 2013 +0200 Bug 9519: fix code for Italian language search limiter 'ind' rather than 'ita' was set as the ISO639-2 language code for Italian in the fr-FR, it-IT, pl-PL, ru-RU, and uk-UA installation SQL. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer I checked nb-NO and de-DE - language code there had already been corrected. Signed-off-by: Galen Charlton (cherry picked from commit 707733ed2992a5d612d22510174301d65d3d7c05) Conflicts: installer/data/mysql/updatedatabase.pl Trivial merge conflict in the usual suspect, updatedatabase.pl Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: .../marc21/mandatory/marc21_framework_DEFAULT.sql | 726 ++++++++++++++------ .../mysql/fr-FR/1-Obligatoire/subtag_registry.sql | 2 +- .../data/mysql/it-IT/necessari/subtag_registry.sql | 2 +- .../data/mysql/pl-PL/mandatory/subtag_registry.sql | 2 +- .../data/mysql/ru-RU/mandatory/subtag_registry.sql | 2 +- .../data/mysql/uk-UA/mandatory/subtag_registry.sql | 2 +- installer/data/mysql/updatedatabase.pl | 13 + .../prog/en/modules/suggestion/suggestion.tt | 30 +- kohaversion.pl | 2 +- t/db_dependent/Reserves.t | 76 +-- 10 files changed, 606 insertions(+), 251 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 17:21:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 15:21:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-819-gb95c313 Message-ID: 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 b95c3134a8a38ba430f7d70173f91e055b4fa30e (commit) via 41baeafda9733caa69cd678b3f471976c6b27a7c (commit) from eab1812b7dcfb460378fb287a63c6a81b3c8d820 (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 b95c3134a8a38ba430f7d70173f91e055b4fa30e Author: Jonathan Druart Date: Tue Jul 9 11:52:31 2013 +0200 Bug 10556: The delivery time is not inserted on adding a supplier. Test plan: Add/edit a supplier and check that the delivery time is set in DB. Note: This patch cleans the code (sql query) in order to see easily if a problem occurred. Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 41baeafda9733caa69cd678b3f471976c6b27a7c Author: Galen Charlton Date: Tue Jul 16 14:55:09 2013 +0000 bug 10556: regression test for setting deliverytime when adding vendor Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Bookseller.pm | 43 ++++++++++++++++++++--------------------- t/db_dependent/Acquisition.t | 7 ++++- 2 files changed, 26 insertions(+), 24 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 17:35:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 15:35:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-821-g7d99004 Message-ID: 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 7d990042e9dcc86e6f60b923763720d5c9ed6b2c (commit) via 24e561f4da56e442dc1a9d25afa63e8ab74d9236 (commit) from b95c3134a8a38ba430f7d70173f91e055b4fa30e (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 7d990042e9dcc86e6f60b923763720d5c9ed6b2c Author: Galen Charlton Date: Mon May 20 08:38:46 2013 -0700 Bug 10170: expose more managed staged MARC strings to translation This commit makes it possible to translated the 'staged' and 'error' record statuses as well as the 'auto_match' overlay status. Also takes out a bit of HTML cruft in one string that is not needed for translation. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer All tests pass. New strings are parsed into the po files: "%s Always add items %s Add items only if matching bib was found %s Add items only if no matching bib was found %s Ignore items %s %s %s %s " "%s No match %s Match applied %s Match found %s %s %s " Signed-off-by: Galen Charlton commit 24e561f4da56e442dc1a9d25afa63e8ab74d9236 Author: Adrien Saurat Date: Thu May 2 16:56:54 2013 +0200 Bug 10170: strings in MARC import made translatable Following bug 9215: non translatable strings are now present in the template and translatable Signed-off-by: Chris Cormack Not only does this make the strings translatable it makes the template a lot easier to read Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer All tests pass. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/tools/manage-marc-import.tt | 84 ++++++++++++++++++-- 1 files changed, 76 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 17:37:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 15:37:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-822-g04e9022 Message-ID: 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 04e9022e4f63869d18f69cc32f2e5d1519fb5db5 (commit) from 7d990042e9dcc86e6f60b923763720d5c9ed6b2c (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 04e9022e4f63869d18f69cc32f2e5d1519fb5db5 Author: Sophie Meynieux Date: Fri Apr 26 15:06:40 2013 +0200 Bug 10127 : Printoverdues.sh should tar only pdf files Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer From the bug report: At the end of printoverdues.sh, an archive is generated containing all files present in directory given as parameter. As archives are generated in this given directory, they contain previously generated tar files, creating oversized files. Only .pdf files should be archived All tests and QA script pass. Worked ok in my tests, only packign PDF in the given directory. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/printoverdues.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 19:25:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 17:25:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-41-g0213266 Message-ID: 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, 3.10.x has been updated via 02132665b9d49529577df79e31e615febbe1fad3 (commit) from 5e9db705a5466ff508d45a9bbfcabd9744efa53f (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 02132665b9d49529577df79e31e615febbe1fad3 Author: Jared Camins-Esakov Date: Mon May 20 12:55:17 2013 -0400 Bug 8884: opacheader is not in the header on CCSR In CCSR the opacheader preference isn't really in the header it's to the right of the search box (see attached). I'm okay with a customizable region over there, but we should have a new preference for that and header should be above the search box as it implies. To test: 1) Put something in the OpacHeader syspref. Preferably something large and header-like for maximum effect. 2) Select CCSR theme. 3) View OPAC. Notice placement of "header" content. 4) Apply patch. 5) View OPAC. Notice placement of "header" content. 6) Sign off. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised with one caveat; the content of opacheader is by default underneath the div "top-bar". A couple breaks in my OpacHeader test made it visible, so I'm going to assume this is a styling issue and not a bug as such. Signed-off-by: Galen Charlton (cherry picked from commit 905292b6328bbc847b1b932fc15dfef9e9845295) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit b31e993b74a81d2b8c063410218a40374f2d8cdd) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit b31e993b74a81d2b8c063410218a40374f2d8cdd) ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 20:11:50 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 18:11:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-77-g60a67bb Message-ID: 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, 3.12.x has been updated via 60a67bb1f74e46d85125ff3707c926c41b58d814 (commit) via 47df7c9641321b70cd132790d4cfeab500bc34be (commit) via a8ed0e52c65f3fed53108fc1cbe9b860e63f98b5 (commit) via 8f0ce3c1a0e43e6fb8b7bae56e4d658bfc315631 (commit) via f56768adba9fb1d39861e04796fac2be8cfdf914 (commit) via 3fcf60e3e2e68f73e9a6292576b6dbc35e450145 (commit) via 2a6b1a40bd2561368ee53fe4e063bc3ed63aa81b (commit) from 5207c513c36fb0e66ed5a8390fc30119e194fad1 (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 60a67bb1f74e46d85125ff3707c926c41b58d814 Author: Tomas Cohen Arazi Date: Tue Jul 16 15:16:28 2013 -0300 Bug 10490: DBrev 3.12.01.004 Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Tomas Cohen Arazi commit 47df7c9641321b70cd132790d4cfeab500bc34be Author: Katrin Fischer Date: Mon Jul 1 21:58:57 2013 +0200 Bug 10490: Overdue fines cap can't store decimal values When overduefinescap was added to the issuingrules the datatype given was decimal. This translates in MySQL to decimal(10,0). This doesn't allow you to store decimal values and therefore values like 4.5 are saved as 5 in the database. To test: On a current installation: 1) Try to enter 4.5 as Overdue fines cap. Verify that the value is not correctly saved. 2) Apply patch and run database update. 3) Try adding/changing an issuing rule setting Overdue fines cap to 4.5 again. 4) Verify the value is saved correctly. Create a new Koha installation from scratch: 1) Verify that the issuingrules table has been created correctly and that you can add/mofidy issuingrules correctly. Because this bug can create data loss, the old database update has also been changed to avoid this problem for people updating at a later point in time. Checkout an older version of Koha pre 3.09.00.027. 1) Run the database updates. 2) Verify again, that adding/modifying issuingrules works correctly. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 16c57940441aac62c1c90538f3c7b7cd386e6d92) Signed-off-by: Tomas Cohen Arazi commit a8ed0e52c65f3fed53108fc1cbe9b860e63f98b5 Author: Galen Charlton Date: Fri Jul 12 14:57:11 2013 +0000 Bug 10560: add regression test Signed-off-by: Galen Charlton (cherry picked from commit e2bb7af21666ca61f65fb3163d8449823f5cab4b) Signed-off-by: Tomas Cohen Arazi commit 8f0ce3c1a0e43e6fb8b7bae56e4d658bfc315631 Author: Robin Sheat Date: Fri Nov 30 15:48:50 2012 +1300 Bug 10560: make it possible for default interface language to not be English If you enable another translation, and disable English, then if you dont have a cookie set, or your browser is not set to that language, you will get English. So you can not disable English in either the staff client or the OPAC. This patch fixes the language selection to do the right thing. To test you must have at least one other language installed besides English. Apply the patch and disable the en translation. Koha should fall back to one of the enabled translations. Signed-off-by: Owen Leonard I added a patch description and test plan, missing from the original patch. Signed-off-by: Katrin Fischer I have tested with various combinations of activated languages and have found no regression. If the cookie is set, the right language is shown accordingly. Else the first language in the list seems to be picked. It did never fall back to English in my tests, when English was explicitly deactivated. Passes all tests and QA script. Signed-off-by: Galen Charlton (cherry picked from commit 38f596d48e19c8f7890caea7a6eb59b6174cf5fa) Signed-off-by: Tomas Cohen Arazi Works as advertised. commit f56768adba9fb1d39861e04796fac2be8cfdf914 Author: Fridolyn SOMERS Date: Wed Jul 3 14:24:23 2013 +0200 Bug 10535: by default sort funds by name In parcels.pl, and other acquisition pages, the funds are not sorted by name in combo-box. With a great number of funds, it is difficult to find one. This patch adds a default value to $orderby arg of C4::Budgets::GetBudgets. Test plan : - Create a new fund with a name beginning with 'z' and set you as owner. - Create a new fund with a name beginning with 'a' and set you as owner. - Go to a vendor and click "Receive shipments" - Look at fund combobox => Funds are sorted by name Signed-off-by: Silvia Simonetti Signed-off-by: Katrin Fischer Passes all tests and QA script. When testing make sure your funds would sort the other way around when sorting by code instead of description. Signed-off-by: Galen Charlton (cherry picked from commit aa6cdb60a9ab2581ffef08796a349242d3d2ff66) Signed-off-by: Tomas Cohen Arazi commit 3fcf60e3e2e68f73e9a6292576b6dbc35e450145 Author: Mark Tompsett Date: Sat Jul 6 15:50:54 2013 -0400 bug 10548: fix count of missing required dependencies by koha_perl_deps.pl To test: [1] ./koha_perl_deps.pl -m -u If you have nothing missing, uninstall an optional component. [2] ./koha_perl_deps.pl -m -u You should get a number missing of at least 1. [3] ./koha_perl_deps.pl -m -u -r You should get the same number, even though the output is less. [4] Apply patch [5] ./koha_perl_deps.pl -m -u Same results as in step 2. [6] ./koha_perl_deps.pl -m -u -r The number should differ from the results in step 3. Signed-off-by: Galen Charlton Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 0134341d9a9883013b7eee3bdc84aa339e618bcc) Signed-off-by: Tomas Cohen Arazi commit 2a6b1a40bd2561368ee53fe4e063bc3ed63aa81b Author: Owen Leonard Date: Fri Jun 28 14:11:48 2013 -0400 Bug 10496 - CCSR theme OPAC tabs to not show correct active state When jQueryUI was updated in the CCSR theme the corresponding CSS changes were not copied over at the same time, causing style problems with jQueryUI widgets. This patch makes the necessary changes. To test, apply the patch, clear your browser cache, and view any page which uses jQueryUI tabs (advanced search, bibliographic detail page). Tabs should look correct and correctly show which tab is active. Signed-off-by: Nicole C. Engard Signed-off-by: Katrin Fischer CSS changes only. Confirmed problem in CCSR OPAC templates. Tested advanced search and detail pages in CCSR and prog. In order to fully test advanced search I added location and collection to AdvancedSearchTypes. Also tested the branch tooltip as I spotted some CSS added for that. Works beautifully, no problems found. Signed-off-by: Galen Charlton (cherry picked from commit 7010fd1d29fec8ba3b6a212943cae573b056d3f4) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Budgets.pm | 3 +- C4/Templates.pm | 4 ++ installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 10 +++++- koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 37 ++++++++++++++++----- koha_perl_deps.pl | 3 +- kohaversion.pl | 2 +- t/Templates.t | 51 ++++++++++++++++++++++++++++++ 8 files changed, 98 insertions(+), 14 deletions(-) create mode 100644 t/Templates.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 16 21:51:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Jul 2013 19:51:05 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-81-g1b07925 Message-ID: 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, 3.12.x has been updated via 1b079256736f080ef4905088ae78bfe9f425f05c (commit) via b3bf4592a534a5c9824bdd54c6c0b354c3d34f61 (commit) via db3ae2c96dade62540cf66f066fc5faca73fa69b (commit) via 42bce9e6faf29280573f447430f4acbf90e0730e (commit) from 60a67bb1f74e46d85125ff3707c926c41b58d814 (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 1b079256736f080ef4905088ae78bfe9f425f05c Author: Tomas Cohen Arazi Date: Tue Jun 11 11:13:59 2013 -0300 Bug 10447: add 'ru' and 'uk' to Zebra indexing language list This patch add the option to choose 'ru' and 'uk' during install for Zebra. Should work for a tarball install, and make 'ru' and 'uk' available for using with koha-create too. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Reran Makefile.pl and made sure the language options show up now. Patch extends existing language code lists addings nb, ru and uk where missing. Signed-off-by: Galen Charlton (cherry picked from commit 782e3251c043d3f3671e1eeff7b195939afd5db2) Signed-off-by: Tomas Cohen Arazi commit b3bf4592a534a5c9824bdd54c6c0b354c3d34f61 Author: Colin Campbell Date: Tue Jul 9 11:18:49 2013 +0100 Bug 10507: improve warning about duplicate patron attribute value If a warning about a duplicated patron attribute is returned, the value was being passed back for display in the warning message with the same name as the variable in errors As the message is displayed in the context of errors the error value 1 was being displayed not the value duplicated as intended. Pass the value to the template with a unique name. Signed-off-by: Owen Leonard I fixed another tiny typo while signing off: "is already in use" instead of "is already is use." Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton (cherry picked from commit 2614e07e1e2e6386b5f91e65f127940072e54d4d) Signed-off-by: Tomas Cohen Arazi commit db3ae2c96dade62540cf66f066fc5faca73fa69b Author: Owen Leonard Date: Tue Jun 25 12:46:04 2013 -0400 Bug 10475 - Item form in acquisition not hiding subfields properly Subfields hidden in your ACQ framework leave a gap where they used to be in the item entry form when adding an item to an order. This patch makes the same change made by 7116 to services/itemrecorddisplay.tt to correct the problem. To test: - Edit your ACQ framework and set some item subfields to hidden in the editor. - Set your AcqCreateItem system preference to "when placing an order." - Add a title to an existing basket from an existing record. The item entry form should display correctly with your hidden subfields hidden. No whitespace should be left behind where the subfields were hidden. Also changed: Invalid "size" attributes on hidden form fields in neworderempty.tt, stray . Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works nicely, passes all tests and QA script. Thx Owen! Signed-off-by: Galen Charlton (cherry picked from commit 5e1f8caf609aa58eabf6f353d12ec25e0e8e23a0) Signed-off-by: Tomas Cohen Arazi commit 42bce9e6faf29280573f447430f4acbf90e0730e Author: Colin Campbell Date: Thu Jul 4 12:21:45 2013 +0100 Bug 10529: Remove hardcoded dollar from patron message The message fields which are returned in the SIP Screen message field in a Patron Information response had the dollar symbol hardcoded. It would be possible to get the symbol from currency but omitting any symbol would be consistent with the UI and avoid problems with devices using weird encodings for local currency symbols (e.g. the many variations of UK Pound sign) Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit ced4ca4e2d39856b4f00411eaee406b569199c1f) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 4 +- Makefile.PL | 2 +- debian/docs/koha-create.xml | 2 +- debian/scripts/koha-create | 2 +- .../prog/en/modules/acqui/neworderempty.tt | 31 +++++++++---------- .../prog/en/modules/members/memberentrygen.tt | 2 +- .../prog/en/modules/services/itemrecorddisplay.tt | 8 ++++- members/memberentry.pl | 2 +- 8 files changed, 28 insertions(+), 25 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 17 09:12:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Jul 2013 07:12:36 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-39-g824932a Message-ID: 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, 3.8.x has been updated via 824932abd9e6192844f57bbd00a78069afa503dc (commit) from f33d12a204811102d4e6e1cffa0e358c5d106901 (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 824932abd9e6192844f57bbd00a78069afa503dc Author: Bernardo Gonzalez Kriegel Date: Fri Jul 5 22:43:35 2013 -0300 Language updates for 3.8.14 ----------------------------------------------------------------------- Summary of changes: .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 121 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 5542 +- misc/translator/po/am-Ethi-pref.po |40332 +------- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 123 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 5560 +- misc/translator/po/ar-Arab-pref.po |48930 +-------- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 122 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 5557 +- misc/translator/po/az-AZ-pref.po |53710 +--------- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 119 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 5542 +- misc/translator/po/ben-pref.po |44964 +-------- .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po |19419 ++-- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po |104394 ++++++++++-------- misc/translator/po/bg-Cyrl-opac-ccsr.po |17294 +++ misc/translator/po/bg-Cyrl-pref.po | 872 +- .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 121 +- .../po/ca-VA-i-staff-t-prog-v-3006000.po | 5542 +- misc/translator/po/ca-VA-pref.po |39538 +------- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po |13671 ++-- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |85800 +++++++++------ misc/translator/po/cs-CZ-opac-ccsr.po |17239 +++ misc/translator/po/cs-CZ-pref.po | 912 +- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 123 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 7761 ++- misc/translator/po/da-DK-opac-ccsr.po | 4 +- misc/translator/po/da-DK-pref.po |24668 +---- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 123 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 5560 +- misc/translator/po/de-CH-opac-ccsr.po |17780 +++ misc/translator/po/de-CH-pref.po |32368 +----- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 123 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 5560 +- misc/translator/po/de-DE-opac-ccsr.po | 8 +- misc/translator/po/de-DE-pref.po |37864 +------ .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 123 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 5554 +- misc/translator/po/el-GR-opac-ccsr.po | 4 +- misc/translator/po/el-GR-pref.po | 9712 +-- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 122 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 5559 +- misc/translator/po/en-GB-pref.po |68856 +----------- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 140 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 5564 +- misc/translator/po/en-NZ-opac-ccsr.po | 4 +- misc/translator/po/en-NZ-pref.po |36850 +------ .../po/en-USACADEMIC-i-opac-t-prog-v-3006000.po |13166 ++- .../po/en-USACADEMIC-i-staff-t-prog-v-3006000.po |97807 +++++++++++++++++ misc/translator/po/en-USACADEMIC-opac-ccsr.po |17369 +++ misc/translator/po/en-USACADEMIC-pref.po | 4252 + .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 123 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 6212 +- misc/translator/po/es-ES-opac-ccsr.po | 4 +- misc/translator/po/es-ES-pref.po | 8 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 123 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 5542 +- misc/translator/po/eu-pref.po |70102 +------------ .../po/fa-Arab-i-opac-t-prog-v-3006000.po |23411 ++-- .../po/fa-Arab-i-staff-t-prog-v-3006000.po |98300 +++++++++++++++++ misc/translator/po/fa-Arab-opac-ccsr.po |17345 +++ misc/translator/po/fa-Arab-pref.po | 906 +- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 123 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 5546 +- misc/translator/po/fi-FI-pref.po |56560 +--------- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 123 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 5566 +- misc/translator/po/fr-CA-pref.po |16026 +--- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 123 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 5562 +- misc/translator/po/fr-FR-pref.po | 2130 +- misc/translator/po/gl-i-opac-t-prog-v-3006000.po |13900 ++-- misc/translator/po/gl-i-staff-t-prog-v-3006000.po |98096 +++++++++++++++++ misc/translator/po/gl-opac-ccsr.po |17288 +++ misc/translator/po/gl-pref.po | 906 +- .../po/he-Hebr-i-opac-t-prog-v-3006000.po |13628 ++-- .../po/he-Hebr-i-staff-t-prog-v-3006000.po |98000 +++++++++++++++++ misc/translator/po/he-Hebr-opac-ccsr.po |17261 +++ misc/translator/po/he-Hebr-pref.po | 846 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 121 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 5558 +- misc/translator/po/hi-pref.po |29264 +----- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 120 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 5546 +- misc/translator/po/hr-HR-pref.po |18090 +--- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 122 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 5555 +- misc/translator/po/hu-HU-pref.po |60162 +---------- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 123 +- .../po/hy-Armn-i-staff-prog-v-3006000.po |61019 ----------- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 5558 +- misc/translator/po/hy-Armn-opac-ccsr.po | 4 +- misc/translator/po/hy-Armn-pref.po |62766 +---------- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 123 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 5542 +- misc/translator/po/id-ID-pref.po |72328 +------------ .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 121 +- .../po/is-IS-i-staff-t-prog-v-3006000.po |98567 +++++++++++++++++ misc/translator/po/is-IS-pref.po |49850 +-------- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 123 +- .../po/it-IT-i-staff-t-prog-v-3006000.po | 5564 +- misc/translator/po/it-IT-pref.po |44308 +------- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 120 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po |99517 +++++++++++++++++ misc/translator/po/ja-Jpan-JP-pref.po |42498 +------- .../po/kn-Knda-i-staff-t-prog-v-3006000.po |49167 --------- .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po |25170 +++--- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po |98257 +++++++++++++++++ misc/translator/po/ko-Kore-KP-opac-ccsr.po |18345 ++++ misc/translator/po/ko-Kore-KP-pref.po | 948 +- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 122 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 5542 +- misc/translator/po/lo-Laoo-pref.po |61118 +---------- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 121 +- .../po/mi-NZ-i-staff-t-prog-v-3006000.po |101973 +++++++++++++++++ misc/translator/po/mi-NZ-pref.po |20336 +---- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 121 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 5555 +- misc/translator/po/mon-pref.po |63932 +----------- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 120 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 5542 +- misc/translator/po/mr-pref.po |51182 +-------- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 124 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 5546 +- misc/translator/po/ms-MY-pref.po | 1066 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 123 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 5558 +- misc/translator/po/nb-NO-opac-ccsr.po | 4 +- misc/translator/po/nb-NO-pref.po |14982 +--- .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po |13108 ++- .../po/ne-NE-i-staff-t-prog-v-3006000.po |104397 ++++++++++-------- misc/translator/po/ne-NE-opac-ccsr.po |17215 +++ misc/translator/po/ne-NE-pref.po | 906 +- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 123 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 5549 +- misc/translator/po/nl-BE-opac-ccsr.po | 4 +- misc/translator/po/nl-BE-pref.po |33308 +----- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 123 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 5550 +- misc/translator/po/nl-NL-pref.po |50186 +-------- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 121 +- misc/translator/po/nn-NO-i-staff-prog-v-3006000.po |63148 ----------- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 5558 +- misc/translator/po/nn-NO-pref.po |37760 +------ misc/translator/po/pbr-i-opac-t-prog-v-3006000.po |13171 ++- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po |104394 ++++++++++-------- misc/translator/po/pbr-opac-ccsr.po |17212 +++ misc/translator/po/pbr-pref.po | 870 +- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 123 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 5556 +- misc/translator/po/pl-PL-opac-ccsr.po | 4 +- misc/translator/po/pl-PL-pref.po |22746 +---- misc/translator/po/prs-i-opac-t-prog-v-3006000.po |13278 ++- misc/translator/po/prs-i-staff-t-prog-v-3006000.po |107245 +++++++++++-------- misc/translator/po/prs-opac-ccsr.po |17220 +++ misc/translator/po/prs-pref.po | 948 +- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 123 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 5558 +- misc/translator/po/pt-BR-opac-ccsr.po | 4 +- misc/translator/po/pt-BR-pref.po | 7556 +-- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 130 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 5575 +- misc/translator/po/pt-PT-opac-ccsr.po | 10 +- misc/translator/po/pt-PT-pref.po | 5336 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 121 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 5553 +- misc/translator/po/ro-RO-pref.po |44442 +------- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 123 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 5696 +- misc/translator/po/ru-RU-opac-ccsr.po | 8 +- misc/translator/po/ru-RU-pref.po | 8502 +-- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 116 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 5542 +- misc/translator/po/sd-PK-pref.po |72282 +------------ .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 140 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 5687 +- misc/translator/po/sk-SK-opac-ccsr.po | 23 +- misc/translator/po/sk-SK-pref.po |35860 +------ .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po |12950 ++- .../po/sl-SI-i-staff-t-prog-v-3006000.po |104394 ++++++++++-------- misc/translator/po/sl-SI-opac-ccsr.po |17212 +++ misc/translator/po/sl-SI-pref.po | 940 +- .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po |12959 ++- .../po/sq-AL-i-staff-t-prog-v-3006000.po |104444 ++++++++++-------- misc/translator/po/sq-AL-opac-ccsr.po |17212 +++ misc/translator/po/sq-AL-pref.po | 906 +- .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po |23978 +++-- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po |104394 ++++++++++-------- misc/translator/po/sr-Cyrl-opac-ccsr.po |17382 +++ misc/translator/po/sr-Cyrl-pref.po | 870 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 121 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 5544 +- misc/translator/po/sv-SE-pref.po |74438 +------------ .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 115 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 5542 +- misc/translator/po/ta-LK-pref.po |58060 +---------- misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 115 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 5542 +- misc/translator/po/ta-pref.po |51556 +--------- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 122 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 5556 +- misc/translator/po/tet-pref.po |27592 +----- .../po/th-THA-i-opac-t-prog-v-3006000.po | 121 +- .../po/th-THA-i-staff-t-prog-v-3006000.po | 5543 +- misc/translator/po/th-THA-pref.po | 6462 +-- .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po |13124 ++- .../po/tl-PH-i-staff-t-prog-v-3006000.po |97713 +++++++++++++++++ misc/translator/po/tl-PH-opac-ccsr.po |17244 +++ misc/translator/po/tl-PH-pref.po | 948 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 123 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 5696 +- misc/translator/po/tr-TR-pref.po |66658 +----------- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 123 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 5698 +- misc/translator/po/uk-UA-opac-ccsr.po | 8 +- misc/translator/po/uk-UA-pref.po |23538 +---- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 116 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 5542 +- misc/translator/po/ur-Arab-pref.po | 3192 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 121 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 5542 +- misc/translator/po/vi-VN-pref.po |68480 +----------- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po |33795 +++--- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po |76185 ++++++++------ misc/translator/po/zh-Hans-CN-pref.po |55916 +--------- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 121 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |114189 +++++++++++++++++--- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 4 +- misc/translator/po/zh-Hans-TW-pref.po |59808 +---------- 228 files changed, 2271850 insertions(+), 2588145 deletions(-) create mode 100644 misc/translator/po/bg-Cyrl-opac-ccsr.po create mode 100644 misc/translator/po/cs-CZ-opac-ccsr.po create mode 100644 misc/translator/po/de-CH-opac-ccsr.po create mode 100644 misc/translator/po/en-USACADEMIC-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/en-USACADEMIC-opac-ccsr.po create mode 100644 misc/translator/po/en-USACADEMIC-pref.po create mode 100644 misc/translator/po/fa-Arab-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/fa-Arab-opac-ccsr.po create mode 100644 misc/translator/po/gl-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/gl-opac-ccsr.po create mode 100644 misc/translator/po/he-Hebr-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/he-Hebr-opac-ccsr.po delete mode 100644 misc/translator/po/hy-Armn-i-staff-prog-v-3006000.po create mode 100644 misc/translator/po/is-IS-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/kn-Knda-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ko-Kore-KP-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ko-Kore-KP-opac-ccsr.po create mode 100644 misc/translator/po/mi-NZ-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ne-NE-opac-ccsr.po delete mode 100644 misc/translator/po/nn-NO-i-staff-prog-v-3006000.po create mode 100644 misc/translator/po/pbr-opac-ccsr.po create mode 100644 misc/translator/po/prs-opac-ccsr.po create mode 100644 misc/translator/po/sl-SI-opac-ccsr.po create mode 100644 misc/translator/po/sq-AL-opac-ccsr.po create mode 100644 misc/translator/po/sr-Cyrl-opac-ccsr.po create mode 100644 misc/translator/po/tl-PH-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/tl-PH-opac-ccsr.po hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 17 09:56:24 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Jul 2013 07:56:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-42-ga51f6ff Message-ID: 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, 3.8.x has been updated via a51f6ff96371f05f5561f1da2e2cb174f29f5b38 (commit) via f0fce8915d3cbf81cc939846e62b2b798278e4d2 (commit) via 8d1bb2521f5d9ef3d23287c104f86c7e122af731 (commit) from 824932abd9e6192844f57bbd00a78069afa503dc (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 a51f6ff96371f05f5561f1da2e2cb174f29f5b38 Author: Galen Charlton Date: Fri Aug 17 11:49:45 2012 -0400 bug 6281: add Library::CallNumber::LC as a required Perl dependency This module is currently packaged by Debian for Wheezy and by Ubuntu for Precise and Quantal. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit f1c45784dc5dfa431ef68e5d38a14b6fb93c904d) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit e4faf296c98f70f44ee67d2354a7cf5c682b27c8) Solved minor Conflicts: C4/Installer/PerlDependencies.pm Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit e4faf296c98f70f44ee67d2354a7cf5c682b27c8) Solved minor conflict: C4/Installer/PerlDependencies.pm Signed-off-by: Chris Hall (cherry picked from commit c5f4ef1c49a8410fcf9aa44d46475ed5227f86ad) commit f0fce8915d3cbf81cc939846e62b2b798278e4d2 Author: Galen Charlton Date: Fri Aug 17 11:23:47 2012 -0400 bug 6281: introduce LC::CallNumber::LC for sorting LC call numbers This replaces the previous hand-coded normalizer. Because LC::CallNumber::LC appears to reject strings that aren't valid LC call numbers, significant changes to the test cases were made as well -- however, the one that really counts is the last one which verifies the sorting. To recalculate the call number sort key for each item, it is necessary to run misc/maintenance/touch_all_items.pl To test, create item records with the following call numbers, setting the classification sort to 'lcc': QC100 .U57 NO. 555 1986 QC145 .A57 V.12 1980 QC145.45 .H4 D65 1998 QC995 .E29 1997 Next, make a report of them in the inventory tool. The items should be sorted in the above order. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit bc87274c66a50712dccb15656001d97f2a36fba5) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d7862378f006603fb742bd5fe896ea8a0222a5bd) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d7862378f006603fb742bd5fe896ea8a0222a5bd) Signed-off-by: Chris Hall (cherry picked from commit a86d8142251d10eb5c0017c70d7981a6387ca674) commit 8d1bb2521f5d9ef3d23287c104f86c7e122af731 Author: Galen Charlton Date: Fri Aug 17 11:17:03 2012 -0400 bug 6281: add test case for sorting LC call numbers correctly My thanks to Michael Flanagan of UCAR for providing some of these examples. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 87ab820a20e1ef935d4d29c6fed313e9723fcb64) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit cee5651e11e48c240136e764b628545a1ba6d05e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from cee5651e11e48c240136e764b628545a1ba6d05e) Signed-off-by: Chris Hall (cherry picked from 0f6bff1348d0273deafe4c503f5b8162bc16b970) ----------------------------------------------------------------------- Summary of changes: C4/ClassSortRoutine/LCC.pm | 19 +++------- C4/Installer/PerlDependencies.pm | 65 ++++++++++++++++++++++++++++++++++++++ t/ClassSortRoutine_LCC.t | 32 ++++++++++++++---- 3 files changed, 96 insertions(+), 20 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 17 10:05:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Jul 2013 08:05:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-45-g9641856 Message-ID: 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, 3.8.x has been updated via 96418566a2be6f4396b1a28fcdfa017a7cadabe7 (commit) via 247a4c5ade84a52f5e87707e690adab0a014186a (commit) via d05322c18520f5699fa4e80d5fbbed1b25621fae (commit) from a51f6ff96371f05f5561f1da2e2cb174f29f5b38 (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 96418566a2be6f4396b1a28fcdfa017a7cadabe7 Author: Galen Charlton Date: Tue Jan 8 17:32:47 2013 -0800 bug 9370: improve splitting of LC call numbers for labels Use the Perl module Library::CallNumber::LC to parse and split LC call numbers when generating spine labels. For example, QH541.15.C6 C25 2012 should be split as follows: QH 541.15 .C6 C25 2012 To test, create an item with call number QH541.15.C6 C25 2012 and classification source LC, then create a spine label for that item using a layout of type 'biblio' that has the split call numbers option enabled. The call number should be split as indicated above. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit edb8bddff074769a95744b6a7fa59eff61e0cfc1) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 10f5822daabf34ede50b2b35b5e02324482af9ac) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 10f5822daabf34ede50b2b35b5e02324482af9ac) Signed-off-by: Chris Hall (cherry picked from commit 56ea58ecda26f6ca4e4e8e437296b2aa2a2419d0) commit 247a4c5ade84a52f5e87707e690adab0a014186a Author: Galen Charlton Date: Tue Jan 8 17:28:40 2013 -0800 bug 9370: add invalid call number to LC splitting test cases '123 ABC FOO BAR' is intentionally *not* a valid LC call number, but in order to preserve legacy behavior, it should be split on whitespace. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit a5e9e15663289489e0baafff73d7bed20434b8ec) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d743b2084cddb5197393bfa5ffeaf6f1e0334784) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d743b2084cddb5197393bfa5ffeaf6f1e0334784) Signed-off-by: Chris Hall (cherry picked from commit 0e82fef70b2e4fd9124f9c7538a01030e10a455b) commit d05322c18520f5699fa4e80d5fbbed1b25621fae Author: Galen Charlton Date: Tue Jan 8 17:18:30 2013 -0800 bug 9370: test case for splitting LC call number QH541.15.C6 C25 2012 should be split as follows: QH 541.15 .C6 C25 2012 Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit ecf6721060607b621c58f234ab5a5f43e30b1d98) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 8ceab821b5ded6fb14ac747dfc1e2c67a3cbbad8) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 8ceab821b5ded6fb14ac747dfc1e2c67a3cbbad8) Signed-off-by: Chris Hall (cherry picked from commit 8ff1fc43c0aa67a07e90f28eace963083829d0a7) ----------------------------------------------------------------------- Summary of changes: C4/Labels/Label.pm | 15 ++++----------- t/Labels_split_lccn.t | 2 ++ 2 files changed, 6 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 17 16:05:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Jul 2013 14:05:42 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-824-g4043df4 Message-ID: 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 4043df439541ec8ba28363abc74d1677479a8869 (commit) via 1ad188f9d67c729ff7119f5ede8e06cf3133a750 (commit) from 04e9022e4f63869d18f69cc32f2e5d1519fb5db5 (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 4043df439541ec8ba28363abc74d1677479a8869 Author: Katrin Fischer Date: Sun Jun 30 16:55:55 2013 +0200 Bug 10409: Follow up - improving strings for easier translation Fixing this line: [% IF course_id %] Edit [% ELSE %] Create [% END %] course As grammar works different in different languages, having single strings like that in a predefined order makes having a nice translation unnecessarily hard. This will make it a little easier: [% IF course_id %]Edit course[% ELSE %]Create course[% END %] Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 1ad188f9d67c729ff7119f5ede8e06cf3133a750 Author: Owen Leonard Date: Wed Jun 5 08:36:51 2013 -0400 Bug 10409 - Do not show course entry form if no departments are found The course reserves entry form should not be shown if there are no DEPARTMENT authorized values, since this prevents the form from being submitted. This patch replaces the form with an error message when no DEPARTMENT authorized values are found. Also corrected: - Corrected grid structure for more standard display - Converted labels with no corresponding inputs to - Closed unclosed tags - Corrected incorrect capitalization This patch contains whitespace changes, so please ignore whitespace when examining changes. To test, delete any DEPARTMENT authorized values, if present. Create a new course in Course Reserves. You should see a warning that no DEPARTMENT values were found. If you are logged in with the correct permission, the warning should contain a link to the correct authorized value page. If you do no, the warning should refer the problem to an administrator. After creating one or more DEPARTMENT values, the form should display and submit correctly. Signed-off-by: Jared Camins-Esakov After this patch has been applied, I get an error message and no form if I don't have any DEPARTMENTs defined, which makes sense given that the form can't be submitted without a DEPARTMENT. Signed-off-by: Katrin Fischer Passes all tests and QA script. You now see a useful error message, when no departments have been defined. Else you are taken to the correct form. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/course_reserves/course.tt | 343 ++++++++++---------- 1 files changed, 175 insertions(+), 168 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 17 16:53:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Jul 2013 14:53:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-825-gdbd6bef Message-ID: 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 dbd6befa5d0d52e5ff10b78deef4f839127e30db (commit) from 4043df439541ec8ba28363abc74d1677479a8869 (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 dbd6befa5d0d52e5ff10b78deef4f839127e30db Author: Fridolyn SOMERS Date: Thu Jul 11 10:24:07 2013 +0200 Bug 7019: fix sorting by return date in Circulation History The "return date" column sort is not using the date sort algorithm because it is confused by the combination of date data and text data ("Checked out"). This patch adds the use of datatable "title-string" sort type. With that, the date in ISO format are used for sorting and because letters are before numbers, "Checked out" rows are more recent than any date. Test plan : - set dateformat syspref to "dd/mm/yyyy" - Go to members/readingrec.pl for a borrower having a old issues and checked out issues => Check that sort of "Return date" is correct. For example : With patch : 20/01/2011 06/03/2011 20/03/2011 Checked Out Without patch : 06/03/2011 20/01/2011 20/03/2011 Checked Out - Test also with dateformat syspref "mm/dd/yyyy" Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/readingrec.tt | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 17 16:54:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Jul 2013 14:54:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-826-g81431fd Message-ID: 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 81431fdc8654e95e9fea37c4de880e9cf6126b26 (commit) from dbd6befa5d0d52e5ff10b78deef4f839127e30db (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 81431fdc8654e95e9fea37c4de880e9cf6126b26 Author: Katrin Fischer Date: Wed Jul 10 22:43:41 2013 +0200 Bug 10563: Fix broken 'Edit' link on check expiration page This fixes the broken 'Edit' (subscription) link on the check expiration page in serials. To test: - Add a subscription - Go to the check expiration page - Search for your subscription, use an expiration date in the far future - Verify the edit link on the result list doesn't work right before applying the patch, but works after Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/serials/checkexpiration.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 17 17:19:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Jul 2013 15:19:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-828-g057297e Message-ID: 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 057297e2bf0686e8272bff6d2b488fe928a7a2ad (commit) via 835f745b55c47ccc7087950419b68d036b908cc2 (commit) from 81431fdc8654e95e9fea37c4de880e9cf6126b26 (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 057297e2bf0686e8272bff6d2b488fe928a7a2ad Author: Galen Charlton Date: Wed Jul 17 15:27:50 2013 +0000 Bug 9576: DBRev 3.13.00.013 Signed-off-by: Galen Charlton commit 835f745b55c47ccc7087950419b68d036b908cc2 Author: Kyle M Hall Date: Mon Feb 11 08:27:05 2013 -0500 Bug 9576: can now control whether max loans limit can be overriden Adds a new system preference AllowTooManyOverride to control whether a librarian can override the 'Too many checked out' message which is currently always overridable. Test Plan: 1) Apply patch 2) Run updatedatabase.pl 3) Attempt to check out 1 more item to a patron than the max issues 4) You should be allowed to override by default ( current behavior ) 5) Set AllowTooManyOverride to "Don't allow" 6) Repeat step 3 7) You should be blocked from being able to issue the item Signed-off-by: Srdjan Signed-off-by: Katrin Fischer The new system preference is activated by default, which mean there will be no change in behaviour on update. The system preference is correctly added to the database and .pref files. Test plan and QA script passes. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 12 +++++++++--- installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 8 +++++++- .../en/modules/admin/preferences/circulation.pref | 6 ++++++ .../prog/en/modules/circ/circulation.tt | 4 ++++ kohaversion.pl | 2 +- 6 files changed, 28 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 17 17:41:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Jul 2013 15:41:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-829-gff7f372 Message-ID: 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 ff7f37202949bb6d60cdf30de4e237e6b1de93eb (commit) from 057297e2bf0686e8272bff6d2b488fe928a7a2ad (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 ff7f37202949bb6d60cdf30de4e237e6b1de93eb Author: Fridolyn SOMERS Date: Tue Jul 9 17:38:04 2013 +0200 Bug 9362: fix query that finds upcoming due loans C4:Circulation:GetUpcomingDueIssues is used in the advance_notices.pl script. This patch corrects an error in its handling of the maxdays parameter that resulted in it picking up *all* upcoming due loans and recently overdue loans. Test plan : - Create an issue with a date due in the paste - Create an issue with a date due in two days - Launch advance notices with due date in max 2 days : perl misc/cronjobs/advance_notices.pl -c -n -v -m=2 => You get a warn "found 0 issues" - Launch advance notices with due date in max 3 days : perl misc/cronjobs/advance_notices.pl -c -n -v -m=3 => You get a warn "found 1 issues" Signed-off-by: Mathieu Saby I did the following test : - 1 book to check in 2 days - 2 books to check in in the past before applying the patch : $perl ../misc/cronjobs/advance_notices.pl -c -n -v -m=2 getting upcoming due issues at ../misc/cronjobs/advance_notices.pl line 203. found 1 issues at ../misc/cronjobs/advance_notices.pl line 205. I changed the value of "-m" : 0, 1, 2, 3, 4 => always 1 issue found (the book to check in in 2 days) after applying the patch : $perl ../misc/cronjobs/advance_notices.pl -c -n -v -m=2 found 0 issues for m = 0, 1, 2 => 0 issues $perl ../misc/cronjobs/advance_notices.pl -c -n -v -m=3 found 1 issues for m = 3,4,5 => 1 issues (the book to check in in 2 days) Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 17 18:28:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Jul 2013 16:28:36 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-830-g53f82b1 Message-ID: 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 53f82b1d7d9b7f06da1032faf0800d624eb4c1d3 (commit) from ff7f37202949bb6d60cdf30de4e237e6b1de93eb (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 53f82b1d7d9b7f06da1032faf0800d624eb4c1d3 Author: David Cook Date: Fri Jul 5 12:00:36 2013 +1000 Bug 10541: enable cross-browser AJAX in additem.js Currently, the additem.js is using "indexOf" to search for a value in an array. While this works in Chrome, Firefox, and IE > 9, it fails miserably in IE 8 and 7 (which don't have the indexOf method). This means that users aren't able to add items using the acquisitions module! Instead of using "indexOf", we should be using the jQuery function $.inArray. It was added in jQuery v1.2 (3.8.0 uses v1.3.2 so even our oldest supported release can use this method). It's perfectly cross-browser compatible...works in Chrome, Firefox, and every version of IE that I've tried (i.e. 7, 8, 9). Test Plan: Before applying patch: 0) Switch to Internet Explorer 7, or 8, or 9, or 10. If you're using IE 9 or 10, you'll need to change the Document Mode to IE7 standards or IE8 standards. You can do this by opening Internet Explorer 9 or 10, pressing F12 (or clicking on the gear in the top right corner and choosing F12 Developer Tools), and then clicking on "Document Mode" on the top toolbar. There, you can change to IE7 or IE8 standards. N.B. This is not always a perfect emulation in every case, but this time it does show you the bug. 1) Set the system preference AcqCreateItem to "receiving an order" 2) Go to Acquisitions 3) Either: a) Receive a shipment for a basket with items b) Create a new basket, create an order, close the basket, and then do 3a) 4) In the "Item" fieldset, fill out some fields such as barcode, Date acquiried, Public note, etc. 5) Click "Add" at the bottom of the fieldset 6) Note that while the item may have been added, the "Item" fieldset is not being shown again. You may also notice a Javascript error appearing in a pop-up window or you might see a yellow warning flag on the bottom status bar. APPLY THE PATCH 7) Do a full refresh of the page (hold down shift and press the refresh button on the browser next to the address bar), and try adding items again. 8) Note that you receive no warnings and that items are added correctly as they would be in Firefox or Chrome. OPTIONALLY 9) To be sure that I haven't broken anything, go through the same steps in IE9 (with IE9 standards) or Chrome or Firefox. Everything should be working. Signed-off-by: Owen Leonard Tested in IE10 in IE7 mode and IE9 mode. Also tested in Firefox. Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 17 19:53:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Jul 2013 17:53:51 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-833-g968f337 Message-ID: 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 968f337728d1e13040389381fef01adc39e8be5c (commit) via 5aeefa25ac94495afd9a1c7fa5aae3f05a1d1907 (commit) via ec3735433aed8d2c1a42b7d0758b4405a3aa6b1c (commit) from 53f82b1d7d9b7f06da1032faf0800d624eb4c1d3 (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 968f337728d1e13040389381fef01adc39e8be5c Author: Galen Charlton Date: Wed Jul 17 18:02:13 2013 +0000 Bug 10515: (follow-up) fix use of GetBranchCategories Adjusting to reflect the removal of the branchcode parameter to GetBranchCategories; also filter on the 'searchdomain' library group type, as appears to have been intended. Signed-off-by: Galen Charlton commit 5aeefa25ac94495afd9a1c7fa5aae3f05a1d1907 Author: Galen Charlton Date: Wed Jul 17 17:27:36 2013 +0000 Bug 10515: add regression tests Signed-off-by: Galen Charlton commit ec3735433aed8d2c1a42b7d0758b4405a3aa6b1c Author: Jonathan Druart Date: Fri Jun 28 16:07:13 2013 +0200 Bug 10515: make behavior of library category fetchers consistent with other fetchers The prototype is not consistent, GetBranchCategory should return only 1 result and GetBranchCategories should not have a categorycode argument. This patch fixes that. Test plan: 1/ Try to add/remove/modify a library. 2/ Add some groups 3/ Add these groups to a library Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 2 +- C4/Branch.pm | 63 ++++++------------ admin/branches.pl | 47 ++++++-------- catalogue/search.pl | 2 +- .../prog/en/modules/admin/branches.tt | 2 +- opac/opac-search.pl | 2 +- t/db_dependent/Branch.t | 69 ++++++++++++++++++++ 7 files changed, 114 insertions(+), 73 deletions(-) create mode 100644 t/db_dependent/Branch.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 17 21:04:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 17 Jul 2013 19:04:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-835-gda6f2f7 Message-ID: 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 da6f2f7a7ddf1126d6e3b02825f0d45948f484fa (commit) via 2a1d0fc6d2d2674d4182ed1c6be557b568778834 (commit) from 968f337728d1e13040389381fef01adc39e8be5c (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 da6f2f7a7ddf1126d6e3b02825f0d45948f484fa Author: Galen Charlton Date: Wed Jul 17 19:12:34 2013 +0000 Bug 10549: (follow-up) make sure ILS-DI GetAvailability response is emitted as UTF-8 Signed-off-by: Galen Charlton commit 2a1d0fc6d2d2674d4182ed1c6be557b568778834 Author: Mirko Tietgen Date: Sat Jul 6 23:48:54 2013 +0200 bug 10549: make the ILS-DI services advertise that they return UTF-8 This patch changes a few occurences of ISO-8859-1 to UTF-8 within the XML generation of the ILS-DI module. To test: - Activate ILS-DI system preference - Go to [youropac]/cgi-bin/koha/ilsdi.pl - Check all examples in the documentation for the correct encoding - Check GetAvailability gives you the correct encoding and check the source for the correct encoding Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/ILSDI/Services.pm | 4 ++-- koha-tmpl/opac-tmpl/prog/en/modules/ilsdi.tt | 22 +++++++++++----------- opac/ilsdi.pl | 7 ++++--- 3 files changed, 17 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 18 10:38:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Jul 2013 08:38:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-46-gab078b1 Message-ID: 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, 3.8.x has been updated via ab078b18e52668a5b52d2b7ca8e7606707630d8e (commit) from 96418566a2be6f4396b1a28fcdfa017a7cadabe7 (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 ab078b18e52668a5b52d2b7ca8e7606707630d8e Author: Owen Leonard Date: Mon Jun 10 11:14:41 2013 -0400 Bug 10297 - categorycode and branchcode should be required when adding patrons categorycode and branchcode should show as required under all circumstances, not just when they are included in the BorrowerMandatoryField system preference. This patch adds the correct classes and hints to those fields. To test, view the patron entry form for a new or existing patron. Category and Library should show that they are required. Signed-off-by: David Cook Signed-off-by: Galen Charlton (cherry picked from commit 81bfae93649a2f1a93f4722d052fc529c6495d71) Signed-off-by: Tomas Cohen Arazi Logical addition (cherry picked from commit 545504e6041809b2ec5d435f9a8660428ec60e52) Solved Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 545504e6041809b2ec5d435f9a8660428ec60e52) Signed-off-by: Chris Hall (cherry picked from commit 343423b2b6806f824838a4cdb343cecbf1960f4e) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/memberentrygen.tt | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 18 10:43:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Jul 2013 08:43:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-48-gd7a6135 Message-ID: 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, 3.8.x has been updated via d7a6135a39c5f41b47c1ae35e54ce0a26ef12daa (commit) via dc715257b72691fc72e29fdd76d5dcb1311c9909 (commit) from ab078b18e52668a5b52d2b7ca8e7606707630d8e (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 d7a6135a39c5f41b47c1ae35e54ce0a26ef12daa Author: Jonathan Druart Date: Fri Jun 14 14:48:46 2013 +0200 Bug 10458: t/Z3950.t should be removed too Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit cab50698f57c88670241d88028afebd3eb5b5dd8) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d5f9a3ec5c6f86c9678e6df39bbd2ac69fc77c95) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d5f9a3ec5c6f86c9678e6df39bbd2ac69fc77c95) Signed-off-by: Chris Hall (cherry picked from commit bc51544b4642496271f211121f8f8cebf6d16155) commit dc715257b72691fc72e29fdd76d5dcb1311c9909 Author: Marcel de Rooy Date: Thu Jun 13 10:20:27 2013 +0200 Bug 10458: Remove obsolete Z3950 module and test Are not used. Contain several FIXMEs. Removing them makes life easier. Test plan: Actually, you cannot test this. But for confidence: do a Z3950 search in cataloguing and acquisition. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 63ba05183e627bbe7278b9064d22e93d39b65461) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1dbd1d938aabb72021cd8157e111d3f7555fff9d) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 1dbd1d938aabb72021cd8157e111d3f7555fff9d) Conflicts: C4/Z3950.pm Signed-off-by: Chris Hall (cherry picked from commit b98c4419150ceeee367f8ef1a07953494c8d7455) ----------------------------------------------------------------------- Summary of changes: C4/Z3950.pm | 301 ---------------------------------- t/Z3950.t | 14 -- t/db_dependent/lib/KohaTest/Z3950.pm | 25 --- 3 files changed, 0 insertions(+), 340 deletions(-) delete mode 100644 C4/Z3950.pm delete mode 100644 t/Z3950.t delete mode 100644 t/db_dependent/lib/KohaTest/Z3950.pm hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 18 11:05:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Jul 2013 09:05:13 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-57-g3714af3 Message-ID: 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, 3.8.x has been updated via 3714af3015f24ebfcd25b9742fe73831ba23a796 (commit) via 1e18e87b3602bea961aa15203c18d2dfafd89097 (commit) via be2db1c1e3afd88edd42aa3facff63477beb4f25 (commit) via 0318f1ea9c02c8e3df01f10cb1a7e5c7cb46f989 (commit) via 43ae4ba70922f017de1a489d1911a23b30c75b5d (commit) via 55bb257cae30d096f32209648a65e65f9a6a400a (commit) via 5260c7fe3bb2b50188a6c8bc4ed49a6eb45356ba (commit) via 69c824eb7c2d69b23c4e03dcc1f518980c5a7071 (commit) via 9618b6a0fd526a4de99eaa5a991b9dade3487f01 (commit) from d7a6135a39c5f41b47c1ae35e54ce0a26ef12daa (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 3714af3015f24ebfcd25b9742fe73831ba23a796 Author: Kyle M Hall Date: Tue Feb 19 11:41:59 2013 -0500 Bug 9541: make OPAC login page respect OPAC_CSS_OVERRIDE When clicking the login link for opac-user.pl in a multiple branch scenario the environment variable for OPAC_CSS_OVERRIDE was ignored from the koha-conf.xml file. It seems like is is working on every page in the opac except for the login page. Test Plan: 1) Set up a Koha server with 2 separate catalog configurations ( e.g. opac1.kohatest, opac2.kohatest ) 2) Set the OPAC_CSS_OVERRIDE directive for separate css files in each opac 3) Browse to the opac login page, note the css is not applied 4) Apply this patch 5) Reload the page, note the css is now applied Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 71b79d59908cd85130afd8600eff0f93fc79b8a9) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 69a8048eeecacff99b64fa722fa8850891476031) Solved Conflicts in C4/Auth.pm Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 69a8048eeecacff99b64fa722fa8850891476031) Signed-off-by: Chris Hall (cherry picked from commit b9687ad6a6f638bc25fb2cad12fa5da73c10e714) commit 1e18e87b3602bea961aa15203c18d2dfafd89097 Author: Jonathan Druart Date: Mon Jun 10 14:05:32 2013 +0200 Bug 10439: fix bug preventing the library for a notice from being changed 2 javascript functions should be apply only in a specific case, not for all views. Test plan: - Switch on the IndependentBranches pref and log in as a superlibrarian. - Try to change the library for a notice. Before the patch, no change is applied. - Try to create a new notice, changing the library from default in the process. Before the patch, the notice is not created. The bug can also be reproduced when IndependentBranches is off, in which case the staff user need not be a superlibrarian. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 77a5e3e365a50b02c9f224d731e05de90fc667c9) Signed-off-by: Tomas Cohen Arazi Test plan works as advertised. (cherry picked from commit a2e89edf43b2946da0986a5c83b04a60dea04061) Solved Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a2e89edf43b2946da0986a5c83b04a60dea04061) Signed-off-by: Chris Hall (cherry picked from commit d2a284da136cdf72cb201d0efd049507f66393e7) commit be2db1c1e3afd88edd42aa3facff63477beb4f25 Author: Tomas Cohen Arazi Date: Thu Jun 13 14:20:43 2013 -0300 Bug 10464: Patron search on placing a hold now supports autocomplete The patron search box for placing a hold request on a bib in the staff interface now supports autocomplete if the CircAutocompl system preference is enabled. This patch grabs the autocomplete handling javascript stuff from patron-search-box.inc and puts an adjusted version on reserve/request.tt. It sets form and input IDs to match those configured in the autocomplete call, adjusted where needed to avoid name collisions with the patron-search-box.inc that is present everywhere. This patch also doubles the width of the patron search input field. To test: - On a biblio record, go to the Holds tab, mine looks like /cgi-bin/koha/reserve/request.pl?biblionumber=2 - A search box is shown for patron searching. - Search for a patron: it works as usual. - Make sure CircAutocompl is "Don't try" - Apply the patch - Click the Holds tab again, and do the same search: functionality should remain intact. - Change CircAutocompl to "Try" - Click the Holds tab again - Autocomplete should show you the possible options, and once you choose one result, it should work as usual. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Passes all tests and QA script. Adding a nice new autocomplete feature. Signed-off-by: Galen Charlton (cherry picked from commit dc94a9bef79dc6d186fe93d82dac10cab0468d24) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit ab3163564e91921222c153897f786551fe59647e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit ab3163564e91921222c153897f786551fe59647e) Signed-off-by: Chris Hall (cherry picked from commit dd574b1b705b545eba115371d37ac4545ad0bdf3) commit 0318f1ea9c02c8e3df01f10cb1a7e5c7cb46f989 Author: Colin Campbell Date: Thu May 30 18:23:55 2013 +0100 Bug 766: remove CGI::scrolling_list from request.pl Let the template take care of generating the display. Lets at least part of request.pl be more succinct. To test, place a hold and search for the patron using a partial name. You should get a dropdown select list of patrons and be able to select the patron to hold for from there. The functionality should remain unimpaired after this patch is applied. Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 7668e19c9593da570cffb5cd4640fe175d739328) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit b88f16a4e99d533753e3d707239e94da019ce303) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit b88f16a4e99d533753e3d707239e94da019ce303) Signed-off-by: Chris Hall (cherry picked from commit ccbc3226646c3c3b68b2ecffc84689a0f66a7ace) commit 43ae4ba70922f017de1a489d1911a23b30c75b5d Author: David Cook Date: Fri Jun 14 13:03:19 2013 +1000 Bug 10466: fix glitch in OPAC display of titles saved to list When displaying (in the OPAC) the set of records saved to a list, an apparently random number (typically 33 or 34) is sometimes displayed at the end of the publication description. In particular, this can occur when XSLT is *not* being used to display search results; this patch corrects the problem. Now for the technical details: This patch checks to see if "size" is undefined. If it is, we add a blank (i.e. "") value to it in place of undef. If we do not do this, calling "itemloo.size" will return the size of the "itemloo" hash, rather than the value for the "size" key. This is because "size" is a virtual method in Template Toolkit. It's uncertain why the value is retrieved for the "size" key when there is a defined value and why TT doesn't use the method instead, and that it uses "size" as a method only if there is either no "size" key or if the value tied to the "size" key is null/undef. This might be a feature or it might be a bug in TT... In the meantime, we will check to see if it's undefined. If it is, we'll give it a value. This bug has been identified in the opac-search.pl, search.pl and addbooks.pl pages before. To address it, we're currently checking if there is a "size" key, and if not...we're adding one with a blank value. This patch takes up that same idea, although I think it might be better to rename the variable before passing it to TT in case the behaviour of TT changes in the future in regards to how it handles virtual methods. N.B. Obviously, this only affects users not using XSLTs. -- Test Plan: Before applying the patch: 0) Make sure you have opac search result XSLT turned off 1) Find bib records that do not have a 300$c (Dimensions) value. 2) Find bib records that do have a 300$c (Dimensions) value. (N.B. These values should be stored in the `size` column of biblioitems). 3) Add items from both sets of records to a List 4) Note that records without a 300$c will display a number at the end of the "Publication" description/string. It should be something like 33 or 34 in most cases. 5) Note that records with a 300$c don't display this number. They just show the value from 300$c. Apply the patch. 6) Clear your cache, refresh the page, etc. 7) Note that the number (e.g. 33 or 34) has disappeared from the end of the "Publication" description/string. Signed-off-by: Marcel de Rooy Added a small comment at the end of this one line. Signed-off-by: Galen Charlton (cherry picked from commit ceada35e008e6a60b62f384ec386e80b03fe0130) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a7d116e2fe39a17dd076e1dc805239622b410418) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a7d116e2fe39a17dd076e1dc805239622b410418) Signed-off-by: Chris Hall (cherry picked from commit 0cb17b47f67f1d91221841e70f8430bdca5642a8) commit 55bb257cae30d096f32209648a65e65f9a6a400a Author: Robin Sheat Date: Tue Jul 16 02:06:40 2013 +1200 Bug 10590 - parameterise the limit option The limit option was previously substituted directly into the query. The previous patch on bug 10590 filters it on input, but there's no reason not to have it made to work properly in the query for added safety. To test: [1] Go to the top checkouts report (http://OPAC/cgi-bin/koha/opac-topissues.pl) [2] Run the report several times, varying the filters on number of results and item type. [3] Verify the the list of top checkouts appears to be correct. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 89cf013a6fadcb1347151798f3fdab0d8c75cd15) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2e77edf8dfa0350a6e20805e7fa39b97608c804e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 2e77edf8dfa0350a6e20805e7fa39b97608c804e) Signed-off-by: Chris Hall (cherry picked from commit f5ee81028dda33027daf3c921b38bf06218f9dfa) commit 5260c7fe3bb2b50188a6c8bc4ed49a6eb45356ba Author: Fridolyn SOMERS Date: Mon Jul 15 13:00:18 2013 +0200 Bug 10590 - in opac-topissues limit param is not protected In opac-topissues page, the limit URL argument is directly added to SQL query. This patch adds protections : limit must only contain digits and must be lower than 100. Test plan : - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=10&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 10 most cheched-out of all time - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 10 most cheched-out of all time - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=9999&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 100 most cheched-out of all time - Edit URL to : /cgi-bin/koha/opac-topissues.pl?limit=WHERE&branch=&itemtype=&timeLimit=999&do_it=1 => You get the results of 10 most cheched-out of all time Signed-off-by: Robin Sheat Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 57866d6b67c3f8b29290150f21c71395315a73fe) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 5867909f8866b4e68340b88817bfb95f51bc3c9e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 5867909f8866b4e68340b88817bfb95f51bc3c9e) Signed-off-by: Chris Hall (cherry picked from commit c0cb1f8b0e8aa53707447ee7c27fd15fc0a7b80c) commit 69c824eb7c2d69b23c4e03dcc1f518980c5a7071 Author: Galen Charlton Date: Fri Jun 14 08:30:35 2013 -0700 Bug 10425: tweaks to text of help for local use system preference Signed-off-by: Galen Charlton (cherry picked from commit c02b57bd5cacc3fbe981f5d8331c7cfe8aa178a7) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 1133c328b31cf9e8138de85ef266a6557757bab4) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 1133c328b31cf9e8138de85ef266a6557757bab4) Signed-off-by: Chris Hall (cherry picked from commit 4339d827792c7063066e873b2280b39d70e8f590) commit 9618b6a0fd526a4de99eaa5a991b9dade3487f01 Author: Fridolyn SOMERS Date: Thu Jun 6 10:57:29 2013 +0200 Bug 10425 - Help page missing for Local Use preferences When viewing Local Use system preferences tab, the help button will lead to an error page. This is because Local Use tab uses not the same script has other tabs : systempreferences.pl. This patch adds help/systemprefences.tt Test plan : - Go to Local Use preferences : /cgi-bin/koha/admin/systempreferences.pl - Click on Help link (at right top) - See you get the same page as other preferences tab help Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 0e0a1a61a62473de7ae92bde9d0f3617c34ba325) (cherry picked from commit ff9638d8151258eec1ee1bb67196845eb1dabd18) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit ff9638d8151258eec1ee1bb67196845eb1dabd18) Signed-off-by: Chris Hall (cherry picked from commit ccc0691f7f1fd4dfc8e98c30ffc5117508aaed43) ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 3 +- C4/VirtualShelves/Page.pm | 1 + .../en/modules/help/admin/systempreferences.tt | 13 +++++ .../prog/en/modules/reserve/request.tt | 54 ++++++++++++++++---- .../intranet-tmpl/prog/en/modules/tools/letter.tt | 2 + opac/opac-topissues.pl | 10 ++-- reserve/request.pl | 46 ++++------------- 7 files changed, 78 insertions(+), 51 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/systempreferences.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 18 11:07:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Jul 2013 09:07:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-58-g7167ace Message-ID: 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, 3.8.x has been updated via 7167ace6898d224e54878f0e7a608061f052fdec (commit) from 3714af3015f24ebfcd25b9742fe73831ba23a796 (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 7167ace6898d224e54878f0e7a608061f052fdec Author: Robin Sheat Date: Thu May 30 16:12:13 2013 +1200 Bug 10379: silence zebra rebuild cron when no instances are enabled This adds a -q option to koha-rebuild-zebra that prevents it outputting help if no instances are provided on the command line. This means that if you've just installed the package, you won't get messages from cron telling you how to use the script. Test plan: * install koha-common 3.12 or master onto a system with no enabled instances. * note that you or the sysadmin will start getting emails every 5 minutes. * replace /etc/cron.d/koha-common and /usr/sbin/koha-rebuild-zebra with the versions from this patch. * note that the emails stop flowing. Signed-off-by: Magnus Enger "sudo koha-rebuild-zebra -q" gives no output, as expected. Followed the test plan, all looks good. Signed-off-by: Galen Charlton (cherry picked from commit c31e553a72d40bf0b1c099284ecbb4b95833e186) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit cc9b3522b192b8510a4846cd7a4b3aca3e8a0a07) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit cc9b3522b192b8510a4846cd7a4b3aca3e8a0a07) Signed-off-by: Chris Hall (cherry oicked from commit 22341e5fe36e54523464b633de6a500bc706e248) ----------------------------------------------------------------------- Summary of changes: debian/koha-common.cron.d | 2 +- debian/scripts/koha-rebuild-zebra | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 18 11:08:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Jul 2013 09:08:30 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-59-g19f805a Message-ID: 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, 3.8.x has been updated via 19f805a71fb8f97efaa3299a4b5d15f56a486be6 (commit) from 7167ace6898d224e54878f0e7a608061f052fdec (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 19f805a71fb8f97efaa3299a4b5d15f56a486be6 Author: Magnus Enger Date: Tue Jun 25 08:39:23 2013 +0200 Bug 10379 - Followup: add koha-rebuild-zebra -q to the man page The first patch on this bug forgot to add the new -q option to koha-rebuild-zebra to the man page for that command. This patch fixes it. To test, run something like these commands: $?xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl \ debian/docs/koha-rebuild-zebra.xml $?man -l koha-rebuild-zebra.8 This should display the man page. (Remember to remove koha-rebuild-zebra.8 when you are done :-) $?prove xt/verify-debian-docbook.t All tests should pass. Signed-off-by: Robin Sheat Signed-off-by: Galen Charlton (cherry picked from commit 114ad0015b209404b30289397646cb2f21d4aa54) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 6643a41c97b3a9b4129f0dd7d1fa854f2f93fb14) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 6643a41c97b3a9b4129f0dd7d1fa854f2f93fb14) Signed-off-by: Chris Hall (cherry picked from commit e5bfa466362579fb24009c22ee756f3b9b731140) ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-rebuild-zebra.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 18 15:40:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Jul 2013 13:40:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-836-gbe90542 Message-ID: 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 be905428722522f1ace4e99d13ffcb5d11f65657 (commit) from da6f2f7a7ddf1126d6e3b02825f0d45948f484fa (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 be905428722522f1ace4e99d13ffcb5d11f65657 Author: Robin Sheat Date: Wed Jun 5 17:50:29 2013 +1200 Bug 10411: add cache control headers for static resources (Debian package) This adds caching directives to the static resources so that the browser doesn't ask about them all the time. By default, Debian apache doesn't have the required module (mod_expires) enabled, and so this patch will have no effect. In order to enable this function, run: a2enmod expires and restart apache. Test Plan: * Using firebug or equivalent, load a page. * Note that none of the images, css, or js files have a Cache-Control or Expires header set. * Add this patch, redeploy the package with it (or overwrite the apache-share.conf file) enable the 'expires' module, restart apache. * Force-reload the page * Note that the images, css, js now have Cache-Control and Expires set for 12 hours into the future. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: debian/templates/apache-shared.conf | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 18 15:43:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Jul 2013 13:43:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-837-g04ca81b Message-ID: 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 04ca81bc358f1bc6425e1cef431d9e4abfc744d8 (commit) from be905428722522f1ace4e99d13ffcb5d11f65657 (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 04ca81bc358f1bc6425e1cef431d9e4abfc744d8 Author: Mirko Tietgen Date: Tue Jul 16 21:51:01 2013 +0200 Bug 10595: don't display OpacTopissue page when system preference is turned off When the syspref is turned off, the link is hidden but the page is still accessible. This patch checks the syspref and redirects to 404 if it is disabled. Test plan: Before applying the patch Enable OpacTopissue Observe there is a link to opac-topissues.pl next to Advanced search etc. Follow that link, observe that opac-topissues.pl is loading Disable OpacTopissue Observe the link is gone Manually open /koha/opac-topissues.pl and check that it is loading even though the feature is disabled Apply patch (OpacTopissue still diabled) Manually open /koha/opac-topissues.pl and observe that you are being redirected to the 404 page. Enable OpacTopissue Follow the link or manuall open opac-topissues.pl and check that it is working Signoff the patch. Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: opac/opac-topissues.pl | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 18 15:51:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Jul 2013 13:51:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-838-gb77af93 Message-ID: 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 b77af9326232d8512527040c4984b7bdc167c388 (commit) from 04ca81bc358f1bc6425e1cef431d9e4abfc744d8 (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 b77af9326232d8512527040c4984b7bdc167c388 Author: Kyle M Hall Date: Tue Jul 16 12:50:25 2013 -0400 Bug 10597: fix Search to hold button on record details page The holds button in cat-toolbar is broken for "search to hold". It is a split button rather than a dropdown button. Clicking the caret works fine, but clicked the button sends you to the marc editor! Test Plan: 1) View a patron's details page 2) Click 'search to hold' 3) Search for something 4) On the results page, click a result line's title link ( catalogue/detail.pl ) 5) Note the "Place hold" button is a split button, click the left half of the button, note it redirects you to the editor. 6) Apply this patch 7) Repeat steps 1-5 Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 18 17:19:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Jul 2013 15:19:10 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-839-g2bab95c Message-ID: 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 2bab95cac5f43b034adec36ec62a8c8f7f520627 (commit) from b77af9326232d8512527040c4984b7bdc167c388 (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 2bab95cac5f43b034adec36ec62a8c8f7f520627 Author: Galen Charlton Date: Tue Jul 9 17:53:16 2013 +0000 bug 10559: remove spurious "statement handle still active" warnings Generating (e.g.) overdue notices can result in spurious warnings in the cronjob logs: $ ./misc/cronjobs/overdue_notices.pl -t -library CPL prepare_cached(SELECT * FROM issues WHERE itemnumber = ?) statement handle DBI::st=HASH(0x54a7828) still Active at C4/Letters.pm line 589 This patch removes the warning by making sure that the relevant statement handle is finished after fetching its first row of results. To test: [1] Set up an overdue loan such that running overdue_notices.pl will trigger the generation of a notice. [2] Run overdue_notices.pl -t and note the warning message. [3] Apply the patch. [4] Run overdue_notices.pl -t again and note that the warning message is no longer displayed. [5] Check the message_queue table and verify that the overdue notices generated in steps 2 and 4 have the same text. Signed-off-by: Galen Charlton Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Letters.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 18 18:20:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Jul 2013 16:20:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-840-g651f810 Message-ID: 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 651f810f68f82f4aac254c4a78bb6a4517dcb558 (commit) from 2bab95cac5f43b034adec36ec62a8c8f7f520627 (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 651f810f68f82f4aac254c4a78bb6a4517dcb558 Author: Owen Leonard Date: Mon Jul 8 14:37:03 2013 -0400 Bug 10553: make public lists available on OPAC login page If you are not logged in to the OPAC, looking at the login page, and you click the Lists button to see public lists it says there are none. This patch corrects Auth.pm so that it loads the list of public lists in this situation. To test you must have at least one public list. Make sure you are logged out of the OPAC and visit the login page (/cgi-bin/koha/opac-user.pl). Clicking the "Lists" button should show you a list of public shelves. Signed-off-by: Liz Rea works as described, and list button is not shown when opacpublic is disabled. Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 18 18:36:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Jul 2013 16:36:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-841-g3834d1f Message-ID: 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 3834d1f2b4494d465c6d1ab72aa334100898a756 (commit) from 651f810f68f82f4aac254c4a78bb6a4517dcb558 (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 3834d1f2b4494d465c6d1ab72aa334100898a756 Author: David Cook Date: Thu Jun 13 16:46:46 2013 +1000 Bug 10457: fix SQL error when using 'export select items data' in serials claims page Currently, if you use the "check all" checkbox next to the "Vendor" table header, and try to "Export selected items data", you'll see the following SQL error in the Apache error log: DBD::mysql::st execute failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'on ORDER BY title' at line 12 at /.../lib/C4/Serials.pm line 1828. This is because the Javascript that produces the re-direct URL is including the value of the checkall checkbox, which is "on", as a "serialid". We need to only take checkboxes with a name of "serialid" when crafting the re-direct link. This patch adds the [name=serialid] attribute selector to the Jquery that creates the URL to lateissues-excel.pl from claims.pl. Test Plan: Before applying the patch: 1) Go to Serials > Claims (found on the left navigation bar of Serials) 2) Choose a vendor that has serials to claim (or create some late serials for a vendor so that they will show up) 3) Click on the checkbox to the left of the "Vendor" table heading. 4) Click "Export selected items data" at the bottom of the page 5) Check the Apache error log. Notice that you'll get a SQL error like the one in the message above. Apply the patch. Repeat Steps 1-4. Note that you should now have a CSV file downloading rather than getting a SQL error. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/serials/claims.tt | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 18 18:43:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Jul 2013 16:43:36 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-842-g538ab56 Message-ID: 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 538ab5631ef18640d1d9cac6e25ed2f9f2ef11cd (commit) from 3834d1f2b4494d465c6d1ab72aa334100898a756 (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 538ab5631ef18640d1d9cac6e25ed2f9f2ef11cd Author: Owen Leonard Date: Mon Jun 10 12:14:15 2013 -0400 Bug 2774 - Path to theme is hard-coded in many places This patch corrects more places in Koha where the path to the "prog" theme is hard-coded in templates, CSS, and scripts. Staff client home page: Paths to the Koha logo background image and the module image sprite have been corrected. Inactive and hover states of the module links (circulation, patrons, etc) should look correct. addbiblio.pl: An tag is replaced with a text link and an additional CSS class. CSS uses an image-replacement technique to display the image as before. To test, open a blank or existing bibliographic record for editing. Confirm that the "tag editor" icon displays correctly in two cases: 1) tags linked to plugin editors and 2) tags linked to authorities. Both should look correct and work correctly. System preferences: The system preferences editor appends a "loading" image to system preference submit buttons when they are clicked. This patch changes ajax.js to insert a styled with a background-image instead. To test, open system preferences and modify any preference. Submit the change and confirm that the "loading" image appears correctly. Background jobs: Any place in Koha where a background job is used displays a progress bar. This patch corrects the path in CSS to the progress bar image. To test, perform an action which triggers the display of a progress bar. For instance, batch modification of items. Confirm that the progress bar image displays correctly. blue.css: I don't know if this is still used by anyone, but a couple of image paths in this CSS file have been corrected. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes all tests, QA script and test plan. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: cataloguing/addbiblio.pl | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/css/blue.css | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css | 4 ++-- .../intranet-tmpl/prog/en/css/preferences.css | 9 +++++++++ .../intranet-tmpl/prog/en/css/staff-global.css | 18 +++++++++++++----- koha-tmpl/intranet-tmpl/prog/en/js/ajax.js | 10 +++++----- 6 files changed, 35 insertions(+), 18 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 19 02:30:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Jul 2013 00:30:39 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-843-gf01606d Message-ID: 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 f01606d89b487d585bf06eae1dd6de6ff138eab9 (commit) from 538ab5631ef18640d1d9cac6e25ed2f9f2ef11cd (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 f01606d89b487d585bf06eae1dd6de6ff138eab9 Author: David Cook Date: Thu Jun 27 16:02:08 2013 +1000 Bug 9801: display facet labels in search results only when there are facet values Currently, the headings for facets (such as location) are showing even if there are no actual values/links for that facet type. This patch simply checks if the facet array contains any facets before printing the heading and HTML for each facet value/link. Test Plan: Before applying: 0) If you want to check the location facet (which is easiest), enable singlebranch mode in the globals system preferences. 1) Do a search for records/items that you have no shelving location specified (or simply remove the shelving location for a small range of records that you can find in a search query). 2) Note that "Location" appears amongst the facets even though there are no values/links present. (If you look at the HTML source, you'll see some empty HTML tags have been printed out.) Apply patch. 3) Flush your cache and refresh your page. 4) You should no longer see a "Location" facet (or those empty HTML tags) on the facet sidebar. Signed-off-by: Katrin Fischer Template changes only. Checked according to test plan, made sure location facet still shows up when values exist, otherwise it's hidden. It might make sense to add ids to the facets so libraries can decide to hide some of them easily. Or alternatively add a system preference to make that possible. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/facets.inc | 2 ++ .../opac-tmpl/prog/en/includes/opac-facets.inc | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Jul 19 14:43:01 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 19 Jul 2013 12:43:01 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-845-gb38187d Message-ID: 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 b38187d8b004316b17d1e67753d638e96bb62bb8 (commit) via f69e13665da007a6ab28e4c1d5a7d1a50f3ac3ac (commit) from f01606d89b487d585bf06eae1dd6de6ff138eab9 (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 b38187d8b004316b17d1e67753d638e96bb62bb8 Author: Owen Leonard Date: Thu Jul 18 11:30:35 2013 -0400 Bug 7598: [Follow-up] make strings in acquisitions JavaScript translatable This follow-up addresses QA comments and moves punctuation and line breaks out of the string to be translated. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit f69e13665da007a6ab28e4c1d5a7d1a50f3ac3ac Author: Owen Leonard Date: Mon Sep 10 08:34:33 2012 -0400 Bug 7598: make strings in acquisitions JavaScript translatable English strings in acq.js cannot be processed by the translation script. This patch moves the strings to the templates to be set as JS variables for use by the script. To test: - On the uncertain prices page, enter an invalid price and click save. You should see a JavaScript alert pointing this out. - When adding a fund to an existing budget, enter an amount which exceeds the amount in the parent budget. You should see a JavaScript alert pointing this out. There is a similar function which has been corrected, checkBudgetParent(), but I don't know how to trigger it for testing. The closebasketgroup function has been updated but as far as I can tell it's not actually in use. Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 26 +++++++------------ .../prog/en/modules/acqui/basketgroup.tt | 6 ++++ .../prog/en/modules/acqui/uncertainprice.tt | 1 + .../prog/en/modules/admin/aqbudgets.tt | 8 ++++++ 4 files changed, 25 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 15:50:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 13:50:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-847-g6405f26 Message-ID: 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 6405f26524de79f98139b6c076543781925caaca (commit) via 9eb13aa3cdd47738d42615d6d5dc03b84bf9194c (commit) from b38187d8b004316b17d1e67753d638e96bb62bb8 (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 6405f26524de79f98139b6c076543781925caaca Author: Galen Charlton Date: Mon Jul 15 15:44:12 2013 +0000 Bug 10592: fix display of favicon Move the favicon files for OPAC and staff so that they are not blocked by the Apache configuration change introduced by the patch for bug 9812. Note that this patch makes the favicon customizable by theme, not both theme and language. To test, after applying the patch. [1] Open pages in the OPAC and staff client. Verify that the favicon is displayed in the usual place in your web browser. Specific pages to test include - circulation receipts and slips - help - lists view - web-based self-checkout [2] Verify that the Apache logs do not contain entries like this: client denied by server configuration: {...}/prog/en/includes/favicon.ico Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Verified that the favicon displays correctly. Also tried changing favicons for staff and OPAC using the system preferences for those. This still works, where the system preferences are correctly supported in the templates. Signed-off-by: Galen Charlton commit 9eb13aa3cdd47738d42615d6d5dc03b84bf9194c Author: Galen Charlton Date: Mon Jul 15 15:00:57 2013 +0000 Bug 10592: fix MARC21 006/008 cataloging plugins Move the XML and XSD data files so that access to them (particularly the XML files) is not blocked by the Apache configuration change introduced by the patch for bug 9812. To test, after applying the patch. [1] Open a MARC21 bibliographic record in the cataloging editor. [2] Click on the plugin link for the 008 field. Verify that that the form for all of the fixed field positions is displayed, and verify that you can change the type of material. [3] Repeat step 2 for the 006 field. [4] Verify that there are no entries in the Apache error log that contain client denied by server configuration: {...}/cataloguing/value_builder/marc21_field_008.xml or client denied by server configuration: {...}/cataloguing/value_builder/marc21_field_006.xml Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Also verified translation of those plugins still works correctly. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: cataloguing/value_builder/marc21_field_006.pl | 2 +- cataloguing/value_builder/marc21_field_008.pl | 2 +- .../value_builder => data}/marc21_field_006.xml | 0 .../value_builder => data}/marc21_field_008.xml | 0 .../value_builder => data}/marc21_field_CF.xsd | 0 .../prog/en/includes/doc-head-close-receipt.inc | 2 +- .../prog/en/includes/doc-head-close.inc | 2 +- .../intranet-tmpl/prog/en/includes/help-top.inc | 2 +- .../intranet-tmpl/prog/en/js/xmlControlfield.js | 2 +- .../intranet-tmpl/prog/en/modules/basket/basket.tt | 2 +- .../prog/en/modules/circ/printslip.tt | 2 +- .../prog/en/modules/members/moremember-print.tt | 2 +- .../prog/en/modules/members/moremember-receipt.tt | 2 +- .../prog/en/modules/members/printfeercpt.tt | 2 +- .../prog/en/modules/members/printinvoice.tt | 2 +- .../prog/{en/includes => img}/favicon.ico | Bin 1406 -> 1406 bytes .../opac-tmpl/ccsr/en/includes/doc-head-close.inc | 2 +- .../opac-tmpl/prog/en/includes/doc-head-close.inc | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/sco/help.tt | 2 +- .../opac-tmpl/prog/en/modules/sco/printslip.tt | 2 +- .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 2 +- .../prog/{en/includes => images}/favicon.ico | Bin 1406 -> 1406 bytes 23 files changed, 18 insertions(+), 18 deletions(-) rename koha-tmpl/intranet-tmpl/prog/en/{modules/cataloguing/value_builder => data}/marc21_field_006.xml (100%) rename koha-tmpl/intranet-tmpl/prog/en/{modules/cataloguing/value_builder => data}/marc21_field_008.xml (100%) rename koha-tmpl/intranet-tmpl/prog/en/{modules/cataloguing/value_builder => data}/marc21_field_CF.xsd (100%) rename koha-tmpl/intranet-tmpl/prog/{en/includes => img}/favicon.ico (100%) rename koha-tmpl/opac-tmpl/prog/{en/includes => images}/favicon.ico (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 16:08:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 14:08:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-848-g0fe3d05 Message-ID: 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 0fe3d053ffe0adc4fda4fdb660ed93203ecc02d8 (commit) from 6405f26524de79f98139b6c076543781925caaca (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 0fe3d053ffe0adc4fda4fdb660ed93203ecc02d8 Author: Tomas Cohen Arazi Date: Tue Jul 2 18:35:58 2013 -0300 Bug 8911: make sure history.txt gets installed where history.txt can see it This patch makes Makefile.PL put the history.txt file in the right places depending on the chosen setup layout, adds a reference to that place in koha-conf.xml (and debian template version), and finally tweaks about.pl to use it. To test, apply the patch and verify that perl Makefile.PL runs fine, and installing in - dev - single - standard layouts works as expected. Then go to the about.pl page and see if Koha's history shows there. Then, build your packages and test on your newly created instances. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 1 + about.pl | 4 ++-- debian/templates/koha-conf-site.xml.in | 1 + etc/koha-conf.xml | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 16:27:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 14:27:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-849-g224d878 Message-ID: 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 224d878cf76813c5f8f229031ef916f1f73fd975 (commit) from 0fe3d053ffe0adc4fda4fdb660ed93203ecc02d8 (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 224d878cf76813c5f8f229031ef916f1f73fd975 Author: Tomas Cohen Arazi Date: Mon Jul 8 13:15:01 2013 -0300 Bug 7143 - Updating history and about page First commit from Silvia Simonetti, went into the 3.12.x branch. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 16:30:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 14:30:42 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-850-gee22441 Message-ID: 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 ee224415b7c8b5e31f9c052e1c14a143ab137898 (commit) from 224d878cf76813c5f8f229031ef916f1f73fd975 (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 ee224415b7c8b5e31f9c052e1c14a143ab137898 Author: Galen Charlton Date: Mon Jul 22 14:40:58 2013 +0000 bug 7143: add latest batch of committers Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 3 +++ koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 16:36:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 14:36:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-852-gf9d3e02 Message-ID: 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 f9d3e02b831381061d2d298b33818ad926a88c07 (commit) via 3793bfe9ed4e5f77aa3a2e4baf57258887abb70b (commit) from ee224415b7c8b5e31f9c052e1c14a143ab137898 (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 f9d3e02b831381061d2d298b33818ad926a88c07 Author: Galen Charlton Date: Mon Jul 22 14:46:29 2013 +0000 Bug 10604: DBRev 3.13.00.014 Signed-off-by: Galen Charlton commit 3793bfe9ed4e5f77aa3a2e4baf57258887abb70b Author: Galen Charlton Date: Wed Jul 17 14:35:16 2013 +0000 Bug 10604: increase width of two columns in the courses table The department and term columns in the courses table started as varchar(20), but since they refer to authorized values, need to be varchar(80) to match authorised_values.authorised_value. This patch increases the width of those columns. To test: [1] Create two DEPARTMENT authorised values, one whose code is shorter than 20 characters and one whose code is longer than 20 characters. [2] Create two courses; give one course the short department and the other the long department. [3] Go to the courses list. Observe that the department column is displays the department name only for the short course. [4] Apply the patch. [5] Edit the course with the long department and assign that long department to it again. [6] Go back to the courses list. Observe that both of the courses now display their assigned department. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Verified changes are consistent for new installations and updated installations. Passes all tests. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 4 ++-- installer/data/mysql/updatedatabase.pl | 8 ++++++++ kohaversion.pl | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 16:40:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 14:40:42 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-853-g7e6a630 Message-ID: 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 7e6a6302757f750582020974f798d2c49f50adcf (commit) from f9d3e02b831381061d2d298b33818ad926a88c07 (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 7e6a6302757f750582020974f798d2c49f50adcf Author: Nicole C. Engard Date: Fri May 10 09:54:53 2013 -0400 Bug 10197: Add classes to patron info list This patch adds classes to the patron info found on the top left of the circulation and patron related pages to allow for easy styling of the information displayed. To test: * Apply patch * View a patron detail page and view the source on the list to the left to see the styles * View a checkout screen and view the source on the list to the left with patron info to see the styles * You could also try to style things by customizing your CSS Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Template only changes. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/circ-menu.inc | 18 +++++++++--------- .../intranet-tmpl/prog/en/includes/circ-menu.tt | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 16:48:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 14:48:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-854-g04dd98f Message-ID: 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 04dd98fa846d4f28edc5811cb90e8a5ba4b6289b (commit) from 7e6a6302757f750582020974f798d2c49f50adcf (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 04dd98fa846d4f28edc5811cb90e8a5ba4b6289b Author: Owen Leonard Date: Mon Jul 8 11:22:38 2013 -0400 Bug 10552: make several sysprefs available to the OPAC login page Several system preference variables are unavailable to the OPAC login template because they are not explicitly enabled for that page. Instead of adding them to Auth.pm using the old method this patch uses the new system preference check syntax using the Koha TT plugin. The following preferences are now checked using this syntax in masthead.inc: OpacAddMastheadLibraryPulldown UseCourseReserves reviewson OpacShowRecentComments In order for the call in masthead.inc to the new plugin to work on all OPAC pages "[% USE Koha %]" must be added to any template which includes it (most of them). Also in this patch: A change to Auth.pm to enable correct display of the LibraryName in the title of the OPAC login page. To test, turn on the above system preferences and confirm that the relevant links appear under the OPAC's main search bar on all pages including the login page. Confirm that the text specified in the LibraryName system preference is shown as the title of the login page. Confirm that course reserves and comments are displayed correctly on the biblio detail page. Signed-off-by: Liz Rea I checked both prog and ccsr - all seems well and the links are appearing and disappearing in accordance with the appropriate sysprefs. Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 12 +++++++----- koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 12 ++++++------ koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 8 ++++---- .../opac-tmpl/prog/en/modules/opac-ISBDdetail.tt | 1 + .../opac-tmpl/prog/en/modules/opac-MARCdetail.tt | 1 + .../opac-tmpl/prog/en/modules/opac-account.tt | 1 + .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 1 + .../prog/en/modules/opac-alert-subscribe.tt | 1 + .../prog/en/modules/opac-auth-MARCdetail.tt | 1 + .../opac-tmpl/prog/en/modules/opac-auth-detail.tt | 1 + koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt | 1 + .../prog/en/modules/opac-authorities-home.tt | 1 + .../en/modules/opac-authoritiessearchresultlist.tt | 1 + .../opac-tmpl/prog/en/modules/opac-browser.tt | 1 + .../prog/en/modules/opac-course-details.tt | 1 + .../prog/en/modules/opac-course-reserves.tt | 1 + koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 9 +++++---- .../opac-tmpl/prog/en/modules/opac-downloadcart.tt | 1 + .../prog/en/modules/opac-downloadshelf.tt | 1 + .../prog/en/modules/opac-full-serial-issues.tt | 1 + .../opac-tmpl/prog/en/modules/opac-imageviewer.tt | 1 + koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt | 1 + .../modules/opac-memberentry-update-submitted.tt | 1 + .../opac-tmpl/prog/en/modules/opac-memberentry.tt | 1 + .../opac-tmpl/prog/en/modules/opac-messaging.tt | 1 + koha-tmpl/opac-tmpl/prog/en/modules/opac-passwd.tt | 1 + .../opac-tmpl/prog/en/modules/opac-privacy.tt | 1 + .../prog/en/modules/opac-readingrecord.tt | 2 +- .../en/modules/opac-registration-confirmation.tt | 1 + .../en/modules/opac-registration-email-sent.tt | 1 + .../prog/en/modules/opac-registration-invalid.tt | 1 + .../opac-tmpl/prog/en/modules/opac-reserve.tt | 1 + .../prog/en/modules/opac-results-grouped.tt | 1 + .../prog/en/modules/opac-search-history.tt | 1 + .../prog/en/modules/opac-serial-issues.tt | 1 + .../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-showreviews.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-suggestions.tt | 1 + koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-tags_subject.tt | 1 + .../opac-tmpl/prog/en/modules/opac-topissues.tt | 1 + koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 +- 42 files changed, 60 insertions(+), 24 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 16:51:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 14:51:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.01-84-ga61396b Message-ID: 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, 3.12.x has been updated via a61396b8572b2d1c490b77042250cbe8e24ae565 (commit) via 2803bab669162aebf0c8f6360328842d2dfa2dc7 (commit) via 6b94a9a3406f7c1b58a88b54c598ad617b84ee52 (commit) from 1b079256736f080ef4905088ae78bfe9f425f05c (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 a61396b8572b2d1c490b77042250cbe8e24ae565 Author: Tomas Cohen Arazi Date: Mon Jul 22 11:59:31 2013 -0300 Bug 8911: DBRev 3.12.01.005 Advertise the users how to fix About Koha > Timeline for old instances. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Tomas Cohen Arazi commit 2803bab669162aebf0c8f6360328842d2dfa2dc7 Author: Tomas Cohen Arazi Date: Tue Jul 2 18:35:58 2013 -0300 Bug 8911: make sure history.txt gets installed where history.txt can see it This patch makes Makefile.PL put the history.txt file in the right places depending on the chosen setup layout, adds a reference to that place in koha-conf.xml (and debian template version), and finally tweaks about.pl to use it. To test, apply the patch and verify that perl Makefile.PL runs fine, and installing in - dev - single - standard layouts works as expected. Then go to the about.pl page and see if Koha's history shows there. Then, build your packages and test on your newly created instances. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 0fe3d053ffe0adc4fda4fdb660ed93203ecc02d8) Signed-off-by: Tomas Cohen Arazi Fixed a trivial conflict in Makefile.PL (course reserves are not in 3.12) commit 6b94a9a3406f7c1b58a88b54c598ad617b84ee52 Author: Robin Sheat Date: Wed Jun 5 17:50:29 2013 +1200 Bug 10411: add cache control headers for static resources (Debian package) This adds caching directives to the static resources so that the browser doesn't ask about them all the time. By default, Debian apache doesn't have the required module (mod_expires) enabled, and so this patch will have no effect. In order to enable this function, run: a2enmod expires and restart apache. Test Plan: * Using firebug or equivalent, load a page. * Note that none of the images, css, or js files have a Cache-Control or Expires header set. * Add this patch, redeploy the package with it (or overwrite the apache-share.conf file) enable the 'expires' module, restart apache. * Force-reload the page * Note that the images, css, js now have Cache-Control and Expires set for 12 hours into the future. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit be905428722522f1ace4e99d13ffcb5d11f65657) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 1 + about.pl | 4 ++-- debian/templates/apache-shared.conf | 7 +++++++ debian/templates/koha-conf-site.xml.in | 1 + etc/koha-conf.xml | 1 + installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 7 files changed, 19 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 17:33:24 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 15:33:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-855-gb7305e4 Message-ID: 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 b7305e4876e6d961e8325155d679b1312975e74d (commit) from 04dd98fa846d4f28edc5811cb90e8a5ba4b6289b (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 b7305e4876e6d961e8325155d679b1312975e74d Author: Owen Leonard Date: Thu Jul 11 10:53:06 2013 -0400 Bug 10576: make strings in additem.js accessible to translation There are a couple of untranslatable strings in additem.js. This patch moves the strings out of the script and into the include file which has been created for this purpose. To test, apply the patch and test the process for adding an item to an existing or new basket (with AcqCreateItem set to "when placing an order." The add item form should be correctly labeled "Add item." After adding an item, click to edit it again. The form should now be labeled "Update item." Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Works nicely and passes all tests. Made sure strings can be translated testing with German templates. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/additem.js.inc | 2 ++ koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 17:42:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 15:42:34 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-856-g0b05d1a Message-ID: 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 0b05d1acb9e5402a85fc39987577a8686c07d27c (commit) from b7305e4876e6d961e8325155d679b1312975e74d (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 0b05d1acb9e5402a85fc39987577a8686c07d27c Author: Janusz Kaczmarek Date: Thu Jul 11 19:07:09 2013 +0200 Bug 10578: fix results sorting in staff interface To test (in librarian's interface): 1. Have some biblio records to get a list when searching. 2. Make an advanced search with 'as phrase' modifier (title -- ti,phr: or author -- au,phr: , etc.) 3. Having the result list try to change the sort order. 4. You should get no results with a message like: "No results match your search for 'au%2Cphr: " etc. 5. Apply the patch 6. Repeat steps 2. & 3. 7. You should get the list sorted according to your choice. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Works nicely, passes all tests and QA script. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: catalogue/search.pl | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 18:03:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 16:03:08 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-857-g04b6b4a Message-ID: 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 04b6b4ae727c8e2c025c75fba3dd59255ee26926 (commit) from 0b05d1acb9e5402a85fc39987577a8686c07d27c (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 04b6b4ae727c8e2c025c75fba3dd59255ee26926 Author: Owen Leonard Date: Fri Jul 19 12:21:42 2013 -0400 Bug 10586: fix CSS styling when printing cart from Firefox When printing the Cart from Firefox the styling is off even though it looks correct in preview. I think this may be because the preview is including stylesheets designated for screen. This patch removes special handling of JS and CSS assets for the Cart's print view, letting the page handle print styling like other pages in the OPAC. To test, put items in your Cart in the OPAC. Open your Cart and click the "print" link. Your printout should be correctly styled and match the preview. Signed-off-by: Liz Rea Tested both fail condition and condition with patch - display is much improved. Thanks, Owen! Signed-off-by: Chris Cormack Works as advertised Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 20:36:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 18:36:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-859-gc5cc04e Message-ID: 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 c5cc04ef3d5e50c376e37a1493926181389efa6a (commit) via 5c60ae40f97d9c22504c2942a00a93777984c7a5 (commit) from 04b6b4ae727c8e2c025c75fba3dd59255ee26926 (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 c5cc04ef3d5e50c376e37a1493926181389efa6a Author: Katrin Fischer Date: Sun Jul 21 11:50:09 2013 +0200 Bug 10516 - Follow up - Fixing capitalization Fix capitalization on submit buttons when deleting a Z39.50 server. - Delete this Server - Do Not Delete I think the "Do not delete" should maybe even be a cancel link to be more consistent with how Koha displays this kind of dialog in other places. Signed-off-by: Liz Rea fixes capitalisation, tool stil works Signed-off-by: Galen Charlton commit 5c60ae40f97d9c22504c2942a00a93777984c7a5 Author: Owen Leonard Date: Fri Jun 28 15:10:14 2013 -0400 Bug 10516 - Improve titles, breadcrumbs, and confirmation messages for Z39.50 server adds and updates The template for adding/editing Z39.50 servers shows the same title, breadcrumbs, etc. for add and edit operations. This patch creates separate text for each case. To test, try both adding and editing a Z39.50 server. The page title, breadcrumb, and heading should correctly reflect the operation you perform. Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer Works nicely and all strings are translatable. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: admin/z3950servers.pl | 3 ++- .../prog/en/modules/admin/z3950servers.tt | 18 ++++++++++++++---- 2 files changed, 16 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Jul 22 20:51:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 18:51:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-860-g7f07544 Message-ID: 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 7f075448b8e00596ece780cca654471eebf949a3 (commit) from c5cc04ef3d5e50c376e37a1493926181389efa6a (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 7f075448b8e00596ece780cca654471eebf949a3 Author: Jonathan Druart Date: Tue Jul 9 12:02:00 2013 +0200 Bug 10557: remove unused branch parameter from GetBooksellersWithLateOrders C4::Booksellers::GetBooksellersWithLateOrders has an unused parameter. The $branch variable is never used in the routine. Test plan: Check that no behavior changes on the late orders page. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer I couldn't find any use of the branch parameter apart from the one corrected by this patch. Also tested late orders, couldn't find any problems. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Bookseller.pm | 4 ++-- acqui/lateorders.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 23 01:59:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 23:59:38 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.12.02 created. v3.12.02 Message-ID: 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 annotated tag, v3.12.02 has been created at 80f48fb37ab4409ed48f608a335e2de79a2d8459 (tag) tagging 97df2e8dad354d6b6c54a16eacdb72c5ad96edd8 (commit) replaces v3.12.01 tagged by Tomas Cohen Arazi on Mon Jul 22 21:04:30 2013 -0300 - Log ----------------------------------------------------------------- Koha release 3.12.02 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAABAgAGBQJR7ciOAAoJEAonLqGy88Ffoj8QAJpIlMrcveA9mcDhW2Se9Szk vCVuiwS09L0LiYM4Tk9pOOci2rfwCtJLqncfWQy2NUjY52MdD4ZemyriEAFKyHVy rDMg5KX3iLWctnOcP9u/a14yK+7aSXw44LyaOdUbfBmTWofIU/Pl2nZSvTJ89U0Y UwE99+bBHcIFC4mMveBV24qmANVhkVEzjERbKWfHUZ+u/9b/tx5Og8APqrI3oTEn 58E9xtmuR9gYVJ/HA98ssCTtCy41eM3VqrDHoIY8DpgOy3O5uS5rfl45W3njGGpg yL5WP4rdWzAQC6JX8Bm3t53d7GGE37pVJgtKu+o816n6JvXw/prtzKLzYi7b53yX XYYQ6tEQU4hTNAT0KM1JWzzPdvwX2w7Aa9rPtZ4SriFldGR6I5j1Lw6WNa5ailBD VaMjFihMNW8NdYOlRh8e/IPhGVwGjAHpqvuM8XmVAv6DM2YtY0r8IHUE8Id1kXSI mrG0xY7pQwJXtPDPV7Lx4HgfW8PfxTVzcFyd/5gqMO9ajme6vCDJq03HRo5MWqor brzgJRCcRSvHyMa5ZJ88rksIjKmWT/JwHr7AsRglKII9WIYDJGfPXIoIHZGcjFTs eSOiGskXq0lvZ+qlhT3jlFd1wAD1aGwcw7HJzcdKvfR3+JfRwM35umwk591zmEBF ToI3rSjOII1mmu16Km9m =j/BW -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (5): Bug 10141: improve editing of MARC21 bib 008/18-21 and 008/24-27 Bug 9826 - Missing fields in MARC21 authority framework Bug 10488 - New MARC21 authority tags and subfields should be propagated to non-default frameworks Bug 5858: update default MARC21 framework to April 2013 revision Transation updates for 3.12.2 Chris Cormack (1): Bug 9665: QA follow up fixing tabs Chris Hall (1): Bug 10245: add CSS classes to OPAC detail items table header Colin Campbell (3): Bug 766: remove CGI::scrolling_list from request.pl Bug 10529: Remove hardcoded dollar from patron message Bug 10507: improve warning about duplicate patron attribute value David Cook (1): Bug 10466: fix glitch in OPAC display of titles saved to list Fridolyn SOMERS (7): Bug 10425 - Help page missing for Local Use preferences Bug 10590 - in opac-topissues limit param is not protected Bug 10029 - CAS authentication fails in OPAC reserve Bug 10428: undefined check in add additem.pl Bug 9113: fix handling of certain characters by item batch modification tool Bug 10384: fall back to normal authentication if LDAP server is not available Bug 10535: by default sort funds by name Galen Charlton (15): bug 6281: add test case for sorting LC call numbers correctly bug 6281: introduce LC::CallNumber::LC for sorting LC call numbers bug 6281: add Library::CallNumber::LC as a required Perl dependency bug 9370: test case for splitting LC call number bug 9370: add invalid call number to LC splitting test cases bug 9370: improve splitting of LC call numbers for labels Bug 10443: (follow-up) make sure borrower_files has FK constraint Bug 10425: tweaks to text of help for local use system preference bug 10495: set precondition for HoldsQueue test Bug 8884: (follow-up) rearrange placement of the top-bar div in CCSR Bug 10494: test cases for the KohaBranchName plugin Bug 10494: remove spurious warnings from the KohaBranchName plugin Bug 10289: (follow-up) wrap tests in transaction Bug 10289: (follow-up) don't set cardnumber for test patron Bug 10560: add regression test Jared Camins-Esakov (1): Bug 8884: opacheader is not in the header on CCSR Jonathan Druart (6): Bug 10458: t/Z3950.t should be removed too Bug 10444: Fix prevent the default action on click Bug 10439: fix bug preventing the library for a notice from being changed Bug 10317: improve display when order receiving page is given an invalid invoiceid Bug 10336: HoldsQueue.t needs to create its own data Bug 10289: UT: Reserves.t needs to create its own data Juan Romay Sieira (1): Bug 10443 - Table borrower_files does not exists in kohastructure.sql file Katrin Fischer (3): Bug 10474: Translate some English strings in German sample notices Bug 4907: make 'Organize by' filter in suggestions reflect selected option Bug 10490: Overdue fines cap can't store decimal values Kyle M Hall (3): Bug 9541: make OPAC login page respect OPAC_CSS_OVERRIDE Bug 10484: serials-edit.pl not checking for barcode field before checking for barcode subfield Bug 9533: batch item modification form now shows default field values only by request Liz Rea (1): Bug 6553 - Parentheses in Corporate author break tracings Magnus Enger (1): Bug 10379 - Followup: add koha-rebuild-zebra -q to the man page Marc Veron (1): Bug 5894: Display all titles when confirming copy of items from cart to list Marcel de Rooy (4): Bug 10458: Remove obsolete Z3950 module and test Bug 10488: Followup replacing DELETEs by more restricted INSERTs Bug 10386: improvements to VirtualShelves.t Bug 5858: Followup for INSERT IGNOREs in marc21_framework_DEFAULT.sql Mark Tompsett (1): bug 10548: fix count of missing required dependencies by koha_perl_deps.pl Owen Leonard (9): Bug 10297 - categorycode and branchcode should be required when adding patrons Bug 10315 - Use easier readable font for generated passwords Bug 9665: add RIS and BIBTEXT bibliographic record export to staff interface Bug 7110: Renewal messages no longer displays in OPAC if OpacRenewalAllowed is disabled Bug 10497 - star ratings not showing right in ccsr detail Bug 10510 - OPAC's renew selected link has glitchy icon Bug 10346 - "Add multiple copies" should be labelled "Add multiple items" Bug 10496 - CCSR theme OPAC tabs to not show correct active state Bug 10475 - Item form in acquisition not hiding subfields properly Robin Sheat (5): Bug 10379: silence zebra rebuild cron when no instances are enabled Bug 10524 - dependency updates Bug 10590 - parameterise the limit option Bug 10560: make it possible for default interface language to not be English Bug 10411: add cache control headers for static resources (Debian package) Silvia Simonetti (1): Bug 10534 : Update of italian SQL files [Only for 3.12] This update for italian SQL files doesn't cover Marc21 and Unimarc setup. Sonia LEMAIRE (1): Bug 9519: fix code for Italian language search limiter Sophie Meynieux (1): Bug 10396: remove unnecessary date-picker widgets from Catalog statistics form Tomas Cohen Arazi (15): Bug 10443: DBRev 3.12.01.001 - make sure borrower_files exists Bug 10444 - In advanced search(more), [+] and [-] should behave like links on hover Bug 10444 - (CCSR followup) In advanced search(more), [+] and [-] should behave like links on hover Bug 10464: Patron search on placing a hold now supports autocomplete Bug 9890: fix plugin handling by koha-create and koha-create-dirs Bug 10431 - Spanish Zebra character sorting file Bug 10431 - Redundant mappings removed Bug 9519: DBRev 3.12.01.002 Bug 5858 - Advertise the updated framework to upgrading users Bug 10490: DBrev 3.12.01.004 Bug 10447: add 'ru' and 'uk' to Zebra indexing language list Bug 8911: make sure history.txt gets installed where history.txt can see it Bug 8911: DBRev 3.12.01.005 Update release notes for 3.12.2 release Increment version for 3.12.2 release ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 23 01:58:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Jul 2013 23:58:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.02 Message-ID: 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, 3.12.x has been updated via 97df2e8dad354d6b6c54a16eacdb72c5ad96edd8 (commit) via 418a96c05a7fcd350e0393813a75772acd0944d8 (commit) via e3f89098717c63033cbaf36a3bf22332481b53c9 (commit) from a61396b8572b2d1c490b77042250cbe8e24ae565 (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 97df2e8dad354d6b6c54a16eacdb72c5ad96edd8 Author: Tomas Cohen Arazi Date: Mon Jul 22 20:58:30 2013 -0300 Increment version for 3.12.2 release commit 418a96c05a7fcd350e0393813a75772acd0944d8 Author: Tomas Cohen Arazi Date: Mon Jul 22 20:46:01 2013 -0300 Update release notes for 3.12.2 release Signed-off-by: Tomas Cohen Arazi commit e3f89098717c63033cbaf36a3bf22332481b53c9 Author: Bernardo Gonzalez Kriegel Date: Mon Jul 22 18:50:18 2013 -0300 Transation updates for 3.12.2 Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_12_2.txt | 422 + .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 509 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 4810 +- misc/translator/po/am-Ethi-opac-ccsr.po | 399 +- misc/translator/po/am-Ethi-pref.po |48335 +-------- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 415 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 4876 +- misc/translator/po/ar-Arab-opac-ccsr.po | 399 +- misc/translator/po/ar-Arab-pref.po |57070 +--------- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 504 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 4824 +- misc/translator/po/az-AZ-opac-ccsr.po | 399 +- misc/translator/po/az-AZ-pref.po |62411 +---------- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 424 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 4810 +- misc/translator/po/ben-opac-ccsr.po | 399 +- misc/translator/po/ben-pref.po |52480 +-------- .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po |21535 ++-- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po |112313 +++++++++++-------- misc/translator/po/bg-Cyrl-opac-ccsr.po | 882 + misc/translator/po/bg-Cyrl-pref.po |25993 +---- .../translator/po/ca-ES-i-opac-t-prog-v-3006000.po |18604 +++ .../po/ca-ES-i-staff-t-prog-v-3006000.po |104652 +++++++++++++++++ misc/translator/po/ca-ES-opac-ccsr.po | 879 + misc/translator/po/ca-ES-pref.po | 4967 + .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po |18363 --- .../po/ca-VA-i-staff-t-prog-v-3006000.po |103811 ----------------- misc/translator/po/ca-VA-opac-ccsr.po | 887 - misc/translator/po/ca-VA-pref.po |44619 -------- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po |13471 ++-- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |90771 ++++++++-------- misc/translator/po/cs-CZ-opac-ccsr.po | 657 +- misc/translator/po/cs-CZ-pref.po | 312 +- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 429 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 4817 +- misc/translator/po/da-DK-opac-ccsr.po | 409 +- misc/translator/po/da-DK-pref.po |29609 +----- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 508 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 7959 +- misc/translator/po/de-CH-opac-ccsr.po | 407 +- misc/translator/po/de-CH-pref.po |37897 +------ .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 433 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |14366 ++-- misc/translator/po/de-DE-opac-ccsr.po | 415 +- misc/translator/po/de-DE-pref.po |44223 +------- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 415 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 4818 +- misc/translator/po/el-GR-opac-ccsr.po | 399 +- misc/translator/po/el-GR-pref.po |11329 +-- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 489 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 4824 +- misc/translator/po/en-GB-opac-ccsr.po | 399 +- misc/translator/po/en-GB-pref.po |80320 +------------- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 418 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 4821 +- misc/translator/po/en-NZ-opac-ccsr.po | 399 +- misc/translator/po/en-NZ-pref.po |42967 +------- .../po/en-USACADEMIC-i-opac-t-prog-v-3006000.po |14940 ++- .../po/en-USACADEMIC-i-staff-t-prog-v-3006000.po |104362 +++++++++++++++++ misc/translator/po/en-USACADEMIC-opac-ccsr.po | 999 + misc/translator/po/en-USACADEMIC-pref.po | 4972 + .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 435 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 4843 +- misc/translator/po/es-ES-opac-ccsr.po | 407 +- misc/translator/po/es-ES-pref.po | 27 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 473 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 4810 +- misc/translator/po/eu-opac-ccsr.po | 399 +- misc/translator/po/eu-pref.po |78925 +------------- .../po/fa-Arab-i-opac-t-prog-v-3006000.po |25536 +++-- .../po/fa-Arab-i-staff-t-prog-v-3006000.po |104410 +++++++++++++++++ misc/translator/po/fa-Arab-opac-ccsr.po | 890 + misc/translator/po/fa-Arab-pref.po |60378 +---------- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 415 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 4813 +- misc/translator/po/fi-FI-opac-ccsr.po | 399 +- misc/translator/po/fi-FI-pref.po |65398 +---------- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 2513 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po |26429 +++--- misc/translator/po/fr-CA-opac-ccsr.po | 516 +- misc/translator/po/fr-CA-pref.po |20847 +--- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 3948 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po |69328 ++++++------ misc/translator/po/fr-FR-opac-ccsr.po | 530 +- misc/translator/po/fr-FR-pref.po | 2479 +- misc/translator/po/gl-i-opac-t-prog-v-3006000.po |15707 ++-- misc/translator/po/gl-i-staff-t-prog-v-3006000.po |104328 +++++++++++++++++ misc/translator/po/gl-opac-ccsr.po | 885 + misc/translator/po/gl-pref.po | 9304 +-- .../po/he-Hebr-i-opac-t-prog-v-3006000.po |15427 ++-- .../po/he-Hebr-i-staff-t-prog-v-3006000.po |104268 +++++++++++++++++ misc/translator/po/he-Hebr-opac-ccsr.po | 881 + misc/translator/po/he-Hebr-pref.po |56993 +--------- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 507 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 4822 +- misc/translator/po/hi-opac-ccsr.po | 399 +- misc/translator/po/hi-pref.po |34027 +------ .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 784 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 5864 +- misc/translator/po/hr-HR-opac-ccsr.po | 500 +- misc/translator/po/hr-HR-pref.po |20543 +--- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 507 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 4822 +- misc/translator/po/hu-HU-opac-ccsr.po | 399 +- misc/translator/po/hu-HU-pref.po |68898 +----------- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 429 +- .../po/hy-Armn-i-staff-prog-v-3006000.po |61019 ---------- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 5541 +- misc/translator/po/hy-Armn-opac-ccsr.po | 406 +- misc/translator/po/hy-Armn-pref.po |73085 +------------ .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 416 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 4813 +- misc/translator/po/id-ID-opac-ccsr.po | 399 +- misc/translator/po/id-ID-pref.po |84389 +------------- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 494 +- .../po/is-IS-i-staff-t-prog-v-3006000.po |104563 +++++++++++++++++ misc/translator/po/is-IS-opac-ccsr.po | 399 +- misc/translator/po/is-IS-pref.po |58088 +--------- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 3959 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |14362 ++-- misc/translator/po/it-IT-opac-ccsr.po | 541 +- misc/translator/po/it-IT-pref.po |51807 +-------- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 557 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po |105356 +++++++++++++++++ misc/translator/po/ja-Jpan-JP-opac-ccsr.po | 399 +- misc/translator/po/ja-Jpan-JP-pref.po |49584 +-------- .../po/kn-Knda-i-opac-t-prog-v-3006000.po |18097 +++ .../po/kn-Knda-i-staff-t-prog-v-3006000.po |118645 ++++++++++++++------ misc/translator/po/kn-Knda-opac-ccsr.po | 875 + misc/translator/po/kn-Knda-pref.po | 4969 + .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po |26138 +++-- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po |104391 +++++++++++++++++ misc/translator/po/ko-Kore-KP-opac-ccsr.po | 892 + misc/translator/po/ko-Kore-KP-pref.po |42648 +------- misc/translator/po/ku-i-opac-t-prog-v-3006000.po |18630 +++ misc/translator/po/ku-i-staff-t-prog-v-3006000.po |93844 ++++++++++++++++ misc/translator/po/ku-opac-ccsr.po | 882 + misc/translator/po/ku-pref.po | 4971 + .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 473 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 4813 +- misc/translator/po/lo-Laoo-opac-ccsr.po | 399 +- misc/translator/po/lo-Laoo-pref.po |70045 +----------- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 415 +- .../po/mi-NZ-i-staff-t-prog-v-3006000.po |104501 +++++++++++++++++ misc/translator/po/mi-NZ-opac-ccsr.po | 399 +- misc/translator/po/mi-NZ-pref.po |23831 +---- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 503 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 4820 +- misc/translator/po/mon-opac-ccsr.po | 399 +- misc/translator/po/mon-pref.po |74582 +------------ misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 471 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 4813 +- misc/translator/po/mr-opac-ccsr.po | 399 +- misc/translator/po/mr-pref.po |59688 +--------- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 425 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 4826 +- misc/translator/po/ms-MY-opac-ccsr.po | 399 +- misc/translator/po/ms-MY-pref.po | 1239 - .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 419 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po |14368 ++-- misc/translator/po/nb-NO-opac-ccsr.po | 399 +- misc/translator/po/nb-NO-pref.po |16802 +--- .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po |14866 ++- .../po/ne-NE-i-staff-t-prog-v-3006000.po |112314 +++++++++++-------- misc/translator/po/ne-NE-opac-ccsr.po | 877 + misc/translator/po/ne-NE-pref.po |16855 +--- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 416 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 4815 +- misc/translator/po/nl-BE-opac-ccsr.po | 399 +- misc/translator/po/nl-BE-pref.po |38857 +------ .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 417 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 4810 +- misc/translator/po/nl-NL-opac-ccsr.po | 399 +- misc/translator/po/nl-NL-pref.po |58569 +--------- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 521 +- misc/translator/po/nn-NO-i-staff-prog-v-3006000.po |63148 ----------- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 4820 +- misc/translator/po/nn-NO-opac-ccsr.po | 399 +- misc/translator/po/nn-NO-pref.po |44054 +------- misc/translator/po/pbr-i-opac-t-prog-v-3006000.po |14963 ++-- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po |112313 +++++++++++-------- misc/translator/po/pbr-opac-ccsr.po | 876 + misc/translator/po/pbr-pref.po |35837 +------ .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 424 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 4819 +- misc/translator/po/pl-PL-opac-ccsr.po | 399 +- misc/translator/po/pl-PL-pref.po |25642 +---- misc/translator/po/prs-i-opac-t-prog-v-3006000.po |15070 ++-- misc/translator/po/prs-i-staff-t-prog-v-3006000.po |114745 +++++++++++-------- misc/translator/po/prs-opac-ccsr.po | 875 + misc/translator/po/prs-pref.po |50734 +-------- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 414 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 4819 +- misc/translator/po/pt-BR-opac-ccsr.po | 399 +- misc/translator/po/pt-BR-pref.po | 8804 +-- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 419 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 4827 +- misc/translator/po/pt-PT-opac-ccsr.po | 401 +- misc/translator/po/pt-PT-pref.po | 6221 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 496 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 4818 +- misc/translator/po/ro-RO-opac-ccsr.po | 399 +- misc/translator/po/ro-RO-pref.po |51920 +-------- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 419 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 4839 +- misc/translator/po/ru-RU-opac-ccsr.po | 399 +- misc/translator/po/ru-RU-pref.po | 9912 -- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 419 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 4810 +- misc/translator/po/sd-PK-opac-ccsr.po | 399 +- misc/translator/po/sd-PK-pref.po |84670 +------------- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 456 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 4838 +- misc/translator/po/sk-SK-opac-ccsr.po | 404 +- misc/translator/po/sk-SK-pref.po |41804 +------- .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po |14828 ++- .../po/sl-SI-i-staff-t-prog-v-3006000.po |112313 +++++++++++-------- misc/translator/po/sl-SI-opac-ccsr.po | 875 + misc/translator/po/sl-SI-pref.po |11771 +-- .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po |14829 ++- .../po/sq-AL-i-staff-t-prog-v-3006000.po |112257 +++++++++++-------- misc/translator/po/sq-AL-opac-ccsr.po | 876 + misc/translator/po/sq-AL-pref.po |61461 +---------- .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po |26583 +++--- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po |112313 +++++++++++-------- misc/translator/po/sr-Cyrl-opac-ccsr.po | 889 + misc/translator/po/sr-Cyrl-pref.po |38545 +------ .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 416 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po |18923 ++-- misc/translator/po/sv-SE-opac-ccsr.po | 399 +- misc/translator/po/sv-SE-pref.po |86848 +-------------- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 413 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 4810 +- misc/translator/po/ta-LK-opac-ccsr.po | 399 +- misc/translator/po/ta-LK-pref.po |67250 +----------- misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 413 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 4810 +- misc/translator/po/ta-opac-ccsr.po | 399 +- misc/translator/po/ta-pref.po |60719 +---------- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 451 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 4819 +- misc/translator/po/tet-opac-ccsr.po | 399 +- misc/translator/po/tet-pref.po |32161 +----- .../po/th-THA-i-opac-t-prog-v-3006000.po | 503 +- .../po/th-THA-i-staff-t-prog-v-3006000.po | 4810 +- misc/translator/po/th-THA-opac-ccsr.po | 399 +- misc/translator/po/th-THA-pref.po | 7484 +-- .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po |14900 ++- .../po/tl-PH-i-staff-t-prog-v-3006000.po |104163 +++++++++++++++++ misc/translator/po/tl-PH-opac-ccsr.po | 874 + misc/translator/po/tl-PH-pref.po |53912 +-------- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 440 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 4817 +- misc/translator/po/tr-TR-opac-ccsr.po | 399 +- misc/translator/po/tr-TR-pref.po |77862 +------------ .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 419 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 4993 +- misc/translator/po/uk-UA-opac-ccsr.po | 399 +- misc/translator/po/uk-UA-pref.po |27923 +---- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 431 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 4810 +- misc/translator/po/ur-Arab-opac-ccsr.po | 399 +- misc/translator/po/ur-Arab-pref.po | 3719 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 423 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 4810 +- misc/translator/po/vi-VN-opac-ccsr.po | 399 +- misc/translator/po/vi-VN-pref.po |80068 +------------- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po |34679 +++--- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po |90587 +++++++++------ misc/translator/po/zh-Hans-CN-opac-ccsr.po | 651 +- misc/translator/po/zh-Hans-CN-pref.po |66913 +----------- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 1863 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |116739 ++++++++++++++++--- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 430 +- misc/translator/po/zh-Hans-TW-pref.po |69221 +----------- 277 files changed, 2541953 insertions(+), 3608776 deletions(-) create mode 100644 misc/release_notes/release_notes_3_12_2.txt create mode 100644 misc/translator/po/bg-Cyrl-opac-ccsr.po create mode 100644 misc/translator/po/ca-ES-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/ca-ES-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ca-ES-opac-ccsr.po create mode 100644 misc/translator/po/ca-ES-pref.po delete mode 100644 misc/translator/po/ca-VA-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ca-VA-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ca-VA-opac-ccsr.po delete mode 100644 misc/translator/po/ca-VA-pref.po create mode 100644 misc/translator/po/en-USACADEMIC-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/en-USACADEMIC-opac-ccsr.po create mode 100644 misc/translator/po/en-USACADEMIC-pref.po create mode 100644 misc/translator/po/fa-Arab-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/fa-Arab-opac-ccsr.po create mode 100644 misc/translator/po/gl-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/gl-opac-ccsr.po create mode 100644 misc/translator/po/he-Hebr-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/he-Hebr-opac-ccsr.po delete mode 100644 misc/translator/po/hy-Armn-i-staff-prog-v-3006000.po create mode 100644 misc/translator/po/is-IS-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/kn-Knda-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/kn-Knda-opac-ccsr.po create mode 100644 misc/translator/po/kn-Knda-pref.po create mode 100644 misc/translator/po/ko-Kore-KP-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ko-Kore-KP-opac-ccsr.po create mode 100644 misc/translator/po/ku-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/ku-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ku-opac-ccsr.po create mode 100644 misc/translator/po/ku-pref.po create mode 100644 misc/translator/po/mi-NZ-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ne-NE-opac-ccsr.po delete mode 100644 misc/translator/po/nn-NO-i-staff-prog-v-3006000.po create mode 100644 misc/translator/po/pbr-opac-ccsr.po create mode 100644 misc/translator/po/prs-opac-ccsr.po create mode 100644 misc/translator/po/sl-SI-opac-ccsr.po create mode 100644 misc/translator/po/sq-AL-opac-ccsr.po create mode 100644 misc/translator/po/sr-Cyrl-opac-ccsr.po create mode 100644 misc/translator/po/tl-PH-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/tl-PH-opac-ccsr.po hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 23 09:50:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Jul 2013 07:50:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-61-g7470265 Message-ID: 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, 3.8.x has been updated via 7470265663f1df7f502ded046a208976d7203d6b (commit) via 26e9da8b5240a1e240c1c4568665fef129297e88 (commit) from 19f805a71fb8f97efaa3299a4b5d15f56a486be6 (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 7470265663f1df7f502ded046a208976d7203d6b Author: Chris Hall Date: Tue Jul 23 19:54:06 2013 +1200 Release notes for 3.8.15 commit 26e9da8b5240a1e240c1c4568665fef129297e88 Author: Bernardo Gonzalez Kriegel Date: Mon Jul 22 19:17:43 2013 -0300 Translation updates for 3.8.15 ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_8_15.txt | 281 + .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po | 279 +- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po | 2 +- misc/translator/po/bg-Cyrl-opac-ccsr.po |17519 +---- .../translator/po/ca-ES-i-opac-t-prog-v-3006000.po |17867 ++++ .../po/ca-ES-i-staff-t-prog-v-3006000.po |98845 ++++++++++++++++++++ misc/translator/po/ca-ES-opac-ccsr.po | 1197 + misc/translator/po/ca-ES-pref.po | 4252 + .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po |17426 ---- .../po/ca-VA-i-staff-t-prog-v-3006000.po |97606 ------------------- misc/translator/po/ca-VA-opac-ccsr.po | 857 - misc/translator/po/ca-VA-pref.po | 4252 - .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 35 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 12 +- misc/translator/po/da-DK-pref.po | 4 +- .../po/en-USACADEMIC-i-opac-t-prog-v-3006000.po | 68 +- .../po/en-USACADEMIC-i-staff-t-prog-v-3006000.po | 647 +- misc/translator/po/en-USACADEMIC-opac-ccsr.po |17626 +---- misc/translator/po/en-USACADEMIC-pref.po | 20 +- .../po/fa-Arab-i-opac-t-prog-v-3006000.po | 323 +- .../po/fa-Arab-i-staff-t-prog-v-3006000.po | 1348 +- misc/translator/po/fa-Arab-opac-ccsr.po |17526 +---- misc/translator/po/fa-Arab-pref.po | 48 +- misc/translator/po/gl-i-opac-t-prog-v-3006000.po | 304 +- misc/translator/po/gl-i-staff-t-prog-v-3006000.po | 1435 +- misc/translator/po/gl-opac-ccsr.po |17540 +---- misc/translator/po/gl-pref.po | 252 +- .../po/he-Hebr-i-opac-t-prog-v-3006000.po | 200 +- .../po/he-Hebr-i-staff-t-prog-v-3006000.po | 1344 +- misc/translator/po/he-Hebr-opac-ccsr.po |17543 +---- .../po/kn-Knda-i-opac-t-prog-v-3006000.po |17299 ++++ .../po/kn-Knda-i-staff-t-prog-v-3006000.po |98160 +++++++++++++++++++ misc/translator/po/kn-Knda-opac-ccsr.po | 1884 + misc/translator/po/{ta-pref.po => kn-Knda-pref.po} | 0 .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po | 331 +- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po | 1375 +- misc/translator/po/ko-Kore-KP-opac-ccsr.po |18738 +---- misc/translator/po/ko-Kore-KP-pref.po | 168 +- misc/translator/po/ku-i-opac-t-prog-v-3006000.po |17764 ++++ misc/translator/po/ku-i-staff-t-prog-v-3006000.po |93844 +++++++++++++++++++ misc/translator/po/ku-opac-ccsr.po | 848 + misc/translator/po/ku-pref.po | 4252 + .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po | 95 +- .../po/ne-NE-i-staff-t-prog-v-3006000.po | 2 +- misc/translator/po/ne-NE-opac-ccsr.po |17451 +---- misc/translator/po/ne-NE-pref.po | 190 +- misc/translator/po/pbr-i-opac-t-prog-v-3006000.po | 82 +- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po | 2 +- misc/translator/po/pbr-opac-ccsr.po |17445 +---- misc/translator/po/pbr-pref.po | 2 +- misc/translator/po/prs-i-opac-t-prog-v-3006000.po | 156 +- misc/translator/po/prs-i-staff-t-prog-v-3006000.po | 1092 +- misc/translator/po/prs-opac-ccsr.po |17500 +---- misc/translator/po/prs-pref.po | 168 +- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 32 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 12 +- misc/translator/po/sk-SK-pref.po | 22 +- .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po | 2 +- .../po/sl-SI-i-staff-t-prog-v-3006000.po | 2 +- misc/translator/po/sl-SI-opac-ccsr.po |17368 +---- misc/translator/po/sl-SI-pref.po | 118 +- .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po | 2 +- .../po/sq-AL-i-staff-t-prog-v-3006000.po | 2 +- misc/translator/po/sq-AL-opac-ccsr.po |17369 +---- misc/translator/po/sq-AL-pref.po | 48 +- .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po | 377 +- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po | 2 +- misc/translator/po/sr-Cyrl-opac-ccsr.po |17588 +---- .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po | 113 +- .../po/tl-PH-i-staff-t-prog-v-3006000.po | 659 +- misc/translator/po/tl-PH-opac-ccsr.po |17495 +---- misc/translator/po/tl-PH-pref.po | 112 +- 72 files changed, 377954 insertions(+), 338875 deletions(-) create mode 100644 misc/release_notes/release_notes_3_8_15.txt create mode 100644 misc/translator/po/ca-ES-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/ca-ES-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ca-ES-opac-ccsr.po create mode 100644 misc/translator/po/ca-ES-pref.po delete mode 100644 misc/translator/po/ca-VA-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ca-VA-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ca-VA-opac-ccsr.po delete mode 100644 misc/translator/po/ca-VA-pref.po create mode 100644 misc/translator/po/kn-Knda-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/kn-Knda-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/kn-Knda-opac-ccsr.po copy misc/translator/po/{ta-pref.po => kn-Knda-pref.po} (100%) create mode 100644 misc/translator/po/ku-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/ku-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ku-opac-ccsr.po create mode 100644 misc/translator/po/ku-pref.po hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 23 10:04:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Jul 2013 08:04:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-62-gd8d1d2e Message-ID: 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, 3.8.x has been updated via d8d1d2eb66f9f0509fc05d79fc199e482f2ce9e2 (commit) from 7470265663f1df7f502ded046a208976d7203d6b (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 d8d1d2eb66f9f0509fc05d79fc199e482f2ce9e2 Author: Chris Hall Date: Tue Jul 23 20:14:28 2013 +1200 koha 3.8.15 release ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 7 +++++++ kohaversion.pl | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 23 10:04:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Jul 2013 08:04:30 +0000 Subject: [koha-commits] main Koha release repository tag v3.08.15 created. v3.08.13-62-gd8d1d2e Message-ID: 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 tag, v3.08.15 has been created at d8d1d2eb66f9f0509fc05d79fc199e482f2ce9e2 (commit) - Log ----------------------------------------------------------------- commit d8d1d2eb66f9f0509fc05d79fc199e482f2ce9e2 Author: Chris Hall Date: Tue Jul 23 20:14:28 2013 +1200 koha 3.8.15 release ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 23 22:50:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Jul 2013 20:50:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-42-g891c992 Message-ID: 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, 3.10.x has been updated via 891c992faa8a8a45bba579d047ca3b96cc109b26 (commit) from 02132665b9d49529577df79e31e615febbe1fad3 (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 891c992faa8a8a45bba579d047ca3b96cc109b26 Author: Bernardo Gonzalez Kriegel Date: Tue Jul 23 07:43:15 2013 -0300 Translation updates for 3.10.8 Signed-off-by: Bernardo Gonzalez Kriegel ----------------------------------------------------------------------- Summary of changes: .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 1007 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/am-Ethi-opac-ccsr.po | 240 +- misc/translator/po/am-Ethi-pref.po |45190 +------- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 1008 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 1911 +- misc/translator/po/ar-Arab-opac-ccsr.po | 239 +- misc/translator/po/ar-Arab-pref.po |53322 +-------- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 1007 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 1914 +- misc/translator/po/az-AZ-opac-ccsr.po | 240 +- misc/translator/po/az-AZ-pref.po |58264 +--------- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 1007 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/ben-opac-ccsr.po | 239 +- misc/translator/po/ben-pref.po |49078 +-------- .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po |14763 ++-- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po |109433 +++++++++++-------- misc/translator/po/bg-Cyrl-opac-ccsr.po | 1715 +- misc/translator/po/bg-Cyrl-pref.po |25830 +---- .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po |17716 --- .../po/ca-VA-i-staff-t-prog-v-3006000.po |101906 ----------------- misc/translator/po/ca-VA-opac-ccsr.po | 859 - misc/translator/po/ca-VA-pref.po |41973 ------- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po |10061 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |86144 ++++++++------- misc/translator/po/cs-CZ-opac-ccsr.po | 377 +- misc/translator/po/cs-CZ-pref.po | 202 +- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 1010 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 1910 +- misc/translator/po/da-DK-opac-ccsr.po | 238 +- misc/translator/po/da-DK-pref.po |27128 +---- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 1009 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 1911 +- misc/translator/po/de-CH-opac-ccsr.po | 239 +- misc/translator/po/de-CH-pref.po |34698 +----- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 9558 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |69781 +++++------- misc/translator/po/de-DE-opac-ccsr.po | 440 +- misc/translator/po/de-DE-pref.po |41448 +------ .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 1013 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 1909 +- misc/translator/po/el-GR-opac-ccsr.po | 239 +- misc/translator/po/el-GR-pref.po |10368 +-- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 1012 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 1914 +- misc/translator/po/en-GB-opac-ccsr.po | 239 +- misc/translator/po/en-GB-pref.po |74878 +------------ .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 1007 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/en-NZ-opac-ccsr.po | 238 +- misc/translator/po/en-NZ-pref.po |39322 +------ .../po/en-USACADEMIC-i-opac-t-prog-v-3006000.po |13921 ++- .../po/en-USACADEMIC-i-staff-t-prog-v-3006000.po |102545 +++++++++++++++++ misc/translator/po/en-USACADEMIC-opac-ccsr.po | 317 +- misc/translator/po/en-USACADEMIC-pref.po | 4551 + .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 1019 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 1911 +- misc/translator/po/es-ES-opac-ccsr.po | 274 +- misc/translator/po/es-ES-pref.po | 2516 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 1012 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/eu-opac-ccsr.po | 239 +- misc/translator/po/eu-pref.po |74594 +------------ .../po/fa-Arab-i-opac-t-prog-v-3006000.po |14861 ++-- .../po/fa-Arab-i-staff-t-prog-v-3006000.po |102751 +++++++++++++++++ misc/translator/po/fa-Arab-opac-ccsr.po | 2218 +- misc/translator/po/fa-Arab-pref.po |60224 +--------- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 1012 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 1899 +- misc/translator/po/fi-FI-opac-ccsr.po | 239 +- misc/translator/po/fi-FI-pref.po |61544 +---------- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 1012 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 1911 +- misc/translator/po/fr-CA-opac-ccsr.po | 239 +- misc/translator/po/fr-CA-pref.po |16596 +--- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 1151 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 1975 +- misc/translator/po/fr-FR-opac-ccsr.po | 248 +- misc/translator/po/fr-FR-opac-ccsr.po.ini | 824 - misc/translator/po/fr-FR-pref.po | 2268 - misc/translator/po/gl-i-opac-t-prog-v-3006000.po |14595 ++-- misc/translator/po/gl-i-staff-t-prog-v-3006000.po |102653 +++++++++++++++++ misc/translator/po/gl-opac-ccsr.po | 1293 +- misc/translator/po/gl-pref.po | 8678 +-- .../po/he-Hebr-i-opac-t-prog-v-3006000.po |14307 ++- .../po/he-Hebr-i-staff-t-prog-v-3006000.po |102547 +++++++++++++++++ misc/translator/po/he-Hebr-opac-ccsr.po | 1252 +- misc/translator/po/he-Hebr-pref.po |56682 +--------- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 1007 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 1913 +- misc/translator/po/hi-opac-ccsr.po | 240 +- misc/translator/po/hi-pref.po |31390 +----- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 1007 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 1905 +- misc/translator/po/hr-HR-opac-ccsr.po | 239 +- misc/translator/po/hr-HR-pref.po |18746 +--- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 1008 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 1910 +- misc/translator/po/hu-HU-opac-ccsr.po | 240 +- misc/translator/po/hu-HU-pref.po |63966 +---------- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 1008 +- .../po/hy-Armn-i-staff-prog-v-3006000.po |61019 ---------- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/hy-Armn-opac-ccsr.po | 238 +- misc/translator/po/hy-Armn-pref.po |67965 +----------- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 1013 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/id-ID-opac-ccsr.po | 238 +- misc/translator/po/id-ID-pref.po |79486 +------------ .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 1013 +- .../po/is-IS-i-staff-t-prog-v-3006000.po |102943 +++++++++++++++++ misc/translator/po/is-IS-opac-ccsr.po | 240 +- misc/translator/po/is-IS-pref.po |54276 +-------- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 1012 +- .../po/it-IT-i-staff-t-prog-v-3006000.po | 1906 +- misc/translator/po/it-IT-opac-ccsr.po | 238 +- misc/translator/po/it-IT-pref.po |48417 +-------- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 1007 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po |103766 +++++++++++++++++ misc/translator/po/ja-Jpan-JP-opac-ccsr.po | 238 +- misc/translator/po/ja-Jpan-JP-pref.po |46296 +------- .../po/kn-Knda-i-opac-t-prog-v-3006000.po |17597 +++ .../po/kn-Knda-i-staff-t-prog-v-3006000.po |116510 ++++++++++++++----- misc/translator/po/kn-Knda-opac-ccsr.po | 841 + misc/translator/po/kn-Knda-pref.po | 4548 + .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po |14981 ++-- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po |102724 +++++++++++++++++ misc/translator/po/ko-Kore-KP-opac-ccsr.po | 2106 +- misc/translator/po/ko-Kore-KP-pref.po |41730 +------- .../po/ku-SOR-i-opac-t-prog-v-3006000.po |17174 --- .../po/ku-SOR-i-staff-t-prog-v-3006000.po |97597 ---------------- misc/translator/po/ku-SOR-opac-ccsr.po | 841 - misc/translator/po/ku-SOR-pref.po | 4512 - misc/translator/po/ku-i-opac-t-prog-v-3006000.po |18113 +++ misc/translator/po/ku-i-staff-t-prog-v-3006000.po |93843 +++++++++++++++ misc/translator/po/ku-opac-ccsr.po | 846 + misc/translator/po/ku-pref.po | 4550 + .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 1012 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 1899 +- misc/translator/po/lo-Laoo-opac-ccsr.po | 239 +- misc/translator/po/lo-Laoo-pref.po |65176 +---------- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 1007 +- misc/translator/po/mi-NZ-opac-ccsr.po | 240 +- misc/translator/po/mi-NZ-pref.po |21728 +---- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 1007 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 1912 +- misc/translator/po/mon-opac-ccsr.po | 240 +- misc/translator/po/mon-pref.po |69210 +----------- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 1008 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 1899 +- misc/translator/po/mr-opac-ccsr.po | 240 +- misc/translator/po/mr-pref.po |55466 +--------- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 1013 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/ms-MY-opac-ccsr.po | 239 +- misc/translator/po/ms-MY-pref.po | 1134 - .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 1007 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 1911 +- misc/translator/po/nb-NO-opac-ccsr.po | 239 +- misc/translator/po/nb-NO-pref.po |14952 +--- .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po |13808 ++- .../po/ne-NE-i-staff-t-prog-v-3006000.po |109436 +++++++++++-------- misc/translator/po/ne-NE-opac-ccsr.po | 481 +- misc/translator/po/ne-NE-pref.po |15172 +--- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 1008 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 1903 +- misc/translator/po/nl-BE-opac-ccsr.po | 238 +- misc/translator/po/nl-BE-pref.po |35544 +------ .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 1012 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/nl-NL-opac-ccsr.po | 239 +- misc/translator/po/nl-NL-pref.po |54572 +--------- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 1009 +- misc/translator/po/nn-NO-i-staff-prog-v-3006000.po |63148 ---------- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 1910 +- misc/translator/po/nn-NO-opac-ccsr.po | 240 +- misc/translator/po/nn-NO-pref.po |41282 +------- misc/translator/po/pbr-i-opac-t-prog-v-3006000.po |13936 ++- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po |109433 +++++++++++-------- misc/translator/po/pbr-opac-ccsr.po | 550 +- misc/translator/po/pbr-pref.po |35462 +------ .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 1101 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 1943 +- misc/translator/po/pl-PL-opac-ccsr.po | 239 +- misc/translator/po/pl-PL-pref.po |23569 +---- misc/translator/po/prs-i-opac-t-prog-v-3006000.po |14113 ++- misc/translator/po/prs-i-staff-t-prog-v-3006000.po |111861 +++++++++++-------- misc/translator/po/prs-opac-ccsr.po | 640 +- misc/translator/po/prs-pref.po |50018 +-------- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 1007 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 1911 +- misc/translator/po/pt-BR-opac-ccsr.po | 239 +- misc/translator/po/pt-BR-pref.po | 8064 +-- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 1008 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 1911 +- misc/translator/po/pt-PT-opac-ccsr.po | 238 +- misc/translator/po/pt-PT-pref.po | 5690 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 1013 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 1908 +- misc/translator/po/ro-RO-opac-ccsr.po | 240 +- misc/translator/po/ro-RO-pref.po |48404 +-------- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 1009 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 1922 +- misc/translator/po/ru-RU-opac-ccsr.po | 239 +- misc/translator/po/ru-RU-pref.po | 9072 -- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 1007 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/sd-PK-opac-ccsr.po | 238 +- misc/translator/po/sd-PK-pref.po |79526 +------------- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 1008 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 1910 +- misc/translator/po/sk-SK-opac-ccsr.po | 238 +- misc/translator/po/sk-SK-pref.po |38370 +------ .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po |13794 ++- .../po/sl-SI-i-staff-t-prog-v-3006000.po |109433 +++++++++++-------- misc/translator/po/sl-SI-opac-ccsr.po | 299 +- misc/translator/po/sl-SI-pref.po | 9578 +-- .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po |13769 ++- .../po/sq-AL-i-staff-t-prog-v-3006000.po |109693 +++++++++++-------- misc/translator/po/sq-AL-opac-ccsr.po | 301 +- misc/translator/po/sq-AL-pref.po |61158 +---------- .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po |15141 ++-- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po |109433 +++++++++++-------- misc/translator/po/sr-Cyrl-opac-ccsr.po | 1985 +- misc/translator/po/sr-Cyrl-pref.po |37818 +------ .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 1008 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 1903 +- misc/translator/po/sv-SE-opac-ccsr.po | 240 +- misc/translator/po/sv-SE-pref.po |81334 +------------- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 1006 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/ta-LK-opac-ccsr.po | 238 +- misc/translator/po/ta-LK-pref.po |63490 +---------- misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 1006 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/ta-opac-ccsr.po | 238 +- misc/translator/po/ta-pref.po |56394 +--------- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 1012 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 1909 +- misc/translator/po/tet-opac-ccsr.po | 239 +- misc/translator/po/tet-pref.po |29392 +----- .../po/th-THA-i-opac-t-prog-v-3006000.po | 1007 +- .../po/th-THA-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/th-THA-opac-ccsr.po | 239 +- misc/translator/po/th-THA-pref.po | 6860 +-- .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po |13940 ++- .../po/tl-PH-i-staff-t-prog-v-3006000.po |102183 +++++++++++++++++ misc/translator/po/tl-PH-opac-ccsr.po | 404 +- misc/translator/po/tl-PH-pref.po |53653 +-------- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 1018 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 2059 +- misc/translator/po/tr-TR-opac-ccsr.po | 238 +- misc/translator/po/tr-TR-pref.po |72308 +----------- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 1009 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 1922 +- misc/translator/po/uk-UA-opac-ccsr.po | 239 +- misc/translator/po/uk-UA-pref.po |25628 +---- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 1006 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/ur-Arab-opac-ccsr.po | 238 +- misc/translator/po/ur-Arab-pref.po | 3404 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 1008 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 1898 +- misc/translator/po/vi-VN-opac-ccsr.po | 238 +- misc/translator/po/vi-VN-pref.po |77594 +------------ .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po |34276 +++--- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po |83156 ++++++++------ misc/translator/po/zh-Hans-CN-opac-ccsr.po | 486 +- misc/translator/po/zh-Hans-CN-pref.po |62796 +---------- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 1135 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |120141 +++++++++++++++++--- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 238 +- misc/translator/po/zh-Hans-TW-pref.po |64442 +---------- 274 files changed, 2111735 insertions(+), 3479765 deletions(-) delete mode 100644 misc/translator/po/ca-VA-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ca-VA-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ca-VA-opac-ccsr.po delete mode 100644 misc/translator/po/ca-VA-pref.po create mode 100644 misc/translator/po/en-USACADEMIC-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/en-USACADEMIC-pref.po create mode 100644 misc/translator/po/fa-Arab-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/fr-FR-opac-ccsr.po.ini create mode 100644 misc/translator/po/gl-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/he-Hebr-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/hy-Armn-i-staff-prog-v-3006000.po create mode 100644 misc/translator/po/is-IS-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/kn-Knda-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/kn-Knda-opac-ccsr.po create mode 100644 misc/translator/po/kn-Knda-pref.po create mode 100644 misc/translator/po/ko-Kore-KP-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ku-SOR-i-opac-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ku-SOR-i-staff-t-prog-v-3006000.po delete mode 100644 misc/translator/po/ku-SOR-opac-ccsr.po delete mode 100644 misc/translator/po/ku-SOR-pref.po create mode 100644 misc/translator/po/ku-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/ku-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ku-opac-ccsr.po create mode 100644 misc/translator/po/ku-pref.po delete mode 100644 misc/translator/po/nn-NO-i-staff-prog-v-3006000.po create mode 100644 misc/translator/po/tl-PH-i-staff-t-prog-v-3006000.po hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 23 23:09:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Jul 2013 21:09:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-43-g28370e3 Message-ID: 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, 3.10.x has been updated via 28370e33ae3780d72cf8e101cd664487e59094b6 (commit) from 891c992faa8a8a45bba579d047ca3b96cc109b26 (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 28370e33ae3780d72cf8e101cd664487e59094b6 Author: Bernardo Gonzalez Kriegel Date: Tue Jul 23 18:17:28 2013 -0300 Update release notes for 3.10.8 release Signed-off-by: Bernardo Gonzalez Kriegel ----------------------------------------------------------------------- Summary of changes: ...e_notes_3_10_7.txt => release_notes_3_10_8.txt} | 247 +++++++++----------- 1 files changed, 107 insertions(+), 140 deletions(-) copy misc/release_notes/{release_notes_3_10_7.txt => release_notes_3_10_8.txt} (50%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 23 23:21:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Jul 2013 21:21:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-44-g0e43c8a Message-ID: 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, 3.10.x has been updated via 0e43c8ac1bfbbbb7f7c524628f5395628aa9b596 (commit) from 28370e33ae3780d72cf8e101cd664487e59094b6 (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 0e43c8ac1bfbbbb7f7c524628f5395628aa9b596 Author: Bernardo Gonzalez Kriegel Date: Tue Jul 23 18:23:40 2013 -0300 Database update for 3.10.8 release Signed-off-by: Bernardo Gonzalez Kriegel ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 23 23:21:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Jul 2013 21:21:40 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.10.08 created. v3.10.08 Message-ID: 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 annotated tag, v3.10.08 has been created at de8ef3999268854b0a59c706a3b1aea5ff2a6a40 (tag) tagging 0cfb9a9409c7b6bee817f6c465ec039077c14758 (commit) replaces v3.10.07 tagged by Bernardo Gonzalez Kriegel on Tue Jul 23 18:27:19 2013 -0300 - Log ----------------------------------------------------------------- Koha release 3.10.08 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAABAgAGBQJR7vU3AAoJEN+HQNGACsDarkAP/0JWm1lLF4eiDHSKHvibQ7D3 MGjEzhG/6ylrVxZoXHrz6DkYC/x5Promuss3pIVS4eYA6Lxxxj4pXG287ntQUGu6 kjpvnp0PpwDR0KKCidDVopka0DYOqHRO2pYmfUvkYP7wTRwRTot4QYICsMKYy0j8 mRFaJWDQm1i7UJvQF+U2XfXmhlTEqyXhn2CrcKvxydEiF8kB7lq3HXEraPn8xfSo ISZjvRnCksYQSmuUo6uu2Yiw7E/TG+hlUB+orSx6yMhNEOvCpYpMwxN30ieD3pFQ dLdUgNruvmPR0DIj84joavc+SSs8FuhpuIIIpdNKrhjBGvcxPWaBDtII79tkGBbR zC92O4s+3AtEZnX1pjfU6L1iZKhP8Puik/9Pi5lrL1SrpWImSwb4iIJX54uzr2M7 NWe662XqDo+SdE1wZ+fEtNqp1EP2J4BycHjXW+tqbl37u7mDhxxdBB6NSyn0rnHA 85mFVYMH0t9IYpK48ZW+KFLAR/Q8sf6aYbl+Y+qn8pWndrE71VVqLq/yIcF4lzgF jrRnDNu0Nr8eHlRNFSeyyi5m/lq+T5xV0LOM6u9GmUCZHjt2UakO1nq/5BFQu9/s VYZcKCmrLpVqzVjs0p3++jKDlNAE4Z3F2l+vKyxFvu7kN+bbnH9EBf8Tgdw6DCbK 1uC9MPO1s/8OpauAAi0b =0Gfy -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (5): Bug 10443: DBRev 3.10.07.001 - make sure borrower_files exists Bug 9826 - Missing fields in MARC21 authority framework Translation updates for 3.10.8 Update release notes for 3.10.8 release Database update for 3.10.8 release Colin Campbell (1): Bug 766: remove CGI::scrolling_list from request.pl David Cook (1): Bug 10466: fix glitch in OPAC display of titles saved to list Fridolyn SOMERS (2): Bug 10425 - Help page missing for Local Use preferences Bug 10590 - in opac-topissues limit param is not protected Galen Charlton (9): bug 6281: add test case for sorting LC call numbers correctly bug 6281: introduce LC::CallNumber::LC for sorting LC call numbers bug 6281: add Library::CallNumber::LC as a required Perl dependency bug 9370: test case for splitting LC call number bug 9370: add invalid call number to LC splitting test cases bug 9370: improve splitting of LC call numbers for labels Bug 10443: (follow-up) make sure borrower_files has FK constraint Bug 10425: tweaks to text of help for local use system preference bug 10495: set precondition for HoldsQueue test Jared Camins-Esakov (1): Bug 8884: opacheader is not in the header on CCSR Jonathan Druart (5): Bug 10458: t/Z3950.t should be removed too Bug 10439: fix bug preventing the library for a notice from being changed Bug 10317: improve display when order receiving page is given an invalid invoiceid Bug 10336: HoldsQueue.t needs to create its own data Bug 10290: UT: VirtualShelves.t needs to create its own data Juan Romay Sieira (1): Bug 10443 - Table borrower_files does not exists in kohastructure.sql file Katrin Fischer (1): Bug 10474: Translate some English strings in German sample notices Kyle M Hall (7): Bug 10311 - Holds queue ignores item-level holds where only one items exists Bug 9541: make OPAC login page respect OPAC_CSS_OVERRIDE Bug 9458 - Add sorting to lists Bug 9458 - Add sorting to lists - QA Followup Bug 9458 - Add sorting to lists - QA Followup 2 Bug 9458 - Add sorting to lists - QA Followup 3 Bug 9458 - Add sorting to lists - QA Followup 4 Magnus Enger (1): Bug 10379 - Followup: add koha-rebuild-zebra -q to the man page Marcel de Rooy (3): Bug 10458: Remove obsolete Z3950 module and test Bug 10290: Followup for Virtualshelves.t Bug 10386: improvements to VirtualShelves.t Owen Leonard (2): Bug 10297 - categorycode and branchcode should be required when adding patrons Bug 7110: Renewal messages no longer displays in OPAC if OpacRenewalAllowed is disabled Robin Sheat (3): Bug 10379: silence zebra rebuild cron when no instances are enabled Bug 10524 - dependency updates Bug 10590 - parameterise the limit option Sophie Meynieux (1): Bug 10396: remove unnecessary date-picker widgets from Catalog statistics form Tomas Cohen Arazi (1): Bug 10464: Patron search on placing a hold now supports autocomplete ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 24 01:01:01 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Jul 2013 23:01:01 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-864-gfaa4303 Message-ID: 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 faa43031e66d1544aa2c93befa3f849ba93806d7 (commit) via 4712fc66f0601fe82e27f4a06dd75f0bd345c1ef (commit) via 56ea0f7e0fc91d46e98f94ff9f3f87eb12b82c8b (commit) via 50fb4612ed573dd180c5e98e7d6e83c4265817f0 (commit) from 7f075448b8e00596ece780cca654471eebf949a3 (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 faa43031e66d1544aa2c93befa3f849ba93806d7 Author: Galen Charlton Date: Tue Jul 23 23:03:31 2013 +0000 Bug 9755: (follow-up) tweak test for tag visibility in merge hash Koha's MARC framework structure doesn't assign tags to tabs in the cataloging editor; only subfields are assigned to tabs, and the field as a whole follows the subfields. Consequently, for the purpoase of calculating a merge hash, a field should be added either if no MARC framework information is passed (which signals that the caller wants to deal with the entire MARC record) or if any of its subfields are assigned to visible tabs. This patch has the effect of getting rid of the following spurious warnings from the Apache log: merge.pl: Argument "" isn't numeric in numeric ge (>=) at /home/gmc/koha/Koha/Util/MARC.pm line 78 Signed-off-by: Galen Charlton commit 4712fc66f0601fe82e27f4a06dd75f0bd345c1ef Author: Jared Camins-Esakov Date: Sun Jun 16 07:54:04 2013 -0400 Bug 9755 QA follow-up: fix template compliance Fix the following test failure: * koha-tmpl/intranet-tmpl/prog/en/includes/merge-record.inc FAIL forbidden patterns OK tt_valid FAIL lines 10, 24 valid_template OK Signed-off-by: Katrin Fischer Passes all tests and QA script. Found a pre-existing problem with non-repeating subfields that I noted on the bug report. All other tests were ok and merging records worked nicely. Signed-off-by: Galen Charlton commit 56ea0f7e0fc91d46e98f94ff9f3f87eb12b82c8b Author: Jared Camins-Esakov Date: Thu May 30 06:23:43 2013 -0400 Bug 9755 QA follow-up: move MARC-specific functionality to utility class This follow-up moves all the MARC-specific functionality of Koha::Record (now renamed to Koha::MetadataRecord) to a Koha::Util::MARC utility class. To test, run relevant unit tests: > prove t/Koha_MetadataRecord.t t/Koha_Util_MARC.t t/db_dependent/Koha_Authority.t and optionally try to merge a record. Signed-off-by: Mathieu Saby Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 50fb4612ed573dd180c5e98e7d6e83c4265817f0 Author: Jared Camins-Esakov Date: Wed Mar 6 11:30:40 2013 -0500 Bug 9755: Refactor record merge functionality This patch refactors the merge record interface and code a little bit in preparation for making it possible to merge authority records. To test: 1) Apply patch. 2) Try merging two records: a) Create a list. b) Add two records you would like to (or be willing to) merge to said list. c) View said list. d) Check the checkboxes next to the two records you added. e) Click "Merge selected records." f) Choose a merge reference. g) Choose fields from each record that you want to keep. h) Click "Merge." 3) Confirm that your merged record has the fields and subfields you wanted. 4) Run the unit tests for the two files that were changed: prove t/Koha_Record.t t/db_dependent/Koha_Authority.t 5) Sign off. Signed-off-by: Mathieu Saby Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: Koha/Authority.pm | 12 +- Koha/{Linktracker.pm => MetadataRecord.pm} | 54 ++--- Koha/Util/MARC.pm | 109 ++++++++ cataloguing/merge.pl | 74 +----- .../prog/en/includes/merge-record.inc | 227 +++++++++++++++++ .../prog/en/modules/cataloguing/merge.tt | 264 +------------------- t/Koha_MetadataRecord.t | 98 ++++++++ t/Koha_Util_MARC.t | 97 +++++++ 8 files changed, 575 insertions(+), 360 deletions(-) copy Koha/{Linktracker.pm => MetadataRecord.pm} (50%) create mode 100644 Koha/Util/MARC.pm create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/merge-record.inc create mode 100755 t/Koha_MetadataRecord.t create mode 100755 t/Koha_Util_MARC.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 24 06:54:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Jul 2013 04:54:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-871-g2291c21 Message-ID: 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 2291c217fb212725c1a98a9e06344be8f6c6bac5 (commit) via 334e00bf5ccea4658365af7a09081d1474fba0b1 (commit) via 1a58e8cde36d8f8b91d16dac50156812e42ea78f (commit) via 61522d06f138cd4280301c05e54e35c44914770c (commit) via 8d9e6f37109528f5d50f2b005d60489817934500 (commit) via dd2185981de2bf6e8d14bcdd4b6ae0da6cf2cbed (commit) via 53fbfa2dde3fb1150be9e49a90d9974bd71368a0 (commit) from faa43031e66d1544aa2c93befa3f849ba93806d7 (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 2291c217fb212725c1a98a9e06344be8f6c6bac5 Author: Galen Charlton Date: Tue Jul 9 14:58:21 2013 +0000 Bug 9394: (follow-up) stylistic tidying - fix identation in one line - remove a commented-out warn Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit 334e00bf5ccea4658365af7a09081d1474fba0b1 Author: Galen Charlton Date: Tue Jul 23 21:06:30 2013 +0000 Bug 9394: (follow-up) fix query column alias A change-and-replace went a tick too far. This patch adjusts the column alias in the query run in MergeHolds() to reflect that the value being returned is the number of hold requests, not an ID. To test: [1] This patch should have no visible changes to behavior. To verify, pick to bib records that have hold requests on them, then merge them together. Verify that the merged bib contains sll of the hold requests on it. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit 1a58e8cde36d8f8b91d16dac50156812e42ea78f Author: Galen Charlton Date: Tue Jul 9 15:07:08 2013 +0000 Bug 9394: (follow-up) restore ability to cancel holds from the patron summary To test: - Place a hold request for a patron - From the patron details page, navigate to the holds table, then cancel (delete) it. - Verify that the hold request is gone. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit 61522d06f138cd4280301c05e54e35c44914770c Author: Galen Charlton Date: Tue Jul 9 14:30:14 2013 +0000 Bug 9394: (follow-up) silence spurious warns One just needed parentheses, but the one on line 219 reflects a slightly deeper problem -- it's running patron checks when a patron hasn't actually been supplied. To test: [1] From the staff interface, bring up a biblio that has no holds on it, then go to the holds tab. [2] Verify that the Apache log has no new warnings containing: request.pl: Use of uninitialized value in string eq at /home/gmc/koha/reserve/request.pl line 219 or request.pl: Use of uninitialized value in string eq at /home/gmc/koha/reserve/request.pl line 488 Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit 8d9e6f37109528f5d50f2b005d60489817934500 Author: Galen Charlton Date: Tue Jul 9 14:13:38 2013 +0000 Bug 9394: (follow-up) modernize test cases - wrap in a transaction - create the patron records needed for the test To test: [1] Run prove -v t/db_dependent/Holds.t [2] Verify that all tests have passed. [3] Verify that the additional patron records created by the test no longer exist in the database. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit dd2185981de2bf6e8d14bcdd4b6ae0da6cf2cbed Author: Jonathan Druart Date: Wed May 29 14:38:40 2013 +0200 Bug 9394: QA Followup * C4::Reserves::_FixPriority - The previous code checked the cancellationdate. If think you never pass in it with bad parameters, but in order to be sure I added the check on this value. - The reservedates array was never used. * circ/circulation.tt There was a bug: it was not possible to remove an hold from the circulation page. Passing reserve_id fixes the issue. * C4::Reserves::GetReserveId This subroutine did not have a unit test. Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit 53fbfa2dde3fb1150be9e49a90d9974bd71368a0 Author: Kyle M Hall Date: Tue Jan 15 10:13:52 2013 -0500 Bug 9394: Use reserve_id where possible This patch switches from using a combination of biblionumber/borrowernumber to using reserve_id where possible. Test Plan: 1) Apply patch 2) Run t/db_dependent/Holds.t Signed-off-by: Maxime Pelletier Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Biblio.pm | 2 +- C4/ILSDI/Services.pm | 2 +- C4/Reserves.pm | 521 ++++++++++---------- C4/SIP/ILS/Transaction/Hold.pm | 23 +- circ/branchtransfers.pl | 10 +- circ/circulation.pl | 2 +- .../prog/en/modules/circ/circulation.tt | 2 +- .../prog/en/modules/members/moremember.tt | 1 + .../prog/en/modules/reserve/request.tt | 21 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 +- members/moremember.pl | 1 + opac/opac-modrequest.pl | 9 +- reserve/modrequest.pl | 28 +- reserve/request.pl | 73 ++-- serials/routing-preview.pl | 7 +- t/db_dependent/Holds.t | 176 +++++++ 16 files changed, 541 insertions(+), 339 deletions(-) create mode 100755 t/db_dependent/Holds.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 24 17:03:33 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Jul 2013 15:03:33 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-874-g8230cde Message-ID: 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 8230cdea9738c9f49f76d48fa0a7d653e33064a6 (commit) via 383fe598719ffe924a13cab5eb94ccceed00fef9 (commit) via 84c2e7c1e5d0562da03253003c073b03a82c76dd (commit) from 2291c217fb212725c1a98a9e06344be8f6c6bac5 (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 8230cdea9738c9f49f76d48fa0a7d653e33064a6 Author: Galen Charlton Date: Wed Jul 24 15:08:50 2013 +0000 bug 7494: DBRev 3.13.00.015' Signed-off-by: Galen Charlton commit 383fe598719ffe924a13cab5eb94ccceed00fef9 Author: Galen Charlton Date: Wed Jul 24 15:06:39 2013 +0000 bug 7494: (follow-up) tweak description of itemBarcodeFallbackSearch syspref Thanks to MJ Ray for helping with the wordsmithing on #koha. Signed-off-by: Galen Charlton commit 84c2e7c1e5d0562da03253003c073b03a82c76dd Author: MJ Ray Date: Thu Jun 28 20:35:49 2012 +0100 bug 7494: optional checkout-time fallback search for a book When issuing a book, some libraries want to issue by title or other details. This patch adds a systempreference and code that allows it. To test: 1) scan a patron card or enter a surname to start checking out; 2) enter title or other keywords; 3) the circulation screen should display a warning allowing to choose between copies. Signed-off-by: MJ Ray Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 31 ++++++++++++++++++++ installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 9 ++++++ .../en/modules/admin/preferences/circulation.pref | 6 ++++ .../prog/en/modules/circ/circulation.tt | 23 ++++++++++++++- kohaversion.pl | 2 +- 6 files changed, 70 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 24 18:46:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Jul 2013 16:46:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-878-g75842c7 Message-ID: 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 75842c7d620938274c728417188b3939a136eedb (commit) via 4bf04e423936367a488fbb7a5e9c1c763d46d073 (commit) via 7e83c7ea3857a7dcca5ae610d63382c2674a1846 (commit) via 52dad05b456e17bdce1ea71baf55e8e6707f77e7 (commit) from 8230cdea9738c9f49f76d48fa0a7d653e33064a6 (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 75842c7d620938274c728417188b3939a136eedb Author: Galen Charlton Date: Wed Jul 24 16:55:52 2013 +0000 Bug 10462: (follow-up) remove some undefined variable warning noise Signed-off-by: Galen Charlton commit 4bf04e423936367a488fbb7a5e9c1c763d46d073 Author: Marcel de Rooy Date: Wed Jul 24 16:14:46 2013 +0200 Bug 10462: QA Followup to resolve LCCN mixup and remove hardcoded marc tags This patch corrects the mixup for LC call number and control number. Further, as suggested by Galen, it would be better to not introduce hardcoded tags in the Z3950Search subs in Breeding.pm. This patch resolves that by calling TransformMarcToKohaOneField. Note that this only involves changes to _addrowdata and _isbn_show. These subs are only used in building the displayed results table. Additionally, for French UNIMARC installs publicationyear is used to fill the Date column (copyrightdate is not used in those installs). The edition statement is only used in unimarc_lecture_pub not in unimarc_complet. Test plan: Do some Z3950 searches and look for values in all result columns. For MARC21 on LOC (and/or others): Look for isbn 9780415964845 (check LCCN). Look for author Rowling. For UNIMARC on BNF2 (and/or others): On BNF2 look for isbn 2070518426: result contains date and multiple isbn's. Look for title: Guide des candidats aux emplois de commissaire de police. Third result show edition statement (if you use 205$a with pub install). Note that there are no results with LCCN here (just as before). Signed-off-by: Marcel de Rooy Tested for MARC21 and UNIMARC (French lecture_pub install). Signed-off-by: Galen Charlton commit 7e83c7ea3857a7dcca5ae610d63382c2674a1846 Author: Marcel de Rooy Date: Wed Jul 3 14:26:56 2013 +0200 Bug 10462: Followup for showing multiple ISBNs in Z3950 response As Jonathan correctly noted, the new Z3950 response only showed one isbn although more isbn numbers could be in the record and would be imported. To resolve this display problem, I traverse them all now in the updated routine _isbn_show. There is no change in the imported records. Note that before this patch TransformMarcToKoha did put all isbn numbers in one field, separated by pipes (for display only). This behavior is restored now. The three regexes on the individual isbn numbers now seem to be overkill, but I left them there for completeness. Signed-off-by: Marcel de Rooy Tested this on a fresh French install under UNIMARC with BNF server. Tested it too for MARC21. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 52dad05b456e17bdce1ea71baf55e8e6707f77e7 Author: Marcel de Rooy Date: Thu Jun 13 13:52:58 2013 +0200 Bug 10462: Some optimizations in Z3950 search paving the way for enhancements Refactors Z3950Search. Disable batch record counts for z3950 records. Test plan: Do various Z3950 searches on multiple targets from Cataloging and Acquisition. Behavior should not have changed. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Breeding.pm | 129 ++++++++++++++++++++++++------------------- acqui/z3950_search.pl | 1 - cataloguing/z3950_search.pl | 1 - 3 files changed, 72 insertions(+), 59 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 25 15:45:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Jul 2013 13:45:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-879-g61fa246 Message-ID: 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 61fa246ac06d637d50c8eed68244f0577ed34e4d (commit) from 75842c7d620938274c728417188b3939a136eedb (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 61fa246ac06d637d50c8eed68244f0577ed34e4d Author: Mirko Tietgen Date: Tue Jul 23 23:24:11 2013 +0200 Bug 10621: use correct from-address for subscription alert emails From-address and to-address were the same (patron's email) for subscription alerts. This patch changes 'from' the branch or kohaadminemailaddress To test - add a subscription in staff/serials in case you don't have any - enable patron notifications or the subscription - in the OPAC, subscribe to the serial - in staff/serial, receive an issue of the serial Before applying the patch, the email that is supposed to be sent has the patron's email as 'from' and 'to' (and is likely to fail). If you follow the steps after applying the patch, the email alert should have the 'from' address of the patron's branch or kohaadminemiladdress -- which should also work fine with the MTA/SMTP you have set up for messaging. Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Letters.pm | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 25 16:54:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Jul 2013 14:54:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-880-gdef952b Message-ID: 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 def952bda9cd72a4f6916e93ad1c454a04a3cb43 (commit) from 61fa246ac06d637d50c8eed68244f0577ed34e4d (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 def952bda9cd72a4f6916e93ad1c454a04a3cb43 Author: Kyle M Hall Date: Thu Jun 13 09:46:43 2013 -0400 Bug 10463: ensure that Quote of the Day feature selects random quotes When the Quote of the Day tool selects a new new quote, it updates the timestamp and does not take the timezone into account. Thus the time is set to +4 hours (e.g. 2013-06-11 13:33:48 when the time is 2013-06-11 09:33:48). It then repeats the same quote every day. To replicate: Set Administration >> System preferences >> OPAC preferences >> Features >> QuoteOfTheDay to Enable In Home >> Tools >> Quote Editor, add several quotes. In the opac, refresh the home page. You should get a quote of the day at the top. mysql> select * from quotes; Note the timestamp of the quote selected by the tool. It will not match the date on the machine (unless your server's timezone is set to UTC). If you change the date to the previous date and refresh the opac, the tool wlill select another quote, which will not change unless forced. Test Plan: 1) Remove all your quotes and import a fresh set 2) Enable the quote of the day and view the opac 3) Look at your quotes table and note the timestamp is incorrect 4) Repeat steps 1 and 2 5) Look at your quotes table and note the timestamp is now correct Signed-off-by: Srdjan Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 25 17:00:01 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Jul 2013 15:00:01 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.02-9-gdf765f8 Message-ID: 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, 3.12.x has been updated via df765f82b3b96e9bf4e883450d1e3260cce01dfd (commit) via fdf6c3790a8e942be8a3615252b6c214064dd21e (commit) via dfbb9890d970f3f70cb6eb02275679d65101489a (commit) via f05642589d94c25ef1b1f01b4a2606fe455400b8 (commit) via 926e455f19852c1c7b69aa00bd587caff8bccd14 (commit) via a777f2e6b7748a1cb417a38aa078e9f1bf7246b3 (commit) via 98e397d9a5c5cbd3d2aa88cd0044c24a7d75ff72 (commit) via 9886445eb8e82788167ec2440dfeddf0a6b3b58d (commit) via 606a25bc41047291e4b11390b97caf5d9f01ae65 (commit) from 97df2e8dad354d6b6c54a16eacdb72c5ad96edd8 (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 df765f82b3b96e9bf4e883450d1e3260cce01dfd Author: Mathieu Saby Date: Fri May 3 23:07:37 2013 +0200 Bug 10189: Translate values in UNIMARC 128b/c cataloguing plugins to English Cataloguing plugins for UNIMARC 128b and 128c fields are only in Ffrench. This patch translates them. Source : http://blue.lins.fju.edu.tw/mao/marc/unicon.htm Note : 128b and 128c are deprecated in last version of UNIMARC Manual (field 145 used instread). But they are still used in French Sudoc network. To test : in a UNIMARC english Koha, edit a record and use 128b and 128c cataloguing plugins. Check everything is in english. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Thx for translating those! Verified new strings get parsed into the po files. Templates still contain lots of tabs, those can be fixed separately. Signed-off-by: Galen Charlton (cherry picked from commit 80ea8bf821ba83fd4506f5298f5a582051b44e06) Signed-off-by: Tomas Cohen Arazi commit fdf6c3790a8e942be8a3615252b6c214064dd21e Author: Galen Charlton Date: Sun Jun 16 18:05:31 2013 -0700 Bug 10258: offer to create basket group only when staff user has correct permission If the staff user does not have the group_manage acquisition permission, do not offer to create a new basket group when closing an order basket. This avoids a situation where if a staff member without that permission tries to close a basket and chose the option to create a bakset group, they would be redirected to the login page. To test: [1] Log in as a staff user that does not have the acquisition/group_manage permission. [2] Create a new order basket, attach at least one order line to it, then close it. [3] Verify that the confirmation page does not offer to create a basket group with the same name as the order basket. [4] Log in as a staff user that has the acquisition/group_manage permission. [5] Create and close an order basket. [6] Verify that this time, the confirmation page *does* offer to create a basket group. Signed-off-by: Galen Charlton Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 14a1bd0e420fd895f989ba88e0cad927697b6173) Signed-off-by: Tomas Cohen Arazi commit dfbb9890d970f3f70cb6eb02275679d65101489a Author: Galen Charlton Date: Thu Jun 13 08:53:49 2013 -0700 Bug 10258: fix permissions check for setting basket group for order basket Improve the code that displays and allows staff to set the basket group from the basket details page for a closed basket. Prior to this patch, a staff member who did not have the group_manage acquisition permission would still see a control to change the group that the basket belongs to; attempting to change the group would present with with a login page. This patch also does some tidying of how basket group details are passed to the template. To test: [1] Create an order basket and close it. Do not assign it to a basket group. [2] View the basket details while logged in as a staff user who has the order_manage acquisitions permission but not the group_manage. The displayed basket group should be "No group". [3] Switch to a staff user who also has the group_manage permission, then view the basket details again. The basket group field should now be a select input that allows you to change the basket group. [4] Change the basket group. Verify that the basket group you selected is now displayed as the current group for that order basket. The basket group delivery and billing place fields should also now be displayed. [5] Close the basket group set in the previous step, then view the basket details again. This time, the basket group name should be displayed with a suffix of " (closed)", and no input to change the group should be displayed. [6] Swith to a staff user who does not have the group_manage permission, view the basket details, and verify that the basket name is displayed with a suffix of " (closed)". Signed-off-by: Galen Charlton Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 44364db8d53bf5e3135ae2de6270a920e5c053c1) Signed-off-by: Tomas Cohen Arazi commit f05642589d94c25ef1b1f01b4a2606fe455400b8 Author: Jason Etheridge Date: Fri Mar 8 10:41:06 2013 -0500 Bug 9770: fix sorting of Dewey call numbers that contain prefixes C4::ClassSortRoutine::Dewey can pad the wrong part of a call number internally. The subroutine get_class_sort_key tokenizes a call number string (splitting on periods and whitespace) and counts the number of tokens that solely contain digits. If there is only one such digit group, a comment in the code states that it will pad said digit group. However, the bug is that the code assumes said digit group is the first token, when this may not be the case. In practice, this can cause poor sorting when used a call number is in the form of PREFIX _space_ 3DIGITS. To test: [1] Create two item records whose class scheme is set to 'ddc' (Dewey) and whose call numbers contain prefixes, e.g., J DVD 700.1 ABC and J DVD 850 DEF. [2] Use the inventory tool to produce a list of item items that include the two created in step 1. Obsere that that items are sorted in the incorrect order, with "J DVD 850 DEF" coming before "J DVD 700.1 ABC". Alternatively, run the following SQL to see the incorrect sort order: SELECT cn_sort, itemcallnumber FROM items WHERE itemcallnumber LIKE 'J DVD%' ORDER BY cn_sort; [4] Apply this patch. [5] Run misc/maintenance/touch_all_items.pl to force cn_sort to be recalculated. [6] Repeat step 2 and verify that the call numbers are now sorted corrected. Signed-off-by: Jason Etheridge Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit dba36a7a1216238a260ea5fbe2218627487e9f19) Signed-off-by: Tomas Cohen Arazi commit 926e455f19852c1c7b69aa00bd587caff8bccd14 Author: Jason Etheridge Date: Fri Jun 21 15:31:32 2013 -0400 Bug 9770: test case for sorting of Dewey call numbers that contain prefixes This adds a test for C4::ClassSortRoutine::Dewey to check that the call number "JR DVD 800.1" sorts before "JR DVD 900" To test: [1] Apply just this patch. [1] Run prove -v t/ClassSortRoutine_Dewey.t [2] Test #7 should fail. Signed-off-by: Jason Etheridge Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes test plan and QA script. Signed-off-by: Galen Charlton (cherry picked from commit bce45b4bf55e82345efed2850d9cb5fd77f3c483) Signed-off-by: Tomas Cohen Arazi commit a777f2e6b7748a1cb417a38aa078e9f1bf7246b3 Author: Chris Hall Date: Fri Mar 22 15:33:50 2013 +1300 bug 10356: improve display of serial issue dates in staff bib details page This patch adds the date published to the subscriptions tab in the staff interface bib display and renames the former "Date" column to "Date arrived". Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 97bbf04757227f2a26a6f5b1b216d2bab8efbdc9) Signed-off-by: Tomas Cohen Arazi Good and simple usability improvement. Works as expected. commit 98e397d9a5c5cbd3d2aa88cd0044c24a7d75ff72 Author: David Cook Date: Wed Jun 12 11:24:09 2013 +1000 Bug 10448: can now change framework after duplicating bib record Changing the framework in the MARC editor immediately after duplicating a bib record no longer clears the fields. This patch changes the Changefwk Javascript function so that it passes the "op" value and the "biblionumberdata" (as the biblionumber) from addbiblio.pl back to itself, when submitting the form in order to change the framework. The reason we need to do this is because the form in addbiblio.tt is hard-coded to always submit an "op" value of "addbiblio". Currently, we need to have it hard-coded to "addbiblio", because all the magic happens in addbiblio.pl when there is an "op" of "addbiblio". If we always passed the "actual" "op" value, such as "duplicate", nothing would ever happen when we clicked "save". It seems to me that this is a flaw in the design of addbiblio.pl. If we pass the "op" and "biblionumber" when changing frameworks, we're able to tell addbiblio.pl that we're still wanting to "duplicate" this "X" biblionumber. However, by having the form still hard-coded to "addbiblio", when we hit save, the form will do the magic, check if it's a duplicate, and save the record (or prompt for action if it is a duplicate). -- I also noticed that if you make changes to a record, then change the framework before saving, your changes get cleared (since the original record from the database is loaded when the page reloads). It seems to me that this is a bug. Changing the framework should change the layout while preserving the content. I think most users would assume that when changing the framework. This patch also introduces another hidden input into addbiblio.tt and the Changefwk Javascript called "changed_framework". Basically, if the Changefwk Javascript is run, it tells addbiblio.pl that the framework is changed, and it uses the posted data from the form (which we have been modifying) instead of reloading the record from the database. -- Test Plan: A) Before Applying Patch: To Show That Changing the Framework Erases All Fields When Duplicating a Record: 1) Go to any bib record 2) Go to Edit > Edit as new (duplicate). You should see filled in fields. 3) Change the framework to any other framework than the one that is currently specified. 4) Note that every single field is now blank To Show That Changing the Record then Changing the Framework Ignores Changes, When Editing a Record 5) Go to any bib record 6) Go to Edit. 7) Change the title of the record to "I've changed the title". 8) Change the framework to any other framework than the one that is currently specified. 9) Look at the title. You'll notice it is the original title, and NOT "I've changed the title". B) Apply the Patch Also, clear your memcache and shift+refresh your screen. You don't want to use cached templates/javascript. C) After Applying the Patch Repeat Steps 1-3 and 5-8. You should now notice that changing the framework when duplicating the item does not clear all the fields. You should also notice that any changes you make prior to changing the framework will still exist after changing it. Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit ca33b7fc635d93b3029831da7496372fb34c798f) Signed-off-by: Tomas Cohen Arazi Works as expected. commit 9886445eb8e82788167ec2440dfeddf0a6b3b58d Author: Chris Cormack Date: Sun Jul 7 20:38:55 2013 +1200 Bug 7143: Updating history and about page Signed-off-by: Galen Charlton (cherry picked from commit d647090a4ab9b53577c1959dcdb0642a29fcbe6d) Signed-off-by: Tomas Cohen Arazi commit 606a25bc41047291e4b11390b97caf5d9f01ae65 Author: Owen Leonard Date: Thu Jul 11 10:28:55 2013 -0400 Bug 10514: improve visibility of Add item link on new order form This patch converts the "Add" and "Clear" links to the standard "submit/cancel" format inside a fieldset. This gives them a little more visual weight. Based on the changes made by Liz Rea and Jonathan Druart. To test: - create a basket - add a record to it - scroll down - the link to add item and cancel should both be more prominent now. - Click "Add item" - it should add an item. Signed-off-by: Liz Rea I still feel weird about the button, but as two people have said they'd rather have the button, I'm alright with it I guess. Really what I want is people to notice it's there and click it at the appropriate time. I hope this will help that issue. Signed-off-by: Katrin Fischer Passes all tests and QA script. Leaves the translation problems, but that needs more work and is out of the scope of this bug. Tested Add and Update functionality works correctly. Signed-off-by: Galen Charlton (cherry picked from commit 275f405c8b3920634907e5e1f2ef8ccecf497868) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/ClassSortRoutine/Dewey.pm | 6 +- C4/Serials.pm | 3 +- acqui/basket.pl | 14 +- cataloguing/addbiblio.pl | 6 +- docs/history.txt | 12 + koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 15 +- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 + .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 18 +- .../prog/en/modules/catalogue/detail.tt | 4 +- .../prog/en/modules/cataloguing/addbiblio.tt | 5 +- .../value_builder/unimarc_field_128b.tt | 290 ++++++++++---------- .../value_builder/unimarc_field_128c.tt | 287 ++++++++++---------- t/ClassSortRoutine_Dewey.t | 6 +- 13 files changed, 354 insertions(+), 314 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 25 17:44:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Jul 2013 15:44:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-881-g80f2dc5 Message-ID: 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 80f2dc571e04996aa773ee5274e706c7281d2675 (commit) from def952bda9cd72a4f6916e93ad1c454a04a3cb43 (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 80f2dc571e04996aa773ee5274e706c7281d2675 Author: Jonathan Druart Date: Fri Apr 26 15:43:58 2013 +0200 Bug 10070: fix saving searches with non-ASCII characters to anonymous search history To test 1/ logout 2/ search "bar" (added to the history) 3/ search "f??" => history is empty Apply patch 1/ logout 2/ search "bar" (added to the history) 3/ search "f??" => added to the history Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: opac/opac-search.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Jul 25 18:54:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Jul 2013 16:54:54 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.02-23-ge2fac72 Message-ID: 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, 3.12.x has been updated via e2fac72763cd541eef32d7278dea33dadc1aa6cc (commit) via f67769bc637c2acb7eb4593374f4d1db06d06266 (commit) via 4251c1f8185bb91df17949b903391ad29d58f6f0 (commit) via ec5f90161d8bfca53f45364281f9141b89bad862 (commit) via 090d7de036421441089c1f87a586efaaeb67e975 (commit) via 6536249a7df7ea045b54163df3a1c4793fad2bca (commit) via 67d2f66fbbe030345da410bf3f1686ca5213981a (commit) via 5b1fda0cf3bb86c04db73d4992a09ceca2f6c9d9 (commit) via 88c877ab2d09382c34d20813595c2e112e08136f (commit) via a89699cc66ab6471d55d13d67da322e975dd5c57 (commit) via 3b6abb0ea18720eef688241aa2c2e6399d922fa0 (commit) via aa15f7031bc7d9c0f2c9901db491dada53f21c65 (commit) via d359b05cb8958cd4d2a2681a86d7813a48748670 (commit) via 18c86575ff8d31ea9afbee7d0d21c19405e530c4 (commit) from df765f82b3b96e9bf4e883450d1e3260cce01dfd (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 e2fac72763cd541eef32d7278dea33dadc1aa6cc Author: Galen Charlton Date: Mon May 20 08:38:46 2013 -0700 Bug 10170: expose more managed staged MARC strings to translation This commit makes it possible to translated the 'staged' and 'error' record statuses as well as the 'auto_match' overlay status. Also takes out a bit of HTML cruft in one string that is not needed for translation. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer All tests pass. New strings are parsed into the po files: "%s Always add items %s Add items only if matching bib was found %s Add items only if no matching bib was found %s Ignore items %s %s %s %s " "%s No match %s Match applied %s Match found %s %s %s " Signed-off-by: Galen Charlton (cherry picked from commit 7d990042e9dcc86e6f60b923763720d5c9ed6b2c) Signed-off-by: Tomas Cohen Arazi commit f67769bc637c2acb7eb4593374f4d1db06d06266 Author: Adrien Saurat Date: Thu May 2 16:56:54 2013 +0200 Bug 10170: strings in MARC import made translatable Following bug 9215: non translatable strings are now present in the template and translatable Signed-off-by: Chris Cormack Not only does this make the strings translatable it makes the template a lot easier to read Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer All tests pass. Signed-off-by: Galen Charlton (cherry picked from commit 24e561f4da56e442dc1a9d25afa63e8ab74d9236) Signed-off-by: Tomas Cohen Arazi commit 4251c1f8185bb91df17949b903391ad29d58f6f0 Author: Jonathan Druart Date: Tue Jul 9 11:52:31 2013 +0200 Bug 10556: The delivery time is not inserted on adding a supplier. Test plan: Add/edit a supplier and check that the delivery time is set in DB. Note: This patch cleans the code (sql query) in order to see easily if a problem occurred. Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit b95c3134a8a38ba430f7d70173f91e055b4fa30e) Signed-off-by: Tomas Cohen Arazi commit ec5f90161d8bfca53f45364281f9141b89bad862 Author: Galen Charlton Date: Tue Jul 16 14:55:09 2013 +0000 bug 10556: regression test for setting deliverytime when adding vendor Signed-off-by: Galen Charlton (cherry picked from commit 41baeafda9733caa69cd678b3f471976c6b27a7c) Signed-off-by: Tomas Cohen Arazi I'm loving Galen's regression tests :-D commit 090d7de036421441089c1f87a586efaaeb67e975 Author: Jonathan Druart Date: Fri Jul 5 14:50:03 2013 +0200 Bug 10274: Execute sql queries into a transaction Signed-off-by: Katrin Fischer All tests pass. Signed-off-by: Galen Charlton (cherry picked from commit eab1812b7dcfb460378fb287a63c6a81b3c8d820) Signed-off-by: Tomas Cohen Arazi commit 6536249a7df7ea045b54163df3a1c4793fad2bca Author: Jonathan Druart Date: Fri May 17 15:11:35 2013 +0200 Bug 10274: UT: Acquisition.t needs to create its own data Try before the patch: prove t/db_dependent/Acquisition.t And after, it should produce: t/db_dependent/Acquisition.t .. ok All tests successful. Files=1, Tests=41, 2 wallclock secs ( 0.03 usr 0.00 sys + 0.42 cusr 0.02 csys = 0.47 CPU) Result: PASS Signed-off-by: Jared Camins-Esakov Tests pass and the bookseller is deleted. Signed-off-by: Katrin Fischer All tests pass. Signed-off-by: Galen Charlton (cherry picked from commit f72e78f2bd4e3f208f38063f948365d9108e6d40) Signed-off-by: Tomas Cohen Arazi Fixed a small conflict, tests pass and looks fine. commit 67d2f66fbbe030345da410bf3f1686ca5213981a Author: Jonathan Druart Date: Mon Jul 1 10:11:05 2013 +0200 Bug 10275: Use a transaction for OrderFromSubscription.t Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 4f09ebfc8a4a04125777d6e90c36b73217bae888) Signed-off-by: Tomas Cohen Arazi commit 5b1fda0cf3bb86c04db73d4992a09ceca2f6c9d9 Author: Jonathan Druart Date: Fri May 17 15:27:45 2013 +0200 Bug 10275: UT: OrderFromSubscription.t needs to create its own data Try before the patch: prove t/db_dependent/Acquisition/OrderFromSubscription.t And after, it should produce: t/db_dependent/Acquisition/OrderFromSubscription.t .. ok All tests successful. Files=1, Tests=12, 2 wallclock secs ( 0.02 usr 0.00 sys + 0.46 cusr 0.02 csys = 0.50 CPU) Result: PASS And some warnings... Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes tests. Assumes Dateformat is set to US dates as in the sample data. Signed-off-by: Galen Charlton (cherry picked from commit 8e442955247e925dacf303455f40522a89a349b2) Signed-off-by: Tomas Cohen Arazi commit 88c877ab2d09382c34d20813595c2e112e08136f Author: Kenza Zaki Date: Mon Jul 1 10:48:03 2013 +0200 Bug 10499: VirtualShelves.t - wrap tests in a database transaction Before this patch, the queries in VirtualShelves.t were committed in the database and have to be removed at the end. This patch wraps tests in a database transaction. Test plan: prove t/db_dependent/VirtualShelves.t VirtualShelves.t .. ok All tests successful. Files=1, Tests=72, 1 wallclock secs ( 0.06 usr 0.00 sys + 0.72 cusr 0.06 csys = 0.84 CPU) Result: PASS Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer All tests pass. Signed-off-by: Galen Charlton (cherry picked from commit d2a756128853e9d3a1e0b99f47a04c9e0f31de75) Signed-off-by: Tomas Cohen Arazi commit a89699cc66ab6471d55d13d67da322e975dd5c57 Author: Kenza Zaki Date: Thu Jul 11 16:28:11 2013 +0200 Bug 10575 : GetOrdersByBiblionumber.t needs a database transaction Before this patch, the queries in GetOrdersByBiblionumber.t were commited in the database and have to be removed at the end. This patch wraps tests in a database transaction. Test Plan : prove t/db_dependent/Acquisition/GetOrdersByBiblionumber.t t/db_dependent/Acquisition/GetOrdersByBiblionumber.t .. ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.37 cusr 0.05 csys = 0.45 CPU) Result: PASS Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Tests pass. Signed-off-by: Galen Charlton (cherry picked from commit 45fafb31ce03244011513a3a758e28f8db9615a4) Signed-off-by: Tomas Cohen Arazi commit 3b6abb0ea18720eef688241aa2c2e6399d922fa0 Author: Jonathan Druart Date: Tue Jun 25 09:09:38 2013 +0200 Bug 10504: Remove the unused C4::Acq::ModOrderItem routine This routine has been introduced by commit 2d90fb22d43db986547bbaa945873d6dd78aab71. The only call has been removed by commit 9eba7dc594fc0d4698da5e791d5f6f8682b2712a. So now, this routine is useless. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 9f4f1ceafe218afcbc55d6dfb9ac1e32fc11803a) Signed-off-by: Tomas Cohen Arazi commit aa15f7031bc7d9c0f2c9901db491dada53f21c65 Author: Jonathan Druart Date: Tue Jul 2 12:56:21 2013 +0200 Bug 10527: remove disused routine C4::Branch::get_branch_code_from_name This routine is not in used and does not make sense. It should not be used later. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Passes koha-qa.pl, not references to get_branch_code_from_name found. Signed-off-by: Galen Charlton (cherry picked from commit 7d930649065663325de95c3f8ecdbcea3bddb3b5) Signed-off-by: Tomas Cohen Arazi commit d359b05cb8958cd4d2a2681a86d7813a48748670 Author: Owen Leonard Date: Tue Jul 2 09:59:21 2013 -0400 Bug 10422 - Remove references to unused and non-existent wizard.css doc-head-close.inc contains a reference to "wizard.css" which doesn't exist. The option to include it never evaluates as true, and that section can be removed from the template. To test, apply the patch and view any page in the staff client. Everything should be styled as before. A search of the Koha source should return no references to "wizard.css" or a "wizard" variable. Signed-off-by: Jonathan Druart No occurrence of "wizard" in pl/pm files. Signed-off-by: Kyle M Hall Passes koha-qa.pl Signed-off-by: Galen Charlton (cherry picked from commit 986f7a24e8abe566d57a3488a8df87488ab3aeb6) Signed-off-by: Tomas Cohen Arazi commit 18c86575ff8d31ea9afbee7d0d21c19405e530c4 Author: Fridolyn SOMERS Date: Wed Jun 5 14:16:14 2013 +0200 Bug 6898: fix DB update that assigns the circulate/overdues_report permission This patch fixes a bug that prevented the circulate/overdues_report permission from being assigned to staff users during upgrade. This patch will not affect databases that are already running 3.12.x or later. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer This will only fix the permissions for updates done after the patch has been applied. But I agree with Fridolyn, that we can not safely update permissions for existing installations. Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit c6bf2670502afbd12981aa5e913779c38c19bdc4) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 33 +---- C4/Bookseller.pm | 43 +++--- C4/Branch.pm | 11 +-- cataloguing/moveitem.pl | 2 +- installer/data/mysql/updatedatabase.pl | 2 +- .../prog/en/includes/doc-head-close.inc | 3 - .../prog/en/modules/tools/manage-marc-import.tt | 84 +++++++++- labels/label-edit-batch.pl | 1 - labels/label-manage.pl | 1 - patroncards/edit-batch.pl | 1 - patroncards/manage.pl | 1 - t/db_dependent/Acquisition.t | 169 +++++++++++++------- .../Acquisition/GetOrdersByBiblionumber.t | 17 +-- t/db_dependent/Acquisition/OrderFromSubscription.t | 42 ++++-- t/db_dependent/VirtualShelves.t | 35 ++--- tools/manage-marc-import.pl | 1 - 16 files changed, 258 insertions(+), 188 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 00:21:24 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Jul 2013 22:21:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-884-g18454bb Message-ID: 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 18454bbb7d5bf6486cd7efdde11ffe0eb2cdcf52 (commit) via 961617765ef25bde32cb050ad016f3b063661ef8 (commit) via 488a3d6fed57b4e0d773157ee4a6ab7e4775e7a4 (commit) from 80f2dc571e04996aa773ee5274e706c7281d2675 (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 18454bbb7d5bf6486cd7efdde11ffe0eb2cdcf52 Author: Galen Charlton Date: Sun Jul 28 19:42:51 2013 +0000 move Auth_ParseSearchHistoryCookie.t to db_dependent directory The actual tests in this script are not dependent on the database, but simply loading C4::Auth requires a valid(ish) koha-conf.xml and database. Signed-off-by: Galen Charlton commit 961617765ef25bde32cb050ad016f3b063661ef8 Author: Galen Charlton Date: Sun Jul 28 02:48:44 2013 +0000 do some validation of the KohaOpacRecentSearches cookie Add validation of the value of the KohaOpacRecentSearches. In particular, this patch avoids the generation of an internal server error when the OPAC is presented with an old cookie that uses the old Storable-based serialization. This patch also moves parsing of the cookie value into a new routine in C4::Auth, ParseSearchHistoryCookie, and adds a test case. To test (in conjunction with the previous patch): Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Apply this patch and the previous one. - Do *not* clear the KohaOpacRecentSearches cookie - Check the search history and verify that no searches are listed any more - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton commit 488a3d6fed57b4e0d773157ee4a6ab7e4775e7a4 Author: Galen Charlton Date: Thu Jul 25 16:50:30 2013 +0000 use JSON rather than Storable for the OPAC search history cookie To test: Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - Clear the KohaOpacRecentSearches cookie - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verified that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton Signed-off-by: Tomas Cohen Arazi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 68 ++++++++++++----------- opac/opac-search-history.pl | 12 ++--- opac/opac-search.pl | 23 +++------ t/db_dependent/Auth_ParseSearchHistoryCookie.t | 43 +++++++++++++++ 4 files changed, 89 insertions(+), 57 deletions(-) create mode 100644 t/db_dependent/Auth_ParseSearchHistoryCookie.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 00:26:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Jul 2013 22:26:39 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-67-gf90516a Message-ID: 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, 3.8.x has been updated via f90516a5382541d20393d5c31d5b5bfe3d95700d (commit) via 08ad9caf505bb0e2dfd69b3d656263c3cb2d9748 (commit) via a84d6a228a2bc572164b06927da2440d8486e36d (commit) via d4cad06ab2effb1e6589dda296db4e848807ffa6 (commit) via b36778ee098dc292e823e0e4b19271b539758269 (commit) from d8d1d2eb66f9f0509fc05d79fc199e482f2ce9e2 (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 f90516a5382541d20393d5c31d5b5bfe3d95700d Author: Galen Charlton Date: Mon Jul 29 17:23:38 2013 +0000 bump up version numbers for 3.8.16 release Signed-off-by: Galen Charlton commit 08ad9caf505bb0e2dfd69b3d656263c3cb2d9748 Author: Galen Charlton Date: Mon Jul 29 17:23:17 2013 +0000 release notes for 3.8.16 Signed-off-by: Galen Charlton commit a84d6a228a2bc572164b06927da2440d8486e36d Author: Galen Charlton Date: Sun Jul 28 19:42:51 2013 +0000 move Auth_ParseSearchHistoryCookie.t to db_dependent directory The actual tests in this script are not dependent on the database, but simply loading C4::Auth requires a valid(ish) koha-conf.xml and database. Signed-off-by: Galen Charlton commit d4cad06ab2effb1e6589dda296db4e848807ffa6 Author: Galen Charlton Date: Sun Jul 28 02:48:44 2013 +0000 do some validation of the KohaOpacRecentSearches cookie Add validation of the value of the KohaOpacRecentSearches. In particular, this patch avoids the generation of an internal server error when the OPAC is presented with an old cookie that uses the old Storable-based serialization. This patch also moves parsing of the cookie value into a new routine in C4::Auth, ParseSearchHistoryCookie, and adds a test case. To test (in conjunction with the previous patch): Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Apply this patch and the previous one. - Do *not* clear the KohaOpacRecentSearches cookie - Check the search history and verify that no searches are listed any more - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton commit b36778ee098dc292e823e0e4b19271b539758269 Author: Galen Charlton Date: Thu Jul 25 16:50:30 2013 +0000 use JSON rather than Storable for the OPAC search history cookie To test: Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - Clear the KohaOpacRecentSearches cookie - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verified that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton Signed-off-by: Tomas Cohen Arazi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 31 +++--- installer/data/mysql/updatedatabase.pl | 5 + kohaversion.pl | 2 +- ...e_notes_3_8_x.tmpl => release_notes_3_8_16.txt} | 115 ++++++++++++-------- opac/opac-search-history.pl | 12 +-- opac/opac-search.pl | 23 ++--- t/db_dependent/Auth_ParseSearchHistoryCookie.t | 43 ++++++++ 7 files changed, 145 insertions(+), 86 deletions(-) copy misc/release_notes/{release_notes_3_8_x.tmpl => release_notes_3_8_16.txt} (52%) create mode 100644 t/db_dependent/Auth_ParseSearchHistoryCookie.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 00:27:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Jul 2013 22:27:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.02-29-g17573f1 Message-ID: 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, 3.12.x has been updated via 17573f120b13cb496d7fac82ed5ed647eaf82888 (commit) via 45325ffdc553c95845e0d2aee586bd242b8477b2 (commit) via eec932d6c32ef871c5bc8250f48e39d5c139560c (commit) via f8b06d59f9929d3eaaa225fb6312905c3f4b46b6 (commit) via e198862a718a9c05dfcab8a6c79f85b3f5d55afc (commit) via 24a4d123e336540350221983a279354f010976fc (commit) from e2fac72763cd541eef32d7278dea33dadc1aa6cc (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 17573f120b13cb496d7fac82ed5ed647eaf82888 Author: Tomas Cohen Arazi Date: Sun Jul 28 18:48:25 2013 -0300 Increment version for 3.12.3 release commit 45325ffdc553c95845e0d2aee586bd242b8477b2 Author: Tomas Cohen Arazi Date: Sun Jul 28 18:44:35 2013 -0300 Update release notes for 3.12.3 release commit eec932d6c32ef871c5bc8250f48e39d5c139560c Author: Bernardo Gonzalez Kriegel Date: Sun Jul 28 18:22:01 2013 -0300 Translation updates for 3.12.3 Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 303f1a6bc20e585b0042ce24ae92d7aed780e3de) Signed-off-by: Tomas Cohen Arazi commit f8b06d59f9929d3eaaa225fb6312905c3f4b46b6 Author: Galen Charlton Date: Sun Jul 28 19:42:51 2013 +0000 move Auth_ParseSearchHistoryCookie.t to db_dependent directory The actual tests in this script are not dependent on the database, but simply loading C4::Auth requires a valid(ish) koha-conf.xml and database. Signed-off-by: Galen Charlton (cherry picked from commit 882939825fda8cbe92f8507f8d0767ac9142c362) Signed-off-by: Tomas Cohen Arazi commit e198862a718a9c05dfcab8a6c79f85b3f5d55afc Author: Galen Charlton Date: Sun Jul 28 02:48:44 2013 +0000 do some validation of the KohaOpacRecentSearches cookie Add validation of the value of the KohaOpacRecentSearches. In particular, this patch avoids the generation of an internal server error when the OPAC is presented with an old cookie that uses the old Storable-based serialization. This patch also moves parsing of the cookie value into a new routine in C4::Auth, ParseSearchHistoryCookie, and adds a test case. To test (in conjunction with the previous patch): Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Apply this patch and the previous one. - Do *not* clear the KohaOpacRecentSearches cookie - Check the search history and verify that no searches are listed any more - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton (cherry picked from commit 8ea810b03089c8d3e6aed9663d277e4b2cc23d55) Signed-off-by: Tomas Cohen Arazi commit 24a4d123e336540350221983a279354f010976fc Author: Galen Charlton Date: Thu Jul 25 16:50:30 2013 +0000 use JSON rather than Storable for the OPAC search history cookie To test: Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - Clear the KohaOpacRecentSearches cookie - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verified that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton Signed-off-by: Tomas Cohen Arazi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Galen Charlton (cherry picked from commit 076a6e244d6ef2bff5da4667ea7f9ed61c97b984) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 68 +- installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_12_3.txt | 270 ++ .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 2927 ++++++++-------- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 2919 ++++++++-------- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/ca-ES-i-staff-t-prog-v-3006000.po | 2880 ++++++++------- .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 2917 ++++++++-------- misc/translator/po/cs-CZ-pref.po | 967 +++--- .../po/da-DK-i-staff-t-prog-v-3006000.po | 2911 ++++++++-------- .../po/de-CH-i-staff-t-prog-v-3006000.po | 2927 ++++++++-------- .../po/de-DE-i-staff-t-prog-v-3006000.po | 2930 ++++++++-------- .../po/el-GR-i-staff-t-prog-v-3006000.po | 2900 ++++++++-------- .../po/en-GB-i-staff-t-prog-v-3006000.po | 2922 ++++++++-------- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 2927 ++++++++-------- .../po/es-ES-i-staff-t-prog-v-3006000.po | 2911 ++++++++-------- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/fa-Arab-i-staff-t-prog-v-3006000.po | 2870 ++++++++------- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 2875 ++++++++------- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 2924 ++++++++-------- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 2924 ++++++++-------- misc/translator/po/gl-i-staff-t-prog-v-3006000.po | 2868 ++++++++------- .../po/he-Hebr-i-staff-t-prog-v-3006000.po | 2864 ++++++++------- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 2920 ++++++++-------- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 206 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 3767 ++++++++++---------- misc/translator/po/hr-HR-opac-ccsr.po | 15 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 2879 ++++++++------- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 17 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 2983 ++++++++-------- misc/translator/po/hy-Armn-opac-ccsr.po | 7 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 2864 ++++++++------- .../po/is-IS-i-staff-t-prog-v-3006000.po | 2878 ++++++++------- .../po/it-IT-i-staff-t-prog-v-3006000.po | 2913 ++++++++-------- misc/translator/po/it-IT-pref.po | 5 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po | 2880 ++++++++------- .../po/kn-Knda-i-staff-t-prog-v-3006000.po | 2862 ++++++++------- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po | 2872 ++++++++------- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 2874 ++++++++------- .../po/mi-NZ-i-staff-t-prog-v-3006000.po | 2878 ++++++++------- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 2916 ++++++++-------- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 2862 ++++++++------- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 2872 ++++++++------- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 2926 ++++++++-------- .../po/ne-NE-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 2894 ++++++++-------- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 2931 ++++++++-------- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 2911 ++++++++-------- misc/translator/po/prs-i-staff-t-prog-v-3006000.po | 2866 ++++++++------- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 2929 ++++++++-------- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 2931 ++++++++-------- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 2906 ++++++++-------- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 54 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 2932 ++++++++-------- misc/translator/po/ru-RU-opac-ccsr.po | 12 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 2931 ++++++++-------- .../po/sl-SI-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/sq-AL-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 2870 ++++++++------- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 2914 ++++++++-------- .../po/th-THA-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/tl-PH-i-staff-t-prog-v-3006000.po | 2862 ++++++++------- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 2925 ++++++++-------- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 54 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 2932 ++++++++-------- misc/translator/po/uk-UA-opac-ccsr.po | 12 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 2860 ++++++++------- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 2864 ++++++++------- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po | 2925 ++++++++-------- opac/opac-search-history.pl | 12 +- opac/opac-search.pl | 23 +- t/db_dependent/Auth_ParseSearchHistoryCookie.t | 43 + 81 files changed, 97600 insertions(+), 90138 deletions(-) create mode 100644 misc/release_notes/release_notes_3_12_3.txt create mode 100644 t/db_dependent/Auth_ParseSearchHistoryCookie.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 00:28:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Jul 2013 22:28:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-49-g87cc3e2 Message-ID: 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, 3.10.x has been updated via 87cc3e27534c39c65024cc942822f3489de28074 (commit) via 810e6f7c26e4c2cf47ae5998f00cc0b7df39429e (commit) via bb3b1cc0a78b6f06cdaaab55f27c59e641522ad4 (commit) via df13c5e14cc987c078d403323661224c1462f7e6 (commit) via d45fff48ae85741d8bfb2c0a52ac504858ac238f (commit) from 0e43c8ac1bfbbbb7f7c524628f5395628aa9b596 (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 87cc3e27534c39c65024cc942822f3489de28074 Author: Bernardo Gonzalez Kriegel Date: Sun Jul 28 19:00:53 2013 -0300 Database update for 3.10.9 release commit 810e6f7c26e4c2cf47ae5998f00cc0b7df39429e Author: Bernardo Gonzalez Kriegel Date: Sun Jul 28 18:57:50 2013 -0300 Update release notes for 3.10.9 release commit bb3b1cc0a78b6f06cdaaab55f27c59e641522ad4 Author: Galen Charlton Date: Sun Jul 28 19:42:51 2013 +0000 move Auth_ParseSearchHistoryCookie.t to db_dependent directory The actual tests in this script are not dependent on the database, but simply loading C4::Auth requires a valid(ish) koha-conf.xml and database. Signed-off-by: Galen Charlton (cherry picked from commit 3a5e64cd916d415a4ffde2be921419d4cfaab33f) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 3a5e64cd916d415a4ffde2be921419d4cfaab33f) commit df13c5e14cc987c078d403323661224c1462f7e6 Author: Galen Charlton Date: Sun Jul 28 02:48:44 2013 +0000 do some validation of the KohaOpacRecentSearches cookie Add validation of the value of the KohaOpacRecentSearches. In particular, this patch avoids the generation of an internal server error when the OPAC is presented with an old cookie that uses the old Storable-based serialization. This patch also moves parsing of the cookie value into a new routine in C4::Auth, ParseSearchHistoryCookie, and adds a test case. To test (in conjunction with the previous patch): Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Apply this patch and the previous one. - Do *not* clear the KohaOpacRecentSearches cookie - Check the search history and verify that no searches are listed any more - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton (cherry picked from commit 89792b97cacb01fc6f7d2380a4c8f21703d79e72) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 89792b97cacb01fc6f7d2380a4c8f21703d79e72) commit d45fff48ae85741d8bfb2c0a52ac504858ac238f Author: Galen Charlton Date: Thu Jul 25 16:50:30 2013 +0000 use JSON rather than Storable for the OPAC search history cookie To test: Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - Clear the KohaOpacRecentSearches cookie - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verified that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton Signed-off-by: Tomas Cohen Arazi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Galen Charlton (cherry picked from commit c6c001b8ff94f60c60de428053b107105fb589de) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit c6c001b8ff94f60c60de428053b107105fb589de) ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 31 +++-- installer/data/mysql/updatedatabase.pl | 7 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_10_9.txt | 181 ++++++++++++++++++++++++ opac/opac-search-history.pl | 12 +- opac/opac-search.pl | 23 +-- t/db_dependent/Auth_ParseSearchHistoryCookie.t | 43 ++++++ 7 files changed, 260 insertions(+), 39 deletions(-) create mode 100644 misc/release_notes/release_notes_3_10_9.txt create mode 100644 t/db_dependent/Auth_ParseSearchHistoryCookie.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 00:30:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Jul 2013 22:30:36 +0000 Subject: [koha-commits] main Koha release repository branch 3.6.x updated. v3.06.11-23-g35221a9 Message-ID: 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, 3.6.x has been updated via 35221a910a5bed093d89488fe8e7533995892700 (commit) via 9c27e64c1729de2a892e14c049643c135dc7e2a1 (commit) via 0700abd542584f996e333e07f227822bbd4e9f90 (commit) via b7cbf8b53101824243b32ead096f6756400cc479 (commit) via 73fc8f439fcaeb790f96dffe0a8f99aed194e311 (commit) from c169ac6882ca8b9a96592047f9233faee52cda20 (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 35221a910a5bed093d89488fe8e7533995892700 Author: Jared Camins-Esakov Date: Mon Jul 29 12:34:25 2013 -0400 Add release notes for 3.6.12 commit 9c27e64c1729de2a892e14c049643c135dc7e2a1 Author: Jared Camins-Esakov Date: Mon Jul 29 08:49:55 2013 -0400 Increment version for 3.6.12 security release Signed-off-by: Jared Camins-Esakov commit 0700abd542584f996e333e07f227822bbd4e9f90 Author: Galen Charlton Date: Sun Jul 28 19:42:51 2013 +0000 move Auth_ParseSearchHistoryCookie.t to db_dependent directory The actual tests in this script are not dependent on the database, but simply loading C4::Auth requires a valid(ish) koha-conf.xml and database. Signed-off-by: Galen Charlton (cherry picked from commit b12c7b2ea01a01c2bd300e553d8ad39a1f201297) Signed-off-by: Jared Camins-Esakov commit b7cbf8b53101824243b32ead096f6756400cc479 Author: Galen Charlton Date: Sun Jul 28 02:48:44 2013 +0000 do some validation of the KohaOpacRecentSearches cookie Add validation of the value of the KohaOpacRecentSearches. In particular, this patch avoids the generation of an internal server error when the OPAC is presented with an old cookie that uses the old Storable-based serialization. This patch also moves parsing of the cookie value into a new routine in C4::Auth, ParseSearchHistoryCookie, and adds a test case. To test (in conjunction with the previous patch): Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Apply this patch and the previous one. - Do *not* clear the KohaOpacRecentSearches cookie - Check the search history and verify that no searches are listed any more - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton (cherry picked from commit 2932860374670ac2656261db15e3375c6ed2e9f1) Signed-off-by: Jared Camins-Esakov commit 73fc8f439fcaeb790f96dffe0a8f99aed194e311 Author: Galen Charlton Date: Thu Jul 25 16:50:30 2013 +0000 use JSON rather than Storable for the OPAC search history cookie To test: Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - Clear the KohaOpacRecentSearches cookie - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verified that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton Signed-off-by: Tomas Cohen Arazi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Galen Charlton (cherry picked from commit a18b097b000428b143ee1647124566cc8a70f2b6) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 32 ++-- installer/data/mysql/updatedatabase.pl | 4 +- kohaversion.pl | 2 +- misc/release_notes/release_notes_3_6_12.txt | 263 ++++++++++++++++++++++++ opac/opac-search-history.pl | 12 +- opac/opac-search.pl | 24 +-- t/db_dependent/Auth_ParseSearchHistoryCookie.t | 43 ++++ 7 files changed, 338 insertions(+), 42 deletions(-) create mode 100644 misc/release_notes/release_notes_3_6_12.txt create mode 100644 t/db_dependent/Auth_ParseSearchHistoryCookie.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 00:31:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Jul 2013 22:31:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.4.x updated. v3.04.08-125-gacf071b Message-ID: 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, 3.4.x has been updated via acf071bc876bc1eeb291177b69f651d82c2cd19c (commit) via ac8c47e1876e03b988180b4a08862d8de171d050 (commit) via eeedee8c98776eb52c039649f94331de0596db3c (commit) from aefc58585340508d110094890410edc45edd91ec (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 acf071bc876bc1eeb291177b69f651d82c2cd19c Author: Galen Charlton Date: Sun Jul 28 19:42:51 2013 +0000 move Auth_ParseSearchHistoryCookie.t to db_dependent directory The actual tests in this script are not dependent on the database, but simply loading C4::Auth requires a valid(ish) koha-conf.xml and database. Signed-off-by: Galen Charlton commit ac8c47e1876e03b988180b4a08862d8de171d050 Author: Galen Charlton Date: Sun Jul 28 02:48:44 2013 +0000 do some validation of the KohaOpacRecentSearches cookie Add validation of the value of the KohaOpacRecentSearches. In particular, this patch avoids the generation of an internal server error when the OPAC is presented with an old cookie that uses the old Storable-based serialization. This patch also moves parsing of the cookie value into a new routine in C4::Auth, ParseSearchHistoryCookie, and adds a test case. To test (in conjunction with the previous patch): Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Apply this patch and the previous one. - Do *not* clear the KohaOpacRecentSearches cookie - Check the search history and verify that no searches are listed any more - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton commit eeedee8c98776eb52c039649f94331de0596db3c Author: Galen Charlton Date: Thu Jul 25 16:50:30 2013 +0000 use JSON rather than Storable for the OPAC search history cookie To test: Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - Clear the KohaOpacRecentSearches cookie - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verified that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton Signed-off-by: Tomas Cohen Arazi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 32 ++++++++++-------- opac/opac-search-history.pl | 12 ++---- opac/opac-search.pl | 24 ++++--------- t/db_dependent/Auth_ParseSearchHistoryCookie.t | 43 ++++++++++++++++++++++++ 4 files changed, 72 insertions(+), 39 deletions(-) create mode 100644 t/db_dependent/Auth_ParseSearchHistoryCookie.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 00:32:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Jul 2013 22:32:05 +0000 Subject: [koha-commits] main Koha release repository branch 3.2.x updated. v3.02.11-3-g5f0384d Message-ID: 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, 3.2.x has been updated via 5f0384d42f1427ac680891c2f535c327b1fadf26 (commit) via 45aa375aae1ab7c1ca453ad838b37160371df845 (commit) via 96434ba3a373f01cc340c7299700ee147edbb3b6 (commit) from 12f7c5d1ca377e266ed4a1382edb287d24cf366f (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 5f0384d42f1427ac680891c2f535c327b1fadf26 Author: Galen Charlton Date: Sun Jul 28 19:42:51 2013 +0000 move Auth_ParseSearchHistoryCookie.t to db_dependent directory The actual tests in this script are not dependent on the database, but simply loading C4::Auth requires a valid(ish) koha-conf.xml and database. Signed-off-by: Galen Charlton commit 45aa375aae1ab7c1ca453ad838b37160371df845 Author: Galen Charlton Date: Sun Jul 28 02:48:44 2013 +0000 do some validation of the KohaOpacRecentSearches cookie Add validation of the value of the KohaOpacRecentSearches. In particular, this patch avoids the generation of an internal server error when the OPAC is presented with an old cookie that uses the old Storable-based serialization. This patch also moves parsing of the cookie value into a new routine in C4::Auth, ParseSearchHistoryCookie, and adds a test case. To test (in conjunction with the previous patch): Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Apply this patch and the previous one. - Do *not* clear the KohaOpacRecentSearches cookie - Check the search history and verify that no searches are listed any more - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verify that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton commit 96434ba3a373f01cc340c7299700ee147edbb3b6 Author: Galen Charlton Date: Thu Jul 25 16:50:30 2013 +0000 use JSON rather than Storable for the OPAC search history cookie To test: Exercise the OPAC search history functionality, after turning on the EnableOpacSearchHistory syspref: - Clear the KohaOpacRecentSearches cookie - As an anonymous user, conduct a variety of searches, including ones that include non-ASCII characters - Check the search history and verified that all searches are listed - Log into the OPAC - Verify that current and past searches are listed in search history. Signed-off-by: Galen Charlton Signed-off-by: Tomas Cohen Arazi Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 32 ++++++++++-------- opac/opac-search-history.pl | 12 ++---- opac/opac-search.pl | 24 ++++--------- t/db_dependent/Auth_ParseSearchHistoryCookie.t | 43 ++++++++++++++++++++++++ 4 files changed, 72 insertions(+), 39 deletions(-) create mode 100644 t/db_dependent/Auth_ParseSearchHistoryCookie.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 00:47:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Jul 2013 22:47:49 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.06.12.000 created. v3.06.12.000 Message-ID: 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 annotated tag, v3.06.12.000 has been created at fb119fdbf6ec1d97628ad23d41a008e6158854c9 (tag) tagging 35221a910a5bed093d89488fe8e7533995892700 (commit) replaces v3.06.11 tagged by Jared Camins-Esakov on Mon Jul 29 12:39:32 2013 -0400 - Log ----------------------------------------------------------------- Koha release 3.06.12.000 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABAgAGBQJR9prEAAoJEIya4kPuFV6t1/4H/1HDjy6bZaVaFpxOt8r8JGHl SOVqkJ3RqH7nlPN2lVyInWcDIIFaNetjVhmtjNsT2SESoFeTriGOCbEVNPGIJbt/ Y90xiXPMx8XlJMtSqzn1X5ZcsW5DJHFV8dQ7dpIxO4p/Qf87DPtqiUKCpD1YNIDH 7okYGObxC0Whpm/dOzcnSVkoeLBMg/x62Ox1qN1aY9Eq1ZrGUq5tuIVJ1kCrljMX wFiAWnJPVkSApuhNf28jwicha58novVPTXnoD0mVNiS9j+Uw6Ix90yWjgSDgPtkl FcoKbF0XJdQiX+3nzC5Se5L/uBJBmTw2diD20tV08Jj9i2Cmefo3poZvmkqrbjo= =fdef -----END PGP SIGNATURE----- Chris Cormack (1): Bug 7143 updating history and about page Chris Hall (1): Bug 9158: correcting whitespace in series (440) display Fred Pierre (1): Bug 8401 : Highlighting of search terms in preference causes loss of data Fridolyn SOMERS (1): Bug 8481 - Items table is showing in opac-MARCdetail.pl but not in MARCdetail.pl Galen Charlton (3): use JSON rather than Storable for the OPAC search history cookie do some validation of the KohaOpacRecentSearches cookie move Auth_ParseSearchHistoryCookie.t to db_dependent directory Jared Camins-Esakov (3): Bug 8924: Some modules erroneously skipped by 00-load Increment version for 3.6.12 security release Add release notes for 3.6.12 Jonathan Druart (1): Bug 9140: Followup removes the useless variable $message Liz Rea (3): Fixing errors with updatedatabase.pl Bug 6574 - js error in en-GB and en-NZ translations due to improper quoting Revert "Bug 8924: Some modules erroneously skipped by 00-load" Martin Renvoize (1): Bug 9335 - humanMsg popups don't disapear in webkit browsers Owen Leonard (4): Bug 9278 - Remove unused OPAC CSS file sanop.css Bug 9140 - Untranslatable strings in item circulation history Bug 9169 - Wrap relator code in to allow for CSS customization Bug 9141 - Untranslatable strings on "pay an amount..." page Robin Sheat (2): Bug 8878 - a command to provide a shell with the koha environment Bug 9309 - Make OPACurlOpenInNewWindow be respected for 856$u Srikanth Dhondi (1): Bug 8712 - We should use WAI-ARIA guidelines to help with accessibility St?phane Delaune (1): Bug 8977:replace unitialized directory var in printoverdues ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 01:03:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Jul 2013 23:03:10 +0000 Subject: [koha-commits] main Koha release repository tag v3.08.16 created. v3.08.13-67-gf90516a Message-ID: 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 tag, v3.08.16 has been created at f90516a5382541d20393d5c31d5b5bfe3d95700d (commit) - Log ----------------------------------------------------------------- commit f90516a5382541d20393d5c31d5b5bfe3d95700d Author: Galen Charlton Date: Mon Jul 29 17:23:38 2013 +0000 bump up version numbers for 3.8.16 release Signed-off-by: Galen Charlton ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 03:31:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Jul 2013 01:31:45 +0000 Subject: [koha-commits] main Koha release repository tag BL_304 created. v3.00.04_fixed-2-g6e58fe3 Message-ID: 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 tag, BL_304 has been created at 6e58fe3add3d61ae83dfb2a1de639fb925887aa5 (commit) - Log ----------------------------------------------------------------- commit 6e58fe3add3d61ae83dfb2a1de639fb925887aa5 Author: Nahuel ANGELINETTI Date: Thu Oct 1 13:20:55 2009 +0200 (bug #3281) change the way to parse item's summary This patch is a "rebased" one for 3.0.x. This change how to calculate the item's summary, and fix the issue when you have repeated fields. Now every line is repeated, still it have values in repeated fields(see bug report). ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 03:31:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Jul 2013 01:31:46 +0000 Subject: [koha-commits] main Koha release repository tag push created. html_template_pro-318-g7457243 Message-ID: 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 tag, push has been created at 7457243d4d54a76588d51d1833df3517ee40988b (commit) - Log ----------------------------------------------------------------- commit 7457243d4d54a76588d51d1833df3517ee40988b Author: Ricardo Dias Marques Date: Thu Apr 14 16:15:55 2011 +0100 Lower dependency on Storable to 2.20 in PerlDependencies.pm This patch lowers the dependency on the "Storable" Perl package (also known as module/distribution) from version 2.21 to 2.20 This patch created today (14-Apr-2011) does, in PerlDependencies.pm, the same as a previous patch dated 30-Mar-2010 from Lars Wirzenius did, in Makefile.PL : [Koha-patches] [PATCH] Lower dependency on Storable to 2.20. http://lists.koha-community.org/pipermail/koha-patches/2010-March/011560.html The reason for this patch is the same that Lars gave for his: " The Debian squeeze system has only 2.20, and the 2.21 does not seem to be required for all tests to pass. Also, checked with Galen Charlton and Henri-Damien LAURENT (who added the 2.21 dependency) on IRC that 2.21 did not have anything that was required, compared to 2.20. " I believe this patch should be applied to the "master" branch and should also be "cherry-picked" for the "3.2.x" branch. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 03:31:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Jul 2013 01:31:46 +0000 Subject: [koha-commits] main Koha release repository tag ontop created. v3.00.00-969-ge0da512 Message-ID: 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 tag, ontop has been created at e0da51293995ef447b3e1e69b40cc551e0a39119 (commit) - Log ----------------------------------------------------------------- commit e0da51293995ef447b3e1e69b40cc551e0a39119 Author: Joe Atzberger Date: Thu May 14 15:28:40 2009 -0500 @renew_failed can cause enormous performance-killing array. The array was populated and values flagged with an accessor, like: for (@failedrenews) { $renew_failed[$_] = 1; } But this means that an array of possibly hundreds of thousands of elements would have to be auto-populated for high itemnumbers. A hash is the correct structure. We also haven't checked the user input for validity, so we do not know for sure that @failedrenews really does contain just itemnumbers. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 03:31:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Jul 2013 01:31:46 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.12.03 created. v3.12.03 Message-ID: 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 annotated tag, v3.12.03 has been created at 166a40f098d3a2501f9e250e7ae69bc85d19706b (tag) tagging 17573f120b13cb496d7fac82ed5ed647eaf82888 (commit) replaces v3.12.02 tagged by Tomas Cohen Arazi on Mon Jul 29 22:42:14 2013 -0300 - Log ----------------------------------------------------------------- Koha release 3.12.03 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAABAgAGBQJR9xn2AAoJEAonLqGy88FfsRgP/Rmy6/wPkPNR5KtGwLsRwAps nLLhY+LiOkHwFvYkH+CqKCrqYvAjveXlgNcytqNPrCuIULQ80qfE7awiTR9jr2cK IrzJqSl5JY05LsVcRu2nXAnjkl1tcxLrALbK5TQ06cbTnfY4KjogczoIEnk+StyI 7m2w5Mzt6hD8E+9ehrEBOCqI2H4272pkAKN22qOkQgc6j293z5wZtCtII9AJ3AB4 oFIaHJ3slwNwMD+7BbOjhJx+d0FVwsuST13xMCsoUTun2OOppS0WmDkpZP9qz0MN SViaX0Lw19RCuz7v6RBsq8/pO+gFOS6VCVRpCk8veYnmZLn/ZkpFV98wj80UmFlQ 8r/7vVwj1oE9MasRLcZ2CoF9pKBqo25WfIhbteac8x5Wl0E1IsF20T+vh1DKpy4p voOfoE+vv6/+Vg2cjwa//ANFY17zkY4oMuCkHHQ7BxBc428JUEYHO9C/S2QEopJB KjXMU6k+iEMRz0GLSBXD6xWhjxdC867E15hkiDSkaPpPl5ocMQLXfprKbxVXkaT0 Dptk3RI/SgdhWayKKn/ddREBRLf2O6s0y3q+Od/F/mGNNS7JSxsUu872dPl1auc9 jrAz2gHwqBPuXf9xQq9fP9HRrfe5otOt/rNHbNMY5wtDaZEz2+G8I+jC4xdAOd95 he6mvfEc4r/NfjTgYhkF =/aJi -----END PGP SIGNATURE----- Adrien Saurat (1): Bug 10170: strings in MARC import made translatable Bernardo Gonzalez Kriegel (1): Translation updates for 3.12.3 Chris Cormack (1): Bug 7143: Updating history and about page Chris Hall (1): bug 10356: improve display of serial issue dates in staff bib details page David Cook (1): Bug 10448: can now change framework after duplicating bib record Fridolyn SOMERS (1): Bug 6898: fix DB update that assigns the circulate/overdues_report permission Galen Charlton (7): Bug 10258: fix permissions check for setting basket group for order basket Bug 10258: offer to create basket group only when staff user has correct permission bug 10556: regression test for setting deliverytime when adding vendor Bug 10170: expose more managed staged MARC strings to translation use JSON rather than Storable for the OPAC search history cookie do some validation of the KohaOpacRecentSearches cookie move Auth_ParseSearchHistoryCookie.t to db_dependent directory Jason Etheridge (2): Bug 9770: test case for sorting of Dewey call numbers that contain prefixes Bug 9770: fix sorting of Dewey call numbers that contain prefixes Jonathan Druart (7): Bug 10527: remove disused routine C4::Branch::get_branch_code_from_name Bug 10504: Remove the unused C4::Acq::ModOrderItem routine Bug 10275: UT: OrderFromSubscription.t needs to create its own data Bug 10275: Use a transaction for OrderFromSubscription.t Bug 10274: UT: Acquisition.t needs to create its own data Bug 10274: Execute sql queries into a transaction Bug 10556: The delivery time is not inserted on adding a supplier. Kenza Zaki (2): Bug 10575 : GetOrdersByBiblionumber.t needs a database transaction Bug 10499: VirtualShelves.t - wrap tests in a database transaction Mathieu Saby (1): Bug 10189: Translate values in UNIMARC 128b/c cataloguing plugins to English Owen Leonard (2): Bug 10514: improve visibility of Add item link on new order form Bug 10422 - Remove references to unused and non-existent wizard.css Tomas Cohen Arazi (2): Update release notes for 3.12.3 release Increment version for 3.12.3 release ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 03:41:29 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Jul 2013 01:41:29 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.10.09 created. v3.10.09 Message-ID: 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 annotated tag, v3.10.09 has been created at 7c7dfedb4855edcaa859e1fc22a58a747276e953 (tag) tagging 87cc3e27534c39c65024cc942822f3489de28074 (commit) replaces v3.10.07 tagged by Bernardo Gonzalez Kriegel on Mon Jul 29 22:48:07 2013 -0300 - Log ----------------------------------------------------------------- Koha release 3.10.09 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAABAgAGBQJR9xtXAAoJEN+HQNGACsDapVIP/2UyzGRkP2OB9t4Mj03FzgVX WnBFReeoKAgKAQE3si2GwYvpJ3j2RPuDAWt/tCvqq3u6OeWtpKQ0QEswcyY6y8do YXl7+/8U4j5xwWeaKooaT1Lpd4MPNSa8muUuXtSENtlqBUPUzwcfmfqkNEvDNDIR Sz1tAWe52ZUIy0x0KJNrOmF1+jTlAM+8m0U0QZJNYs/n3rohjZrSOHGfO+VWRv5H c3fzeYoALXN1lzZ/NjMiOVFA8JrTmE+DdMWXFFcuWSyzSJ8gjBjmTNdodem9LJLc d//KpoZxMdta5dTaskHNBuyA1ijPjMRgfPiiM9lltkgJ4VYTdmYCZL95g4axiu2P LxEN/sduMHZESK7JxKpP44V952iLT276FSn3UDYwFJ04XdUoqsn3P1lFc725Ybpw Z7wb4M4kz6f3GjFOD7FkhN41hQhUMJ+BZYwn7jeHgJhb1S2Yu6N0SSLhDIbO1EI0 sy++1UUAiHCIlnRSY7f2xQOKtTltpEoKWhybiPryKYsfpoHkoQ6WeaEl5X7IRLgt nlgKnfKrtQyEL1TsFJV+2O+afu/aP+VeQO3x7isdFsScAMQYF+ZHalhKAQav72HS C3aQsQXdSQG27BeV6rUj33kCOAmfpWQ/hJX1KIjWg1F2kKEb+PxvYujP//R5bWY7 2Zpd3q6BcK/aVN3PTklr =W79h -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (7): Bug 10443: DBRev 3.10.07.001 - make sure borrower_files exists Bug 9826 - Missing fields in MARC21 authority framework Translation updates for 3.10.8 Update release notes for 3.10.8 release Database update for 3.10.8 release Update release notes for 3.10.9 release Database update for 3.10.9 release Colin Campbell (1): Bug 766: remove CGI::scrolling_list from request.pl David Cook (1): Bug 10466: fix glitch in OPAC display of titles saved to list Fridolyn SOMERS (2): Bug 10425 - Help page missing for Local Use preferences Bug 10590 - in opac-topissues limit param is not protected Galen Charlton (12): bug 6281: add test case for sorting LC call numbers correctly bug 6281: introduce LC::CallNumber::LC for sorting LC call numbers bug 6281: add Library::CallNumber::LC as a required Perl dependency bug 9370: test case for splitting LC call number bug 9370: add invalid call number to LC splitting test cases bug 9370: improve splitting of LC call numbers for labels Bug 10443: (follow-up) make sure borrower_files has FK constraint Bug 10425: tweaks to text of help for local use system preference bug 10495: set precondition for HoldsQueue test use JSON rather than Storable for the OPAC search history cookie do some validation of the KohaOpacRecentSearches cookie move Auth_ParseSearchHistoryCookie.t to db_dependent directory Jared Camins-Esakov (1): Bug 8884: opacheader is not in the header on CCSR Jonathan Druart (5): Bug 10458: t/Z3950.t should be removed too Bug 10439: fix bug preventing the library for a notice from being changed Bug 10317: improve display when order receiving page is given an invalid invoiceid Bug 10336: HoldsQueue.t needs to create its own data Bug 10290: UT: VirtualShelves.t needs to create its own data Juan Romay Sieira (1): Bug 10443 - Table borrower_files does not exists in kohastructure.sql file Katrin Fischer (1): Bug 10474: Translate some English strings in German sample notices Kyle M Hall (7): Bug 10311 - Holds queue ignores item-level holds where only one items exists Bug 9541: make OPAC login page respect OPAC_CSS_OVERRIDE Bug 9458 - Add sorting to lists Bug 9458 - Add sorting to lists - QA Followup Bug 9458 - Add sorting to lists - QA Followup 2 Bug 9458 - Add sorting to lists - QA Followup 3 Bug 9458 - Add sorting to lists - QA Followup 4 Magnus Enger (1): Bug 10379 - Followup: add koha-rebuild-zebra -q to the man page Marcel de Rooy (3): Bug 10458: Remove obsolete Z3950 module and test Bug 10290: Followup for Virtualshelves.t Bug 10386: improvements to VirtualShelves.t Owen Leonard (2): Bug 10297 - categorycode and branchcode should be required when adding patrons Bug 7110: Renewal messages no longer displays in OPAC if OpacRenewalAllowed is disabled Robin Sheat (3): Bug 10379: silence zebra rebuild cron when no instances are enabled Bug 10524 - dependency updates Bug 10590 - parameterise the limit option Sophie Meynieux (1): Bug 10396: remove unnecessary date-picker widgets from Catalog statistics form Tomas Cohen Arazi (1): Bug 10464: Patron search on placing a hold now supports autocomplete ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Jul 30 16:42:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 30 Jul 2013 14:42:51 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-887-g2c7e139 Message-ID: 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 2c7e1390b45e497676ea4f414520708577cf761a (commit) via 0d4724e81b94b290a5b58970a8f59ebe8340f165 (commit) via 651ea298ea90742a2c56bbb693a4fbbb0064d5b2 (commit) from 18454bbb7d5bf6486cd7efdde11ffe0eb2cdcf52 (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 2c7e1390b45e497676ea4f414520708577cf761a Author: Fridolyn SOMERS Date: Thu Jul 11 16:33:33 2013 +0200 Bug 10543 - add mandatory subfield check to addorderiso2709.pl When adding orders from staged file, you can create one order per record using item form in the bottom of addorderiso2709.pl. The form was missing checks of mandatory item fields; this patch adds those checks. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer All 3 patches pass tests and QA script. Some additional notes on the test plan from the first patch: It took me a while to figure out a combination of subfields that would trigger the bug. I am not sure about the condition that transforms the input field into a textbox as it does not seem to happen for every field. What worked in the end was (MARC21): - $g cost, normal purchase price = mandatory - $h serial enumeration/chronolgy = optional, filled with text over 100 characters Checked for: - Adding items in cataloguing Was able to reproduce the problem, mandatory check works as expected. - Adding items from staged file in acq Was not able to trigger the problem, because we don't edit the item here, but mandatory check works as expected. - Addings items for serial subscriptions Was not able to trigger the problem, because we don't edit the items here, but mandatory check works better as before as missing mandatory fields are now highlighted and weren't before. Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 0d4724e81b94b290a5b58970a8f59ebe8340f165 Author: Fridolyn SOMERS Date: Thu Jul 11 16:30:27 2013 +0200 Bug 10543 - Unify item mandatory subfields check Use of CheckMandatorySubfields from cataloging.js everywhere an item cataloging form is checked for mandatory fields. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 651ea298ea90742a2c56bbb693a4fbbb0064d5b2 Author: Fridolyn SOMERS Date: Fri Jul 5 15:20:59 2013 +0200 Bug 10543: fix false warnings from checks of mandatory item fields Under certain circumstances, when editing an item, you get a popup warning "1 mandatory fields empty (highlighted)". Even though all mandatory fields are filled in. This occurs when there is a field with a huge content (more than 100 characters) that gets displayed in a textarea instead of input. This patch corrects the Javascript form check by using siblings(). Also adds a more precise filter to find mandatory inputs because looking in full page may bring unwanted results. Test plan : - In a framework, make sure you have in item field : An optional subfield (without authorised value), then a mandatory subfield, then an optional subfield next to mandatory subfield For example : $i (optional), $r (mandatory) and $s (optional) - Open a biblio record and create a new item - Enter more than 100 characters in $i, fill $r and $s - Click "Add item" - Edit this item => You get a textarea for $i - Empty $s and Save => Without patch, you get a warning and form is not saved and you see that $s is yellow while it should be $r => With patch, form is saved - Re-edit this item - Empty $r and save => You get a warning and form is not saved Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Notes on last patch. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js | 17 +++++++++++++++ .../prog/en/modules/acqui/addorderiso2709.tt | 13 +++++++++++ .../prog/en/modules/acqui/neworderempty.tt | 9 +------ .../prog/en/modules/acqui/orderreceive.tt | 15 ++---------- .../prog/en/modules/cataloguing/additem.tt | 22 ++++--------------- .../prog/en/modules/serials/serials-edit.tt | 14 +++++------- 6 files changed, 46 insertions(+), 44 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Jul 31 22:33:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 31 Jul 2013 20:33:53 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.03-1-gc0df9a9 Message-ID: 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, 3.12.x has been updated via c0df9a90577cfdee19c9a1d2ca1155846fcb2b07 (commit) from 17573f120b13cb496d7fac82ed5ed647eaf82888 (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 c0df9a90577cfdee19c9a1d2ca1155846fcb2b07 Author: Tomas Cohen Arazi Date: Wed Jul 31 17:38:01 2013 -0300 Bug 10669 - LiveDVD manager for 3.12 missing in about page This fixes the error. Regards To+ Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository