From gitmaster at git.koha-community.org Thu Aug 1 16:58:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Aug 2013 14:58:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-889-gd9d8a84 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 d9d8a8424dcd62988293920f7c67f7d0a01efc70 (commit) via 5de06b87e29f12250a35df3239372a7ed0754811 (commit) from 2c7e1390b45e497676ea4f414520708577cf761a (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 d9d8a8424dcd62988293920f7c67f7d0a01efc70 Author: Galen Charlton Date: Thu Aug 1 15:09:39 2013 +0000 Bug 10644: fix typos in test descriptions Signed-off-by: Galen Charlton commit 5de06b87e29f12250a35df3239372a7ed0754811 Author: Kenza Zaki Date: Fri Jul 26 09:55:43 2013 +0200 Bug 10644: add unit tests for ClassSource.pm The tests are wrapped in a database transaction. To test: prove t/db_dependent/ClassSource.t t/db_dependent/ClassSource.t .. 1/24 prepare_cached(SELECT * FROM `class_sort_rules` WHERE `class_sort_rule` = ?) statement handle DBI::st=HASH(0x92dbedc) still Active at C4/ClassSource.pm line 249 prepare_cached(SELECT * FROM `class_sources` WHERE cn_source = ?) statement handle DBI::st=HASH(0x926876c) still Active at C4/ClassSource.pm line 137 attempting to use non-existent class sorting routine routine1 prepare_cached(SELECT * FROM `class_sort_rules` WHERE `class_sort_rule` = ?) statement handle DBI::st=HASH(0x92dbedc) still Active at C4/ClassSource.pm line 249 prepare_cached(SELECT * FROM `class_sources` WHERE cn_source = ?) statement handle DBI::st=HASH(0x926876c) still Active at C4/ClassSource.pm line 137 t/db_dependent/ClassSource.t .. ok All tests successful. Files=1, Tests=24, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.12 cusr 0.01 csys = 0.15 CPU) Result: PASS Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/ClassSource.t | 197 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 197 insertions(+), 0 deletions(-) create mode 100644 t/db_dependent/ClassSource.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 1 17:02:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 01 Aug 2013 15:02:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-890-g82e1a1c 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 82e1a1c1b39eb497a0ecf8742b2c1b272439b2b6 (commit) from d9d8a8424dcd62988293920f7c67f7d0a01efc70 (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 82e1a1c1b39eb497a0ecf8742b2c1b272439b2b6 Author: Owen Leonard Date: Fri Jul 19 12:39:18 2013 -0400 Bug 10609: Use library name rather than code in serials-collection.pl The serials collection page displays branchcode instead of library name. This patch uses the Branches template plugin to display the library name instead. Also corrected: Added missing datatables config include to prevent a JavaScript error. To test, view the serials collection page for a subsciption with existing issues. Library names should be displayed instead of branchcodes. There should be no JavaScript errors reported by the browser. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer Works well and uses the new TT plugin for displaying the branch name. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/serials/serials-collection.tt | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 2 22:06:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 02 Aug 2013 20:06:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.09-5-g452d6ee 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 452d6eed5880eb40bbee79c9f0938fbbd1fb3d26 (commit) via acfe6874f1b1e5de4a88f40bbb8554771f685bef (commit) via d9c39688bcc5f4064763d8e2a6958c94066dbdd8 (commit) via a43901717ea0d37b5e6a9d7c74f40f6a7d29c12a (commit) via 2a837ccc2e27f7f4952be5d2372a6a31a83f07f5 (commit) from 87cc3e27534c39c65024cc942822f3489de28074 (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 452d6eed5880eb40bbee79c9f0938fbbd1fb3d26 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 (cherry picked from commit 2898cf57e5c3b9c6fd8f4fe8f0d5c180ab28fc06) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 2898cf57e5c3b9c6fd8f4fe8f0d5c180ab28fc06) commit acfe6874f1b1e5de4a88f40bbb8554771f685bef 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 (cherry picked from commit 45c883c3e509eacf2a1e3737db6bb6e7c4a9d2d8) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 45c883c3e509eacf2a1e3737db6bb6e7c4a9d2d8) commit d9c39688bcc5f4064763d8e2a6958c94066dbdd8 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 (cherry picked from commit 1d9ac2b10a96800d301524978f00ee393b5bb75e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 1d9ac2b10a96800d301524978f00ee393b5bb75e) commit a43901717ea0d37b5e6a9d7c74f40f6a7d29c12a 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 (cherry picked from commit 42d93d1e342d0f450fcbe80767be91a3bbba20ac) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 42d93d1e342d0f450fcbe80767be91a3bbba20ac) commit 2a837ccc2e27f7f4952be5d2372a6a31a83f07f5 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 (cherry picked from commit 059732c23c23be77da1c18fac3290aa9c0ba2d67) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 059732c23c23be77da1c18fac3290aa9c0ba2d67) ----------------------------------------------------------------------- Summary of changes: Koha/Template/Plugin/KohaBranchName.pm | 10 ++--- .../{prog => ccsr}/images/star-ratings-sprite.png | Bin 2000 -> 2000 bytes .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 6 ++-- serials/serials-edit.pl | 8 +++- .../Koha_template_plugin_KohaBranchName.t | 37 ++++++++++++++++++++ 5 files changed, 50 insertions(+), 11 deletions(-) copy koha-tmpl/opac-tmpl/{prog => ccsr}/images/star-ratings-sprite.png (100%) 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 Fri Aug 2 22:32:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 02 Aug 2013 20:32:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-891-gb874f7d 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 b874f7d63894693c9c3f2a3d93ee119bc3b01486 (commit) from 82e1a1c1b39eb497a0ecf8742b2c1b272439b2b6 (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 b874f7d63894693c9c3f2a3d93ee119bc3b01486 Author: Fridolyn SOMERS Date: Wed Jul 31 11:39:45 2013 +0200 Bug 10666: avoid random failures of Daily quotes tests In t/db_dependent/Koha.t, the test "Got a quote based on today's date" is failing : $prove t/db_dependent/Koha.t : t/db_dependent/Koha.t .. 1/6 # Failed test 'Got a quote based on today's date.' # at t/db_dependent/Koha.t line 126. # Compared $data->{"source"} # got : 'Herbert Hoover' # expect : 'Abraham Lincoln' # Be sure to run this test on a clean install of sample data. # Looks like you failed 1 test of 4. Looks like the wrong quote is returned by GetDailyQuote(). I'm using a databased created with the English sample SQL datas. I think I found the cause : The test "Got a random quote." calls GetDailyQuote('random'=>1) which changes the quote timestamp to now. When then testing GetDailyQuote(), this quote (which may not be the one created by test) is the most recent quote. This patch moves the "Got a random quote." test after "Got a quote based on today's date" to solve the problem. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Koha.t | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 3 20:00:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Aug 2013 18:00:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.09-10-ge94b493 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 e94b493fc7f6217a92d91f78ce6849d73fd8c6e8 (commit) via d1844855efba1b4121dac160d130cdb7d7720c13 (commit) via 3390a6efc74714f6ebd577d06f344acbff001357 (commit) via bd199ff98c8c34bd6587f12bc3a844827ed07aa9 (commit) via 7270732d320825288193e9514d50c67e913b7914 (commit) from 452d6eed5880eb40bbee79c9f0938fbbd1fb3d26 (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 e94b493fc7f6217a92d91f78ce6849d73fd8c6e8 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 (cherry picked from commit 7c92496cf7f7ee1016b934a8e01e995b680f9761) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 7c92496cf7f7ee1016b934a8e01e995b680f9761) commit d1844855efba1b4121dac160d130cdb7d7720c13 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 (cherry picked from commit 7000aa561c7fb33c422f9b60c4f7590a6071ee08) Solved Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 7000aa561c7fb33c422f9b60c4f7590a6071ee08) commit 3390a6efc74714f6ebd577d06f344acbff001357 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 (cherry picked from commit 54d414ee2d16a2969c91e5a83cb8c66858fed03c) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 54d414ee2d16a2969c91e5a83cb8c66858fed03c) commit bd199ff98c8c34bd6587f12bc3a844827ed07aa9 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 (cherry picked from commit 2dff5177f2d7c542175b28adf1832e201c0ae864) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 2dff5177f2d7c542175b28adf1832e201c0ae864) commit 7270732d320825288193e9514d50c67e913b7914 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 (cherry picked from commit d3636aee9fe920106b8b9ea84d058c357e1e2fcc) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d3636aee9fe920106b8b9ea84d058c357e1e2fcc) ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_cas.pm | 4 +--- cataloguing/additem.pl | 2 +- .../prog/en/modules/cataloguing/additem.tt | 8 ++++---- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 13 ++++++------- koha-tmpl/opac-tmpl/prog/images/sprite.png | Bin 8381 -> 3348 bytes opac/opac-addbybiblionumber.pl | 4 ++++ 6 files changed, 16 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 3 21:53:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 03 Aug 2013 19:53:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.09-17-g1140e9c 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 1140e9c46af8522373ec51fc6282bfc7c4936540 (commit) via fad6ed5b1751486c7a492349b864128bbe81f432 (commit) via e29a98f8166df4cad0cb6ea12bd06a39e52a4d47 (commit) via 424a73e889edf5d8e90150ed504fa802953d8194 (commit) via f7fdd8e36f98ed05ed0eb49c02d414aa8c5cb403 (commit) via 2db1c2b208c53a59bd896af426455122b7b738e5 (commit) via 70cc750a5f96ca72c07f359006730ff92f9ff5b5 (commit) from e94b493fc7f6217a92d91f78ce6849d73fd8c6e8 (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 1140e9c46af8522373ec51fc6282bfc7c4936540 Author: Bernardo Gonzalez Kriegel Date: Sat Aug 3 16:24:18 2013 -0300 Bug 9519: DBRev 3.10.09.001 Update database number Signed-off-by: Bernardo Gonzalez Kriegel commit fad6ed5b1751486c7a492349b864128bbe81f432 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 (cherry picked from commit 645e80d58783aed46f368e36156ea69e2a34779e) Conflicts: installer/data/mysql/updatedatabase.pl Solved merge conflict Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 645e80d58783aed46f368e36156ea69e2a34779e) commit e29a98f8166df4cad0cb6ea12bd06a39e52a4d47 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 (cherry picked from commit 85130dafc515363eba8f44973291a7af893a8b52) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 85130dafc515363eba8f44973291a7af893a8b52) commit 424a73e889edf5d8e90150ed504fa802953d8194 Author: Jonathan Druart Date: Thu Apr 25 09:47:53 2013 +0200 Bug 10088: FIX adding an order from a staged file. Bug 9902 introduced an issue in the C4::Items::PrepareItemrecordDisplay routine. The existence of $defaulvalue hashref should be tested before getting to the branchcode key. Test plan: Before applying the patch, an error occurred when you try to create an order from a staged file. After applying the patch, the error does not appear anymore. Signed-off-by: Mathieu Saby Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit f2e44716f60578b9663862d7b2ba3b16f7067143) Signed-off-by: Jared Camins-Esakov (cherry picked from commit a8ee942442d42e7ae4f42567eba22f33725188a5) commit f7fdd8e36f98ed05ed0eb49c02d414aa8c5cb403 Author: Kyle M Hall Date: Wed Mar 27 09:18:24 2013 -0400 Bug 9902 - item subfields not populating Test Plan: 1) Create a new serial with a default location, call number, and library ( the library will need to be any but the one you are logged in as ) 2) Click the "Recieve" button for this serial 3) Click "Click to add item" 4) Note those values are not populated 5) Apply the patch 6) Reload the page 7) Click "Click to add item" 8) Note those values are now populated Signed-off-by: Nicole C. Engard All tests pass! Signed-off-by: Chris Cormack This seems to restore the former behaviour. Signed-off-by: Liz Rea signing for 3.10.x - restores former behaviour. Signed-off-by: Katrin Fischer Works nicely. Before applying the patch callnumber, location and branches are not carried over correctly. After applying the patch, this works as expected. Signed-off-by: Bernardo Gonzalez Kriegel Pushed to 3.10.x commit 2db1c2b208c53a59bd896af426455122b7b738e5 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 (cherry picked from commit 3865b14a57c4e0d4547980acf67060eac181161f) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 3865b14a57c4e0d4547980acf67060eac181161f) commit 70cc750a5f96ca72c07f359006730ff92f9ff5b5 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 (cherry picked from commit dbd52acf2958bca6b126a35a47d03b6d4d4d541d) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit dbd52acf2958bca6b126a35a47d03b6d4d4d541d) ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_ldap.pm | 5 +++++ C4/Items.pm | 15 +++++++++++++++ .../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 ++++++ .../prog/en/js/background-job-progressbar.js | 4 ++-- .../prog/en/modules/tools/batchMod.tt | 14 ++++++++++++++ kohaversion.pl | 2 +- tools/batchMod.pl | 7 +++---- 12 files changed, 51 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 4 15:28:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 04 Aug 2013 13:28:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.09-27-ge1b6771 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 e1b677188a0464a9e4752313a3bb6843bdb38a62 (commit) via a05d90ff054785cebf82c9ecc6cfaff1e64c4df9 (commit) via c0879481a4ad4bd32fbb00530115bea5fa0bdbc0 (commit) via a582ba6100c1e5aae9aca5f11d22d3eb564f22ae (commit) via 44ee57d306676e374cbe6d2da7632ec7833ccf43 (commit) via 459422c8bad09a8301cf47a7b39abf15a3b265ff (commit) via e22738e3b16593ef5282b493818fe220fb889d24 (commit) via 3a486d8d9d64a371faa7904589c19c6e4bd4aa9c (commit) via d77a1429846b4cd16f8b7ca9a9b8528bb7f396e0 (commit) via 7d35ef0205cca51529346a9e079b5d2961330af3 (commit) from 1140e9c46af8522373ec51fc6282bfc7c4936540 (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 e1b677188a0464a9e4752313a3bb6843bdb38a62 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 (cherry picked from commit 3fcf60e3e2e68f73e9a6292576b6dbc35e450145) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 3fcf60e3e2e68f73e9a6292576b6dbc35e450145) commit a05d90ff054785cebf82c9ecc6cfaff1e64c4df9 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 (cherry picked from commit 5207c513c36fb0e66ed5a8390fc30119e194fad1) commit c0879481a4ad4bd32fbb00530115bea5fa0bdbc0 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 (cherry picked from commit bfd82695b19ce20cd638e8c285e7e1aeed89a255) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit bfd82695b19ce20cd638e8c285e7e1aeed89a255) commit a582ba6100c1e5aae9aca5f11d22d3eb564f22ae 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 (cherry picked from commit 689080867eb810279a912f2d9bf7a78655ffc9dd) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 689080867eb810279a912f2d9bf7a78655ffc9dd) commit 44ee57d306676e374cbe6d2da7632ec7833ccf43 Author: Bernardo Gonzalez Kriegel Date: Sun Aug 4 00:02:34 2013 -0300 Bug 9353: DBRev 3.10.09.002 Update database number commit 459422c8bad09a8301cf47a7b39abf15a3b265ff Author: Bernardo Gonzalez Kriegel Date: Thu Jan 10 19:01:07 2013 -0300 Followup Bug 9353: Missing subfields on MARC21 frameworks This followup changes updatedatabase.pl. Only touch frameworks that have the missing subfields. If both patches are applied, the test plan changes. To test: 1) dev master system with default and example MARC21 frameworks 2) Go to Home > Administration > MARC frameworks 3) Click on 'MARC structure' of any framework 4) Search for tag 029 (or 863/4/5) 5) Click 'Subfields', there are none. 6) Apply both patches 7) run 'perl installer/data/mysql/updatedatabase.pl' 8) Repeat steps 2-4 9) Click 'Subfields', now they are. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Update works nicely. Checked various frameworks and results were ok. Also new fields are hidden. Signed-off-by: Jared Camins-Esakov (cherry picked from commit da4bc6a6315a7f5aca1bb3105549758b8acd7592) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit da4bc6a6315a7f5aca1bb3105549758b8acd7592) Solved conflict in updatedatabase.pl This two are necessary for Bug 5858 commit e22738e3b16593ef5282b493818fe220fb889d24 Author: Bernardo Gonzalez Kriegel Date: Sat Jan 5 17:46:34 2013 -0300 Bug 9353 - Missing subfields on MARC21 frameworks This patch adds missing subfields on MARC fields 029abct (http://www.oclc.org/bibformats/en/0xx/029.shtm) 863abcdefghijklmnopqstvwxz68 (same for 864/5) (http://www.loc.gov/marc/holdings/hd863865.html) To test: 1) dev master system with default and example MARC21 frameworks 2) Go to Home > Administration > MARC frameworks 3) Click on 'MARC structure' of any framework 4) Search for tag 029 (or 863/4/5) 5) Click 'Subfields', there are none. 6) Apply the patch 7) Replace old frameworks, easiest by command line: mysql -uuser -ppass kohadb -e 'delete from biblio_framework; delete from marc_tag_structure; delete from marc_subfield_structure' mysql -uuser -ppass kohadb < installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql mysql -uuser -ppass kohadb < installer/data/mysql/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql 8) Repeat steps 2-4 9) Click 'Subfields', now they are. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Updated frameworks are ok. Note: Only en frameworks are updated, so if other languages need those fields too, we need some followups. Signed-off-by: Jared Camins-Esakov (cherry picked from commit d0f3a49d9672cd018a51168b05db7a9d1f17f250) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d0f3a49d9672cd018a51168b05db7a9d1f17f250) commit 3a486d8d9d64a371faa7904589c19c6e4bd4aa9c 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 (cherry picked from commit 9c90b651f2a1a4420a0b5b7865c0796c1d6b8764) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 9c90b651f2a1a4420a0b5b7865c0796c1d6b8764) commit d77a1429846b4cd16f8b7ca9a9b8528bb7f396e0 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 (cherry picked from commit f5a8bec0f7ae7a1118fd003c36c6651906f970af) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit f5a8bec0f7ae7a1118fd003c36c6651906f970af) commit 7d35ef0205cca51529346a9e079b5d2961330af3 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 (cherry picked from commit b606e3afd2ad0a64f663bf086b1d792046a5570f) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit b606e3afd2ad0a64f663bf086b1d792046a5570f) ----------------------------------------------------------------------- Summary of changes: .../marc21/mandatory/marc21_framework_DEFAULT.sql | 649 ++++++++++++++++---- .../optional/marc21_simple_bib_frameworks.sql | 632 +++++++++++++++++++ installer/data/mysql/updatedatabase.pl | 67 ++ .../prog/en/modules/suggestion/suggestion.tt | 30 +- koha_perl_deps.pl | 3 +- kohaversion.pl | 2 +- t/db_dependent/Reserves.t | 76 +-- 7 files changed, 1290 insertions(+), 169 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 4 21:42:29 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 04 Aug 2013 19:42:29 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.09-36-gc6fbb45 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 c6fbb45f4f07db4443dcb1c850221c821f49f558 (commit) via 5b93649f79e6011e316055bb48c367f829c3966f (commit) via e9fc5c04e75f1444fdb26d2fc2228605b82f5807 (commit) via d4a14ce46090a1fd309b3bd1fef52c80c62dbe90 (commit) via d930e973119e28de9ce15b2633c73cbcccc44e76 (commit) via 2727ca9512ad9e06fbba9a3c299dbdd78289da7c (commit) via 4cae5281851983d59fb6a463aebc868398e6f2ba (commit) via e510a73acf53f76f73168466ee80f5f98d2c8e82 (commit) via 58f7b60bf3d718a9d76e87632086adbc734a1117 (commit) from e1b677188a0464a9e4752313a3bb6843bdb38a62 (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 c6fbb45f4f07db4443dcb1c850221c821f49f558 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) (cherry picked from commit 2803bab669162aebf0c8f6360328842d2dfa2dc7) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 2803bab669162aebf0c8f6360328842d2dfa2dc7) commit 5b93649f79e6011e316055bb48c367f829c3966f 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 (cherry picked from commit 6b94a9a3406f7c1b58a88b54c598ad617b84ee52) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 6b94a9a3406f7c1b58a88b54c598ad617b84ee52) commit e9fc5c04e75f1444fdb26d2fc2228605b82f5807 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 (cherry picked from commit b3bf4592a534a5c9824bdd54c6c0b354c3d34f61) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit b3bf4592a534a5c9824bdd54c6c0b354c3d34f61) commit d4a14ce46090a1fd309b3bd1fef52c80c62dbe90 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 (cherry picked from commit db3ae2c96dade62540cf66f066fc5faca73fa69b) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit db3ae2c96dade62540cf66f066fc5faca73fa69b) commit d930e973119e28de9ce15b2633c73cbcccc44e76 Author: Bernardo Gonzalez Kriegel Date: Sun Aug 4 12:07:55 2013 -0300 Bug 10490: DBRev 3.10.09.003 Uppdate database number Signed-off-by: Bernardo Gonzalez Kriegel commit 2727ca9512ad9e06fbba9a3c299dbdd78289da7c 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 (cherry picked from commit 47df7c9641321b70cd132790d4cfeab500bc34be) Conflicts: installer/data/mysql/updatedatabase.pl Solved Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 47df7c9641321b70cd132790d4cfeab500bc34be) commit 4cae5281851983d59fb6a463aebc868398e6f2ba 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 (cherry picked from commit a8ed0e52c65f3fed53108fc1cbe9b860e63f98b5) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a8ed0e52c65f3fed53108fc1cbe9b860e63f98b5) commit e510a73acf53f76f73168466ee80f5f98d2c8e82 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. (cherry picked from commit 8f0ce3c1a0e43e6fb8b7bae56e4d658bfc315631) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 8f0ce3c1a0e43e6fb8b7bae56e4d658bfc315631) commit 58f7b60bf3d718a9d76e87632086adbc734a1117 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 (cherry picked from commit f56768adba9fb1d39861e04796fac2be8cfdf914) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit f56768adba9fb1d39861e04796fac2be8cfdf914) ----------------------------------------------------------------------- Summary of changes: C4/Budgets.pm | 3 +- C4/Templates.pm | 4 ++ 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/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 8 +++- .../prog/en/modules/acqui/neworderempty.tt | 31 ++++++------ .../prog/en/modules/members/memberentrygen.tt | 2 +- .../prog/en/modules/services/itemrecorddisplay.tt | 8 ++- kohaversion.pl | 2 +- members/memberentry.pl | 2 +- t/Templates.t | 51 ++++++++++++++++++++ 15 files changed, 101 insertions(+), 26 deletions(-) create mode 100644 t/Templates.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 5 00:35:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 04 Aug 2013 22:35:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.09-46-g1252afb 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 1252afb7bfa7833738065b6d6fc2d1c0990410ab (commit) via ac2cc03a89f19cdc308ec9912454d2b6f5b56f16 (commit) via 025d62226daba0cd3c4038d8984ab2b9b8422e23 (commit) via 5af5bdea94717c348f1f71610665d7a4467db653 (commit) via 4c3032a22c9e9f713b95df38e990c451d7cf5506 (commit) via 404a931efa9365ae084f088111382eb2076a0a7e (commit) via 74b2f3fb4acec7b4adf54f32bb4eabcf51ca3353 (commit) via 502f35ea0a2405974d20a51ac2b42eb18fd1d4e2 (commit) via b219fa7f21a469e4204b37dcd862694561c44fe9 (commit) via f3611a8030983e70a154e7b60ba418bae65f0af1 (commit) from c6fbb45f4f07db4443dcb1c850221c821f49f558 (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 1252afb7bfa7833738065b6d6fc2d1c0990410ab 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 (cherry picked from commit d359b05cb8958cd4d2a2681a86d7813a48748670) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d359b05cb8958cd4d2a2681a86d7813a48748670) commit ac2cc03a89f19cdc308ec9912454d2b6f5b56f16 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 (cherry picked from commit 18c86575ff8d31ea9afbee7d0d21c19405e530c4) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 18c86575ff8d31ea9afbee7d0d21c19405e530c4) commit 025d62226daba0cd3c4038d8984ab2b9b8422e23 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 (cherry picked from commit df765f82b3b96e9bf4e883450d1e3260cce01dfd) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit df765f82b3b96e9bf4e883450d1e3260cce01dfd) commit 5af5bdea94717c348f1f71610665d7a4467db653 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 (cherry picked from commit fdf6c3790a8e942be8a3615252b6c214064dd21e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit fdf6c3790a8e942be8a3615252b6c214064dd21e) commit 4c3032a22c9e9f713b95df38e990c451d7cf5506 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 (cherry picked from commit dfbb9890d970f3f70cb6eb02275679d65101489a) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit dfbb9890d970f3f70cb6eb02275679d65101489a) commit 404a931efa9365ae084f088111382eb2076a0a7e 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 (cherry picked from commit f05642589d94c25ef1b1f01b4a2606fe455400b8) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit f05642589d94c25ef1b1f01b4a2606fe455400b8) commit 74b2f3fb4acec7b4adf54f32bb4eabcf51ca3353 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 (cherry picked from commit 926e455f19852c1c7b69aa00bd587caff8bccd14) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 926e455f19852c1c7b69aa00bd587caff8bccd14) commit 502f35ea0a2405974d20a51ac2b42eb18fd1d4e2 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. (cherry picked from commit 98e397d9a5c5cbd3d2aa88cd0044c24a7d75ff72) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 98e397d9a5c5cbd3d2aa88cd0044c24a7d75ff72) commit b219fa7f21a469e4204b37dcd862694561c44fe9 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 (cherry picked from commit 9886445eb8e82788167ec2440dfeddf0a6b3b58d) Conflicts: docs/history.txt Solved minor conflicts Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 9886445eb8e82788167ec2440dfeddf0a6b3b58d) commit f3611a8030983e70a154e7b60ba418bae65f0af1 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 (cherry picked from commit 606a25bc41047291e4b11390b97caf5d9f01ae65) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 606a25bc41047291e4b11390b97caf5d9f01ae65) ----------------------------------------------------------------------- Summary of changes: C4/ClassSortRoutine/Dewey.pm | 6 +- acqui/basket.pl | 14 +- cataloguing/addbiblio.pl | 6 +- docs/history.txt | 16 + installer/data/mysql/updatedatabase.pl | 2 +- .../prog/en/includes/doc-head-close.inc | 3 - 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/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(+), 316 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 5 02:21:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Aug 2013 00:21:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.09-51-g5eed8f2 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 5eed8f2d5effcb5a3487b35e6765173f92b47b00 (commit) via 7cd4ceda9448e4db72ff880c37777edd5207aa24 (commit) via c8c5f74e65937a38f386c78716550deaf4e68da9 (commit) via 5bfbbbefc025ab638cc31ca1b5856238bd6caac5 (commit) via 1eb41a81ee0b07026e22d069279e1be2b37caae3 (commit) from 1252afb7bfa7833738065b6d6fc2d1c0990410ab (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 5eed8f2d5effcb5a3487b35e6765173f92b47b00 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 (cherry picked from commit e2fac72763cd541eef32d7278dea33dadc1aa6cc) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit e2fac72763cd541eef32d7278dea33dadc1aa6cc) commit 7cd4ceda9448e4db72ff880c37777edd5207aa24 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 (cherry picked from commit f67769bc637c2acb7eb4593374f4d1db06d06266) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit f67769bc637c2acb7eb4593374f4d1db06d06266) commit c8c5f74e65937a38f386c78716550deaf4e68da9 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 (cherry picked from commit 4251c1f8185bb91df17949b903391ad29d58f6f0) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 4251c1f8185bb91df17949b903391ad29d58f6f0) commit 5bfbbbefc025ab638cc31ca1b5856238bd6caac5 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 (cherry picked from commit 3b6abb0ea18720eef688241aa2c2e6399d922fa0) Conflicts: C4/Acquisition.pm Solved Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 3b6abb0ea18720eef688241aa2c2e6399d922fa0) commit 1eb41a81ee0b07026e22d069279e1be2b37caae3 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 (cherry picked from commit aa15f7031bc7d9c0f2c9901db491dada53f21c65) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit aa15f7031bc7d9c0f2c9901db491dada53f21c65) ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 33 +-------- C4/Bookseller.pm | 43 +++++----- C4/Branch.pm | 11 +--- cataloguing/moveitem.pl | 2 +- .../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 - tools/manage-marc-import.pl | 1 - 10 files changed, 100 insertions(+), 78 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 5 15:46:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 05 Aug 2013 13:46:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-893-g3a757d9 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 3a757d939a705f3165e55c08ca54eb943e41b261 (commit) via b7ab80ae12a12d3a96903456982cedf6f13252a3 (commit) from b874f7d63894693c9c3f2a3d93ee119bc3b01486 (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 3a757d939a705f3165e55c08ca54eb943e41b261 Author: Galen Charlton Date: Fri Aug 2 20:56:14 2013 +0000 Bug 10671: correct minor issues in course reserves help - fix a typo - rename the help file for the course reserves home page so that it gets picked up when the user clicks the help link there. To test: [1] Go to the course reserves home page, then click on the "Help" link. Verify that a help page with contents is displayed. Signed-off-by: Galen Charlton Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit b7ab80ae12a12d3a96903456982cedf6f13252a3 Author: Nicole C. Engard Date: Wed Jul 31 20:35:14 2013 -0400 Bug 10671: Help files for course reserves This patch adds the missing help files for course reserves. To test: * visit every page related to course reserves in the staff client * click help in the top right * review the help file for typos/content/links Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../en/modules/help/course_reserves/add_items.tt | 15 ++++++++++++++ .../modules/help/course_reserves/course-details.tt | 11 ++++++++++ .../help/course_reserves/course-reserves.tt | 21 ++++++++++++++++++++ .../prog/en/modules/help/course_reserves/course.tt | 19 ++++++++++++++++++ 4 files changed, 66 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/add_items.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-details.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course-reserves.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/course_reserves/course.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 6 16:41:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 06 Aug 2013 14:41:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-895-g05019c1 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 05019c13607908689581285abc39735923a564f5 (commit) via 976561a384e42570c8960f566bc88606ab6f87b1 (commit) from 3a757d939a705f3165e55c08ca54eb943e41b261 (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 05019c13607908689581285abc39735923a564f5 Author: Galen Charlton Date: Tue Aug 6 14:46:31 2013 +0000 Bug 5652: (follow-up) include subtitle in hyperlink This follow-up patch makes the subtitle part of the same hyperlink as the title, maintaining consistency with other pages in the staff interface such as list contents. To test: [1] Make sure that the Keyword to MARC mapping includes mappings to 'subtitle'. [2] Find a biblio that has both title and subtitle. Check it out to one patron and place it on hold for another. [3] In the checkout and patron details pages, verify that the entry for this bib in the list of checked out titles or hold requests includes both title and subtitle in the same hyperlink. Signed-off-by: Galen Charlton commit 976561a384e42570c8960f566bc88606ab6f87b1 Author: Marc Veron Date: Sun Jun 16 22:02:45 2013 +0200 Bug 5652: display subtitles on patron checkout and holds summary This patch adds subtitles (from Keyword to MARC mapping) to the following tables on the checkout page: - Checkouts - Previous checkouts - Relative's checkouts - Relative's previous checkouts - Holds Additionally it suppresses the appearence of the superfluous word "by" in cases where the biblio has no author. Test scenario: -------------- 1) Make sure that you have one or more fields mapped to subtitle in: Home . Administration . Keyword to MARC mapping (e.g. 245 b) 2) Test the checkout page with patrons having - current checkouts (today) - previous checkouts - relatives (e.g. kids) with current /previous checkouts - holds on items - holds on biblios ...with items having: - title, subtitle, author - title, no subtitle, author - title, subtitle, no author - title, no subtitle, no author 3) Do the same on patron's detail page Signed-off-by: Nicole C. Engard All tests pass Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: circ/circulation.pl | 4 +++- .../prog/en/modules/circ/circulation.tt | 10 +++++----- .../prog/en/modules/members/moremember.tt | 6 +++--- members/moremember.pl | 6 ++++-- 4 files changed, 15 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 7 16:34:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 07 Aug 2013 14:34:42 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-896-gcf902c7 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 cf902c704ba9b0560bc8ff2006fe5763ffa2a090 (commit) from 05019c13607908689581285abc39735923a564f5 (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 cf902c704ba9b0560bc8ff2006fe5763ffa2a090 Author: Owen Leonard Date: Fri Aug 2 14:25:37 2013 -0400 Bug 7257: Add a link to remove an individual title from a list in the OPAC It should be possible when viewing the contents of a list to click a link to remove an individual title from the list without having to check a checkbox and click another button. This patch adds a link to each list item to "Remove from this list." The functionality is JavaScript-dependent, automatically checking the appropriate checkbox and submitting the form to delete. To test, view a list for which you have delete permission. There should be a "Remove from this list" link next to each item on the list. Test delete functionality by: - Clicking the link and then clicking cancel. - Clicking the link and confirming. - Checking more than one checkbox and then clicking a single remove link (only the one corresponding record should be removed). - Checking one or more checkboxes and clicking the "Remove from list" link at the top of the page. If JavaScript is disabled the links should not appear. There are now two delete confirmation messages: One if you're removing only one item, another if you're removing more than one. This is true whether you use the links or the checkboxes. Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/css/opac.css | 14 ++++++++++- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 24 ++++++++++++++++++- 2 files changed, 35 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 9 17:17:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Aug 2013 15:17:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-898-g8acce47 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 8acce47efc0b6f9dd35115b76756c4cf42be1975 (commit) via 762c3304ea102d0fadb62c02bd384778c0e803b2 (commit) from cf902c704ba9b0560bc8ff2006fe5763ffa2a090 (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 8acce47efc0b6f9dd35115b76756c4cf42be1975 Author: Owen Leonard Date: Mon Aug 5 09:42:36 2013 -0400 Bug 10404: tweak style of staff client previous/next links This patch slightly modifies the styles of the previous/next links in a way that I think is simpler and clearer. To test, apply the patch and clear your browser cache if necessary. Perform a search in the staff client, click any result, and look at the prevous/next links. Signed-off-by: Magnus Enger Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 762c3304ea102d0fadb62c02bd384778c0e803b2 Author: Jared Camins-Esakov Date: Wed Jul 10 18:02:27 2013 -0400 Bug 10404: add previous/next browsing to staff client Although previous/next browsing was added for searches in the OPAC in 2011, the staff client has been without any sort of search browsing. Until now. This patch is an all-singing, all-dancing, all-compatible implementation of search browsing that will work across multiple browser tabs and on any browser since IE7 (though the staff client layout is broken on IE7). To test: 1) Perform a search that will bring up multiple results. 2) View one of the results. 3) Use the Previous and Next links to browse along the search results. 4) Use the "Return to results" button to check that you end up at the correct page of results, even if you page through more than 20 records. Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: catalogue/ISBDdetail.pl | 1 + catalogue/MARCdetail.pl | 1 + catalogue/detail.pl | 1 + catalogue/labeledMARCdetail.pl | 1 + catalogue/moredetail.pl | 1 + catalogue/search.pl | 11 + cataloguing/addbiblio.pl | 14 +- cataloguing/additem.pl | 12 +- koha-tmpl/intranet-tmpl/js/browser.js | 90 ++++ koha-tmpl/intranet-tmpl/lib/shims/json2.js | 486 ++++++++++++++++++++ koha-tmpl/intranet-tmpl/lib/shims/json2.min.js | 1 + .../intranet-tmpl/prog/en/css/staff-global.css | 61 +++- .../prog/en/includes/browser-strings.inc | 7 + .../prog/en/modules/catalogue/ISBDdetail.tt | 11 + .../prog/en/modules/catalogue/MARCdetail.tt | 7 + .../prog/en/modules/catalogue/detail.tt | 10 + .../prog/en/modules/catalogue/labeledMARCdetail.tt | 7 + .../prog/en/modules/catalogue/moredetail.tt | 11 + .../prog/en/modules/catalogue/results.tt | 22 + .../prog/en/modules/cataloguing/addbiblio.tt | 8 + .../prog/en/modules/cataloguing/additem.tt | 8 + 21 files changed, 759 insertions(+), 12 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/js/browser.js create mode 100644 koha-tmpl/intranet-tmpl/lib/shims/json2.js create mode 100644 koha-tmpl/intranet-tmpl/lib/shims/json2.min.js create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/browser-strings.inc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 9 17:21:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Aug 2013 15:21:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-899-g5cba645 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 5cba6457aa00f3f3b2038f70057df300d9c6b9c3 (commit) from 8acce47efc0b6f9dd35115b76756c4cf42be1975 (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 5cba6457aa00f3f3b2038f70057df300d9c6b9c3 Author: root Date: Thu Jul 25 14:03:32 2013 +0200 Bug 10643: fix inappropriate uses of $sth->finish() in C4::ClassSource.pm This patch gets rid of finish() and replace prepare_cached by prepare. From the man page finish() Indicate that no more data will be fetched from this statement handle before it is either executed again or destroyed. You almost certainly do not need to call this method. Adding calls to "finish" after loop that fetches all rows is a common mistake, don't do it, it can mask genuine problems like uncaught fetch errors. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/ClassSource.pm | 33 +++++++++++---------------------- 1 files changed, 11 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 9 18:27:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Aug 2013 16:27:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-902-g9509062 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 950906207237d8056e9f8b775e1d52223a757729 (commit) via a765d5f88e125e0f43e2e5cfe766bc22f0fd0d08 (commit) via eb90241c7941760a79c48c745c8fd938780490a8 (commit) from 5cba6457aa00f3f3b2038f70057df300d9c6b9c3 (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 950906207237d8056e9f8b775e1d52223a757729 Author: Jonathan Druart Date: Tue May 21 17:14:24 2013 +0200 Bug 10298: Adapt existing code set_solr and set_zebra is not really useful. It is preferable to use mock_preference directly. To test: 1/ Launch Solr 2/ prove -r t/searchengine/ It should produce: % prove -r t/searchengine/ t/searchengine/000_conn/conn.t ........... ok t/searchengine/001_search/search_base.t .. ok t/searchengine/002_index/index_base.t .... IndexRecord called with biblio 2 Indexing biblio 2 t/searchengine/002_index/index_base.t .... ok t/searchengine/003_query/buildquery.t .... ok t/searchengine/004_config/load_config.t .. ok All tests successful. Files=5, Tests=21, 4 wallclock secs ( 0.03 usr 0.01 sys + 2.74 cusr 0.20 csys = 2.98 CPU) Result: PASS Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack Had to get Solr going again to test this, man .. they could make that easier Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit a765d5f88e125e0f43e2e5cfe766bc22f0fd0d08 Author: Jonathan Druart Date: Fri May 24 13:32:24 2013 +0200 Bug 10298: Followup: Adapt existing code This unit tests file does not need the t::lib::Mocks::Context module. To test: prove t/db_dependent/Circulation_issuingrules.t Signed-off-by: Julian Maurice Signed-off-by: Kyle M Hall Passes koha-qa.pl, test checks out. Signed-off-by: Galen Charlton commit eb90241c7941760a79c48c745c8fd938780490a8 Author: Jonathan Druart Date: Tue May 21 17:13:35 2013 +0200 Bug 10298: Mock C4::Context->preference t::lib::Mocks::Context tried to deal with preferences but did not manage to. This patch removes this module and add 2 routines in t::lib::Mocks in order to mock C4::context->preference and C4::Context->config. To test: ===START t/test.pl=== use Modern::Perl; use t::lib::Mocks; use C4::Context; say "initial value for version: " . C4::Context->preference('Version'); say "initial value for language: " . C4::Context->preference('language'); t::lib::Mocks::mock_preference('Version', "new version for testing"); say "version is mocked with: " . C4::Context->preference('Version'); say "language is not yet mocked: " . C4::Context->preference('language'); t::lib::Mocks::mock_preference('language', 'new langage for testing'); t::lib::Mocks::mock_preference('Version', 'another version for testing'); say "version is mocked with another value: " . C4::Context->preference('Version'); say "language is finally mocked: " . C4::Context->preference('language'); ===END=== Try to execute this file and check that the output is consistent. Signed-off-by: Julian Maurice Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Circulation_issuingrules.t | 1 - t/lib/Mocks.pm | 46 +++++++++++++++++++--------- t/lib/Mocks/Context.pm | 13 -------- t/searchengine/000_conn/conn.t | 16 +++++----- t/searchengine/001_search/search_base.t | 2 +- t/searchengine/002_index/index_base.t | 2 +- t/searchengine/003_query/buildquery.t | 5 +-- t/searchengine/004_config/load_config.t | 3 +- 8 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 t/lib/Mocks/Context.pm hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 9 19:50:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Aug 2013 17:50:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-904-g2cbc47a 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 2cbc47a871efc60ae663ecfedf59ec77dda718f4 (commit) via 23e302071efabd824f0a6c69bc68dee4cfc13e5b (commit) from 950906207237d8056e9f8b775e1d52223a757729 (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 2cbc47a871efc60ae663ecfedf59ec77dda718f4 Author: Julian Maurice Date: Tue Jul 9 11:48:23 2013 +0200 Bug 2394: Use syspref canreservefromotherbranches in CanItemBeReserved If IndependentBranches is ON, patrons are not allowed to place hold requests on items whose owning library is different from the patron's home library, *unless* the canreservefromotherbranches system preference is also ON. The patch implements the intended behavior; without it, IndependentBranches and canreservefromotherbranches were not consulted during the item holdability check. To test: [1] Have IndependentBranches ON and canreservefromotherbranches OFF. Make sure that the circulation rules are set up to permit patrons to place hold requests in general. [2] In the OPAC, log in as a patron from library A, and try placing a hold on an item from library B. The patron will be able to place the request. [3] Cancel the request. [4] Apply the patch. [5] Try placing the same hold request. This time, the request should be forbidden. [6] Turn on canreservefromotherbranches. [7] Try placing the hold request. This time, it should go through. [8] Cancel the request. [9] Turn off IndependentBranches. [10] Try placing the hold request and verify that it is permitted. [10] Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit 23e302071efabd824f0a6c69bc68dee4cfc13e5b Author: Galen Charlton Date: Fri Aug 9 17:40:54 2013 +0000 bug 2394: regression test for canreservefromotherbranches If IndependentBranches is ON and canreservefromotherbranches is OFF, a patron is not permittedo to request an item whose homebranch (i.e., owner of the item) is different from the patron's own library. However, if canreservefromotherbranches is turned ON, the patron can create such hold requests. Note that canreservefromotherbranches has no effect if IndependentBranches is OFF. To test, run prove -v t/db_dependent/Holds.t. Without the bugfix patch for bug 2394, the last two tests should fail. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 17 ++++++++++++-- t/db_dependent/Holds.t | 53 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 66 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 9 20:45:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 09 Aug 2013 18:45:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-905-g8f933bc 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 8f933bc040e8e4198f5278253191a7a4233467ce (commit) from 2cbc47a871efc60ae663ecfedf59ec77dda718f4 (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 8f933bc040e8e4198f5278253191a7a4233467ce Author: Galen Charlton Date: Fri Aug 9 18:53:20 2013 +0000 Bug 10644: (follow-up) remove inadvertant dependence on Perl 5.14 Perl 5.14 changed array and hash container functions (e.g., keys()) to accept hashrefs or arrayrefs. However, this doesn't work in Perl 5.10, so doing scalar(keys( function_returning_hashref() ) ); is a syntax error in that version. This patch changes the affected tests to explicitly difference the hashrefs returned by the various functions. To test: Verify that t/db_dependent/ClassSource.t passes. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/ClassSource.t | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 12 16:02:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Aug 2013 14:02:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-907-g7d6edc6 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 7d6edc6f182009726e9675ae832385f37e16c4e0 (commit) via e608f4d48c09e025fc10d47668bb40c0d3d686a7 (commit) from 8f933bc040e8e4198f5278253191a7a4233467ce (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 7d6edc6f182009726e9675ae832385f37e16c4e0 Author: Kyle M Hall Date: Mon Jul 22 08:32:39 2013 -0400 Bug 10511: (follow-up) jQuery .removeAttr() has only one parameter Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit e608f4d48c09e025fc10d47668bb40c0d3d686a7 Author: Kyle M Hall Date: Wed Jun 26 16:40:09 2013 -0400 Bug 10511: fix message preference form glitch concerning phone notifications An error in the onclick for phone notices causes the "Do not notify" checkbox to be checked when the phone checkbox is checked. Also, checking "Do not notify" does not uncheck the phone checkbox. Test plan: 1) Enable TalkingTechItivaPhoneNotification 2) Browse to the new patron screen ( memberentry.pl ) 3) In the patron messaging preferences check the Phone checkbox 4) Not the "do not notify" checkbox is then checked 5) Uncheck the "do not notify" checkbox, and check the Email checkbox as well 6) Now check the "do not notify" checkbox, note the Phone checkbox remains checked 7) Apply this patch 8) Repeat steps 3-6, noting the odd behavior is no longer present Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/messaging-preference-form.inc | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 12 16:26:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Aug 2013 14:26:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.03-5-g61cbdb6 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 61cbdb6ac7996d8d2f8045d12ec36c5f3676b694 (commit) via d79af20a590e9081b301f7502e0cb296f51148e0 (commit) via 4d428b701a9000c6edd80506d4c491805091010a (commit) via 261c6f39fa234f8795e62eff48db85c9366d4268 (commit) from c0df9a90577cfdee19c9a1d2ca1155846fcb2b07 (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 61cbdb6ac7996d8d2f8045d12ec36c5f3676b694 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 (cherry picked from commit 81431fdc8654e95e9fea37c4de880e9cf6126b26) Signed-off-by: Tomas Cohen Arazi commit d79af20a590e9081b301f7502e0cb296f51148e0 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 (cherry picked from commit dbd6befa5d0d52e5ff10b78deef4f839127e30db) Signed-off-by: Tomas Cohen Arazi commit 4d428b701a9000c6edd80506d4c491805091010a 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 (cherry picked from commit 33054ce13afe8a0cb1cf5815bbfe3cd18cd8967d) Signed-off-by: Tomas Cohen Arazi commit 261c6f39fa234f8795e62eff48db85c9366d4268 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 Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- 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 | 27 +++++++++--- .../prog/en/modules/serials/checkexpiration.tt | 2 +- misc/cronjobs/printoverdues.sh | 2 +- 5 files changed, 68 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 12 16:53:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Aug 2013 14:53:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-908-g4f263b3 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 4f263b3a909b420e31b5c43a17331d0231260003 (commit) from 7d6edc6f182009726e9675ae832385f37e16c4e0 (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 4f263b3a909b420e31b5c43a17331d0231260003 Author: Fridolyn SOMERS Date: Wed May 15 11:52:57 2013 +0200 Bug 10247: show warning if hold blocked due to maxreserves syspre On intranet, when placing a hold requst: If borrower has reached the request limit, a warning should appear : Cannot place hold * Too Many Holds: TEST has too many holds. This works when quota defined in circulation rules is reached but not when limit specified in syspref maxreserves is reached, in case this limit is lower than the one defined is circulation rules. This is because template param maxreserves is set twice, this patch corrects this bug. Also moves warnings and messages conditional variable from Perl to template because it cause the same bug as for maxreserves. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/reserve/request.tt | 8 +++--- reserve/request.pl | 23 ++++--------------- 2 files changed, 9 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 12 17:08:52 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Aug 2013 15:08:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-909-g5192fd8 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 5192fd81adaccf9b0f4a01dcc0ffc689edc9468f (commit) from 4f263b3a909b420e31b5c43a17331d0231260003 (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 5192fd81adaccf9b0f4a01dcc0ffc689edc9468f Author: Fridolyn SOMERS Date: Tue May 28 15:43:05 2013 +0200 Bug 10362: ensure that all messages and alerts are shown upon checkin If an item is returned and has mutiple error or warnings (e.g., it both needs to be transferred and the patron was debarred in the course of the return), because of a bug in the template, not all of the messages would be displayed. This patch changes the template to show both messages and alerts. Test plan : - Perform an checkout that will a checkin : * need a transfert (return in a different branch) * set user debarred (depends on issuing rules) - Perform check-in => You get tranfert message and debarment alert Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/circ/returns.tt | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 13 00:21:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Aug 2013 22:21:05 +0000 Subject: [koha-commits] main Koha release repository branch new/biblibre_reports deleted. v3.02.00-147-g89cda84 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, new/biblibre_reports has been deleted was 89cda847a1852a0b42b79f245af57ec4ae429bd3 ----------------------------------------------------------------------- 89cda847a1852a0b42b79f245af57ec4ae429bd3 follow-up to reports permissions patch ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 13 00:22:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 12 Aug 2013 22:22:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug5254 deleted. v3.02.00-9-g49fa79f 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, new/bug5254 has been deleted was 49fa79fe409816691766482944ec7a14a4709a82 ----------------------------------------------------------------------- 49fa79fe409816691766482944ec7a14a4709a82 Fix for Bug 5254 - no need to scroll left to right on acq z search ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 13 15:19:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Aug 2013 13:19:59 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.09-54-g40ab55d 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 40ab55d4f5c868a44cef0e61097e0614b20c4ab3 (commit) via cd33fd00d04dc4039729e65e0d4ae370a7cab89b (commit) via b5afa6669495df84275753c9f064d8c53cd3e142 (commit) from 5eed8f2d5effcb5a3487b35e6765173f92b47b00 (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 40ab55d4f5c868a44cef0e61097e0614b20c4ab3 Author: Chris Hall Date: Fri May 10 12:29:57 2013 +1200 bug10246 adding OPAC details items table classes for 3.10 (3.12 version is bug10245) Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer This patch applies cleanly to the 3.10.x codebase. It's adding additional classes to the elements. Template only CSS related change. Signed-off-by: Bernardo Gonzalez Kriegel Simple patch commit cd33fd00d04dc4039729e65e0d4ae370a7cab89b 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 (cherry picked from commit 81431fdc8654e95e9fea37c4de880e9cf6126b26) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 61cbdb6ac7996d8d2f8045d12ec36c5f3676b694) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 61cbdb6ac7996d8d2f8045d12ec36c5f3676b694) commit b5afa6669495df84275753c9f064d8c53cd3e142 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 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 261c6f39fa234f8795e62eff48db85c9366d4268) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 261c6f39fa234f8795e62eff48db85c9366d4268) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/serials/checkexpiration.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 22 ++++++++++---------- misc/cronjobs/printoverdues.sh | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 13 16:03:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Aug 2013 14:03:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-910-g40e6f6a 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 40e6f6a8f22b8af7adef79a0ece80a61a69ccc50 (commit) from 5192fd81adaccf9b0f4a01dcc0ffc689edc9468f (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 40e6f6a8f22b8af7adef79a0ece80a61a69ccc50 Author: Colin Campbell Date: Mon Aug 12 16:15:37 2013 +0100 Bug 10712: Save missing config variables to install log The variables for AUTH_INDEX_MODE and ZEBRA_TOKENIZER were not being saved to the koha_install_log file. As a result when using the --prev-install-log option in Makefile.PL the user was still prompted to select them. This patch adds the appropriate variables to the list saved in the install log. To test: On a (non-package) system installed/upgraded without the patch running 'perl Makefile.PL --prev-install-log /path/to/koha-install-log' will still prompt you to choose authorities indexing mode and select between chr and icu, after upgrading with this patch applied the same command should get the responses from the install log and not require user intervention. The values can be seen written into misc/koha-install-log Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: misc/koha-install-log | 2 ++ rewrite-config.PL | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 13 16:07:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Aug 2013 14:07:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-911-gfe19321 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 fe193210815b33efbefbf518ccc13329f20eeefc (commit) from 40e6f6a8f22b8af7adef79a0ece80a61a69ccc50 (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 fe193210815b33efbefbf518ccc13329f20eeefc Author: Owen Leonard Date: Mon Aug 12 08:36:09 2013 -0400 Bug 10614 - have add order form at top and bottom If a basket has a lot of items it may be inconvenient to scroll to the bottom of the patch to reach the "add to basket" form. This patch adds as "Add to basket" button to the toolbar which uses JavaScript to copy the form into a modal dialog for quick access. To test, apply the patch and view an open basket. You should be able to click the "Add to basket" button to trigger a modal dialog with the full "Add to basket" list of options. All options in the list should function normally. If you view a closed basket the new button should not appear. Signed-off-by: Nicole C. Engard All tests pass and I love it :) Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 13 16:25:56 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Aug 2013 14:25:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-913-g5868490 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 5868490f026d0632416fdb78a6c0e7047f1e0df5 (commit) via aba3db2628f25361fecfbe67b100f8913074835a (commit) from fe193210815b33efbefbf518ccc13329f20eeefc (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 5868490f026d0632416fdb78a6c0e7047f1e0df5 Author: Mirko Tietgen Date: Sat Aug 10 00:59:27 2013 +0200 Bug 8507: (follow-up) fix one reference to __ZEBRA_BIBLIOS_CFG__ Fixed the path to __ZEBRA_BIBLIOS_CFG__ for Signed-off-by: Tomas Cohen Arazi Good catach drojf. Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit aba3db2628f25361fecfbe67b100f8913074835a Author: Tomas Cohen Arazi Date: Thu Aug 8 15:15:53 2013 -0300 Bug 8507: koha-create now supports using DOM indexing for bibs This patch makes the koha-create script install the file zebra-biblios-dom.cfg with the proper string substitutions inside on the new instance koha-conf.xml file. It also adds two option switches that control the indexing mode for the instance: --biblio-idx {dom|grs1} --auth-idx {dom|grs1} DOM indexing is set as the default for both authorities and bibliographic records. Following drojf (thanks!) advice I arranged stuff like explained here: http://wiki.koha-community.org/wiki/Switching_to_dom_indexing To test: - Apply the patch - Build your own packages and install them on a test server a) Create a new instance without using the new switches like: $ koha-create --create-db domtest - Check there's a file /etc/koha/sites/domtest/zebra-biblios-dom.cfg - Check that /etc/koha/sites/domtest/koha-conf.xml points to: * zebra-biblios-dom.cfg (biblioserver section) * zebra-biblios-dom.cfg (publicserver section) * zebra-authorities-dom.cfg (authorityserver section) - Success means the new default is DOM b) Play with the 4 possible combination of option switches $ koha-create --create-db --auth-idx grs1 --biblio-idx grs1 domtest $ koha-create --create-db --auth-idx grs1 --biblio-idx dom domtest $ koha-create --create-db --auth-idx dom --biblio-idx grs1 domtest $ koha-create --create-db --auth-idx dom --biblio-idx dom domtest - Check the koha-conf.xml file reflects the chosen options. c) Run $ koha-create --help - It should advertise this addition accordingly. d) Run $ man koha-create - Man page for koha-create should provide good information on the new switches behaviour Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Mirko Tietgen Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-create.xml | 16 ++++ debian/scripts/koha-create | 113 +++++++++++++++++++++++- debian/scripts/koha-remove | 2 + debian/templates/koha-conf-site.xml.in | 33 ++++--- debian/templates/zebra-biblios-dom-site.cfg.in | 22 +++--- 5 files changed, 158 insertions(+), 28 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 13 18:05:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Aug 2013 16:05:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-915-ga36b3ad 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 a36b3ad43a6a91f800d0d8a148a217d738236d7e (commit) via 07716ca15bdc8164dcbc6d70fa1e3f5b8bffcff3 (commit) from 5868490f026d0632416fdb78a6c0e7047f1e0df5 (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 a36b3ad43a6a91f800d0d8a148a217d738236d7e Author: Galen Charlton Date: Tue Aug 13 16:15:30 2013 +0000 Bug 7785: (follow-up) standardize POD This makes the POD for the columns() function consistent with the rest of C4/Members.pm. It also removes a note that can be relegated to the bug report and the Git history. Also, since C4::Members::columns() is not actually a class method, this patch changes the invocation to not call it that way. Signed-off-by: Galen Charlton commit 07716ca15bdc8164dcbc6d70fa1e3f5b8bffcff3 Author: Mark Tompsett Date: Sat Jun 29 20:46:51 2013 -0400 Bug 7785: remove MySQL-specific syntax from C4::Members::columns() The initial thought was to remove this function. However, tools/import_borrowers.pl uses it. So rather than remove it to solve the problem, it was reworked to a more generic solution which runs faster. By accessing $sth->{NAME} directly, the driver becomes responsible for filling it correctly. This happens when a SELECT is done on the borrowers table. It does not even have to have data in the result set! The columns method could be more generic and used elsewhere too. Comparison between the old method and the STH method showed a significant time difference. The old method took 35 seconds for 40k iterations versus 19 seconds for the same amount of iterations with the STH method regardless of the size of the borrowers table. Signed-off-by: Srdjan Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 36 ++++++++++++++++++++++++++++++++++-- t/db_dependent/Members_columns.t | 24 ++++++++++++++++++++++++ tools/import_borrowers.pl | 2 +- 3 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 t/db_dependent/Members_columns.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 13 18:32:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 13 Aug 2013 16:32:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.03-12-g1ebaaa8 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 1ebaaa8c4b3c27afa9fd2ef67a9430fafb82b544 (commit) via 795c8e9bd0fd2d6669582f12fdcaf3fe28acf553 (commit) via f141cedcbd1a698a947245f19cabf8b11fd03712 (commit) via 0880aae24ed0fb3524ef9f9a5c59beced9438a8c (commit) via b4c18e1ad75ab2743d5ff6ccbe63cc76bd811a4d (commit) via afbe6a0f2c9b0d37327a57cf72eabfb7eebe156d (commit) via f40924b317e37757f1e552ab466dc840304c6182 (commit) from 61cbdb6ac7996d8d2f8045d12ec36c5f3676b694 (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 1ebaaa8c4b3c27afa9fd2ef67a9430fafb82b544 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 (cherry picked from commit da6f2f7a7ddf1126d6e3b02825f0d45948f484fa) Signed-off-by: Tomas Cohen Arazi commit 795c8e9bd0fd2d6669582f12fdcaf3fe28acf553 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 (cherry picked from commit 2a1d0fc6d2d2674d4182ed1c6be557b568778834) Signed-off-by: Tomas Cohen Arazi commit f141cedcbd1a698a947245f19cabf8b11fd03712 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 (cherry picked from commit 968f337728d1e13040389381fef01adc39e8be5c) Signed-off-by: Tomas Cohen Arazi commit 0880aae24ed0fb3524ef9f9a5c59beced9438a8c Author: Galen Charlton Date: Wed Jul 17 17:27:36 2013 +0000 Bug 10515: add regression tests Signed-off-by: Galen Charlton (cherry picked from commit 5aeefa25ac94495afd9a1c7fa5aae3f05a1d1907) Signed-off-by: Tomas Cohen Arazi commit b4c18e1ad75ab2743d5ff6ccbe63cc76bd811a4d 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 (cherry picked from commit ec3735433aed8d2c1a42b7d0758b4405a3aa6b1c) Signed-off-by: Tomas Cohen Arazi commit afbe6a0f2c9b0d37327a57cf72eabfb7eebe156d 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 (cherry picked from commit 53f82b1d7d9b7f06da1032faf0800d624eb4c1d3) Signed-off-by: Tomas Cohen Arazi commit f40924b317e37757f1e552ab466dc840304c6182 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 (cherry picked from commit ff7f37202949bb6d60cdf30de4e237e6b1de93eb) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 2 +- C4/Branch.pm | 63 ++++++------------ C4/Circulation.pm | 4 +- C4/ILSDI/Services.pm | 4 +- admin/branches.pl | 47 ++++++-------- catalogue/search.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 4 +- .../prog/en/modules/admin/branches.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/ilsdi.tt | 22 +++--- opac/ilsdi.pl | 7 +- opac/opac-search.pl | 2 +- t/db_dependent/Branch.t | 69 ++++++++++++++++++++ 12 files changed, 135 insertions(+), 93 deletions(-) create mode 100644 t/db_dependent/Branch.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 14 16:17:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Aug 2013 14:17:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.03-21-gc4bf7d8 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 c4bf7d825141261a8a1563790f4e4a767647a779 (commit) via d8eeb697c873b1ba9366bbce275a14d004931f40 (commit) via 8871a6a2add5cbdef3a46267a54fc78ddf995687 (commit) via 7a76c515edaa3b49a0d52097476c465bdb744a71 (commit) via fdb1d099c5489f200b7b36125ed4ccddd00e3d4c (commit) via c7e19ee643730b06dc0f0ab2665c31f65b8e86e4 (commit) via 5e7452758949e037fcf286cead721b559dd7d0e3 (commit) via 3db6e17c9eb05e3680328a76b352aa9cf555db43 (commit) via 094bfd0d17689c92a4e9366af63ffb7fcbe99399 (commit) from 1ebaaa8c4b3c27afa9fd2ef67a9430fafb82b544 (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 c4bf7d825141261a8a1563790f4e4a767647a779 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 (cherry picked from commit b38187d8b004316b17d1e67753d638e96bb62bb8) Signed-off-by: Tomas Cohen Arazi commit d8eeb697c873b1ba9366bbce275a14d004931f40 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 (cherry picked from commit f69e13665da007a6ab28e4c1d5a7d1a50f3ac3ac) Signed-off-by: Tomas Cohen Arazi commit 8871a6a2add5cbdef3a46267a54fc78ddf995687 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 (cherry picked from commit f01606d89b487d585bf06eae1dd6de6ff138eab9) Signed-off-by: Tomas Cohen Arazi commit 7a76c515edaa3b49a0d52097476c465bdb744a71 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 (cherry picked from commit 538ab5631ef18640d1d9cac6e25ed2f9f2ef11cd) Conflicts: koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css Signed-off-by: Tomas Cohen Arazi commit fdb1d099c5489f200b7b36125ed4ccddd00e3d4c 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 (cherry picked from commit 3834d1f2b4494d465c6d1ab72aa334100898a756) Signed-off-by: Tomas Cohen Arazi commit c7e19ee643730b06dc0f0ab2665c31f65b8e86e4 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 (cherry picked from commit 651f810f68f82f4aac254c4a78bb6a4517dcb558) Signed-off-by: Tomas Cohen Arazi commit 5e7452758949e037fcf286cead721b559dd7d0e3 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 (cherry picked from commit 2bab95cac5f43b034adec36ec62a8c8f7f520627) Signed-off-by: Tomas Cohen Arazi commit 3db6e17c9eb05e3680328a76b352aa9cf555db43 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 (cherry picked from commit b77af9326232d8512527040c4984b7bdc167c388) Signed-off-by: Tomas Cohen Arazi commit 094bfd0d17689c92a4e9366af63ffb7fcbe99399 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 (cherry picked from commit 04ca81bc358f1bc6425e1cef431d9e4abfc744d8) Signed-off-by: Tomas Cohen Arazi Works as expected ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 8 ++++++ C4/Letters.pm | 1 + 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 | 24 ++++++++++++++---- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 17 +++++++------ .../intranet-tmpl/prog/en/includes/facets.inc | 2 + koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 26 +++++++------------ koha-tmpl/intranet-tmpl/prog/en/js/ajax.js | 10 ++++---- .../prog/en/modules/acqui/basketgroup.tt | 6 ++++ .../prog/en/modules/acqui/uncertainprice.tt | 1 + .../prog/en/modules/admin/aqbudgets.tt | 8 ++++++ .../prog/en/modules/serials/claims.tt | 5 +-- .../opac-tmpl/prog/en/includes/opac-facets.inc | 2 + opac/opac-topissues.pl | 7 +++++ 17 files changed, 97 insertions(+), 45 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 14 19:06:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Aug 2013 17:06:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-916-g129c974 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 129c974fdde0dc62e568f7aa01c4a0796ae150ae (commit) from a36b3ad43a6a91f800d0d8a148a217d738236d7e (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 129c974fdde0dc62e568f7aa01c4a0796ae150ae Author: Janusz Kaczmarek Date: Mon Apr 22 20:28:08 2013 +0300 Bug 5262: make authority plugin copy indicators to bib record With this patch Koha should correctly copy indicators (and create $2 subfield in MARC 21 if need) from the chosen authority record to the edited bibliographic record (according to discussion in bugzilla). UNIMARC and MARC 21 flavors are covered. Signed-off-by: Bernardo Gonzalez Kriegel Comment: work as described, testing in comments 9 and 12. No errors. Signed-off-by: Katrin Fischer Passes QA script and tests. Tested functionality repeating some of the tests noted by Bernardo - checking mostly 1xx, 490, and 7xx. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: authorities/blinddetail-biblio-search.pl | 43 ++++++++++++++++++++ .../authorities/blinddetail-biblio-search.tt | 3 + 2 files changed, 46 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 14 19:39:24 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Aug 2013 17:39:24 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.03-24-gd7e697b 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 d7e697b711eb04f7d13007be161d3ae64d31c7eb (commit) via 11ad663a50979c2aa20aabaa986a8660381f37c0 (commit) via 53494812ff1b9a00e3d541e4744ccb96ae297fca (commit) from c4bf7d825141261a8a1563790f4e4a767647a779 (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 d7e697b711eb04f7d13007be161d3ae64d31c7eb 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 (cherry picked from commit 7e6a6302757f750582020974f798d2c49f50adcf) Signed-off-by: Tomas Cohen Arazi commit 11ad663a50979c2aa20aabaa986a8660381f37c0 Author: Galen Charlton Date: Mon Jul 22 14:40:58 2013 +0000 bug 7143: add latest batch of committers Signed-off-by: Galen Charlton (cherry picked from commit ee224415b7c8b5e31f9c052e1c14a143ab137898) Signed-off-by: Tomas Cohen Arazi commit 53494812ff1b9a00e3d541e4744ccb96ae297fca 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 (cherry picked from commit 224d878cf76813c5f8f229031ef916f1f73fd975) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 4 ++++ .../intranet-tmpl/prog/en/includes/circ-menu.inc | 18 +++++++++--------- .../intranet-tmpl/prog/en/includes/circ-menu.tt | 18 +++++++++--------- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 4 ++++ 4 files changed, 26 insertions(+), 18 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 14 23:07:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Aug 2013 21:07:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-917-g1c91352 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 1c9135262b9233f59fd05e34c90980e7dc8be338 (commit) from 129c974fdde0dc62e568f7aa01c4a0796ae150ae (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 1c9135262b9233f59fd05e34c90980e7dc8be338 Author: Fridolyn SOMERS Date: Mon Jun 17 17:01:33 2013 +0200 Bug 10483: fix item uniqueness check on order form When syspref "UniqueItemFields" is defined, the item uniqueness is tested in acquisition by an AJAX call to check_uniqueness.pl. This patch fixes an issue where check_uniqueness.pl wasn't looking at the correct CGI parameters. Test plan : - Select an existing item with barcode - Add "barcode" to "UniqueItemFields" syspref (use space as separator for multiple values) - Set "AcqCreateItem" syspref to "Create an item when placing an order" - Go to an acquisition basket - Create a new order from empty - Enter existing barcode in item form and save => You get an alert that barcode already exists and order is not saved - Enter a non-existing barcode in item form and save => Order and item are created Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/check_uniqueness.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 14 23:30:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Aug 2013 21:30:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-919-g98bd9de 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 98bd9de54aa7cab6fe3dec8e7cd88378a06e8684 (commit) via f0280dabe0db3e27e0e56a025a61bd41f206de57 (commit) from 1c9135262b9233f59fd05e34c90980e7dc8be338 (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 98bd9de54aa7cab6fe3dec8e7cd88378a06e8684 Author: Srikanth Dhondi Date: Tue Oct 30 11:17:52 2012 +1300 Bug 8712: add 'and' label for inputs in OPAC "fewer options" advanced search page The "and" label not only improves the accessibility but also gives the user an idea that the operation between multiple search fields is a boolean "AND" by default. Signed-off-by: Marcel de Rooy Actually only adds a label and an id to the select. Note that the boxes do not exactly align anymore now (with fewer options). Signed-off-by: Galen Charlton commit f0280dabe0db3e27e0e56a025a61bd41f206de57 Author: Srikanth Dhondi Date: Mon Oct 29 13:57:09 2012 +1300 Bug 8712: change "New list" to "Create new list" in OPAC masthead This makes it clear for screen reader users. Signed-off-by: Marcel de Rooy Note that you should delete all your private lists to see this change. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 2 +- .../opac-tmpl/prog/en/modules/opac-advsearch.tt | 22 +++++++++++++------ 2 files changed, 16 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 14 23:48:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Aug 2013 21:48:28 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-920-g6b5960c 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 6b5960cc2a5b69c27a097693f44fcb511f3b53bc (commit) from 98bd9de54aa7cab6fe3dec8e7cd88378a06e8684 (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 6b5960cc2a5b69c27a097693f44fcb511f3b53bc Author: Jared Camins-Esakov Date: Sat Jun 8 16:16:07 2013 -0400 Bug 10405: add IDs for customizable OPAC regions This patch adds unique IDs for: opaccredits opacheader OPACMobileUserCSS OpacNavBottom OpacUserCSS opacuserjs This is an amended patch which includes the changes to CCSR which I forgot to commit before. The patch does not add a unique ID for opacheader to CCSR, since opacheader is positioned wrong. This is most useful for previewing changes you make in the OPAC preferences using the following javascript in your IntranetUserJS: function showPreview(url) { $('#preview-loading').show(); document.getElementById('opac-preview').src = url; $('#opac-preview').load(function () { $('#opac-preview').show(); $('#region-opaccredits', $('#opac-preview').contents()).html($('#pref_opaccredits').val()); $('#region-opacheader', $('#opac-preview').contents()).html($('#pref_opacheader').val()); $('#opacmainuserblock', $('#opac-preview').contents()).html($('#pref_OpacMainUserBlock').val()); $('#opacmainuserblockmobile', $('#opac-preview').contents()).html($('#pref_OpacMainUserBlockMobile').val()); $('#region-opacnav', $('#opac-preview').contents()).html($('#pref_OpacNav').val()); $('#region-opacnavbottom', $('#opac-preview').contents()).html($('#pref_OpacNavBottom').val()); $('#opacrightsidebar', $('#opac-preview').contents()).html($('#pref_OpacNavRight').val()); $('#noresultsfound', $('#opac-preview').contents()).html($('#pref_OPACNoResultsFound').val()); $('#opacresultssidebar', $('#opac-preview').contents()).html($('#pref_OPACResultsSidebar').val()); $('#region-opacusercss', $('#opac-preview').contents()).replaceWith(''); $('#region-opacuserjs', $('#opac-preview').contents()).replaceWith(''); $('#preview-loading').hide(); }); } $(document).ready(function () { if ($('#pref_OpacNav').size() > 0) { $('#doc3').after(''); $('#preview-main').click(function () { showPreview('/cgi-bin/koha/opac/opac-main.pl'); }); $('#preview-results').click(function () { showPreview('/cgi-bin/koha/opac/opac-search.pl?idx=&q=pqf%3D%40attr+1%3D_ALLRECORDS+%40attr+2%3D103+%22%22&branch_group_limit='); }); $('#preview-details').click(function () { showPreview('/cgi-bin/koha/opac/opac-detail.pl?biblionumber=1'); }); $('#preview-hide').click(function () { $('#opac-preview').hide(); $('#preview-loading').hide(); }); } }); Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Note: The provided JavaScript didn't work for me and resulted in an error in Firebug. Ater talking to Jared it seems like there is more needed than the bit of Javascript so make this work, but it might be a good starting point, so I am leaving it in the commit message. Passes all tests and QA script. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/ccsr/en/includes/doc-head-close.inc | 4 ++-- koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 2 -- .../opac-tmpl/ccsr/en/includes/navigation.inc | 6 +++++- .../opac-tmpl/ccsr/en/includes/opac-bottom.inc | 12 ++++++------ .../opac-tmpl/prog/en/includes/doc-head-close.inc | 12 ++++++++---- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 8 +++----- .../opac-tmpl/prog/en/includes/navigation.inc | 5 ++++- .../opac-tmpl/prog/en/includes/opac-bottom.inc | 8 +++----- .../opac-tmpl/prog/en/includes/opac-facets.inc | 3 --- koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt | 6 +++--- 10 files changed, 34 insertions(+), 32 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 14 23:56:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 14 Aug 2013 21:56:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-921-gd888835 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 d888835b63b3c581f5ff0c8368b287f91baaedf4 (commit) from 6b5960cc2a5b69c27a097693f44fcb511f3b53bc (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 d888835b63b3c581f5ff0c8368b287f91baaedf4 Author: Kyle M Hall Date: Thu Jan 24 14:20:38 2013 -0500 Bug 9487: Allow item fields to be used in the HOLDPLACED notice Test Plan: 1) Enable the syspref emailLibrarianWhenHoldIsPlaced 2) Modify the HOLDPLACED notice, add some item level fields 3) Place an item level hold 4) Check the email you receive ( or just look at it from the db ) You should see the item level fields are new populated 5) Place a title level hold 6) Check the email you receive - item fields are not populated, but notice still looks ok. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Reserves.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Aug 15 20:30:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Aug 2013 18:30:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.03-30-g14a4abe 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 14a4abebed9df1acc67a08685be368e060a2d310 (commit) via 1d7490b6e50d0cdfd08124f5ca46eca4547d5ca6 (commit) via 257bd313b3cd1f5db55b79753b720ca08fac8954 (commit) via ccd824532156eff6a97135a4e8cc766f3d7df894 (commit) via 21454708cb4212dd6615d15a82c134c1f2fa43f4 (commit) via b08e95bd5071876731951c51f1194887895cde8d (commit) from d7e697b711eb04f7d13007be161d3ae64d31c7eb (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 14a4abebed9df1acc67a08685be368e060a2d310 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 (cherry picked from commit c5cc04ef3d5e50c376e37a1493926181389efa6a) Signed-off-by: Tomas Cohen Arazi commit 1d7490b6e50d0cdfd08124f5ca46eca4547d5ca6 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 (cherry picked from commit 5c60ae40f97d9c22504c2942a00a93777984c7a5) Signed-off-by: Tomas Cohen Arazi commit 257bd313b3cd1f5db55b79753b720ca08fac8954 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 (cherry picked from commit 0b05d1acb9e5402a85fc39987577a8686c07d27c) Signed-off-by: Tomas Cohen Arazi commit ccd824532156eff6a97135a4e8cc766f3d7df894 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 (cherry picked from commit b7305e4876e6d961e8325155d679b1312975e74d) Signed-off-by: Tomas Cohen Arazi commit 21454708cb4212dd6615d15a82c134c1f2fa43f4 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 (cherry picked from commit 04dd98fa846d4f28edc5811cb90e8a5ba4b6289b) Conflicts: koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc koha-tmpl/opac-tmpl/prog/en/modules/opac-course-details.tt koha-tmpl/opac-tmpl/prog/en/modules/opac-course-reserves.tt koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt Signed-off-by: Tomas Cohen Arazi commit b08e95bd5071876731951c51f1194887895cde8d Author: Kyle M Hall Date: Mon May 6 14:25:23 2013 -0400 Bug 10206 - Add Koha TT Plugin - Koha.Preference This plugin is meant to be a place to put general purpose TT functions directly related to Koha. If a plugin is not a filter, and does not have more than one subroutine, that subroutine most likely belongs in this TT plugin. This first and only function the plugin currently has is Preference, which allows a template to get the value of a system preference without, it needing to be passed in from a perl script. For example, to use, first include the line '[% USE Koha %]' at the top of the template to enable the plugin, then do something like this to check the value of a system prefence in the template: [% IF Koha.Preference( 'MyPreference ) == 'SettingA' %] ... Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 7e10f6fb78ae7fa2dfc4f52a3791ac35082237ac) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 11 ++++-- .../Plugin/{KohaAuthorisedValues.pm => Koha.pm} | 31 +++++++++----------- admin/z3950servers.pl | 3 +- catalogue/search.pl | 10 +++--- .../intranet-tmpl/prog/en/includes/additem.js.inc | 2 + koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 5 +-- .../prog/en/modules/admin/z3950servers.tt | 18 +++++++++-- koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 10 +++--- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 6 ++-- .../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 + koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 5 ++- .../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 | 2 + 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 +- 46 files changed, 94 insertions(+), 49 deletions(-) copy Koha/Template/Plugin/{KohaAuthorisedValues.pm => Koha.pm} (50%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 00:26:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 15 Aug 2013 22:26:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-925-g3e387f7 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 3e387f72a337b36d96e1b0df56965391ffc95213 (commit) via 51b8deb4d5eceee84ad95b28cac902330b4b12fe (commit) via b15b3be5ae878d19d4b6ed659b68ce0b9843a35e (commit) via dc469424c8bcf952cb64f5c9dc2cdc53772d8ca5 (commit) from d888835b63b3c581f5ff0c8368b287f91baaedf4 (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 3e387f72a337b36d96e1b0df56965391ffc95213 Author: Tomas Cohen Arazi Date: Mon Aug 5 15:23:44 2013 -0300 Bug 10663: restore ability of active hold requests to block renewal Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Katrin Fischer This reverts changes made to CanBookBeRenewed by patches from bug 9367. GetReserveStatus is not suitable to recognize if an item can fild a hold on return and CheckReserves is restored. Signed-off-by: Chris Cormack This patch includes a squash of a follow-up authored by Katrin Fischer : CheckReserves returns '' when no reserve is found, so $resfound will always be defined and we need to check if it's true. Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton commit 51b8deb4d5eceee84ad95b28cac902330b4b12fe Author: Galen Charlton Date: Thu Aug 15 22:17:37 2013 +0000 Bug 10663: (follow-up) set circ policy for circulation tests This patch ensures that the loan rules are set to a known value suitable for testing. Signed-off-by: Galen Charlton commit b15b3be5ae878d19d4b6ed659b68ce0b9843a35e Author: Katrin Fischer Date: Thu Aug 8 01:38:23 2013 +0200 Bug 10663: Follow-up - Unit tests for CanBookBeRenewed Follow-up fixing some and adding more unit tests. Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit dc469424c8bcf952cb64f5c9dc2cdc53772d8ca5 Author: Tomas Cohen Arazi Date: Mon Aug 5 15:26:56 2013 -0300 Bug 10663: tests for CanBookBeRenewed Initial work on unit tests for CanBookBeRenewed. More scenarios are needed. Also made Circulation.t use autocommit=0. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 5 +- t/db_dependent/Circulation.t | 173 ++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 169 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 02:26:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 00:26:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-926-gc6f9031 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 c6f903198cf427b9e4c9f8ad89fef97518998a09 (commit) from 3e387f72a337b36d96e1b0df56965391ffc95213 (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 c6f903198cf427b9e4c9f8ad89fef97518998a09 Author: Galen Charlton Date: Fri Aug 16 00:33:24 2013 +0000 Bug 10666: (follow-up) really fix the daily quotes test Koha::DateUtils::dt_from_string() and DateTime->now() are not equivalent -- they don't handle timezones in the same way. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Koha.t | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 03:27:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 01:27:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-927-g240520c 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 240520c2f925a4e9235628f06a0bdd15c99dfa80 (commit) from c6f903198cf427b9e4c9f8ad89fef97518998a09 (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 240520c2f925a4e9235628f06a0bdd15c99dfa80 Author: Marcel de Rooy Date: Thu Aug 15 13:10:41 2013 +0200 Bug 10663: QA Followup: Typo in comment in renewscript Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: reserve/renewscript.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 16:02:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 14:02:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-928-g73ac970 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 73ac970f734b0f04fff5561aa35bb9d9d47aa943 (commit) from 240520c2f925a4e9235628f06a0bdd15c99dfa80 (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 73ac970f734b0f04fff5561aa35bb9d9d47aa943 Author: David Cook Date: Tue Aug 13 12:16:28 2013 +1000 Bug 10715 - MARC21 007 Plugin Editor doesn't load position 01 This patch changes the MARC21 007 plugin editor so that it uses 1 character instead of 4 characters for position 01. TEST PLAN: 1) Create new record/edit an existing record 2) Using the tag editor for the 007 field, choose "Videorecording" 3) Click OK 4) Change the second character in the 007 from "c" to "d" 5) Open the tag editor again 6) Note that position 01 will still say "c - Videocartridge" rather than "d - Videodisc". 7) Exit tag editor 8) Apply patch 9) Reload the page (Shift + Refresh is always useful) 10) Open the tag editor again 11) Note that position 01 will now say "d - Videodisc" Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: cataloguing/value_builder/marc21_field_007.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 16:08:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 14:08:36 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-929-g0648d28 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 0648d2883d195806eda5a7b91b1b0d6eee7dd87a (commit) from 73ac970f734b0f04fff5561aa35bb9d9d47aa943 (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 0648d2883d195806eda5a7b91b1b0d6eee7dd87a Author: Owen Leonard Date: Fri Jul 19 11:23:52 2013 -0400 Bug 10615 - Move saved reports action items into dropdown menu This patch moves saved reports "action" links (view, edit, run, etc) into a dropdown menu triggered by clicking an "Actions" button. To test you must have saved reports. View the saved reports page and click the "Actions" button in the last column of the table. This should trigger a menu. All options in the menu should work correctly. Signed-off-by: Nicole C. Engard works and looks awesome Signed-off-by: Liz Rea Yes, exactly what I had in mind. Great improvement. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 5 ++- .../en/modules/reports/guided_reports_start.tt | 41 +++++++++++-------- .../prog/img/glyphicons-halflings-white-koha.png | Bin 0 -> 23022 bytes 3 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/img/glyphicons-halflings-white-koha.png hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 16:27:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 14:27:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-931-ge476378 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 e476378323eb8dd31e67e4741d271d88de61b59e (commit) via a9a3bb7b3d7e8e862cf0f772246667258a20b786 (commit) from 0648d2883d195806eda5a7b91b1b0d6eee7dd87a (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 e476378323eb8dd31e67e4741d271d88de61b59e Author: Kyle M Hall Date: Fri Aug 16 07:21:10 2013 -0400 Bug 10664 [QA Followup] - fix error in overdue_notices.pl if there is no active currency Fixes the following koha-qa.pl error: FAIL misc/cronjobs/overdue_notices.pl OK pod OK forbidden patterns OK valid FAIL critic # Variables::ProhibitConditionalDeclarations: Signed-off-by: Galen Charlton commit a9a3bb7b3d7e8e862cf0f772246667258a20b786 Author: Sophie Meynieux Date: Wed Jul 31 08:04:25 2013 +0200 Bug 10664: fix error in overdue_notices.pl if there is no active currency If there is no active currency, when running overdue_notices.pl you get a sofware error "Can't use an undefined value as a HASH reference" on GetCurrency() function call. With this patch, if there is no active currency, fines are formated by default 0.00 and notices are correctly generated. Test plan : - have at least one borrower with overdue that should trigger a notice - verify that there is no active currency (Adminitration > Currency & Exchange rates) - run misc/cronjobs/overdue_notices.pl -v -n (to get the notice directly on output) => without the patch you get the software error => with the patch, notices are correctly generated If an active currency is defined, the script overdue_notices.pl runs the same with or without patch Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: misc/cronjobs/overdue_notices.pl | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 16:30:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 14:30:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-934-g09e802c 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 09e802c7933073cd98040155b02898ab79739b3a (commit) via 6823c745371a115d5bec98beb9d10b59e188c9fe (commit) via 801d8237d80d7079f3355da18ef18c60b7f37325 (commit) from e476378323eb8dd31e67e4741d271d88de61b59e (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 09e802c7933073cd98040155b02898ab79739b3a Author: Nicole C. Engard Date: Thu Aug 8 09:01:23 2013 -0400 Bug 10703: Document borrower_files table Add db documentation to borrower_files table. To test: apply review kohastructure.sql to be sure documentation is there Signed-off-by: Bernardo Gonzalez Kriegel Comment: No errors. Tested loading on new database. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 6823c745371a115d5bec98beb9d10b59e188c9fe Author: Nicole C. Engard Date: Thu Aug 8 08:53:58 2013 -0400 Bug 10703: Document quotes table Add db documentation for the quotes table To test: apply patch review kohastructure.sql to be sure documentation is there Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 801d8237d80d7079f3355da18ef18c60b7f37325 Author: Nicole C. Engard Date: Thu Aug 8 08:49:25 2013 -0400 Bug 10703: Add db documentation for biblioimages table This patch adds db documentation to the biblioimages table. To test: Apply patch Review kohastructure.sql to be sure that the documentation is there Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 38 ++++++++++++++++---------------- 1 files changed, 19 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 16:32:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 14:32:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-935-ga4d8144 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 a4d8144efdcbbf30d649264495f151e8b6fd7594 (commit) from 09e802c7933073cd98040155b02898ab79739b3a (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 a4d8144efdcbbf30d649264495f151e8b6fd7594 Author: Jonathan Druart Date: Tue Aug 13 12:25:35 2013 +0200 Bug 10716: fix JavaScript error on basket groups page To test: Go on acqui/basketgroup.tt and verify a js error occurred (ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined). Apply the patch and verify the error does not appear anymore. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/basketgroup.tt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 16:57:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 14:57:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-938-g1e84b12 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 1e84b1217afc74f490423538b7b8808e3d34513a (commit) via 1c8efaf3f9b14caf5f6512149d5fcd957bd3e487 (commit) via f8eb19163bd4e59e99b6dae90a5712b6a7be52f6 (commit) from a4d8144efdcbbf30d649264495f151e8b6fd7594 (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 1e84b1217afc74f490423538b7b8808e3d34513a Author: Galen Charlton Date: Fri Aug 16 15:00:35 2013 +0000 Bug 10481: (follow-up) fix typo in POD Signed-off-by: Galen Charlton commit 1c8efaf3f9b14caf5f6512149d5fcd957bd3e487 Author: Jonathan Druart Date: Thu Jul 11 11:45:06 2013 +0200 Bug 10481: Unit tests for C4::Members::AddEnrolmentFeeIfNeeded prove t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t .. ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.38 cusr 0.01 csys = 0.41 CPU) Result: PASS Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton commit f8eb19163bd4e59e99b6dae90a5712b6a7be52f6 Author: Jonathan Druart Date: Mon Jun 17 14:56:22 2013 +0200 Bug 10481: FIX No enrollment fee when changing patron category. When a patron changes to a category with enrollment fee, they are not generated. Test plan: - Choose a category without fee (e.g. Kid) - Add an enrollment fee for another category (e.g. Young adult) - Choose a kid and change his category to "Young adult". - Note the warning message "Fees & Charges: Patron has Outstanding fees & charges of XX" on the check out page. This patch also moves all instances of adding the enrollment fee to a new routine in C4::Members, AddEnrolmentFeeIfNeeded(), so additional tests include: - Register a new patron and give it a category that has an enrollment fee. Verify that the fee is charged. - Renew the patron. Verify that the additional fee is charged. - Register a new patron with a child patron category. - Use the 'update child to adult' menu option to change the patron's category to one that is fee-bearing. Verify that the enrollment fee was charged. Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Members.pm | 65 ++++++++++++++-------- t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t | 56 +++++++++++++++++++ 2 files changed, 98 insertions(+), 23 deletions(-) create mode 100644 t/db_dependent/Members/AddEnrolmentFeeIfNeeded.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 17:27:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 15:27:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-941-g484b7ec 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 484b7ec7320b73519def7ef25487c942d93f5059 (commit) via 572d46e6395123293c1b5c86055a527ab5c647da (commit) via 70ede048e5b108a5fb795cd52ed733c8e9b3f131 (commit) from 1e84b1217afc74f490423538b7b8808e3d34513a (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 484b7ec7320b73519def7ef25487c942d93f5059 Author: Galen Charlton Date: Fri Aug 16 15:36:10 2013 +0000 bug 5825: (follow-up) consult item-level_itypes This patch teaches GetHoldsQueueItems to consult the item-level_itypes system preference and return the item-level or bib-level item type accordingly. To test: - Arrange so that an item that shows up on the holds queue report has one item type while its bib has a different one. - Run the report with item-level_itypes ON. Verify that the item-level item type is displayed. - Change item-level_itypes to OFF. Run the report again and verify that the bib-level item type is displayed. Signed-off-by: Galen Charlton commit 572d46e6395123293c1b5c86055a527ab5c647da Author: Galen Charlton Date: Fri Aug 16 15:34:07 2013 +0000 bug 5825: (follow-up) add regression test To test: Verify that prove -v t/db_dependent/HoldsQueue.t passes. Signed-off-by: Galen Charlton commit 70ede048e5b108a5fb795cd52ed733c8e9b3f131 Author: Owen Leonard Date: Thu Aug 8 16:06:14 2013 -0400 Bug 5825 - Add Item Type column to Holds Queue report The hold queue report shows collection code but not item type. This patch adds it. Also added is use of the KohaAuthorisedValues template plugin to display the collection code description instead of code. To test, apply the patch and view the holds queue. There should be a new item type column showing an item type description for each row. The collection column should now show the collection description instead of code. Signed-off-by: Melia Meggs Signed-off-by: Jonathan Druart ----------------------------------------------------------------------- Summary of changes: C4/HoldsQueue.pm | 9 ++++++++- .../prog/en/modules/circ/view_holdsqueue.tt | 8 ++++++-- t/db_dependent/HoldsQueue.t | 3 ++- 3 files changed, 16 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 17:39:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 15:39:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.03-45-g8525d49 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 8525d49e0601c85807235c007f712666c2abbceb (commit) via 309536b7d5802631a73c5295038be7575ec951c8 (commit) via 18c352b581b9e2ca525e44c277c7f3bbace382e2 (commit) via 5a250b20e2a8d29cf0b114f7e7d9886de26d108a (commit) via 7e16f58668a10365ed1a8aa862cdbfc89b400f7d (commit) via 29064d1bd51971e0296749a6e6661ea2f8a9ee3b (commit) via 85d3052605c558d1b4058635d3aec234fc9349c0 (commit) via 521d260a5931119c688fd872c30041ffe1c5c692 (commit) via 9504e00f7b497aa8e49567ca99cf73f7c32ad134 (commit) via cfb48010ad23e50fc93d893963164a17d4208c7b (commit) via a37558cd6087a1945611161b09e923f79b60d6e1 (commit) via 7e5c0a9a5f08e325e2e8a1fdb2fda72b76a3b1e9 (commit) via aeb11a6a9236bcf7f6c822a55e3d270406956db2 (commit) via f2ccae0ded3c9f099ba9eecfdf72b18c6cd8e797 (commit) via 75b31bb5cf4a6269dedeb95be374b654fe4b5091 (commit) from 14a4abebed9df1acc67a08685be368e060a2d310 (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 8525d49e0601c85807235c007f712666c2abbceb Author: Fridolyn SOMERS Date: Tue May 28 15:43:05 2013 +0200 Bug 10362: ensure that all messages and alerts are shown upon checkin If an item is returned and has mutiple error or warnings (e.g., it both needs to be transferred and the patron was debarred in the course of the return), because of a bug in the template, not all of the messages would be displayed. This patch changes the template to show both messages and alerts. Test plan : - Perform an checkout that will a checkin : * need a transfert (return in a different branch) * set user debarred (depends on issuing rules) - Perform check-in => You get tranfert message and debarment alert Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 5192fd81adaccf9b0f4a01dcc0ffc689edc9468f) Signed-off-by: Tomas Cohen Arazi commit 309536b7d5802631a73c5295038be7575ec951c8 Author: Marcel de Rooy Date: Thu Aug 15 13:10:41 2013 +0200 Bug 10663: QA Followup: Typo in comment in renewscript Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 240520c2f925a4e9235628f06a0bdd15c99dfa80) Signed-off-by: Tomas Cohen Arazi commit 18c352b581b9e2ca525e44c277c7f3bbace382e2 Author: Galen Charlton Date: Fri Aug 16 00:33:24 2013 +0000 Bug 10666: (follow-up) really fix the daily quotes test Koha::DateUtils::dt_from_string() and DateTime->now() are not equivalent -- they don't handle timezones in the same way. Signed-off-by: Galen Charlton (cherry picked from commit c6f903198cf427b9e4c9f8ad89fef97518998a09) Signed-off-by: Tomas Cohen Arazi commit 5a250b20e2a8d29cf0b114f7e7d9886de26d108a Author: Tomas Cohen Arazi Date: Mon Aug 5 15:23:44 2013 -0300 Bug 10663: restore ability of active hold requests to block renewal Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Katrin Fischer This reverts changes made to CanBookBeRenewed by patches from bug 9367. GetReserveStatus is not suitable to recognize if an item can fild a hold on return and CheckReserves is restored. Signed-off-by: Chris Cormack This patch includes a squash of a follow-up authored by Katrin Fischer : CheckReserves returns '' when no reserve is found, so $resfound will always be defined and we need to check if it's true. Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit 3e387f72a337b36d96e1b0df56965391ffc95213) Signed-off-by: Tomas Cohen Arazi commit 7e16f58668a10365ed1a8aa862cdbfc89b400f7d Author: Galen Charlton Date: Thu Aug 15 22:17:37 2013 +0000 Bug 10663: (follow-up) set circ policy for circulation tests This patch ensures that the loan rules are set to a known value suitable for testing. Signed-off-by: Galen Charlton (cherry picked from commit 51b8deb4d5eceee84ad95b28cac902330b4b12fe) Signed-off-by: Tomas Cohen Arazi commit 29064d1bd51971e0296749a6e6661ea2f8a9ee3b Author: Katrin Fischer Date: Thu Aug 8 01:38:23 2013 +0200 Bug 10663: Follow-up - Unit tests for CanBookBeRenewed Follow-up fixing some and adding more unit tests. Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit b15b3be5ae878d19d4b6ed659b68ce0b9843a35e) Signed-off-by: Tomas Cohen Arazi commit 85d3052605c558d1b4058635d3aec234fc9349c0 Author: Tomas Cohen Arazi Date: Mon Aug 5 15:26:56 2013 -0300 Bug 10663: tests for CanBookBeRenewed Initial work on unit tests for CanBookBeRenewed. More scenarios are needed. Also made Circulation.t use autocommit=0. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Katrin Fischer Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit dc469424c8bcf952cb64f5c9dc2cdc53772d8ca5) Signed-off-by: Tomas Cohen Arazi commit 521d260a5931119c688fd872c30041ffe1c5c692 Author: Colin Campbell Date: Mon Aug 12 16:15:37 2013 +0100 Bug 10712: Save missing config variables to install log The variables for AUTH_INDEX_MODE and ZEBRA_TOKENIZER were not being saved to the koha_install_log file. As a result when using the --prev-install-log option in Makefile.PL the user was still prompted to select them. This patch adds the appropriate variables to the list saved in the install log. To test: On a (non-package) system installed/upgraded without the patch running 'perl Makefile.PL --prev-install-log /path/to/koha-install-log' will still prompt you to choose authorities indexing mode and select between chr and icu, after upgrading with this patch applied the same command should get the responses from the install log and not require user intervention. The values can be seen written into misc/koha-install-log Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton (cherry picked from commit 40e6f6a8f22b8af7adef79a0ece80a61a69ccc50) Signed-off-by: Tomas Cohen Arazi commit 9504e00f7b497aa8e49567ca99cf73f7c32ad134 Author: Galen Charlton Date: Fri Aug 9 18:53:20 2013 +0000 Bug 10644: (follow-up) remove inadvertant dependence on Perl 5.14 Perl 5.14 changed array and hash container functions (e.g., keys()) to accept hashrefs or arrayrefs. However, this doesn't work in Perl 5.10, so doing scalar(keys( function_returning_hashref() ) ); is a syntax error in that version. This patch changes the affected tests to explicitly difference the hashrefs returned by the various functions. To test: Verify that t/db_dependent/ClassSource.t passes. Signed-off-by: Galen Charlton (cherry picked from commit 8f933bc040e8e4198f5278253191a7a4233467ce) Signed-off-by: Tomas Cohen Arazi commit cfb48010ad23e50fc93d893963164a17d4208c7b Author: root Date: Thu Jul 25 14:03:32 2013 +0200 Bug 10643: fix inappropriate uses of $sth->finish() in C4::ClassSource.pm This patch gets rid of finish() and replace prepare_cached by prepare. From the man page finish() Indicate that no more data will be fetched from this statement handle before it is either executed again or destroyed. You almost certainly do not need to call this method. Adding calls to "finish" after loop that fetches all rows is a common mistake, don't do it, it can mask genuine problems like uncaught fetch errors. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit 5cba6457aa00f3f3b2038f70057df300d9c6b9c3) Signed-off-by: Tomas Cohen Arazi commit a37558cd6087a1945611161b09e923f79b60d6e1 Author: Fridolyn SOMERS Date: Wed Jul 31 11:39:45 2013 +0200 Bug 10666: avoid random failures of Daily quotes tests In t/db_dependent/Koha.t, the test "Got a quote based on today's date" is failing : $prove t/db_dependent/Koha.t : t/db_dependent/Koha.t .. 1/6 # Failed test 'Got a quote based on today's date.' # at t/db_dependent/Koha.t line 126. # Compared $data->{"source"} # got : 'Herbert Hoover' # expect : 'Abraham Lincoln' # Be sure to run this test on a clean install of sample data. # Looks like you failed 1 test of 4. Looks like the wrong quote is returned by GetDailyQuote(). I'm using a databased created with the English sample SQL datas. I think I found the cause : The test "Got a random quote." calls GetDailyQuote('random'=>1) which changes the quote timestamp to now. When then testing GetDailyQuote(), this quote (which may not be the one created by test) is the most recent quote. This patch moves the "Got a random quote." test after "Got a quote based on today's date" to solve the problem. Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit b874f7d63894693c9c3f2a3d93ee119bc3b01486) Signed-off-by: Tomas Cohen Arazi commit 7e5c0a9a5f08e325e2e8a1fdb2fda72b76a3b1e9 Author: Galen Charlton Date: Thu Aug 1 15:09:39 2013 +0000 Bug 10644: fix typos in test descriptions Signed-off-by: Galen Charlton (cherry picked from commit d9d8a8424dcd62988293920f7c67f7d0a01efc70) Signed-off-by: Tomas Cohen Arazi commit aeb11a6a9236bcf7f6c822a55e3d270406956db2 Author: Kenza Zaki Date: Fri Jul 26 09:55:43 2013 +0200 Bug 10644: add unit tests for ClassSource.pm The tests are wrapped in a database transaction. To test: prove t/db_dependent/ClassSource.t t/db_dependent/ClassSource.t .. 1/24 prepare_cached(SELECT * FROM `class_sort_rules` WHERE `class_sort_rule` = ?) statement handle DBI::st=HASH(0x92dbedc) still Active at C4/ClassSource.pm line 249 prepare_cached(SELECT * FROM `class_sources` WHERE cn_source = ?) statement handle DBI::st=HASH(0x926876c) still Active at C4/ClassSource.pm line 137 attempting to use non-existent class sorting routine routine1 prepare_cached(SELECT * FROM `class_sort_rules` WHERE `class_sort_rule` = ?) statement handle DBI::st=HASH(0x92dbedc) still Active at C4/ClassSource.pm line 249 prepare_cached(SELECT * FROM `class_sources` WHERE cn_source = ?) statement handle DBI::st=HASH(0x926876c) still Active at C4/ClassSource.pm line 137 t/db_dependent/ClassSource.t .. ok All tests successful. Files=1, Tests=24, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.12 cusr 0.01 csys = 0.15 CPU) Result: PASS Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton (cherry picked from commit 5de06b87e29f12250a35df3239372a7ed0754811) Signed-off-by: Tomas Cohen Arazi commit f2ccae0ded3c9f099ba9eecfdf72b18c6cd8e797 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 (cherry picked from commit def952bda9cd72a4f6916e93ad1c454a04a3cb43) Signed-off-by: Tomas Cohen Arazi commit 75b31bb5cf4a6269dedeb95be374b654fe4b5091 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 (cherry picked from commit 61fa246ac06d637d50c8eed68244f0577ed34e4d) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 5 +- C4/ClassSource.pm | 33 +--- C4/Koha.pm | 7 +- C4/Letters.pm | 3 +- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 3 +- misc/koha-install-log | 2 + reserve/renewscript.pl | 2 +- rewrite-config.PL | 1 + t/db_dependent/Circulation.t | 173 ++++++++++++++++- t/db_dependent/ClassSource.t | 197 ++++++++++++++++++++ t/db_dependent/Koha.t | 17 +- 11 files changed, 398 insertions(+), 45 deletions(-) create mode 100644 t/db_dependent/ClassSource.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 17:58:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 15:58:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-943-g40aa42f 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 40aa42f31f10acad92da5f2c57319f049fba9289 (commit) via 12061f44beb46709e03d09f7ff61551fa9297b2e (commit) from 484b7ec7320b73519def7ef25487c942d93f5059 (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 40aa42f31f10acad92da5f2c57319f049fba9289 Author: Galen Charlton Date: Fri Aug 16 16:09:13 2013 +0000 Bug 10653: (follow-up) minor tweaks to RotatingCollections tests - remove unnecessary module import - use parentheses for all C4 function calls Signed-off-by: Galen Charlton commit 12061f44beb46709e03d09f7ff61551fa9297b2e Author: Kenza Zaki Date: Tue Jul 30 13:43:19 2013 +0200 Bug 10653: add unit tests for C4::RotatingCollections.pm The tests are wrap in a database transaction. Test plan: prove t/db_dependent/RotatingCollections.t t/db_dependent/RotatingCollections.t .. ok All tests successful. Files=1, Tests=41, 20 wallclock secs ( 0.02 usr 0.01 sys + 0.41 cusr 0.02 csys = 0.46 CPU) Result: PASS Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/RotatingCollections.t | 307 ++++++++++++++++++++++++++++++++++ 1 files changed, 307 insertions(+), 0 deletions(-) create mode 100644 t/db_dependent/RotatingCollections.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 18:03:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 16:03:05 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-944-gdbe233a 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 dbe233a0e5d86975c28918d8b7023b70bdd29d38 (commit) from 40aa42f31f10acad92da5f2c57319f049fba9289 (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 dbe233a0e5d86975c28918d8b7023b70bdd29d38 Author: Owen Leonard Date: Tue Aug 13 10:05:58 2013 -0400 Bug 9238 - make fund pull down say 'select fund', not 'select budget' When adding a new order to a basket the fund selection field is labeled "Fund:" but the default option is "Select a budget." This patch changes this string to "Select a fund" and also corrects the associated JavaScript error message text displayed when one doesn't choose a fund. To test, add an order to basket. The "New order" form should show "Select a fund" as the default option for "Fund" in the "Accounting details" section. If you submit the form without selecting a fund the error message should read "You must select a fund." Signed-off-by: Nicole C. Engard tests pass Signed-off-by: Kyle M Hall String updates only, passes koha-qa.pl Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/acqui/neworderempty.tt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 18:06:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 16:06:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-945-g9bc53a0 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 9bc53a0fccc3b673dca43791ebfcb53fd6e0a9ee (commit) from dbe233a0e5d86975c28918d8b7023b70bdd29d38 (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 9bc53a0fccc3b673dca43791ebfcb53fd6e0a9ee Author: Marc Veron Date: Sun Oct 7 19:54:44 2012 +0200 Bug 8887: only display desired result when doing exact syspref search This patch fixes an issue where entering the complete name of a system preference when doing a syspref search in the staff interface resulted in the display of *all* preferences belonging to the desired one's module. Since providing a more specific search string should result in getting back more specific results, the previous behavior was not intuitive. Test scenario: a) In sysprefs, do a search with partial match (e.g. intranetcolor) -> Result shows one entry: intranetcolorstylesheet b) Do an exact search. e.g. intranetcolorstylesheet -> Result shows all Staff Client preferences Apply patch, test again. Now b) behaves like a). Signed-off-by: Mirko Tietgen Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: admin/preferences.pl | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 18:10:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 16:10:39 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-946-gd1b3e4a 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 d1b3e4ab6b432844e076e1eb0662a9c04a5f412e (commit) from 9bc53a0fccc3b673dca43791ebfcb53fd6e0a9ee (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 d1b3e4ab6b432844e076e1eb0662a9c04a5f412e Author: root Date: Thu Jul 25 13:47:09 2013 +0200 Bug 10642: fix inappropriate uses of $sth->finish() in C4::RotatingCollections.pm From the man page finish() Indicate that no more data will be fetched from this statement handle before it is either executed again or destroyed. You almost certainly do not need to call this method. Adding calls to "finish" after loop that fetches all rows is a common mistake, don't do it, it can mask genuine problems like uncaught fetch errors. To test: Verify that prove -v t/db_dependent/RotatingCollections.t passes Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Passes koha-qa.pl, passes UT provided by bug 10653 Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/RotatingCollections.pm | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 18:26:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 16:26:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-947-gb0ea3be 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 b0ea3be36c8e7ae6dc6f28820b1c26fc909d9039 (commit) from d1b3e4ab6b432844e076e1eb0662a9c04a5f412e (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 b0ea3be36c8e7ae6dc6f28820b1c26fc909d9039 Author: Jared Camins-Esakov Date: Mon Aug 5 20:56:48 2013 -0400 Bug 10686: Remove fields from searches for highlighting If you do a fielded search like au:smith, "Smith" will not get highlighted on the results page because the Javascript is looking for the exact string "au:smith." To test: 1) Turn on OpacHighlightedWords. 2) Do a simple keyword search. 3) Confirm that the word is highlighted on the results and details page. 4) Do a fielded search by entering au:smith (or whatever). 5) Confirm that the word is highlighted on the results and details page. 6) Sign off. Signed-off-by: Mirko Tietgen Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 1 + .../prog/en/modules/opac-results-grouped.tt | 1 + .../opac-tmpl/prog/en/modules/opac-results.tt | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 18:47:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 16:47:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-948-g29689de 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 29689de399a8927547c36e53461c7766ecc604f0 (commit) from b0ea3be36c8e7ae6dc6f28820b1c26fc909d9039 (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 29689de399a8927547c36e53461c7766ecc604f0 Author: Jonathan Druart Date: Thu Apr 11 12:00:45 2013 +0200 Bug 10028: fix how ModReceiveOrder() calls NewOrder() In C4::Acquisition::ModReceiveOrder, a call to NewOrder is badly used. NewOrder returns ($basketno, $ordernumber) but in ModReceiveOrder the ordernumber is got with my $ordernumber = NewOrder( $args ); It works because: sub t{ return ("a", "b"); } my $a = t(); say $a; Will display 'b'. But it is not really clear. Test plan: Check that there is no regression for partial receives. Signed-off-by: Chris Cormack Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 18:49:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 16:49:17 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-949-g75f23ba 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 75f23ba7925d9a331cb221823d686c541591cbcf (commit) from 29689de399a8927547c36e53461c7766ecc604f0 (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 75f23ba7925d9a331cb221823d686c541591cbcf Author: Jared Camins-Esakov Date: Thu Aug 15 11:28:30 2013 -0400 Bug 10736: show duplicate invoice warning on second invoice If you have AcqWarnOnDuplicateInvoice set to warn it only warns if you have 2 or more invoices with the same number. It should warn if you're trying to create a duplicate. To test: 1) Turn on AcqWarnOnDuplicateInvoice. 2) Try to create an invoice that duplicates an invoice number you are already using exactly once. 3) Note that you get a warning after applying this patch. Signed-off-by: Nicole C. Engard all tests pass Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/parcels.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 16 20:33:33 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 16 Aug 2013 18:33:33 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-950-ge94e379 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 e94e37969825633116093a24dc7fc0afb5975648 (commit) from 75f23ba7925d9a331cb221823d686c541591cbcf (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 e94e37969825633116093a24dc7fc0afb5975648 Author: Jonathan Druart Date: Mon Aug 12 16:10:03 2013 +0200 Bug 10610: sort sysprefs.sql by syspref names By sorting the sql syspref file, the frequency of merge conflicts when dealing with it should be reduced. Test plan: - create a new DB with a new table named systempreferences (with the same structure as the one you know). - insert the current sysprefs.sql file into this table. - note the number of rows in the systempreferences table. - Create a dump of the system preferences, e.g., mysql> \T sysprefs-1 mysql> SELECT * FROM systempreferences ORDER BY variable; mysql> exit - apply this patch. - delete all rows of the systempreferences table. - insert the new sysprefs.sql file. - verify the number of rows is the same as the previous. - Create a new dump of the system preferences, e.g., mysql> \T sysprefs-2 mysql> SELECT * FROM systempreferences ORDER BY variable; mysql> exit - Verify that the two dumps (sysprefs-1 and sysprefs-2) are identical. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/sysprefs.sql | 842 ++++++++++++++++++------------------- 1 files changed, 413 insertions(+), 429 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 17 17:55:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 17 Aug 2013 15:55:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-953-g9714498 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 971449866fc23ff9c0c083754e4dd9c53d8d4cdc (commit) via a9cd81e6858dda89d95625520108fa0b269ff770 (commit) via a7fe13a52f320e6aded1f3313f721bd7fd73fb52 (commit) from e94e37969825633116093a24dc7fc0afb5975648 (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 971449866fc23ff9c0c083754e4dd9c53d8d4cdc Author: Galen Charlton Date: Sat Aug 17 16:04:34 2013 +0000 Bug 10573: (follow-up) update license and copyright statement Signed-off-by: Galen Charlton commit a9cd81e6858dda89d95625520108fa0b269ff770 Author: Bernardo Gonzalez Kriegel Date: Thu Aug 8 15:54:22 2013 -0300 Bug 10573: (followup) French translation for printing a basketgroup small followup to fix tabs Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit a7fe13a52f320e6aded1f3313f721bd7fd73fb52 Author: Christophe Croullebois Date: Wed Jul 10 16:57:12 2013 +0200 Bug 10573: French translation for printing a basketgroup If you want to print a basketgroup with pdf format, it will be in English. The pdf is done with layout2pages.pm or layout3pages.pm, which call layout2pages.pdf or layout3pages.pdf. This patch adds layout3pagesfr.pm in src/acqui/pdfformat/ which calls layout3pagesfr.pdf. And adds in basketgroup.pl the check for layout3pagesfr To use it you have to change the systempreferences to pdfformat::layout3pagesfr Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described, koha-qa reports some tab errors. Corrected in a followup. Please, always add a test plan, it's easier to test. Test: 1) apply the patch 2) change syspref OrderPdfFormat to pdfformat::layout3pagesfr 3) select a vendor 4) create a basket group (empty works) 5) close basket group 6) print basket group 7) PDF is in french Signed-off-by: Katrin Fischer This works nicely, although it would be better if we could find a more general solution to make the templates editable and translatable. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/basketgroup.pl | 2 +- .../{layout3pages.pm => layout3pagesfr.pm} | 65 ++++++++++---------- .../intranet-tmpl/prog/pdf/layout3pagesfr.odt | Bin 0 -> 13284 bytes .../intranet-tmpl/prog/pdf/layout3pagesfr.pdf | Bin 0 -> 24394 bytes 4 files changed, 33 insertions(+), 34 deletions(-) copy acqui/pdfformat/{layout3pages.pm => layout3pagesfr.pm} (93%) create mode 100644 koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.odt create mode 100644 koha-tmpl/intranet-tmpl/prog/pdf/layout3pagesfr.pdf hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 18 00:44:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 17 Aug 2013 22:44:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-68-g61ad7c9 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 61ad7c928dfdbdae776df942378c0e8aaba20a2b (commit) from f90516a5382541d20393d5c31d5b5bfe3d95700d (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 61ad7c928dfdbdae776df942378c0e8aaba20a2b 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) Signed-off-by: Chris Hall (cherry picked from commit a16542961f60f5a77d0af86d605a890a5b23782d) ----------------------------------------------------------------------- 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 Sun Aug 18 00:52:01 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 17 Aug 2013 22:52:01 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-71-g898b6ac 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 898b6acdf482486d4613758f6c796feb9c8ff797 (commit) via 96666e5aaaab924539e4a5759f2cc292750d6d4b (commit) via bab007fb750bf9428d71637e26743346c703c0e0 (commit) from 61ad7c928dfdbdae776df942378c0e8aaba20a2b (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 898b6acdf482486d4613758f6c796feb9c8ff797 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 (cherry picked from commit 1d9ac2b10a96800d301524978f00ee393b5bb75e) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 1d9ac2b10a96800d301524978f00ee393b5bb75e) Signed-off-by: Chris Hall (cherry picked from commit d9c39688bcc5f4064763d8e2a6958c94066dbdd8) commit 96666e5aaaab924539e4a5759f2cc292750d6d4b 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) Fixed minor conflicts: C4/VirtualShelves.pm Signed-off-by: Chris Hall (cherry picked from commit 5e9db705a5466ff508d45a9bbfcabd9744efa53f) commit bab007fb750bf9428d71637e26743346c703c0e0 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) Signed-off-by: Chris Hall (cherry picked from commit 2b2457329467e5a30a748903eb60390f1cafd51d) ----------------------------------------------------------------------- Summary of changes: C4/VirtualShelves.pm | 14 ++- serials/serials-edit.pl | 8 +- t/db_dependent/VirtualShelves.t | 200 +++++++++++++++++++++++---------------- 3 files changed, 137 insertions(+), 85 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 18 00:55:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 17 Aug 2013 22:55:53 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-72-g76e5ead 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 76e5ead8cdaf0a80e7c6269c1d203aa8ae5b19f5 (commit) from 898b6acdf482486d4613758f6c796feb9c8ff797 (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 76e5ead8cdaf0a80e7c6269c1d203aa8ae5b19f5 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 (cherry picked from commit 2898cf57e5c3b9c6fd8f4fe8f0d5c180ab28fc06) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 2898cf57e5c3b9c6fd8f4fe8f0d5c180ab28fc06) Signed-off-by: Chris Hall (cherry picked from commit 452d6eed5880eb40bbee79c9f0938fbbd1fb3d26) ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/ccsr/images/star-ratings-sprite.png | Bin 0 -> 2000 bytes 1 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/opac-tmpl/ccsr/images/star-ratings-sprite.png hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 18 00:57:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 17 Aug 2013 22:57:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-73-g2d845f6 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 2d845f686c49b9f7d4dc6685aac4b902d7a30d0d (commit) from 76e5ead8cdaf0a80e7c6269c1d203aa8ae5b19f5 (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 2d845f686c49b9f7d4dc6685aac4b902d7a30d0d 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 (cherry picked from commit 2dff5177f2d7c542175b28adf1832e201c0ae864) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 2dff5177f2d7c542175b28adf1832e201c0ae864) Signed-off-by: Chris Hall (cherry picked from commit bd199ff98c8c34bd6587f12bc3a844827ed07aa9) ----------------------------------------------------------------------- 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 Sun Aug 18 06:13:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Aug 2013 04:13:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-75-g869de32 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 869de3235805965d0bca2d68590c376445034c79 (commit) via 932a913a0098203a136b0eb2c7893a22a8840579 (commit) from 2d845f686c49b9f7d4dc6685aac4b902d7a30d0d (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 869de3235805965d0bca2d68590c376445034c79 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 (cherry picked from commit 7c92496cf7f7ee1016b934a8e01e995b680f9761) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 7c92496cf7f7ee1016b934a8e01e995b680f9761) Signed-off-by: Chris Hall (cherry picked from commit e94b493fc7f6217a92d91f78ce6849d73fd8c6e8) commit 932a913a0098203a136b0eb2c7893a22a8840579 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 (cherry picked from commit 54d414ee2d16a2969c91e5a83cb8c66858fed03c) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 54d414ee2d16a2969c91e5a83cb8c66858fed03c) Signed-off-by: Chris Hall (cherry picked from commit 3390a6efc74714f6ebd577d06f344acbff001357) ----------------------------------------------------------------------- Summary of changes: cataloguing/additem.pl | 2 +- opac/opac-addbybiblionumber.pl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 18 06:16:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Aug 2013 04:16:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-77-g82d988c 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 82d988cbd926fae9d49b54b18cd193b8a5ccf624 (commit) via d4f7db74cd6edb344b0c50e77bdbaab50eacb8c3 (commit) from 869de3235805965d0bca2d68590c376445034c79 (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 82d988cbd926fae9d49b54b18cd193b8a5ccf624 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 (cherry picked from commit 3865b14a57c4e0d4547980acf67060eac181161f) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 3865b14a57c4e0d4547980acf67060eac181161f) Conflicts: tools/batchMod.pl Signed-off-by: Chris Hall (cherry picked from commit 2db1c2b208c53a59bd896af426455122b7b738e5) commit d4f7db74cd6edb344b0c50e77bdbaab50eacb8c3 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 (cherry picked from commit dbd52acf2958bca6b126a35a47d03b6d4d4d541d) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit dbd52acf2958bca6b126a35a47d03b6d4d4d541d) Signed-off-by: Chris Hall (cherry picked from commit 70cc750a5f96ca72c07f359006730ff92f9ff5b5) ----------------------------------------------------------------------- Summary of changes: .../prog/en/js/background-job-progressbar.js | 4 ++-- .../prog/en/modules/tools/batchMod.tt | 14 ++++++++++++++ tools/batchMod.pl | 8 ++++---- 3 files changed, 20 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 18 06:20:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Aug 2013 04:20:03 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-78-g9219966 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 9219966d46c94ff436fc91782a1f656f0716e18f (commit) from 82d988cbd926fae9d49b54b18cd193b8a5ccf624 (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 9219966d46c94ff436fc91782a1f656f0716e18f Author: Jonathan Druart Date: Thu Apr 25 09:47:53 2013 +0200 Bug 10088: FIX adding an order from a staged file. Bug 9902 introduced an issue in the C4::Items::PrepareItemrecordDisplay routine. The existence of $defaulvalue hashref should be tested before getting to the branchcode key. Test plan: Before applying the patch, an error occurred when you try to create an order from a staged file. After applying the patch, the error does not appear anymore. Signed-off-by: Mathieu Saby Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit f2e44716f60578b9663862d7b2ba3b16f7067143) Signed-off-by: Jared Camins-Esakov (cherry picked from commit a8ee942442d42e7ae4f42567eba22f33725188a5) Conflicts: C4/Items.pm Signed-off-by: Chris Hall (cherry picked from commit 424a73e889edf5d8e90150ed504fa802953d8194) ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 18 06:21:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Aug 2013 04:21:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-79-gea8708d 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 ea8708d31c4d3c6fe8dcc02b636c283f2104c4c2 (commit) from 9219966d46c94ff436fc91782a1f656f0716e18f (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 ea8708d31c4d3c6fe8dcc02b636c283f2104c4c2 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 (cherry picked from commit 85130dafc515363eba8f44973291a7af893a8b52) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 85130dafc515363eba8f44973291a7af893a8b52) Signed-off-by: Chris Hall (cherry picked from commit e29a98f8166df4cad0cb6ea12bd06a39e52a4d47) ----------------------------------------------------------------------- Summary of changes: C4/Auth_with_ldap.pm | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 18 06:38:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Aug 2013 04:38:03 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-81-g2de1e38 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 2de1e38095959e3f5ed189693347d871bd048c03 (commit) via 893a3ff6ca2487ae9506cddc1e538f6d0785a3d3 (commit) from ea8708d31c4d3c6fe8dcc02b636c283f2104c4c2 (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 2de1e38095959e3f5ed189693347d871bd048c03 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 (cherry picked from commit f56768adba9fb1d39861e04796fac2be8cfdf914) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit f56768adba9fb1d39861e04796fac2be8cfdf914) Signed-off-by: Chris Hall (cherry picked from commit 58f7b60bf3d718a9d76e87632086adbc734a1117) commit 893a3ff6ca2487ae9506cddc1e538f6d0785a3d3 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 (cherry picked from commit 645e80d58783aed46f368e36156ea69e2a34779e) Conflicts: installer/data/mysql/updatedatabase.pl Solved merge conflict Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 645e80d58783aed46f368e36156ea69e2a34779e) Conflicts: installer/data/mysql/updatedatabase.pl Signed-off-by: Chris Hall (cherry picked from commit 1140e9c46af8522373ec51fc6282bfc7c4936540) ----------------------------------------------------------------------- Summary of changes: C4/Budgets.pm | 3 ++- .../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 | 7 +++++++ kohaversion.pl | 2 +- 8 files changed, 15 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 18 06:40:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Aug 2013 04:40:12 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-82-gbb85ff4 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 bb85ff481d320131b96777e2f9eeb04be4dc5596 (commit) from 2de1e38095959e3f5ed189693347d871bd048c03 (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 bb85ff481d320131b96777e2f9eeb04be4dc5596 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. (cherry picked from commit 8f0ce3c1a0e43e6fb8b7bae56e4d658bfc315631) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 8f0ce3c1a0e43e6fb8b7bae56e4d658bfc315631) Signed-off-by: Chris Hall (cherry picked from commit e510a73acf53f76f73168466ee80f5f98d2c8e82) ----------------------------------------------------------------------- Summary of changes: C4/Templates.pm | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 18 06:41:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Aug 2013 04:41:06 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-83-gebdac79 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 ebdac79d5ffa71c403c8ef4b50a9d3bd21298873 (commit) from bb85ff481d320131b96777e2f9eeb04be4dc5596 (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 ebdac79d5ffa71c403c8ef4b50a9d3bd21298873 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 (cherry picked from commit a8ed0e52c65f3fed53108fc1cbe9b860e63f98b5) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit a8ed0e52c65f3fed53108fc1cbe9b860e63f98b5) Signed-off-by: Chris Hall (cherry picked from commit 4cae5281851983d59fb6a463aebc868398e6f2ba) ----------------------------------------------------------------------- Summary of changes: t/Templates.t | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 t/Templates.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Aug 18 07:29:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 18 Aug 2013 05:29:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-84-g1324646 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 1324646ff7bc9a1ae03db0baea9cb45e51f730cc (commit) from ebdac79d5ffa71c403c8ef4b50a9d3bd21298873 (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 1324646ff7bc9a1ae03db0baea9cb45e51f730cc 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 (cherry picked from commit 47df7c9641321b70cd132790d4cfeab500bc34be) Conflicts: installer/data/mysql/updatedatabase.pl Solved Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 47df7c9641321b70cd132790d4cfeab500bc34be) Conflicts: installer/data/mysql/kohastructure.sql installer/data/mysql/updatedatabase.pl Signed-off-by: Chris Hall (cherry picked from commit 2727ca9512ad9e06fbba9a3c299dbdd78289da7c) ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 29 +++++++++++++++-------------- installer/data/mysql/updatedatabase.pl | 7 +++++++ kohaversion.pl | 2 +- 3 files changed, 23 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 19 15:59:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Aug 2013 13:59:03 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-955-g6e86443 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 6e864430caaa951b06d5fecff3fe7864317e5e26 (commit) via 27edb618dd604e0a718f43e98ed97255f72eb515 (commit) from 971449866fc23ff9c0c083754e4dd9c53d8d4cdc (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 6e864430caaa951b06d5fecff3fe7864317e5e26 Author: Galen Charlton Date: Wed Aug 14 14:53:25 2013 +0000 bug 10728: fix additional log noise generated by subscription-renew.pl To test: [1] Use the renew link to bring up the subscription renewal form. [2] Verify that a warning message containing the text 'Problem = a value of 1 has been passed to param without key' was not added to the Apache error log. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 27edb618dd604e0a718f43e98ed97255f72eb515 Author: Colin Campbell Date: Wed Aug 14 15:26:34 2013 +0100 Bug 10728: fix log noise generated by subscription-renew.pl Error log is showing warnings because mode is undefined and we are doing string comparisons on it. Set it to a default value (we were already assigning it a variable which we were not using) and use the the result in the comparison To test, after applying the patch: [1] Use the renew link from the subscription detail page to renew a subscription. [2] Verifying that doing this did not add a warning containing 'subscription-renew.pl: Use of uninitialized value $mode in string eq ' to the Apache error log. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: serials/subscription-renew.pl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 19 16:03:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Aug 2013 14:03:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-956-g7d0aea7 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 7d0aea7c39e22f42760c3ecbba4c0cd0818785a7 (commit) from 6e864430caaa951b06d5fecff3fe7864317e5e26 (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 7d0aea7c39e22f42760c3ecbba4c0cd0818785a7 Author: Jonathan Field Date: Fri Aug 9 11:38:31 2013 +0100 Bug 10704: make OPAC highlighting work across previous/next travel To test Enable 'OpacHighlightedWords' 1) Run a search with multiple results 2) Click on a title of one of the results to get the full record display. Hit highlighting SHOULD work on this page. 3) Use either the "Next" or "Previous" buttons on this page (opac-detail) to move to the next or previous record. 4) Moving forward or back, the highlighting should still be working on the page. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: opac/opac-detail.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 19 16:45:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Aug 2013 14:45:34 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-961-gdee3354 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 dee3354bd63d32e6a320bf2b7d8491ffc41ec40c (commit) via 7630e0b5ae5d76fb8f57e0f59a702047dee79137 (commit) via 7a967161dcf181008bbc175aabd021ca9c495522 (commit) via 1b6452bc5422c998e0127822c5b3c47ff77355d1 (commit) via ba470954fd4b4bb0cd50f47769ecd2f957dcc3f1 (commit) from 7d0aea7c39e22f42760c3ecbba4c0cd0818785a7 (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 dee3354bd63d32e6a320bf2b7d8491ffc41ec40c Author: Galen Charlton Date: Mon Aug 19 14:55:12 2013 +0000 bug 9916: (follow-up) restore default sort order on OPAC tags list (As a side-note, I actually prefer descending date as the default sort order, but better to do that explicitly rather than have the patch series for bug 9916 change visible default sorts.) To test: [1] Log into the OPAC, then go to the list of OPAC tags. [2] Verify that the default sort order is ascending date added. Signed-off-by: Galen Charlton commit 7630e0b5ae5d76fb8f57e0f59a702047dee79137 Author: Galen Charlton Date: Mon Aug 19 14:52:06 2013 +0000 bug 9916: (follow-up) restore default sort order for self-check loan list To test: [1] Log into web-based selfcheck. [2] Enter the barcode of a patron that has at least two loans. [3] Verify that the loan list sorts them in order of descending due date by default, with a secondary sort order of ascending title. Signed-off-by: Galen Charlton commit 7a967161dcf181008bbc175aabd021ca9c495522 Author: Galen Charlton Date: Mon Aug 19 14:44:08 2013 +0000 bug 9916: (follow-up) restore default sort order for OPAC search history To test: [1] Go to the search history page on the OPAC. [2] Verify that the searches are sorted in order of decreasing time. Signed-off-by: Galen Charlton commit 1b6452bc5422c998e0127822c5b3c47ff77355d1 Author: Galen Charlton Date: Mon Aug 19 14:39:24 2013 +0000 Bug 9916: (follow-up) restore default sort order for OPAC "most popular" page Set the primary default sort order to descending number of checkouts, matching the situation prior to the introduction of DataTables. This patch also sets the default secondary sort to ascending title. To test: [1] Ensure that OpacTopissue is ON. [2] Go to the OPAC "most popular" page. [3] Verify that the items are sorted in order of descending checkout count. If two items have the same number of checkouts, verify that they are sorted in ascending title order. Signed-off-by: Galen Charlton commit ba470954fd4b4bb0cd50f47769ecd2f957dcc3f1 Author: Owen Leonard Date: Fri Mar 22 16:11:09 2013 -0400 Bug 9916 - Use DataTables in the OPAC The OPAC still uses the old tablesorter plugin which isn't being actively maintained. We use DataTables in the staff client and should in the OPAC too. The plugin was added a while ago but never implemented on any pages. This patch upgrades the plugin to the latest version and places it in opac-tmpl/lib for cross-theme access. The patch implements DataTables on all pages which previously used the tablesorter plugin. The old tablesorter plugin is removed. The customized DataTable configuration script, datatables.js, has been trimmed-down from the staff client version in order to limit it to only that functionality required in the OPAC. Sorting based on date is done based on the data's enclosing title attribute as it is in the staff client: [% date | $KohaDates %] Slight modifications to Serials.pm and opac-search-history.pl have been made to accommodate this change. To test, view each page in the OPAC which uses JS-based table sorting: - The bibliographic detail page - The cart - The search history page - The suggestions page - The tags page (logged in as a user who has entered tags) - The "most popular" page (opac-topissues.pl) - The logged in user summary page (opac-user.pl) - The subscription "full history" page (opac-serial-issues.pl?selectview=full) - The self-checkout main page (with existing checkouts) Table sorting should work correctly on all pages in both the prog and ccsr themes. Sorting should work for dates whatever your dateformat system preference setting. Tables listing titles should exclude articles ("a," "an," and "the" in English) when sorting. Also test the serial collection page in the staff client, which is affected by the change to Serials.pm. Confirm that dates are displayed and sorted correctly. Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Passes koha-qa.pl, works as advertised! Signed-off-by: Katrin Fischer Works really nicely on all pages. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Serials.pm | 3 - .../prog/en/modules/serials/serials-collection.tt | 10 +- koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 19 + koha-tmpl/opac-tmpl/ccsr/en/css/sco.css | 33 +- koha-tmpl/opac-tmpl/ccsr/en/js/datatables.js | 406 +++----------------- .../lib/jquery/plugins/jquery.tablesorter.min.js | 2 - .../lib/jquery/plugins/jquery.dataTables.min.js | 155 ++++++++ koha-tmpl/opac-tmpl/prog/en/css/opac.css | 19 + koha-tmpl/opac-tmpl/prog/en/css/sco.css | 33 +- .../{datatables-strings.inc => datatables.inc} | 3 + koha-tmpl/opac-tmpl/prog/en/js/datatables.js | 406 +++----------------- .../en/lib/jquery/plugins/jquery.dataTables.min.js | 153 -------- .../lib/jquery/plugins/jquery.tablesorter.min.js | 2 - koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 37 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 31 ++- .../prog/en/modules/opac-full-serial-issues.tt | 36 ++- .../prog/en/modules/opac-search-history.tt | 22 +- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 1 - .../opac-tmpl/prog/en/modules/opac-suggestions.tt | 41 +-- koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt | 24 +- .../opac-tmpl/prog/en/modules/opac-topissues.tt | 28 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 74 ++-- .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 41 +-- opac/opac-search-history.pl | 4 +- 24 files changed, 545 insertions(+), 1038 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/ccsr/en/lib/jquery/plugins/jquery.tablesorter.min.js create mode 100644 koha-tmpl/opac-tmpl/lib/jquery/plugins/jquery.dataTables.min.js rename koha-tmpl/opac-tmpl/prog/en/includes/{datatables-strings.inc => datatables.inc} (74%) delete mode 100644 koha-tmpl/opac-tmpl/prog/en/lib/jquery/plugins/jquery.dataTables.min.js delete mode 100644 koha-tmpl/opac-tmpl/prog/en/lib/jquery/plugins/jquery.tablesorter.min.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Aug 19 17:04:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 19 Aug 2013 15:04:36 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-962-g0a6e9c4 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 0a6e9c48c5c63e17318f4c8e5c7f0400bab0c363 (commit) from dee3354bd63d32e6a320bf2b7d8491ffc41ec40c (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 0a6e9c48c5c63e17318f4c8e5c7f0400bab0c363 Author: Owen Leonard Date: Thu Aug 8 15:37:35 2013 -0400 Bug 10701: fix display of transit status on the bibliographic detail page The patch for Bug 10083 incorrectly changed some template variable names so that in-transit details could not be shown on the biblio detail page. This patch corrects the error. To test, perform any action that will trigger an transfer between libraries (for instance, check in an item from Library A at Library B). View the detail page for that title and look for the transfer details in the status column of the holdings table. It should show correct information: "In transit from Athens to Nelsonville since 08/08/2013" Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described, no errors. Before patch incorrect information: "In transit from to since" after patch correct information. Signed-off-by: Katrin Fischer Works perfectly and passes all tests. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/detail.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 10:59:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 08:59:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-87-gcdf6e36 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 cdf6e36abebf4cf65df8e6ddd9aee039a43608e6 (commit) via 1e9b8dedda519dafeedeb23a6d64c7225d636e7e (commit) via ea007b48e06a42fa699645993a63256ef8e7dbd4 (commit) from 1324646ff7bc9a1ae03db0baea9cb45e51f730cc (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 cdf6e36abebf4cf65df8e6ddd9aee039a43608e6 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 (cherry picked from commit 9886445eb8e82788167ec2440dfeddf0a6b3b58d) Conflicts: docs/history.txt Solved minor conflicts Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 9886445eb8e82788167ec2440dfeddf0a6b3b58d) Conflicts: docs/history.txt Signed-off-by: Chris Hall (cherry picked from commit docs/history.txt) commit 1e9b8dedda519dafeedeb23a6d64c7225d636e7e 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 (cherry picked from commit 606a25bc41047291e4b11390b97caf5d9f01ae65) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 606a25bc41047291e4b11390b97caf5d9f01ae65) Signed-off-by: Chris Hall (cherry picked from commit f3611a8030983e70a154e7b60ba418bae65f0af1) commit ea007b48e06a42fa699645993a63256ef8e7dbd4 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 (cherry picked from commit 6b94a9a3406f7c1b58a88b54c598ad617b84ee52) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 6b94a9a3406f7c1b58a88b54c598ad617b84ee52) Signed-off-by: Chris Hall (cherry picked from commit 5b93649f79e6011e316055bb48c367f829c3966f) ----------------------------------------------------------------------- Summary of changes: debian/templates/apache-shared.conf | 7 +++++ docs/history.txt | 30 +++++++++++++++++++++- koha-tmpl/intranet-tmpl/prog/en/js/additem.js | 15 ++++++---- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 + 4 files changed, 47 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 11:02:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 09:02:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-88-g4488ebf 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 4488ebf7100a03f02fb919501cba86768da8d77c (commit) from cdf6e36abebf4cf65df8e6ddd9aee039a43608e6 (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 4488ebf7100a03f02fb919501cba86768da8d77c 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. (cherry picked from commit 98e397d9a5c5cbd3d2aa88cd0044c24a7d75ff72) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 98e397d9a5c5cbd3d2aa88cd0044c24a7d75ff72) Signed-off-by: Chris Hall (cherry picked from commit 502f35ea0a2405974d20a51ac2b42eb18fd1d4e2) ----------------------------------------------------------------------- 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 Tue Aug 20 11:04:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 09:04:30 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-90-ge311ea1 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 e311ea1308fd05bbdbbf2d95bb1fac8ba6245b7d (commit) via 1254f88b25700408492edea9cbacdea5e52c913b (commit) from 4488ebf7100a03f02fb919501cba86768da8d77c (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 e311ea1308fd05bbdbbf2d95bb1fac8ba6245b7d 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 (cherry picked from commit f05642589d94c25ef1b1f01b4a2606fe455400b8) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit f05642589d94c25ef1b1f01b4a2606fe455400b8) Signed-off-by: Chris Hall (cherry picked from commit 404a931efa9365ae084f088111382eb2076a0a7e) commit 1254f88b25700408492edea9cbacdea5e52c913b 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 (cherry picked from commit 926e455f19852c1c7b69aa00bd587caff8bccd14) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 926e455f19852c1c7b69aa00bd587caff8bccd14) Signed-off-by: Chris Hall (cherry picked from commit 74b2f3fb4acec7b4adf54f32bb4eabcf51ca3353) ----------------------------------------------------------------------- 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 Tue Aug 20 11:08:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 09:08:05 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-91-gaa9f664 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 aa9f664c0b88e34e861e585fc1de72f3b2150580 (commit) from e311ea1308fd05bbdbbf2d95bb1fac8ba6245b7d (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 aa9f664c0b88e34e861e585fc1de72f3b2150580 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 (cherry picked from commit d359b05cb8958cd4d2a2681a86d7813a48748670) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d359b05cb8958cd4d2a2681a86d7813a48748670) Signed-off-by: Chris Hall (cherry picked from commit 1252afb7bfa7833738065b6d6fc2d1c0990410ab) ----------------------------------------------------------------------- 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 Tue Aug 20 11:11:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 09:11:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-92-g3801a7a 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 3801a7a0e13c3db8282407488c8f9625d95e37db (commit) from aa9f664c0b88e34e861e585fc1de72f3b2150580 (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 3801a7a0e13c3db8282407488c8f9625d95e37db 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 (cherry picked from commit aa15f7031bc7d9c0f2c9901db491dada53f21c65) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit aa15f7031bc7d9c0f2c9901db491dada53f21c65) Conflicts: C4/Branch.pm Signed-off-by: Chris Hall (cherry picked from commit 1eb41a81ee0b07026e22d069279e1be2b37caae3) ----------------------------------------------------------------------- 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 Tue Aug 20 11:15:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 09:15:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-93-gcd514fa 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 cd514fad12189ee379202f92807481f632daad37 (commit) from 3801a7a0e13c3db8282407488c8f9625d95e37db (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 cd514fad12189ee379202f92807481f632daad37 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 (cherry picked from commit 4251c1f8185bb91df17949b903391ad29d58f6f0) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 4251c1f8185bb91df17949b903391ad29d58f6f0) Signed-off-by: Chris Hall (cherry picked from commit c8c5f74e65937a38f386c78716550deaf4e68da9) ----------------------------------------------------------------------- Summary of changes: C4/Bookseller.pm | 43 +++++++++++++++++++++---------------------- 1 files changed, 21 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 11:36:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 09:36:00 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5227 deleted. v3.02.00-23-ga1229d2 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, new/bug_5227 has been deleted was a1229d29b812e2be37cca54ddf0ababe737ed980 ----------------------------------------------------------------------- a1229d29b812e2be37cca54ddf0ababe737ed980 Bug 5227 [3.4] Enhance the label batch edit interface ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 11:36:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 09:36:51 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5318 deleted. v3.02.00-36-geb1a7e0 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, new/bug_5318 has been deleted was eb1a7e06917f54f88278b4056893f7a4cbff323a ----------------------------------------------------------------------- eb1a7e06917f54f88278b4056893f7a4cbff323a bug 5318: fix value of r4 rank weight ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 11:38:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 09:38:35 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5301 deleted. v3.02.00-36-gf88f88d 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, new/bug_5301 has been deleted was f88f88dcc58f984f416c160a7a881077169fc8e5 ----------------------------------------------------------------------- f88f88dcc58f984f416c160a7a881077169fc8e5 bug 5301: improve escaping of XML characters in bib output ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 11:40:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 09:40:04 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5308 deleted. v3.02.00-39-g4e11a5a 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, new/bug_5308 has been deleted was 4e11a5ade37485a2822d7ce9682fbd84e4d6637b ----------------------------------------------------------------------- 4e11a5ade37485a2822d7ce9682fbd84e4d6637b Merge remote branch 'galen/bug5308' into bug_5308 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 11:43:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 09:43:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-95-gff1158f 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 ff1158f8a32bc7f5b8cb264620c3b55f65fa15c9 (commit) via c82ece85247cc64781d26a76e64d35cc67fdb449 (commit) from cd514fad12189ee379202f92807481f632daad37 (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 ff1158f8a32bc7f5b8cb264620c3b55f65fa15c9 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 (cherry picked from commit 81431fdc8654e95e9fea37c4de880e9cf6126b26) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 61cbdb6ac7996d8d2f8045d12ec36c5f3676b694) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 61cbdb6ac7996d8d2f8045d12ec36c5f3676b694) Signed-off-by: Chris Hall (cherry picked from commit cd33fd00d04dc4039729e65e0d4ae370a7cab89b) commit c82ece85247cc64781d26a76e64d35cc67fdb449 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 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 261c6f39fa234f8795e62eff48db85c9366d4268) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 261c6f39fa234f8795e62eff48db85c9366d4268) Signed-off-by: Chris Hall (cherry picked from commit b5afa6669495df84275753c9f064d8c53cd3e142) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/serials/checkexpiration.tt | 2 +- misc/cronjobs/printoverdues.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 12:08:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 10:08:32 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5074 deleted. v3.02.00-37-g5c4f27b 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, new/bug_5074 has been deleted was 5c4f27bd0df7b7557519660d752eeee3c9fb0c7c ----------------------------------------------------------------------- 5c4f27bd0df7b7557519660d752eeee3c9fb0c7c Enhancement 5074 (Adding possibility to cleanup_database.pl to purge only older sessions) [UPDATED for master] ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 12:09:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 10:09:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5162 deleted. v3.02.00-64-g33f3d4d 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, new/bug_5162 has been deleted was 33f3d4de1d279263845256b3c764ce2fa338ef7a ----------------------------------------------------------------------- 33f3d4de1d279263845256b3c764ce2fa338ef7a bug 5162: follow-up patch to not clear hidden input setting attribute type ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 12:10:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 10:10:19 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_4991 deleted. v3.02.00-70-gba35ce6 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, new/bug_4991 has been deleted was ba35ce60e1cefbfa0cfbedaca218f46f2662310e ----------------------------------------------------------------------- ba35ce60e1cefbfa0cfbedaca218f46f2662310e bug 4991: follow-up tweaks ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 12:11:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 10:11:15 +0000 Subject: [koha-commits] main Koha release repository branch new/signoffs deleted. v3.02.00-94-gb96617d 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, new/signoffs has been deleted was b96617dea8fcd35d4f4f2f19860a2b7f14489e97 ----------------------------------------------------------------------- b96617dea8fcd35d4f4f2f19860a2b7f14489e97 bug 5149: follow-up - remove extraneous character in link ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 16:14:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 14:14:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-963-g50ff4f4 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 50ff4f4a94598ce197c0ca5656d314195cf69d07 (commit) from 0a6e9c48c5c63e17318f4c8e5c7f0400bab0c363 (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 50ff4f4a94598ce197c0ca5656d314195cf69d07 Author: Owen Leonard Date: Tue Aug 13 12:27:28 2013 -0400 Bug 10081: add library name to IndependentBranches error message With IndependentBranches turned on, if you try to check out an item which belongs to another library you will get an error message which is missing the library name. This patch corrects the problem by passing the necessary variable to the template and outputting the library name using the KohaBranchName TT plugin. To test, turn on IndependentBranches and try to check out an item belonging to another library (note that you must test with a staff user who is not a superlibrarian). The error message you see should include the name of the library to which the item belongs: "This item belongs to Nelsonville and cannot be checked out from this location." Checkouts of items belonging to the library should be unaffected. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 6 ++++-- .../prog/en/modules/circ/circulation.tt | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 16:20:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 14:20:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-967-g7ae3ea6 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 7ae3ea68579b3f870d7e42968c3727ecffac7f02 (commit) via 54c6dccca70a142c14fff049cb3212694af86610 (commit) via d515457c719197e66bd0a10c7011b407af2faa23 (commit) via 3429e5e16da0b23615fac4ca0bb6251fac70301c (commit) from 50ff4f4a94598ce197c0ca5656d314195cf69d07 (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 7ae3ea68579b3f870d7e42968c3727ecffac7f02 Author: Owen Leonard Date: Mon Aug 19 10:55:52 2013 -0400 Bug 8670 - Update POD of C4::Branch::GetBranches() to use TT syntax This patch updates the example template syntax in the POD for C4::Branch::GetBranches() to use Template Toolkit syntax. To test, view the POD for C4::Branch::GetBranches() and confirm that it looks correct. Signed-off-by: Magnus Enger Checked the POD with "perldoc C4/Branch.pm" before and after applying the patch. The example now uses TT syntax, and looks sensible. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 54c6dccca70a142c14fff049cb3212694af86610 Author: Owen Leonard Date: Mon Aug 19 11:16:51 2013 -0400 Bug 10763 - [SIGNED-OFF] Update POD of C4::Creators::Lib::html_table() to use TT syntax This patch updates the example template syntax in the POD for C4::Creators::Lib::html_table() to use Template Toolkit syntax. To test, view the POD for C4::Creators::Lib::html_table() and confirm that it looks correct. Signed-off-by: Magnus Enger Checked the POD with "perldoc C4/Creators/Lib.pm" before and after applying the patch. The example now uses TT syntax, and looks sensible. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit d515457c719197e66bd0a10c7011b407af2faa23 Author: Owen Leonard Date: Mon Aug 19 11:37:55 2013 -0400 Bug 10764 - Update POD of C4::Items::GetItemStatus() to use TT syntax This patch updates the example template syntax in the POD for C4::Items::GetItemStatus() to use Template Toolkit syntax. To test, view the POD for C4::Items::GetItemStatus() and confirm that it looks correct. Signed-off-by: Magnus Enger This patch works as advertised (verified with "perldoc C4::Items"), for GetItemStatus, but it does not fix a a similar example for GetItemLocation in the same file, which still has the old template syntax. So a followup or separate bug for that is called for. Signed-off-by: Jonathan Druart It seems the default option is not in used in templates. Signed-off-by: Galen Charlton commit 3429e5e16da0b23615fac4ca0bb6251fac70301c Author: Owen Leonard Date: Mon Aug 19 12:06:31 2013 -0400 Bug 10765 - [SIGNED-OFF] Update POD of C4::Koha::GetSupportList() to use TT syntax This patch updates the example template syntax in the POD for C4::Koha::GetSupportList() to use Template Toolkit syntax. To test, view the POD for C4::Koha::GetSupportList() and confirm that it looks correct. Signed-off-by: Magnus Enger This patch works as advertised (verified with "perldoc C4::Koha"), for GetSupportList, but it does not fix a a similar example for GetItemTypes, getauthtypes and getframework in the same file, which still has the old template syntax. So a followup or separate bug(s) for those are called for. Signed-off-by: Jonathan Druart It seems the default option is not in used in templates. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Branch.pm | 14 +++++++++----- C4/Creators/Lib.pm | 46 ++++++++++++++++++++++------------------------ C4/Items.pm | 16 ++++++++++------ C4/Koha.pm | 20 ++++++++++---------- 4 files changed, 51 insertions(+), 45 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Aug 20 17:24:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 20 Aug 2013 15:24:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-968-gd46657f 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 d46657f8af980524a4351e40abe0b901d1af3e6a (commit) from 7ae3ea68579b3f870d7e42968c3727ecffac7f02 (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 d46657f8af980524a4351e40abe0b901d1af3e6a Author: Kyle M Hall Date: Tue Jul 23 08:05:22 2013 -0400 Bug 10628: make sure AutomaticItemReturn doesn't prevent holds queue from filling local holds with local items For some reason, C4::HoldsQueue::MapItemsToHoldRequests used the system preference AutomaticItemReturn to decide if an attempt to fill local holds with local items. No explanation of this behavior is provided. This patch removes this behavior, and also adjusts the calculation of the lead-cost library to always return the pickup library if it is on the list of libraries that could fill the hold -- on the basis that if the item is already at the pickup library, its transport cost is inherently zero. Signed-off-by: Srdjan Signed-off-by: Katrin Fischer Passes QA script and adds unit tests. Tested with some examples and those worked correctly. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/HoldsQueue.pm | 13 ++++++++----- t/db_dependent/HoldsQueue.t | 12 ++++++++---- 2 files changed, 16 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 21 16:36:01 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 21 Aug 2013 14:36:01 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-976-g90e90a4 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 90e90a436ac009014abef0c557ea371b42b124d0 (commit) via e189d4166e852118c1bf3b340991bf8fa0e3b720 (commit) via b559b28fd03a70c37c04b31c8c67755458a01e51 (commit) via 2d6bd4b741ed96ad07a68446258d07af234cdc4f (commit) via edf5467469af22c56f2cfc0fed533d19c8da1faa (commit) via fb2bcc05c11fbcd3ca2a0dce1f660836d27f6f69 (commit) via 0d88109018637ee294f9012cbe53498422e53292 (commit) via 300918e4886433f9f5b52779d8cf2027fcbdcb1a (commit) from d46657f8af980524a4351e40abe0b901d1af3e6a (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 90e90a436ac009014abef0c557ea371b42b124d0 Author: Galen Charlton Date: Wed Aug 21 14:45:41 2013 +0000 Bug 10761: (follow-up) use explicit return in C4::Reports::Guided::delete_report() Now that we care about the return value of this routine, we'll keep perlcritic happy. Signed-off-by: Galen Charlton commit e189d4166e852118c1bf3b340991bf8fa0e3b720 Author: Jonathan Druart Date: Wed Aug 21 11:01:37 2013 +0200 Bug 10761: (follow-up) change return in C4::Reports::Guided::delete_report() 1/ delete_report should return undef is no parameter is given. 2/ delete_report returns the number of affected rows. 3/ delete_report should be tested with 1 and more parameters. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit b559b28fd03a70c37c04b31c8c67755458a01e51 Author: Kenza Zaki Date: Mon Aug 19 15:20:59 2013 +0200 Bug 10761: UT: add unit tests for save_report and delete_report in C4::Reports::Guided The test are wrapped in a transaction. Note : The last test (in comment) currently doesn't pass because it needs some modifications of delete_report. To test: prove t/db_dependent/Reports_Guided.t t/db_dependent/Reports_Guided.t .. ok All tests successful. Files=1, Tests=7, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.28 cusr 0.02 csys = 0.32 CPU) Result: PASS Signed-off-by: Katrin Fischer Works nicely, tested with patch for bug 10761 applied. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 2d6bd4b741ed96ad07a68446258d07af234cdc4f Author: Jonathan Druart Date: Wed Aug 21 10:35:02 2013 +0200 Bug 3134: (follow-up) Reindent delete_report The first patch add a bad indentation for this routine. This patch fixes that. Also, the $sth->finish statement is useless and was removed. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit edf5467469af22c56f2cfc0fed533d19c8da1faa Author: Jonathan Druart Date: Wed Aug 21 10:27:08 2013 +0200 Bug 3134: (follow-up) improve ID and peport name sorting on saved reports page The sort for ID is alpha instead of numerical, same for the report names. To test: create id=1, name=Report 1 create id=2, name=Report 2 create id=10, name=Report 10 create id=11, name=Report 11 Sorting by id: without this patch 1, 10, 11, 2 with this patch: 1, 2, 10, 11 Sorting by name: without this patch: Report 1, Report 10, Report 11, Report 2 with this patch: Report 1, Report 2, Report 10, Report 11 Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit fb2bcc05c11fbcd3ca2a0dce1f660836d27f6f69 Author: Jonathan Druart Date: Wed Aug 21 10:23:11 2013 +0200 Bug 3134: highlight all selected reports when confirming deletion of multiple reports This patch adds the same behavior when deleting 1 or more reports. When checkboxes are checked and the "delete selected" button is pressed, checked lines are hightlighted in red. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 0d88109018637ee294f9012cbe53498422e53292 Author: Owen Leonard Date: Mon Aug 19 10:16:21 2013 -0400 Bug 3134: [Follow-up] Ability to select multiple reports to delete at once This follow-up moves the checkboxes into a separate column from the report ID in order to prevent visual inconsistencies. To test, repeat the test plan from the original patch: You must have two or more saved reports to delete. Deletion should work properly when: - Selecting one report for deletion by checking the box. - Selecting more than one report for deletion by checking boxes. - Clicking the old "Delete" link Clicking the delete button should prompt you to confirm. Clicking cancel should cancel. Clicking the delete button when no boxes are checked should trigger an alert asking you to select reports for deletion. Signed-off-by: Katrin Fischer This works really nicely, passes all tests and the QA script. There is one little thing to note: If you delete a single report using the option from the menu, the line you want to delete is highlighted in red. It would be nice to do that also for deleting multiple reports. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 300918e4886433f9f5b52779d8cf2027fcbdcb1a Author: Owen Leonard Date: Wed Jul 3 10:05:55 2013 -0400 Bug 3134: add ability to selelct multiple reports to delete at once This patch adds the option to select multiple saved reports for deletion. To test you must have two or more saved reports to delete. Deletion should work properly when: - Selecting one report for deletion by checking the box. - Selecting more than one report for deletion by checking boxes. - Clicking the old "Delete" link Clicking the delete button should prompt you to confirm. Clicking cancel should cancel. Clicking the delete button when no boxes are checked should trigger an alert asking you to select reports for deletion. Signed-off-by: Liz Rea Functional tests pass, template tests pass. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Reports/Guided.pm | 14 ++-- .../en/modules/reports/guided_reports_start.tt | 40 +++++++++-- reports/guided_reports.pl | 11 +++- t/db_dependent/Reports_Guided.t | 69 ++++++++++++++++++-- 4 files changed, 112 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 21 17:14:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 21 Aug 2013 15:14:10 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-977-g841fe45 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 841fe4559f6264295ec4cfde6ddd6e22a151d6bf (commit) from 90e90a436ac009014abef0c557ea371b42b124d0 (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 841fe4559f6264295ec4cfde6ddd6e22a151d6bf Author: Nicole C. Engard Date: Thu Aug 15 22:08:41 2013 -0400 Bug 10743: Add styles to 'my privacy' page in OPAC This patch does a couple things. Most importantly it adds a new div around the privacy rules summary so that it can be easily changed. It also moves the start of the form to right above the form's select box so that it's not in the new privacy rules div. To test: * Apply patch * Enable the use of privacy via the sys prefs * Log in to the OPAC * Visit the 'my privacy' tab * Make sure it looks okay * Submit the form and make sure it works * Repeat in the other theme Signed-off-by: Owen Leonard Edit: Replaced a few tabs with spaces to keep the QA script happy. Signed-off-by: Katrin Fischer Works nicely, privacy options can still be edited. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-privacy.tt | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Aug 21 18:17:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 21 Aug 2013 16:17:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-978-g5ac32b4 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 5ac32b4d11383356405ea76f26751db09cf90231 (commit) from 841fe4559f6264295ec4cfde6ddd6e22a151d6bf (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 5ac32b4d11383356405ea76f26751db09cf90231 Author: Galen Charlton Date: Wed Aug 21 16:29:18 2013 +0000 Bug 10761: (follow-up) remove inadvertant dependence on Perl 5.14 As with commit 8f933bc04, Perl 5.14's support for array and hash container functions accepting hashrefs and arrayrefs is a syntax error in Perl 5.10. To test: Verify that t/db_dependent/Reports_Guided.t passes when run under a Perl version older than 5.14. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Reports_Guided.t | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 23 17:46:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Aug 2013 15:46:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-981-g8e73793 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 8e7379342d7cd8386baf884a77f54f95188bb85c (commit) via 397ba93f97855625865689ef0dd0c69a20c8a915 (commit) via 239513dc7a13a1a31356b59ab8e36b120c0fa281 (commit) from 5ac32b4d11383356405ea76f26751db09cf90231 (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 8e7379342d7cd8386baf884a77f54f95188bb85c Author: Galen Charlton Date: Fri Aug 23 15:58:01 2013 +0000 Bug 10741: (follow-up) add regression test Signed-off-by: Galen Charlton commit 397ba93f97855625865689ef0dd0c69a20c8a915 Author: Fridolyn SOMERS Date: Fri Aug 16 13:53:04 2013 +0200 Bug 10741: reformat test for displaying place hold link in OPAC search results To test: [1] Turn on the syspref for enabling OPAC holds. [2] Create an item and bring it up on the OPAC search results. Run through the following possibilities, by changing the item, and verify that the place hold link in OPAC search results appears only when the item is - not lost AND - not withdrawn AND - not damaged (or is damged and AllowHoldsOnDamagedItems is ON) AND - the item is not marked not-for-loan OR the item has a negative notforloan value (e.g., it is on order) Note that it is necessary to reindex the test bib after making each change to the test item. [3] Also verify that whether or not in the item is in transit does NOT affect whether the place hold link appears. [4] Verify that there is no regression on bug 8975 (i.e., if an item is on order, that status should be displayed in staff client search results). Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit 239513dc7a13a1a31356b59ab8e36b120c0fa281 Author: Fridolyn SOMERS Date: Fri Aug 16 13:36:10 2013 +0200 Bug 10741: restore holdability of in-transit items on OPAC search results In search results, one could not place a hold on an item in transit and for loan (items.notforloan=0). This appears when AllowOnShelfHolds is allowed. This patch repairs a regression introduced by the patch for bug 8975. Test plan : - Set AllowOnShelfHolds to on - Create a record with a normal item : not lost, not withdrawn, not damaged, notforloan=0 - Index this record - Perform a search on OPAC that returns this record (and others) => You see in actions "Place hold" - Add this item in transit : /cgi-bin/koha/circ/branchtransfers.pl - Re-perform the search on OPAC => You see in actions "Place hold" and item "in transit" Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 28 +++++++++++----------------- t/db_dependent/Search.t | 24 +++++++++++++++++++++++- 2 files changed, 34 insertions(+), 18 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 23 18:04:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Aug 2013 16:04:02 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-982-g5b9cd85 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 5b9cd85dd0dbd7e3470c783e0e024ad32df2f8b5 (commit) from 8e7379342d7cd8386baf884a77f54f95188bb85c (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 5b9cd85dd0dbd7e3470c783e0e024ad32df2f8b5 Author: Bernardo Gonzalez Kriegel Date: Fri Aug 16 16:52:26 2013 -0300 Bug 10745: remove more ambiguity for translators for XSLT subfieldSelect parameters As in Bug 6278, this patch replace ">at<" with ">a_t<" so not to mislead translators. Found more cases that initial description. To test: 1) Check that problem exists and only on xslt files, using your preferred language egrep -B10 "^msgid \"at\"" misc/translator/po/xx-YY-i-staff-t* 2) Apply the patch 3) Update translation file (cd misc/translator; perl translate update xx-YY) 4) Verify the problem is gone, repeat 1 5) If you like verify new entries in PO file egrep -B15 "^msgid \"a_t\"" misc/translator/po/xx-YY-i-staff-t* Signed-off-by: Marcel de Rooy Tested this with field 780 and running a Dutch translation. Signed-off-by: Jared Camins-Esakov Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 +++--- .../prog/en/xslt/NORMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2intranetResults.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 4 ++-- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Aug 23 20:35:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Aug 2013 18:35:57 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.03-48-g2d1ca97 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 2d1ca97d6501ae273dabfd7d71bb6cce4c5e6725 (commit) via 22f96c6ebeb77da5efe7285d1980ce705e22726e (commit) via 5e12ca5684ee19c54685a4dc935fb242eaf0c3bc (commit) from 8525d49e0601c85807235c007f712666c2abbceb (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 2d1ca97d6501ae273dabfd7d71bb6cce4c5e6725 Author: Bernardo Gonzalez Kriegel Date: Fri Aug 16 16:52:26 2013 -0300 Bug 10745: remove more ambiguity for translators for XSLT subfieldSelect parameters As in Bug 6278, this patch replace ">at<" with ">a_t<" so not to mislead translators. Found more cases that initial description. To test: 1) Check that problem exists and only on xslt files, using your preferred language egrep -B10 "^msgid \"at\"" misc/translator/po/xx-YY-i-staff-t* 2) Apply the patch 3) Update translation file (cd misc/translator; perl translate update xx-YY) 4) Verify the problem is gone, repeat 1 5) If you like verify new entries in PO file egrep -B15 "^msgid \"a_t\"" misc/translator/po/xx-YY-i-staff-t* Signed-off-by: Marcel de Rooy Tested this with field 780 and running a Dutch translation. Signed-off-by: Jared Camins-Esakov Signed-off-by: Galen Charlton (cherry picked from commit 5b9cd85dd0dbd7e3470c783e0e024ad32df2f8b5) Signed-off-by: Tomas Cohen Arazi commit 22f96c6ebeb77da5efe7285d1980ce705e22726e Author: Kyle M Hall Date: Fri Aug 16 07:21:10 2013 -0400 Bug 10664 [QA Followup] - fix error in overdue_notices.pl if there is no active currency Fixes the following koha-qa.pl error: FAIL misc/cronjobs/overdue_notices.pl OK pod OK forbidden patterns OK valid FAIL critic # Variables::ProhibitConditionalDeclarations: Signed-off-by: Galen Charlton (cherry picked from commit e476378323eb8dd31e67e4741d271d88de61b59e) Signed-off-by: Tomas Cohen Arazi commit 5e12ca5684ee19c54685a4dc935fb242eaf0c3bc Author: Sophie Meynieux Date: Wed Jul 31 08:04:25 2013 +0200 Bug 10664: fix error in overdue_notices.pl if there is no active currency If there is no active currency, when running overdue_notices.pl you get a sofware error "Can't use an undefined value as a HASH reference" on GetCurrency() function call. With this patch, if there is no active currency, fines are formated by default 0.00 and notices are correctly generated. Test plan : - have at least one borrower with overdue that should trigger a notice - verify that there is no active currency (Adminitration > Currency & Exchange rates) - run misc/cronjobs/overdue_notices.pl -v -n (to get the notice directly on output) => without the patch you get the software error => with the patch, notices are correctly generated If an active currency is defined, the script overdue_notices.pl runs the same with or without patch Signed-off-by: Srdjan Signed-off-by: Kyle M Hall Signed-off-by: Galen Charlton (cherry picked from commit a9a3bb7b3d7e8e862cf0f772246667258a20b786) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 +++--- .../prog/en/xslt/NORMARCslim2intranetDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2intranetResults.xsl | 2 +- .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl | 4 ++-- .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 2 +- .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 2 +- misc/cronjobs/overdue_notices.pl | 4 +++- 7 files changed, 12 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 01:20:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Aug 2013 23:20:46 +0000 Subject: [koha-commits] main Koha release repository tag n_acq_a_porter created. v3.00.03-1270-g3c659e8 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, n_acq_a_porter has been created at 3c659e863d036ba2c7862166eb15d7fee921fd19 (commit) - Log ----------------------------------------------------------------- commit 3c659e863d036ba2c7862166eb15d7fee921fd19 Author: Paul Poulain Date: Mon Apr 20 19:09:33 2009 +0200 user privacy managing and dealing with AnonymousPatron new syspref Add a new option in patron table that let the user decide how to deal with his reading history. 3 options are available : * never remove my reading list (keep it forever) * let the library decide (legally keep my reading list, the default value) * immediatly remove my reading history when I return a book (don't keep any reading history at all) the OpacPrivacy syspref let the library decide if this option is active or not. This patch also creates a new syspref, AnonymousPatron, that contains the borrowernumber of the Patron to attach anonymised issues. The existing AnonSuggestion is modified to become a YesNo. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 01:20:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Aug 2013 23:20:46 +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 Sat Aug 24 01:19:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Aug 2013 23:19:59 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.04 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 eec4b83d1c7ff372f7b8e1f261a45b5e6e2b9437 (commit) via b86c6f30dd906d2771f5e02ade9c618c16e501a4 (commit) via ad3bd1670f26bb169bd4073bb42a756c28ffbef2 (commit) via c779b85833c324cf155f27fd89769ae91222aeef (commit) from 2d1ca97d6501ae273dabfd7d71bb6cce4c5e6725 (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 eec4b83d1c7ff372f7b8e1f261a45b5e6e2b9437 Author: Tomas Cohen Arazi Date: Fri Aug 23 20:25:29 2013 -0300 Increment version for 3.12.4 release commit b86c6f30dd906d2771f5e02ade9c618c16e501a4 Merge: ad3bd16 c779b85 Author: Tomas Cohen Arazi Date: Fri Aug 23 20:18:39 2013 -0300 Merge remote-tracking branch 'github-pichu/3.12.04-translate' into 3.12.x_release commit ad3bd1670f26bb169bd4073bb42a756c28ffbef2 Author: Tomas Cohen Arazi Date: Fri Aug 23 20:18:03 2013 -0300 Update release notes for 3.12.4 release commit c779b85833c324cf155f27fd89769ae91222aeef Author: Bernardo Gonzalez Kriegel Date: Fri Aug 23 19:35:28 2013 -0300 Translation updates for 3.12.04 Signed-off-by: Bernardo Gonzalez Kriegel ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- ...e_notes_3_12_3.txt => release_notes_3_12_4.txt} | 227 +- .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 5118 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 2125 +- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 5513 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 2139 +- misc/translator/po/ar-Arab-opac-ccsr.po | 10 +- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 5128 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 2146 +- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 5126 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 2125 +- .../po/bg-Cyrl-i-opac-t-prog-v-3006000.po | 5116 +- .../po/bg-Cyrl-i-staff-t-prog-v-3006000.po | 2125 +- .../translator/po/ca-ES-i-opac-t-prog-v-3006000.po | 5260 +- .../po/ca-ES-i-staff-t-prog-v-3006000.po | 2137 +- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po | 5820 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |12017 +++-- misc/translator/po/cs-CZ-pref.po | 1349 +- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 5676 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 2134 +- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 5187 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 2141 +- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po |10080 ++-- .../po/de-DE-i-staff-t-prog-v-3006000.po | 2420 +- misc/translator/po/de-DE-pref.po | 11 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 5317 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 2138 +- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 5231 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 2144 +- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 5317 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 2140 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 5717 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 2162 +- misc/translator/po/es-ES-pref.po | 10 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 5325 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 2125 +- .../po/fa-Arab-i-opac-t-prog-v-3006000.po | 5116 +- .../po/fa-Arab-i-staff-t-prog-v-3006000.po | 2137 +- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 5348 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 2134 +- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 5288 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 2140 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 5288 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 2140 +- misc/translator/po/gl-i-opac-t-prog-v-3006000.po | 5116 +- misc/translator/po/gl-i-staff-t-prog-v-3006000.po | 2136 +- .../po/he-Hebr-i-opac-t-prog-v-3006000.po | 5118 +- .../po/he-Hebr-i-staff-t-prog-v-3006000.po | 2135 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 5151 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 2147 +- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 6090 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 5636 +- misc/translator/po/hr-HR-opac-ccsr.po | 6 +- misc/translator/po/hr-HR-pref.po | 159 +- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 5198 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 2140 +- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 5307 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 2139 +- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 5331 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 2128 +- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 5280 +- .../po/is-IS-i-staff-t-prog-v-3006000.po | 2137 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 8435 ++-- .../po/it-IT-i-staff-t-prog-v-3006000.po |11748 ++-- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 5378 +- .../po/ja-Jpan-JP-i-staff-t-prog-v-3006000.po | 2145 +- .../po/kn-Knda-i-opac-t-prog-v-3006000.po | 5126 +- .../po/kn-Knda-i-staff-t-prog-v-3006000.po | 2131 +- .../po/ko-Kore-KP-i-opac-t-prog-v-3006000.po | 5116 +- .../po/ko-Kore-KP-i-staff-t-prog-v-3006000.po | 2137 +- misc/translator/po/ku-i-opac-t-prog-v-3006000.po | 5286 +- misc/translator/po/ku-i-staff-t-prog-v-3006000.po |61808 ++++++++++++-------- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 5236 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 2133 +- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 5120 +- .../po/mi-NZ-i-staff-t-prog-v-3006000.po | 2137 +- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 5120 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 2143 +- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 5124 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 2133 +- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 5339 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 2132 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 5814 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 2205 +- misc/translator/po/nb-NO-opac-ccsr.po | 8 +- .../translator/po/ne-NE-i-opac-t-prog-v-3006000.po | 5122 +- .../po/ne-NE-i-staff-t-prog-v-3006000.po | 2125 +- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 5284 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 2137 +- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 5335 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 2125 +- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 5124 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 2139 +- misc/translator/po/pbr-i-opac-t-prog-v-3006000.po | 5120 +- misc/translator/po/pbr-i-staff-t-prog-v-3006000.po | 2125 +- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 5278 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 2138 +- misc/translator/po/prs-i-opac-t-prog-v-3006000.po | 5120 +- misc/translator/po/prs-i-staff-t-prog-v-3006000.po | 2129 +- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 5379 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 2155 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 5290 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 2142 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 5234 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 2145 +- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 5241 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 2141 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 5120 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 2125 +- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 5674 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 2133 +- .../translator/po/sl-SI-i-opac-t-prog-v-3006000.po | 5118 +- .../po/sl-SI-i-staff-t-prog-v-3006000.po | 2125 +- .../translator/po/sq-AL-i-opac-t-prog-v-3006000.po | 5118 +- .../po/sq-AL-i-staff-t-prog-v-3006000.po | 2125 +- .../po/sr-Cyrl-i-opac-t-prog-v-3006000.po | 5116 +- .../po/sr-Cyrl-i-staff-t-prog-v-3006000.po | 2125 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 5075 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po |25558 +++++---- misc/translator/po/sv-SE-opac-ccsr.po | 334 +- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 5118 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 2125 +- misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 5132 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 2125 +- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 5335 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 2141 +- .../po/th-THA-i-opac-t-prog-v-3006000.po | 5130 +- .../po/th-THA-i-staff-t-prog-v-3006000.po | 2125 +- .../translator/po/tl-PH-i-opac-t-prog-v-3006000.po | 5142 +- .../po/tl-PH-i-staff-t-prog-v-3006000.po | 2128 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 5681 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 2492 +- misc/translator/po/tr-TR-opac-ccsr.po | 9 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 5247 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 2140 +- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 5120 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 2125 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 5198 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 2128 +- misc/translator/po/vi-VN-opac-ccsr.po | 12 +- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po | 5262 +- .../po/zh-Hans-CN-i-staff-t-prog-v-3006000.po | 2139 +- misc/translator/po/zh-Hans-CN-opac-ccsr.po | 13 +- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 6446 ++- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |16976 ++++-- misc/translator/po/zh-Hans-TW-pref.po | 237 +- 147 files changed, 329626 insertions(+), 292537 deletions(-) copy misc/release_notes/{release_notes_3_12_3.txt => release_notes_3_12_4.txt} (51%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 01:20:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Aug 2013 23:20: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 Sat Aug 24 01:20:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Aug 2013 23:20:46 +0000 Subject: [koha-commits] main Koha release repository tag 3.0.5_rc1 created. v3.00.04_fixed-112-g80358d2 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, 3.0.5_rc1 has been created at 80358d270783bb6f526e431618f34f4a7311f6b2 (commit) - Log ----------------------------------------------------------------- commit 80358d270783bb6f526e431618f34f4a7311f6b2 Author: Henri-Damien LAURENT Date: Tue Dec 8 15:14:33 2009 +0100 (bug #3898) Followup : fixing Hold Policies implementation An error slipped in kohastructure.sql 65abb5124e7fe00bac13f79dfaa785fc78821300 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 01:20:47 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Aug 2013 23:20:47 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.12.04 created. v3.12.04 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.04 has been created at 3152203c6c027e91ad0d0bc1783d82dcb4441fc8 (tag) tagging eec4b83d1c7ff372f7b8e1f261a45b5e6e2b9437 (commit) replaces v3.12.03 tagged by Tomas Cohen Arazi on Fri Aug 23 20:29:27 2013 -0300 - Log ----------------------------------------------------------------- Koha release 3.12.04 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAABAgAGBQJSF/BXAAoJEAonLqGy88FfVNkP/0ZMNCfjXjvlgQpm8JpKDRyd xwVUoRSVOBbkO8D0xnvvieR+y4czMX1o4A+Rlhf37AFJyJLZh7dUgz9c8LPMalHM hPd9qxvVi2Ao3gQ6UXsaqK8+dAdQFfFjChXjf+LaOWVVJ4MhMrcyyA4SjHZf2EWS +ynWHabTCHL178l4tnBbtja62kFwwzWP7Z9SgaHJSGYyyVWcAtJSSyKJnbA679yt Hix3GT/aOvHxwdQu2Wdb6HeTiuzJmpFeuOo+J7w4VLR++gyoNkTTBK3LVB37TS5h VFwNIrw8MBhx1d/SPIJp1YaCeQt9iunKLWsCnGAopPvY2peMfMubLdBRNrRtFA8v eVJ/9I3/sKY/2h93/W4f58ieITYkjxsYIkzOK0qfImj7ffgQXdumVcKzP/6+KK+L 1FU2E9yubW/oqdl7WX+8GD9z2zfO5tbAYQJbwKnfY0MQ8mUjRCE7xL79uHsARepB 4eJS1mpmyPgiMWurB2edlG/E+q2td5qIcuRl2X3fZCPQ+y0xaTHjMeqmgTKlUwLG qNhb7Kf8qbp8sCUH/kutmURQKuBS1NuS7HspkIKIF+4YKUCSRQ5gt+SSwJMA/iVQ eawH7jKjHhJQit++B5pMXeeuottLCjC+OC20ydwIbGZGd5+KYN4PmXyr9vZmYRPl G4UsVkG4HlRP+vur94xP =5RcT -----END PGP SIGNATURE----- Bernardo Gonzalez Kriegel (2): Bug 10745: remove more ambiguity for translators for XSLT subfieldSelect parameters Translation updates for 3.12.04 Colin Campbell (1): Bug 10712: Save missing config variables to install log David Cook (3): Bug 10541: enable cross-browser AJAX in additem.js Bug 10457: fix SQL error when using 'export select items data' in serials claims page Bug 9801: display facet labels in search results only when there are facet values Fridolyn SOMERS (4): Bug 7019: fix sorting by return date in Circulation History Bug 9362: fix query that finds upcoming due loans Bug 10666: avoid random failures of Daily quotes tests Bug 10362: ensure that all messages and alerts are shown upon checkin Galen Charlton (9): Bug 10515: add regression tests Bug 10515: (follow-up) fix use of GetBranchCategories Bug 10549: (follow-up) make sure ILS-DI GetAvailability response is emitted as UTF-8 bug 10559: remove spurious "statement handle still active" warnings bug 7143: add latest batch of committers Bug 10644: fix typos in test descriptions Bug 10644: (follow-up) remove inadvertant dependence on Perl 5.14 Bug 10663: (follow-up) set circ policy for circulation tests Bug 10666: (follow-up) really fix the daily quotes test Janusz Kaczmarek (1): Bug 10578: fix results sorting in staff interface Jonathan Druart (1): Bug 10515: make behavior of library category fetchers consistent with other fetchers Katrin Fischer (3): Bug 10563: Fix broken 'Edit' link on check expiration page Bug 10516 - Follow up - Fixing capitalization Bug 10663: Follow-up - Unit tests for CanBookBeRenewed Kenza Zaki (1): Bug 10644: add unit tests for ClassSource.pm Kyle M Hall (4): Bug 10597: fix Search to hold button on record details page Bug 10206 - Add Koha TT Plugin - Koha.Preference Bug 10463: ensure that Quote of the Day feature selects random quotes Bug 10664 [QA Followup] - fix error in overdue_notices.pl if there is no active currency Marcel de Rooy (1): Bug 10663: QA Followup: Typo in comment in renewscript Mirko Tietgen (3): bug 10549: make the ILS-DI services advertise that they return UTF-8 Bug 10595: don't display OpacTopissue page when system preference is turned off Bug 10621: use correct from-address for subscription alert emails Nicole C. Engard (1): Bug 10197: Add classes to patron info list Owen Leonard (8): Bug 5766 - Add configuration for excluding articles from DataTables sorting Bug 10553: make public lists available on OPAC login page Bug 2774 - Path to theme is hard-coded in many places Bug 7598: make strings in acquisitions JavaScript translatable Bug 7598: [Follow-up] make strings in acquisitions JavaScript translatable Bug 10552: make several sysprefs available to the OPAC login page Bug 10576: make strings in additem.js accessible to translation Bug 10516 - Improve titles, breadcrumbs, and confirmation messages for Z39.50 server adds and updates Sophie Meynieux (2): Bug 10127 : Printoverdues.sh should tar only pdf files Bug 10664: fix error in overdue_notices.pl if there is no active currency Tomas Cohen Arazi (7): Bug 10669 - LiveDVD manager for 3.12 missing in about page Bug 7143 - Updating history and about page Bug 10663: tests for CanBookBeRenewed Bug 10663: restore ability of active hold requests to block renewal Update release notes for 3.12.4 release Merge remote-tracking branch 'github-pichu/3.12.04-translate' into 3.12.x_release Increment version for 3.12.4 release root (1): Bug 10643: fix inappropriate uses of $sth->finish() in C4::ClassSource.pm ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 01:20:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 23 Aug 2013 23:20: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 Sat Aug 24 03:57:33 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 01:57:33 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5192 deleted. v3.02.00-70-g433b77b 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, new/bug_5192 has been deleted was 433b77b750a155f50d9db4a2e6c9fdf4be6ed169 ----------------------------------------------------------------------- 433b77b750a155f50d9db4a2e6c9fdf4be6ed169 Bug 5192 Enhancement to add new index for 658 curriculum field ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 03:58:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 01:58:35 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_4141 deleted. v3.02.00-86-gbe997f9 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, new/bug_4141 has been deleted was be997f924e50ebbca16dbafff951ed6567362e1f ----------------------------------------------------------------------- be997f924e50ebbca16dbafff951ed6567362e1f bug 4141: fix upgrade of OPAC XSLT parameters from 3.0.x ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 03:59:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 01:59:46 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5368 deleted. v3.02.00-118-ge40b180 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, new/bug_5368 has been deleted was e40b180d1de686d90caf7fd25d514b445280acdc ----------------------------------------------------------------------- e40b180d1de686d90caf7fd25d514b445280acdc Bug 5368 Browse Shelf link appears when no itemcallnumber ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:00:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:00:53 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_5277 deleted. v3.02.00-127-ge7e9c1c 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, new/bug_5277 has been deleted was e7e9c1c35b841b3464ed941c0f8039a86392ea58 ----------------------------------------------------------------------- e7e9c1c35b841b3464ed941c0f8039a86392ea58 (bug 5277) (HEAD) cant search by barcode in OPAC search-page ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:02:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:02:09 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_5375 deleted. v3.02.00-147-gcadfa1c 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, new/awaiting_qa/bug_5375 has been deleted was cadfa1cb224d5f2276e11354a08846d1aebba874 ----------------------------------------------------------------------- cadfa1cb224d5f2276e11354a08846d1aebba874 Bug 5375 (Update date/time last transaction (MARC 005) when saving authority record) ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:03:01 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:03:01 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_5374 deleted. v3.02.00-147-g31bb270 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, new/awaiting_qa/bug_5374 has been deleted was 31bb270fc8106433b8b8e21bd4c92545688dbcef ----------------------------------------------------------------------- 31bb270fc8106433b8b8e21bd4c92545688dbcef Bug 5374 (update transaction date when saving biblio) ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:04:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:04:34 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_5379 deleted. v3.02.00-186-gc1444d8 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, new/awaiting_qa/bug_5379 has been deleted was c1444d8c945bd7e0c5a562fdc22d8c2bc41d1241 ----------------------------------------------------------------------- c1444d8c945bd7e0c5a562fdc22d8c2bc41d1241 Merge remote branch 'fbc/k_bug_5379' into new/awaiting_qa/bug_5379 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:05:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:05:09 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_4990 deleted. v3.02.00-137-g2067b0a 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, new/awaiting_qa/bug_4990 has been deleted was 2067b0afec4cea7218010d8cf3eef30f504789af ----------------------------------------------------------------------- 2067b0afec4cea7218010d8cf3eef30f504789af Attempted fix for the syntax error introduced by the cherry-pick ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:05:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:05:42 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/biblibre_various deleted. v3.02.00-284-gd355202 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, new/awaiting_qa/biblibre_various has been deleted was d3552024344a810a554a9f1eab50001b3577832d ----------------------------------------------------------------------- d3552024344a810a554a9f1eab50001b3577832d rebuild_zebra : Adding a way to select the elements exported ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:06:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:06:14 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_5462 deleted. v3.02.00-238-g0e7bad4 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, new/awaiting_qa/bug_5462 has been deleted was 0e7bad48efb7fec71680f8cc79183fa06a9f665b ----------------------------------------------------------------------- 0e7bad48efb7fec71680f8cc79183fa06a9f665b Bug 5462: fixed current preferences tab highlighting bug created by dashfix ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:09:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:09:04 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_4506 deleted. v3.02.00-271-g28b889a 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, new/awaiting_qa/bug_4506 has been deleted was 28b889a186b886439e93b219895777b22662927d ----------------------------------------------------------------------- 28b889a186b886439e93b219895777b22662927d Bug 4506: Correct wrong links in intranet ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:34:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:34:09 +0000 Subject: [koha-commits] main Koha release repository branch new/3_6_0_po_files deleted. v3.04.00-784-g69333c9 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, new/3_6_0_po_files has been deleted was 69333c9f79bf2cb8ac4e58f46da714dca962a8ee ----------------------------------------------------------------------- 69333c9f79bf2cb8ac4e58f46da714dca962a8ee Moving po files to 3.6.0 filenames ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:34:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:34:13 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/analytical_records deleted. v3.02.00-213-g0b2030a 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, new/awaiting_qa/analytical_records has been deleted was 0b2030ab9dd8bd517762090c66abb082789588e5 ----------------------------------------------------------------------- 0b2030ab9dd8bd517762090c66abb082789588e5 Analytical records: ability to create analytical records from items, to view linked analytics, and prevent deletion of items that have linked analytics ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:34:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:34:18 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_5226 deleted. v3.02.00-216-g4aa5d3f 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, new/awaiting_qa/bug_5226 has been deleted was 4aa5d3f97efe37ad596d0fe86d6eb28b57b61e96 ----------------------------------------------------------------------- 4aa5d3f97efe37ad596d0fe86d6eb28b57b61e96 Bug 5226: Follow up to new/awaiting_qa/bug_5226 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:34:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:34:22 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_5431 deleted. v3.02.00-608-g83ee1a8 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, new/awaiting_qa/bug_5431 has been deleted was 83ee1a8c4178e08e5fbf2c7c893423f434cef3f9 ----------------------------------------------------------------------- 83ee1a8c4178e08e5fbf2c7c893423f434cef3f9 Bug 5431: Separate state field for library addresses ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:34:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:34:26 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_5436 deleted. v3.04.00-106-g7e6e033 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, new/awaiting_qa/bug_5436 has been deleted was 7e6e03346ff7e6fb7b49557d727996a3f5364056 ----------------------------------------------------------------------- 7e6e03346ff7e6fb7b49557d727996a3f5364056 Bug 5436: Extended patron attributes display improvements ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:34:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:34:31 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_5549 deleted. v3.04.01-305-g1835973 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, new/awaiting_qa/bug_5549 has been deleted was 18359738a4aebab9fa2d581c0227963dba5f4b06 ----------------------------------------------------------------------- 18359738a4aebab9fa2d581c0227963dba5f4b06 Bug 5549 - Another typo fix ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:34:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:34:35 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_5911 deleted. v3.04.00-226-gdaeb46b 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, new/awaiting_qa/bug_5911 has been deleted was daeb46bc8262fe54734332cf427bdc565c95a0d7 ----------------------------------------------------------------------- daeb46bc8262fe54734332cf427bdc565c95a0d7 bug_5911: Transport Cost Matrix Moved code from misc/cronjobs/holds/build_holds_queue.pl to C4/HoldsQueue.pm. Use Transport Cost Matrix in preference to BranchesWeightList when forming the queue. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:34:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:34:39 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/bug_6316 deleted. v3.04.00-134-g9fd4ff6 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, new/awaiting_qa/bug_6316 has been deleted was 9fd4ff61d81b62b0e9aba536a382e61134f54b03 ----------------------------------------------------------------------- 9fd4ff61d81b62b0e9aba536a382e61134f54b03 Bug 6316 - es-ES inclusion - Last fixes ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:34:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:34:44 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/enh/bug_3484 deleted. v3.02.00-495-g20fddf0 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, new/awaiting_qa/enh/bug_3484 has been deleted was 20fddf0cbe6e62709ae5f77fb92ab73eb4c8ed14 ----------------------------------------------------------------------- 20fddf0cbe6e62709ae5f77fb92ab73eb4c8ed14 Adding updates to add CircFinesBreakdown system preference. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:34:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:34:48 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/enh/bug_5422 deleted. v3.02.00-276-g130467d 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, new/awaiting_qa/enh/bug_5422 has been deleted was 130467de782d7fd088078b43875d21af84d23e59 ----------------------------------------------------------------------- 130467de782d7fd088078b43875d21af84d23e59 Bug 5422: Adding handling of address2, state, country to guarantor add form ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:34:52 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:34:52 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/enh/bug_5574 deleted. v3.02.00-497-g61785da 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, new/awaiting_qa/enh/bug_5574 has been deleted was 61785da0befd6c7b005ba2d69aa98714ba4d97c3 ----------------------------------------------------------------------- 61785da0befd6c7b005ba2d69aa98714ba4d97c3 #5574: follow-up ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:34:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:34:57 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/enh/bug_5575 deleted. v3.02.00-549-g4f37c5d 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, new/awaiting_qa/enh/bug_5575 has been deleted was 4f37c5dbc50678f71a1ba77c605fb124759a9b69 ----------------------------------------------------------------------- 4f37c5dbc50678f71a1ba77c605fb124759a9b69 Restoring an important CSS property ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:35:01 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:35:01 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/enh/bug_5580 deleted. v3.02.00-514-g915a428 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, new/awaiting_qa/enh/bug_5580 has been deleted was 915a428757b28c0365f2be72ee2ccac8b2ababe7 ----------------------------------------------------------------------- 915a428757b28c0365f2be72ee2ccac8b2ababe7 Translation problem on aqbudgets.tmpl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:35:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:35:05 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/enh/bug_5581 deleted. v3.02.00-512-g988b2bb 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, new/awaiting_qa/enh/bug_5581 has been deleted was 988b2bbad324e8fac8097f141a8894f34e2ef140 ----------------------------------------------------------------------- 988b2bbad324e8fac8097f141a8894f34e2ef140 C4 AuthoritiesMarc.pm merge problem : new subfields not taken ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 04:35:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 02:35:13 +0000 Subject: [koha-commits] main Koha release repository branch new/awaiting_qa/enh/bug_5584 deleted. v3.02.00-515-g4714e55 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, new/awaiting_qa/enh/bug_5584 has been deleted was 4714e55ff893f7dff25b2830bb2539992d9ad6f9 ----------------------------------------------------------------------- 4714e55ff893f7dff25b2830bb2539992d9ad6f9 fix for #5584 noticed by owen ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 05:49:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 03:49:20 +0000 Subject: [koha-commits] main Koha release repository branch new/pending_qa/enh/bug_3644 deleted. v3.02.00-979-g228587f 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, new/pending_qa/enh/bug_3644 has been deleted was 228587f19b25406f8a2ee76827524ef3fc921a77 ----------------------------------------------------------------------- 228587f19b25406f8a2ee76827524ef3fc921a77 Merge remote branch 'magnus/bug3644-normarc' into new/pending_qa/enh/bug_3644 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:02:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:02:42 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3009 deleted. v3.02.00-615-g224d2de 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, new/bug_3009 has been deleted was 224d2dee90237670672a7f2b212d5333852dd41f ----------------------------------------------------------------------- 224d2dee90237670672a7f2b212d5333852dd41f Bug 3009 - Change items.content field so it prints due date by default ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:02:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:02:48 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3013 deleted. v3.02.00-768-gb06a289 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, new/bug_3013 has been deleted was b06a289173d0f2e299b0c8652d59d47dc196062c ----------------------------------------------------------------------- b06a289173d0f2e299b0c8652d59d47dc196062c Merge remote branch 'kc/master' into new/bug_3013 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:02:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:02:54 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3072 deleted. v3.02.00-1049-g573f837 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, new/bug_3072 has been deleted was 573f83753150beeeafffec70ca3e5d5839b0764d ----------------------------------------------------------------------- 573f83753150beeeafffec70ca3e5d5839b0764d Bug 3072: Add Heading-Main and Any to MARC21 DOM ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:02:58 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:02:58 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3087 deleted. v3.08.00-1067-g084367f 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, new/bug_3087 has been deleted was 084367f6cb6af84817d08672e26054e13a2057f5 ----------------------------------------------------------------------- 084367f6cb6af84817d08672e26054e13a2057f5 Bug 3087 Fix Z39.50 server to return the correct record syntax ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3098 deleted. v3.02.00-876-g009036b 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, new/bug_3098 has been deleted was 009036b53722881f607ed01b5701bd300abd6735 ----------------------------------------------------------------------- 009036b53722881f607ed01b5701bd300abd6735 Bug 3098 follow-up: Clean up formatting ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3140 deleted. v3.04.00-54-gb65f6d0 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, new/bug_3140 has been deleted was b65f6d0a99dc13e73aed5058a44a72895c829b32 ----------------------------------------------------------------------- b65f6d0a99dc13e73aed5058a44a72895c829b32 Fix for Bug 3140 - It is possible to email someone else's private list ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3154 deleted. v3.02.00-853-g0aee8e9 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, new/bug_3154 has been deleted was 0aee8e95416970be05aa8a38e9a90facc5e85129 ----------------------------------------------------------------------- 0aee8e95416970be05aa8a38e9a90facc5e85129 3154 Preferences for building facets (install) ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3184 deleted. v3.06.00-290-g37e1f05 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, new/bug_3184 has been deleted was 37e1f05e8f8617883c02ff1b57f36a4fff3a39ae ----------------------------------------------------------------------- 37e1f05e8f8617883c02ff1b57f36a4fff3a39ae Bug 3184: Show creator and budget on order receive page ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:22 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3202 deleted. v3.04.00-10-gb08be41 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, new/bug_3202 has been deleted was b08be41d41b2c974ed338d7ed3fff31ffcd848bf ----------------------------------------------------------------------- b08be41d41b2c974ed338d7ed3fff31ffcd848bf Bug 3202: creating new 'child' categorytype patrons doesn't set branch properly ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3203 deleted. v3.02.00-894-g1d6f791 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, new/bug_3203 has been deleted was 1d6f791541686dfa409843f8f5b1624f1be6e8cb ----------------------------------------------------------------------- 1d6f791541686dfa409843f8f5b1624f1be6e8cb Bug 3203: ACCTDETAIL notices don't parse branches or borrowers tokens ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:31 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3212 deleted. v3.02.00-616-gf1f36a0 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, new/bug_3212 has been deleted was f1f36a0c940fa53a5671b379a31d77c2cbe40a7f ----------------------------------------------------------------------- f1f36a0c940fa53a5671b379a31d77c2cbe40a7f Bug 3212 Force leader 9 position to 'a' for new biblios ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:35 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3215 deleted. v3.06.00-612-g95ead9a 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, new/bug_3215 has been deleted was 95ead9a42be498da827812e64795f403f4f9e6c7 ----------------------------------------------------------------------- 95ead9a42be498da827812e64795f403f4f9e6c7 Bug 3215 [REBASED] It would be nice if "Add to Cart" changed to "Remove from Cart" ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3216 deleted. v3.06.00-714-gaed0d8a 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, new/bug_3216 has been deleted was aed0d8a63d5005e1c343def9a8ccbd9403ccd4aa ----------------------------------------------------------------------- aed0d8a63d5005e1c343def9a8ccbd9403ccd4aa Bug 3216: UNIMARC author facets ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:44 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3264 deleted. v3.06.00-567-g795dc61 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, new/bug_3264 has been deleted was 795dc61f7526c3810173139004c741dc8c810382 ----------------------------------------------------------------------- 795dc61f7526c3810173139004c741dc8c810382 Bug 3264 UnCloneField() / minus button in MARC editor can clear all subfields (authorities AND biblio) ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3271 deleted. v3.02.00-173-gfcb3668 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, new/bug_3271 has been deleted was fcb3668512341d70d3e222426ea6317130793744 ----------------------------------------------------------------------- fcb3668512341d70d3e222426ea6317130793744 Fix for Bug 3271, Missing message when adding to a list with no items selected ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:53 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3280 deleted. v3.08.00-370-gda61657 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, new/bug_3280 has been deleted was da61657989a9b253f9270b3f39d0ad19affda354 ----------------------------------------------------------------------- da61657989a9b253f9270b3f39d0ad19affda354 3280 Followup for privacy issue on X-Orig-IP in mail header ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:03:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:03:57 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3285 deleted. v3.02.00-260-ge54169b 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, new/bug_3285 has been deleted was e54169ba0f06cd835d72936e14012933a67793e7 ----------------------------------------------------------------------- e54169ba0f06cd835d72936e14012933a67793e7 Incremental fix for Bug 3285 - Location on Add Subscription should be pull down ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:01 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:01 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3319 deleted. v3.02.00-618-gac9fd0c 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, new/bug_3319 has been deleted was ac9fd0cff94f1df9c2bd2d2160bd85e8e532238a ----------------------------------------------------------------------- ac9fd0cff94f1df9c2bd2d2160bd85e8e532238a Bug 3319 Followup: Fix compatibility with fix for bug 4945 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:07 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3326 deleted. v3.02.00-899-gfa7ca5c 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, new/bug_3326 has been deleted was fa7ca5c8b8b5fdf27fae63fd0ada7fe539651bc2 ----------------------------------------------------------------------- fa7ca5c8b8b5fdf27fae63fd0ada7fe539651bc2 Bug 3326: Staff results still displayed & ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3337 deleted. v3.06.00-1168-g36fe07c 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, new/bug_3337 has been deleted was 36fe07c3b6f747f66439d64193fd29b1f4135cc2 ----------------------------------------------------------------------- 36fe07c3b6f747f66439d64193fd29b1f4135cc2 Bug 3337 - RSS link is not correct for searches without results ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3341 deleted. v3.02.00-752-gdbe3780 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, new/bug_3341 has been deleted was dbe3780fc0e54e637fcbac96bb758781f722ddc4 ----------------------------------------------------------------------- dbe3780fc0e54e637fcbac96bb758781f722ddc4 Bug 3341: Fines calculation erroneous when a repeatable holiday is added ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3347 deleted. v3.02.00-479-g6d8f4f8 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, new/bug_3347 has been deleted was 6d8f4f88686932d1972a1cf11c02d05485eabdab ----------------------------------------------------------------------- 6d8f4f88686932d1972a1cf11c02d05485eabdab Fix for Bug 3347 - Inconsistencies with tables in opac-shelves.tmpl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3374 deleted. v3.08.00-640-g27d324a 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, new/bug_3374 has been deleted was 27d324aeec1121c21f00eb3ad380feb4566691b4 ----------------------------------------------------------------------- 27d324aeec1121c21f00eb3ad380feb4566691b4 Bug 3374 - Display patron attributes in the same format as other patron data ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:30 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3383 deleted. v3.08.00-575-g7561d9f 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, new/bug_3383 has been deleted was 7561d9f433e0610f2e9240efc79d05489281a3fe ----------------------------------------------------------------------- 7561d9f433e0610f2e9240efc79d05489281a3fe Bug 3383 - Followup - Switch from GetMemberDetails to GetMember ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:35 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3385 deleted. v3.06.00-127-g2177562 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, new/bug_3385 has been deleted was 2177562ecf64a76bb069009358a843bb80e78a41 ----------------------------------------------------------------------- 2177562ecf64a76bb069009358a843bb80e78a41 Bug 3385 - Add checkout date and renewal date to display list of checked out items ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3387 deleted. v3.08.00-938-gf58a6f4 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, new/bug_3387 has been deleted was f58a6f4e107900618fd313405bf09994de0ea203 ----------------------------------------------------------------------- f58a6f4e107900618fd313405bf09994de0ea203 Bug 3387 follow-up: fix perlcritic error ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:44 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3388 deleted. v3.06.00-65-g573b927 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, new/bug_3388 has been deleted was 573b9275a6ab3fa1c0b24ce202ab69c44238b963 ----------------------------------------------------------------------- 573b9275a6ab3fa1c0b24ce202ab69c44238b963 Bug 3388: Restore account number on vendor page ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:48 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3397 deleted. v3.04.00-183-g9047bd2 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, new/bug_3397 has been deleted was 9047bd2ddfd902cc0c462dc6d9ce35cd1dfaace2 ----------------------------------------------------------------------- 9047bd2ddfd902cc0c462dc6d9ce35cd1dfaace2 Fix for Bug 3397 - Deleting item record leaves a hole in patron's reading history ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:54 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3413 deleted. v3.08.00-13-g22b6705 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, new/bug_3413 has been deleted was 22b6705b4f5d932e14aff910faba4229c72897ca ----------------------------------------------------------------------- 22b6705b4f5d932e14aff910faba4229c72897ca Bug 3413: Checkboxes for new subfields not saving correctly ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:04:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:04:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3431 deleted. v3.06.00-266-g396efb9 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, new/bug_3431 has been deleted was 396efb90c73099e1f87a5a4593b4c5c1020c69c3 ----------------------------------------------------------------------- 396efb90c73099e1f87a5a4593b4c5c1020c69c3 Fix for Bug 3431 - Catalog by itemtype report pulling from holdingbranch ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3456 deleted. v3.08.00-754-g3a4e1a5 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, new/bug_3456 has been deleted was 3a4e1a521164b57e5c8b3f5c186b1be7c544cf6b ----------------------------------------------------------------------- 3a4e1a521164b57e5c8b3f5c186b1be7c544cf6b Bug 3456: Show internalnotes when receiving serials ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3459 deleted. v3.02.00-526-gf459694 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, new/bug_3459 has been deleted was f45969422c55f34edec3145b7e2fa1a85222932f ----------------------------------------------------------------------- f45969422c55f34edec3145b7e2fa1a85222932f Fix for Bug 3459, topissues doesn't take care of ccode ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3462 deleted. v3.08.00-741-g4f043f3 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, new/bug_3462 has been deleted was 4f043f3f7783c2457b38858e181b8dbd3b8b8ae6 ----------------------------------------------------------------------- 4f043f3f7783c2457b38858e181b8dbd3b8b8ae6 Bug 3462: Links in authorities should be hyperlinks ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:18 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3514 deleted. html_template_pro-317-ged9b0c5 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, new/bug_3514 has been deleted was ed9b0c551ef1a87303c8cfbc6204ddf83dabacb6 ----------------------------------------------------------------------- ed9b0c551ef1a87303c8cfbc6204ddf83dabacb6 Incremental fix for Bug 3514, Returning items through patron details tab ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:22 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3516 deleted. v3.06.00-665-ge96efd6 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, new/bug_3516 has been deleted was e96efd6afa76ccbb7fc3f75e537eb5360a7c3415 ----------------------------------------------------------------------- e96efd6afa76ccbb7fc3f75e537eb5360a7c3415 Bug 3516 follow-up - DBRev number ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3521 deleted. v3.08.00-93-gf9352e8 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, new/bug_3521 has been deleted was f9352e89ac202eb84b235c3460f7d633db88ca14 ----------------------------------------------------------------------- f9352e89ac202eb84b235c3460f7d633db88ca14 Bug 3521 - Items table in catalogue/detail.pl and cataloguing/additem.pl is sorted nonsensically ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:31 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3523 deleted. v3.02.00-929-g731b933 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, new/bug_3523 has been deleted was 731b933d51367489422b90fa7021cfc42c747584 ----------------------------------------------------------------------- 731b933d51367489422b90fa7021cfc42c747584 Fix for Bug 3523 - Menu of existing lists limited to 10 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:36 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3543 deleted. v3.04.00-16-g139f734 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, new/bug_3543 has been deleted was 139f7343f42c32e4bc1981bc072cf6ba05b20c0b ----------------------------------------------------------------------- 139f7343f42c32e4bc1981bc072cf6ba05b20c0b Bug 3543: split NLM call numbers in label creator ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3549 deleted. v3.08.00-1911-g590c476 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, new/bug_3549 has been deleted was 590c476f094546532cf521c3433693717f2738dd ----------------------------------------------------------------------- 590c476f094546532cf521c3433693717f2738dd Bug 3549 -[Revised]- Framework sorting in addbook ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3575 deleted. v3.02.00-292-g38a1526 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, new/bug_3575 has been deleted was 38a1526a740b506e87c0aa296014f2feb1c00c0f ----------------------------------------------------------------------- 38a1526a740b506e87c0aa296014f2feb1c00c0f (bug #3575) fix opac-detail.pl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3595 deleted. v3.02.00-807-g784b9df 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, new/bug_3595 has been deleted was 784b9df4f240302d3946089862ca6bf6f33c08a9 ----------------------------------------------------------------------- 784b9df4f240302d3946089862ca6bf6f33c08a9 Bug 3595 (partial): Items seen at checkin are not filling holds well ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:54 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3624 deleted. v3.02.00-769-g3f8bb00 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, new/bug_3624 has been deleted was 3f8bb003cce628781d581cfdc3ec688e904b3f2c ----------------------------------------------------------------------- 3f8bb003cce628781d581cfdc3ec688e904b3f2c Bug 3624 : Follow up patch, to catch any installs that still have the missing columns ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:05:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:05:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3628 deleted. v3.02.00-1007-g0dba0e0 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, new/bug_3628 has been deleted was 0dba0e0d3c687ffa0c8ba64ddf5c5f217c68aa0a ----------------------------------------------------------------------- 0dba0e0d3c687ffa0c8ba64ddf5c5f217c68aa0a Bug 3628: opacSerialDefaultTab ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3629 deleted. v3.02.00-907-g091d310 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, new/bug_3629 has been deleted was 091d3100169a12e9498f6d58c8b61ac01a5a5db6 ----------------------------------------------------------------------- 091d3100169a12e9498f6d58c8b61ac01a5a5db6 Bug 3629 : search limit by group is not OK ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3638 deleted. v3.08.00-187-gdbd2713 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, new/bug_3638 has been deleted was dbd2713ff09f2742a45cad6038d32562b49f38a3 ----------------------------------------------------------------------- dbd2713ff09f2742a45cad6038d32562b49f38a3 Bug 3638 : Captured Holds may need to generate a transfer ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3651 deleted. v3.06.00-305-g9e70695 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, new/bug_3651 has been deleted was 9e70695907d97953e097087425ccaaefd3809897 ----------------------------------------------------------------------- 9e70695907d97953e097087425ccaaefd3809897 Bug 3651 Follow-up, Require patron login to send shelves and baskets ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3652 deleted. v3.08.00-1058-gd2de76d 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, new/bug_3652 has been deleted was d2de76d60d7369e26e8c3f806b9bdcdb6eeaa4fd ----------------------------------------------------------------------- d2de76d60d7369e26e8c3f806b9bdcdb6eeaa4fd bug 3652 fixing XSS vulnerabilities in opac-search ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3670 deleted. v3.02.00-796-g3884e16 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, new/bug_3670 has been deleted was 3884e1693fcab4615362cb339262bb160479ccdc ----------------------------------------------------------------------- 3884e1693fcab4615362cb339262bb160479ccdc Bug 3670 Followup: fixes message preference form ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3674 deleted. v3.04.00-184-gc5b1c39 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, new/bug_3674 has been deleted was c5b1c39b80a592a4d05fd969566fe8766c1448ae ----------------------------------------------------------------------- c5b1c39b80a592a4d05fd969566fe8766c1448ae Bug 3674: reimplementation ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:30 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3701 deleted. v3.08.00-497-g217fef5 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, new/bug_3701 has been deleted was 217fef5749ca814c6776d234bfb33ea301c47862 ----------------------------------------------------------------------- 217fef5749ca814c6776d234bfb33ea301c47862 BugFix - ReturnToShelvingCart ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:35 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3708 deleted. v3.08.00-327-gdeb0e8d 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, new/bug_3708 has been deleted was deb0e8dc45301acb74b7fba682bd90258aa0c100 ----------------------------------------------------------------------- deb0e8dc45301acb74b7fba682bd90258aa0c100 Bug 3708 follow-up DBRev number ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3727 deleted. v3.02.00-968-gf7d9ebb 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, new/bug_3727 has been deleted was f7d9ebbff3ab9b620b0c0b80b3dc28c51753ec13 ----------------------------------------------------------------------- f7d9ebbff3ab9b620b0c0b80b3dc28c51753ec13 Bug 3727: Corrects the behaviour of the itemtype selectbox in addbiblio.pl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:43 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3735 deleted. v3.02.00-834-g975aea1 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, new/bug_3735 has been deleted was 975aea1372de1def413ad02330916942e4160533 ----------------------------------------------------------------------- 975aea1372de1def413ad02330916942e4160533 Bug 3735: Wrong search results for a few fields in ccl.properties ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:48 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3737 deleted. v3.02.00-504-g4c737d0 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, new/bug_3737 has been deleted was 4c737d070af95ebe10a6dbd01633bcbd61f63d0d ----------------------------------------------------------------------- 4c737d070af95ebe10a6dbd01633bcbd61f63d0d (bug #3737) fix title search in order history ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:52 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:52 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3743 deleted. v3.02.00-523-ge8de8b9 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, new/bug_3743 has been deleted was e8de8b97c66a67427f4b458e2c3f3e43ea43d963 ----------------------------------------------------------------------- e8de8b97c66a67427f4b458e2c3f3e43ea43d963 (bug #3743) fix acquisition stats ordering ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:06:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:06:57 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3782 deleted. v3.08.00-817-g90efd7d 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, new/bug_3782 has been deleted was 90efd7dc7c7e4445fc5432a4d860d285eacb29dd ----------------------------------------------------------------------- 90efd7dc7c7e4445fc5432a4d860d285eacb29dd Bug 3782: Remove broken z39.50 targets from sample files ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:07:01 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:07:01 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3806 deleted. v3.06.00-439-g9a168e7 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, new/bug_3806 has been deleted was 9a168e7c9451e1960dadbecf83ba937851840310 ----------------------------------------------------------------------- 9a168e7c9451e1960dadbecf83ba937851840310 Bug 3806 - Holidays table doesn't order by date correcly ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:07:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:07:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3859 deleted. v3.02.00-386-gd6e8308 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, new/bug_3859 has been deleted was d6e83087a479d9d2f552c9a6a2e5554c0f693596 ----------------------------------------------------------------------- d6e83087a479d9d2f552c9a6a2e5554c0f693596 Fix for Bug 3859, Attach item clarification ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:07:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:07:11 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3881 deleted. v3.02.00-602-g71122c3 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, new/bug_3881 has been deleted was 71122c30c56055dccd498e0770b4afa87b4ba921 ----------------------------------------------------------------------- 71122c30c56055dccd498e0770b4afa87b4ba921 Bug 3881 fixing italian sysprefs ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:07:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:07:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3901 deleted. v3.06.00-638-g953b8a5 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, new/bug_3901 has been deleted was 953b8a5af91308a52c872af639bab9071df7a47a ----------------------------------------------------------------------- 953b8a5af91308a52c872af639bab9071df7a47a Bug 3901: Rollover on serials summary showing 9999999 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:07:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:07:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3916 deleted. v3.06.00-626-g11efb33 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, new/bug_3916 has been deleted was 11efb334c20499d1d76289b222350e3b9ae8924b ----------------------------------------------------------------------- 11efb334c20499d1d76289b222350e3b9ae8924b Bug 3916 [follow-up] : Adding a default choice in every dropdown list, not only branches, to let the corresponding value unchanged ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:07:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:07:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3918 deleted. v3.02.00-475-g562653b 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, new/bug_3918 has been deleted was 562653bc8d76414e40fa229afcec3320f3b2cf1a ----------------------------------------------------------------------- 562653bc8d76414e40fa229afcec3320f3b2cf1a Fix for Bug 3918 - Add to order lists inconsistent ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:07:29 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:07:29 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3941 deleted. v3.04.00-582-gc5dfe7b 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, new/bug_3941 has been deleted was c5dfe7bb35d2b23a73fe7401cff01294852d36f7 ----------------------------------------------------------------------- c5dfe7bb35d2b23a73fe7401cff01294852d36f7 Bug 3941: Follow up ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:07:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:07:34 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3969 deleted. v3.06.00-1185-g39e5477 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, new/bug_3969 has been deleted was 39e5477f56179e6a71a5defb7aa319839e225f7d ----------------------------------------------------------------------- 39e5477f56179e6a71a5defb7aa319839e225f7d Bug 3969: Budget search in acquisition doesn't work (string changes) ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:07:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:07:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_3987 deleted. v3.02.00-393-g396c214 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, new/bug_3987 has been deleted was 396c2143d9f0196126af5d24f23e4b286f55d830 ----------------------------------------------------------------------- 396c2143d9f0196126af5d24f23e4b286f55d830 Fix for Bug 3987 - New Sys Prefs Branch - Alphabetize prefs in sections ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:21:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:21:32 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_1883 deleted. v3.02.00-285-g7112190 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, new/enh/bug_1883 has been deleted was 71121903a6ed8d65dabb7a316b5bdf69a6237c96 ----------------------------------------------------------------------- 71121903a6ed8d65dabb7a316b5bdf69a6237c96 BZ1883 follow-up ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:21:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:21:36 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_1962 deleted. v3.02.00-714-gb3866af 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, new/enh/bug_1962 has been deleted was b3866aff5d21b4558e8d4580ba37873422054a3e ----------------------------------------------------------------------- b3866aff5d21b4558e8d4580ba37873422054a3e Bug 1962: Add new syspref FineNotifyAtCheckin ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:21:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:21:41 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_1997 deleted. v3.02.00-289-gddde74e 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, new/enh/bug_1997 has been deleted was ddde74e10e355646cda62fc6138ab259aab56fcf ----------------------------------------------------------------------- ddde74e10e355646cda62fc6138ab259aab56fcf Bug 1997: new OPACNoResultsFound pref ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:21:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:21:45 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_2170 deleted. v3.02.00-318-g173d3cb 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, new/enh/bug_2170 has been deleted was 173d3cbb2d836069e6ecaa7263da380ee90a00aa ----------------------------------------------------------------------- 173d3cbb2d836069e6ecaa7263da380ee90a00aa Follow-up fix for Bug 2170 - Adding 'edititems' user-permission ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:21:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:21:49 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_2965 deleted. v3.02.00-324-gcf4d851 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, new/enh/bug_2965 has been deleted was cf4d8519078cf13ff2e67c7baca39f3fb95897a8 ----------------------------------------------------------------------- cf4d8519078cf13ff2e67c7baca39f3fb95897a8 Bug 2965: Follow up - fixing problem with barcode field ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:21:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:21:53 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3262 deleted. v3.02.00-411-g75762a6 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, new/enh/bug_3262 has been deleted was 75762a63e940040d3d9bcc26566b0079000078a8 ----------------------------------------------------------------------- 75762a63e940040d3d9bcc26566b0079000078a8 Fix for Bug 3262 - OPAC needs syspref to show homebranch on detail page ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:21:58 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:21:58 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3381 deleted. v3.02.00-314-g2b25835 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, new/enh/bug_3381 has been deleted was 2b2583546456b2621625380d3f04a4f9a773dd6e ----------------------------------------------------------------------- 2b2583546456b2621625380d3f04a4f9a773dd6e Merge remote branch 'katrin/3381_intranetusercss' into new/enh/bug_3381 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:02 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3382 deleted. v3.02.00-869-geeaf2e7 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, new/enh/bug_3382 has been deleted was eeaf2e7c9e461b77bc18fd1883cdb250642ab1bd ----------------------------------------------------------------------- eeaf2e7c9e461b77bc18fd1883cdb250642ab1bd Bug 3382: Add CSS classes to OPAC XSLT tags ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:06 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3495 deleted. v3.02.00-647-g9dfc9d4 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, new/enh/bug_3495 has been deleted was 9dfc9d4d12c371a08086c753b76c881d67508610 ----------------------------------------------------------------------- 9dfc9d4d12c371a08086c753b76c881d67508610 Bug 3495: Fast bib record add at circulation ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:10 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3498 deleted. v3.04.00-480-g05d9cb0 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, new/enh/bug_3498 has been deleted was 05d9cb044613237e7cca9c37a4db3610e89b9af7 ----------------------------------------------------------------------- 05d9cb044613237e7cca9c37a4db3610e89b9af7 Bug 3498 Allow Partial Payment of Fines ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:15 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3550 deleted. v3.02.00-491-gbf19397 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, new/enh/bug_3550 has been deleted was bf1939798ffaa7a62b9866ba8b9d782cae963b90 ----------------------------------------------------------------------- bf1939798ffaa7a62b9866ba8b9d782cae963b90 Bug 3550 : Display changes needed in opac-results-grouped too ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:19 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3580 deleted. v3.04.00-49-g0d4ab0e 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, new/enh/bug_3580 has been deleted was 0d4ab0ecb65dd92f785b062e2dbe920bc8e1bfcf ----------------------------------------------------------------------- 0d4ab0ecb65dd92f785b062e2dbe920bc8e1bfcf Bug 3580 Sort the facets categories so they don't move every search. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:24 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:24 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3659 deleted. v3.02.00-590-g251e2c4 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, new/enh/bug_3659 has been deleted was 251e2c4d748db6808a1e47ba986e374b14f29918 ----------------------------------------------------------------------- 251e2c4d748db6808a1e47ba986e374b14f29918 Fix for Bug 3659, Add place hold option from patron checkout tab ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:28 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3665 deleted. v3.02.00-463-gd1f74c8 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, new/enh/bug_3665 has been deleted was d1f74c852ba1adafef419574ba6b28cdfdd95f0c ----------------------------------------------------------------------- d1f74c852ba1adafef419574ba6b28cdfdd95f0c Fix for Bug 3665, adding another submit button as in OPAC ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:32 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3789 deleted. v3.02.00-351-gf05bd59 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, new/enh/bug_3789 has been deleted was f05bd5984c94fbbf1603317fd9fdd8909959dbb5 ----------------------------------------------------------------------- f05bd5984c94fbbf1603317fd9fdd8909959dbb5 Bug 3789 Set off shelving location in staff and OPAC title display ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:36 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3803 deleted. v3.02.00-1108-g9210aac 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, new/enh/bug_3803 has been deleted was 9210aac8cf7bead3a64bf5c290c4943f0d5b90aa ----------------------------------------------------------------------- 9210aac8cf7bead3a64bf5c290c4943f0d5b90aa Bug 3803 Show ISSN in orderline of basket display ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:41 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3810 deleted. v3.02.00-808-gcf28bf4 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, new/enh/bug_3810 has been deleted was cf28bf4785709290d519098e80613c96f77e36f0 ----------------------------------------------------------------------- cf28bf4785709290d519098e80613c96f77e36f0 Bug 3810: Ensure all calls to Mail::Sendmail handled consistently ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:45 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_3850 deleted. v3.02.00-604-g86576e7 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, new/enh/bug_3850 has been deleted was 86576e7fd234999df3a35493cb997f6d23d72949 ----------------------------------------------------------------------- 86576e7fd234999df3a35493cb997f6d23d72949 Revised fix for Bug 3850 - Budget Planning Pages Need Design Work ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:49 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4103 deleted. v3.02.00-748-gee3707d 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, new/enh/bug_4103 has been deleted was ee3707d0de8ba0a0e88dcffad31f5b89997b3f5f ----------------------------------------------------------------------- ee3707d0de8ba0a0e88dcffad31f5b89997b3f5f Bug 4103 In Pro Adv Search, superlibrarian search always all libraries ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:53 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4157 deleted. v3.02.00-1014-g5bcb152 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, new/enh/bug_4157 has been deleted was 5bcb1529bc3354c9694cae1a5746db534542ec60 ----------------------------------------------------------------------- 5bcb1529bc3354c9694cae1a5746db534542ec60 wr76595 (bug 4157): Control barcode display with a borrower attribute ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:22:58 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:22:58 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4289 deleted. v3.02.00-562-ga5e7692 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, new/enh/bug_4289 has been deleted was a5e769253b9b75d3b418ac263b62b5573f0b6547 ----------------------------------------------------------------------- a5e769253b9b75d3b418ac263b62b5573f0b6547 Bug 4289: OpacPublic prevents login into OPAC ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:02 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4298 deleted. v3.04.00-602-ge9673ea 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, new/enh/bug_4298 has been deleted was e9673ea4961636f57962e8934941948c10bdb8e6 ----------------------------------------------------------------------- e9673ea4961636f57962e8934941948c10bdb8e6 Fix for Bug 4298 - Title detail display: improve display of item level hold information ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:06 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4309 deleted. v3.02.00-587-ga8e1e54 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, new/enh/bug_4309 has been deleted was a8e1e544309bde4d622e2c3dfb8bd10e555e0057 ----------------------------------------------------------------------- a8e1e544309bde4d622e2c3dfb8bd10e555e0057 Bug 4309 Do not throw error on auth search of multiple fields ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:12 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4340 deleted. v3.02.00-1112-gd29fd92 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, new/enh/bug_4340 has been deleted was d29fd92f66bba11ee903aaf38da737e711b9e9b1 ----------------------------------------------------------------------- d29fd92f66bba11ee903aaf38da737e711b9e9b1 Bug 4340 - patron name search does not handle punctuated names ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:20 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4421 deleted. v3.02.00-951-gf1663ad 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, new/enh/bug_4421 has been deleted was f1663ada489cebc95344e165ce2d0f681acdeb5a ----------------------------------------------------------------------- f1663ada489cebc95344e165ce2d0f681acdeb5a Bug 4421: Add alternate holdings display and prefs ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:16 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4394 deleted. v3.02.00-1131-g2989199 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, new/enh/bug_4394 has been deleted was 298919981c0ae0b6a57b1d005182bb7679534735 ----------------------------------------------------------------------- 298919981c0ae0b6a57b1d005182bb7679534735 Bug 4394 Adding preference definition change to opac.pref ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:24 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:24 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4440 deleted. v3.02.00-209-g40bb997 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, new/enh/bug_4440 has been deleted was 40bb99763d2c818ac808ef6dc87fd449d43513d9 ----------------------------------------------------------------------- 40bb99763d2c818ac808ef6dc87fd449d43513d9 Bug 4440: Fixing template syntax errors ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:29 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:29 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4449 deleted. v3.02.00-235-g00e019b 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, new/enh/bug_4449 has been deleted was 00e019bfd7c671c723e7d74e2a1558bb5da62e2a ----------------------------------------------------------------------- 00e019bfd7c671c723e7d74e2a1558bb5da62e2a Fix for Bug 4449: AllowHoldPolicyOverride cannot over all policies ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:33 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:33 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4473 deleted. v3.04.00-769-gbf64266 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, new/enh/bug_4473 has been deleted was bf64266e9932853e42a17f98d27417319a4ef7fe ----------------------------------------------------------------------- bf64266e9932853e42a17f98d27417319a4ef7fe Follow-up fix for Bug 4473 - Recent comments view for the OPAC ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:37 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:37 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4506 deleted. v3.02.00-346-g718473b 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, new/enh/bug_4506 has been deleted was 718473bdd2f156544e7f254fa7adce2890c51e2a ----------------------------------------------------------------------- 718473bdd2f156544e7f254fa7adce2890c51e2a Merge remote branch 'colin/QA/bug_4506' into new/enh/bug_4506 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:42 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4820 deleted. v3.02.00-463-g10c52de 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, new/enh/bug_4820 has been deleted was 10c52de1fa507123b85a36928473ab8bdec419d8 ----------------------------------------------------------------------- 10c52de1fa507123b85a36928473ab8bdec419d8 Follow-up on fix for Bug 4820, Alter layout of Circulation and fines rules page ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:46 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4839 deleted. v3.04.00-272-g15590bd 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, new/enh/bug_4839 has been deleted was 15590bd08cd2fef15c23643a2dbd268796aa0817 ----------------------------------------------------------------------- 15590bd08cd2fef15c23643a2dbd268796aa0817 Bug 4839: Follow-up patch for installing pref ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:50 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:50 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4865 deleted. v3.02.00-992-ge1a0b4a 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, new/enh/bug_4865 has been deleted was e1a0b4ab53598cdf44a6635d8c7e2e91dad4c26f ----------------------------------------------------------------------- e1a0b4ab53598cdf44a6635d8c7e2e91dad4c26f bug 4865: added dependency for using memcached for sessions ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:55 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4866 deleted. v3.02.00-190-g20be558 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, new/enh/bug_4866 has been deleted was 20be558069cec2a620c60dce913709b6e3e4dc29 ----------------------------------------------------------------------- 20be558069cec2a620c60dce913709b6e3e4dc29 bug 4866 follow-up - minor code formatting cleanup ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:23:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:23:59 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4868 deleted. v3.04.00-394-g7b2cd8e 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, new/enh/bug_4868 has been deleted was 7b2cd8e636a5b2eda0c405c2198eb09c2c35e22c ----------------------------------------------------------------------- 7b2cd8e636a5b2eda0c405c2198eb09c2c35e22c Follow-up to Bug 4868, Improve controls for cloning and deleting subfields ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:03 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4877 deleted. v3.04.00-456-gfab2d8b 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, new/enh/bug_4877 has been deleted was fab2d8b0abdb2a1af711d8b2ee6f287eef35d91d ----------------------------------------------------------------------- fab2d8b0abdb2a1af711d8b2ee6f287eef35d91d Bug 4877 - Add DocBook for missing manual pages ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:08 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4891 deleted. v3.02.00-394-g13bc505 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, new/enh/bug_4891 has been deleted was 13bc505c5ffdd22533b49ddc4d1e79ecce49ed4d ----------------------------------------------------------------------- 13bc505c5ffdd22533b49ddc4d1e79ecce49ed4d bug4891 - sort facets in search sidebar (OPAC and staff client) ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:12 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4893 deleted. v3.04.00-407-g0cf9591 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, new/enh/bug_4893 has been deleted was 0cf959123edb87db184f6779766230f784dc52bd ----------------------------------------------------------------------- 0cf959123edb87db184f6779766230f784dc52bd Fix for Bug 4893, Add an input field for Check In on main Staff Client page ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:17 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4981 deleted. v3.02.00-228-g781b4e5 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, new/enh/bug_4981 has been deleted was 781b4e5fae89021c69c5de5e621faebb6457dd31 ----------------------------------------------------------------------- 781b4e5fae89021c69c5de5e621faebb6457dd31 Fix for Bug 4981, Tweak style of item listing on MARC display ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:21 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4983 deleted. v3.02.00-251-g05dd542 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, new/enh/bug_4983 has been deleted was 05dd542cebf0e33b4dd1ee30d5b4190a6f18e277 ----------------------------------------------------------------------- 05dd542cebf0e33b4dd1ee30d5b4190a6f18e277 Fix for Bug 4983 - Add edit record / edit item links to search results ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:25 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_4994 deleted. v3.04.00-195-gb79c4c8 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, new/enh/bug_4994 has been deleted was b79c4c88a965a3233f359f8333a492effcf075eb ----------------------------------------------------------------------- b79c4c88a965a3233f359f8333a492effcf075eb Bug 4994 - Net::LDAP returns lowercase names ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:29 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:29 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5009 deleted. v3.04.00-263-ga869a4d 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, new/enh/bug_5009 has been deleted was a869a4d43b08db1997744a93e68e7251fcffaff3 ----------------------------------------------------------------------- a869a4d43b08db1997744a93e68e7251fcffaff3 Bug 5009 : Turning off autocomplete ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:34 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5065 deleted. v3.02.00-846-gb9cee99 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, new/enh/bug_5065 has been deleted was b9cee99da4fea934c617eadf3cfac62c380c717a ----------------------------------------------------------------------- b9cee99da4fea934c617eadf3cfac62c380c717a Bug 5065 Add ability to choose framework on import ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:38 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5067 deleted. html_template_pro-286-gc9d082b 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, new/enh/bug_5067 has been deleted was c9d082bcdc353d5f49703cd598d5f3cc1f0f55da ----------------------------------------------------------------------- c9d082bcdc353d5f49703cd598d5f3cc1f0f55da Bug 5067 Add a cleanisbn param to bulkmarcimport.pl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:42 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5104 deleted. v3.02.00-250-geb2c10e 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, new/enh/bug_5104 has been deleted was eb2c10eff99ccd48bd23833be2c210014fd232fc ----------------------------------------------------------------------- eb2c10eff99ccd48bd23833be2c210014fd232fc Bug 5104: Add control number as search option to acq z39.50 search ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:47 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:47 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5106 deleted. v3.02.00-417-g1729177 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, new/enh/bug_5106 has been deleted was 17291775876e56f3de190af4fb6e3442396d03d8 ----------------------------------------------------------------------- 17291775876e56f3de190af4fb6e3442396d03d8 Bug 5106: Tidy up code in opac-showmarc.pl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:51 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5166 deleted. html_template_pro-325-g1339635 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, new/enh/bug_5166 has been deleted was 1339635a7fb4187550d2ff197106c1d977bf9cad ----------------------------------------------------------------------- 1339635a7fb4187550d2ff197106c1d977bf9cad Merge remote branch 'kc/master' into new/enh/bug_5166 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:24:56 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:24:56 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5197 deleted. v3.04.00-192-g358a3b3 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, new/enh/bug_5197 has been deleted was 358a3b364a2a2579951de6aeb4453c2f255f1b4f ----------------------------------------------------------------------- 358a3b364a2a2579951de6aeb4453c2f255f1b4f Bug 5197: add <> token to notices ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:00 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5199 deleted. v3.04.00-162-g67a560e 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, new/enh/bug_5199 has been deleted was 67a560e643b1dbb2fe0b2719736c263ae6a193d0 ----------------------------------------------------------------------- 67a560e643b1dbb2fe0b2719736c263ae6a193d0 Bug 5199 : Followup patch, fixing a bug with NULL option ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:05 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5210 deleted. v3.02.00-185-gfa43573 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, new/enh/bug_5210 has been deleted was fa43573b5871f04c15f354def4954d6e70ba36b8 ----------------------------------------------------------------------- fa43573b5871f04c15f354def4954d6e70ba36b8 Fix for Bug 5210, back button on batch modification result page useless ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:10 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5251 deleted. v3.02.00-1111-gd31c160 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, new/enh/bug_5251 has been deleted was d31c1603cca45c4f4b5b9fa8b2a1785e81f6da05 ----------------------------------------------------------------------- d31c1603cca45c4f4b5b9fa8b2a1785e81f6da05 Bug 5251 : Enhancement: [3.2] (Resubmission) Adding code to support using gmail as an SMTP server ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:14 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5252 deleted. v3.04.00-356-g0a71367 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, new/enh/bug_5252 has been deleted was 0a71367dc2113de860ca25f735a4996e170e44d6 ----------------------------------------------------------------------- 0a71367dc2113de860ca25f735a4996e170e44d6 Bug 5252 - Phone labels on patron creation ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:19 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5263 deleted. v3.04.00-265-g37c48cc 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, new/enh/bug_5263 has been deleted was 37c48ccfb2b0893366676741a506e0243db49d40 ----------------------------------------------------------------------- 37c48ccfb2b0893366676741a506e0243db49d40 Bug 5236 Followup: items table information being keyed by biblionumber instead! ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:23 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5283 deleted. v3.02.00-387-g206e070 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, new/enh/bug_5283 has been deleted was 206e0709d7041368666fa109c66663e1af52d174 ----------------------------------------------------------------------- 206e0709d7041368666fa109c66663e1af52d174 Bug 5283 Follow up, fixing broken template syntax ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:27 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5285 deleted. v3.02.00-283-gc64e286 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, new/enh/bug_5285 has been deleted was c64e286d3d860ee4e03d61c5a8c6d5eb7c72dade ----------------------------------------------------------------------- c64e286d3d860ee4e03d61c5a8c6d5eb7c72dade Follow-up fix for Bug 5285, adding missing CSS ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:31 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5294 deleted. v3.02.00-385-g750a8a8 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, new/enh/bug_5294 has been deleted was 750a8a8dae8a445d678f6645b6cbd3405e27924d ----------------------------------------------------------------------- 750a8a8dae8a445d678f6645b6cbd3405e27924d Bug 5294 - Unescape vendor name when pushing back ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:36 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5332 deleted. v3.02.00-136-g93966ee 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, new/enh/bug_5332 has been deleted was 93966eea4c683149cd4385b47b8788019c5cb78c ----------------------------------------------------------------------- 93966eea4c683149cd4385b47b8788019c5cb78c Merge branch 'bug5332-tested' of git://git.librarypolice.com/git/koha-galen into new/enh/bug_5332 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:40 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5366 deleted. v3.02.00-190-g7c8f0f9 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, new/enh/bug_5366 has been deleted was 7c8f0f9a847c9b9d60520ae3c833e3f3d070b7f1 ----------------------------------------------------------------------- 7c8f0f9a847c9b9d60520ae3c833e3f3d070b7f1 Merge remote branch 'fbc/k_bug_5366' into new/enh/bug_5366 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:44 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5396 deleted. v3.02.00-175-ga5af254 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, new/enh/bug_5396 has been deleted was a5af254a8d905c576b27deb9ce5b83377ea7fdbf ----------------------------------------------------------------------- a5af254a8d905c576b27deb9ce5b83377ea7fdbf Removing a conflict marker ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:48 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5401 deleted. v3.02.00-959-ge5010b2 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, new/enh/bug_5401 has been deleted was e5010b283e76171a409579739562ab819b02bf83 ----------------------------------------------------------------------- e5010b283e76171a409579739562ab819b02bf83 Bug 5401, WYSIWYG for Koha news: Testing TinyMCE ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:52 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:52 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5415 deleted. v3.02.00-1110-gd8b362e 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, new/enh/bug_5415 has been deleted was d8b362e0f936b916eea44a7a7e655eda97c79ffa ----------------------------------------------------------------------- d8b362e0f936b916eea44a7a7e655eda97c79ffa Bug 5415 Let calls of SimpleSearch utilize considtent interface ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:25:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:25:57 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5418 deleted. v3.04.00-265-g75c1c8c 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, new/enh/bug_5418 has been deleted was 75c1c8ca6442225449e1405627e18ff8a83867ac ----------------------------------------------------------------------- 75c1c8ca6442225449e1405627e18ff8a83867ac Bug 5418: Follow up fix for translated sys pref sql files ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:01 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:01 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5422 deleted. v3.02.00-1138-g3224b92 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, new/enh/bug_5422 has been deleted was 3224b92743eec68bc211018daf0fd923b39984f7 ----------------------------------------------------------------------- 3224b92743eec68bc211018daf0fd923b39984f7 Bug 5422: Add missing fields to deletedborrowers and change datatype to text ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:07 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5429 deleted. v3.04.00-279-gc04c426 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, new/enh/bug_5429 has been deleted was c04c4265ad63238a5803aaca86da8efe564bbb61 ----------------------------------------------------------------------- c04c4265ad63238a5803aaca86da8efe564bbb61 Bug 5429 : Covers for detail page and database update ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:12 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5430 deleted. v3.02.00-216-gf90f92f 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, new/enh/bug_5430 has been deleted was f90f92f80f54b658843281bd7eb013cc87786ce9 ----------------------------------------------------------------------- f90f92f80f54b658843281bd7eb013cc87786ce9 Bug 5430: Follow-up, fixes error message when no 001 exists ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:16 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5431 deleted. v3.02.00-1141-gce1b47c 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, new/enh/bug_5431 has been deleted was ce1b47ce0bebd55accee818245532bcfd7d628f8 ----------------------------------------------------------------------- ce1b47ce0bebd55accee818245532bcfd7d628f8 Bug 5431 : Follow up patch fixing ModBranch ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:20 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5432 deleted. v3.02.00-745-g17d9903 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, new/enh/bug_5432 has been deleted was 17d9903a964a50db4dbd8b344f4d9478545a3c95 ----------------------------------------------------------------------- 17d9903a964a50db4dbd8b344f4d9478545a3c95 Follow-up fix for Bug 5432 - Duplicate patron feature ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:25 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5433 deleted. v3.04.00-285-g5d515ea 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, new/enh/bug_5433 has been deleted was 5d515eaa1c465c5efe119448fec4c951b7629684 ----------------------------------------------------------------------- 5d515eaa1c465c5efe119448fec4c951b7629684 Bug 5433 follow up - kohastructure.sql missing ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:30 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5436 deleted. v3.04.00-756-g8d39d21 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, new/enh/bug_5436 has been deleted was 8d39d21039d489444b7ed6fa06b03aa87d21f5bd ----------------------------------------------------------------------- 8d39d21039d489444b7ed6fa06b03aa87d21f5bd Bug 5436, adding updatedatabase.pl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:35 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5453 deleted. v3.04.00-209-g306dc79 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, new/enh/bug_5453 has been deleted was 306dc79217783ebd7896be64deee12491febc4d3 ----------------------------------------------------------------------- 306dc79217783ebd7896be64deee12491febc4d3 Bug 5453 : Move declarations out of conditionals ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:39 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5462 deleted. v3.04.00-201-gfa203e9 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, new/enh/bug_5462 has been deleted was fa203e9761481e4201f5d24c409eee8228204654 ----------------------------------------------------------------------- fa203e9761481e4201f5d24c409eee8228204654 Bug 5462: Update of the italian sql files The bug is about strings that are used as variables by Template::Toolkit The strings need to be like valid perl variable names. To fix the bug we need to fix also .sql files. Others .sql files are OK. Italian .sql file needs this fix ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:43 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5464 deleted. v3.02.00-280-gf164902 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, new/enh/bug_5464 has been deleted was f1649027619c0324a0abc08ac43c0a6ea1feb919 ----------------------------------------------------------------------- f1649027619c0324a0abc08ac43c0a6ea1feb919 Bug 5464 Suggestions - adding more acq fields to staff interface ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:48 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5466 deleted. v3.02.00-845-g5f9bd8a 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, new/enh/bug_5466 has been deleted was 5f9bd8a01ec766695e313aa115231ea521cc2a82 ----------------------------------------------------------------------- 5f9bd8a01ec766695e313aa115231ea521cc2a82 Bug 5466 On new orders get currency from vendor ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:52 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:52 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5470 deleted. v3.02.00-397-gbe70444 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, new/enh/bug_5470 has been deleted was be70444f687144063dd6e640dfd93afc2256cf44 ----------------------------------------------------------------------- be70444f687144063dd6e640dfd93afc2256cf44 Fix for Bug 5470 - improvements to results display in the staff client ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:26:56 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:26:56 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5478 deleted. v3.02.00-963-g689bc19 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, new/enh/bug_5478 has been deleted was 689bc191540e6d55dcf98046c2225691ce4233c0 ----------------------------------------------------------------------- 689bc191540e6d55dcf98046c2225691ce4233c0 Bug 5478 - Automate MARC framework import/export ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:00 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5483 deleted. v3.02.00-286-gd0231ba 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, new/enh/bug_5483 has been deleted was d0231ba65cb8c591a00847554aa50397e2aed404 ----------------------------------------------------------------------- d0231ba65cb8c591a00847554aa50397e2aed404 Bug 5483 New Icon Set ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:05 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5485 deleted. v3.02.00-813-g5f7b1a5 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, new/enh/bug_5485 has been deleted was 5f7b1a58f0f91a759adab9622b35db1ed3c3dd54 ----------------------------------------------------------------------- 5f7b1a58f0f91a759adab9622b35db1ed3c3dd54 Bug 5485: Add script to run Test::Perl::Critic ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:09 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5489 deleted. v3.02.00-412-g21cae26 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, new/enh/bug_5489 has been deleted was 21cae2609d12075f685f51b66a5821eb41d30c97 ----------------------------------------------------------------------- 21cae2609d12075f685f51b66a5821eb41d30c97 Bug 5489: Send hold email to branch email address if it exists instead of koha email address ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:13 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5508 deleted. v3.02.00-379-g2529527 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, new/enh/bug_5508 has been deleted was 25295275972a605e71e532fb259cbdc7e13e3b8f ----------------------------------------------------------------------- 25295275972a605e71e532fb259cbdc7e13e3b8f Bug 5508 : Updating copyright statements ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:18 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5510 deleted. v3.02.00-392-g1c86e93 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, new/enh/bug_5510 has been deleted was 1c86e93cec3749ce5821d237e6d86fa888f62fa3 ----------------------------------------------------------------------- 1c86e93cec3749ce5821d237e6d86fa888f62fa3 Bug 5510: prepend output with system name ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:22 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5522 deleted. v3.02.00-420-g3775854 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, new/enh/bug_5522 has been deleted was 37758541580ea85a68f23382f36a71375adc75a7 ----------------------------------------------------------------------- 37758541580ea85a68f23382f36a71375adc75a7 Bug 5522 - allow google preview to open in a new window ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:26 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5526 deleted. v3.02.00-460-gc5b55d1 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, new/enh/bug_5526 has been deleted was c5b55d1c40a967ed3676f9e85a6ec002074d13e7 ----------------------------------------------------------------------- c5b55d1c40a967ed3676f9e85a6ec002074d13e7 Bug 5526: Follow up patch removing a warn statement ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:31 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5528 deleted. v3.04.00-689-gf09e2ca 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, new/enh/bug_5528 has been deleted was f09e2ca27ee89860dbdd0ca512735f37fbfaf8a6 ----------------------------------------------------------------------- f09e2ca27ee89860dbdd0ca512735f37fbfaf8a6 Bug 5528: Analytic records support ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:36 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5530 deleted. v3.02.00-445-gf5b416b 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, new/enh/bug_5530 has been deleted was f5b416b5bb937a711f8a7bc2d1ae79cfd630d18c ----------------------------------------------------------------------- f5b416b5bb937a711f8a7bc2d1ae79cfd630d18c Bug 5530 Follow up ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:40 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5546 deleted. v3.02.00-1156-gb8d3cfa 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, new/enh/bug_5546 has been deleted was b8d3cfa91b78ef44347fd0a6163205b552588a93 ----------------------------------------------------------------------- b8d3cfa91b78ef44347fd0a6163205b552588a93 Bug 5546: Follow-up / fixes ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:44 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5547 deleted. v3.02.00-920-g0ee5b38 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, new/enh/bug_5547 has been deleted was 0ee5b38b1c5f787f02fd7617d3e747dc7c6b51bf ----------------------------------------------------------------------- 0ee5b38b1c5f787f02fd7617d3e747dc7c6b51bf Bug: 5547 - corrected insert to database ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:49 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5548 deleted. v3.02.00-924-g78dfaa1 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, new/enh/bug_5548 has been deleted was 78dfaa183124fecf48e3c93543a97770250ff565 ----------------------------------------------------------------------- 78dfaa183124fecf48e3c93543a97770250ff565 Bug 5548: Correct punctuation in patch ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:27:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:27:55 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5551 deleted. v3.02.00-577-g88601b7 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, new/enh/bug_5551 has been deleted was 88601b74ac03446008c9db4fd76db0bc00f42e8b ----------------------------------------------------------------------- 88601b74ac03446008c9db4fd76db0bc00f42e8b Bumping Koha version ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:00 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5560 deleted. v3.02.00-461-g4dda0b1 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, new/enh/bug_5560 has been deleted was 4dda0b1ba0f1f40bc3d6a9fe9d9f53e2b45956c9 ----------------------------------------------------------------------- 4dda0b1ba0f1f40bc3d6a9fe9d9f53e2b45956c9 Fix for Bug 5560 - pagination option for lists ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:04 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5578 deleted. v3.02.00-948-g4990b0d 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, new/enh/bug_5578 has been deleted was 4990b0d2ee6777437b6fc2cd8c6a307b916c7ae4 ----------------------------------------------------------------------- 4990b0d2ee6777437b6fc2cd8c6a307b916c7ae4 Bug 5578 : Follow up patch fixing FSF addresses ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:09 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5579 deleted. html_template_pro-357-g32d153c 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, new/enh/bug_5579 has been deleted was 32d153c513cdc616d17ff2eaad83335b33db3606 ----------------------------------------------------------------------- 32d153c513cdc616d17ff2eaad83335b33db3606 Bug 5579: further fancifying remove_items_from_biblioitems.pl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:13 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5593 deleted. v3.02.00-1016-gf1869ec 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, new/enh/bug_5593 has been deleted was f1869ec06407dcca8c8d29cf06fd342b203ee758 ----------------------------------------------------------------------- f1869ec06407dcca8c8d29cf06fd342b203ee758 Fix for Bug 5593, Change cart markup to allow for easier icon styling ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:17 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5602 deleted. v3.04.00-275-g8e07fc1 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, new/enh/bug_5602 has been deleted was 8e07fc1099a34215ab8277cc2293b3bf062f4152 ----------------------------------------------------------------------- 8e07fc1099a34215ab8277cc2293b3bf062f4152 Bug 5602: Changes to account for the version update. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:22 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5604 deleted. v3.02.00-506-g1cacd48 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, new/enh/bug_5604 has been deleted was 1cacd4824d07cc563a6f52f6f8a0ec4af1332c4f ----------------------------------------------------------------------- 1cacd4824d07cc563a6f52f6f8a0ec4af1332c4f bug 5604 additional icons in the Seshat icon set ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:26 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5605 deleted. v3.04.00-457-g4fdac18 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, new/enh/bug_5605 has been deleted was 4fdac1806be3deab28e8685fc49916eb8744c269 ----------------------------------------------------------------------- 4fdac1806be3deab28e8685fc49916eb8744c269 Bug 5605 SIP: Add Support for the Fee Paid Message ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:32 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5610 deleted. v3.02.00-849-ge158f86 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, new/enh/bug_5610 has been deleted was e158f86d20fbe8b4fb9d3d2e453712b83c7a3cee ----------------------------------------------------------------------- e158f86d20fbe8b4fb9d3d2e453712b83c7a3cee Bug 5610: Add --since for setting messaging to default ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:37 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:37 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5618 deleted. v3.02.00-586-gbbafab3 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, new/enh/bug_5618 has been deleted was bbafab3d9e941e8a5eff99c6ace7c95a1ba115cd ----------------------------------------------------------------------- bbafab3d9e941e8a5eff99c6ace7c95a1ba115cd Bug 5618: Adding missing system preferences ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:41 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5619 deleted. v3.02.00-590-g09f5786 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, new/enh/bug_5619 has been deleted was 09f5786ff21362a4cd722783ccca64ed467fe4da ----------------------------------------------------------------------- 09f5786ff21362a4cd722783ccca64ed467fe4da Bug 5619: Subfield 9 missing from most authorised heading fields ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:45 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5622 deleted. v3.02.00-833-g1b57668 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, new/enh/bug_5622 has been deleted was 1b57668d7ee0447e799fc2c5cb386363c48083d9 ----------------------------------------------------------------------- 1b57668d7ee0447e799fc2c5cb386363c48083d9 5622: Improve display of MARC21 773 field in XSLT detail view ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:50 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:50 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5628 deleted. v3.02.00-563-gab2f589 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, new/enh/bug_5628 has been deleted was ab2f589ec70f056a51e74e1c93abce29e61c9abd ----------------------------------------------------------------------- ab2f589ec70f056a51e74e1c93abce29e61c9abd Bug 5268: Combining icons with liblime-kids ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:54 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5630 deleted. v3.04.00-323-g9a3950f 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, new/enh/bug_5630 has been deleted was 9a3950f673c28688a2ead6514c3320e34ec0cc4c ----------------------------------------------------------------------- 9a3950f673c28688a2ead6514c3320e34ec0cc4c Bug 5630 CAS improvements ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:28:58 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:28:58 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5631 deleted. v3.02.00-1147-g40b4990 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, new/enh/bug_5631 has been deleted was 40b49900c34e47916ebf7c8ec4a73446dec72820 ----------------------------------------------------------------------- 40b49900c34e47916ebf7c8ec4a73446dec72820 Bug 5631 : (MT #2993) add EAN, PUC and Music-Number indexes ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:03 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5634 deleted. v3.02.00-565-g129f05a 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, new/enh/bug_5634 has been deleted was 129f05a5ecd789cd409f945a968182a5b68c0e6c ----------------------------------------------------------------------- 129f05a5ecd789cd409f945a968182a5b68c0e6c Bug 5634: BZ5634 order branch list alphabetically, without taking care of uc/lc ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:07 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5637 deleted. v3.02.00-1148-g0c8c7a8 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, new/enh/bug_5637 has been deleted was 0c8c7a8db6d18efc4632e6ba006aecaf1ec32ee0 ----------------------------------------------------------------------- 0c8c7a8db6d18efc4632e6ba006aecaf1ec32ee0 Bug 5637 : MT3044 : Fix CSV export when rer are blank characters ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:11 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5640 deleted. v3.02.00-565-g91906e1 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, new/enh/bug_5640 has been deleted was 91906e1d030f04a37ae4247f4cf19c59ecd50f15 ----------------------------------------------------------------------- 91906e1d030f04a37ae4247f4cf19c59ecd50f15 Bug 5640: Adding the icons to the opac also ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:15 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5641 deleted. v3.02.00-871-g637cf26 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, new/enh/bug_5641 has been deleted was 637cf2604510e4efa6e5341cb76f37e6ede904d9 ----------------------------------------------------------------------- 637cf2604510e4efa6e5341cb76f37e6ede904d9 Bug 5641: Replace Favicon through staff client ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:20 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5669 deleted. v3.02.00-789-gc88f43f 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, new/enh/bug_5669 has been deleted was c88f43fc6763b755b734fbfc5d5404051305d5db ----------------------------------------------------------------------- c88f43fc6763b755b734fbfc5d5404051305d5db Bug 5669: Adding a system preference to control whether a user can select a pick branch for their hold or not ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:24 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:24 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5671 deleted. v3.02.00-1145-g004d2a1 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, new/enh/bug_5671 has been deleted was 004d2a10c5eaebaea31e3319577cd9b9d48cb753 ----------------------------------------------------------------------- 004d2a10c5eaebaea31e3319577cd9b9d48cb753 Bug 5671 Revised Patch #2 - Add a column of custom HTML to my summary ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:28 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5679 deleted. v3.02.00-672-g9c0752e 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, new/enh/bug_5679 has been deleted was 9c0752edf24efcafe18314487c3accba2f685c45 ----------------------------------------------------------------------- 9c0752edf24efcafe18314487c3accba2f685c45 Fix for Bug 5679 - funds planning showing strange borders ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:32 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5680 deleted. v3.04.00-752-gdcfb5e6 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, new/enh/bug_5680 has been deleted was dcfb5e63c9092efc396da98b51e079efc3b823f9 ----------------------------------------------------------------------- dcfb5e63c9092efc396da98b51e079efc3b823f9 Bug 5680: Follow Up for Order cancelling improvement : the same for parcel.pl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:37 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:37 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5687 deleted. v3.02.00-909-g5d43524 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, new/enh/bug_5687 has been deleted was 5d43524cdbc2c9fa4b5de83dcb9d51f9a154efc2 ----------------------------------------------------------------------- 5d43524cdbc2c9fa4b5de83dcb9d51f9a154efc2 Bug 5687: Add pref StaffAuthorisedValueImages for staff search results (install) ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:41 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5688 deleted. v3.02.00-604-geb6d71d 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, new/enh/bug_5688 has been deleted was eb6d71dcfdc3e6507ad9b972b78c38600ae1082a ----------------------------------------------------------------------- eb6d71dcfdc3e6507ad9b972b78c38600ae1082a oops, restored Tags.pm ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:45 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5692 deleted. v3.02.00-1109-gb030ef9 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, new/enh/bug_5692 has been deleted was b030ef9f4f4f0e82ca5bf2e31d012084b466071b ----------------------------------------------------------------------- b030ef9f4f4f0e82ca5bf2e31d012084b466071b Bug 5692 : Adds an alternative cataloguing plugin for 210$c ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:49 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5701 deleted. v3.02.00-641-g8ce06dd 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, new/enh/bug_5701 has been deleted was 8ce06ddf3220bf4b16efe6d796ec80251f3390fb ----------------------------------------------------------------------- 8ce06ddf3220bf4b16efe6d796ec80251f3390fb Bug 5701: Distinction between authors/additional authors in staff normal view (MARC21/XSLT) ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:54 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5715 deleted. v3.02.00-671-g9319ab3 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, new/enh/bug_5715 has been deleted was 9319ab3254c0a0b1ed63bb745136d5f3a19d6658 ----------------------------------------------------------------------- 9319ab3254c0a0b1ed63bb745136d5f3a19d6658 Fix for Bug 5715, Adding note about ReservesMaxPickUpDelay value ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:29:58 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:29:58 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5719 deleted. v3.04.00-248-g83e42b0 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, new/enh/bug_5719 has been deleted was 83e42b02858016f8ff53af668953e48cd6750e72 ----------------------------------------------------------------------- 83e42b02858016f8ff53af668953e48cd6750e72 BZ5719: unimarc plugin fixes ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:02 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5723 deleted. v3.02.00-720-g02d1500 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, new/enh/bug_5723 has been deleted was 02d15007df2fddf9e562272e1c4bc33f9916dd08 ----------------------------------------------------------------------- 02d15007df2fddf9e562272e1c4bc33f9916dd08 Bug 5723: Font for 780s on staff client shrinks ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:06 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5728 deleted. v3.02.00-1151-g3b7a22a 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, new/enh/bug_5728 has been deleted was 3b7a22aa099410cb3537cea3b5c87d7b61f7fe79 ----------------------------------------------------------------------- 3b7a22aa099410cb3537cea3b5c87d7b61f7fe79 Bug 5728: Adding kohaversion and fix syntax error in updatedatabase.pl ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:15 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5733 deleted. v3.02.00-657-g61f6828 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, new/enh/bug_5733 has been deleted was 61f6828d123080017b01e322eea19eb3707da428 ----------------------------------------------------------------------- 61f6828d123080017b01e322eea19eb3707da428 Follow-up fix for Bug 5733 - Empty cart in intranet when session is closed ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:20 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5738 deleted. v3.02.00-946-g4ce6c82 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, new/enh/bug_5738 has been deleted was 4ce6c82a48c917cc79b218d0f99f23bb62589013 ----------------------------------------------------------------------- 4ce6c82a48c917cc79b218d0f99f23bb62589013 Bug 5738 Display 856u As Image ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:24 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:24 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5743 deleted. v3.02.00-663-g3a83dc7 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, new/enh/bug_5743 has been deleted was 3a83dc79c570eb8e376d617740bf10dc1d823271 ----------------------------------------------------------------------- 3a83dc79c570eb8e376d617740bf10dc1d823271 Fix for Bug 5743, 5743 - Make login errors a little nicer ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:28 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5750 deleted. v3.02.00-804-g7b61ead 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, new/enh/bug_5750 has been deleted was 7b61eadf50633d68d7e18fe44ee3a558d19254dc ----------------------------------------------------------------------- 7b61eadf50633d68d7e18fe44ee3a558d19254dc Bug 5750: (MT #4095) add exact matching filter for categorycode and branchcode fields in search members's result ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:32 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5755 deleted. v3.02.00-856-gab03dc8 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, new/enh/bug_5755 has been deleted was ab03dc8295c90036fdbc1bad74f7f198886c6692 ----------------------------------------------------------------------- ab03dc8295c90036fdbc1bad74f7f198886c6692 Bug 5755: DB Update, add new syspref ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:37 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:37 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5756 deleted. v3.02.00-686-g84a2c15 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, new/enh/bug_5756 has been deleted was 84a2c15913912447eb2d566d28d0ec780dae2aa3 ----------------------------------------------------------------------- 84a2c15913912447eb2d566d28d0ec780dae2aa3 Bug 5756: Add MARC21 tag 751 (added geographical entry) to Zebra config ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:41 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5760 deleted. v3.02.00-691-g3e26abc 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, new/enh/bug_5760 has been deleted was 3e26abc9cd4fbfbc6e827e2d0656f92c1f00334d ----------------------------------------------------------------------- 3e26abc9cd4fbfbc6e827e2d0656f92c1f00334d Follow-up fix for Bug 5760 - Add the jquery table sorter to reading record ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:45 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5782 deleted. v3.02.00-707-gfebba50 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, new/enh/bug_5782 has been deleted was febba50ba8e76e3e892946f819f1db14105aa807 ----------------------------------------------------------------------- febba50ba8e76e3e892946f819f1db14105aa807 Bug 5782: Add warning when ordering a duplicate record from external source ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:50 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:50 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5783 deleted. v3.02.00-762-g61adeac 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, new/enh/bug_5783 has been deleted was 61adeac8597ce07819b7536cb066eb44fce826a5 ----------------------------------------------------------------------- 61adeac8597ce07819b7536cb066eb44fce826a5 bug 5783: follow-up system preferences tweaks ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:54 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5792 deleted. v3.02.00-737-g19adf16 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, new/enh/bug_5792 has been deleted was 19adf162ca1cc34189bb5905daa23d9314f1b58a ----------------------------------------------------------------------- 19adf162ca1cc34189bb5905daa23d9314f1b58a Bug 5792 - Add reference icon to Bridge icon set ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:30:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:30:59 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5810 deleted. v3.02.00-785-gf087137 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, new/enh/bug_5810 has been deleted was f087137f9cc163cdfa14c428740207c02e75818a ----------------------------------------------------------------------- f087137f9cc163cdfa14c428740207c02e75818a Bug 5810 revision to fix author search link ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:31:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:31:03 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5815 deleted. v3.02.00-742-g7660909 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, new/enh/bug_5815 has been deleted was 7660909ca89da91ec0f05dc3ffa32f5def136ef9 ----------------------------------------------------------------------- 7660909ca89da91ec0f05dc3ffa32f5def136ef9 Bug 5815: Double clicking submits patron selection ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:31:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:31:07 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5830 deleted. v3.02.00-767-gd163e7e 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, new/enh/bug_5830 has been deleted was d163e7e5785256e9735d588f934a711fd0f6fb1c ----------------------------------------------------------------------- d163e7e5785256e9735d588f934a711fd0f6fb1c Bug 5830 Using XSLT on OPAC Lists page ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Aug 24 06:31:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 24 Aug 2013 04:31:11 +0000 Subject: [koha-commits] main Koha release repository branch new/enh/bug_5835 deleted. v3.02.00-759-gb2e7b5a 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, new/enh/bug_5835 has been deleted was b2e7b5aacafe6bf887bbb7e8e92dabdc638b11e4 ----------------------------------------------------------------------- b2e7b5aacafe6bf887bbb7e8e92dabdc638b11e4 Bug 5835 : adding a class to index