From gitmaster at git.koha-community.org Wed May 1 12:15:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 10:15:35 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8264 created. v3.12.00-beta1-379-g898e8f1 Message-ID: This is an automated email from the git hooks/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_8264 has been created at 898e8f131c53d3447359b3752475e96ba46dfb67 (commit) - Log ----------------------------------------------------------------- commit 898e8f131c53d3447359b3752475e96ba46dfb67 Author: Jared Camins-Esakov Date: Wed May 1 06:20:00 2013 -0400 Add Edmund Balnaves to history Welcome, Edmund. You are the 210th committer to Koha! commit 7e293e20de5cf5639c161b46871f401ab950e841 Author: Edmund Balnaves Date: Mon Apr 15 11:08:06 2013 +1000 Bug 8264 - local cover images not working in IE8 [ prog ] [Patch submitted by David Cook] Edmund, rather than myself, was the author of this patch, so I'm not entirely sure about his code choices, but...it looks like IE must process images differently than other browsers. It seems to me that the images are not appearing in IE, because they're being regarded as incomplete or having 0/NULL natural width. This patch simply introduces a try/catch hack where it tries to add the image and remove any "no-image" elements even nwhen the image is considered incomplete/width of 0/NULL. It won't do this if it catches any errors, although I'm not sure that any errors would be caught with this set up anyway... It's certainly not the ideal solution, but it's a solution. To Test: Before applying the patch: 1) Use IE and FF/Chrome/other browser to view a record with local images attached 2) Note that the local images appear in FF/Chrome/other, but not in IE Apply patch. After applying the patch: 1) Repeat step 1 from above 2) Note that the local images now appear in all browsers as they should. -- As I mentioned before, this seems like a real suboptimal solution. Any ideas on why IE might be considering local images to be incomplete or having 0/NULL natural width? Signed-off-by: David Cook Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer I did a regression test using Chromium and Firefox in Ubuntu. I checked both prog and CCSR - covers displayed nicely. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov Changed author of patch to reflect actual authorship. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 12:17:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 10:17:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10153 created. v3.12.00-beta1-381-g065fe31 Message-ID: This is an automated email from the git hooks/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_10153 has been created at 065fe316ead0208bb562c953b798fc698e5b1f18 (commit) - Log ----------------------------------------------------------------- commit 065fe316ead0208bb562c953b798fc698e5b1f18 Author: Owen Leonard Date: Mon Apr 29 12:34:10 2013 -0400 Bug 10153 - Patron header search form is too wide The patron header search form is now too wide to display correctly on screens smaller than about 1110px. This patch groups the previously shown-by-default choices with the hidden additional search parameters. To test, apply the patch and view any page which includes the patron header search include, for example members/members-home.pl. Additional search options should be hidden by default. Clicking "[+]" should show all additional options: Search fields, search type, order by, library, and category. Signed-off-by: Nicole C. Engard Works for me. Signed-off-by: Katrin Fischer Passes all tests and QA script. I like this change. Signed-off-by: Jared Camins-Esakov commit 965d2bb788431c9196b03416491fd8ec3b46baea Merge: 9c79f18 898e8f1 Author: Jared Camins-Esakov Date: Wed May 1 06:21:40 2013 -0400 Merge branch 'bug_8264' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 12:19:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 10:19:46 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10152 created. v3.12.00-beta1-383-g23b9661 Message-ID: This is an automated email from the git hooks/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_10152 has been created at 23b9661efad0e0fd0deb3e3d025e08c8cfbc1fd3 (commit) - Log ----------------------------------------------------------------- commit 23b9661efad0e0fd0deb3e3d025e08c8cfbc1fd3 Author: Jared Camins-Esakov Date: Mon Apr 29 12:32:48 2013 -0400 Bug 10152: Default sorting wrong in parcels.pl When you are receiving an order, the list of existing invoices should appear in reverse chronological order. Unfortunately, right now it appears in regular chronological order. To test: 1) Make sure you have multiple invoices that have varying shipment dates for a vendor. We will assume this vendor is called "Example Vendor." 2) Choose the "Receive shipments" button on the Example Vendor page. 3) Note that the invoices are sorted by regular chronological order. 4) Apply patch. 5) Refresh "Receive shipment" page. Note that invoices are now sorted in reverse chronological order. 6) Sign off. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Jared Camins-Esakov commit 8f37d71906eb4775121cfa53e4323b10fb589f6b Merge: 965d2bb 065fe31 Author: Jared Camins-Esakov Date: Wed May 1 06:23:46 2013 -0400 Merge branch 'bug_10153' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 12:22:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 10:22:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10145 created. v3.12.00-beta1-385-g53cdc66 Message-ID: This is an automated email from the git hooks/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_10145 has been created at 53cdc66a0e61783ab31ba5bbca0ed71b045bc334 (commit) - Log ----------------------------------------------------------------- commit 53cdc66a0e61783ab31ba5bbca0ed71b045bc334 Author: Jonathan Druart Date: Mon Apr 29 16:01:56 2013 +0200 Bug 10145: The acquisition details block is badly placed. Bug 5335 introduced a new "Acquisition details" block on the subscription details page. It is placed between to tabs and causes an ergonomic issue. Test plan: - Order a subscription. - Go on the subscription detail page and select a tab. - The "Acquisition details" block is moved from the bottom to the top of the table. - Apply the patch - The "Acquisition details" block is always on the bottom of the table. Signed-off-by: David Cook Signed-off-by: Katrin Fischer Fixes display problem, passes all tests. Signed-off-by: Jared Camins-Esakov commit 9f0e21c6b7f8002c85fc23606129898eb513ae04 Merge: 8f37d71 23b9661 Author: Jared Camins-Esakov Date: Wed May 1 06:25:58 2013 -0400 Merge branch 'bug_10152' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 12:27:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 10:27:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10083 created. v3.12.00-beta1-387-g284e3e0 Message-ID: This is an automated email from the git hooks/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_10083 has been created at 284e3e0d31ac12cf03c024d42cb1ceb10e3c276d (commit) - Log ----------------------------------------------------------------- commit 284e3e0d31ac12cf03c024d42cb1ceb10e3c276d Author: Owen Leonard Date: Fri Apr 26 15:18:12 2013 -0400 Bug 10083 - In Transit string doesn't get translated in the staff interface For some reason this text inside a isn't getting picked up by the translator unless it's inside a . This patch adds the span and tidies up the text. To test, apply the patch and "translate update" a translation. Searching the po file for "In transit from" should return a result from detail.pl. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Template only change fixing a translation problem. Signed-off-by: Jared Camins-Esakov commit 3eb0d805febc9b9082f8a8360ff890c3f3175c82 Merge: 9f0e21c 53cdc66 Author: Jared Camins-Esakov Date: Wed May 1 06:28:38 2013 -0400 Merge branch 'bug_10145' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 12:33:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 10:33:55 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10017 created. v3.12.00-beta1-391-g11820f3 Message-ID: This is an automated email from the git hooks/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_10017 has been created at 11820f3c17244a6b6d262bde30d4941d87f9fa5a (commit) - Log ----------------------------------------------------------------- commit 11820f3c17244a6b6d262bde30d4941d87f9fa5a Author: Karam Qubsi Date: Wed Apr 17 13:16:00 2013 +0300 Bug 10017: Follow up handling with the multi libraries pref active This Follow up patch will handle multi libraries pref when it sets to "add" and enhance the way lists drop down menu appear Test plan for all patches ( the first one and all follow ups ) : 1- apply the patches ( from the first one and all follow up patches) 2- use 3.10 po files and update it (for the master) " ../misc/translate/ perl translate update ar-Arab " 3- install Arabic from the updated po files "perl translate install ar-Arab " 4- set opac opacthemes pref to ccsr 5- set OpacAddMastheadLibraryPulldown pref to add 6- select the Arabic from the opaclanguages pref 7- set opaclanguagesdisplay to allow 8- go to the opac and choose arabic 9- you will see all the directions from right to left (as you look at koha on a mirror ;) )) Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as decribed. No errors. With all patches applied, we get a pretty RTL interface. Well done! Signed-off-by: Katrin Fischer Changes are mostly CSS, one new image and a tiny template change. Used po files from 3.8 for testing. Looks good! Signed-off-by: Jared Camins-Esakov commit da5b3c0cdad485e7564b6ce1b2a0bdd5d06f14a1 Author: Karam Qubsi Date: Tue Apr 16 18:56:34 2013 +0300 Bug 10017: Follow up OPAC-CCSR-Right-to-left-css This follow up patch will delete the "-moz-box-sizing" property that I was add when I'm doing some tests on the rtl css file and I forgot to delete it many thanks David Cook for your notes deleting that property will not effect on the results Signed-off-by: Bernardo Gonzalez Kriegel Comment on last patch. Signed-off-by: Katrin Fischer Comment on last patch. Signed-off-by: Jared Camins-Esakov commit 2beeedafbe7c72c5b21fce9fffa6625f4fe99c3c Author: Karam Qubsi Date: Mon Apr 8 15:17:30 2013 +0300 Bug 10017: Fix CSS for right-to-left in CCSR theme This patch will add css file for the Opac CCSR link this css file in the doc-head-close.inc and add new image : arrow-left-grey-11x6.png for the opposite direction of the right existing one. the test plan is the same for the oldest patches for opac prog and intranet ... Signed-off-by: Bernardo Gonzalez Kriegel Comment on last patch. Signed-off-by: Katrin Fischer Comment on last patch. Signed-off-by: Jared Camins-Esakov commit 1d4c5af695869bae19eabaec43014d247a8dec5c Merge: 3eb0d80 284e3e0 Author: Jared Camins-Esakov Date: Wed May 1 06:33:38 2013 -0400 Merge branch 'bug_10083' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 12:38:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 10:38:02 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10022 created. v3.12.00-beta1-393-g86511b3 Message-ID: This is an automated email from the git hooks/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_10022 has been created at 86511b380f06f4b0f9c6a21332819c9614ac3b59 (commit) - Log ----------------------------------------------------------------- commit 86511b380f06f4b0f9c6a21332819c9614ac3b59 Author: Fridolyn SOMERS Date: Wed Apr 10 12:37:54 2013 +0200 Bug 10022 - Multiple tags moderation doesn't work on translated page When using a translated intranet, tags moderation using checkboxes and a submit button doesn't work. You get a message "Unknown Operation on x Term(s)" (translated of course). This patch corrects by using name="op-[operation]" instead of name="op" in each submit input. Test plan : - Create a new tag on a record - Go to tags moderation in Tools => You should see your tag in pending terms - Click on checkbox - Click on Approve or Reject submit button at the bottom of the table => Without patch the tag is still pending => With patch operation is well performed, tag is not pending - Test "Check lists" form - Test Approve and Reject buttons from "Actions" column Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov commit d1db0064a262b09c0aa483b39aac2c6b806c6d60 Merge: 1d4c5af 11820f3 Author: Jared Camins-Esakov Date: Wed May 1 06:39:45 2013 -0400 Merge branch 'bug_10017' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 12:38:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 10:38:19 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-327-g20b016b Message-ID: This is an automated email from the git hooks/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 20b016beab69c9678133001fe7595d81704c7ce0 (commit) via 2fd425df268b8b0c46caa254aa209ed03eae0637 (commit) via c2038fa856f325ea730bbfc755d423c25fedf7f6 (commit) via 169f12072e25a3de6e02f81c8be0521c945f4dbc (commit) via 791cc436451f5ec5699d6102930cbd56715a8544 (commit) via 8a1cef2abfd07eabb3064c80ccef348a73970ab6 (commit) via 08d7eeb3545d289b46753913ff852327bebfa5f3 (commit) via 87dc4277e5c4a5ca97af341d24084a9be7454409 (commit) via 39d352ce801b0168f7b746e27e251a0aa8e88f25 (commit) via 8f50590b3bae7ae4e170e0376a54544c4cf1e2a8 (commit) from a8ee942442d42e7ae4f42567eba22f33725188a5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 20b016beab69c9678133001fe7595d81704c7ce0 Author: Fridolyn SOMERS Date: Wed Apr 10 12:37:54 2013 +0200 Bug 10022 - Multiple tags moderation doesn't work on translated page When using a translated intranet, tags moderation using checkboxes and a submit button doesn't work. You get a message "Unknown Operation on x Term(s)" (translated of course). This patch corrects by using name="op-[operation]" instead of name="op" in each submit input. Test plan : - Create a new tag on a record - Go to tags moderation in Tools => You should see your tag in pending terms - Click on checkbox - Click on Approve or Reject submit button at the bottom of the table => Without patch the tag is still pending => With patch operation is well performed, tag is not pending - Test "Check lists" form - Test Approve and Reject buttons from "Actions" column Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 86511b380f06f4b0f9c6a21332819c9614ac3b59) Signed-off-by: Jared Camins-Esakov commit 2fd425df268b8b0c46caa254aa209ed03eae0637 Author: Karam Qubsi Date: Wed Apr 17 13:16:00 2013 +0300 Bug 10017: Follow up handling with the multi libraries pref active This Follow up patch will handle multi libraries pref when it sets to "add" and enhance the way lists drop down menu appear Test plan for all patches ( the first one and all follow ups ) : 1- apply the patches ( from the first one and all follow up patches) 2- use 3.10 po files and update it (for the master) " ../misc/translate/ perl translate update ar-Arab " 3- install Arabic from the updated po files "perl translate install ar-Arab " 4- set opac opacthemes pref to ccsr 5- set OpacAddMastheadLibraryPulldown pref to add 6- select the Arabic from the opaclanguages pref 7- set opaclanguagesdisplay to allow 8- go to the opac and choose arabic 9- you will see all the directions from right to left (as you look at koha on a mirror ;) )) Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as decribed. No errors. With all patches applied, we get a pretty RTL interface. Well done! Signed-off-by: Katrin Fischer Changes are mostly CSS, one new image and a tiny template change. Used po files from 3.8 for testing. Looks good! Signed-off-by: Jared Camins-Esakov (cherry picked from commit 11820f3c17244a6b6d262bde30d4941d87f9fa5a) Signed-off-by: Jared Camins-Esakov commit c2038fa856f325ea730bbfc755d423c25fedf7f6 Author: Karam Qubsi Date: Tue Apr 16 18:56:34 2013 +0300 Bug 10017: Follow up OPAC-CCSR-Right-to-left-css This follow up patch will delete the "-moz-box-sizing" property that I was add when I'm doing some tests on the rtl css file and I forgot to delete it many thanks David Cook for your notes deleting that property will not effect on the results Signed-off-by: Bernardo Gonzalez Kriegel Comment on last patch. Signed-off-by: Katrin Fischer Comment on last patch. Signed-off-by: Jared Camins-Esakov (cherry picked from commit da5b3c0cdad485e7564b6ce1b2a0bdd5d06f14a1) Signed-off-by: Jared Camins-Esakov commit 169f12072e25a3de6e02f81c8be0521c945f4dbc Author: Karam Qubsi Date: Mon Apr 8 15:17:30 2013 +0300 Bug 10017: Fix CSS for right-to-left in CCSR theme This patch will add css file for the Opac CCSR link this css file in the doc-head-close.inc and add new image : arrow-left-grey-11x6.png for the opposite direction of the right existing one. the test plan is the same for the oldest patches for opac prog and intranet ... Signed-off-by: Bernardo Gonzalez Kriegel Comment on last patch. Signed-off-by: Katrin Fischer Comment on last patch. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 2beeedafbe7c72c5b21fce9fffa6625f4fe99c3c) Signed-off-by: Jared Camins-Esakov commit 791cc436451f5ec5699d6102930cbd56715a8544 Author: Owen Leonard Date: Fri Apr 26 15:18:12 2013 -0400 Bug 10083 - In Transit string doesn't get translated in the staff interface For some reason this text inside a isn't getting picked up by the translator unless it's inside a . This patch adds the span and tidies up the text. To test, apply the patch and "translate update" a translation. Searching the po file for "In transit from" should return a result from detail.pl. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Template only change fixing a translation problem. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 284e3e0d31ac12cf03c024d42cb1ceb10e3c276d) Signed-off-by: Jared Camins-Esakov commit 8a1cef2abfd07eabb3064c80ccef348a73970ab6 Author: Jonathan Druart Date: Mon Apr 29 16:01:56 2013 +0200 Bug 10145: The acquisition details block is badly placed. Bug 5335 introduced a new "Acquisition details" block on the subscription details page. It is placed between to tabs and causes an ergonomic issue. Test plan: - Order a subscription. - Go on the subscription detail page and select a tab. - The "Acquisition details" block is moved from the bottom to the top of the table. - Apply the patch - The "Acquisition details" block is always on the bottom of the table. Signed-off-by: David Cook Signed-off-by: Katrin Fischer Fixes display problem, passes all tests. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 53cdc66a0e61783ab31ba5bbca0ed71b045bc334) Signed-off-by: Jared Camins-Esakov commit 08d7eeb3545d289b46753913ff852327bebfa5f3 Author: Jared Camins-Esakov Date: Mon Apr 29 12:32:48 2013 -0400 Bug 10152: Default sorting wrong in parcels.pl When you are receiving an order, the list of existing invoices should appear in reverse chronological order. Unfortunately, right now it appears in regular chronological order. To test: 1) Make sure you have multiple invoices that have varying shipment dates for a vendor. We will assume this vendor is called "Example Vendor." 2) Choose the "Receive shipments" button on the Example Vendor page. 3) Note that the invoices are sorted by regular chronological order. 4) Apply patch. 5) Refresh "Receive shipment" page. Note that invoices are now sorted in reverse chronological order. 6) Sign off. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 23b9661efad0e0fd0deb3e3d025e08c8cfbc1fd3) Signed-off-by: Jared Camins-Esakov commit 87dc4277e5c4a5ca97af341d24084a9be7454409 Author: Owen Leonard Date: Mon Apr 29 12:34:10 2013 -0400 Bug 10153 - Patron header search form is too wide The patron header search form is now too wide to display correctly on screens smaller than about 1110px. This patch groups the previously shown-by-default choices with the hidden additional search parameters. To test, apply the patch and view any page which includes the patron header search include, for example members/members-home.pl. Additional search options should be hidden by default. Clicking "[+]" should show all additional options: Search fields, search type, order by, library, and category. Signed-off-by: Nicole C. Engard Works for me. Signed-off-by: Katrin Fischer Passes all tests and QA script. I like this change. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 065fe316ead0208bb562c953b798fc698e5b1f18) Signed-off-by: Jared Camins-Esakov commit 39d352ce801b0168f7b746e27e251a0aa8e88f25 Author: Jared Camins-Esakov Date: Wed May 1 06:20:00 2013 -0400 Add Edmund Balnaves to history Welcome, Edmund. You are the 210th committer to Koha! (cherry picked from commit 898e8f131c53d3447359b3752475e96ba46dfb67) Signed-off-by: Jared Camins-Esakov commit 8f50590b3bae7ae4e170e0376a54544c4cf1e2a8 Author: Edmund Balnaves Date: Mon Apr 15 11:08:06 2013 +1000 Bug 8264 - local cover images not working in IE8 [ prog ] [Patch submitted by David Cook] Edmund, rather than myself, was the author of this patch, so I'm not entirely sure about his code choices, but...it looks like IE must process images differently than other browsers. It seems to me that the images are not appearing in IE, because they're being regarded as incomplete or having 0/NULL natural width. This patch simply introduces a try/catch hack where it tries to add the image and remove any "no-image" elements even nwhen the image is considered incomplete/width of 0/NULL. It won't do this if it catches any errors, although I'm not sure that any errors would be caught with this set up anyway... It's certainly not the ideal solution, but it's a solution. To Test: Before applying the patch: 1) Use IE and FF/Chrome/other browser to view a record with local images attached 2) Note that the local images appear in FF/Chrome/other, but not in IE Apply patch. After applying the patch: 1) Repeat step 1 from above 2) Note that the local images now appear in all browsers as they should. -- As I mentioned before, this seems like a real suboptimal solution. Any ideas on why IE might be considering local images to be incomplete or having 0/NULL natural width? Signed-off-by: David Cook Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer I did a regression test using Chromium and Firefox in Ubuntu. I checked both prog and CCSR - covers displayed nicely. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov Changed author of patch to reflect actual authorship. (cherry picked from commit 7e293e20de5cf5639c161b46871f401ab950e841) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: acqui/parcels.pl | 2 +- docs/history.txt | 1 + .../prog/en/includes/patron-search.inc | 73 +++--- koha-tmpl/intranet-tmpl/prog/en/js/localcovers.js | 7 + .../prog/en/modules/catalogue/detail.tt | 4 +- .../prog/en/modules/serials/subscription-detail.tt | 73 +++--- .../intranet-tmpl/prog/en/modules/tags/review.tt | 6 +- koha-tmpl/opac-tmpl/ccsr/en/css/right-to-left.css | 252 ++++++++++++++++++++ .../opac-tmpl/ccsr/en/includes/doc-head-close.inc | 3 + .../ccsr/images/arrow-left-grey-11x6.png} | Bin 2894 -> 2911 bytes koha-tmpl/opac-tmpl/prog/en/js/localcovers.js | 7 + tags/review.pl | 7 +- 12 files changed, 357 insertions(+), 78 deletions(-) create mode 100644 koha-tmpl/opac-tmpl/ccsr/en/css/right-to-left.css copy koha-tmpl/{intranet-tmpl/prog/en/lib/jquery/plugins/treetable/images/toggle-expand-dark.png => opac-tmpl/ccsr/images/arrow-left-grey-11x6.png} (92%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 12:38:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 10:38:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-394-g9aa2e6f Message-ID: This is an automated email from the git hooks/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 9aa2e6fd759d3cfc5d582679fe93006adeb6b30d (commit) via 86511b380f06f4b0f9c6a21332819c9614ac3b59 (commit) via d1db0064a262b09c0aa483b39aac2c6b806c6d60 (commit) via 11820f3c17244a6b6d262bde30d4941d87f9fa5a (commit) via da5b3c0cdad485e7564b6ce1b2a0bdd5d06f14a1 (commit) via 2beeedafbe7c72c5b21fce9fffa6625f4fe99c3c (commit) via 1d4c5af695869bae19eabaec43014d247a8dec5c (commit) via 284e3e0d31ac12cf03c024d42cb1ceb10e3c276d (commit) via 3eb0d805febc9b9082f8a8360ff890c3f3175c82 (commit) via 53cdc66a0e61783ab31ba5bbca0ed71b045bc334 (commit) via 9f0e21c6b7f8002c85fc23606129898eb513ae04 (commit) via 23b9661efad0e0fd0deb3e3d025e08c8cfbc1fd3 (commit) via 8f37d71906eb4775121cfa53e4323b10fb589f6b (commit) via 065fe316ead0208bb562c953b798fc698e5b1f18 (commit) via 965d2bb788431c9196b03416491fd8ec3b46baea (commit) via 898e8f131c53d3447359b3752475e96ba46dfb67 (commit) via 7e293e20de5cf5639c161b46871f401ab950e841 (commit) from 9c79f183174d710f37b414c8dfa0b94ea2b8036a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9aa2e6fd759d3cfc5d582679fe93006adeb6b30d Merge: d1db006 86511b3 Author: Jared Camins-Esakov Date: Wed May 1 06:44:26 2013 -0400 Merge branch 'bug_10022' into 3.14-master ----------------------------------------------------------------------- Summary of changes: acqui/parcels.pl | 2 +- docs/history.txt | 1 + .../prog/en/includes/patron-search.inc | 73 +++--- koha-tmpl/intranet-tmpl/prog/en/js/localcovers.js | 7 + .../prog/en/modules/catalogue/detail.tt | 4 +- .../prog/en/modules/serials/subscription-detail.tt | 73 +++--- .../intranet-tmpl/prog/en/modules/tags/review.tt | 6 +- koha-tmpl/opac-tmpl/ccsr/en/css/right-to-left.css | 252 ++++++++++++++++++++ .../opac-tmpl/ccsr/en/includes/doc-head-close.inc | 3 + .../ccsr/images/arrow-left-grey-11x6.png} | Bin 2894 -> 2911 bytes koha-tmpl/opac-tmpl/prog/en/js/localcovers.js | 7 + tags/review.pl | 7 +- 12 files changed, 357 insertions(+), 78 deletions(-) create mode 100644 koha-tmpl/opac-tmpl/ccsr/en/css/right-to-left.css copy koha-tmpl/{intranet-tmpl/prog/en/lib/jquery/plugins/treetable/images/toggle-expand-dark.png => opac-tmpl/ccsr/images/arrow-left-grey-11x6.png} (92%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 12:41:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 10:41:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10143 created. v3.12.00-beta1-395-gc82facc Message-ID: This is an automated email from the git hooks/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_10143 has been created at c82facc01216f390a77de6268d75903c0eed7d42 (commit) - Log ----------------------------------------------------------------- commit c82facc01216f390a77de6268d75903c0eed7d42 Author: Chris Cormack Date: Mon Apr 29 22:31:58 2013 +1200 Bug 10143 - Fixing license headers Some files have the old 59 Temple address instead of the 51 Franklin street. Signed-off-by: Owen Leonard I see lots more which will need to be corrected as well. Signed-off-by: Katrin Fischer Corrects addresses in 3 files. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 12:50:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 10:50:05 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6709 created. v3.12.00-beta1-398-gb6518e6 Message-ID: This is an automated email from the git hooks/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_6709 has been created at b6518e632ddf1c2e97fe9f49d9dd307a3047266b (commit) - Log ----------------------------------------------------------------- commit b6518e632ddf1c2e97fe9f49d9dd307a3047266b Author: Bernardo Gonzalez Kriegel Date: Mon Apr 29 13:07:11 2013 -0300 Bug 6709 - marc21_field_006.xml and marc21_field_008.xml can't be translated This patch changes 1) structure and schema for xml files used in MARC21 006 and 008 value builders. 2) JavaScript functions used to show value builders. Xml processing is enabled in previous patch Any translatable string has been moved to an xml element, those strings that no need translation remains as xml attributes. NOTE_1: I do not include as translatable material types codes, because those values are restricted in schema definition. But this restriction can be removed. NOTE_2: Anyone with experience in XML/XSD please check the new schema definition. NOTE_3: Anyone with experience in the former and JavaScript please check xmlControlfield.js To test: 1) Apply the patch 2) Verify that 006 and 008 value builders show and work properly 3) Update translation files for your favorite language, a new set of strings must show up corresponding to names and descriptions on value builders. Note: messed up patches, sending again. Signed-off-by: Katrin Fischer All tests and QA script pass. Did regression tests on the plugins for 006 and 008 and could spot no differences in behavior of the plugins to before. Also tested the translation process and found it working nicely. Thank you for fixing this long standing translation bug! Signed-off-by: Jared Camins-Esakov commit 3588e2820ebdada0befecbb698b93a9aadc8a510 Author: Chris Cormack Date: Sun Apr 8 20:10:19 2012 +1200 Bug 6709 : Patch for testing translating .xml files Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Comment on second patch. Signed-off-by: Jared Camins-Esakov commit 3688a918cf56761520d8e07f37891047f69a6989 Merge: 9aa2e6f c82facc Author: Jared Camins-Esakov Date: Wed May 1 06:47:52 2013 -0400 Merge branch 'bug_10143' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:03:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:03:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10111 created. v3.12.00-beta1-400-g72c95fa Message-ID: This is an automated email from the git hooks/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_10111 has been created at 72c95fa1ccd7fadadd5e5b73cf4e1a5623f18f89 (commit) - Log ----------------------------------------------------------------- commit 72c95fa1ccd7fadadd5e5b73cf4e1a5623f18f89 Author: Owen Leonard Date: Thu Apr 25 09:34:17 2013 -0400 Bug 10111 - Layout on basket summary page a bit inconsistent Some details in the summary of basket information were not marked up consistently with others on the page. This patch makes the markup consistent for a consistent appearance. To test, view a basket in Acquisitions which is part of a basketgroup. Information should be displayed consistently for baksets in both open and closed basket groups. Signed-off-by: Mirko Tietgen Works as expected Signed-off-by: Katrin Fischer Template change only, works nicely. Signed-off-by: Jared Camins-Esakov commit d5f51e8d8d2bac8d1455b3efa88cf8e223499fea Merge: 3688a91 b6518e6 Author: Jared Camins-Esakov Date: Wed May 1 06:55:44 2013 -0400 Merge branch 'bug_6709' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:06:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:06:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-331-g3000869 Message-ID: This is an automated email from the git hooks/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 3000869e566481277458a4e5ebb7cf8979fb13bb (commit) via 9f8bf846e3fa90f261aa087aa82c721bd03e4031 (commit) via 8e5dd776f3a7927ab3b85ca46f5553c0d47314f7 (commit) via cd58f73b7e75377b90253a4aef1aedc9c7665190 (commit) from 20b016beab69c9678133001fe7595d81704c7ce0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3000869e566481277458a4e5ebb7cf8979fb13bb Author: Owen Leonard Date: Thu Apr 25 09:34:17 2013 -0400 Bug 10111 - Layout on basket summary page a bit inconsistent Some details in the summary of basket information were not marked up consistently with others on the page. This patch makes the markup consistent for a consistent appearance. To test, view a basket in Acquisitions which is part of a basketgroup. Information should be displayed consistently for baksets in both open and closed basket groups. Signed-off-by: Mirko Tietgen Works as expected Signed-off-by: Katrin Fischer Template change only, works nicely. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 72c95fa1ccd7fadadd5e5b73cf4e1a5623f18f89) Signed-off-by: Jared Camins-Esakov commit 9f8bf846e3fa90f261aa087aa82c721bd03e4031 Author: Bernardo Gonzalez Kriegel Date: Mon Apr 29 13:07:11 2013 -0300 Bug 6709 - marc21_field_006.xml and marc21_field_008.xml can't be translated This patch changes 1) structure and schema for xml files used in MARC21 006 and 008 value builders. 2) JavaScript functions used to show value builders. Xml processing is enabled in previous patch Any translatable string has been moved to an xml element, those strings that no need translation remains as xml attributes. NOTE_1: I do not include as translatable material types codes, because those values are restricted in schema definition. But this restriction can be removed. NOTE_2: Anyone with experience in XML/XSD please check the new schema definition. NOTE_3: Anyone with experience in the former and JavaScript please check xmlControlfield.js To test: 1) Apply the patch 2) Verify that 006 and 008 value builders show and work properly 3) Update translation files for your favorite language, a new set of strings must show up corresponding to names and descriptions on value builders. Note: messed up patches, sending again. Signed-off-by: Katrin Fischer All tests and QA script pass. Did regression tests on the plugins for 006 and 008 and could spot no differences in behavior of the plugins to before. Also tested the translation process and found it working nicely. Thank you for fixing this long standing translation bug! Signed-off-by: Jared Camins-Esakov (cherry picked from commit b6518e632ddf1c2e97fe9f49d9dd307a3047266b) Signed-off-by: Jared Camins-Esakov commit 8e5dd776f3a7927ab3b85ca46f5553c0d47314f7 Author: Chris Cormack Date: Sun Apr 8 20:10:19 2012 +1200 Bug 6709 : Patch for testing translating .xml files Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Comment on second patch. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 3588e2820ebdada0befecbb698b93a9aadc8a510) Signed-off-by: Jared Camins-Esakov commit cd58f73b7e75377b90253a4aef1aedc9c7665190 Author: Chris Cormack Date: Mon Apr 29 22:31:58 2013 +1200 Bug 10143 - Fixing license headers Some files have the old 59 Temple address instead of the 51 Franklin street. Signed-off-by: Owen Leonard I see lots more which will need to be corrected as well. Signed-off-by: Katrin Fischer Corrects addresses in 3 files. Signed-off-by: Jared Camins-Esakov (cherry picked from commit c82facc01216f390a77de6268d75903c0eed7d42) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: Koha/DateUtils.pm | 4 +- Koha/Indexer/Utils.pm | 4 +- .../intranet-tmpl/prog/en/js/xmlControlfield.js | 23 +- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 23 +- .../cataloguing/value_builder/marc21_field_006.xml | 1562 ++++++------ .../cataloguing/value_builder/marc21_field_008.xml | 2566 ++++++++++---------- .../cataloguing/value_builder/marc21_field_CF.xsd | 26 +- members/statistics.pl | 5 +- misc/translator/tmpl_process3.pl | 2 +- 9 files changed, 2109 insertions(+), 2106 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:06:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:06:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-401-g2d44f03 Message-ID: This is an automated email from the git hooks/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 2d44f03e9fe8ee13053a9633e699346a74f244ae (commit) via 72c95fa1ccd7fadadd5e5b73cf4e1a5623f18f89 (commit) via d5f51e8d8d2bac8d1455b3efa88cf8e223499fea (commit) via b6518e632ddf1c2e97fe9f49d9dd307a3047266b (commit) via 3588e2820ebdada0befecbb698b93a9aadc8a510 (commit) via 3688a918cf56761520d8e07f37891047f69a6989 (commit) via c82facc01216f390a77de6268d75903c0eed7d42 (commit) from 9aa2e6fd759d3cfc5d582679fe93006adeb6b30d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2d44f03e9fe8ee13053a9633e699346a74f244ae Merge: d5f51e8 72c95fa Author: Jared Camins-Esakov Date: Wed May 1 07:09:25 2013 -0400 Merge branch 'bug_10111' into 3.14-master ----------------------------------------------------------------------- Summary of changes: Koha/DateUtils.pm | 4 +- Koha/Indexer/Utils.pm | 4 +- .../intranet-tmpl/prog/en/js/xmlControlfield.js | 23 +- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 23 +- .../cataloguing/value_builder/marc21_field_006.xml | 1562 ++++++------ .../cataloguing/value_builder/marc21_field_008.xml | 2566 ++++++++++---------- .../cataloguing/value_builder/marc21_field_CF.xsd | 26 +- members/statistics.pl | 5 +- misc/translator/tmpl_process3.pl | 2 +- 9 files changed, 2109 insertions(+), 2106 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:13:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:13:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9266 created. v3.12.00-beta1-406-gacfbfcb Message-ID: This is an automated email from the git hooks/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_9266 has been created at acfbfcb7d9b6bef3186adc9b93ead44fc58ce420 (commit) - Log ----------------------------------------------------------------- commit acfbfcb7d9b6bef3186adc9b93ead44fc58ce420 Author: Owen Leonard Date: Fri Apr 26 14:20:49 2013 -0400 Bug 9266 - Untranslated strings in tags moderation There are a couple of English strings in tags moderation JavaScript which are not properly enclosed in the _() function enabling translation. As a result, clicking a translated 'Approve' or 'Reject' button in the table of tags would change the button's neighbor's label to the English string. This patch corrects it. To test, apply the patch and regenerate a translation to test with. Go to Tools -> Tags and find a list of tags to moderate (pending, approved, or rejected). When you click on an 'Approve' or 'Reject' tag in the table of tags, the buttons in each Approve/Reject pair should retain their correct translated label. For instance, looking at approved tags in French: [ Approuv? ] [ Rejeter ] Clicking the "Rejetee" button should change the state to: [ Approuver ] [ Rejet?e ] Clicking "Approuver" should return the buttons to the first state. Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov commit c04260dbaf4ff55a9062c4917763eed00555e007 Merge: 2d44f03 78d32cc Author: Jared Camins-Esakov Date: Wed May 1 07:15:00 2013 -0400 Merge branch 'bug_7143' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:16:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:16:15 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9957 created. v3.12.00-beta1-408-g559ff89 Message-ID: This is an automated email from the git hooks/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_9957 has been created at 559ff89fd641df9a67fe6fc53efdc49854ccdd1c (commit) - Log ----------------------------------------------------------------- commit 559ff89fd641df9a67fe6fc53efdc49854ccdd1c Author: Owen Leonard Date: Tue Apr 30 14:39:48 2013 -0400 Bug 9957 - Missing cancel link on subfield editing page The subfield edit page has an edit bottom at the top of the page. Almost no other edit screens do this. It would be more consistent to put it at the bottom. Also missing is a "cancel" link. This patch fixes both issues. The patch also adds "Default" to the breadcrumbs when editing a subfield in the default framework. To test, apply the patch and edit a subfield: MARC frameworks -> MARC structure -> Subfields -> Edit. The "Save changes" button should appear at the bottom of the page alonside a "Cancel" link. Both should work correctly. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Template change only, improves consistency and works nicely. Signed-off-by: Jared Camins-Esakov commit a769f29d56ac17f6fbf146e3df901996943ab48d Merge: c04260d acfbfcb Author: Jared Camins-Esakov Date: Wed May 1 07:19:26 2013 -0400 Merge branch 'bug_9266' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:21:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:21:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9719 created. v3.12.00-beta1-410-g020b8a6 Message-ID: This is an automated email from the git hooks/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_9719 has been created at 020b8a66bc1ea9173ede154678ff690fd5f67c1f (commit) - Log ----------------------------------------------------------------- commit 020b8a66bc1ea9173ede154678ff690fd5f67c1f Author: Kyle M Hall Date: Wed Feb 27 08:46:56 2013 -0500 Bug 9719 - Changing the rows per page on a custom report fails if it has user supplied parameters If you create an SQL report that includes one or more parameters, using the 'rows per page' pulldown does not work. Instead, it will prompt for the parameters again and shows the first page of output. Test Plan: 1) Create a new report from sql as follows: SELECT * FROM borrowers WHERE surname LIKE <> AND firstname LIKE <> 2) Run this report 3) Change the 'Rows per page' and click 'Update' 4) This should kick you back to the start where the report asks you for your parameters 5) Apply the patch 6) Repeat step 3, this time is should work correctly Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Works nicely now. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov commit 21f190c86a126dc5ccb7572a4bda5fc413c3f4c7 Merge: a769f29 559ff89 Author: Jared Camins-Esakov Date: Wed May 1 07:22:31 2013 -0400 Merge branch 'bug_9957' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:28:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:28:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10097 created. v3.12.00-beta1-412-g01f7542 Message-ID: This is an automated email from the git hooks/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_10097 has been created at 01f7542f4bdbd9b31836ed8c3fc817b67086b8d2 (commit) - Log ----------------------------------------------------------------- commit 01f7542f4bdbd9b31836ed8c3fc817b67086b8d2 Author: David Cook Date: Tue Apr 23 12:58:19 2013 +1000 Bug 10097 - Hide framework selection when importing staged authority records Currently, when importing authority records using the "Manage staged MARC records" tool, it will show the text "Add new bibliographic records into this framework:" followed by a drop-down menu of possible frameworks. Since these are bibliographic frameworks and we're importing authority records which do not use them, we have no need to show this information. I'm proposing just a little patch to display this info only for bibliographic records. From my tests, everything seems to work fine without this text and the drop-down, although I've only uploaded one MARC21 authority record at a time. -- Test Plan: Before applying patch... 1) Find yourself an authority record. I recommend downloading your favourite author from: http://authorities.loc.gov/ 2) Stage MARC for import. Choose "Authority" as your record type. 3) Go to "Manage staged records" 4) Underneath the button "Import this batch into the catalog", you should see the text "Add new bibliographic records into this framework:" followed by a drop-down of the available frameworks. Optionally) You can also try this for bibliographic records. You'll find the same. After applying the patch... 5) Repeat steps 2 and 3. 6) Underneath the button "Import this batch into the catalog", you should just see a table listing your MARC record(s). 7) Stage MARC for import. Choose "Bibliographic" as your record type. 8) Go to "Manage staged records". 9) You should find step 4 still to be true (i.e. the "Add new bibliographic..." text should still be there). Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Small template change, passes all tests. Signed-off-by: Jared Camins-Esakov commit 2e1eca842c38108c2d4cd6d71de95e2db13aeff9 Merge: 21f190c 020b8a6 Author: Jared Camins-Esakov Date: Wed May 1 07:27:04 2013 -0400 Merge branch 'bug_9719' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:31:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:31:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10053 created. v3.12.00-beta1-414-g09d36ce Message-ID: This is an automated email from the git hooks/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_10053 has been created at 09d36cee3c16b14acf0435531d1789486e0a0a44 (commit) - Log ----------------------------------------------------------------- commit 09d36cee3c16b14acf0435531d1789486e0a0a44 Author: Jonathan Druart Date: Mon Apr 15 14:27:46 2013 +0200 Bug 10053: borrowers.branchcode cannot be null The DB field borrowers.branchcode cannot be null (`branchcode` varchar(10) NOT NULL default ''). However, an empty value can be selected on creating/updating a patron. Test plan: - Add or edit a patron and choose the empty value for library (branchcode). - Save (pref BorrowerMandatoryField must not contain branchcode). - Mysql raises an error. - Apply the path. - Check that you are not able to select no library. Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov commit 209863e5e4c3a868f6ef052793f410826b2c082d Merge: 2e1eca8 01f7542 Author: Jared Camins-Esakov Date: Wed May 1 07:34:22 2013 -0400 Merge branch 'bug_10097' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:31:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:31:36 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-415-g5b38b1d Message-ID: This is an automated email from the git hooks/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 5b38b1d0e1f584c3c2ad66892ec52b64bb9d181e (commit) via 09d36cee3c16b14acf0435531d1789486e0a0a44 (commit) via 209863e5e4c3a868f6ef052793f410826b2c082d (commit) via 01f7542f4bdbd9b31836ed8c3fc817b67086b8d2 (commit) via 2e1eca842c38108c2d4cd6d71de95e2db13aeff9 (commit) via 020b8a66bc1ea9173ede154678ff690fd5f67c1f (commit) via 21f190c86a126dc5ccb7572a4bda5fc413c3f4c7 (commit) via 559ff89fd641df9a67fe6fc53efdc49854ccdd1c (commit) via a769f29d56ac17f6fbf146e3df901996943ab48d (commit) via acfbfcb7d9b6bef3186adc9b93ead44fc58ce420 (commit) via c04260dbaf4ff55a9062c4917763eed00555e007 (commit) via 78d32cc138fda7f9872bceab36fe37d5bf39ee61 (commit) via 80d926ea60baa0046bd11ae92346ef3f23ed41e3 (commit) via c641fd0b957e02e42b0ae389fa5e5b6ca114705b (commit) from 2d44f03e9fe8ee13053a9633e699346a74f244ae (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5b38b1d0e1f584c3c2ad66892ec52b64bb9d181e Merge: 209863e 09d36ce Author: Jared Camins-Esakov Date: Wed May 1 07:37:30 2013 -0400 Merge branch 'bug_10053' into 3.14-master ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 24 +++++++++++++++++-- .../en/modules/admin/marc_subfields_structure.tt | 8 ++++-- .../prog/en/modules/members/memberentrygen.tt | 1 - .../en/modules/reports/guided_reports_start.tt | 6 ++++- .../intranet-tmpl/prog/en/modules/tags/review.tt | 4 +- .../prog/en/modules/tools/manage-marc-import.tt | 2 + reports/guided_reports.pl | 1 + 7 files changed, 36 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:31:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:31:35 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-339-g02b97ec Message-ID: This is an automated email from the git hooks/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 02b97ecdcf500043a97513a1a31d6720c471a731 (commit) via 10593eb8bcfe57567796ba72c9d19e0b69ce59d5 (commit) via 1ef0284759874164a21fb842aa27446422e7ecc7 (commit) via c2db827e64b421fdf98a5d839e31276bf9d4674a (commit) via cdf82c0070281c24ce337a503628cd6ebeff18ef (commit) via c258a4f9b12bc2cde87880249902fcb319ca9afe (commit) via 7d96e1578c488d4f308d3d432ac579b5841a2cd5 (commit) via 9e52384ad9b5fd49b7481c0cea77c5e0ff777b94 (commit) from 3000869e566481277458a4e5ebb7cf8979fb13bb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 02b97ecdcf500043a97513a1a31d6720c471a731 Author: Jonathan Druart Date: Mon Apr 15 14:27:46 2013 +0200 Bug 10053: borrowers.branchcode cannot be null The DB field borrowers.branchcode cannot be null (`branchcode` varchar(10) NOT NULL default ''). However, an empty value can be selected on creating/updating a patron. Test plan: - Add or edit a patron and choose the empty value for library (branchcode). - Save (pref BorrowerMandatoryField must not contain branchcode). - Mysql raises an error. - Apply the path. - Check that you are not able to select no library. Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit 09d36cee3c16b14acf0435531d1789486e0a0a44) Signed-off-by: Jared Camins-Esakov commit 10593eb8bcfe57567796ba72c9d19e0b69ce59d5 Author: David Cook Date: Tue Apr 23 12:58:19 2013 +1000 Bug 10097 - Hide framework selection when importing staged authority records Currently, when importing authority records using the "Manage staged MARC records" tool, it will show the text "Add new bibliographic records into this framework:" followed by a drop-down menu of possible frameworks. Since these are bibliographic frameworks and we're importing authority records which do not use them, we have no need to show this information. I'm proposing just a little patch to display this info only for bibliographic records. From my tests, everything seems to work fine without this text and the drop-down, although I've only uploaded one MARC21 authority record at a time. -- Test Plan: Before applying patch... 1) Find yourself an authority record. I recommend downloading your favourite author from: http://authorities.loc.gov/ 2) Stage MARC for import. Choose "Authority" as your record type. 3) Go to "Manage staged records" 4) Underneath the button "Import this batch into the catalog", you should see the text "Add new bibliographic records into this framework:" followed by a drop-down of the available frameworks. Optionally) You can also try this for bibliographic records. You'll find the same. After applying the patch... 5) Repeat steps 2 and 3. 6) Underneath the button "Import this batch into the catalog", you should just see a table listing your MARC record(s). 7) Stage MARC for import. Choose "Bibliographic" as your record type. 8) Go to "Manage staged records". 9) You should find step 4 still to be true (i.e. the "Add new bibliographic..." text should still be there). Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Small template change, passes all tests. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 01f7542f4bdbd9b31836ed8c3fc817b67086b8d2) Signed-off-by: Jared Camins-Esakov commit 1ef0284759874164a21fb842aa27446422e7ecc7 Author: Kyle M Hall Date: Wed Feb 27 08:46:56 2013 -0500 Bug 9719 - Changing the rows per page on a custom report fails if it has user supplied parameters If you create an SQL report that includes one or more parameters, using the 'rows per page' pulldown does not work. Instead, it will prompt for the parameters again and shows the first page of output. Test Plan: 1) Create a new report from sql as follows: SELECT * FROM borrowers WHERE surname LIKE <> AND firstname LIKE <> 2) Run this report 3) Change the 'Rows per page' and click 'Update' 4) This should kick you back to the start where the report asks you for your parameters 5) Apply the patch 6) Repeat step 3, this time is should work correctly Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Works nicely now. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 020b8a66bc1ea9173ede154678ff690fd5f67c1f) Signed-off-by: Jared Camins-Esakov commit c2db827e64b421fdf98a5d839e31276bf9d4674a Author: Owen Leonard Date: Tue Apr 30 14:39:48 2013 -0400 Bug 9957 - Missing cancel link on subfield editing page The subfield edit page has an edit bottom at the top of the page. Almost no other edit screens do this. It would be more consistent to put it at the bottom. Also missing is a "cancel" link. This patch fixes both issues. The patch also adds "Default" to the breadcrumbs when editing a subfield in the default framework. To test, apply the patch and edit a subfield: MARC frameworks -> MARC structure -> Subfields -> Edit. The "Save changes" button should appear at the bottom of the page alonside a "Cancel" link. Both should work correctly. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Template change only, improves consistency and works nicely. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 559ff89fd641df9a67fe6fc53efdc49854ccdd1c) Signed-off-by: Jared Camins-Esakov commit cdf82c0070281c24ce337a503628cd6ebeff18ef Author: Owen Leonard Date: Fri Apr 26 14:20:49 2013 -0400 Bug 9266 - Untranslated strings in tags moderation There are a couple of English strings in tags moderation JavaScript which are not properly enclosed in the _() function enabling translation. As a result, clicking a translated 'Approve' or 'Reject' button in the table of tags would change the button's neighbor's label to the English string. This patch corrects it. To test, apply the patch and regenerate a translation to test with. Go to Tools -> Tags and find a list of tags to moderate (pending, approved, or rejected). When you click on an 'Approve' or 'Reject' tag in the table of tags, the buttons in each Approve/Reject pair should retain their correct translated label. For instance, looking at approved tags in French: [ Approuv? ] [ Rejeter ] Clicking the "Rejetee" button should change the state to: [ Approuver ] [ Rejet?e ] Clicking "Approuver" should return the buttons to the first state. Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit acfbfcb7d9b6bef3186adc9b93ead44fc58ce420) Signed-off-by: Jared Camins-Esakov commit c258a4f9b12bc2cde87880249902fcb319ca9afe Author: Jared Camins-Esakov Date: Wed May 1 07:14:44 2013 -0400 Bug 7143: Add missing contributor to about page (cherry picked from commit 78d32cc138fda7f9872bceab36fe37d5bf39ee61) Signed-off-by: Jared Camins-Esakov commit 7d96e1578c488d4f308d3d432ac579b5841a2cd5 Author: D Ruth Bavousett Date: Tue Jan 22 15:44:33 2013 -0300 Bug 7143: Updating the About page with translation teams for Basque and Turkish Text-change only, should require little QA and testing. Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Template change only, changes look correct to me. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 80d926ea60baa0046bd11ae92346ef3f23ed41e3) Signed-off-by: Jared Camins-Esakov commit 9e52384ad9b5fd49b7481c0cea77c5e0ff777b94 Author: Marcel de Rooy Date: Mon Apr 29 16:02:29 2013 +0200 Bug 7143 Followup for some new developers on about page Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Template change only - changes look correct to me. Signed-off-by: Jared Camins-Esakov (cherry picked from commit c641fd0b957e02e42b0ae389fa5e5b6ca114705b) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 24 +++++++++++++++++-- .../en/modules/admin/marc_subfields_structure.tt | 8 ++++-- .../prog/en/modules/members/memberentrygen.tt | 1 - .../en/modules/reports/guided_reports_start.tt | 6 ++++- .../intranet-tmpl/prog/en/modules/tags/review.tt | 4 +- .../prog/en/modules/tools/manage-marc-import.tt | 2 + reports/guided_reports.pl | 1 + 7 files changed, 36 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:38:58 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:38:58 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7055 created. v3.12.00-beta1-416-g361e5f8 Message-ID: This is an automated email from the git hooks/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_7055 has been created at 361e5f83e21fd94364e34af71e4a7fc64a03d2cb (commit) - Log ----------------------------------------------------------------- commit 361e5f83e21fd94364e34af71e4a7fc64a03d2cb Author: Magnus Enger Date: Mon Apr 15 19:50:19 2013 +0200 Bug 7055 - NORMARC: Fix 008 position 15-17 and 35-37 This patch does several things: - Set the default for 008/15-17 to "no " (yes, there is space at the end) - Link from 008/15-17 in the value builder to NORMARC country codes - Set the default for 008/35-37 to "nor" (by setting the DefaultLanguageField008 syspref) - Link from 008/35-37 in the value builder to NORMARC language codes - Fix a missing around field 35-37 To reproduce: - Run through the Web-installer in Norwegian and choose NORMARC as the MARC flavour - Go to Home > Cataloging > Add MARC record and add a new record - Click in the field for 008. The default should look like: 130415t xxu||||| |||| 00| 0 eng d ^^^ ^^^ - Reload the page and open the value builder for 008. Problems: - The text for 15-17 links to MARC21 country codes - The default for 15-17 is xxu - The text for 35-37 links to MARC21 language codes - The default for 35-37 is eng - If you choose e.g. "Monografier" in the top dropdown then click on "OK" the window does not close To test: - Apply the patch and run through the Web-installer again, selecting Norwegian and NORMARC - Go to Home > Cataloging > Add MARC record and add a new record - Click in the field for 008. The default should look like: 130415t no ||||| |||| 00| 0 nor d ^^^ ^^^ - Reload the page and open the value builder for 008. - Check that... - The default for 15-17 is "no " (with a space at the end) - The link goes to NORMARC country codes - The default for 35-37 is "nor" - The link goes to NORMARC language codes - Select something from the top dropdown and click "OK". Check that the window closes and that the values that are entered into the 008 field matches what you chose in the popup window. Signed-off-by: Chris Cormack Trusing Magnus is right, so testing for any regressions mainly, all good Signed-off-by: Katrin Fischer Only changes NORMARC specific plugin and system preferences files. Changes all seem logical to me. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:41:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:41:31 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7054 created. v3.12.00-beta1-418-g064fc8b Message-ID: This is an automated email from the git hooks/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_7054 has been created at 064fc8b5223b19a57c658e7ca3444df7c017a444 (commit) - Log ----------------------------------------------------------------- commit 064fc8b5223b19a57c658e7ca3444df7c017a444 Author: Magnus Enger Date: Mon Apr 15 19:02:46 2013 +0200 Bug 7054 - NORMARC: Fix default for 000 position 17 Someone at the library education in Oslo told me that it would be better to have the default for 000/17 set to 1, instead of 2 as it is today. To reproduce: - Run through the Web-installer in Norwegian and choose NORMARC as the MARC dialect - Go to Home > Cataloging > Add MARC record and start to add a new record - Click in the 000 field and it should be filled with: " nam a22 2 4500" - Reload the page, then open the value builder for 000 and click on OK - 000 should get filled with the same string as above To test: - Apply the patch and repeat the steps from above. The default value for 000 should now be: " nam a22 1 4500" (Don't be confused by the 1s and the 2s. A value of 1 in position 17 means "level 2", and a value of 2 means "level 1" - that is how it is defined in the "standard": 1 = Niv? 2, iflg. Katalogiseringsregler 2 = Niv? 1, iflg. Katalogiseringsregler) Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Small changes. Didn't test in a NORMARC installaton, but trusting Magnus with this and seeing no reason why it shouldn't work. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 400481ec62be8967cc3660f24eb0434e98ca2862 Merge: 5b38b1d 361e5f8 Author: Jared Camins-Esakov Date: Wed May 1 07:45:23 2013 -0400 Merge branch 'bug_7055' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:51:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:51:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8300 created. v3.12.00-beta1-421-g508009c Message-ID: This is an automated email from the git hooks/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_8300 has been created at 508009c7a836375aaf2a5e18db10706ec73cff25 (commit) - Log ----------------------------------------------------------------- commit 508009c7a836375aaf2a5e18db10706ec73cff25 Author: Magnus Enger Date: Wed Mar 20 14:22:51 2013 +0100 Bug 8300 - Add Test::WWW::Mechanize as an optional dependency This patch replaces an earlier patch by Marcel de Rooy, which had become outdated because lots of new dependencies were added since the patch was made. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit bc2ab3b5882e664d91ce086ce96dd32c7452dee4 Author: Jared Camins-Esakov Date: Sat Jun 23 16:55:43 2012 -0400 Bug 8300: Add mechanized unit test for batch import This new unit test confirms that importing records via the Stage MARC import tool still works by connecting to a Koha instance and importing a record then reverting the import, checking at each step of the way that everything is as it should be. To test: 1. Install Test::WWW::Mechanize > sudo apt-get install libtest-www-mechanize-perl 2. Set environment variables to reflect your Koha instance: > export KOHA_USER=kohaadmin > export KOHA_PASS=katikoan > export KOHA_INTRANET_URL=http://localhost:8080 > export KOHA_OPAC_URL=http://localhost 3. Run the test: > prove t/db_dependent/www/batch.t This updated patch now handles both MARC21 and UNIMARC installations. Signed-off-by: Magnus Enger All tests pass with marcflavour = MARC21 and NORMARC. Test #15 fails when marcflavour = UNIMARC, but from what I can see, that is because I'm testing on a MARC21 setup, missing the UNIMARC frameworks etc. I'm signing off - QA folks, please ask for a proper UNIMARC signoff if you feel it is needed. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Amended patch: Load the POSIX module (for the floor routine). Signed-off-by: Jared Camins-Esakov commit 6cbe7b645b6a458b547de8da6d82c20fa5620b6d Merge: 400481e 064fc8b Author: Jared Camins-Esakov Date: Wed May 1 07:47:56 2013 -0400 Merge branch 'bug_7054' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 13:52:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 11:52:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7368 updated. v3.12.00-alpha2-67-gf6a10cf Message-ID: This is an automated email from the git hooks/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_7368 has been updated via f6a10cffaba974182fa6bf0d2f51af687282ae2e (commit) from 0f92532b52da70bea81babc1c02fdc8fc045024c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f6a10cffaba974182fa6bf0d2f51af687282ae2e Author: Marcel de Rooy Date: Mon Apr 29 15:43:31 2013 +0200 Bug 7368: Small typo in history.txt beomes becomes becomes :) Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Fixes a typo in a text file, no problems found. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 14:10:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 12:10:42 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10033 created. v3.12.00-beta1-427-g598dfe2 Message-ID: This is an automated email from the git hooks/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_10033 has been created at 598dfe27224f517fafa06df75521c623992ecbe0 (commit) - Log ----------------------------------------------------------------- commit 598dfe27224f517fafa06df75521c623992ecbe0 Author: Fridolyn SOMERS Date: Fri Apr 12 17:24:17 2013 +0200 Bug 10033 - dangerous query in _koha_modify_item The SQL query build in C4::Items::_koha_modify_item performs an update on a row of items table identified by itemnumber. Actually the query is build using a hash of datas : for my $key ( keys %$item ) { $query.="$key=?,"; push @bind, $item->{$key}; } But this hash contains 'itemnumber' key, so you get an update including the primary key. It is actually harmless but may be dangerous. This patch simply skips itemnumber key in above loop. Test plan : Check you can create and modify items. Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov commit b7d0c50487bb6388b9d90a8ea71313730af931d9 Merge: f7644ec d098a7c Author: Jared Camins-Esakov Date: Wed May 1 08:15:00 2013 -0400 Merge branch 'bug_8419' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 14:16:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 12:16:14 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7228 created. v3.12.00-beta1-429-g3269d35 Message-ID: This is an automated email from the git hooks/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_7228 has been created at 3269d358e55ca2d702be9f544749eca59f057206 (commit) - Log ----------------------------------------------------------------- commit 3269d358e55ca2d702be9f544749eca59f057206 Author: Christophe Croullebois Date: Thu Apr 18 12:55:18 2013 +0200 Bug 7228: can't add items in an order with Modify We have a message if we want to add items and we can't add, substract only. It's ok if we choose to create items on ordering, in this case koha can't add items, just substract and in this case we have to delete manually the items(s) in the catalog. But if via the syspref AcqCreateItem we choose to create items when receiving this limitation is not usefull The patch just checks if the syspref AcqCreateItem is on 'ordering' if not the message is not shown and we can add items Signed-off-by: Mathieu Saby Here is the test I made for signing off : after applying the patch - syspref AcqCreateItem : create items on RECEIVING - in a basket, create an order (quantity = 1) - save the order - reopen the order - change the quantity (2 instead of 1) - save the order => changing quantity was not possible before the patch - syspref AcqCreateItem : create items on CATALOGING - in a basket, create an order (quantity = 1) - save the order - reopen the order - change the quantity (2 instead of 1) - save the order => changing quantity was not possible before the patch - syspref AcqCreateItem : create items on ORDERING - in a basket, create an order (click on "add" to add an item => quantity = 1) - save the order - reopen the order - try to change the quantity (2 instead of 1), without clicking on "add" to create a new item => you cannot (alert message) => the behavior is the same as before the patch Signed-off-by: Katrin Fischer Copied test plan from bug report. Template only change deactivating the Javascript that blocks you from changing the quantity when AcqCreateItem is set to something else than 'ordering'. Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov commit 4563f7bc34a6921ee6abaa5889963bb1ce4749d8 Merge: b7d0c50 598dfe2 Author: Jared Camins-Esakov Date: Wed May 1 08:17:06 2013 -0400 Merge branch 'bug_10033' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 14:38:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 12:38:07 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6506 created. v3.12.00-beta1-433-g79ea900 Message-ID: This is an automated email from the git hooks/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_6506 has been created at 79ea900b2c47caa71e995fa35d65e1a5c78d3a6d (commit) - Log ----------------------------------------------------------------- commit 79ea900b2c47caa71e995fa35d65e1a5c78d3a6d Author: Peter Crellan Kelly Date: Wed Apr 10 07:22:41 2013 +1200 Bug 6506: Correct CSS class name. Signed-off-by: Kyle M Hall Signed-off-by: Mason James http://bugs.koha-community.org/show_bug.cgi?id=6509 Signed-off-by: Jared Camins-Esakov commit 571dab9c7cd7f79e936c28fa60d471e6c1288493 Author: Peter Crellan Kelly Date: Thu Mar 28 21:00:47 2013 +1300 Bug 6506: When AnonymousPatron not set, deletion of issue history silently failed. Remedied by: - in Circulation.pm changing AnonymiseIssueHistory so that it returns ($rows, $err_history_not_deleted) instead of $rows - consequential change to misc/cronjobs/batch_anonymise.pl to handle updated return value, and fail if there is an error - consequential change to tools/cleanborrowers.pl although this still fails silently (raised as bug 9944) - update of opac-privacy.pl to check return value and pass on error - update of opac-privacy.tt to display error if appropriate Note bug 9942 remains unfixed, which is a similar issue upon issue return. To test: 1. OPAC - enable privacy mode (preference OpacPrivacy) - leave anonymous patron set to zero (preference AnonymousPatron) - attempt to delete user history - observe error - check history - still there - change anonymous patron to a valid user - attempt to delete user history - observe success message - check history - gone 2. cleanborrowers.pl - test it functions as before. bug 9944 has been raised for it continuing to silently fail. 3. batch_anonymise.pl - enable privacy mode (preference OpacPrivacy) - leave anonymous patron set to zero (preference AnonymousPatron) - run script (I use --days -1 for testing) - script should fail with a Carp message - change anonymous patron to a valid user - run script as before - script returns quietly - check history - gone Signed-off-by: Kyle M Hall Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov commit 4c709c600799392eae67f715cff1b5a2e574c042 Author: Jonathan Druart Date: Tue Apr 9 12:08:56 2013 +0200 Bug 6506: Followup add warning in the system information tab. Add a warning in the system information tab of the about page. Test plan: Set OPACPrivacy = 1 and AnonymousPatron = 0 and go on the about page, tab 'system information'. Check that the warning appears. Signed-off-by: Kyle M Hall Signed-off-by: Mason James http://bugs.koha-community.org/show_bug.cgi?id=6509 Signed-off-by: Jared Camins-Esakov commit 59baea315a63f23606c70d1f551512bf13096406 Merge: 4563f7b 3269d35 Author: Jared Camins-Esakov Date: Wed May 1 08:22:39 2013 -0400 Merge branch 'bug_7228' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 14:39:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 12:39:08 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-350-g3ffb125 Message-ID: This is an automated email from the git hooks/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 3ffb125549046b4fa15cc8a0a7f014a25d3c08b9 (commit) via b856cb3d1d0516067e7fb412cd173a72a9d77f2e (commit) via e276b0fd78cca293d8e45f7e59fbb5364bdc13d1 (commit) via 93011defefd075eb59552e1bc1c5bd4edd4a4759 (commit) via ba8e383cf6835e204259063e6c18ac9c3892029b (commit) via c86c98fa386442ae554e03437ec14a7f0e8b5346 (commit) via 4a351b152c42ad0ea7613466669e42c4ae00f1e7 (commit) via bebaed4c3706fcfad3279cc10741a67339213371 (commit) via 201dab65a54c63243bd49af0fc6925eecb135eec (commit) via 2dd84414484314d9ac3fbdf2704bdf4cc6408d3a (commit) via 8c96c963e7ad9039721c02af8e5b3fd3d5b24d05 (commit) from 02b97ecdcf500043a97513a1a31d6720c471a731 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3ffb125549046b4fa15cc8a0a7f014a25d3c08b9 Author: Peter Crellan Kelly Date: Wed Apr 10 07:22:41 2013 +1200 Bug 6506: Correct CSS class name. Signed-off-by: Kyle M Hall Signed-off-by: Mason James http://bugs.koha-community.org/show_bug.cgi?id=6509 Signed-off-by: Jared Camins-Esakov (cherry picked from commit 79ea900b2c47caa71e995fa35d65e1a5c78d3a6d) Signed-off-by: Jared Camins-Esakov commit b856cb3d1d0516067e7fb412cd173a72a9d77f2e Author: Peter Crellan Kelly Date: Thu Mar 28 21:00:47 2013 +1300 Bug 6506: When AnonymousPatron not set, deletion of issue history silently failed. Remedied by: - in Circulation.pm changing AnonymiseIssueHistory so that it returns ($rows, $err_history_not_deleted) instead of $rows - consequential change to misc/cronjobs/batch_anonymise.pl to handle updated return value, and fail if there is an error - consequential change to tools/cleanborrowers.pl although this still fails silently (raised as bug 9944) - update of opac-privacy.pl to check return value and pass on error - update of opac-privacy.tt to display error if appropriate Note bug 9942 remains unfixed, which is a similar issue upon issue return. To test: 1. OPAC - enable privacy mode (preference OpacPrivacy) - leave anonymous patron set to zero (preference AnonymousPatron) - attempt to delete user history - observe error - check history - still there - change anonymous patron to a valid user - attempt to delete user history - observe success message - check history - gone 2. cleanborrowers.pl - test it functions as before. bug 9944 has been raised for it continuing to silently fail. 3. batch_anonymise.pl - enable privacy mode (preference OpacPrivacy) - leave anonymous patron set to zero (preference AnonymousPatron) - run script (I use --days -1 for testing) - script should fail with a Carp message - change anonymous patron to a valid user - run script as before - script returns quietly - check history - gone Signed-off-by: Kyle M Hall Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit 571dab9c7cd7f79e936c28fa60d471e6c1288493) Signed-off-by: Jared Camins-Esakov commit e276b0fd78cca293d8e45f7e59fbb5364bdc13d1 Author: Jonathan Druart Date: Tue Apr 9 12:08:56 2013 +0200 Bug 6506: Followup add warning in the system information tab. Add a warning in the system information tab of the about page. Test plan: Set OPACPrivacy = 1 and AnonymousPatron = 0 and go on the about page, tab 'system information'. Check that the warning appears. Signed-off-by: Kyle M Hall Signed-off-by: Mason James http://bugs.koha-community.org/show_bug.cgi?id=6509 Signed-off-by: Jared Camins-Esakov (cherry picked from commit 4c709c600799392eae67f715cff1b5a2e574c042) Signed-off-by: Jared Camins-Esakov commit 93011defefd075eb59552e1bc1c5bd4edd4a4759 Author: Christophe Croullebois Date: Thu Apr 18 12:55:18 2013 +0200 Bug 7228: can't add items in an order with Modify We have a message if we want to add items and we can't add, substract only. It's ok if we choose to create items on ordering, in this case koha can't add items, just substract and in this case we have to delete manually the items(s) in the catalog. But if via the syspref AcqCreateItem we choose to create items when receiving this limitation is not usefull The patch just checks if the syspref AcqCreateItem is on 'ordering' if not the message is not shown and we can add items Signed-off-by: Mathieu Saby Here is the test I made for signing off : after applying the patch - syspref AcqCreateItem : create items on RECEIVING - in a basket, create an order (quantity = 1) - save the order - reopen the order - change the quantity (2 instead of 1) - save the order => changing quantity was not possible before the patch - syspref AcqCreateItem : create items on CATALOGING - in a basket, create an order (quantity = 1) - save the order - reopen the order - change the quantity (2 instead of 1) - save the order => changing quantity was not possible before the patch - syspref AcqCreateItem : create items on ORDERING - in a basket, create an order (click on "add" to add an item => quantity = 1) - save the order - reopen the order - try to change the quantity (2 instead of 1), without clicking on "add" to create a new item => you cannot (alert message) => the behavior is the same as before the patch Signed-off-by: Katrin Fischer Copied test plan from bug report. Template only change deactivating the Javascript that blocks you from changing the quantity when AcqCreateItem is set to something else than 'ordering'. Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 3269d358e55ca2d702be9f544749eca59f057206) Signed-off-by: Jared Camins-Esakov commit ba8e383cf6835e204259063e6c18ac9c3892029b Author: Fridolyn SOMERS Date: Fri Apr 12 17:24:17 2013 +0200 Bug 10033 - dangerous query in _koha_modify_item The SQL query build in C4::Items::_koha_modify_item performs an update on a row of items table identified by itemnumber. Actually the query is build using a hash of datas : for my $key ( keys %$item ) { $query.="$key=?,"; push @bind, $item->{$key}; } But this hash contains 'itemnumber' key, so you get an update including the primary key. It is actually harmless but may be dangerous. This patch simply skips itemnumber key in above loop. Test plan : Check you can create and modify items. Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit 598dfe27224f517fafa06df75521c623992ecbe0) Signed-off-by: Jared Camins-Esakov commit c86c98fa386442ae554e03437ec14a7f0e8b5346 Author: Kyle M Hall Date: Mon Apr 15 08:39:26 2013 -0400 Bug 8419 - Suspended holds appear on the daily holds queue This bug was reintroduced by the patch for bu 5911: Transport Cost Matrix Test Plan: 1) Place a hold on a record 2) Run build_holds_queue.pl 3) Verify the hold is showing in the holds queue 4) Suspend the hold 5) Re-run build_holds_queue.pl 6) Note the hold is still in the holds queue 7) Apply patch 8) Re-run build_holds_queue.pl 9) Note the hold is no longer in the holds queue Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes test plan and QA script. Signed-off-by: Jared Camins-Esakov (cherry picked from commit d098a7c298437b2fd6ced6a8237f98f3221b810f) Signed-off-by: Jared Camins-Esakov commit 4a351b152c42ad0ea7613466669e42c4ae00f1e7 Author: Marcel de Rooy Date: Mon Apr 29 15:43:31 2013 +0200 Bug 7368: Small typo in history.txt beomes becomes becomes :) Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Fixes a typo in a text file, no problems found. Signed-off-by: Jared Camins-Esakov (cherry picked from commit f6a10cffaba974182fa6bf0d2f51af687282ae2e) Signed-off-by: Jared Camins-Esakov commit bebaed4c3706fcfad3279cc10741a67339213371 Author: Magnus Enger Date: Wed Mar 20 14:22:51 2013 +0100 Bug 8300 - Add Test::WWW::Mechanize as an optional dependency This patch replaces an earlier patch by Marcel de Rooy, which had become outdated because lots of new dependencies were added since the patch was made. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit 508009c7a836375aaf2a5e18db10706ec73cff25) Signed-off-by: Jared Camins-Esakov commit 201dab65a54c63243bd49af0fc6925eecb135eec Author: Jared Camins-Esakov Date: Sat Jun 23 16:55:43 2012 -0400 Bug 8300: Add mechanized unit test for batch import This new unit test confirms that importing records via the Stage MARC import tool still works by connecting to a Koha instance and importing a record then reverting the import, checking at each step of the way that everything is as it should be. To test: 1. Install Test::WWW::Mechanize > sudo apt-get install libtest-www-mechanize-perl 2. Set environment variables to reflect your Koha instance: > export KOHA_USER=kohaadmin > export KOHA_PASS=katikoan > export KOHA_INTRANET_URL=http://localhost:8080 > export KOHA_OPAC_URL=http://localhost 3. Run the test: > prove t/db_dependent/www/batch.t This updated patch now handles both MARC21 and UNIMARC installations. Signed-off-by: Magnus Enger All tests pass with marcflavour = MARC21 and NORMARC. Test #15 fails when marcflavour = UNIMARC, but from what I can see, that is because I'm testing on a MARC21 setup, missing the UNIMARC frameworks etc. I'm signing off - QA folks, please ask for a proper UNIMARC signoff if you feel it is needed. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Amended patch: Load the POSIX module (for the floor routine). Signed-off-by: Jared Camins-Esakov (cherry picked from commit bc2ab3b5882e664d91ce086ce96dd32c7452dee4) Signed-off-by: Jared Camins-Esakov commit 2dd84414484314d9ac3fbdf2704bdf4cc6408d3a Author: Magnus Enger Date: Mon Apr 15 19:02:46 2013 +0200 Bug 7054 - NORMARC: Fix default for 000 position 17 Someone at the library education in Oslo told me that it would be better to have the default for 000/17 set to 1, instead of 2 as it is today. To reproduce: - Run through the Web-installer in Norwegian and choose NORMARC as the MARC dialect - Go to Home > Cataloging > Add MARC record and start to add a new record - Click in the 000 field and it should be filled with: " nam a22 2 4500" - Reload the page, then open the value builder for 000 and click on OK - 000 should get filled with the same string as above To test: - Apply the patch and repeat the steps from above. The default value for 000 should now be: " nam a22 1 4500" (Don't be confused by the 1s and the 2s. A value of 1 in position 17 means "level 2", and a value of 2 means "level 1" - that is how it is defined in the "standard": 1 = Niv? 2, iflg. Katalogiseringsregler 2 = Niv? 1, iflg. Katalogiseringsregler) Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Small changes. Didn't test in a NORMARC installaton, but trusting Magnus with this and seeing no reason why it shouldn't work. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov (cherry picked from commit 064fc8b5223b19a57c658e7ca3444df7c017a444) Signed-off-by: Jared Camins-Esakov commit 8c96c963e7ad9039721c02af8e5b3fd3d5b24d05 Author: Magnus Enger Date: Mon Apr 15 19:50:19 2013 +0200 Bug 7055 - NORMARC: Fix 008 position 15-17 and 35-37 This patch does several things: - Set the default for 008/15-17 to "no " (yes, there is space at the end) - Link from 008/15-17 in the value builder to NORMARC country codes - Set the default for 008/35-37 to "nor" (by setting the DefaultLanguageField008 syspref) - Link from 008/35-37 in the value builder to NORMARC language codes - Fix a missing around field 35-37 To reproduce: - Run through the Web-installer in Norwegian and choose NORMARC as the MARC flavour - Go to Home > Cataloging > Add MARC record and add a new record - Click in the field for 008. The default should look like: 130415t xxu||||| |||| 00| 0 eng d ^^^ ^^^ - Reload the page and open the value builder for 008. Problems: - The text for 15-17 links to MARC21 country codes - The default for 15-17 is xxu - The text for 35-37 links to MARC21 language codes - The default for 35-37 is eng - If you choose e.g. "Monografier" in the top dropdown then click on "OK" the window does not close To test: - Apply the patch and run through the Web-installer again, selecting Norwegian and NORMARC - Go to Home > Cataloging > Add MARC record and add a new record - Click in the field for 008. The default should look like: 130415t no ||||| |||| 00| 0 nor d ^^^ ^^^ - Reload the page and open the value builder for 008. - Check that... - The default for 15-17 is "no " (with a space at the end) - The link goes to NORMARC country codes - The default for 35-37 is "nor" - The link goes to NORMARC language codes - Select something from the top dropdown and click "OK". Check that the window closes and that the values that are entered into the 008 field matches what you chose in the popup window. Signed-off-by: Chris Cormack Trusing Magnus is right, so testing for any regressions mainly, all good Signed-off-by: Katrin Fischer Only changes NORMARC specific plugin and system preferences files. Changes all seem logical to me. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 361e5f83e21fd94364e34af71e4a7fc64a03d2cb) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 8 +- C4/HoldsQueue.pm | 5 +- C4/Installer/PerlDependencies.pm | 5 + C4/Items.pm | 1 + about.pl | 5 + acqui/neworderempty.pl | 1 + cataloguing/value_builder/normarc_field_008.pl | 4 +- cataloguing/value_builder/normarc_leader.pl | 4 +- docs/history.txt | 2 +- .../nb-NO/1-Obligatorisk/system_preferences.sql | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 5 +- .../prog/en/modules/acqui/neworderempty.tt | 2 + .../cataloguing/value_builder/normarc_field_008.tt | 7 +- .../opac-tmpl/prog/en/modules/opac-privacy.tt | 4 +- misc/cronjobs/batch_anonymise.pl | 4 +- opac/opac-privacy.pl | 9 +- t/db_dependent/www/batch.t | 186 ++++++++++++++++++++ t/db_dependent/www/data/marc21record.mrc | 1 + t/db_dependent/www/data/unimarcrecord.mrc | 1 + tools/cleanborrowers.pl | 3 +- 20 files changed, 240 insertions(+), 18 deletions(-) create mode 100644 t/db_dependent/www/batch.t create mode 100644 t/db_dependent/www/data/marc21record.mrc create mode 100644 t/db_dependent/www/data/unimarcrecord.mrc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 14:39:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 12:39:09 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-434-g6dd368e Message-ID: This is an automated email from the git hooks/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 6dd368e2c83ceb90fda622fbbd669ef0e6783656 (commit) via 79ea900b2c47caa71e995fa35d65e1a5c78d3a6d (commit) via 571dab9c7cd7f79e936c28fa60d471e6c1288493 (commit) via 4c709c600799392eae67f715cff1b5a2e574c042 (commit) via 59baea315a63f23606c70d1f551512bf13096406 (commit) via 3269d358e55ca2d702be9f544749eca59f057206 (commit) via 4563f7bc34a6921ee6abaa5889963bb1ce4749d8 (commit) via 598dfe27224f517fafa06df75521c623992ecbe0 (commit) via b7d0c50487bb6388b9d90a8ea71313730af931d9 (commit) via d098a7c298437b2fd6ced6a8237f98f3221b810f (commit) via f7644ec91f2d151535f8f5125c4057a9213d766e (commit) via f6a10cffaba974182fa6bf0d2f51af687282ae2e (commit) via b24252bedeb76e04e83ae377fb1f3ea85590d000 (commit) via 508009c7a836375aaf2a5e18db10706ec73cff25 (commit) via bc2ab3b5882e664d91ce086ce96dd32c7452dee4 (commit) via 6cbe7b645b6a458b547de8da6d82c20fa5620b6d (commit) via 064fc8b5223b19a57c658e7ca3444df7c017a444 (commit) via 400481ec62be8967cc3660f24eb0434e98ca2862 (commit) via 361e5f83e21fd94364e34af71e4a7fc64a03d2cb (commit) from 5b38b1d0e1f584c3c2ad66892ec52b64bb9d181e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6dd368e2c83ceb90fda622fbbd669ef0e6783656 Merge: 59baea3 79ea900 Author: Jared Camins-Esakov Date: Wed May 1 08:44:16 2013 -0400 Merge branch 'bug_6506' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 8 +- C4/HoldsQueue.pm | 5 +- C4/Installer/PerlDependencies.pm | 5 + C4/Items.pm | 1 + about.pl | 5 + acqui/neworderempty.pl | 1 + cataloguing/value_builder/normarc_field_008.pl | 4 +- cataloguing/value_builder/normarc_leader.pl | 4 +- docs/history.txt | 2 +- .../nb-NO/1-Obligatorisk/system_preferences.sql | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 5 +- .../prog/en/modules/acqui/neworderempty.tt | 2 + .../cataloguing/value_builder/normarc_field_008.tt | 7 +- .../opac-tmpl/prog/en/modules/opac-privacy.tt | 4 +- misc/cronjobs/batch_anonymise.pl | 4 +- opac/opac-privacy.pl | 9 +- t/db_dependent/www/batch.t | 186 ++++++++++++++++++++ t/db_dependent/www/data/marc21record.mrc | 1 + t/db_dependent/www/data/unimarcrecord.mrc | 1 + tools/cleanborrowers.pl | 3 +- 20 files changed, 240 insertions(+), 18 deletions(-) create mode 100644 t/db_dependent/www/batch.t create mode 100644 t/db_dependent/www/data/marc21record.mrc create mode 100644 t/db_dependent/www/data/unimarcrecord.mrc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 1 20:33:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 01 May 2013 18:33:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-448-g3082375 Message-ID: This is an automated email from the git hooks/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 308237541beee0672855b43dcab34b1fed40b301 (commit) via 16753c750d97385ad243329aa6a1328352749bb1 (commit) via 5e47f766a2b5fc85e766e1fc67b054e971185de7 (commit) via 7459297a3a4500cf0115962a81366a42a398be8f (commit) via 7c6e4f5a8d6e101377f949e1967bce8ae017ea4e (commit) via 94508a5c3d712f03d25ef63c40830b0c147140c5 (commit) via a7eb34f2c8a281ef83f711e581079a2232296c88 (commit) via 4ba31d2e2802183d8b1d1de466e9219107c7f061 (commit) via 3536b10acf223b33819153532841494c816d6375 (commit) via abe349ed6cc0b2296634b66d71de703fcd99a5a4 (commit) via ad5e44bcde5948f73effb0732f79f8ceec2abf99 (commit) via 327b6c6ce31942963efcc03d5aea2981250360f2 (commit) via 11b62318f445ca514d8c55d8c2973b45bdaa6295 (commit) via 5948badf43bd30e5a6c52f30f440f400bcdbb51c (commit) from 6dd368e2c83ceb90fda622fbbd669ef0e6783656 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 308237541beee0672855b43dcab34b1fed40b301 Merge: 6dd368e 16753c7 Author: Galen Charlton Date: Wed May 1 11:22:30 2013 -0700 Merge remote branch 'origin/new/bug6554_reverts' ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 15 +++++++------ C4/Context.pm | 17 +-------------- C4/ItemType.pm | 2 +- C4/Output.pm | 7 +++++- C4/Search.pm | 25 +++++++++------------ C4/Templates.pm | 44 +++++++++++++++++++++++++++++++++++++- C4/XSLT.pm | 3 +- acqui/booksellers.pl | 1 - acqui/histsearch.pl | 9 -------- admin/preferences.pl | 5 +--- admin/z3950servers.pl | 2 +- authorities/authorities-home.pl | 2 +- catalogue/search.pl | 2 +- cataloguing/addbiblio.pl | 2 +- cataloguing/additem.pl | 2 +- cataloguing/z3950_search.pl | 2 +- circ/circulation.pl | 2 - installer/InstallAuth.pm | 9 +++++-- members/member.pl | 2 +- opac/opac-search.pl | 2 +- patroncards/members-search.pl | 1 - reports/guided_reports.pl | 2 +- reserve/renewscript.pl | 2 +- serials/routing-preview.pl | 2 +- serials/routing.pl | 2 +- serials/serials-search.pl | 3 -- tags/review.pl | 2 +- tools/viewlog.pl | 2 +- 28 files changed, 91 insertions(+), 80 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 2 04:25:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 02:25:39 +0000 Subject: [koha-commits] main Koha release repository branch new/deb_scripts_312beta3 created. v3.12.00-beta1-457-g38b1fd9 Message-ID: This is an automated email from the git hooks/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/deb_scripts_312beta3 has been created at 38b1fd99c4e3a2ae3a944c5ba0b17189da3feef5 (commit) - Log ----------------------------------------------------------------- commit 38b1fd99c4e3a2ae3a944c5ba0b17189da3feef5 Author: Magnus Enger Date: Tue Mar 5 13:49:11 2013 +0100 Bug 9250 - Followup to add koha-*-sip commands to koha-common.xml The original patch for Bug 9250 did not add the new commands to debian/docs/koha-common.xml, which functions as a sort of table of contents for the real commands. This patch adds them. Signed-off-by: Robin Sheat Simple documentation patch Signed-off-by: Jared Camins-Esakov commit 3dc22e7fb27162b3a461477bc40f5c38a1739516 Author: Robin Sheat Date: Mon Dec 10 18:57:04 2012 +1300 Bug 9250 - [SIGNED-OFF] provide commands to manage the SIP server This adds commands required to control the SIP server. These commands are: * koha-enable-sip - copies the SIP config to the sites directory * koha-start-sip - starts the SIP server processes * koha-stop-sip - stops the SIP server processes It also calls these as appropriate from the koha-common init script. To use: 1) sudo koha-enable-sip instancename 2) sudo vim /etc/koha/sites/instancename/SIPconfig.xml Do whatever is needed for your site's SIP configuration 3) sudo koha-start-sip instancename To test: 1) Build packages with this patch 2) Ensure that sudo koha-start-sip instancename doesn't do anything 3) Run sudo koha-enable-sip instancename 4) Edit /etc/koha/sites/instancename/SIPconfig.xml if needed (probably not required for testing) 5) Run sudo koha-start-sip instancename 6) Note that the sip processes are now running 7) Run sudo koha-stop-sip instancename 8) Note that the sip processes have gone 9) Reboot your Koha server 10) Note that the sip processes are back Sponsored-By: Waitaki District Council Libraries Sponsored-By: South Taranaki District Council Libraries Sponsored-By: Horowhenua District Council Libraries Sponsored-By: Rangitikei District Council Libraries Signed-off-by: Magnus Enger Works as advertised. koha-start-sip without a prior koha-enable-sip does nothing. koha-enable-sip copies the SIP config file to the instance directory. After koha-enable-sip, koha-start-sip and koha-stop-sip works as expected. After a reboot, the SIP processes are still running. I have not actually tested the SIP servers after they have been started, but assume they work the same as always. The man pages look good. The new commands should also have been added to the man page for koha-common. I'll do a followup for that. Signed-off-by: Jared Camins-Esakov commit 2cd5afa9741ef432a9f3ecac939c98e20d5ebfc5 Author: Tomas Cohen Arazi Date: Sat Apr 13 21:10:33 2013 -0300 Bug 10041 - Provide a koha-translate script to aid package users on installing translations Until we have solved the packaging of koha template translations, provide a command that manages the installed translations in a proper way. To test, build a Debian package of current master+the patches from this bug :-D and try the many options running koha-translate --help provide. The command itself can be grabbed from a git checkout with this patch applied to test the script's funcionality. If it (and its docs) fits the package building stuff, I'll test on monday when I can be back on my workstation. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Bernardo Gonzalez Kriegel Comment: Good adition. Work as described. No errors. Copied to /usr/local/bin. No errors on install, update, remove, list and check. Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov commit 7d09198659c92eda7046dee0f93e4caf2ec37096 Author: Tomas Cohen Arazi Date: Mon Apr 29 15:18:17 2013 -0300 Bug 10101 - Follwup: fix param check As Mason noted, there was an error on that line. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov commit 3bca90eb0c0fc91f64f3e479ac6ab25e54d4f1aa Author: Tomas Cohen Arazi Date: Tue Apr 23 11:03:44 2013 -0300 Bug 10101 - make koha-enable more robust koha-enable now: - checks for the existence of the instance before any other action on it. - checks if the instance is already enabled before changing stuff in the config files. - only reloads apache if it is needed! - handles more than one instance name as parameter (the code was there, a check for the cardinality of the args prevented it from working). - documents this behaviour change in the docs - doesn't break if the provided (invalid) instance name is a prefix/suffix of a real one (added -x to the relevant grep command). To test: - Aplpy the patch, build your packages - Run koha-enable on - Non existent instance (try using a prefix or a suffix of an already created one too). - Already enabled existent instance name. - Disabled instance. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov commit ca118d57db383f5efebc4d53cba11ccc8af5c9a9 Author: Tomas Cohen Arazi Date: Mon Apr 29 15:22:09 2013 -0300 Bug 10104 - Followup: fix param check As noted by Mason on bug 10101, the check was not working for zero arguments. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov commit b055f7d86c7772cf52c4a20d04a7e1cb0c8c19c9 Author: Tomas Cohen Arazi Date: Tue Apr 23 13:29:02 2013 -0300 Bug 10104 - make koha-disable more robust koha-disable now: - checks for the existence of the instance before any actions on it. - checks if the instance is already disabled before touching anything (warns otherwise) - only reloads apache if needed - handles more than one instance name. - changed the docs to acknowledge the previous item. To test: - Apply the patch, build your package - Run koha-disable on - Non existent instance (try names that are prefix and suffix of a valid one too please) - Already disabled instance name. - Enabled instance name. It should work as expected and warn the user on the expected wrong cases. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov commit 98bde26d2571b43ecee07e017e36f45e1aa6e680 Author: Tomas Cohen Arazi Date: Mon Apr 29 10:30:08 2013 -0300 Bug 10144 - koha-start-zebra error handling koha-start-zebra now - Checks the instance exists. - Checks the instance is enabled. - Checks if the zebra daemon is already running. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov commit cee6909c8a5c10cc534a1ebe35ec5b8cda522eab Author: Tomas Cohen Arazi Date: Mon Apr 29 11:54:27 2013 -0300 Bug 10149 - koha-restart-zebra error handling (rewording) koha-restart-zebra now - Checks the instance exists. - Checks the instance is enabled. - Checks if the zebra daemon is already running. Regards To+ Edit: - changed some wording problems. - fixed an error in parameter validation Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 2 04:26:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 02:26:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-359-gcdfca5b Message-ID: This is an automated email from the git hooks/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 cdfca5bb6b6a25619216e579f2cdf5bdaa14f990 (commit) via c70fb0fcd625701d0f3d01f0c8faa17468bba54c (commit) via cb321e5b10fc944d65d5b274e97e3506bd034396 (commit) via a4a270be68b7047ec6359847c1a462b7a82f6b67 (commit) via 97bf5b40c9da1ba4bca114185fb0770edfaf65f1 (commit) via 605d0a99b7d0fa91ed321c72c27111b1af7ceef4 (commit) via 3f03c2699062d399f3f7392acfd3e32b50cdf81a (commit) via 6f40e7ebd667fbaf850046b8b4c3246e2dd3e170 (commit) via 6ee0d799bb9e1f08625503a1e5b4505791985d3d (commit) from 3ffb125549046b4fa15cc8a0a7f014a25d3c08b9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cdfca5bb6b6a25619216e579f2cdf5bdaa14f990 Author: Magnus Enger Date: Tue Mar 5 13:49:11 2013 +0100 Bug 9250 - Followup to add koha-*-sip commands to koha-common.xml The original patch for Bug 9250 did not add the new commands to debian/docs/koha-common.xml, which functions as a sort of table of contents for the real commands. This patch adds them. Signed-off-by: Robin Sheat Simple documentation patch Signed-off-by: Jared Camins-Esakov (cherry picked from commit 38b1fd99c4e3a2ae3a944c5ba0b17189da3feef5) Signed-off-by: Jared Camins-Esakov commit c70fb0fcd625701d0f3d01f0c8faa17468bba54c Author: Robin Sheat Date: Mon Dec 10 18:57:04 2012 +1300 Bug 9250 - [SIGNED-OFF] provide commands to manage the SIP server This adds commands required to control the SIP server. These commands are: * koha-enable-sip - copies the SIP config to the sites directory * koha-start-sip - starts the SIP server processes * koha-stop-sip - stops the SIP server processes It also calls these as appropriate from the koha-common init script. To use: 1) sudo koha-enable-sip instancename 2) sudo vim /etc/koha/sites/instancename/SIPconfig.xml Do whatever is needed for your site's SIP configuration 3) sudo koha-start-sip instancename To test: 1) Build packages with this patch 2) Ensure that sudo koha-start-sip instancename doesn't do anything 3) Run sudo koha-enable-sip instancename 4) Edit /etc/koha/sites/instancename/SIPconfig.xml if needed (probably not required for testing) 5) Run sudo koha-start-sip instancename 6) Note that the sip processes are now running 7) Run sudo koha-stop-sip instancename 8) Note that the sip processes have gone 9) Reboot your Koha server 10) Note that the sip processes are back Sponsored-By: Waitaki District Council Libraries Sponsored-By: South Taranaki District Council Libraries Sponsored-By: Horowhenua District Council Libraries Sponsored-By: Rangitikei District Council Libraries Signed-off-by: Magnus Enger Works as advertised. koha-start-sip without a prior koha-enable-sip does nothing. koha-enable-sip copies the SIP config file to the instance directory. After koha-enable-sip, koha-start-sip and koha-stop-sip works as expected. After a reboot, the SIP processes are still running. I have not actually tested the SIP servers after they have been started, but assume they work the same as always. The man pages look good. The new commands should also have been added to the man page for koha-common. I'll do a followup for that. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 3dc22e7fb27162b3a461477bc40f5c38a1739516) Signed-off-by: Jared Camins-Esakov commit cb321e5b10fc944d65d5b274e97e3506bd034396 Author: Tomas Cohen Arazi Date: Sat Apr 13 21:10:33 2013 -0300 Bug 10041 - Provide a koha-translate script to aid package users on installing translations Until we have solved the packaging of koha template translations, provide a command that manages the installed translations in a proper way. To test, build a Debian package of current master+the patches from this bug :-D and try the many options running koha-translate --help provide. The command itself can be grabbed from a git checkout with this patch applied to test the script's funcionality. If it (and its docs) fits the package building stuff, I'll test on monday when I can be back on my workstation. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Bernardo Gonzalez Kriegel Comment: Good adition. Work as described. No errors. Copied to /usr/local/bin. No errors on install, update, remove, list and check. Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit 2cd5afa9741ef432a9f3ecac939c98e20d5ebfc5) Signed-off-by: Jared Camins-Esakov commit a4a270be68b7047ec6359847c1a462b7a82f6b67 Author: Tomas Cohen Arazi Date: Mon Apr 29 15:18:17 2013 -0300 Bug 10101 - Follwup: fix param check As Mason noted, there was an error on that line. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit 7d09198659c92eda7046dee0f93e4caf2ec37096) Signed-off-by: Jared Camins-Esakov commit 97bf5b40c9da1ba4bca114185fb0770edfaf65f1 Author: Tomas Cohen Arazi Date: Tue Apr 23 11:03:44 2013 -0300 Bug 10101 - make koha-enable more robust koha-enable now: - checks for the existence of the instance before any other action on it. - checks if the instance is already enabled before changing stuff in the config files. - only reloads apache if it is needed! - handles more than one instance name as parameter (the code was there, a check for the cardinality of the args prevented it from working). - documents this behaviour change in the docs - doesn't break if the provided (invalid) instance name is a prefix/suffix of a real one (added -x to the relevant grep command). To test: - Aplpy the patch, build your packages - Run koha-enable on - Non existent instance (try using a prefix or a suffix of an already created one too). - Already enabled existent instance name. - Disabled instance. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit 3bca90eb0c0fc91f64f3e479ac6ab25e54d4f1aa) Signed-off-by: Jared Camins-Esakov commit 605d0a99b7d0fa91ed321c72c27111b1af7ceef4 Author: Tomas Cohen Arazi Date: Mon Apr 29 15:22:09 2013 -0300 Bug 10104 - Followup: fix param check As noted by Mason on bug 10101, the check was not working for zero arguments. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit ca118d57db383f5efebc4d53cba11ccc8af5c9a9) Signed-off-by: Jared Camins-Esakov commit 3f03c2699062d399f3f7392acfd3e32b50cdf81a Author: Tomas Cohen Arazi Date: Tue Apr 23 13:29:02 2013 -0300 Bug 10104 - make koha-disable more robust koha-disable now: - checks for the existence of the instance before any actions on it. - checks if the instance is already disabled before touching anything (warns otherwise) - only reloads apache if needed - handles more than one instance name. - changed the docs to acknowledge the previous item. To test: - Apply the patch, build your package - Run koha-disable on - Non existent instance (try names that are prefix and suffix of a valid one too please) - Already disabled instance name. - Enabled instance name. It should work as expected and warn the user on the expected wrong cases. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit b055f7d86c7772cf52c4a20d04a7e1cb0c8c19c9) Signed-off-by: Jared Camins-Esakov commit 6f40e7ebd667fbaf850046b8b4c3246e2dd3e170 Author: Tomas Cohen Arazi Date: Mon Apr 29 10:30:08 2013 -0300 Bug 10144 - koha-start-zebra error handling koha-start-zebra now - Checks the instance exists. - Checks the instance is enabled. - Checks if the zebra daemon is already running. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit 98bde26d2571b43ecee07e017e36f45e1aa6e680) Signed-off-by: Jared Camins-Esakov commit 6ee0d799bb9e1f08625503a1e5b4505791985d3d Author: Tomas Cohen Arazi Date: Mon Apr 29 11:54:27 2013 -0300 Bug 10149 - koha-restart-zebra error handling (rewording) koha-restart-zebra now - Checks the instance exists. - Checks the instance is enabled. - Checks if the zebra daemon is already running. Regards To+ Edit: - changed some wording problems. - fixed an error in parameter validation Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit cee6909c8a5c10cc534a1ebe35ec5b8cda522eab) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-common.xml | 26 ++++ debian/docs/koha-disable.xml | 6 +- debian/docs/koha-enable-sip.xml | 57 ++++++++ debian/docs/koha-enable.xml | 6 +- debian/docs/koha-start-sip.xml | 53 ++++++++ debian/docs/koha-stop-sip.xml | 52 ++++++++ debian/docs/koha-translate.xml | 79 ++++++++++++ debian/koha-common.init | 4 + debian/koha-common.install | 4 + debian/scripts/koha-disable | 82 +++++++++++- debian/scripts/koha-enable | 80 +++++++++++- debian/scripts/koha-enable-sip | 38 ++++++ debian/scripts/koha-restart-zebra | 158 ++++++++++++++++++++--- debian/scripts/koha-start-sip | 49 +++++++ debian/scripts/koha-start-zebra | 126 ++++++++++++++++-- debian/scripts/koha-stop-sip | 52 ++++++++ debian/scripts/koha-translate | 256 +++++++++++++++++++++++++++++++++++++ 17 files changed, 1080 insertions(+), 48 deletions(-) create mode 100644 debian/docs/koha-enable-sip.xml create mode 100644 debian/docs/koha-start-sip.xml create mode 100644 debian/docs/koha-stop-sip.xml create mode 100644 debian/docs/koha-translate.xml create mode 100755 debian/scripts/koha-enable-sip create mode 100755 debian/scripts/koha-start-sip create mode 100755 debian/scripts/koha-stop-sip create mode 100755 debian/scripts/koha-translate hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 2 04:26:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 02:26:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-458-g2a3b606 Message-ID: This is an automated email from the git hooks/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 2a3b606d798312a934179767c965e61960d19514 (commit) via 38b1fd99c4e3a2ae3a944c5ba0b17189da3feef5 (commit) via 3dc22e7fb27162b3a461477bc40f5c38a1739516 (commit) via 2cd5afa9741ef432a9f3ecac939c98e20d5ebfc5 (commit) via 7d09198659c92eda7046dee0f93e4caf2ec37096 (commit) via 3bca90eb0c0fc91f64f3e479ac6ab25e54d4f1aa (commit) via ca118d57db383f5efebc4d53cba11ccc8af5c9a9 (commit) via b055f7d86c7772cf52c4a20d04a7e1cb0c8c19c9 (commit) via 98bde26d2571b43ecee07e017e36f45e1aa6e680 (commit) via cee6909c8a5c10cc534a1ebe35ec5b8cda522eab (commit) from 308237541beee0672855b43dcab34b1fed40b301 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2a3b606d798312a934179767c965e61960d19514 Merge: 3082375 38b1fd9 Author: Jared Camins-Esakov Date: Wed May 1 22:28:32 2013 -0400 Merge branch 'deb_scripts_312beta3' into 3.14-master ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-common.xml | 26 ++++ debian/docs/koha-disable.xml | 6 +- debian/docs/koha-enable-sip.xml | 57 ++++++++ debian/docs/koha-enable.xml | 6 +- debian/docs/koha-start-sip.xml | 53 ++++++++ debian/docs/koha-stop-sip.xml | 52 ++++++++ debian/docs/koha-translate.xml | 79 ++++++++++++ debian/koha-common.init | 4 + debian/koha-common.install | 4 + debian/scripts/koha-disable | 82 +++++++++++- debian/scripts/koha-enable | 80 +++++++++++- debian/scripts/koha-enable-sip | 38 ++++++ debian/scripts/koha-restart-zebra | 158 ++++++++++++++++++++--- debian/scripts/koha-start-sip | 49 +++++++ debian/scripts/koha-start-zebra | 126 ++++++++++++++++-- debian/scripts/koha-stop-sip | 52 ++++++++ debian/scripts/koha-translate | 256 +++++++++++++++++++++++++++++++++++++ 17 files changed, 1080 insertions(+), 48 deletions(-) create mode 100644 debian/docs/koha-enable-sip.xml create mode 100644 debian/docs/koha-start-sip.xml create mode 100644 debian/docs/koha-stop-sip.xml create mode 100644 debian/docs/koha-translate.xml create mode 100755 debian/scripts/koha-enable-sip create mode 100755 debian/scripts/koha-start-sip create mode 100755 debian/scripts/koha-stop-sip create mode 100755 debian/scripts/koha-translate hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 2 04:52:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 02:52:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10044 created. v3.12.00-beta1-459-g7b0b6e3 Message-ID: This is an automated email from the git hooks/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_10044 has been created at 7b0b6e32d1462fab10257769c417f014b0819135 (commit) - Log ----------------------------------------------------------------- commit 7b0b6e32d1462fab10257769c417f014b0819135 Author: Jonathan Druart Date: Fri Apr 26 13:59:18 2013 +0200 Bug 10044: Remove duplicate pagination on the pending orders page. Test plan: Check that there is just one pagination on the pending orders page. Signed-off-by: Mathieu Saby Signed-off-by: Katrin Fischer Works and deletes the old pagination that was replaced by datatables. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 2 04:54:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 02:54:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-361-ge61c1e0 Message-ID: This is an automated email from the git hooks/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 e61c1e0810528cdaf1db99a4ec70bd96e607021a (commit) via 007b049c55779d0065f6c347e59b594e6140d51b (commit) from cdfca5bb6b6a25619216e579f2cdf5bdaa14f990 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e61c1e0810528cdaf1db99a4ec70bd96e607021a Author: Jonathan Druart Date: Fri Apr 26 13:59:18 2013 +0200 Bug 10044: Remove duplicate pagination on the pending orders page. Test plan: Check that there is just one pagination on the pending orders page. Signed-off-by: Mathieu Saby Signed-off-by: Katrin Fischer Works and deletes the old pagination that was replaced by datatables. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 7b0b6e32d1462fab10257769c417f014b0819135) Signed-off-by: Jared Camins-Esakov commit 007b049c55779d0065f6c347e59b594e6140d51b Author: Jonathan Druart Date: Fri Apr 26 15:43:58 2013 +0200 Bug 10070: revert previous changes To test 1/ logout 2/ search "bar" (added to the history) 3/ search "f??" => history is empty Apply patch 1/ logout 2/ search "bar" (added to the history) 3/ search "f??" => added to the history Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes tests and QA script. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: acqui/parcel.pl | 40 +------------------- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 19 +-------- opac/opac-search.pl | 2 +- 3 files changed, 4 insertions(+), 57 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 2 04:54:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 02:54:19 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-460-g431fcb7 Message-ID: This is an automated email from the git hooks/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 431fcb73b6b58f431d6cd87904fcfb449c952f40 (commit) via 7b0b6e32d1462fab10257769c417f014b0819135 (commit) from 2a3b606d798312a934179767c965e61960d19514 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 431fcb73b6b58f431d6cd87904fcfb449c952f40 Merge: 2a3b606 7b0b6e3 Author: Jared Camins-Esakov Date: Wed May 1 22:58:41 2013 -0400 Merge branch 'bug_10044' into 3.14-master ----------------------------------------------------------------------- Summary of changes: acqui/parcel.pl | 40 +------------------- .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 19 +-------- 2 files changed, 3 insertions(+), 56 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 2 05:01:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 03:01:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-363-ga49de5a Message-ID: This is an automated email from the git hooks/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 a49de5a5b3ccb55a4746c03b9a9bf22fc16cf50e (commit) via 7e165eb70cdff90aacf5c0014fff8b88cf3ae875 (commit) from e61c1e0810528cdaf1db99a4ec70bd96e607021a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a49de5a5b3ccb55a4746c03b9a9bf22fc16cf50e Author: Jared Camins-Esakov Date: Wed May 1 23:06:54 2013 -0400 Increment version for 3.12.0-beta3 release commit 7e165eb70cdff90aacf5c0014fff8b88cf3ae875 Author: Jared Camins-Esakov Date: Wed May 1 23:04:49 2013 -0400 Add release notes for 3.12.0-beta3 ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_12_0.txt | 533 +++++++++++++++++++-------- 3 files changed, 394 insertions(+), 147 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 2 05:01:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 03:01:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-462-gfa69f55 Message-ID: This is an automated email from the git hooks/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 fa69f553eebbe671760cef93d869e24d4dc243a5 (commit) via 4e13ddd4d63d5d9fe33088ffd12c1572ed46ec02 (commit) from 431fcb73b6b58f431d6cd87904fcfb449c952f40 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fa69f553eebbe671760cef93d869e24d4dc243a5 Author: Jared Camins-Esakov Date: Wed May 1 23:06:54 2013 -0400 Increment version for 3.12.0-beta3 release Signed-off-by: Jared Camins-Esakov commit 4e13ddd4d63d5d9fe33088ffd12c1572ed46ec02 Author: Jared Camins-Esakov Date: Wed May 1 23:04:49 2013 -0400 Add release notes for 3.12.0-beta3 Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_12_0.txt | 533 +++++++++++++++++++-------- 3 files changed, 394 insertions(+), 147 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 2 23:54:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 21:54:40 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.12.00-beta3 created. v3.12.00-beta3 Message-ID: This is an automated email from the git 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.00-beta3 has been created at e301432ddabff392647e63ecec8acc278ef40674 (tag) tagging a49de5a5b3ccb55a4746c03b9a9bf22fc16cf50e (commit) replaces v3.12.00-beta1 tagged by Jared Camins-Esakov on Wed May 1 23:26:32 2013 -0400 - Log ----------------------------------------------------------------- Koha release 3.12.00-beta3 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABAgAGBQJRgdzoAAoJEIya4kPuFV6tgG0H/jHMX7b3jOouMu6b04VL65Yn f0aY1nTDwU7y/BYfG7T375BeuwcKIVb/TrLd8zFgBToOQxmrphwQ8R765iy+WciC gUjfmcOlx3LWflXKFsB0qBBuprugR6YSCfDd6+XGSaqM8V+HJu/Igv1wyy8exlz6 2dsv1JNL3hInuEgMpDoNAAKKVHK6x+PUGebdpZUbE0Q5YeN2v8bq2E5+4tV8KHKZ 6VFtEBqGzZ5JX4dFV/ekNEKFU4ta/sPDdsUFCxopkU9f1e+ZyvBgR+XFh6VeeY9L kr+qwfCPLqR60eJ7aBVoy/Nr6v6MWWToxJMYbDXc/81cG+m80GtJJ3N4sqnf6vA= =5v0m -----END PGP SIGNATURE----- Aaron Wells (2): Bug 8816: Add warning about manual edits to top of debian/control Bug 9671: Make fines.pl help text more accurate Adrien Saurat (3): Bug 9484: userid not generated consistently (different editing pages) Bug 9952: translation of the "tab 0" in MARC detail Bug 9838: fix on 04patron_status.t Barry Cannon (1): Bug 8745 - Disallow rebuild_zebra.pl from executing, when run by root user. Bernardo Gonzalez Kriegel (7): Bug 9610 - Spanish translation of MARC21 default bibliographic framework Bug 9381: Add Catalan language Followup Bug 9381 - Add Catalan language Followup 2 - Bug 9381 - Add Catalan language Bug 9358 - Fixed field plugins for MARC21 should be updated for MARC21 update #15 Bug 9358 - Followup - Fixed field plugins for MARC21 should be updated for MARC21 update #15 Bug 6709 - marc21_field_006.xml and marc21_field_008.xml can't be translated ByWater Migration Support (1): Bug 9932 - Broken calendar image and misplaced masthead include for CCSR theme Chris Cormack (6): Bug 9980: Fix for anonymous searches Bug 8200 - removing misc/translator/update.pl - deprecated file Bug 9933: Unable to edit or add rules for any branch except default Bug 9591 : Set Library changes after viewing Holds Queue >> reserves item Bug 10143 - Fixing license headers Bug 6709 : Patch for testing translating .xml files Chris Nighswonger (1): Bug 9535 - Patron card creator "Remove duplicates" function doesn't work Christophe Croullebois (2): Bug 9923: (MT #11060) actual cost not getting populated Bug 7228: can't add items in an order with Modify Colin Campbell (2): Bug 6554 Fix error caused by modifying $_ in a map Bug 9684 : Correct path to compact.xsl D Ruth Bavousett (3): Bug 8061: RTL CSS overrides (staff client) Bug 8061: RTL CSS overrides (OPAC) Bug 7143: Updating the About page with translation teams for Basque and Turkish David Cook (7): Bug 9783 - can hit submit twice when adding patrons Bug 9003 - Add css fix for opac items with strong and em Bug 8508 - Holds to Pull : Library dropdown options are erroneously concatenated by br tags Bug 9002 - Remove Problematic Logic from Patron Messaging Preferences Form Bug 9571 - Fix width for textareas in Edit Item screen Bug 9737 - Local Covers sometimes appear then disappear on OPAC Search Results/Lists Bug 10097 - Hide framework selection when importing staged authority records Dobrica Pavlinusic (1): Bug 6554 - make Koha internally utf-8 clean Edmund Balnaves (1): Bug 8264 - local cover images not working in IE8 [ prog ] Fridolyn SOMERS (19): Bug 9797 - Follow up : use double quotes in javascript translatable strings Bug 9935 - Social icons missing in CSSR theme Bug 9759: last subfield can be deleted Bug 9720 : uninitialized value warnings in circulation Bug 9720 : uninitialized value warnings in circulation (followup 1) Bug 9953 - When OpacMaintenance breaks lifting debarment Bug 9685: Allow sort baskets by number Bug 9274: Software error in bibtex export Bug 9726: XISBN service throttle not initialized Bug 9605: rotating collections permissions are wrong Bug 9954 - CVS profile encoding not selected in edition Bug 9946 - opac-topissues with no time limit Bug 9947 - Creating item for received serial prefills enumchron subfield Bug 9683: Allow disable rewrite apache mod Bug 7449: billingplace and freedeliveryplace not saved when creating a new basketgroup Bug 9613: items namespace missing in XSLT Bug 9588: weighted search query with index Bug 10022 - Multiple tags moderation doesn't work on translated page Bug 10033 - dangerous query in _koha_modify_item Galen Charlton (1): Bug 9406: ensure confirmation of patron renewal is displayed Jared Camins-Esakov (118): Merge branch 'bug_9919' into 3.12-master Merge branch 'bug_9918' into 3.12-master Merge branch 'bug_9595' into 3.12-master Add two new developers to the history Merge branch 'bug_9863' into 3.12-master Merge branch 'bug_9881' into 3.12-master Merge branch 'bug_9783' into 3.12-master Merge branch 'bug_9930' into 3.12-master Merge branch 'bug_9923' into 3.12-master Merge branch 'bug_9908' into 3.12-master Merge branch 'bug_9926' into 3.12-master Merge branch 'bug_9797' into 3.12-master Bug 9660 follow-up: OpenLibrary covers are too small in CCSR too Merge branch 'bug_9660' into 3.12-master Merge branch 'bug_7938' into 3.12-master Merge branch 'bug_9935' into 3.12-master Merge branch 'bug_9922' into 3.12-master Merge branch 'bug_9803' into 3.12-master Merge branch 'bug_9759' into 3.12-master Merge branch 'bug_9720' into 3.12-master Merge branch 'bug_9419' into 3.12-master Merge branch 'bug_9196' into 3.12-master Bug 9003 follow-up: add fix to CCSR Merge branch 'bug_9003' into 3.12-master Merge branch 'bug_8508' into 3.12-master Merge branch 'bug_5648' into 3.12-master Update history adding Jen Zajac as 205th committer Merge branch 'bug_9745' into 3.12-master Merge branch 'bug_9610' into 3.12-master Merge branch 'bug_9928' into 3.12-master Merge branch 'bug_9937' into 3.12-master Merge branch 'bug_9953' into 3.12-master Merge branch 'bug_9945' into 3.12-master Merge branch 'bug_9932' into 3.12-master Merge branch 'bug_9904' into 3.12-master Merge branch 'bug_9697' into 3.12-master Merge branch 'bug_9956' into 3.12-master Add Karam Qubsi as 206th committer to history Merge branch 'bug_9685' into 3.12-master Merge branch 'bug_9882' into 3.12-master Merge branch 'bug_9873' into 3.12-master Merge branch 'bug_8816' into 3.12-master Add Aaron Wells to history as committer #207 Merge branch 'bug_9274' into 3.12-master Merge branch 'bug_9002' into 3.12-master Merge branch 'bug_9406' into 3.12-master Merge branch 'bug_9534' into 3.12-master Merge branch 'bug_9885' into 3.12-master Merge branch 'bug_9484' into 3.12-master Merge branch 'bug_9726' into 3.12-master Merge branch 'bug_9605' into 3.12-master Merge branch 'bug_9837' into 3.12-master Merge branch 'bug_9752' into 3.12-master Bug 9498: Increment version number Merge branch 'bug_9498' into 3.12-master Bug 9479 follow-up: only set KohaDates as dynamic once Merge branch 'bug_9479' into 3.12-master Merge branch 'bug_9443' into 3.12-master Merge branch 'bug_8943' into 3.12-master Merge branch 'bug_9917' into 3.12-master Merge branch 'bug_9954' into 3.12-master Merge branch 'bug_9791' into 3.12-master Merge branch 'bug_9946' into 3.12-master Merge branch 'bug_6554' into 3.12-master Merge branch 'bug_9952' into 3.12-master Merge branch 'bug_9571' into 3.12-master Merge branch 'bug_9838' into 3.12-master Merge branch 'bug_9609' into 3.12-master Bug 9572 follow-up: duplicate jQueryUI upgrade in CCSR Merge branch 'bug_9572' into 3.12-master Merge branch 'bug_9947' into 3.12-master Merge branch 'bug_2835' into 3.12-master Merge branch 'bug_9971' into 3.12-master Merge branch 'bug_9535' into 3.12-master Merge branch 'bug_9970' into 3.12-master Merge branch 'bug_9877' into 3.12-master Merge branch 'bug_9683' into 3.12-master Merge branch 'bug_4862' into 3.12-master Merge branch 'bug_9981' into 3.12-master Merge branch 'bug_9980' into 3.12-master Merge branch 'bug_8061' into 3.12-master Merge branch 'bug_7449' into 3.12-master Merge branch 'bug_9902' into 3.12-master Merge branch 'bug_9850' into 3.12-master Merge branch 'bug_9459' into 3.12-master Merge branch 'bug_7853' into 3.12-master Merge branch 'bug_8200' into 3.12-master Merge branch 'bug_9812' into 3.12-master Bug 9381: Increment version number Merge branch 'bug_9381' into 3.12-master Merge branch 'bug_9933' into 3.12-master Merge branch 'bug_9591' into 3.12-master Add Barry Cannon to the history file Bug 10085: unapi does not function under Plack Bug 10023 follow-up: Remove the last occurrences of N[degree sign] Bug 9850: Fix patron files link Bug 9850: Fix patron routing lists link Bug 9850: Fix Patron statistics link Merge branch 'bug_9850' into 3.12-master Revert "Bug 9951: Followup for tools/viewlog.pl" Revert "Bug 9951: Followup for Tools" Revert "Bug 10019: Fix for userid containing UTF8 chars" Revert "Bug 10074: QA Followup for InstallAuth.pm" Revert "Bug 10074 - Encoding problems for installer" Revert "Bug 10074 - Encoding problems at login time" Revert "Bug 6554 Fix error caused by modifying $_ in a map" Revert "Merge branch 'bug_6554' into 3.12-master" Bug 9659: Move new unit test to db-dependent directory Revert "Merge branch 'bug_9812' into 3.12-master" Bug 9659 follow-up: correct syntax for older Perl Add Stefano Bargioni to the history Bug 2046: Increment version number Add Edmund Balnaves to history Bug 10152: Default sorting wrong in parcels.pl Bug 7143: Add missing contributor to about page Bug 8300: Add mechanized unit test for batch import Add release notes for 3.12.0-beta3 Increment version for 3.12.0-beta3 release Jen Zajac (1): Bug 5648: Changed display: inline to inline-block on the inline CSS styling on the li elements. Jonathan Druart (18): Bug 9419: The highlight feature can cause a browser freeze Bug 8508: Followup: Simplify the separateData js function Bug 9937: Add new unit tests for new routines (introduced by bug 5343) Bug 9945: Changed display: inline to inline-block on the inline CSS styling on the li elements. Bug 9479: The member notices page doesn't display dates in the syspref format Bug 9479: FIX conflict with Bug 9014 But 9791: Remove single pixel on datatable tables Bug 9877: Followup: FIX if the table is empty. Bug 9894: Add labels for checkboxes Bug 9984: Remove server-side sort on the hold ratios table Bug 9903: Followup: use the KohaDates T::T plugin to display dates. Bug 10070: Anonymous search history is not being set in the cookie Bug 10088: FIX adding an order from a staged file. Bug 10145: The acquisition details block is badly placed. Bug 10053: borrowers.branchcode cannot be null Bug 6506: Followup add warning in the system information tab. Bug 10070: revert previous changes Bug 10044: Remove duplicate pagination on the pending orders page. Julian Maurice (3): Bug 8746: rebuild_zebra_sliced.sh now export/index records as MARCXML Bug 8746: Fix indexation in DOM index mode Bug 8746 [Follow-up] Replace == by eq in string comparison Karam Qubsi (6): Bug 9956 : Add translators to the about page Bug 8061: Follow up - RTL CSS overrides (staff client) Bug 8061: Follow Up (Opac-Prog) - enhancement to D Ruth's patch Bug 10017: Fix CSS for right-to-left in CCSR theme Bug 10017: Follow up OPAC-CCSR-Right-to-left-css Bug 10017: Follow up handling with the multi libraries pref active Katrin Fischer (14): Bug 9697: Follow-up - making QA script and tests happy Bug 9534: Follow-up - Fixing directive inside HTML tag Bug 8200: Follow up - Removing unused file stats.pl Bug 10046: Standardize terms used in invoices Bug 8294: Fix display of serial enumeration for OPAC holds Bug 10023: Change degree notation for number to # Bug 10023: Change degree notation for number to No. Bug 10050: Update German web installer files for 3.12 - Mandatory Bug 10050: Update German web installer files for 3.12 - Optional Bug 10050: Update German web installer files for 3.12 - Language settings Bug 9818: Fixing capitalization and remove dollar sign Bug 8068: Standardize terms used on acquisitions statistics Bug 10045: Switch budget to fund in suggestions Bug 10040: Capitalization wrong when deleting subfields from authority Kristina D.C. Hoeppner (2): Bug 9595: Change GPL license to 3.0 Bug 2046 - Suggestions: Title Field too small Kyle M Hall (16): Bug 9930 - can't update patron info in ccsr Bug 9922 - holds queue shows home library with AutomaticReturn Bug 9928 - no way to see all purchase suggestions at all Bug 8943 - Add table sorting to labels Bug 8943 - Add table sorting to labels - Followup - Sort pulldowns in batch export. Bug 9971 - Plugins system is broken! Bug 9902 - item subfields not populating Bug 8770 - amount does not equal amountoutstanding on a fine with no payments or credits Bug 9997 - Suspected typo in patron self registration code Bug 10072 - "my suggestions" always says "There are no pending purchase suggestions." Bug 9995 - For reference items no longer listed in XSLT result lists Bug 9839 - when importing MARC records, item record not created even when set to "always add" Bug 9523: importing staged bib records hangs if a matched bib has been deleted Bug 9219 - Show damaged and lost statuses for issues on circulation.pl as they are on moremember.pl Bug 9719 - Changing the rows per page on a custom report fails if it has user supplied parameters Bug 8419 - Suspended holds appear on the daily holds queue Liz Rea (5): Bug 9745 - don't nuke translated strings in permissions on DB upgrade Bug 9534 - No way to get back to bib detail from edit record bug 4862 - Change label of Browse by subject or author to Authority search Bug 9894 - Followup: Add support for "flagged" values Bug 10006 - holding branch is not available to XSLT display Magnus Enger (10): Bug 9837 - Fix Norwegian authorized values for the web installer Bug 9752: Set marcflavour to NORMARC when NORMARC is chosen Bug 9498 - Update encoding for Norwegian sample Z39.50 servers Bug 9414 - Fix sample letters for German and Norwegian Bug 10058 - Fix unapi for NORMARC Bug 9804 - Fix name for NORMARC biblio-koha-indexdefs.xml Bug 7055 - NORMARC: Fix 008 position 15-17 and 35-37 Bug 7054 - NORMARC: Fix default for 000 position 17 Bug 8300 - Add Test::WWW::Mechanize as an optional dependency Bug 9250 - Followup to add koha-*-sip commands to koha-common.xml Marcel de Rooy (20): Bug 9498 QA Followup for updatedatabase Bug 6554 QA Followup Bug 6554: Followup for serial search Bug 6554: Followup for acquisitions Bug 6554: Followup for preferences.pl Bug 6554 Followup for circulation patron search Bug 9609: Rebuilding zebra reports double number of exported records. Bug 9986: Two fixes for Z3950 search Bug 7368: Typo in kohastructure.sql documentation line 7368 Typo in edithelp.pl warning Bug 10074: QA Followup for InstallAuth.pm Bug 10019: Fix for userid containing UTF8 chars Bug 9951: Followup for Tools Bug 9951: Followup for tools/viewlog.pl Bug 10073: Show ccode or location also if not bound to Authorized Values in XSLT Bug 9886: ParseLetter removes too often punctuation characters from fields Bug 10110: Problems with diacritics in saved SQL reports Bug 10110 Followup for Acquisition.pm Bug 7143 Followup for some new developers on about page Bug 7368: Small typo in history.txt Mason James (4): Bug 9926 - Missing perl modules in Koha Bug 9660 - OpenLibrary covers are too small on OPAC search results Bug 7853 - opac-maintanance.pl should correctly redirect back to opac-main.pl, if no updates are outstanding Bug 8745: General whitespace and tab tidy Mathieu Saby (1): Bug 9831: Correct and add authorised values un French UNIMARC installer Mirko Tietgen (1): Bug 10103 UniqueItemFields is missing from sysprefs.sql Nicole C. Engard (21): Bug 9850: Cataloging Help for 3.12 Bug 9850: Update Reports Help for 3.12 Bug 9850: Serial Help Files for 3.12 Bug 9850: Suggestion Help File for 3.12 Bug 9850: Offline Circ Help Files for 3.12 Bug 9850: Update Circ Help Files for 3.12 Bug 9850: Add Plugin Help File for 3.12 Bug 9850: Update Tools Help for 3.12 Bug 9850: FOLLOW UP: Add Missing Plugin Help for 3.12 Bug 9850: Update Stray Help Files Bug 9850: Update Authority Help Files Bug 9850: Update Label Help Files Bug 9850: Update Patron Card Help Files Bug 9850: Update Patron Help Files for 3.12 Bug 9850: Update Admin Help Files for 3.12 Bug 9850: Acq Help Files for 3.12 Bug 9850: Catalogue help files Bug 9850: Update Tags & Comments Help Bug 9850: Add missing tags help file Bug 9850: Update holds help file Bug 9850: Update Lists Help Owen Leonard (38): Bug 9881 - Remove unused tablesorter plugin from offline circulation page Bug 9797 - Untranslatable strings have returned to ajax.js Bug 9803 - question mark in cataloging not clearly a link Bug 9196 - authorities editor overlapping box Bug 9904 - Link to plugins management should not be in global navigation Bug 9697 - Replace YUI buttons on the patron cards batch edit page with Bootstrap Bug 9882 - Use DataTables on batch modifications pages Bug 9873 - Quiet errors in the log from XSLT.pm Bug 9443 [Revised] Use DataTables on MARC frameworks administration Bug 9917 - Routing list tab on patron account should depend on syspref/permission Bug 9571 [Alternate] Fix width for textareas in Edit Item screen Bug 9572 - Opac info tooltip from branches is not well positioned Bug 2835 - Inconsistent use of colon at the end of sentences Bug 9970 - Add datepicker default configuration to OPAC patron entry form Bug 9877 - Use DataTables on funds administration page Bug 9981: Handle sort1 field when duplicating patron Bug 9459 [Revised] Use DataTables on hold ratios report page Bug 9887 [Revised] Use DataTables on circulation page Bug 9905 - Use DataTables on calendar page Bug 9463 [Revised] Use DataTables on patron sent notices page Bug 9172 - Move TinyMCE library outside of language-specific directory Bug 10008 - Serials search results 'Opened' tab should be 'Open' Bug 10002 - Don't include line breaks in strings that are translated Bug 10000 - Little typo in intranet-tmpl/prog/en/modules/help/tools/letter.tt: sliip Bug 9860 [Alternate] Incorrect box heading 'Cannot check in' when a late document is returned Bug 10065 - Style invoice edit form according to standard structure Bug 10049 [Alternate] Comments tab shows ( ) instead of ( 0 ) on translated templates Bug 10026 - OPAC cart not showing location anymore Bug 9903 - Sort by date broken on patron detail page Bug 9925 - Remove unused table-pager include Bug 9766 - Remove YUI menu on budget planning page in favor of different column-hiding system Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen Bug 10115 - Hiding advanced search in Orders search tab removes plus button Bug 10153 - Patron header search form is too wide Bug 10083 - In Transit string doesn't get translated in the staff interface Bug 10111 - Layout on basket summary page a bit inconsistent Bug 9266 - Untranslated strings in tags moderation Bug 9957 - Missing cancel link on subfield editing page Peter Crellan Kelly (5): Bug 9919: Correct syntax error caused by missing comma. Bug 9863: Correct casing and add arrow-heads for consistency with earlier submit messages. Bug 9885 Passwords generated by command line scripts are weak Bug 6506: When AnonymousPatron not set, deletion of issue history silently failed. Bug 6506: Correct CSS class name. Robin Sheat (4): Bug 9918 - Changelog updates for 3.12 Bug 9918 - build script updates, default to building 3.12 Bug 10061 - Fix tinymce path references broken by bug 9172 Bug 9250 - [SIGNED-OFF] provide commands to manage the SIP server Stefano Bargioni (1): Bug 10093 - Typo in marc21_leader.tt Thatcher Rea (1): Bug 9908 - Fixing OCLC Connexion Client Tomas Cohen Arazi (16): Bug 9812 - Forbid access to several files through the browser Bug 9894 - (3.12) de-serialize the 'hidden' value for subfields in frameworks Bug 9894 - (3.12) Small followup Bug 10042 - Minor typo ("Communnity") in packages docs Bug 10074 - Encoding problems at login time Bug 10074 - Encoding problems for installer Bug 10107 - opacbookbag shouldn't prevent from adding items to a list in the OPAC Bug 9659 - Better handling of non-existent authorised value categories used in SQL reports Bug 9659 - QA Follow up: Unit tests Bug 10149 - koha-restart-zebra error handling (rewording) Bug 10144 - koha-start-zebra error handling Bug 10104 - make koha-disable more robust Bug 10104 - Followup: fix param check Bug 10101 - make koha-enable more robust Bug 10101 - Follwup: fix param check Bug 10041 - Provide a koha-translate script to aid package users on installing translations Will Stokes (1): Bug 7938: Added description of -v/--verbose parameter ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 3 00:01:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 22:01:34 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10150 created. v3.12.00-beta1-463-g31b43ac Message-ID: This is an automated email from the git hooks/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_10150 has been created at 31b43ac1fe6830426c80988b93bc15d0fa88e79a (commit) - Log ----------------------------------------------------------------- commit 31b43ac1fe6830426c80988b93bc15d0fa88e79a Author: Tomas Cohen Arazi Date: Mon Apr 29 12:29:40 2013 -0300 Bug 10150 - koha-email-disable error handling koha-email-disable now - Checks the instance exists. - Checks if email is already disabled. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Galen Charlton ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 3 00:02:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 22:02:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-463-g31b43ac Message-ID: This is an automated email from the git hooks/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 31b43ac1fe6830426c80988b93bc15d0fa88e79a (commit) from fa69f553eebbe671760cef93d869e24d4dc243a5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-email-disable.xml | 4 +- debian/scripts/koha-email-disable | 81 ++++++++++++++++++++++++++++++----- 2 files changed, 71 insertions(+), 14 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 3 00:12:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 22:12:02 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10084 created. v3.12.00-beta1-464-gbe1770f Message-ID: This is an automated email from the git hooks/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_10084 has been created at be1770ffccdff54f3140f3af7f7f1d026c46e05a (commit) - Log ----------------------------------------------------------------- commit be1770ffccdff54f3140f3af7f7f1d026c46e05a Author: Tomas Cohen Arazi Date: Fri Apr 19 15:14:17 2013 -0300 Bug 10084 - YUI path wrong in CCSR theme with packages Bug 9052 fixed this for prog, CCSR was left aline in the dark (it's friday). Regards To+ Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Chris Cormack Worked fine in my test package, good work Tomas Signed-off-by: Mason James Signed-off-by: Galen Charlton ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 3 00:12:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 02 May 2013 22:12:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-464-gbe1770f Message-ID: This is an automated email from the git hooks/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 be1770ffccdff54f3140f3af7f7f1d026c46e05a (commit) from 31b43ac1fe6830426c80988b93bc15d0fa88e79a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/rules | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 3 16:54:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 May 2013 14:54:07 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-465-g92f289e Message-ID: This is an automated email from the git hooks/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 92f289e9a19a61ca2bd509a0f251b13de5e4c773 (commit) from be1770ffccdff54f3140f3af7f7f1d026c46e05a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 92f289e9a19a61ca2bd509a0f251b13de5e4c773 Author: Galen Charlton Date: Fri May 3 07:58:50 2013 -0700 Complete revert of 6554 One line wasn't caught by the initial revert. Thanks to Jonathan Druart for catching this. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Output.pm | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat May 4 01:20:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 03 May 2013 23:20:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-2-g7d37655 Message-ID: This is an automated email from the git hooks/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 7d37655afb3c22884eb3139940e2e7261c23da4d (commit) via 72961866afc155327dee10d1a2c4dfbac9075159 (commit) from a49de5a5b3ccb55a4746c03b9a9bf22fc16cf50e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7d37655afb3c22884eb3139940e2e7261c23da4d Author: Tomas Cohen Arazi Date: Fri Apr 19 15:14:17 2013 -0300 Bug 10084 - YUI path wrong in CCSR theme with packages Bug 9052 fixed this for prog, CCSR was left aline in the dark (it's friday). Regards To+ Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Chris Cormack Worked fine in my test package, good work Tomas Signed-off-by: Mason James Signed-off-by: Galen Charlton (cherry picked from commit be1770ffccdff54f3140f3af7f7f1d026c46e05a) Signed-off-by: Jared Camins-Esakov commit 72961866afc155327dee10d1a2c4dfbac9075159 Author: Tomas Cohen Arazi Date: Mon Apr 29 12:29:40 2013 -0300 Bug 10150 - koha-email-disable error handling koha-email-disable now - Checks the instance exists. - Checks if email is already disabled. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Galen Charlton (cherry picked from commit 31b43ac1fe6830426c80988b93bc15d0fa88e79a) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-email-disable.xml | 4 +- debian/rules | 16 ++++---- debian/scripts/koha-email-disable | 81 ++++++++++++++++++++++++++++++----- 3 files changed, 79 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 6 14:15:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 May 2013 12:15:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10176 created. v3.12.00-beta1-463-g2d29440 Message-ID: This is an automated email from the git hooks/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_10176 has been created at 2d29440c5ade462bf6939f2ab32b5ec9c2c1b377 (commit) - Log ----------------------------------------------------------------- commit 2d29440c5ade462bf6939f2ab32b5ec9c2c1b377 Author: Karam Qubsi Date: Sat May 4 23:44:57 2013 +0300 Bug 10176: Solve the Invalid URLs in 'Refine Search Results' when it uses UNICODE symbols I just add use utf8; to the Search.pm and the problem was solved . Test plan : 1- Add bib records with non-latin characters 2- search for some of these records 3- try to refine your search using Subject / Author Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work fixing URLs in facets. Now they work correctly. No errors. Signed-off-by: Katrin Fischer Passes all tests and QA script. I tested facets with the 22 Arabic records provided on bug 9579 successfully. Before the patch the links are not correct, after applying the patch the links work as expected. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 6 14:18:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 May 2013 12:18:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10183 created. v3.12.00-beta1-465-gd485dbe Message-ID: This is an automated email from the git hooks/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_10183 has been created at d485dbe275a209816b82029924a4143a1d166949 (commit) - Log ----------------------------------------------------------------- commit d485dbe275a209816b82029924a4143a1d166949 Author: Jonathan Druart Date: Fri May 3 14:37:46 2013 +0200 Bug 10183: Remove single pixel on the serials collection page Test plan: Go on the serials collection page Check that the single pixels before and after the table have disappeared. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Pixels are removed, table functions work as before. Signed-off-by: Jared Camins-Esakov commit d815a837b60db29c00254b005094eb9646ce99e1 Merge: fa69f55 2d29440 Author: Jared Camins-Esakov Date: Mon May 6 08:22:39 2013 -0400 Merge branch 'bug_10176' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 6 14:32:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 May 2013 12:32:10 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10166 created. v3.12.00-beta1-468-g5c95223 Message-ID: This is an automated email from the git hooks/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_10166 has been created at 5c9522382c83f078692051fa572c56b21b54fa77 (commit) - Log ----------------------------------------------------------------- commit 5c9522382c83f078692051fa572c56b21b54fa77 Author: Jared Camins-Esakov Date: Mon May 6 08:35:00 2013 -0400 Bug 10166: Increment holdable counter The $anyholdable variable was set to 0 or 1. However, as it is set in a loop, and future changes to the opac-reserve.pl script may require knowing how many items the patron is going to place a hold on, it makes more sense to treat $anyholdable as a counter. This follow up turns it into one. Signed-off-by: Jared Camins-Esakov commit 8016d2bd0d2d45ee0777469d28d988f2794575fb Author: Owen Leonard Date: Wed May 1 14:22:50 2013 -0400 Bug 10166 - Can't place holds on multiple titles if one or more are un-holdable opac-reserve.pl tries to check whether all selected titles in a multiple-hold batch are unavailable to be placed on hold. However, the logic is flawed in such a way that if the last item in the batch cannot be placed on hold the script assumes none can be placed on hold. This patch modifies the way the script tracks the "no titles available for holds" variable in order to correct the error. To test, place multiple holds by selecting titles from a list of search results. Test three conditions: - All titles are available to be placed on hold You should see no onscreen warnings, and all titles should be selectable on the place hold screen. A "Place hold" button should appear at the bottom. - Some titles can be placed on hold, some cannot The titles which can be placed on hold should be selectable. Titles which cannot be placed on hold should show a warning message. A "Place hold" button should appear at the bottom. - No titles can be placed on hold "Sorry, none of these items can be placed on hold." should appear at the top of the page. All titles should appear with warning messages. There should be no "Place hold" button. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer All tests and QA script pass. Signed-off-by: Jared Camins-Esakov commit 539aa7ddb44a81f793e98d79284714aab274b810 Merge: d815a83 d485dbe Author: Jared Camins-Esakov Date: Mon May 6 08:24:59 2013 -0400 Merge branch 'bug_10183' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 6 14:43:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 May 2013 12:43:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8896 created. v3.12.00-beta1-471-ge5b467e Message-ID: This is an automated email from the git hooks/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_8896 has been created at e5b467e81f494857a0831fe0d4f9ad94127a91bb (commit) - Log ----------------------------------------------------------------- commit e5b467e81f494857a0831fe0d4f9ad94127a91bb Author: Marcel de Rooy Date: Thu Apr 11 12:48:26 2013 +0200 Bug 8896 QA Followup for regex Making sure that the regex does not kill more than it should. Amended: does now only look at separating colons(;) not commas(,). Amended: two index expressions in direct context replaced by same regex for consistency. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit ccc7f535cb585352b2e933c1e5694e1d6e06d38b Author: Lyon3 Team Date: Mon Apr 8 11:14:09 2013 +0200 Bug 8896: Delete serials no more missing from missinglist When manual history is disabled in subscription history section if a serial has been previously set as missing and is received or set as expected, late or claimed, it will be deleted from missinglist Signed-off-by: Marcel de Rooy Regex needs a followup. More comments on Bugzilla. Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit f85fb5e5ed32469c9eb261803be7211694423e36 Merge: 539aa7d 5c95223 Author: Jared Camins-Esakov Date: Mon May 6 08:38:33 2013 -0400 Merge branch 'bug_10166' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 6 14:47:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 May 2013 12:47:03 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-8-gcb9af9d Message-ID: This is an automated email from the git hooks/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 cb9af9d0e667dcdebfdc89e77bdb8fdc2598493d (commit) via e5d5129541625ce5cdb16a14089895b245ebe57d (commit) via 12b5aa1b6ff9c5b1b8e00b40cd54d7128782bcc4 (commit) via ec4fb01127809af2eae4850e3d2da99b34e2b0cd (commit) via e243f5e9e351d9b0621b59dc19ab4afc794a6e39 (commit) via ff7dc4ec4a7e7034ccab5f31e3a7de7f686475ba (commit) from 7d37655afb3c22884eb3139940e2e7261c23da4d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cb9af9d0e667dcdebfdc89e77bdb8fdc2598493d Author: Marcel de Rooy Date: Thu Apr 11 12:48:26 2013 +0200 Bug 8896 QA Followup for regex Making sure that the regex does not kill more than it should. Amended: does now only look at separating colons(;) not commas(,). Amended: two index expressions in direct context replaced by same regex for consistency. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit e5b467e81f494857a0831fe0d4f9ad94127a91bb) Signed-off-by: Jared Camins-Esakov commit e5d5129541625ce5cdb16a14089895b245ebe57d Author: Lyon3 Team Date: Mon Apr 8 11:14:09 2013 +0200 Bug 8896: Delete serials no more missing from missinglist When manual history is disabled in subscription history section if a serial has been previously set as missing and is received or set as expected, late or claimed, it will be deleted from missinglist Signed-off-by: Marcel de Rooy Regex needs a followup. More comments on Bugzilla. Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit ccc7f535cb585352b2e933c1e5694e1d6e06d38b) Signed-off-by: Jared Camins-Esakov commit 12b5aa1b6ff9c5b1b8e00b40cd54d7128782bcc4 Author: Jared Camins-Esakov Date: Mon May 6 08:35:00 2013 -0400 Bug 10166: Increment holdable counter The $anyholdable variable was set to 0 or 1. However, as it is set in a loop, and future changes to the opac-reserve.pl script may require knowing how many items the patron is going to place a hold on, it makes more sense to treat $anyholdable as a counter. This follow up turns it into one. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 5c9522382c83f078692051fa572c56b21b54fa77) Signed-off-by: Jared Camins-Esakov commit ec4fb01127809af2eae4850e3d2da99b34e2b0cd Author: Owen Leonard Date: Wed May 1 14:22:50 2013 -0400 Bug 10166 - Can't place holds on multiple titles if one or more are un-holdable opac-reserve.pl tries to check whether all selected titles in a multiple-hold batch are unavailable to be placed on hold. However, the logic is flawed in such a way that if the last item in the batch cannot be placed on hold the script assumes none can be placed on hold. This patch modifies the way the script tracks the "no titles available for holds" variable in order to correct the error. To test, place multiple holds by selecting titles from a list of search results. Test three conditions: - All titles are available to be placed on hold You should see no onscreen warnings, and all titles should be selectable on the place hold screen. A "Place hold" button should appear at the bottom. - Some titles can be placed on hold, some cannot The titles which can be placed on hold should be selectable. Titles which cannot be placed on hold should show a warning message. A "Place hold" button should appear at the bottom. - No titles can be placed on hold "Sorry, none of these items can be placed on hold." should appear at the top of the page. All titles should appear with warning messages. There should be no "Place hold" button. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer All tests and QA script pass. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 8016d2bd0d2d45ee0777469d28d988f2794575fb) Signed-off-by: Jared Camins-Esakov commit e243f5e9e351d9b0621b59dc19ab4afc794a6e39 Author: Jonathan Druart Date: Fri May 3 14:37:46 2013 +0200 Bug 10183: Remove single pixel on the serials collection page Test plan: Go on the serials collection page Check that the single pixels before and after the table have disappeared. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Pixels are removed, table functions work as before. Signed-off-by: Jared Camins-Esakov (cherry picked from commit d485dbe275a209816b82029924a4143a1d166949) Signed-off-by: Jared Camins-Esakov commit ff7dc4ec4a7e7034ccab5f31e3a7de7f686475ba Author: Karam Qubsi Date: Sat May 4 23:44:57 2013 +0300 Bug 10176: Solve the Invalid URLs in 'Refine Search Results' when it uses UNICODE symbols I just add use utf8; to the Search.pm and the problem was solved . Test plan : 1- Add bib records with non-latin characters 2- search for some of these records 3- try to refine your search using Subject / Author Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work fixing URLs in facets. Now they work correctly. No errors. Signed-off-by: Katrin Fischer Passes all tests and QA script. I tested facets with the 22 Arabic records provided on bug 9579 successfully. Before the patch the links are not correct, after applying the patch the links work as expected. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 2d29440c5ade462bf6939f2ab32b5ec9c2c1b377) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 2 +- C4/Serials.pm | 16 ++++++++-------- .../prog/en/modules/serials/serials-collection.tt | 1 + opac/opac-reserve.pl | 10 ++++------ 4 files changed, 14 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 6 14:47:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 06 May 2013 12:47:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-476-gaf6fa24 Message-ID: This is an automated email from the git hooks/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 af6fa247fd2c1340a9becb81794674b3e7ee9da7 (commit) via b40febb4ba63f94e9d5a5198789b083868b7040b (commit) via e5b467e81f494857a0831fe0d4f9ad94127a91bb (commit) via ccc7f535cb585352b2e933c1e5694e1d6e06d38b (commit) via f85fb5e5ed32469c9eb261803be7211694423e36 (commit) via 5c9522382c83f078692051fa572c56b21b54fa77 (commit) via 8016d2bd0d2d45ee0777469d28d988f2794575fb (commit) via 539aa7ddb44a81f793e98d79284714aab274b810 (commit) via d485dbe275a209816b82029924a4143a1d166949 (commit) via d815a837b60db29c00254b005094eb9646ce99e1 (commit) via 2d29440c5ade462bf6939f2ab32b5ec9c2c1b377 (commit) from 92f289e9a19a61ca2bd509a0f251b13de5e4c773 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit af6fa247fd2c1340a9becb81794674b3e7ee9da7 Merge: b40febb 92f289e Author: Jared Camins-Esakov Date: Mon May 6 08:54:25 2013 -0400 Merge branch 'master' of git://git.koha-community.org/koha into 3.14-master commit b40febb4ba63f94e9d5a5198789b083868b7040b Merge: f85fb5e e5b467e Author: Jared Camins-Esakov Date: Mon May 6 08:50:15 2013 -0400 Merge branch 'bug_8896' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 2 +- C4/Serials.pm | 16 ++++++++-------- .../prog/en/modules/serials/serials-collection.tt | 1 + opac/opac-reserve.pl | 10 ++++------ 4 files changed, 14 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 8 09:29:56 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 May 2013 07:29:56 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-54-ged918e3 Message-ID: This is an automated email from the git hooks/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 ed918e3248bf2a93759905189d9a0b90cb757665 (commit) via 13fe27eaa15696900cebdd1899f005956231b1cc (commit) via 64f8eeb86585f7951e15d7476c7fe0acbae14335 (commit) from 70f32c0d3f0883167359242a9d54492e612f3f49 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ed918e3248bf2a93759905189d9a0b90cb757665 Author: Chris Cormack Date: Sun Apr 28 10:21:17 2013 +1200 Bumping database version number commit 13fe27eaa15696900cebdd1899f005956231b1cc Author: Kristina D.C. Hoeppner Date: Fri Mar 29 15:04:42 2013 +1300 Bug 2046 - Suggestions: Title Field too small Increase both on staff and OPAC interface from 80 to 255 characters to be saved in the database. Shown will be 80 characters. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Clean patch, workes as described. To test: - Apply patch and run database update - Check that the column in the database is now varchar(255) - Enter a new suggestion in the OPAC - Edit this suggestion in staff - Confirm form has the new max value set commit 64f8eeb86585f7951e15d7476c7fe0acbae14335 Author: Stefano Bargioni Date: Fri Apr 26 11:18:52 2013 +0200 Bug 10093 - Typo in marc21_leader.tt fixed a typo in marc 21 leader builder about the value 'b', Serial component part Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Good catch. Template change only. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 8 ++++++++ .../cataloguing/value_builder/marc21_leader.tt | 2 +- .../prog/en/modules/suggestion/suggestion.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-suggestions.tt | 2 +- kohaversion.pl | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 8 09:30:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 May 2013 07:30:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-11-g2d79c84 Message-ID: This is an automated email from the git hooks/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 2d79c840351885f670432b6453d1734ac21fcd6c (commit) from 5ad048bb78b560ca821f4531e62c545d76999855 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2d79c840351885f670432b6453d1734ac21fcd6c Author: Stefano Bargioni Date: Fri Apr 26 11:18:52 2013 +0200 Bug 10093 - Typo in marc21_leader.tt fixed a typo in marc 21 leader builder about the value 'b', Serial component part Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Good catch. Template change only. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../cataloguing/value_builder/marc21_leader.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 8 09:49:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 May 2013 07:49:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-13-gd1a8452 Message-ID: This is an automated email from the git hooks/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 d1a845261c43188e5d8923b7635c3422f06b0fd8 (commit) via 2247bf6907ee6fb90e614c83e2932d018925a9a9 (commit) from 2d79c840351885f670432b6453d1734ac21fcd6c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d1a845261c43188e5d8923b7635c3422f06b0fd8 Author: Fridolyn SOMERS Date: Wed Apr 10 12:37:54 2013 +0200 Bug 10022 - Multiple tags moderation doesn't work on translated page When using a translated intranet, tags moderation using checkboxes and a submit button doesn't work. You get a message "Unknown Operation on x Term(s)" (translated of course). This patch corrects by using name="op-[operation]" instead of name="op" in each submit input. Test plan : - Create a new tag on a record - Go to tags moderation in Tools => You should see your tag in pending terms - Click on checkbox - Click on Approve or Reject submit button at the bottom of the table => Without patch the tag is still pending => With patch operation is well performed, tag is not pending - Test "Check lists" form - Test Approve and Reject buttons from "Actions" column Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 2247bf6907ee6fb90e614c83e2932d018925a9a9 Author: Edmund Balnaves Date: Mon Apr 15 11:08:06 2013 +1000 Bug 8264 - local cover images not working in IE8 [ prog ] [Patch submitted by David Cook] Edmund, rather than myself, was the author of this patch, so I'm not entirely sure about his code choices, but...it looks like IE must process images differently than other browsers. It seems to me that the images are not appearing in IE, because they're being regarded as incomplete or having 0/NULL natural width. This patch simply introduces a try/catch hack where it tries to add the image and remove any "no-image" elements even nwhen the image is considered incomplete/width of 0/NULL. It won't do this if it catches any errors, although I'm not sure that any errors would be caught with this set up anyway... It's certainly not the ideal solution, but it's a solution. To Test: Before applying the patch: 1) Use IE and FF/Chrome/other browser to view a record with local images attached 2) Note that the local images appear in FF/Chrome/other, but not in IE Apply patch. After applying the patch: 1) Repeat step 1 from above 2) Note that the local images now appear in all browsers as they should. -- As I mentioned before, this seems like a real suboptimal solution. Any ideas on why IE might be considering local images to be incomplete or having 0/NULL natural width? Signed-off-by: David Cook Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer I did a regression test using Chromium and Firefox in Ubuntu. I checked both prog and CCSR - covers displayed nicely. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov Changed author of patch to reflect actual authorship. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: koha-tmpl/intranet-tmpl/prog/en/js/localcovers.js | 7 +++++++ .../intranet-tmpl/prog/en/modules/tags/review.tt | 6 +++--- koha-tmpl/opac-tmpl/prog/en/js/localcovers.js | 7 +++++++ tags/review.pl | 7 ++++++- 4 files changed, 23 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 8 09:49:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 May 2013 07:49:30 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-58-gea3005f Message-ID: This is an automated email from the git hooks/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 ea3005fa49ffc4699e697d925e6828ed8f602101 (commit) via bdf07b45f9b1593caaf0c65190a3a51c669e51f1 (commit) via ed0298ec0c610214e6fe311d4b6bfe5d50a33375 (commit) via 09a227e7e9a6cb19dd1909acbe4b7b19d95c1a7e (commit) from ed918e3248bf2a93759905189d9a0b90cb757665 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ea3005fa49ffc4699e697d925e6828ed8f602101 Author: Fridolyn SOMERS Date: Wed Apr 10 12:37:54 2013 +0200 Bug 10022 - Multiple tags moderation doesn't work on translated page When using a translated intranet, tags moderation using checkboxes and a submit button doesn't work. You get a message "Unknown Operation on x Term(s)" (translated of course). This patch corrects by using name="op-[operation]" instead of name="op" in each submit input. Test plan : - Create a new tag on a record - Go to tags moderation in Tools => You should see your tag in pending terms - Click on checkbox - Click on Approve or Reject submit button at the bottom of the table => Without patch the tag is still pending => With patch operation is well performed, tag is not pending - Test "Check lists" form - Test Approve and Reject buttons from "Actions" column Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit bdf07b45f9b1593caaf0c65190a3a51c669e51f1 Author: Jared Camins-Esakov Date: Mon Apr 29 12:32:48 2013 -0400 Bug 10152: Default sorting wrong in parcels.pl When you are receiving an order, the list of existing invoices should appear in reverse chronological order. Unfortunately, right now it appears in regular chronological order. To test: 1) Make sure you have multiple invoices that have varying shipment dates for a vendor. We will assume this vendor is called "Example Vendor." 2) Choose the "Receive shipments" button on the Example Vendor page. 3) Note that the invoices are sorted by regular chronological order. 4) Apply patch. 5) Refresh "Receive shipment" page. Note that invoices are now sorted in reverse chronological order. 6) Sign off. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit ed0298ec0c610214e6fe311d4b6bfe5d50a33375 Author: Owen Leonard Date: Mon Apr 29 12:34:10 2013 -0400 Bug 10153 - Patron header search form is too wide The patron header search form is now too wide to display correctly on screens smaller than about 1110px. This patch groups the previously shown-by-default choices with the hidden additional search parameters. To test, apply the patch and view any page which includes the patron header search include, for example members/members-home.pl. Additional search options should be hidden by default. Clicking "[+]" should show all additional options: Search fields, search type, order by, library, and category. Signed-off-by: Nicole C. Engard Works for me. Signed-off-by: Katrin Fischer Passes all tests and QA script. I like this change. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 09a227e7e9a6cb19dd1909acbe4b7b19d95c1a7e Author: Edmund Balnaves Date: Mon Apr 15 11:08:06 2013 +1000 Bug 8264 - local cover images not working in IE8 [ prog ] [Patch submitted by David Cook] Edmund, rather than myself, was the author of this patch, so I'm not entirely sure about his code choices, but...it looks like IE must process images differently than other browsers. It seems to me that the images are not appearing in IE, because they're being regarded as incomplete or having 0/NULL natural width. This patch simply introduces a try/catch hack where it tries to add the image and remove any "no-image" elements even nwhen the image is considered incomplete/width of 0/NULL. It won't do this if it catches any errors, although I'm not sure that any errors would be caught with this set up anyway... It's certainly not the ideal solution, but it's a solution. To Test: Before applying the patch: 1) Use IE and FF/Chrome/other browser to view a record with local images attached 2) Note that the local images appear in FF/Chrome/other, but not in IE Apply patch. After applying the patch: 1) Repeat step 1 from above 2) Note that the local images now appear in all browsers as they should. -- As I mentioned before, this seems like a real suboptimal solution. Any ideas on why IE might be considering local images to be incomplete or having 0/NULL natural width? Signed-off-by: David Cook Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer I did a regression test using Chromium and Firefox in Ubuntu. I checked both prog and CCSR - covers displayed nicely. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov Changed author of patch to reflect actual authorship. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: acqui/parcels.pl | 2 +- .../prog/en/includes/patron-search.inc | 73 ++++++++++---------- koha-tmpl/intranet-tmpl/prog/en/js/localcovers.js | 7 ++ .../intranet-tmpl/prog/en/modules/tags/review.tt | 6 +- koha-tmpl/opac-tmpl/prog/en/js/localcovers.js | 7 ++ tags/review.pl | 7 ++- 6 files changed, 61 insertions(+), 41 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 8 15:37:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 May 2013 13:37:44 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9961 created. v3.12.00-beta1-477-g8c6fe63 Message-ID: This is an automated email from the git hooks/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_9961 has been created at 8c6fe639b812665339a2cd84083f8c75d3957fdd (commit) - Log ----------------------------------------------------------------- commit 8c6fe639b812665339a2cd84083f8c75d3957fdd Author: Jared Camins-Esakov Date: Thu May 2 11:53:36 2013 -0400 Bug 9961: Add truncation support to QP driver The original implementation of QueryParser did not handle truncation based on the QueryAutoTruncate system preference. This patch adds support. To test: 1) Apply patch. 2) Turn on UseQueryParser. 3) Set QueryAutoTruncate to "automatically." 4) Search for "har". Note that it returns results with words like "Harry" (i.e. with right truncation). 5) Search for "har*". Note that it still returns results with right truncation. 6) Set QueryAutoTruncate to "only when * is added." 7) Search for "har". Note that it returns only records that have the exact word "har" in them (most likely there will be none unless you have Hebrew items). 8) Search for "har*". Note that once again it returns results for "Harry" (i.e. right truncated results). 9) Sign off. This patch also reindents a hash in Koha/QueryParser/Driver/PQF.pm because it was hard to read before. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer All tests and QA script pass. Thx for fixing this Jared! Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 8 15:40:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 May 2013 13:40:54 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10204 created. v3.12.00-beta1-479-gafccbfc Message-ID: This is an automated email from the git hooks/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_10204 has been created at afccbfcce7192c6e1fcd73f137135cb5289c3d3d (commit) - Log ----------------------------------------------------------------- commit afccbfcce7192c6e1fcd73f137135cb5289c3d3d Author: Owen Leonard Date: Mon May 6 12:29:01 2013 -0400 Bug 10204 - Patron image no longer appears in the OPAC With the addition of opac-memberentry.pl to the OPAC we lost a way to display the image associated with a patron's account. This patch adds display of the patron image to opac-memberentry.pl now that opac-userdetails.pl and opac-userupdate.pl are deprecated. To test: 1. Log into the OPAC as a patron who has an image associated with their account. View the "my personal details" tab and confirm that the patron image appears with and without OPACPatronDetails enabled. 2. Log into the OPAC as a patron who has no image associated with their account. View the "my personal details" tab and confirm that the layout looks correct. 3. Turn off OPACpatronimages and confirm that the "my personal details" page looks correct. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer Tested with OpacPatronDetails and OpacPatronImags turned on/off and it's working well. Template only changes. Signed-off-by: Jared Camins-Esakov commit d406c9957d1f2a068bd0fa4bcebfc22339bd2e28 Merge: af6fa24 8c6fe63 Author: Jared Camins-Esakov Date: Wed May 8 09:44:29 2013 -0400 Merge branch 'bug_9961' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 8 15:43:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 May 2013 13:43:41 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8278 created. v3.12.00-beta1-484-gbb1b15d Message-ID: This is an automated email from the git hooks/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_8278 has been created at bb1b15d93937677aa61dbee8fce8c19846acb4d8 (commit) - Log ----------------------------------------------------------------- commit bb1b15d93937677aa61dbee8fce8c19846acb4d8 Author: Jonathan Druart Date: Mon Apr 22 16:19:01 2013 +0200 Bug 8278: build the structure with to_json instead of manually. Test plan: Same as previously. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit e75fd34e92c599da8daa7ab40ef0153acbf05bf6 Author: Owen Leonard Date: Mon Apr 15 15:09:24 2013 -0400 Bug 8278 [Follow-up] Replace YUI autocomplete in UNIMARC 210c plugin This follow-up corrects the heading of the plugin pop-up window to match the UNIMARC field it targets. To test, trigger the plugin and confirm that the pop-up window refers to 210c. Signed-off-by: Bernardo Gonzalez Kriegel Smple patch, fixes label. No errors. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 588cc04571bd4eab1878c4abcac883ebe3ad060e Author: Chris Cormack Date: Tue Apr 2 19:48:34 2013 +1300 Bug 8278 : Follow up, fixing the permissions on cataloguing/ysearch.pl Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works. No errors. Without patch and normal staff user, logged out With patch, normal staff, valid output. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 626c27baf993b8a19a7cdace902c03ae26f23da5 Author: Owen Leonard Date: Fri Mar 8 12:56:24 2013 -0500 Bug 8278 - Replace YUI autocomplete in UNIMARC 210c plugin This plugin, for pseudo-authority-control of publisher information, used YUI autocomplete to pull existing publisher data from the biblioitems table. Despite its name it is not UNIMARC-specific. It assumes publisher name data is saved in biblioitems. This patch converts the autocomplete to jQueryUI. The search script has been amended to return valid JSON. The template has been modified to enable the jQueryUI autocomplete and to add structure more consistent with other popups. To test, link the publisher name field in your MARC structure to the unimarc_field_210c_bis.pl plugin. Open a MARC record for editing and click the "tag editor" link to launch the plugin. Type the first few letters of a publisher which exists in your database. You should get an autocomplete menu of publishers which match your search. Select one and click the "choose" button to fill the field in the MARC editor. Signed-off-by: Bernardo Gonzalez Kriegel Comment: work as described. No errors. Test: link 260b to plugin. Edit record and search first letters of present editors. Men? appears and can select and fill value. Why plugin 210c_bis talk about field 225a? Signed-off-by: Katrin Fischer Plugin now works correctly for me, even when linked to 260$b in a MARC21 installation. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov commit 42ed28573e102a13d2ef46e566c2835f9d1e6e32 Merge: d406c99 afccbfc Author: Jared Camins-Esakov Date: Wed May 8 09:47:44 2013 -0400 Merge branch 'bug_10204' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 8 15:45:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 May 2013 13:45:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10156 created. v3.12.00-beta1-486-g2e103a0 Message-ID: This is an automated email from the git hooks/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_10156 has been created at 2e103a018cedc1c57d1c0db8acad6f93ab4ca428 (commit) - Log ----------------------------------------------------------------- commit 2e103a018cedc1c57d1c0db8acad6f93ab4ca428 Author: David Cook Date: Wed May 8 18:00:29 2013 +1000 Bug 10156 - Fix usr/bin/perl path for get_report_social_data.pl Currently, the perl path for get_report_social_data.pl is "#!/bin/perl" when it should be "#!/usr/bin/perl". While I'm not entirely sure how to test this, rangi did mention: 23:47 (it wouldnt work on my debian install) 23:48 zsh: no such file or directory: /bin/perl It's a pretty trivial change, so I'm not sure it needs much of a test plan. Signed-off-by: Magnus Enger Before the patch "grep -r '#!/bin/perl' in the misc dir shows one file with this line, and it is indeed get_report_social_data.pl. After the patch there are no occurrences left. Passed-QA-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov commit a1678341447a8f878ef4c594c18276babd914d07 Merge: 42ed285 bb1b15d Author: Jared Camins-Esakov Date: Wed May 8 09:50:02 2013 -0400 Merge branch 'bug_8278' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 8 15:54:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 May 2013 13:54:09 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10185 created. v3.12.00-beta1-489-g30d0674 Message-ID: This is an automated email from the git hooks/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_10185 has been created at 30d067400e6d15cd86d8b35daed4bb10438d0e2e (commit) - Log ----------------------------------------------------------------- commit 30d067400e6d15cd86d8b35daed4bb10438d0e2e Author: Julian Maurice Date: Mon May 6 06:43:50 2013 +0000 Bug 10185: Add missing columns in update 3.09.00.025 Signed-off-by: Katrin Fischer SQL only changes fixing an important database update. IMPORTANT: Patches must be backported to all versions containing the database update 3.09.00.025. I used the test plan provided by Julian with some additions: 1/ Do a fresh 3.8 install 2/ Do some reserves 3/ Check your old_reserves table is empty 4/ Update your sources to 3.10 5/ Run updatedatabase.pl 6/ Your reserves table is now empty! I made sure I had item level and title level holds, also suspended holds. I repeated the test with entries in my old_reserves table (cancelled and filled holds) to make sure this is also still working correctly. Before the patch we lost all suspended holds and when the old_reserves table was empty also all holds in general. After the patch the reserve_id is added but the other data in both tables is not altered. NOTE: Adding the reserve_id first to old_reserves and then to reserves we are missing one id in between. old_reserves: 1,2,3 reserves: 5,6 Signed-off-by: Jared Camins-Esakov commit 37c52367b08f30514483b02a387cb5a463ea15d0 Author: Julian Maurice Date: Fri May 3 17:20:17 2013 +0200 Bug 10185: Fix update 3.09.00.025 It can remove all reserves from reserves table when there is no entries in old_reserves. This is due to @ai which is set to NULL in SET @ai = ( SELECT MAX( reserve_id ) FROM tmp_reserves ) and reserve_id > NULL returns no results in INSERT INTO reserves SELECT * FROM tmp_reserves WHERE reserve_id > @ai Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Test plan and comments on second patch. Signed-off-by: Jared Camins-Esakov commit 4bd9406309933be5c6a5a9dcee651978a42ba8fb Merge: a167834 2e103a0 Author: Jared Camins-Esakov Date: Wed May 8 09:52:28 2013 -0400 Merge branch 'bug_10156' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 8 15:57:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 May 2013 13:57:07 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9681 created. v3.12.00-beta1-492-g5a9a82d Message-ID: This is an automated email from the git hooks/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_9681 has been created at 5a9a82dcc3ebdb3b7f130edbfb8c6ef67f97eb68 (commit) - Log ----------------------------------------------------------------- commit 5a9a82dcc3ebdb3b7f130edbfb8c6ef67f97eb68 Author: Jared Camins-Esakov Date: Wed May 8 10:03:26 2013 -0400 Bug 9681: Increment version number Database update for bug 9681 has been given version 3.11.00.301 commit 68ff49bb7d982737c41a225cd697b8fb60d0b4ab Author: Paul Poulain Date: Mon May 6 15:06:47 2013 +0200 Bug 9681: Add some indexes in database Some table columns should have an index to speed SQL queries : - statistics table has only one index (used to make heavy queries for reports) - itemtype should have an index in items and biblioitems (this is used in circulation to check the number of existing issues of a specific item type) - issue.branchcode and issue.issuingbranch Test plan : - Create a new database using kohastructure.pl => check there is no SQL error and that new indexes are present (mysql> show create table) Apply update database on a master version => check there is no SQL error and that new indexes are present (mysql> show create table) Signed-off-by: Bernardo Gonzalez Kriegel Comment: Indexes created as described. No errors. Fixing small merge conflict. Test presence of new indexes on all affected tables. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov commit 061f4a2f3444ee2cbdb0ffe661e9b75fffae27a9 Merge: 4bd9406 30d0674 Author: Jared Camins-Esakov Date: Wed May 8 10:00:53 2013 -0400 Merge branch 'bug_10185' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 8 16:01:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 May 2013 14:01:21 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-19-g978d7a9 Message-ID: This is an automated email from the git hooks/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 978d7a97323447ab4802a42cebb838cfef1a2845 (commit) via 15aa1afa7559c61be7b6a9006e2d0464135ed5e4 (commit) via 059cc4cd3ac5e40326fb8653b581a35dca585ed8 (commit) via 254173bc21043b92cecd3037962da832175bcdcc (commit) via 36e06a151c718d7d905e4cb0b8d818c0b12f3b4d (commit) via 640ab59a304fc67bc241ded052af618af3923044 (commit) via a1f5f41d526c27156523eee264254ef86a139fed (commit) via e63175d6b9874f1cd9c5d24238595db5be53c2ef (commit) via 135347db66406f5cb989de392a0851d76fc6d266 (commit) via fda21fbc28867da1043c2ef7aed1213e7cd4defd (commit) via 0742457840edf7784d5bccafaa6b6383125a53ed (commit) from cb9af9d0e667dcdebfdc89e77bdb8fdc2598493d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 978d7a97323447ab4802a42cebb838cfef1a2845 Author: Jared Camins-Esakov Date: Wed May 8 10:03:26 2013 -0400 Bug 9681: Increment version number Database update for bug 9681 has been given version 3.11.00.301 (cherry picked from commit 5a9a82dcc3ebdb3b7f130edbfb8c6ef67f97eb68) Signed-off-by: Jared Camins-Esakov commit 15aa1afa7559c61be7b6a9006e2d0464135ed5e4 Author: Paul Poulain Date: Mon May 6 15:06:47 2013 +0200 Bug 9681: Add some indexes in database Some table columns should have an index to speed SQL queries : - statistics table has only one index (used to make heavy queries for reports) - itemtype should have an index in items and biblioitems (this is used in circulation to check the number of existing issues of a specific item type) - issue.branchcode and issue.issuingbranch Test plan : - Create a new database using kohastructure.pl => check there is no SQL error and that new indexes are present (mysql> show create table) Apply update database on a master version => check there is no SQL error and that new indexes are present (mysql> show create table) Signed-off-by: Bernardo Gonzalez Kriegel Comment: Indexes created as described. No errors. Fixing small merge conflict. Test presence of new indexes on all affected tables. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov (cherry picked from commit 68ff49bb7d982737c41a225cd697b8fb60d0b4ab) Signed-off-by: Jared Camins-Esakov commit 059cc4cd3ac5e40326fb8653b581a35dca585ed8 Author: Julian Maurice Date: Mon May 6 06:43:50 2013 +0000 Bug 10185: Add missing columns in update 3.09.00.025 Signed-off-by: Katrin Fischer SQL only changes fixing an important database update. IMPORTANT: Patches must be backported to all versions containing the database update 3.09.00.025. I used the test plan provided by Julian with some additions: 1/ Do a fresh 3.8 install 2/ Do some reserves 3/ Check your old_reserves table is empty 4/ Update your sources to 3.10 5/ Run updatedatabase.pl 6/ Your reserves table is now empty! I made sure I had item level and title level holds, also suspended holds. I repeated the test with entries in my old_reserves table (cancelled and filled holds) to make sure this is also still working correctly. Before the patch we lost all suspended holds and when the old_reserves table was empty also all holds in general. After the patch the reserve_id is added but the other data in both tables is not altered. NOTE: Adding the reserve_id first to old_reserves and then to reserves we are missing one id in between. old_reserves: 1,2,3 reserves: 5,6 Signed-off-by: Jared Camins-Esakov (cherry picked from commit 30d067400e6d15cd86d8b35daed4bb10438d0e2e) Signed-off-by: Jared Camins-Esakov commit 254173bc21043b92cecd3037962da832175bcdcc Author: Julian Maurice Date: Fri May 3 17:20:17 2013 +0200 Bug 10185: Fix update 3.09.00.025 It can remove all reserves from reserves table when there is no entries in old_reserves. This is due to @ai which is set to NULL in SET @ai = ( SELECT MAX( reserve_id ) FROM tmp_reserves ) and reserve_id > NULL returns no results in INSERT INTO reserves SELECT * FROM tmp_reserves WHERE reserve_id > @ai Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Test plan and comments on second patch. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 37c52367b08f30514483b02a387cb5a463ea15d0) Signed-off-by: Jared Camins-Esakov commit 36e06a151c718d7d905e4cb0b8d818c0b12f3b4d Author: David Cook Date: Wed May 8 18:00:29 2013 +1000 Bug 10156 - Fix usr/bin/perl path for get_report_social_data.pl Currently, the perl path for get_report_social_data.pl is "#!/bin/perl" when it should be "#!/usr/bin/perl". While I'm not entirely sure how to test this, rangi did mention: 23:47 (it wouldnt work on my debian install) 23:48 zsh: no such file or directory: /bin/perl It's a pretty trivial change, so I'm not sure it needs much of a test plan. Signed-off-by: Magnus Enger Before the patch "grep -r '#!/bin/perl' in the misc dir shows one file with this line, and it is indeed get_report_social_data.pl. After the patch there are no occurrences left. Passed-QA-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit 2e103a018cedc1c57d1c0db8acad6f93ab4ca428) Signed-off-by: Jared Camins-Esakov commit 640ab59a304fc67bc241ded052af618af3923044 Author: Jonathan Druart Date: Mon Apr 22 16:19:01 2013 +0200 Bug 8278: build the structure with to_json instead of manually. Test plan: Same as previously. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov (cherry picked from commit bb1b15d93937677aa61dbee8fce8c19846acb4d8) Signed-off-by: Jared Camins-Esakov commit a1f5f41d526c27156523eee264254ef86a139fed Author: Owen Leonard Date: Mon Apr 15 15:09:24 2013 -0400 Bug 8278 [Follow-up] Replace YUI autocomplete in UNIMARC 210c plugin This follow-up corrects the heading of the plugin pop-up window to match the UNIMARC field it targets. To test, trigger the plugin and confirm that the pop-up window refers to 210c. Signed-off-by: Bernardo Gonzalez Kriegel Smple patch, fixes label. No errors. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov (cherry picked from commit e75fd34e92c599da8daa7ab40ef0153acbf05bf6) Signed-off-by: Jared Camins-Esakov commit e63175d6b9874f1cd9c5d24238595db5be53c2ef Author: Chris Cormack Date: Tue Apr 2 19:48:34 2013 +1300 Bug 8278 : Follow up, fixing the permissions on cataloguing/ysearch.pl Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works. No errors. Without patch and normal staff user, logged out With patch, normal staff, valid output. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov (cherry picked from commit 588cc04571bd4eab1878c4abcac883ebe3ad060e) Signed-off-by: Jared Camins-Esakov commit 135347db66406f5cb989de392a0851d76fc6d266 Author: Owen Leonard Date: Fri Mar 8 12:56:24 2013 -0500 Bug 8278 - Replace YUI autocomplete in UNIMARC 210c plugin This plugin, for pseudo-authority-control of publisher information, used YUI autocomplete to pull existing publisher data from the biblioitems table. Despite its name it is not UNIMARC-specific. It assumes publisher name data is saved in biblioitems. This patch converts the autocomplete to jQueryUI. The search script has been amended to return valid JSON. The template has been modified to enable the jQueryUI autocomplete and to add structure more consistent with other popups. To test, link the publisher name field in your MARC structure to the unimarc_field_210c_bis.pl plugin. Open a MARC record for editing and click the "tag editor" link to launch the plugin. Type the first few letters of a publisher which exists in your database. You should get an autocomplete menu of publishers which match your search. Select one and click the "choose" button to fill the field in the MARC editor. Signed-off-by: Bernardo Gonzalez Kriegel Comment: work as described. No errors. Test: link 260b to plugin. Edit record and search first letters of present editors. Men? appears and can select and fill value. Why plugin 210c_bis talk about field 225a? Signed-off-by: Katrin Fischer Plugin now works correctly for me, even when linked to 260$b in a MARC21 installation. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 626c27baf993b8a19a7cdace902c03ae26f23da5) Signed-off-by: Jared Camins-Esakov commit fda21fbc28867da1043c2ef7aed1213e7cd4defd Author: Owen Leonard Date: Mon May 6 12:29:01 2013 -0400 Bug 10204 - Patron image no longer appears in the OPAC With the addition of opac-memberentry.pl to the OPAC we lost a way to display the image associated with a patron's account. This patch adds display of the patron image to opac-memberentry.pl now that opac-userdetails.pl and opac-userupdate.pl are deprecated. To test: 1. Log into the OPAC as a patron who has an image associated with their account. View the "my personal details" tab and confirm that the patron image appears with and without OPACPatronDetails enabled. 2. Log into the OPAC as a patron who has no image associated with their account. View the "my personal details" tab and confirm that the layout looks correct. 3. Turn off OPACpatronimages and confirm that the "my personal details" page looks correct. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer Tested with OpacPatronDetails and OpacPatronImags turned on/off and it's working well. Template only changes. Signed-off-by: Jared Camins-Esakov (cherry picked from commit afccbfcce7192c6e1fcd73f137135cb5289c3d3d) Signed-off-by: Jared Camins-Esakov commit 0742457840edf7784d5bccafaa6b6383125a53ed Author: Jared Camins-Esakov Date: Thu May 2 11:53:36 2013 -0400 Bug 9961: Add truncation support to QP driver The original implementation of QueryParser did not handle truncation based on the QueryAutoTruncate system preference. This patch adds support. To test: 1) Apply patch. 2) Turn on UseQueryParser. 3) Set QueryAutoTruncate to "automatically." 4) Search for "har". Note that it returns results with words like "Harry" (i.e. with right truncation). 5) Search for "har*". Note that it still returns results with right truncation. 6) Set QueryAutoTruncate to "only when * is added." 7) Search for "har". Note that it returns only records that have the exact word "har" in them (most likely there will be none unless you have Hebrew items). 8) Search for "har*". Note that once again it returns results for "Harry" (i.e. right truncated results). 9) Sign off. This patch also reindents a hash in Koha/QueryParser/Driver/PQF.pm because it was hard to read before. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer All tests and QA script pass. Thx for fixing this Jared! Signed-off-by: Jared Camins-Esakov (cherry picked from commit 8c6fe639b812665339a2cd84083f8c75d3957fdd) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 5 + Koha/QueryParser/Driver/PQF.pm | 26 +++--- Koha/QueryParser/Driver/PQF/query_plan/node.pm | 4 + cataloguing/ysearch.pl | 10 ++- installer/data/mysql/kohastructure.sql | 22 +++++- installer/data/mysql/updatedatabase.pl | 59 ++++++++++++- .../value_builder/unimarc_field_210c_bis.tt | 91 ++++++++----------- .../opac-tmpl/prog/en/modules/opac-memberentry.tt | 37 +++++--- kohaversion.pl | 2 +- .../cronjobs/social_data/get_report_social_data.pl | 2 +- opac/opac-memberentry.pl | 13 +++- 11 files changed, 178 insertions(+), 93 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 8 16:01:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 08 May 2013 14:01:22 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-493-ga63695e Message-ID: This is an automated email from the git hooks/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 a63695e15f755b90cf8f06e25bc79cdb7c45989c (commit) via 5a9a82dcc3ebdb3b7f130edbfb8c6ef67f97eb68 (commit) via 68ff49bb7d982737c41a225cd697b8fb60d0b4ab (commit) via 061f4a2f3444ee2cbdb0ffe661e9b75fffae27a9 (commit) via 30d067400e6d15cd86d8b35daed4bb10438d0e2e (commit) via 37c52367b08f30514483b02a387cb5a463ea15d0 (commit) via 4bd9406309933be5c6a5a9dcee651978a42ba8fb (commit) via 2e103a018cedc1c57d1c0db8acad6f93ab4ca428 (commit) via a1678341447a8f878ef4c594c18276babd914d07 (commit) via bb1b15d93937677aa61dbee8fce8c19846acb4d8 (commit) via e75fd34e92c599da8daa7ab40ef0153acbf05bf6 (commit) via 588cc04571bd4eab1878c4abcac883ebe3ad060e (commit) via 626c27baf993b8a19a7cdace902c03ae26f23da5 (commit) via 42ed28573e102a13d2ef46e566c2835f9d1e6e32 (commit) via afccbfcce7192c6e1fcd73f137135cb5289c3d3d (commit) via d406c9957d1f2a068bd0fa4bcebfc22339bd2e28 (commit) via 8c6fe639b812665339a2cd84083f8c75d3957fdd (commit) from af6fa247fd2c1340a9becb81794674b3e7ee9da7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a63695e15f755b90cf8f06e25bc79cdb7c45989c Merge: 061f4a2 5a9a82d Author: Jared Camins-Esakov Date: Wed May 8 10:03:51 2013 -0400 Merge branch 'bug_9681' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 5 + Koha/QueryParser/Driver/PQF.pm | 26 +++--- Koha/QueryParser/Driver/PQF/query_plan/node.pm | 4 + cataloguing/ysearch.pl | 10 ++- installer/data/mysql/kohastructure.sql | 22 +++++- installer/data/mysql/updatedatabase.pl | 59 ++++++++++++- .../value_builder/unimarc_field_210c_bis.tt | 91 ++++++++----------- .../opac-tmpl/prog/en/modules/opac-memberentry.tt | 37 +++++--- kohaversion.pl | 2 +- .../cronjobs/social_data/get_report_social_data.pl | 2 +- opac/opac-memberentry.pl | 13 +++- 11 files changed, 178 insertions(+), 93 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 9 08:59:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 09 May 2013 06:59:45 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-15-g07c9a90 Message-ID: This is an automated email from the git hooks/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 07c9a90aa3c15d6de522ca16158b1e932e3921b0 (commit) via c529a16187b551e1fefb7bcee6cb7de4c1106d53 (commit) from d1a845261c43188e5d8923b7635c3422f06b0fd8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 07c9a90aa3c15d6de522ca16158b1e932e3921b0 Author: Owen Leonard Date: Tue Apr 30 14:39:48 2013 -0400 Bug 9957 - Missing cancel link on subfield editing page The subfield edit page has an edit bottom at the top of the page. Almost no other edit screens do this. It would be more consistent to put it at the bottom. Also missing is a "cancel" link. This patch fixes both issues. The patch also adds "Default" to the breadcrumbs when editing a subfield in the default framework. To test, apply the patch and edit a subfield: MARC frameworks -> MARC structure -> Subfields -> Edit. The "Save changes" button should appear at the bottom of the page alonside a "Cancel" link. Both should work correctly. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Template change only, improves consistency and works nicely. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit c529a16187b551e1fefb7bcee6cb7de4c1106d53 Author: Owen Leonard Date: Fri Apr 26 14:20:49 2013 -0400 Bug 9266 - Untranslated strings in tags moderation There are a couple of English strings in tags moderation JavaScript which are not properly enclosed in the _() function enabling translation. As a result, clicking a translated 'Approve' or 'Reject' button in the table of tags would change the button's neighbor's label to the English string. This patch corrects it. To test, apply the patch and regenerate a translation to test with. Go to Tools -> Tags and find a list of tags to moderate (pending, approved, or rejected). When you click on an 'Approve' or 'Reject' tag in the table of tags, the buttons in each Approve/Reject pair should retain their correct translated label. For instance, looking at approved tags in French: [ Approuv? ] [ Rejeter ] Clicking the "Rejetee" button should change the state to: [ Approuver ] [ Rejet?e ] Clicking "Approuver" should return the buttons to the first state. Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../en/modules/admin/marc_subfields_structure.tt | 8 +++++--- .../intranet-tmpl/prog/en/modules/tags/review.tt | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 9 09:42:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 09 May 2013 07:42:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-16-gd2b017a Message-ID: This is an automated email from the git hooks/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 d2b017a0f6b7d1ec279a7f0eff77853a184c423e (commit) from 07c9a90aa3c15d6de522ca16158b1e932e3921b0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d2b017a0f6b7d1ec279a7f0eff77853a184c423e Author: Fridolyn SOMERS Date: Fri Apr 12 17:24:17 2013 +0200 Bug 10033 - dangerous query in _koha_modify_item The SQL query build in C4::Items::_koha_modify_item performs an update on a row of items table identified by itemnumber. Actually the query is build using a hash of datas : for my $key ( keys %$item ) { $query.="$key=?,"; push @bind, $item->{$key}; } But this hash contains 'itemnumber' key, so you get an update including the primary key. It is actually harmless but may be dangerous. This patch simply skips itemnumber key in above loop. Test plan : Check you can create and modify items. Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit 598dfe27224f517fafa06df75521c623992ecbe0) Signed-off-by: Jared Camins-Esakov (cherry picked from commit ba8e383cf6835e204259063e6c18ac9c3892029b) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 9 09:42:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 09 May 2013 07:42:35 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-66-g60465fc Message-ID: This is an automated email from the git hooks/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 60465fc463618be1bb07e948ab79aaee71e14e9c (commit) via 700af3fb2131ea540a800978146493db24fb8725 (commit) via 74ea9cf2f5207e4188c6eab87e84a90f2010ac72 (commit) via bdc0d295eb200d1d31a0c5cf06e2b1f931e6dd7a (commit) via dadd6c8bba1d2bef001238d768d36b3ec1eb8381 (commit) via 242df9da930e0eff72fa71221cc1d21e5c2ef25b (commit) via e552ecd0d1e1eae2c18f908b48df17a1acc33939 (commit) via 25f4322fc12d27f3a7dbea62494f3658c68378c3 (commit) from ea3005fa49ffc4699e697d925e6828ed8f602101 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 60465fc463618be1bb07e948ab79aaee71e14e9c Author: Fridolyn SOMERS Date: Fri Apr 12 17:24:17 2013 +0200 Bug 10033 - dangerous query in _koha_modify_item The SQL query build in C4::Items::_koha_modify_item performs an update on a row of items table identified by itemnumber. Actually the query is build using a hash of datas : for my $key ( keys %$item ) { $query.="$key=?,"; push @bind, $item->{$key}; } But this hash contains 'itemnumber' key, so you get an update including the primary key. It is actually harmless but may be dangerous. This patch simply skips itemnumber key in above loop. Test plan : Check you can create and modify items. Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit 598dfe27224f517fafa06df75521c623992ecbe0) Signed-off-by: Jared Camins-Esakov (cherry picked from commit ba8e383cf6835e204259063e6c18ac9c3892029b) Signed-off-by: Chris Cormack commit 700af3fb2131ea540a800978146493db24fb8725 Author: Kyle M Hall Date: Mon Apr 15 08:39:26 2013 -0400 Bug 8419 - Suspended holds appear on the daily holds queue This bug was reintroduced by the patch for bu 5911: Transport Cost Matrix Test Plan: 1) Place a hold on a record 2) Run build_holds_queue.pl 3) Verify the hold is showing in the holds queue 4) Suspend the hold 5) Re-run build_holds_queue.pl 6) Note the hold is still in the holds queue 7) Apply patch 8) Re-run build_holds_queue.pl 9) Note the hold is no longer in the holds queue Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes test plan and QA script. Signed-off-by: Jared Camins-Esakov (cherry picked from commit d098a7c298437b2fd6ced6a8237f98f3221b810f) Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 74ea9cf2f5207e4188c6eab87e84a90f2010ac72 Author: Magnus Enger Date: Mon Apr 15 19:02:46 2013 +0200 Bug 7054 - NORMARC: Fix default for 000 position 17 Someone at the library education in Oslo told me that it would be better to have the default for 000/17 set to 1, instead of 2 as it is today. To reproduce: - Run through the Web-installer in Norwegian and choose NORMARC as the MARC dialect - Go to Home > Cataloging > Add MARC record and start to add a new record - Click in the 000 field and it should be filled with: " nam a22 2 4500" - Reload the page, then open the value builder for 000 and click on OK - 000 should get filled with the same string as above To test: - Apply the patch and repeat the steps from above. The default value for 000 should now be: " nam a22 1 4500" (Don't be confused by the 1s and the 2s. A value of 1 in position 17 means "level 2", and a value of 2 means "level 1" - that is how it is defined in the "standard": 1 = Niv? 2, iflg. Katalogiseringsregler 2 = Niv? 1, iflg. Katalogiseringsregler) Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Small changes. Didn't test in a NORMARC installaton, but trusting Magnus with this and seeing no reason why it shouldn't work. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov (cherry picked from commit 064fc8b5223b19a57c658e7ca3444df7c017a444) Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit bdc0d295eb200d1d31a0c5cf06e2b1f931e6dd7a Author: Magnus Enger Date: Mon Apr 15 19:50:19 2013 +0200 Bug 7055 - NORMARC: Fix 008 position 15-17 and 35-37 This patch does several things: - Set the default for 008/15-17 to "no " (yes, there is space at the end) - Link from 008/15-17 in the value builder to NORMARC country codes - Set the default for 008/35-37 to "nor" (by setting the DefaultLanguageField008 syspref) - Link from 008/35-37 in the value builder to NORMARC language codes - Fix a missing around field 35-37 To reproduce: - Run through the Web-installer in Norwegian and choose NORMARC as the MARC flavour - Go to Home > Cataloging > Add MARC record and add a new record - Click in the field for 008. The default should look like: 130415t xxu||||| |||| 00| 0 eng d ^^^ ^^^ - Reload the page and open the value builder for 008. Problems: - The text for 15-17 links to MARC21 country codes - The default for 15-17 is xxu - The text for 35-37 links to MARC21 language codes - The default for 35-37 is eng - If you choose e.g. "Monografier" in the top dropdown then click on "OK" the window does not close To test: - Apply the patch and run through the Web-installer again, selecting Norwegian and NORMARC - Go to Home > Cataloging > Add MARC record and add a new record - Click in the field for 008. The default should look like: 130415t no ||||| |||| 00| 0 nor d ^^^ ^^^ - Reload the page and open the value builder for 008. - Check that... - The default for 15-17 is "no " (with a space at the end) - The link goes to NORMARC country codes - The default for 35-37 is "nor" - The link goes to NORMARC language codes - Select something from the top dropdown and click "OK". Check that the window closes and that the values that are entered into the 008 field matches what you chose in the popup window. Signed-off-by: Chris Cormack Trusing Magnus is right, so testing for any regressions mainly, all good Signed-off-by: Katrin Fischer Only changes NORMARC specific plugin and system preferences files. Changes all seem logical to me. Signed-off-by: Jared Camins-Esakov Conflicts: installer/data/mysql/nb-NO/1-Obligatorisk/system_preferences.sql Signed-off-by: Chris Cormack commit dadd6c8bba1d2bef001238d768d36b3ec1eb8381 Author: David Cook Date: Tue Apr 23 12:58:19 2013 +1000 Bug 10097 - Hide framework selection when importing staged authority records Currently, when importing authority records using the "Manage staged MARC records" tool, it will show the text "Add new bibliographic records into this framework:" followed by a drop-down menu of possible frameworks. Since these are bibliographic frameworks and we're importing authority records which do not use them, we have no need to show this information. I'm proposing just a little patch to display this info only for bibliographic records. From my tests, everything seems to work fine without this text and the drop-down, although I've only uploaded one MARC21 authority record at a time. -- Test Plan: Before applying patch... 1) Find yourself an authority record. I recommend downloading your favourite author from: http://authorities.loc.gov/ 2) Stage MARC for import. Choose "Authority" as your record type. 3) Go to "Manage staged records" 4) Underneath the button "Import this batch into the catalog", you should see the text "Add new bibliographic records into this framework:" followed by a drop-down of the available frameworks. Optionally) You can also try this for bibliographic records. You'll find the same. After applying the patch... 5) Repeat steps 2 and 3. 6) Underneath the button "Import this batch into the catalog", you should just see a table listing your MARC record(s). 7) Stage MARC for import. Choose "Bibliographic" as your record type. 8) Go to "Manage staged records". 9) You should find step 4 still to be true (i.e. the "Add new bibliographic..." text should still be there). Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Small template change, passes all tests. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 242df9da930e0eff72fa71221cc1d21e5c2ef25b Author: Owen Leonard Date: Tue Apr 30 14:39:48 2013 -0400 Bug 9957 - Missing cancel link on subfield editing page The subfield edit page has an edit bottom at the top of the page. Almost no other edit screens do this. It would be more consistent to put it at the bottom. Also missing is a "cancel" link. This patch fixes both issues. The patch also adds "Default" to the breadcrumbs when editing a subfield in the default framework. To test, apply the patch and edit a subfield: MARC frameworks -> MARC structure -> Subfields -> Edit. The "Save changes" button should appear at the bottom of the page alonside a "Cancel" link. Both should work correctly. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Template change only, improves consistency and works nicely. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit e552ecd0d1e1eae2c18f908b48df17a1acc33939 Author: Owen Leonard Date: Fri Apr 26 14:20:49 2013 -0400 Bug 9266 - Untranslated strings in tags moderation There are a couple of English strings in tags moderation JavaScript which are not properly enclosed in the _() function enabling translation. As a result, clicking a translated 'Approve' or 'Reject' button in the table of tags would change the button's neighbor's label to the English string. This patch corrects it. To test, apply the patch and regenerate a translation to test with. Go to Tools -> Tags and find a list of tags to moderate (pending, approved, or rejected). When you click on an 'Approve' or 'Reject' tag in the table of tags, the buttons in each Approve/Reject pair should retain their correct translated label. For instance, looking at approved tags in French: [ Approuv? ] [ Rejeter ] Clicking the "Rejetee" button should change the state to: [ Approuver ] [ Rejet?e ] Clicking "Approuver" should return the buttons to the first state. Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 25f4322fc12d27f3a7dbea62494f3658c68378c3 Author: Owen Leonard Date: Thu Apr 25 09:34:17 2013 -0400 Bug 10111 - Layout on basket summary page a bit inconsistent Some details in the summary of basket information were not marked up consistently with others on the page. This patch makes the markup consistent for a consistent appearance. To test, view a basket in Acquisitions which is part of a basketgroup. Information should be displayed consistently for baksets in both open and closed basket groups. Signed-off-by: Mirko Tietgen Works as expected Signed-off-by: Katrin Fischer Template change only, works nicely. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/HoldsQueue.pm | 5 +++- C4/Items.pm | 1 + cataloguing/value_builder/normarc_field_008.pl | 4 +- cataloguing/value_builder/normarc_leader.pl | 4 +- .../nb-NO/1-Obligatorisk/system_preferences.sql | 2 + .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 23 ++++++++----------- .../en/modules/admin/marc_subfields_structure.tt | 8 ++++-- .../cataloguing/value_builder/normarc_field_008.tt | 7 +++-- .../intranet-tmpl/prog/en/modules/tags/review.tt | 4 +- .../prog/en/modules/tools/manage-marc-import.tt | 2 + 10 files changed, 34 insertions(+), 26 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 9 21:26:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 09 May 2013 19:26:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-77-gf729aa5 Message-ID: This is an automated email from the git hooks/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 f729aa573775269ba88e903ca23ed985cc102a2f (commit) via b9b573badc1e2652021a88a4f35d677090e6c367 (commit) via 8f95f166b4b0f8591222403933e09aa38a459622 (commit) via 6f9b6a0c8e3518e57467de4dc6f4d36472e6f557 (commit) via db418b2011ce6091c79129e47c8dc354de45474b (commit) via c4c8642a69cfa6629d87503714ca65f1a5cfd1ee (commit) via 9110f1c1ff3ce0f363a34be0cb8b9ed474fa1ba7 (commit) via 5d450fe315e1ab1e406abcf4c6ac4c0c6f097964 (commit) via 4af1b0835e46aa0a904c3061eee5d44df1ca4cad (commit) via 53d05eac9893ee6b9e70087529f427582275d2e6 (commit) via eeca0831442fa47ba5447f1cdc8a7298becad3aa (commit) from 60465fc463618be1bb07e948ab79aaee71e14e9c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f729aa573775269ba88e903ca23ed985cc102a2f Author: Tomas Cohen Arazi Date: Mon Apr 29 12:29:40 2013 -0300 Bug 10150 - koha-email-disable error handling koha-email-disable now - Checks the instance exists. - Checks if email is already disabled. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Galen Charlton (cherry picked from commit 31b43ac1fe6830426c80988b93bc15d0fa88e79a) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 72961866afc155327dee10d1a2c4dfbac9075159) Signed-off-by: Chris Cormack commit b9b573badc1e2652021a88a4f35d677090e6c367 Author: Jonathan Druart Date: Fri Apr 26 13:59:18 2013 +0200 Bug 10044: Remove duplicate pagination on the pending orders page. Test plan: Check that there is just one pagination on the pending orders page. Signed-off-by: Mathieu Saby Signed-off-by: Katrin Fischer Works and deletes the old pagination that was replaced by datatables. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 7b0b6e32d1462fab10257769c417f014b0819135) Signed-off-by: Jared Camins-Esakov (cherry picked from commit e61c1e0810528cdaf1db99a4ec70bd96e607021a) Signed-off-by: Chris Cormack commit 8f95f166b4b0f8591222403933e09aa38a459622 Author: Magnus Enger Date: Tue Mar 5 13:49:11 2013 +0100 Bug 9250 - Followup to add koha-*-sip commands to koha-common.xml The original patch for Bug 9250 did not add the new commands to debian/docs/koha-common.xml, which functions as a sort of table of contents for the real commands. This patch adds them. Signed-off-by: Robin Sheat Simple documentation patch Signed-off-by: Jared Camins-Esakov (cherry picked from commit 38b1fd99c4e3a2ae3a944c5ba0b17189da3feef5) Signed-off-by: Jared Camins-Esakov (cherry picked from commit cdfca5bb6b6a25619216e579f2cdf5bdaa14f990) Signed-off-by: Chris Cormack commit 6f9b6a0c8e3518e57467de4dc6f4d36472e6f557 Author: Robin Sheat Date: Mon Dec 10 18:57:04 2012 +1300 Bug 9250 - [SIGNED-OFF] provide commands to manage the SIP server This adds commands required to control the SIP server. These commands are: * koha-enable-sip - copies the SIP config to the sites directory * koha-start-sip - starts the SIP server processes * koha-stop-sip - stops the SIP server processes It also calls these as appropriate from the koha-common init script. To use: 1) sudo koha-enable-sip instancename 2) sudo vim /etc/koha/sites/instancename/SIPconfig.xml Do whatever is needed for your site's SIP configuration 3) sudo koha-start-sip instancename To test: 1) Build packages with this patch 2) Ensure that sudo koha-start-sip instancename doesn't do anything 3) Run sudo koha-enable-sip instancename 4) Edit /etc/koha/sites/instancename/SIPconfig.xml if needed (probably not required for testing) 5) Run sudo koha-start-sip instancename 6) Note that the sip processes are now running 7) Run sudo koha-stop-sip instancename 8) Note that the sip processes have gone 9) Reboot your Koha server 10) Note that the sip processes are back Sponsored-By: Waitaki District Council Libraries Sponsored-By: South Taranaki District Council Libraries Sponsored-By: Horowhenua District Council Libraries Sponsored-By: Rangitikei District Council Libraries Signed-off-by: Magnus Enger Works as advertised. koha-start-sip without a prior koha-enable-sip does nothing. koha-enable-sip copies the SIP config file to the instance directory. After koha-enable-sip, koha-start-sip and koha-stop-sip works as expected. After a reboot, the SIP processes are still running. I have not actually tested the SIP servers after they have been started, but assume they work the same as always. The man pages look good. The new commands should also have been added to the man page for koha-common. I'll do a followup for that. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 3dc22e7fb27162b3a461477bc40f5c38a1739516) Signed-off-by: Jared Camins-Esakov (cherry picked from commit c70fb0fcd625701d0f3d01f0c8faa17468bba54c) Signed-off-by: Chris Cormack commit db418b2011ce6091c79129e47c8dc354de45474b Author: Tomas Cohen Arazi Date: Sat Apr 13 21:10:33 2013 -0300 Bug 10041 - Provide a koha-translate script to aid package users on installing translations Until we have solved the packaging of koha template translations, provide a command that manages the installed translations in a proper way. To test, build a Debian package of current master+the patches from this bug :-D and try the many options running koha-translate --help provide. The command itself can be grabbed from a git checkout with this patch applied to test the script's funcionality. If it (and its docs) fits the package building stuff, I'll test on monday when I can be back on my workstation. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Bernardo Gonzalez Kriegel Comment: Good adition. Work as described. No errors. Copied to /usr/local/bin. No errors on install, update, remove, list and check. Passed-QA-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit 2cd5afa9741ef432a9f3ecac939c98e20d5ebfc5) Signed-off-by: Jared Camins-Esakov (cherry picked from commit cb321e5b10fc944d65d5b274e97e3506bd034396) Signed-off-by: Chris Cormack commit c4c8642a69cfa6629d87503714ca65f1a5cfd1ee Author: Tomas Cohen Arazi Date: Mon Apr 29 15:18:17 2013 -0300 Bug 10101 - Follwup: fix param check As Mason noted, there was an error on that line. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit 7d09198659c92eda7046dee0f93e4caf2ec37096) Signed-off-by: Jared Camins-Esakov (cherry picked from commit a4a270be68b7047ec6359847c1a462b7a82f6b67) Signed-off-by: Chris Cormack commit 9110f1c1ff3ce0f363a34be0cb8b9ed474fa1ba7 Author: Tomas Cohen Arazi Date: Tue Apr 23 11:03:44 2013 -0300 Bug 10101 - make koha-enable more robust koha-enable now: - checks for the existence of the instance before any other action on it. - checks if the instance is already enabled before changing stuff in the config files. - only reloads apache if it is needed! - handles more than one instance name as parameter (the code was there, a check for the cardinality of the args prevented it from working). - documents this behaviour change in the docs - doesn't break if the provided (invalid) instance name is a prefix/suffix of a real one (added -x to the relevant grep command). To test: - Aplpy the patch, build your packages - Run koha-enable on - Non existent instance (try using a prefix or a suffix of an already created one too). - Already enabled existent instance name. - Disabled instance. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit 3bca90eb0c0fc91f64f3e479ac6ab25e54d4f1aa) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 97bf5b40c9da1ba4bca114185fb0770edfaf65f1) Signed-off-by: Chris Cormack commit 5d450fe315e1ab1e406abcf4c6ac4c0c6f097964 Author: Tomas Cohen Arazi Date: Mon Apr 29 15:22:09 2013 -0300 Bug 10104 - Followup: fix param check As noted by Mason on bug 10101, the check was not working for zero arguments. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit ca118d57db383f5efebc4d53cba11ccc8af5c9a9) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 605d0a99b7d0fa91ed321c72c27111b1af7ceef4) Signed-off-by: Chris Cormack commit 4af1b0835e46aa0a904c3061eee5d44df1ca4cad Author: Tomas Cohen Arazi Date: Tue Apr 23 13:29:02 2013 -0300 Bug 10104 - make koha-disable more robust koha-disable now: - checks for the existence of the instance before any actions on it. - checks if the instance is already disabled before touching anything (warns otherwise) - only reloads apache if needed - handles more than one instance name. - changed the docs to acknowledge the previous item. To test: - Apply the patch, build your package - Run koha-disable on - Non existent instance (try names that are prefix and suffix of a valid one too please) - Already disabled instance name. - Enabled instance name. It should work as expected and warn the user on the expected wrong cases. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit b055f7d86c7772cf52c4a20d04a7e1cb0c8c19c9) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 3f03c2699062d399f3f7392acfd3e32b50cdf81a) Signed-off-by: Chris Cormack commit 53d05eac9893ee6b9e70087529f427582275d2e6 Author: Tomas Cohen Arazi Date: Mon Apr 29 10:30:08 2013 -0300 Bug 10144 - koha-start-zebra error handling koha-start-zebra now - Checks the instance exists. - Checks the instance is enabled. - Checks if the zebra daemon is already running. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit 98bde26d2571b43ecee07e017e36f45e1aa6e680) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 6f40e7ebd667fbaf850046b8b4c3246e2dd3e170) Signed-off-by: Chris Cormack commit eeca0831442fa47ba5447f1cdc8a7298becad3aa Author: Tomas Cohen Arazi Date: Mon Apr 29 11:54:27 2013 -0300 Bug 10149 - koha-restart-zebra error handling (rewording) koha-restart-zebra now - Checks the instance exists. - Checks the instance is enabled. - Checks if the zebra daemon is already running. Regards To+ Edit: - changed some wording problems. - fixed an error in parameter validation Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit cee6909c8a5c10cc534a1ebe35ec5b8cda522eab) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 6ee0d799bb9e1f08625503a1e5b4505791985d3d) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: acqui/parcel.pl | 40 +--- debian/docs/koha-common.xml | 26 ++ debian/docs/koha-disable.xml | 6 +- debian/docs/koha-email-disable.xml | 4 +- debian/docs/koha-enable-sip.xml | 57 +++++ debian/docs/koha-enable.xml | 6 +- debian/docs/koha-start-sip.xml | 53 ++++ debian/docs/koha-stop-sip.xml | 52 ++++ debian/docs/koha-translate.xml | 79 ++++++ debian/koha-common.init | 4 + debian/koha-common.install | 4 + debian/scripts/koha-disable | 82 ++++++- debian/scripts/koha-email-disable | 81 ++++++- debian/scripts/koha-enable | 80 ++++++- debian/scripts/koha-enable-sip | 38 +++ debian/scripts/koha-restart-zebra | 158 +++++++++++-- debian/scripts/koha-start-sip | 49 ++++ debian/scripts/koha-start-zebra | 126 +++++++++-- debian/scripts/koha-stop-sip | 52 ++++ debian/scripts/koha-translate | 256 ++++++++++++++++++++ .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 19 +-- 21 files changed, 1154 insertions(+), 118 deletions(-) create mode 100644 debian/docs/koha-enable-sip.xml create mode 100644 debian/docs/koha-start-sip.xml create mode 100644 debian/docs/koha-stop-sip.xml create mode 100644 debian/docs/koha-translate.xml create mode 100755 debian/scripts/koha-enable-sip create mode 100755 debian/scripts/koha-start-sip create mode 100755 debian/scripts/koha-stop-sip create mode 100755 debian/scripts/koha-translate hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 9 21:40:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 09 May 2013 19:40:59 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-81-g31a620a Message-ID: This is an automated email from the git hooks/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 31a620a9f4d4bd546fc1497e7a6bdb9bc890d5e7 (commit) via 606e694500806a89be419de1127b44538a8b50ee (commit) via 281c91c84595d6a2333eb239d20a9197aa8944ab (commit) via f180615b0f2f75fb195fa40ce215806c65da904c (commit) from f729aa573775269ba88e903ca23ed985cc102a2f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 31a620a9f4d4bd546fc1497e7a6bdb9bc890d5e7 Author: Bernardo Gonzalez Kriegel Date: Mon Apr 29 13:07:11 2013 -0300 Bug 6709 - marc21_field_006.xml and marc21_field_008.xml can't be translated This patch changes 1) structure and schema for xml files used in MARC21 006 and 008 value builders. 2) JavaScript functions used to show value builders. Xml processing is enabled in previous patch Any translatable string has been moved to an xml element, those strings that no need translation remains as xml attributes. NOTE_1: I do not include as translatable material types codes, because those values are restricted in schema definition. But this restriction can be removed. NOTE_2: Anyone with experience in XML/XSD please check the new schema definition. NOTE_3: Anyone with experience in the former and JavaScript please check xmlControlfield.js To test: 1) Apply the patch 2) Verify that 006 and 008 value builders show and work properly 3) Update translation files for your favorite language, a new set of strings must show up corresponding to names and descriptions on value builders. Note: messed up patches, sending again. Signed-off-by: Katrin Fischer All tests and QA script pass. Did regression tests on the plugins for 006 and 008 and could spot no differences in behavior of the plugins to before. Also tested the translation process and found it working nicely. Thank you for fixing this long standing translation bug! Signed-off-by: Jared Camins-Esakov (cherry picked from commit b6518e632ddf1c2e97fe9f49d9dd307a3047266b) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 9f8bf846e3fa90f261aa087aa82c721bd03e4031) Signed-off-by: Chris Cormack commit 606e694500806a89be419de1127b44538a8b50ee Author: Chris Cormack Date: Sun Apr 8 20:10:19 2012 +1200 Bug 6709 : Patch for testing translating .xml files Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Comment on second patch. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 3588e2820ebdada0befecbb698b93a9aadc8a510) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 8e5dd776f3a7927ab3b85ca46f5553c0d47314f7) Signed-off-by: Chris Cormack commit 281c91c84595d6a2333eb239d20a9197aa8944ab Author: Bernardo Gonzalez Kriegel Date: Tue Mar 26 20:50:05 2013 -0300 Bug 9358 - Followup - Fixed field plugins for MARC21 should be updated for MARC21 update #15 This little patch adds a few values and descriptions to complete value builder for marc21 008. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Follow-up works as described. XML change only. Signed-off-by: Jared Camins-Esakov (cherry picked from commit cb47df4bbbc676e29f75c1c686c9ba12e8e73b57) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 1de8e7cb1e978e7c72bd6de81be996514755bd0d) Signed-off-by: Chris Cormack commit f180615b0f2f75fb195fa40ce215806c65da904c Author: Bernardo Gonzalez Kriegel Date: Mon Jan 7 19:10:56 2013 -0300 Bug 9358 - Fixed field plugins for MARC21 should be updated for MARC21 update #15 This patch, together with 9357, fix plugins for leader, 006, 007 and 008 MARC21 fields Leader18 c and i is fixed on Bug 9357 Added missing/renamed fields on 007 Options 'o' and 'q' already present on 006 and 008, fixing spaces and removing unnecessary descriptions. To test: 1) Catalog/edit a record 2) On 007 value builder, check missing values on 008, BKS, check for example 33- Literary form, i- Letters has a description 3) Apply the patch 4) Clean your browser cache 5) On 007 value builder, new values are present On 008/6 descriptions are absent Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 67dae3abd4bbd5394c62eaeccfa67d9c0220a627) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 75b662028ae825bb2db4801132bb23707af7db53) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/js/xmlControlfield.js | 23 +- .../cataloguing/value_builder/marc21_field_006.xml | 1564 ++++++------ .../cataloguing/value_builder/marc21_field_007.tt | 301 +++- .../cataloguing/value_builder/marc21_field_008.xml | 2566 ++++++++++---------- .../cataloguing/value_builder/marc21_field_CF.xsd | 26 +- misc/translator/tmpl_process3.pl | 2 +- 6 files changed, 2394 insertions(+), 2088 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat May 11 01:08:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 10 May 2013 23:08:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-83-gf3ea66e Message-ID: This is an automated email from the git hooks/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 f3ea66e80d6f6e733866f60a657f28ce57ad086d (commit) via b0d198070ce05d8c4f54051444b9c30e7682dee2 (commit) from 31a620a9f4d4bd546fc1497e7a6bdb9bc890d5e7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f3ea66e80d6f6e733866f60a657f28ce57ad086d Author: Christophe Croullebois Date: Mon Mar 18 18:46:03 2013 +0100 Bug 9923 - correction of a bug due to bz 7129 See comments in the patch Signed-off-by: Mathieu Saby Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack commit b0d198070ce05d8c4f54051444b9c30e7682dee2 Author: Tomas Cohen Arazi Date: Fri Apr 19 15:14:17 2013 -0300 Bug 10084 - YUI path wrong in CCSR theme with packages Bug 9052 fixed this for prog, CCSR was left aline in the dark (it's friday). Regards To+ Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Chris Cormack Worked fine in my test package, good work Tomas Signed-off-by: Mason James Signed-off-by: Galen Charlton (cherry picked from commit be1770ffccdff54f3140f3af7f7f1d026c46e05a) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 7d37655afb3c22884eb3139940e2e7261c23da4d) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: acqui/orderreceive.pl | 10 +++++++++- debian/rules | 16 ++++++++-------- 2 files changed, 17 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat May 11 10:14:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 11 May 2013 08:14:13 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-84-g5000709 Message-ID: This is an automated email from the git hooks/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 5000709e138318fc7143949e95c47666e2448839 (commit) from f3ea66e80d6f6e733866f60a657f28ce57ad086d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5000709e138318fc7143949e95c47666e2448839 Author: Karam Qubsi Date: Sat May 4 23:44:57 2013 +0300 Bug 10176: Solve the Invalid URLs in 'Refine Search Results' when it uses UNICODE symbols I just add use utf8; to the Search.pm and the problem was solved . Test plan : 1- Add bib records with non-latin characters 2- search for some of these records 3- try to refine your search using Subject / Author Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work fixing URLs in facets. Now they work correctly. No errors. Signed-off-by: Katrin Fischer Passes all tests and QA script. I tested facets with the 22 Arabic records provided on bug 9579 successfully. Before the patch the links are not correct, after applying the patch the links work as expected. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 2d29440c5ade462bf6939f2ab32b5ec9c2c1b377) Signed-off-by: Jared Camins-Esakov (cherry picked from commit ff7dc4ec4a7e7034ccab5f31e3a7de7f686475ba) Signed-off-by: Chris Cormack use utf8; Does not do what most people think it does, all it does is utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code IE allow Search.pm to contain utf8 chars. It does not affect any thing else From the Man Page The use utf8 pragma tells the Perl parser to allow UTF-8 in the program text in the current lexical scope (allow UTF-EBCDIC on EBCDIC based platforms). The no utf8 pragma tells Perl to switch back to treating the source text as literal bytes in the current lexical scope. Do not use this pragma for anything else than telling Perl that your script is written in UTF-8. The utility functions described below are directly usable without use utf8; . ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 12 05:08:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 May 2013 03:08:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-87-gbaa2d7f Message-ID: This is an automated email from the git hooks/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 baa2d7f049760b9ad147e6b9bbe3f2ec64fc687a (commit) via 9619fde3e9f9c9547ad2240edafccfdc30ddfd8d (commit) via ca21fa1454c6f97b6f07c594fdc9428cbd6f2075 (commit) from 5000709e138318fc7143949e95c47666e2448839 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit baa2d7f049760b9ad147e6b9bbe3f2ec64fc687a Author: David Cook Date: Wed May 8 18:00:29 2013 +1000 Bug 10156 - Fix usr/bin/perl path for get_report_social_data.pl Currently, the perl path for get_report_social_data.pl is "#!/bin/perl" when it should be "#!/usr/bin/perl". While I'm not entirely sure how to test this, rangi did mention: 23:47 (it wouldnt work on my debian install) 23:48 zsh: no such file or directory: /bin/perl It's a pretty trivial change, so I'm not sure it needs much of a test plan. Signed-off-by: Magnus Enger Before the patch "grep -r '#!/bin/perl' in the misc dir shows one file with this line, and it is indeed get_report_social_data.pl. After the patch there are no occurrences left. Passed-QA-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit 2e103a018cedc1c57d1c0db8acad6f93ab4ca428) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 36e06a151c718d7d905e4cb0b8d818c0b12f3b4d) Signed-off-by: Chris Cormack commit 9619fde3e9f9c9547ad2240edafccfdc30ddfd8d Author: Marcel de Rooy Date: Thu Apr 11 12:48:26 2013 +0200 Bug 8896 QA Followup for regex Making sure that the regex does not kill more than it should. Amended: does now only look at separating colons(;) not commas(,). Amended: two index expressions in direct context replaced by same regex for consistency. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit e5b467e81f494857a0831fe0d4f9ad94127a91bb) Signed-off-by: Jared Camins-Esakov (cherry picked from commit cb9af9d0e667dcdebfdc89e77bdb8fdc2598493d) Signed-off-by: Chris Cormack commit ca21fa1454c6f97b6f07c594fdc9428cbd6f2075 Author: Lyon3 Team Date: Mon Apr 8 11:14:09 2013 +0200 Bug 8896: Delete serials no more missing from missinglist When manual history is disabled in subscription history section if a serial has been previously set as missing and is received or set as expected, late or claimed, it will be deleted from missinglist Signed-off-by: Marcel de Rooy Regex needs a followup. More comments on Bugzilla. Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit ccc7f535cb585352b2e933c1e5694e1d6e06d38b) Signed-off-by: Jared Camins-Esakov (cherry picked from commit e5d5129541625ce5cdb16a14089895b245ebe57d) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Serials.pm | 16 ++++++++-------- .../cronjobs/social_data/get_report_social_data.pl | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 12 05:08:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 May 2013 03:08:44 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-17-g282c3b4 Message-ID: This is an automated email from the git hooks/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 282c3b4fdb16e5e28193ac398c89c8d9c5353d5f (commit) from d2b017a0f6b7d1ec279a7f0eff77853a184c423e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 282c3b4fdb16e5e28193ac398c89c8d9c5353d5f Author: David Cook Date: Wed May 8 18:00:29 2013 +1000 Bug 10156 - Fix usr/bin/perl path for get_report_social_data.pl Currently, the perl path for get_report_social_data.pl is "#!/bin/perl" when it should be "#!/usr/bin/perl". While I'm not entirely sure how to test this, rangi did mention: 23:47 (it wouldnt work on my debian install) 23:48 zsh: no such file or directory: /bin/perl It's a pretty trivial change, so I'm not sure it needs much of a test plan. Signed-off-by: Magnus Enger Before the patch "grep -r '#!/bin/perl' in the misc dir shows one file with this line, and it is indeed get_report_social_data.pl. After the patch there are no occurrences left. Passed-QA-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit 2e103a018cedc1c57d1c0db8acad6f93ab4ca428) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 36e06a151c718d7d905e4cb0b8d818c0b12f3b4d) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../cronjobs/social_data/get_report_social_data.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 12 15:39:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 May 2013 13:39:15 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10217 created. v3.12.00-beta1-494-g51a1e88 Message-ID: This is an automated email from the git hooks/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_10217 has been created at 51a1e8854830d72e42dbfe313a5082ccd5f48688 (commit) - Log ----------------------------------------------------------------- commit 51a1e8854830d72e42dbfe313a5082ccd5f48688 Author: Magnus Enger Date: Wed May 8 12:03:48 2013 +0200 Bug 10217 - Make sure direct links to detail views work when there is no session To reproduce: - Make sure you do not have a session for the OPAC you will be testing with. Delete the CGISESSID session cookie if you have one. - Go directly to a detail view, e.g.: /cgi-bin/koha/opac-detail.pl?biblionumber=1 - Observe the error "Can't use an undefined value as a HASH reference at /home/magnus/scripts/kohadev/opac/opac-detail.pl line 445." To test: - Apply the patch - Reload the page with the error - You should now see the detail view of the record, as usual Thanks to Chris Cormack who suggested the fix for this! Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Tested according to test plan, confirmed patch fixes the problem. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 12 15:47:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 May 2013 13:47:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10201 created. v3.12.00-beta1-497-g8aa2bb1 Message-ID: This is an automated email from the git hooks/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_10201 has been created at 8aa2bb150ae384d4195bdcf178e82f495ede6a1b (commit) - Log ----------------------------------------------------------------- commit 8aa2bb150ae384d4195bdcf178e82f495ede6a1b Author: Owen Leonard Date: Tue May 7 12:11:23 2013 -0400 Bug 10201 [Follow-up] Old OPAC patron update system should be removed The previous patch missed removal of one template, kohaerror.tt, which was used only by opac-userupdate.pl. This patch removes it. To test, apply the patch and search Koha source files for references to kohaerror. There should be none. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer All tests and QA script pass. Updating the German po files with this patch applied no new strings appeared. Signed-off-by: Jared Camins-Esakov commit 029c4b334de1d5c0727ee840a91f114072c52995 Author: Owen Leonard Date: Mon May 6 10:56:03 2013 -0400 Bug 10201 - Old OPAC patron update system should be removed The old pages for viewing and updating patron details in the OPAC have been superceded by the new script opac-memberentry.pl. This patch removes he old scripts and templates and corrects links to them. This patch also removes reference to opac-userupdate.tt from opac-patron-image.pl and replaces the authentication process with one which uses check_cookie_auth, based on the example of opac-tags.pl. To test, edit a patron record and set the "Gone no address" flag. Log in to the OPAC with that account and view the patron details page. The warning about out of date contact information should link to the new update page. Next, attempt to place a hold. You should see the same warning, and it should also link to the new update page. Test the display of patron images: Log in as a user who has an image associated with their account and navigate to /cgi-bin/koha/opac-patron-image.pl. Their patron image should display. A search of Koha source files should return no results for the missing scripts or templates. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer Comments on second patch. Signed-off-by: Jared Camins-Esakov commit 5918b7c97e3bdaa73130059024a421cb95ed4181 Merge: a63695e 51a1e88 Author: Jared Camins-Esakov Date: Sun May 12 09:46:06 2013 -0400 Merge branch 'bug_10217' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 12 15:51:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 May 2013 13:51:35 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9679 created. v3.12.00-beta1-499-gd0f93e6 Message-ID: This is an automated email from the git hooks/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_9679 has been created at d0f93e67726ed242e1124d36ed00d1a4a3645701 (commit) - Log ----------------------------------------------------------------- commit d0f93e67726ed242e1124d36ed00d1a4a3645701 Author: Owen Leonard Date: Fri May 10 09:50:51 2013 -0400 Bug 9679 - can't place hold from cart in CCSR When the CCSR theme is enabled, selecting items in the cart and clicking "place hold" triggers a JavaScript error and fails. This patch adds a function missing from the CCSR version of basket.js. To test, apply the patch and clear your browser cache. - Enable the CCSR theme and put items into the OPAC cart. - Open the cart, select one or more items, and click "place hold." The cart should automatically close and the main window should redirect to the holds screen showing your selections. Signed-off-by: Nicole C. Engard All test passed Signed-off-by: Katrin Fischer Confirmed patch fixes the problem described. All tests and QA script pass, JavaScript only change. No strings involved, save for inclusion in 3.12. Signed-off-by: Jared Camins-Esakov commit b81b89b672fb699981e9d3a1fa562e719bdc6e9a Merge: 5918b7c 8aa2bb1 Author: Jared Camins-Esakov Date: Sun May 12 09:54:11 2013 -0400 Merge branch 'bug_10201' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 12 15:58:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 May 2013 13:58:42 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10134 created. v3.12.00-beta1-501-ge7571a1 Message-ID: This is an automated email from the git hooks/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_10134 has been created at e7571a1a1c3054b738f4fd9f37c45750143544c5 (commit) - Log ----------------------------------------------------------------- commit e7571a1a1c3054b738f4fd9f37c45750143544c5 Author: Magnus Enger Date: Wed May 8 11:10:27 2013 +0200 Bug 10134 - set XSLT usage ON as default, for new Koha installs Currently, new installs are created with XSLT display set to "off", but XSLT seems to be the preferred way to display records, so having the default be "on" instead seems to make sense. This patch will of course only affect new installs. To test: - Apply the patch - Run through the webinstaller on an empty database - Log in to the staff client and search for "xslt" in system preferences - Verify that XSLTDetailsDisplay, XSLTResultsDisplay, OPACXSLTDetailsDisplay and OPACXSLTResultsDisplay are all set to "default" Signed-off-by: Owen Leonard Passes test plan correctly. Signed-off-by: Katrin Fischer Changes syspref.sql for new installations to use XSLT views by default. No changes to existing installations, no string changes. Passes all tests. Signed-off-by: Jared Camins-Esakov commit 8a817147211e2543e1cf9507e344394ad6fed41a Merge: b81b89b d0f93e6 Author: Jared Camins-Esakov Date: Sun May 12 09:58:04 2013 -0400 Merge branch 'bug_9679' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 12 16:02:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 May 2013 14:02:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10225 created. v3.12.00-beta1-503-gb36d3bc Message-ID: This is an automated email from the git hooks/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_10225 has been created at b36d3bc796fd1b0a4db32729c994287425f10326 (commit) - Log ----------------------------------------------------------------- commit b36d3bc796fd1b0a4db32729c994287425f10326 Author: Owen Leonard Date: Thu May 9 15:08:41 2013 -0400 Bug 10225 - If an item isn't editable, don't show the onclick Edit/Delete menu The user should not be shown edit/delete links when clicking on a row in additems which they cannot edit because of the IndependantBranches setting. This patch adds a class to the row to exclude such rows in the JavaScript onclick handler. To test: - Turn IndependantBranches on and edit items for a title which has holdings from various branches including your own. - Click a row for an item which is held by your library. You should see the "Edit/Delete" links appear. - Click a row for an item which is held by another library. No links should appear. Signed-off-by: Nicole C. Engard All test pass Signed-off-by: Katrin Fischer All tests and QA script pass. Changes to the templates include no string changes. Signed-off-by: Jared Camins-Esakov commit 5ab2f838648da5a8b60c6bd4c971da25a6cd9656 Merge: 8a81714 e7571a1 Author: Jared Camins-Esakov Date: Sun May 12 10:05:40 2013 -0400 Merge branch 'bug_10134' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 12 16:04:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 May 2013 14:04:46 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10054 created. v3.12.00-beta1-505-g218194f Message-ID: This is an automated email from the git hooks/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_10054 has been created at 218194fab0398e433651d5ba26634d79c63442f5 (commit) - Log ----------------------------------------------------------------- commit 218194fab0398e433651d5ba26634d79c63442f5 Author: Kyle M Hall Date: Mon Apr 15 09:09:05 2013 -0400 Bug 10054 - When SingleBranchMode is enabled, allow superlibrarians to set logged in library Currently, when SingleBranchMode is enabled, nobody can change the logged in library in Koha. To change it requires disable SingleBranchMode, switching the library, and re-enabling it. It seems reasonable to allow superlibrarians to switch the logged in library even if SingleBranchMode is enabled. Test Plan: 1) Apply this patch 3) Enable SingleBranchMode 4) Log in as a superlibrarian 5) Attempt to change the logged in branch This change should succeed 6) Log in as a non-superlibrarian account 7) Attempt to change the logged n branch This should not be allowed, as per Koha's current behavior Signed-off-by: Owen Leonard I guess this doesn't do any harm even though the practical motivations behind it, as described in the bug, seem otherwise solvable. If SingleBranchMode is supposed to prevent librarians from switching their logged in library why can they choose their library when they first log in? Was SingleBranchMode supposed to only affect the OPAC originally? Or should the login form be modified? This seems to be a band-aid on a poorly-implemented feature. Signed-off-by: Katrin Fischer Patch works as decribed. As this only adds a check for a superlibrarian it seems safe and should not interfere with normal staff accounts. Signed-off-by: Jared Camins-Esakov commit a935e1b1e9cba96c7e47835e11aeb665c747dbd6 Merge: 5ab2f83 b36d3bc Author: Jared Camins-Esakov Date: Sun May 12 10:09:38 2013 -0400 Merge branch 'bug_10225' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 12 16:07:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 May 2013 14:07:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9680 created. v3.12.00-beta1-507-gdb0fa0e Message-ID: This is an automated email from the git hooks/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_9680 has been created at db0fa0eacda5a448d9406a03fc92cdaff393ea52 (commit) - Log ----------------------------------------------------------------- commit db0fa0eacda5a448d9406a03fc92cdaff393ea52 Author: Owen Leonard Date: Fri May 10 12:12:11 2013 -0400 Bug 9680 - cart aligned right in CCSR The CCSR theme sets a min-width of 1000px for windows which are more than 700px wide. This caused the cart popup window to be given a min-width of 1000px, resulting in a broken layout with unnecessary horizontal scrolling. This patch adds a class to the cart template and to other pop-up window templates to ensure that a large min-width is not enforced and to give consistent padding to those pages. To test, set your theme to 'CCSR' and view the following pop-up pages: - The Cart. From the cart, trigger: - The "send" window - The "download" window - From a view of a List's contents trigger: - The "send" window" - The "download" window Each of these pages should look correct with no horizontal scrolling. Signed-off-by: Nicole C. Engard All tests pass Signed-off-by: Katrin Fischer Template and CSS changes only, but no string changes. Save for inclusion in 3.12. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 6587b92434512c60206044746385dbe0123993a7 Merge: a935e1b 218194f Author: Jared Camins-Esakov Date: Sun May 12 10:11:47 2013 -0400 Merge branch 'bug_10054' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 12 16:23:56 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 May 2013 14:23:56 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7593 created. v3.12.00-beta1-510-g24f5525 Message-ID: This is an automated email from the git hooks/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_7593 has been created at 24f5525207c11401626f363faff90fa9436c1003 (commit) - Log ----------------------------------------------------------------- commit 24f5525207c11401626f363faff90fa9436c1003 Author: Mathieu Saby Date: Tue Apr 30 08:16:18 2013 +0200 Bug 7593 : QA followup : restores deleted line in C4::Acquisition This patch restores the line exporting GetOrderNumber that I accidentally suppressed. Signed-off-by: Katrin Fischer Restores a line that was deleted by the first patch. Was not sure if patches should be squashed. Signed-off-by: Jared Camins-Esakov commit b1a52b29181137791784fe20313efe8bce98b1fa Author: Mathieu Saby Date: Wed Mar 13 16:12:03 2013 +0100 Bug 7593: Move orders on the destination record when merging 2 records Revised patch according to QA comments. No more dependent from bz 9780. At present, merging records breaks the link order/record, except if an item of the deleted record is used in the order. This is a serious issue for libraries creating items on receipt. This patch moves existing orders from deleted record to destination record. It creates a new function Acquisitions::GetOrdersByBiblionumber, that could be used by other patches later. To test : Check the problem : 1. Set syspref AcqCreateItem = Create an item when receiving an order 1. Create a basket with one order 2. Put the record used by this order in a list 3. Put an other record in the list 4. Merge the 2 records, keeping as a reference the record NOT used in the order 5. In the order, you will see for that order "Deleted bibliographic information..." 6. Apply the patch 7. Repeat steps 1-4 8. In the order, you will see the title/author of the kept record. 9. Set syspref AcqCreateItem = Create an item when placing an order 10. Repeat steps 1-4 (an item will be created) 11. In the oreder, you will see the title/author of the kept record (it is already the case at present. the patch should not alter this behavior) Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Test plan, test suite and QA script pass. Signed-off-by: Jared Camins-Esakov commit 34d5b7de89dc394c0c71652678f5d7b7fa793e35 Merge: 6587b92 db0fa0e Author: Jared Camins-Esakov Date: Sun May 12 10:14:48 2013 -0400 Merge branch 'bug_9680' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 12 16:25:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 May 2013 14:25:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-511-g7ad69f5 Message-ID: This is an automated email from the git hooks/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 7ad69f58e853a36b81e4b392d2904e09d23f3563 (commit) via 24f5525207c11401626f363faff90fa9436c1003 (commit) via b1a52b29181137791784fe20313efe8bce98b1fa (commit) via 34d5b7de89dc394c0c71652678f5d7b7fa793e35 (commit) via db0fa0eacda5a448d9406a03fc92cdaff393ea52 (commit) via 6587b92434512c60206044746385dbe0123993a7 (commit) via 218194fab0398e433651d5ba26634d79c63442f5 (commit) via a935e1b1e9cba96c7e47835e11aeb665c747dbd6 (commit) via b36d3bc796fd1b0a4db32729c994287425f10326 (commit) via 5ab2f838648da5a8b60c6bd4c971da25a6cd9656 (commit) via e7571a1a1c3054b738f4fd9f37c45750143544c5 (commit) via 8a817147211e2543e1cf9507e344394ad6fed41a (commit) via d0f93e67726ed242e1124d36ed00d1a4a3645701 (commit) via b81b89b672fb699981e9d3a1fa562e719bdc6e9a (commit) via 8aa2bb150ae384d4195bdcf178e82f495ede6a1b (commit) via 029c4b334de1d5c0727ee840a91f114072c52995 (commit) via 5918b7c97e3bdaa73130059024a421cb95ed4181 (commit) via 51a1e8854830d72e42dbfe313a5082ccd5f48688 (commit) from a63695e15f755b90cf8f06e25bc79cdb7c45989c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7ad69f58e853a36b81e4b392d2904e09d23f3563 Merge: 34d5b7d 24f5525 Author: Jared Camins-Esakov Date: Sun May 12 10:30:57 2013 -0400 Merge branch 'bug_7593' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 37 ++++- cataloguing/merge.pl | 12 ++ installer/data/mysql/sysprefs.sql | 8 +- .../prog/en/modules/cataloguing/additem.tt | 20 ++- .../prog/en/modules/circ/selectbranchprinter.tt | 2 +- koha-tmpl/opac-tmpl/ccsr/en/css/colors.css | 5 + koha-tmpl/opac-tmpl/ccsr/en/js/basket.js | 10 + koha-tmpl/opac-tmpl/prog/en/modules/kohaerror.tt | 26 --- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-downloadcart.tt | 2 +- .../prog/en/modules/opac-downloadshelf.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 4 +- .../prog/en/modules/opac-sendbasketform.tt | 2 +- .../prog/en/modules/opac-sendshelfform.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-userdetails.tt | 87 --------- .../opac-tmpl/prog/en/modules/opac-userupdate.tt | 195 -------------------- opac/opac-detail.pl | 5 +- opac/opac-patron-image.pl | 25 +-- opac/opac-userdetails.pl | 56 ------ opac/opac-userupdate.pl | 188 ------------------- t/db_dependent/Acquisition.t | 19 ++- 22 files changed, 123 insertions(+), 588 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/kohaerror.tt delete mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-userdetails.tt delete mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tt delete mode 100755 opac/opac-userdetails.pl delete mode 100755 opac/opac-userupdate.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 12 16:25:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 12 May 2013 14:25:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-29-gfa023d7 Message-ID: This is an automated email from the git hooks/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 fa023d7886fcfae9e0bc4fd86879e50fe782834e (commit) via 115ae12c387dfda623d84b82f34a105a72f74482 (commit) via 75e09761059e058e0705c8ceeaba4f32c165c814 (commit) via c57368144fe79b5027af161393de8848822060be (commit) via 1a8db0ba7d62a70cd6b49ee705a5db9b11ad7672 (commit) via 0218769607c25029bbee9eb8ddcc71ddc37cc12e (commit) via 2b0ba53cad029941c8ecb21825cee5c904e89529 (commit) via 83ad47bf3773718daff19ced4f0f6809f54afa94 (commit) via e4ff598c614e1d270b7e8fd0c0c287a5228c7bd7 (commit) via ffe732485a469332ea7314a4826b4cc6f97c85f3 (commit) from 978d7a97323447ab4802a42cebb838cfef1a2845 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fa023d7886fcfae9e0bc4fd86879e50fe782834e Author: Mathieu Saby Date: Tue Apr 30 08:16:18 2013 +0200 Bug 7593 : QA followup : restores deleted line in C4::Acquisition This patch restores the line exporting GetOrderNumber that I accidentally suppressed. Signed-off-by: Katrin Fischer Restores a line that was deleted by the first patch. Was not sure if patches should be squashed. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 24f5525207c11401626f363faff90fa9436c1003) Signed-off-by: Jared Camins-Esakov commit 115ae12c387dfda623d84b82f34a105a72f74482 Author: Mathieu Saby Date: Wed Mar 13 16:12:03 2013 +0100 Bug 7593: Move orders on the destination record when merging 2 records Revised patch according to QA comments. No more dependent from bz 9780. At present, merging records breaks the link order/record, except if an item of the deleted record is used in the order. This is a serious issue for libraries creating items on receipt. This patch moves existing orders from deleted record to destination record. It creates a new function Acquisitions::GetOrdersByBiblionumber, that could be used by other patches later. To test : Check the problem : 1. Set syspref AcqCreateItem = Create an item when receiving an order 1. Create a basket with one order 2. Put the record used by this order in a list 3. Put an other record in the list 4. Merge the 2 records, keeping as a reference the record NOT used in the order 5. In the order, you will see for that order "Deleted bibliographic information..." 6. Apply the patch 7. Repeat steps 1-4 8. In the order, you will see the title/author of the kept record. 9. Set syspref AcqCreateItem = Create an item when placing an order 10. Repeat steps 1-4 (an item will be created) 11. In the oreder, you will see the title/author of the kept record (it is already the case at present. the patch should not alter this behavior) Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Test plan, test suite and QA script pass. Signed-off-by: Jared Camins-Esakov (cherry picked from commit b1a52b29181137791784fe20313efe8bce98b1fa) Signed-off-by: Jared Camins-Esakov commit 75e09761059e058e0705c8ceeaba4f32c165c814 Author: Owen Leonard Date: Fri May 10 12:12:11 2013 -0400 Bug 9680 - cart aligned right in CCSR The CCSR theme sets a min-width of 1000px for windows which are more than 700px wide. This caused the cart popup window to be given a min-width of 1000px, resulting in a broken layout with unnecessary horizontal scrolling. This patch adds a class to the cart template and to other pop-up window templates to ensure that a large min-width is not enforced and to give consistent padding to those pages. To test, set your theme to 'CCSR' and view the following pop-up pages: - The Cart. From the cart, trigger: - The "send" window - The "download" window - From a view of a List's contents trigger: - The "send" window" - The "download" window Each of these pages should look correct with no horizontal scrolling. Signed-off-by: Nicole C. Engard All tests pass Signed-off-by: Katrin Fischer Template and CSS changes only, but no string changes. Save for inclusion in 3.12. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov (cherry picked from commit db0fa0eacda5a448d9406a03fc92cdaff393ea52) Signed-off-by: Jared Camins-Esakov commit c57368144fe79b5027af161393de8848822060be Author: Kyle M Hall Date: Mon Apr 15 09:09:05 2013 -0400 Bug 10054 - When SingleBranchMode is enabled, allow superlibrarians to set logged in library Currently, when SingleBranchMode is enabled, nobody can change the logged in library in Koha. To change it requires disable SingleBranchMode, switching the library, and re-enabling it. It seems reasonable to allow superlibrarians to switch the logged in library even if SingleBranchMode is enabled. Test Plan: 1) Apply this patch 3) Enable SingleBranchMode 4) Log in as a superlibrarian 5) Attempt to change the logged in branch This change should succeed 6) Log in as a non-superlibrarian account 7) Attempt to change the logged n branch This should not be allowed, as per Koha's current behavior Signed-off-by: Owen Leonard I guess this doesn't do any harm even though the practical motivations behind it, as described in the bug, seem otherwise solvable. If SingleBranchMode is supposed to prevent librarians from switching their logged in library why can they choose their library when they first log in? Was SingleBranchMode supposed to only affect the OPAC originally? Or should the login form be modified? This seems to be a band-aid on a poorly-implemented feature. Signed-off-by: Katrin Fischer Patch works as decribed. As this only adds a check for a superlibrarian it seems safe and should not interfere with normal staff accounts. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 218194fab0398e433651d5ba26634d79c63442f5) Signed-off-by: Jared Camins-Esakov commit 1a8db0ba7d62a70cd6b49ee705a5db9b11ad7672 Author: Owen Leonard Date: Thu May 9 15:08:41 2013 -0400 Bug 10225 - If an item isn't editable, don't show the onclick Edit/Delete menu The user should not be shown edit/delete links when clicking on a row in additems which they cannot edit because of the IndependantBranches setting. This patch adds a class to the row to exclude such rows in the JavaScript onclick handler. To test: - Turn IndependantBranches on and edit items for a title which has holdings from various branches including your own. - Click a row for an item which is held by your library. You should see the "Edit/Delete" links appear. - Click a row for an item which is held by another library. No links should appear. Signed-off-by: Nicole C. Engard All test pass Signed-off-by: Katrin Fischer All tests and QA script pass. Changes to the templates include no string changes. Signed-off-by: Jared Camins-Esakov (cherry picked from commit b36d3bc796fd1b0a4db32729c994287425f10326) Signed-off-by: Jared Camins-Esakov commit 0218769607c25029bbee9eb8ddcc71ddc37cc12e Author: Magnus Enger Date: Wed May 8 11:10:27 2013 +0200 Bug 10134 - set XSLT usage ON as default, for new Koha installs Currently, new installs are created with XSLT display set to "off", but XSLT seems to be the preferred way to display records, so having the default be "on" instead seems to make sense. This patch will of course only affect new installs. To test: - Apply the patch - Run through the webinstaller on an empty database - Log in to the staff client and search for "xslt" in system preferences - Verify that XSLTDetailsDisplay, XSLTResultsDisplay, OPACXSLTDetailsDisplay and OPACXSLTResultsDisplay are all set to "default" Signed-off-by: Owen Leonard Passes test plan correctly. Signed-off-by: Katrin Fischer Changes syspref.sql for new installations to use XSLT views by default. No changes to existing installations, no string changes. Passes all tests. Signed-off-by: Jared Camins-Esakov (cherry picked from commit e7571a1a1c3054b738f4fd9f37c45750143544c5) Signed-off-by: Jared Camins-Esakov commit 2b0ba53cad029941c8ecb21825cee5c904e89529 Author: Owen Leonard Date: Fri May 10 09:50:51 2013 -0400 Bug 9679 - can't place hold from cart in CCSR When the CCSR theme is enabled, selecting items in the cart and clicking "place hold" triggers a JavaScript error and fails. This patch adds a function missing from the CCSR version of basket.js. To test, apply the patch and clear your browser cache. - Enable the CCSR theme and put items into the OPAC cart. - Open the cart, select one or more items, and click "place hold." The cart should automatically close and the main window should redirect to the holds screen showing your selections. Signed-off-by: Nicole C. Engard All test passed Signed-off-by: Katrin Fischer Confirmed patch fixes the problem described. All tests and QA script pass, JavaScript only change. No strings involved, save for inclusion in 3.12. Signed-off-by: Jared Camins-Esakov (cherry picked from commit d0f93e67726ed242e1124d36ed00d1a4a3645701) Signed-off-by: Jared Camins-Esakov commit 83ad47bf3773718daff19ced4f0f6809f54afa94 Author: Owen Leonard Date: Tue May 7 12:11:23 2013 -0400 Bug 10201 [Follow-up] Old OPAC patron update system should be removed The previous patch missed removal of one template, kohaerror.tt, which was used only by opac-userupdate.pl. This patch removes it. To test, apply the patch and search Koha source files for references to kohaerror. There should be none. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer All tests and QA script pass. Updating the German po files with this patch applied no new strings appeared. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 8aa2bb150ae384d4195bdcf178e82f495ede6a1b) Signed-off-by: Jared Camins-Esakov commit e4ff598c614e1d270b7e8fd0c0c287a5228c7bd7 Author: Owen Leonard Date: Mon May 6 10:56:03 2013 -0400 Bug 10201 - Old OPAC patron update system should be removed The old pages for viewing and updating patron details in the OPAC have been superceded by the new script opac-memberentry.pl. This patch removes he old scripts and templates and corrects links to them. This patch also removes reference to opac-userupdate.tt from opac-patron-image.pl and replaces the authentication process with one which uses check_cookie_auth, based on the example of opac-tags.pl. To test, edit a patron record and set the "Gone no address" flag. Log in to the OPAC with that account and view the patron details page. The warning about out of date contact information should link to the new update page. Next, attempt to place a hold. You should see the same warning, and it should also link to the new update page. Test the display of patron images: Log in as a user who has an image associated with their account and navigate to /cgi-bin/koha/opac-patron-image.pl. Their patron image should display. A search of Koha source files should return no results for the missing scripts or templates. Signed-off-by: Mirko Tietgen Signed-off-by: Katrin Fischer Comments on second patch. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 029c4b334de1d5c0727ee840a91f114072c52995) Signed-off-by: Jared Camins-Esakov commit ffe732485a469332ea7314a4826b4cc6f97c85f3 Author: Magnus Enger Date: Wed May 8 12:03:48 2013 +0200 Bug 10217 - Make sure direct links to detail views work when there is no session To reproduce: - Make sure you do not have a session for the OPAC you will be testing with. Delete the CGISESSID session cookie if you have one. - Go directly to a detail view, e.g.: /cgi-bin/koha/opac-detail.pl?biblionumber=1 - Observe the error "Can't use an undefined value as a HASH reference at /home/magnus/scripts/kohadev/opac/opac-detail.pl line 445." To test: - Apply the patch - Reload the page with the error - You should now see the detail view of the record, as usual Thanks to Chris Cormack who suggested the fix for this! Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Tested according to test plan, confirmed patch fixes the problem. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 51a1e8854830d72e42dbfe313a5082ccd5f48688) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 37 ++++- cataloguing/merge.pl | 12 ++ installer/data/mysql/sysprefs.sql | 8 +- .../prog/en/modules/cataloguing/additem.tt | 20 ++- .../prog/en/modules/circ/selectbranchprinter.tt | 2 +- koha-tmpl/opac-tmpl/ccsr/en/css/colors.css | 5 + koha-tmpl/opac-tmpl/ccsr/en/js/basket.js | 10 + koha-tmpl/opac-tmpl/prog/en/modules/kohaerror.tt | 26 --- koha-tmpl/opac-tmpl/prog/en/modules/opac-basket.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-downloadcart.tt | 2 +- .../prog/en/modules/opac-downloadshelf.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 4 +- .../prog/en/modules/opac-sendbasketform.tt | 2 +- .../prog/en/modules/opac-sendshelfform.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-userdetails.tt | 87 --------- .../opac-tmpl/prog/en/modules/opac-userupdate.tt | 195 -------------------- opac/opac-detail.pl | 5 +- opac/opac-patron-image.pl | 25 +-- opac/opac-userdetails.pl | 56 ------ opac/opac-userupdate.pl | 188 ------------------- t/db_dependent/Acquisition.t | 19 ++- 22 files changed, 123 insertions(+), 588 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/kohaerror.tt delete mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-userdetails.tt delete mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-userupdate.tt delete mode 100755 opac/opac-userdetails.pl delete mode 100755 opac/opac-userupdate.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 13 02:48:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 May 2013 00:48:20 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10100 created. v3.12.00-beta1-512-g8901374 Message-ID: This is an automated email from the git hooks/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_10100 has been created at 8901374b934c087b458195d9d1e7828f35aa74e0 (commit) - Log ----------------------------------------------------------------- commit 8901374b934c087b458195d9d1e7828f35aa74e0 Author: Adrien Saurat Date: Tue Apr 23 09:40:33 2013 +0200 Bug 10100: adds a class to OPAC news dates Adds a "newsfooter" class to allow CSS modification of the date appearing as a footer on each news. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Adds a class, checked po files to make sure change is string safe. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 13 02:59:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 May 2013 00:59:38 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10079 created. v3.12.00-beta1-514-gf1d6811 Message-ID: This is an automated email from the git hooks/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_10079 has been created at f1d68112820483b8cc5e837f6ded6f9bebe83717 (commit) - Log ----------------------------------------------------------------- commit f1d68112820483b8cc5e837f6ded6f9bebe83717 Author: Kyle M Hall Date: Fri Apr 19 10:21:43 2013 -0400 Bug 10079 - HomeOrHoldingBranch should not control who can delete when IndependantBranches is enabled Test Plan: 1) Enable IndependantBranches 2) Set HomeOrHoldingBranch to holding branch 3) Delete an item whose holding branch is your logged in branch, and whose home branch is not 4) Apply this patch 5) Repeat step 3, it should fail 6) Try to delete another items whose home branch is your logged in branch, and whose holding branch is a different branch. This deletetion should succeed. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer All tests and QA script pass. Change is logical, only homebranch should determine if the item can be deleted. Signed-off-by: Jared Camins-Esakov commit bee5b3ff46eecf8fed24aa2daa2347d026aeffa5 Merge: 7ad69f5 8901374 Author: Jared Camins-Esakov Date: Sun May 12 20:55:11 2013 -0400 Merge branch 'bug_10100' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 13 03:08:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 May 2013 01:08:40 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8840 created. v3.12.00-beta1-517-g18b8f01 Message-ID: This is an automated email from the git hooks/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_8840 has been created at 18b8f018c7f7fdcbac498ecea95d3da4baa0b8ff (commit) - Log ----------------------------------------------------------------- commit 18b8f018c7f7fdcbac498ecea95d3da4baa0b8ff Author: Mark Tompsett Date: Mon Dec 17 15:51:33 2012 -0500 Bug 8840 - [SIGNED-OFF] Patch to solve false "All dependencies installed!" Reordered logic to accumulate MISSING_PATCHES variable and tweak condition to be certain it was not failing. Signed-off-by: Magnus Enger Works as advertised, see Bugzilla for details. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 748c6e7f89310a3092ef202ece4547356ad90a95 Author: Tomas Cohen Arazi Date: Sat Sep 29 01:11:55 2012 +0800 Bug 8840 - [SIGNED-OFF] ubuntu-pkg-check.sh fix and extend functionality First, reworked it into a newer script with parameters: ubuntu-packages.sh -r This will generate output identical to the old script, except that it is fixed for non-english setups. ubuntu-packages.sh -h This adds a brief help, which all scripts should have. ubuntu-packages.sh -ic This helps handle a multi-arch problem by printing out a relevant command for installing missing dependencies. Signed-off-by: Jared Camins-Esakov Signed-off-by: Magnus Enger Works as advertised, see Bugzilla for details. Signed-off-by: Jared Camins-Esakov commit 7295c7d2b71222879d84442393330588201b03b2 Merge: bee5b3f f1d6811 Author: Jared Camins-Esakov Date: Sun May 12 21:06:19 2013 -0400 Merge branch 'bug_10079' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 13 03:10:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 May 2013 01:10:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-33-geee05b2 Message-ID: This is an automated email from the git hooks/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 eee05b2113e4de5a499a0d39dc98f1b9c5fe743b (commit) via 576cf616c45b9c3225a0b9cbeb368c2d7ba8ed53 (commit) via 41b16e0fec61aa3eb5b227e59c1fd7c2e5e3d58d (commit) via fc1353caf400c928107dc72ebe34f2ff8ee424d6 (commit) from fa023d7886fcfae9e0bc4fd86879e50fe782834e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit eee05b2113e4de5a499a0d39dc98f1b9c5fe743b Author: Mark Tompsett Date: Mon Dec 17 15:51:33 2012 -0500 Bug 8840 - [SIGNED-OFF] Patch to solve false "All dependencies installed!" Reordered logic to accumulate MISSING_PATCHES variable and tweak condition to be certain it was not failing. Signed-off-by: Magnus Enger Works as advertised, see Bugzilla for details. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov (cherry picked from commit 18b8f018c7f7fdcbac498ecea95d3da4baa0b8ff) Signed-off-by: Jared Camins-Esakov commit 576cf616c45b9c3225a0b9cbeb368c2d7ba8ed53 Author: Tomas Cohen Arazi Date: Sat Sep 29 01:11:55 2012 +0800 Bug 8840 - [SIGNED-OFF] ubuntu-pkg-check.sh fix and extend functionality First, reworked it into a newer script with parameters: ubuntu-packages.sh -r This will generate output identical to the old script, except that it is fixed for non-english setups. ubuntu-packages.sh -h This adds a brief help, which all scripts should have. ubuntu-packages.sh -ic This helps handle a multi-arch problem by printing out a relevant command for installing missing dependencies. Signed-off-by: Jared Camins-Esakov Signed-off-by: Magnus Enger Works as advertised, see Bugzilla for details. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 748c6e7f89310a3092ef202ece4547356ad90a95) Signed-off-by: Jared Camins-Esakov commit 41b16e0fec61aa3eb5b227e59c1fd7c2e5e3d58d Author: Kyle M Hall Date: Fri Apr 19 10:21:43 2013 -0400 Bug 10079 - HomeOrHoldingBranch should not control who can delete when IndependantBranches is enabled Test Plan: 1) Enable IndependantBranches 2) Set HomeOrHoldingBranch to holding branch 3) Delete an item whose holding branch is your logged in branch, and whose home branch is not 4) Apply this patch 5) Repeat step 3, it should fail 6) Try to delete another items whose home branch is your logged in branch, and whose holding branch is a different branch. This deletetion should succeed. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer All tests and QA script pass. Change is logical, only homebranch should determine if the item can be deleted. Signed-off-by: Jared Camins-Esakov (cherry picked from commit f1d68112820483b8cc5e837f6ded6f9bebe83717) Signed-off-by: Jared Camins-Esakov commit fc1353caf400c928107dc72ebe34f2ff8ee424d6 Author: Adrien Saurat Date: Tue Apr 23 09:40:33 2013 +0200 Bug 10100: adds a class to OPAC news dates Adds a "newsfooter" class to allow CSS modification of the date appearing as a footer on each news. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Adds a class, checked po files to make sure change is string safe. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 8901374b934c087b458195d9d1e7828f35aa74e0) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 7 +- install_misc/ubuntu-packages.sh | 194 ++++++++++++++++++++++ install_misc/ubuntu-pkg-check.sh | 27 --- koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt | 2 +- 4 files changed, 198 insertions(+), 32 deletions(-) create mode 100755 install_misc/ubuntu-packages.sh delete mode 100755 install_misc/ubuntu-pkg-check.sh hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 13 03:10:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 May 2013 01:10:32 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-518-ga144adb Message-ID: This is an automated email from the git hooks/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 a144adb8d9131f5d52ac7b4318f2b14c04fe2ca4 (commit) via 18b8f018c7f7fdcbac498ecea95d3da4baa0b8ff (commit) via 748c6e7f89310a3092ef202ece4547356ad90a95 (commit) via 7295c7d2b71222879d84442393330588201b03b2 (commit) via f1d68112820483b8cc5e837f6ded6f9bebe83717 (commit) via bee5b3ff46eecf8fed24aa2daa2347d026aeffa5 (commit) via 8901374b934c087b458195d9d1e7828f35aa74e0 (commit) from 7ad69f58e853a36b81e4b392d2904e09d23f3563 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a144adb8d9131f5d52ac7b4318f2b14c04fe2ca4 Merge: 7295c7d 18b8f01 Author: Jared Camins-Esakov Date: Sun May 12 21:15:23 2013 -0400 Merge branch 'bug_8840' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Items.pm | 7 +- install_misc/ubuntu-packages.sh | 194 ++++++++++++++++++++++ install_misc/ubuntu-pkg-check.sh | 27 --- koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt | 2 +- 4 files changed, 198 insertions(+), 32 deletions(-) create mode 100755 install_misc/ubuntu-packages.sh delete mode 100755 install_misc/ubuntu-pkg-check.sh hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 13 11:58:29 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 May 2013 09:58:29 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-90-g1dc63ee Message-ID: This is an automated email from the git hooks/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 1dc63ee38be10f0c13e261de3323b329449fa0ca (commit) via 7709959aae3122ddfe7049c1d2ee953daa055cc7 (commit) via 2574391dfd7afeac55a2a15d9a80be99daf90b3f (commit) from baa2d7f049760b9ad147e6b9bbe3f2ec64fc687a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1dc63ee38be10f0c13e261de3323b329449fa0ca Author: Owen Leonard Date: Fri May 10 09:50:51 2013 -0400 Bug 9679 - can't place hold from cart in CCSR When the CCSR theme is enabled, selecting items in the cart and clicking "place hold" triggers a JavaScript error and fails. This patch adds a function missing from the CCSR version of basket.js. To test, apply the patch and clear your browser cache. - Enable the CCSR theme and put items into the OPAC cart. - Open the cart, select one or more items, and click "place hold." The cart should automatically close and the main window should redirect to the holds screen showing your selections. Signed-off-by: Nicole C. Engard All test passed Signed-off-by: Katrin Fischer Confirmed patch fixes the problem described. All tests and QA script pass, JavaScript only change. No strings involved, save for inclusion in 3.12. Signed-off-by: Jared Camins-Esakov (cherry picked from commit d0f93e67726ed242e1124d36ed00d1a4a3645701) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 2b0ba53cad029941c8ecb21825cee5c904e89529) Signed-off-by: Chris Cormack commit 7709959aae3122ddfe7049c1d2ee953daa055cc7 Merge: 2574391 baa2d7f Author: Chris Cormack Date: Mon May 13 22:04:44 2013 +1200 Merge remote-tracking branch 'kc/3.10.x' into 3.10.x commit 2574391dfd7afeac55a2a15d9a80be99daf90b3f Author: Chris Cormack Date: Mon Apr 8 21:20:51 2013 +1200 Bug 9591 : Set Library changes after viewing Holds Queue >> reserves item To test 1. Log in to the staff client. Note your logged in library. 2. Navigate to Circulation -> Holds queue. 3. Select a holds queue report for a library other than your own. 4. From the holds queue report page, click the "Check out" tab and enter the card number of a patron who has holds. 5. On the circulation page for that patron, click the "Holds" tab. 6. Click one of the titles in the list of holds. Your logged in branch will now match the library you chose for the holds queue report. Alternate sequence: 4. From the holds queue report page, click the "Check out" tab and do a non-exact search (search which will return more than one result) for a patron who has holds. 5. Choose the correct patron from the list of results. Your logged in branch will now match the library you chose for the holds queue report. Apply the patch and repeat, this time it should not change your logged in branch Signed-off-by: Mirko Tietgen Weird bug, the patch works for me. Signed-off-by: Katrin Fischer Good catch. All tests and QA script pass. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: circ/view_holdsqueue.pl | 2 +- .../prog/en/modules/circ/view_holdsqueue.tt | 2 +- koha-tmpl/opac-tmpl/ccsr/en/js/basket.js | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 13 15:55:37 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 May 2013 13:55:37 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10196 created. v3.12.00-beta1-519-ga52beda Message-ID: This is an automated email from the git hooks/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_10196 has been created at a52bedaeac14c8f82073f60f0d8632d53b7792d1 (commit) - Log ----------------------------------------------------------------- commit a52bedaeac14c8f82073f60f0d8632d53b7792d1 Author: Owen Leonard Date: Fri May 10 16:00:51 2013 -0400 Bug 10196 - items table partially hidden in marc view in ccsr In the CCSR theme's OPAC MARC view the table of items is truncated because the container div is styled with "overflow:hidden." I think the complete display of information is more important than not seeing a horizontal scrollbar, so this patch removes the style. To test, apply the patch and clear your browser cache. View a MARC detail page for a title which has holdings and confirm that the entire table can be seen. Test other pages to make sure no unwanted layout changes have resulted. Signed-off-by: Nicole C. Engard all tests pass Signed-off-by: Katrin Fischer Simple CSS change, no string changes. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 13 15:59:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 May 2013 13:59:23 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-520-g9ec7313 Message-ID: This is an automated email from the git hooks/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 9ec7313fe5079890ec1ceb3f394e08dd70ec51e6 (commit) via a52bedaeac14c8f82073f60f0d8632d53b7792d1 (commit) from a144adb8d9131f5d52ac7b4318f2b14c04fe2ca4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9ec7313fe5079890ec1ceb3f394e08dd70ec51e6 Merge: a144adb a52beda Author: Jared Camins-Esakov Date: Mon May 13 10:02:34 2013 -0400 Merge branch 'bug_10196' into 3.14-master ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/ccsr/en/css/colors.css | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 13 15:59:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 13 May 2013 13:59:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-34-gbaddc8b Message-ID: This is an automated email from the git hooks/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 baddc8bce2a13098c5e3c55848f50b958b00164d (commit) from eee05b2113e4de5a499a0d39dc98f1b9c5fe743b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit baddc8bce2a13098c5e3c55848f50b958b00164d Author: Owen Leonard Date: Fri May 10 16:00:51 2013 -0400 Bug 10196 - items table partially hidden in marc view in ccsr In the CCSR theme's OPAC MARC view the table of items is truncated because the container div is styled with "overflow:hidden." I think the complete display of information is more important than not seeing a horizontal scrollbar, so this patch removes the style. To test, apply the patch and clear your browser cache. View a MARC detail page for a title which has holdings and confirm that the entire table can be seen. Test other pages to make sure no unwanted layout changes have resulted. Signed-off-by: Nicole C. Engard all tests pass Signed-off-by: Katrin Fischer Simple CSS change, no string changes. Signed-off-by: Jared Camins-Esakov (cherry picked from commit a52bedaeac14c8f82073f60f0d8632d53b7792d1) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/ccsr/en/css/colors.css | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 14 10:35:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 May 2013 08:35:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-18-g5b2815b Message-ID: This is an automated email from the git hooks/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 5b2815bc650176853ef7934e798cf7a1286ebb1b (commit) from 282c3b4fdb16e5e28193ac398c89c8d9c5353d5f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5b2815bc650176853ef7934e798cf7a1286ebb1b Author: Christophe Croullebois Date: Thu Apr 18 12:55:18 2013 +0200 Bug 7228: can't add items in an order with Modify We have a message if we want to add items and we can't add, substract only. It's ok if we choose to create items on ordering, in this case koha can't add items, just substract and in this case we have to delete manually the items(s) in the catalog. But if via the syspref AcqCreateItem we choose to create items when receiving this limitation is not usefull The patch just checks if the syspref AcqCreateItem is on 'ordering' if not the message is not shown and we can add items Signed-off-by: Mathieu Saby Here is the test I made for signing off : after applying the patch - syspref AcqCreateItem : create items on RECEIVING - in a basket, create an order (quantity = 1) - save the order - reopen the order - change the quantity (2 instead of 1) - save the order => changing quantity was not possible before the patch - syspref AcqCreateItem : create items on CATALOGING - in a basket, create an order (quantity = 1) - save the order - reopen the order - change the quantity (2 instead of 1) - save the order => changing quantity was not possible before the patch - syspref AcqCreateItem : create items on ORDERING - in a basket, create an order (click on "add" to add an item => quantity = 1) - save the order - reopen the order - try to change the quantity (2 instead of 1), without clicking on "add" to create a new item => you cannot (alert message) => the behavior is the same as before the patch Signed-off-by: Katrin Fischer Copied test plan from bug report. Template only change deactivating the Javascript that blocks you from changing the quantity when AcqCreateItem is set to something else than 'ordering'. Passes all tests and QA script. **Rebased for 3.8.x** Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: acqui/neworderempty.pl | 1 + .../prog/en/modules/acqui/neworderempty.tt | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 14 10:36:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 May 2013 08:36:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-94-g315847f Message-ID: This is an automated email from the git hooks/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 315847f5c0d71d02f5a47a1cae9567d04022408c (commit) via fd93baad37739d1f4587eef37fa53ffdc7e7c235 (commit) via fc3f76748c6b861580264176a2803f68e628df70 (commit) via 84d55391cdf74b2ebe5415d62cd76148d2182e66 (commit) from 1dc63ee38be10f0c13e261de3323b329449fa0ca (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 315847f5c0d71d02f5a47a1cae9567d04022408c Author: Christophe Croullebois Date: Thu Apr 18 12:55:18 2013 +0200 Bug 7228: can't add items in an order with Modify We have a message if we want to add items and we can't add, substract only. It's ok if we choose to create items on ordering, in this case koha can't add items, just substract and in this case we have to delete manually the items(s) in the catalog. But if via the syspref AcqCreateItem we choose to create items when receiving this limitation is not usefull The patch just checks if the syspref AcqCreateItem is on 'ordering' if not the message is not shown and we can add items Signed-off-by: Mathieu Saby Here is the test I made for signing off : after applying the patch - syspref AcqCreateItem : create items on RECEIVING - in a basket, create an order (quantity = 1) - save the order - reopen the order - change the quantity (2 instead of 1) - save the order => changing quantity was not possible before the patch - syspref AcqCreateItem : create items on CATALOGING - in a basket, create an order (quantity = 1) - save the order - reopen the order - change the quantity (2 instead of 1) - save the order => changing quantity was not possible before the patch - syspref AcqCreateItem : create items on ORDERING - in a basket, create an order (click on "add" to add an item => quantity = 1) - save the order - reopen the order - try to change the quantity (2 instead of 1), without clicking on "add" to create a new item => you cannot (alert message) => the behavior is the same as before the patch Signed-off-by: Katrin Fischer Copied test plan from bug report. Template only change deactivating the Javascript that blocks you from changing the quantity when AcqCreateItem is set to something else than 'ordering'. Passes all tests and QA script. **Rebased for 3.10.x** Signed-off-by: Chris Cormack commit fd93baad37739d1f4587eef37fa53ffdc7e7c235 Merge: fc3f767 1dc63ee Author: Chris Cormack Date: Tue May 14 20:36:07 2013 +1200 Merge remote-tracking branch 'origin/3.10.x' into 3.10.x commit fc3f76748c6b861580264176a2803f68e628df70 Author: Julian Maurice Date: Mon May 6 06:43:50 2013 +0000 Bug 10185: Add missing columns in update 3.09.00.025 Signed-off-by: Katrin Fischer SQL only changes fixing an important database update. IMPORTANT: Patches must be backported to all versions containing the database update 3.09.00.025. I used the test plan provided by Julian with some additions: 1/ Do a fresh 3.8 install 2/ Do some reserves 3/ Check your old_reserves table is empty 4/ Update your sources to 3.10 5/ Run updatedatabase.pl 6/ Your reserves table is now empty! I made sure I had item level and title level holds, also suspended holds. I repeated the test with entries in my old_reserves table (cancelled and filled holds) to make sure this is also still working correctly. Before the patch we lost all suspended holds and when the old_reserves table was empty also all holds in general. After the patch the reserve_id is added but the other data in both tables is not altered. NOTE: Adding the reserve_id first to old_reserves and then to reserves we are missing one id in between. old_reserves: 1,2,3 reserves: 5,6 Signed-off-by: Jared Camins-Esakov (cherry picked from commit 30d067400e6d15cd86d8b35daed4bb10438d0e2e) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 059cc4cd3ac5e40326fb8653b581a35dca585ed8) Signed-off-by: Chris Cormack commit 84d55391cdf74b2ebe5415d62cd76148d2182e66 Author: Julian Maurice Date: Fri May 3 17:20:17 2013 +0200 Bug 10185: Fix update 3.09.00.025 It can remove all reserves from reserves table when there is no entries in old_reserves. This is due to @ai which is set to NULL in SET @ai = ( SELECT MAX( reserve_id ) FROM tmp_reserves ) and reserve_id > NULL returns no results in INSERT INTO reserves SELECT * FROM tmp_reserves WHERE reserve_id > @ai Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Test plan and comments on second patch. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 37c52367b08f30514483b02a387cb5a463ea15d0) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 254173bc21043b92cecd3037962da832175bcdcc) Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: acqui/neworderempty.pl | 1 + installer/data/mysql/updatedatabase.pl | 14 +++++++++----- .../prog/en/modules/acqui/neworderempty.tt | 2 ++ 3 files changed, 12 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 14 11:39:33 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 May 2013 09:39:33 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-19-gc3cdfb0 Message-ID: This is an automated email from the git hooks/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 c3cdfb0e4a8f36a7d6b0218dc34b94cecaf39cc2 (commit) from 5b2815bc650176853ef7934e798cf7a1286ebb1b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c3cdfb0e4a8f36a7d6b0218dc34b94cecaf39cc2 Author: Christophe Croullebois Date: Mon Mar 18 18:46:03 2013 +0100 Bug 9923 - correction of a bug due to bz 7129 See comments in the patch Signed-off-by: Mathieu Saby Signed-off-by: Paul Poulain **rebased for 3.8.x** Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: acqui/orderreceive.pl | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 14 14:10:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 May 2013 12:10:43 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10233 created. v3.12.00-beta1-521-g1751911 Message-ID: This is an automated email from the git hooks/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_10233 has been created at 17519118767f3b5d7977125844fae589e0dc4f1a (commit) - Log ----------------------------------------------------------------- commit 17519118767f3b5d7977125844fae589e0dc4f1a Author: Owen Leonard Date: Mon May 13 09:57:52 2013 -0400 Bug 10233 - Toolbar background missing from staff client catalogue page The toolbar on the cataloging home page lacks the standard toolbar id, resulting in an inconsistent appearance. This patch adds the correct id. To test, apply the patch, clear your browser cache, and view the cataloging home page (cataloguing/addbooks.pl). The toolbar should look like other toolbars in Koha (for instance, members/members-home.pl). Signed-off-by: Nicole C. Engard Signed-off-by: Katrin Fischer Template change only, no string changed involved. Works as described. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 14 14:22:37 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 May 2013 12:22:37 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9575 created. v3.12.00-beta1-523-g98b96c8 Message-ID: This is an automated email from the git hooks/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_9575 has been created at 98b96c88d7ee97aa194cf7d2f1f69f1c5cabbb96 (commit) - Log ----------------------------------------------------------------- commit 98b96c88d7ee97aa194cf7d2f1f69f1c5cabbb96 Author: Kyle M Hall Date: Tue Mar 12 14:30:48 2013 -0400 Bug 9575 - Serious Holds Problem with IndependantBranches If IndependantBranches is enabled, all holds for an item display the currently logged in library no matter what, and modifying the holds will set all pickup locations for all the holds to that logged in library! Test plan: 1) Disable IndependantBranches 2) Place 3 holds on a record with 3 different pickup locations 3) Enable IndependantBranches 4) Refresh the holds page for that record, all the holds show now show a pickup location of the logged in branch 5) Modify the order of the holds 6) Disable IndependantBranches 7) Refresh the holds, verify the holds all now have a pickup location of the logged in branch 8) Apply the patch 9) Repeat steps 1-3 10) Refresh the holds page for that record, all the holds should now show the correct pickup branch, but it cannot be changed as IndependantBranches is enabled. Signed-off-by: Kyle M Hall Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer In my tests the above test plan only worked out if my user had no superlibrarian permission. But then behaviour for independentbranches off/on was all correct. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov commit 9a814fe5283f0bf480504f31b62e2ee4b0bdbe2e Merge: 9ec7313 1751911 Author: Jared Camins-Esakov Date: Tue May 14 08:17:42 2013 -0400 Merge branch 'bug_10233' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 14 14:23:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 May 2013 12:23:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-36-g0e223d7 Message-ID: This is an automated email from the git hooks/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 0e223d740761390611509b5fb6d7c8c4fdcc2cb8 (commit) via 11e900426c18da722017bbf48ad928c3b494d047 (commit) from baddc8bce2a13098c5e3c55848f50b958b00164d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0e223d740761390611509b5fb6d7c8c4fdcc2cb8 Author: Kyle M Hall Date: Tue Mar 12 14:30:48 2013 -0400 Bug 9575 - Serious Holds Problem with IndependantBranches If IndependantBranches is enabled, all holds for an item display the currently logged in library no matter what, and modifying the holds will set all pickup locations for all the holds to that logged in library! Test plan: 1) Disable IndependantBranches 2) Place 3 holds on a record with 3 different pickup locations 3) Enable IndependantBranches 4) Refresh the holds page for that record, all the holds show now show a pickup location of the logged in branch 5) Modify the order of the holds 6) Disable IndependantBranches 7) Refresh the holds, verify the holds all now have a pickup location of the logged in branch 8) Apply the patch 9) Repeat steps 1-3 10) Refresh the holds page for that record, all the holds should now show the correct pickup branch, but it cannot be changed as IndependantBranches is enabled. Signed-off-by: Kyle M Hall Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer In my tests the above test plan only worked out if my user had no superlibrarian permission. But then behaviour for independentbranches off/on was all correct. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 98b96c88d7ee97aa194cf7d2f1f69f1c5cabbb96) Signed-off-by: Jared Camins-Esakov commit 11e900426c18da722017bbf48ad928c3b494d047 Author: Owen Leonard Date: Mon May 13 09:57:52 2013 -0400 Bug 10233 - Toolbar background missing from staff client catalogue page The toolbar on the cataloging home page lacks the standard toolbar id, resulting in an inconsistent appearance. This patch adds the correct id. To test, apply the patch, clear your browser cache, and view the cataloging home page (cataloguing/addbooks.pl). The toolbar should look like other toolbars in Koha (for instance, members/members-home.pl). Signed-off-by: Nicole C. Engard Signed-off-by: Katrin Fischer Template change only, no string changed involved. Works as described. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 17519118767f3b5d7977125844fae589e0dc4f1a) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/cataloguing/addbooks.tt | 2 +- reserve/request.pl | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 14 14:23:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 May 2013 12:23:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-524-ga78d26d Message-ID: This is an automated email from the git hooks/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 a78d26dc63ae35056d5f42f6174101c6150e7faf (commit) via 98b96c88d7ee97aa194cf7d2f1f69f1c5cabbb96 (commit) via 9a814fe5283f0bf480504f31b62e2ee4b0bdbe2e (commit) via 17519118767f3b5d7977125844fae589e0dc4f1a (commit) from 9ec7313fe5079890ec1ceb3f394e08dd70ec51e6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a78d26dc63ae35056d5f42f6174101c6150e7faf Merge: 9a814fe 98b96c8 Author: Jared Camins-Esakov Date: Tue May 14 08:29:35 2013 -0400 Merge branch 'bug_9575' into 3.14-master ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/cataloguing/addbooks.tt | 2 +- reserve/request.pl | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 14 19:39:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 May 2013 17:39:14 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7593 updated. v3.12.00-beta1-511-g94e00ac Message-ID: This is an automated email from the git hooks/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_7593 has been updated via 94e00ac835568d82222bd2214df0bf19cbe0f82b (commit) from 24f5525207c11401626f363faff90fa9436c1003 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 94e00ac835568d82222bd2214df0bf19cbe0f82b Author: Jonathan Druart Date: Mon May 13 14:00:44 2013 +0200 Bug 7593: Fix unit tests Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Acquisition.t | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 14 19:39:37 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 May 2013 17:39:37 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-37-g0ffa900 Message-ID: This is an automated email from the git hooks/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 0ffa9008f6108dc146f0e81b55d52ade0281ff6f (commit) from 0e223d740761390611509b5fb6d7c8c4fdcc2cb8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0ffa9008f6108dc146f0e81b55d52ade0281ff6f Author: Jonathan Druart Date: Mon May 13 14:00:44 2013 +0200 Bug 7593: Fix unit tests Signed-off-by: Jared Camins-Esakov (cherry picked from commit 94e00ac835568d82222bd2214df0bf19cbe0f82b) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Acquisition.t | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 14 19:39:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 14 May 2013 17:39:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-526-g1b87716 Message-ID: This is an automated email from the git hooks/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 1b877167f5231f7eef6c7f82cba9322bdba0dbac (commit) via 94e00ac835568d82222bd2214df0bf19cbe0f82b (commit) from a78d26dc63ae35056d5f42f6174101c6150e7faf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1b877167f5231f7eef6c7f82cba9322bdba0dbac Merge: a78d26d 94e00ac Author: Jared Camins-Esakov Date: Tue May 14 13:46:12 2013 -0400 Merge branch 'bug_7593' into 3.14-master ----------------------------------------------------------------------- Summary of changes: t/db_dependent/Acquisition.t | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 15 13:09:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 May 2013 11:09:23 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10108 created. v3.12.00-beta1-527-gfac9d54 Message-ID: This is an automated email from the git hooks/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_10108 has been created at fac9d5447abae5c2f3d9febd9ccaf42a4ed6030c (commit) - Log ----------------------------------------------------------------- commit fac9d5447abae5c2f3d9febd9ccaf42a4ed6030c Author: Owen Leonard Date: Fri May 10 14:44:10 2013 -0400 Bug 10108 - can't print more than one page of overdues Printing a report like overdues in Firefox results in a printout which cuts off in the middle. I traced the cause to something in the YUI grid system, although I'm not sure what specific definition is the cause. This patch adds a "screen" parameter to the @import which loads the YUI grid CSS file. This will disable YUI grid layouts in print views. The main disadvantage to this, as far as I can tell, is that it will "linearize" some layouts. For instance: the patron detail page (moremember.pl) which on screen is divided into two columns. I think this disadvantage is outweighed by the ability to make complete prints. To test, apply the patch and clear your cache. Try printing various reports from Firefox. Printouts should look correct and be complete. Signed-off-by: Nicole C. Engard all tests pass Signed-off-by: Katrin Fischer CSS only change, no strings involved. Tested with a saved SQL report 'select * from borrowers'. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 15 13:15:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 May 2013 11:15:31 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10214 created. v3.12.00-beta1-529-g9ce862e Message-ID: This is an automated email from the git hooks/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_10214 has been created at 9ce862e451f56fdca7d368fd1a39e64e40fc678f (commit) - Log ----------------------------------------------------------------- commit 9ce862e451f56fdca7d368fd1a39e64e40fc678f Author: Fr?d?ric Demians Date: Tue May 14 13:01:56 2013 +0200 Bug 10214 Add header to syspref po files With this patch, header is created when creating a new syspref .po file for a new language (translate create), and is added if it doesn't already exist when updating an existing language (translate update). To test: (1) Create a new language syspref file: ./translate create -p xx-XX Check that there is an header (2) Update an existing syspref file without header: ./translate update fr-FR Check that fr-FR-pref.po has a header (3) Update an existing syspref file with header: Modify fr-FR-pref.po. Add an email, or whatever. ./translate update fr-FR Check that fr-FR-pref.po has a header with the manual modification Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described. No errors. Signed-off-by: Katrin Fischer All tests and QA script pass. Also tested that updated pref files can still be installed correctly. Signed-off-by: Jared Camins-Esakov commit b11800df0a8fda645a9d6b620d7faa843db6270d Merge: 1b87716 fac9d54 Author: Jared Camins-Esakov Date: Wed May 15 07:16:29 2013 -0400 Merge branch 'bug_10108' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 15 13:18:29 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 May 2013 11:18:29 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6329 created. v3.12.00-beta1-531-g85fd38e Message-ID: This is an automated email from the git hooks/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_6329 has been created at 85fd38e5969c083692fe0a5227c792c2ff07134d (commit) - Log ----------------------------------------------------------------- commit 85fd38e5969c083692fe0a5227c792c2ff07134d Author: Owen Leonard Date: Tue May 14 15:09:14 2013 -0400 Bug 6329 - patron categories should show which fields are required When entering a new patron category, required fields are not indicated on the entry form. This patch adds the "required" class to the relevant labels. To test, add or edit a patron category. Confirm that the required fields (category code, category type, description, and enrollment period) are indicated as being required with a red label. Signed-off-by: Nicole C. Engard Signed-off-by: Katrin Fischer Works nicely. Template changes only, but no string changes. Signed-off-by: Jared Camins-Esakov commit 59605e850769822363f99bbe958658e9d0c760a3 Merge: b11800d 9ce862e Author: Jared Camins-Esakov Date: Wed May 15 07:22:35 2013 -0400 Merge branch 'bug_10214' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 15 13:58:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 May 2013 11:58:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-532-g8997267 Message-ID: This is an automated email from the git hooks/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 89972675e7ee46d82317c4c0ebf1e64d8964416c (commit) via 85fd38e5969c083692fe0a5227c792c2ff07134d (commit) via 59605e850769822363f99bbe958658e9d0c760a3 (commit) via 9ce862e451f56fdca7d368fd1a39e64e40fc678f (commit) via b11800df0a8fda645a9d6b620d7faa843db6270d (commit) via fac9d5447abae5c2f3d9febd9ccaf42a4ed6030c (commit) from 1b877167f5231f7eef6c7f82cba9322bdba0dbac (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 89972675e7ee46d82317c4c0ebf1e64d8964416c Merge: 59605e8 85fd38e Author: Jared Camins-Esakov Date: Wed May 15 07:25:38 2013 -0400 Merge branch 'bug_6329' into 3.14-master ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 2 +- .../prog/en/modules/admin/categorie.tt | 8 +++--- misc/translator/LangInstaller.pm | 22 ++++++++++++++++++- 3 files changed, 25 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 15 13:58:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 May 2013 11:58:53 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-40-gb8c070f Message-ID: This is an automated email from the git hooks/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 b8c070f5cd320eada5c6e20819d59a3d21da086a (commit) via 06d576f4d7698152db8f2b1c89b92dc6892c5dfd (commit) via eadac27658fcc0616ace4fd07e99280e85375b08 (commit) from 0ffa9008f6108dc146f0e81b55d52ade0281ff6f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b8c070f5cd320eada5c6e20819d59a3d21da086a Author: Owen Leonard Date: Tue May 14 15:09:14 2013 -0400 Bug 6329 - patron categories should show which fields are required When entering a new patron category, required fields are not indicated on the entry form. This patch adds the "required" class to the relevant labels. To test, add or edit a patron category. Confirm that the required fields (category code, category type, description, and enrollment period) are indicated as being required with a red label. Signed-off-by: Nicole C. Engard Signed-off-by: Katrin Fischer Works nicely. Template changes only, but no string changes. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 85fd38e5969c083692fe0a5227c792c2ff07134d) Signed-off-by: Jared Camins-Esakov commit 06d576f4d7698152db8f2b1c89b92dc6892c5dfd Author: Fr?d?ric Demians Date: Tue May 14 13:01:56 2013 +0200 Bug 10214 Add header to syspref po files With this patch, header is created when creating a new syspref .po file for a new language (translate create), and is added if it doesn't already exist when updating an existing language (translate update). To test: (1) Create a new language syspref file: ./translate create -p xx-XX Check that there is an header (2) Update an existing syspref file without header: ./translate update fr-FR Check that fr-FR-pref.po has a header (3) Update an existing syspref file with header: Modify fr-FR-pref.po. Add an email, or whatever. ./translate update fr-FR Check that fr-FR-pref.po has a header with the manual modification Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described. No errors. Signed-off-by: Katrin Fischer All tests and QA script pass. Also tested that updated pref files can still be installed correctly. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 9ce862e451f56fdca7d368fd1a39e64e40fc678f) Signed-off-by: Jared Camins-Esakov commit eadac27658fcc0616ace4fd07e99280e85375b08 Author: Owen Leonard Date: Fri May 10 14:44:10 2013 -0400 Bug 10108 - can't print more than one page of overdues Printing a report like overdues in Firefox results in a printout which cuts off in the middle. I traced the cause to something in the YUI grid system, although I'm not sure what specific definition is the cause. This patch adds a "screen" parameter to the @import which loads the YUI grid CSS file. This will disable YUI grid layouts in print views. The main disadvantage to this, as far as I can tell, is that it will "linearize" some layouts. For instance: the patron detail page (moremember.pl) which on screen is divided into two columns. I think this disadvantage is outweighed by the ability to make complete prints. To test, apply the patch and clear your cache. Try printing various reports from Firefox. Printouts should look correct and be complete. Signed-off-by: Nicole C. Engard all tests pass Signed-off-by: Katrin Fischer CSS only change, no strings involved. Tested with a saved SQL report 'select * from borrowers'. Signed-off-by: Jared Camins-Esakov (cherry picked from commit fac9d5447abae5c2f3d9febd9ccaf42a4ed6030c) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/css/staff-global.css | 2 +- .../prog/en/modules/admin/categorie.tt | 8 +++--- misc/translator/LangInstaller.pm | 22 ++++++++++++++++++- 3 files changed, 25 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 15 15:28:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 May 2013 13:28:21 +0000 Subject: [koha-commits] main Koha release repository branch new/deb_scripts_312rc1 created. v3.12.00-beta1-536-gde275ec Message-ID: This is an automated email from the git hooks/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/deb_scripts_312rc1 has been created at de275ec128d3b26e953c35778e6a37e5b85273f5 (commit) - Log ----------------------------------------------------------------- commit de275ec128d3b26e953c35778e6a37e5b85273f5 Author: Tomas Cohen Arazi Date: Tue Apr 23 10:14:37 2013 -0300 Bug 10094 - koha-list should have a --disabled option switch This patch adds that (--disabled) option switch, Also revisits some of the code and docs. To test: - Apply the patch and create new packages (you might just drop the koha-list command somewhere) - Create several instances (koha-create) - Randomly set some as disabled, others enabled and enable email on some. - Test all possible option switches combinations Expected results: - koha-list should abort with a proper message if mutually exclusive options selected (--email vs. --noemail, --enabled vs. --disabled) - koha-list should show the exact instances you asked for Regards To+ P.S.: I wanted to add the --disabled option switch for the tab-completion work I'm doing, but as of bug 4876 I thought it would be ok to revisit the script to make it robust and clear. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Robin Sheat Does what it says, and cleans up the script at the same time. Signed-off-by: Jared Camins-Esakov commit 898e178c6ff3a79bf991defb60aec8ff58f107c6 Author: Tomas Cohen Arazi Date: Mon Apr 29 11:08:35 2013 -0300 Bug 10146 - koha-stop-zebra error handling koha-stop-zebra now - Checks the instance exists. - Checks the instance is enabled. - Checks if the zebra daemon is already running. Regards To+ Edit: Corrected the die message Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Robin Sheat Signed-off-by: Jared Camins-Esakov commit 1126dd8bf3e3f386acfc007bc6e3310cc5320100 Author: Tomas Cohen Arazi Date: Tue Apr 30 10:05:44 2013 -0300 Bug 10157 - koha-email-enable error handling koha-email-enable now - Checks the instance exists. - Checks if email is already enabled. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Robin Sheat Signed-off-by: Jared Camins-Esakov commit 39d3b9088a34b464708e40d1fd20a954d4a6e702 Author: Tomas Cohen Arazi Date: Tue Apr 30 11:58:25 2013 -0300 Bug 10159 - koha-rebuild-zebra error handling This patch makes koha-rebuild-zebra: - Check for the existence of the instance - Handle arbitrary amount of instance parameters - Capture -a and -b (which made the script rebuild twice the chosen DB). It adds the extended version (--authorities and --biblios respectively) of the option switch. This makes the -a and -b switches work as "only do authorities" (or viceversa). They can be used concurrently, which is the default behaviour when no switch is provided. - Handle -v (and --verbose) as koha-rebuild-zebra options, to ease the use for non-techie users. - The rebuild_zebra.pl is wrapped inside an IF to return error values if we ever make rebuild_zebra.pl return error codes (this is pointed in the code). - Added -h/--help switches and an 'usage' output :-D Please provide patches for any wording issues, or contact me to fix it. To test: - Apply the patch and create your packages (or just use the script from your branch) - Run it in this scenarios / options - -h/--help to see the available option switches - Mix them with one or more instances, of which some could be fake - try -a/--authorities and -b/--biblios in all possible combinations - try -v/--verbose works Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Robin Sheat Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 15 15:29:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 May 2013 13:29:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-44-g3772f30 Message-ID: This is an automated email from the git hooks/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 3772f30a0c50db7b993ce68b10b27aeeb09f1f4b (commit) via 2e550307bedc8f198667f9c6a95b72fd33073a3e (commit) via 0526bc3fa72ed6f5e7c13d581a051bd6894374f2 (commit) via a3422a47027188b7b76f137fd92effe328ca30c3 (commit) from b8c070f5cd320eada5c6e20819d59a3d21da086a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3772f30a0c50db7b993ce68b10b27aeeb09f1f4b Author: Tomas Cohen Arazi Date: Tue Apr 23 10:14:37 2013 -0300 Bug 10094 - koha-list should have a --disabled option switch This patch adds that (--disabled) option switch, Also revisits some of the code and docs. To test: - Apply the patch and create new packages (you might just drop the koha-list command somewhere) - Create several instances (koha-create) - Randomly set some as disabled, others enabled and enable email on some. - Test all possible option switches combinations Expected results: - koha-list should abort with a proper message if mutually exclusive options selected (--email vs. --noemail, --enabled vs. --disabled) - koha-list should show the exact instances you asked for Regards To+ P.S.: I wanted to add the --disabled option switch for the tab-completion work I'm doing, but as of bug 4876 I thought it would be ok to revisit the script to make it robust and clear. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Robin Sheat Does what it says, and cleans up the script at the same time. Signed-off-by: Jared Camins-Esakov (cherry picked from commit de275ec128d3b26e953c35778e6a37e5b85273f5) Signed-off-by: Jared Camins-Esakov commit 2e550307bedc8f198667f9c6a95b72fd33073a3e Author: Tomas Cohen Arazi Date: Mon Apr 29 11:08:35 2013 -0300 Bug 10146 - koha-stop-zebra error handling koha-stop-zebra now - Checks the instance exists. - Checks the instance is enabled. - Checks if the zebra daemon is already running. Regards To+ Edit: Corrected the die message Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Robin Sheat Signed-off-by: Jared Camins-Esakov (cherry picked from commit 898e178c6ff3a79bf991defb60aec8ff58f107c6) Signed-off-by: Jared Camins-Esakov commit 0526bc3fa72ed6f5e7c13d581a051bd6894374f2 Author: Tomas Cohen Arazi Date: Tue Apr 30 10:05:44 2013 -0300 Bug 10157 - koha-email-enable error handling koha-email-enable now - Checks the instance exists. - Checks if email is already enabled. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Robin Sheat Signed-off-by: Jared Camins-Esakov (cherry picked from commit 1126dd8bf3e3f386acfc007bc6e3310cc5320100) Signed-off-by: Jared Camins-Esakov commit a3422a47027188b7b76f137fd92effe328ca30c3 Author: Tomas Cohen Arazi Date: Tue Apr 30 11:58:25 2013 -0300 Bug 10159 - koha-rebuild-zebra error handling This patch makes koha-rebuild-zebra: - Check for the existence of the instance - Handle arbitrary amount of instance parameters - Capture -a and -b (which made the script rebuild twice the chosen DB). It adds the extended version (--authorities and --biblios respectively) of the option switch. This makes the -a and -b switches work as "only do authorities" (or viceversa). They can be used concurrently, which is the default behaviour when no switch is provided. - Handle -v (and --verbose) as koha-rebuild-zebra options, to ease the use for non-techie users. - The rebuild_zebra.pl is wrapped inside an IF to return error values if we ever make rebuild_zebra.pl return error codes (this is pointed in the code). - Added -h/--help switches and an 'usage' output :-D Please provide patches for any wording issues, or contact me to fix it. To test: - Apply the patch and create your packages (or just use the script from your branch) - Run it in this scenarios / options - -h/--help to see the available option switches - Mix them with one or more instances, of which some could be fake - try -a/--authorities and -b/--biblios in all possible combinations - try -v/--verbose works Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Robin Sheat Signed-off-by: Jared Camins-Esakov (cherry picked from commit 39d3b9088a34b464708e40d1fd20a954d4a6e702) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-email-enable.xml | 4 +- debian/docs/koha-list.xml | 10 ++- debian/docs/koha-rebuild-zebra.xml | 26 ++++++- debian/scripts/koha-email-enable | 81 +++++++++++++++++--- debian/scripts/koha-list | 134 ++++++++++++++++++++++++++++------ debian/scripts/koha-rebuild-zebra | 143 +++++++++++++++++++++++++++++++----- debian/scripts/koha-stop-zebra | 127 ++++++++++++++++++++++++++++---- 7 files changed, 449 insertions(+), 76 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 15 15:29:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 May 2013 13:29:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-537-g771e91f Message-ID: This is an automated email from the git hooks/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 771e91fdcdc2fbf59324e9038e30fb3da0d92508 (commit) via de275ec128d3b26e953c35778e6a37e5b85273f5 (commit) via 898e178c6ff3a79bf991defb60aec8ff58f107c6 (commit) via 1126dd8bf3e3f386acfc007bc6e3310cc5320100 (commit) via 39d3b9088a34b464708e40d1fd20a954d4a6e702 (commit) from 89972675e7ee46d82317c4c0ebf1e64d8964416c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 771e91fdcdc2fbf59324e9038e30fb3da0d92508 Merge: 8997267 de275ec Author: Jared Camins-Esakov Date: Wed May 15 09:32:55 2013 -0400 Merge branch 'deb_scripts_312_rc1' into 3.14-master ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-email-enable.xml | 4 +- debian/docs/koha-list.xml | 10 ++- debian/docs/koha-rebuild-zebra.xml | 26 ++++++- debian/scripts/koha-email-enable | 81 +++++++++++++++++--- debian/scripts/koha-list | 134 ++++++++++++++++++++++++++++------ debian/scripts/koha-rebuild-zebra | 143 +++++++++++++++++++++++++++++++----- debian/scripts/koha-stop-zebra | 127 ++++++++++++++++++++++++++++---- 7 files changed, 449 insertions(+), 76 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 15 23:32:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 May 2013 21:32:03 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-95-g0394a8f Message-ID: This is an automated email from the git hooks/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 0394a8f8ce88b6883cd2a14d57971713f98be346 (commit) from 315847f5c0d71d02f5a47a1cae9567d04022408c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0394a8f8ce88b6883cd2a14d57971713f98be346 Author: Owen Leonard Date: Thu May 9 15:08:41 2013 -0400 Bug 10225 - If an item isn't editable, don't show the onclick Edit/Delete menu The user should not be shown edit/delete links when clicking on a row in additems which they cannot edit because of the IndependantBranches setting. This patch adds a class to the row to exclude such rows in the JavaScript onclick handler. To test: - Turn IndependantBranches on and edit items for a title which has holdings from various branches including your own. - Click a row for an item which is held by your library. You should see the "Edit/Delete" links appear. - Click a row for an item which is held by another library. No links should appear. Signed-off-by: Nicole C. Engard All test pass Signed-off-by: Katrin Fischer All tests and QA script pass. Changes to the templates include no string changes. Signed-off-by: Jared Camins-Esakov (cherry picked from commit b36d3bc796fd1b0a4db32729c994287425f10326) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 1a8db0ba7d62a70cd6b49ee705a5db9b11ad7672) Signed-off-by: Chris Cormack Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/cataloguing/additem.tt | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 15 23:41:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 15 May 2013 21:41:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-22-ga49d2d7 Message-ID: This is an automated email from the git hooks/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 a49d2d7875505064f5983e6d80e005f0ea6bc42d (commit) via f05bb04470a96eb66fa30c1b93ac7b8357db6446 (commit) via 7925b98ee8d2f1e456cf6459e14197a50b20cf09 (commit) from c3cdfb0e4a8f36a7d6b0218dc34b94cecaf39cc2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a49d2d7875505064f5983e6d80e005f0ea6bc42d Author: Owen Leonard Date: Thu May 9 15:08:41 2013 -0400 Bug 10225 - If an item isn't editable, don't show the onclick Edit/Delete menu The user should not be shown edit/delete links when clicking on a row in additems which they cannot edit because of the IndependantBranches setting. This patch adds a class to the row to exclude such rows in the JavaScript onclick handler. To test: - Turn IndependantBranches on and edit items for a title which has holdings from various branches including your own. - Click a row for an item which is held by your library. You should see the "Edit/Delete" links appear. - Click a row for an item which is held by another library. No links should appear. Signed-off-by: Nicole C. Engard All test pass Signed-off-by: Katrin Fischer All tests and QA script pass. Changes to the templates include no string changes. Signed-off-by: Jared Camins-Esakov (cherry picked from commit b36d3bc796fd1b0a4db32729c994287425f10326) Signed-off-by: Jared Camins-Esakov (cherry picked from commit 1a8db0ba7d62a70cd6b49ee705a5db9b11ad7672) Signed-off-by: Chris Cormack Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt (cherry picked from commit 0394a8f8ce88b6883cd2a14d57971713f98be346) commit f05bb04470a96eb66fa30c1b93ac7b8357db6446 Merge: 7925b98 c3cdfb0 Author: Chris Cormack Date: Thu May 16 09:45:55 2013 +1200 Merge remote-tracking branch 'kc/3.8.x' into 3.8.x commit 7925b98ee8d2f1e456cf6459e14197a50b20cf09 Author: Chris Cormack Date: Mon Apr 8 21:20:51 2013 +1200 Bug 9591 : Set Library changes after viewing Holds Queue >> reserves item To test 1. Log in to the staff client. Note your logged in library. 2. Navigate to Circulation -> Holds queue. 3. Select a holds queue report for a library other than your own. 4. From the holds queue report page, click the "Check out" tab and enter the card number of a patron who has holds. 5. On the circulation page for that patron, click the "Holds" tab. 6. Click one of the titles in the list of holds. Your logged in branch will now match the library you chose for the holds queue report. Alternate sequence: 4. From the holds queue report page, click the "Check out" tab and do a non-exact search (search which will return more than one result) for a patron who has holds. 5. Choose the correct patron from the list of results. Your logged in branch will now match the library you chose for the holds queue report. Apply the patch and repeat, this time it should not change your logged in branch Signed-off-by: Mirko Tietgen Weird bug, the patch works for me. Signed-off-by: Katrin Fischer Good catch. All tests and QA script pass. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: circ/view_holdsqueue.pl | 2 +- .../prog/en/modules/cataloguing/additem.tt | 16 ++++++++++++++-- .../prog/en/modules/circ/view_holdsqueue.tt | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 16 03:44:58 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 May 2013 01:44:58 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10030 created. v3.12.00-beta1-539-g656aba3 Message-ID: This is an automated email from the git hooks/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_10030 has been created at 656aba3e1ff1a2eb69baf9bbab38cf4b37b38afe (commit) - Log ----------------------------------------------------------------- commit 656aba3e1ff1a2eb69baf9bbab38cf4b37b38afe Author: Marcel de Rooy Date: Wed May 15 16:06:49 2013 +0200 Bug 10030: QA Followup for trivial false warning detected while testing Moving the warn line below the line that returns if amount<=0. If amount<=0, a false warn is now raised because of the return after it. We should only warn here if we do not return. Signed-off-by: Marcel de Rooy Tested with fines.pl on overdue. Before this patch: Reducing fine for item 199709 borrower 23 from 44 to -1 - MaxFine reached. This did not happen however because of the return. After this change: no false warning. Signed-off-by: Jared Camins-Esakov commit 9fc4c64140640df25b7a6519226d3d097bd9b72c Author: Kyle M Hall Date: Thu Apr 11 15:46:50 2013 -0400 Bug 10030 - MaxFines checks against amount, not amount outstanding If a patron has over time accumulated fines greater than the amount defined in MaxFine, the patron will never get more fines even if they have previously paid off those fines. This bug was introduced by the patch for Bug 7420. Test Plan: 1) Create a patron 2) Create a fine of 10.00 for that patron 3) Pay off the fine 4) Set MaxFines to 5.00 5) Check out an item to the patron, backdate the due date so the item should generate fines. 6) Run fines.pl, observe that no fine was created 7) Apply the patch 8) Rerun fines.pl 9) Observe that the fine was created correctly Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 16 04:09:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 May 2013 02:09:17 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta3-49-gbbc4267 Message-ID: This is an automated email from the git hooks/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 bbc4267296a2d00522648eafd232ecc69a31712e (commit) via 0eb9cbb3250d0f87c726c35f69b85beb600001af (commit) via 4f881ba4846d29816cf7b5380a1ab3c0d27ca25d (commit) via cdfe84068a10cd01a89a11a868056538782c2161 (commit) via 8e1e34f2fa0c6e85388a1888cda77a0879cb07f5 (commit) from 3772f30a0c50db7b993ce68b10b27aeeb09f1f4b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bbc4267296a2d00522648eafd232ecc69a31712e Author: Jared Camins-Esakov Date: Wed May 15 22:13:08 2013 -0400 Update 3.12 release notes for Koha 3.12.0-rc2 commit 0eb9cbb3250d0f87c726c35f69b85beb600001af Merge: 4f881ba 8e1e34f Author: Jared Camins-Esakov Date: Wed May 15 21:56:33 2013 -0400 Merge remote-tracking branch 'translate/3.12-RC' into 3.12-master commit 4f881ba4846d29816cf7b5380a1ab3c0d27ca25d Author: Marcel de Rooy Date: Wed May 15 16:06:49 2013 +0200 Bug 10030: QA Followup for trivial false warning detected while testing Moving the warn line below the line that returns if amount<=0. If amount<=0, a false warn is now raised because of the return after it. We should only warn here if we do not return. Signed-off-by: Marcel de Rooy Tested with fines.pl on overdue. Before this patch: Reducing fine for item 199709 borrower 23 from 44 to -1 - MaxFine reached. This did not happen however because of the return. After this change: no false warning. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 656aba3e1ff1a2eb69baf9bbab38cf4b37b38afe) Signed-off-by: Jared Camins-Esakov commit cdfe84068a10cd01a89a11a868056538782c2161 Author: Kyle M Hall Date: Thu Apr 11 15:46:50 2013 -0400 Bug 10030 - MaxFines checks against amount, not amount outstanding If a patron has over time accumulated fines greater than the amount defined in MaxFine, the patron will never get more fines even if they have previously paid off those fines. This bug was introduced by the patch for Bug 7420. Test Plan: 1) Create a patron 2) Create a fine of 10.00 for that patron 3) Pay off the fine 4) Set MaxFines to 5.00 5) Check out an item to the patron, backdate the due date so the item should generate fines. 6) Run fines.pl, observe that no fine was created 7) Apply the patch 8) Rerun fines.pl 9) Observe that the fine was created correctly Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit 9fc4c64140640df25b7a6519226d3d097bd9b72c) Signed-off-by: Jared Camins-Esakov commit 8e1e34f2fa0c6e85388a1888cda77a0879cb07f5 Author: D Ruth Bavousett Date: Wed May 15 22:45:14 2013 -0300 Language update for 3.12-RC ----------------------------------------------------------------------- Summary of changes: C4/Overdues.pm | 6 +- misc/release_notes/release_notes_3_12_0.txt | 199 +- .../po/am-Ethi-i-opac-t-prog-v-3006000.po |24411 ++-- .../po/am-Ethi-i-staff-t-prog-v-3006000.po |74774 +++++---- misc/translator/po/am-Ethi-opac-ccsr.po | 885 + misc/translator/po/am-Ethi-pref.po |46652 ++++++- .../po/ar-Arab-i-opac-t-prog-v-3006000.po |17738 ++- .../po/ar-Arab-i-staff-t-prog-v-3006000.po |166650 +++++++++++--------- misc/translator/po/ar-Arab-opac-ccsr.po | 879 + misc/translator/po/ar-Arab-pref.po |55268 ++++++- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po |12672 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po |127578 ++++++++------- misc/translator/po/az-AZ-opac-ccsr.po | 891 + misc/translator/po/az-AZ-pref.po |61408 +++++++- misc/translator/po/ben-i-opac-t-prog-v-3006000.po |12396 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po |74785 +++++---- misc/translator/po/ben-opac-ccsr.po | 875 + misc/translator/po/ben-pref.po |51488 ++++++- .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po |12615 +- .../po/ca-VA-i-staff-t-prog-v-3006000.po |74785 +++++---- misc/translator/po/ca-VA-opac-ccsr.po | 889 + misc/translator/po/ca-VA-pref.po |45310 +++++- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po |21299 ++-- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |122366 +++++++++------ misc/translator/po/cs-CZ-opac-ccsr.po | 883 + misc/translator/po/cs-CZ-pref.po |24022 +--- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po |13614 +- .../po/da-DK-i-staff-t-prog-v-3006000.po |84092 ++++++----- misc/translator/po/da-DK-opac-ccsr.po | 878 + misc/translator/po/da-DK-pref.po |29085 +++- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po |19163 +++ .../po/de-CH-i-staff-t-prog-v-3006000.po |108619 +++++++++++++ misc/translator/po/de-CH-opac-ccsr.po | 880 + misc/translator/po/de-CH-pref.po |34552 ++++ .../translator/po/de-DE-i-opac-t-prog-v-3006000.po |12756 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |74275 +++++----- misc/translator/po/de-DE-opac-ccsr.po | 880 + misc/translator/po/de-DE-pref.po |42855 +++++- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po |14155 +- .../po/el-GR-i-staff-t-prog-v-3006000.po |108039 +++++++------ misc/translator/po/el-GR-opac-ccsr.po | 885 + misc/translator/po/el-GR-pref.po |16654 ++- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po |12821 +- .../po/en-GB-i-staff-t-prog-v-3006000.po |77314 ++++++---- misc/translator/po/en-GB-opac-ccsr.po | 886 + misc/translator/po/en-GB-pref.po |78964 +++++++++- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po |14264 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po |113666 ++++++++------ misc/translator/po/en-NZ-opac-ccsr.po | 878 + misc/translator/po/en-NZ-pref.po |43035 +++++- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po |13203 +- .../po/es-ES-i-staff-t-prog-v-3006000.po |96371 +++++++----- misc/translator/po/es-ES-opac-ccsr.po | 878 + misc/translator/po/es-ES-pref.po | 1672 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po |12675 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po |103701 ++++++++++++ misc/translator/po/eu-opac-ccsr.po | 881 + misc/translator/po/eu-pref.po |78902 +++++++++- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po |14512 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po |77377 ++++++---- misc/translator/po/fi-FI-opac-ccsr.po | 891 + misc/translator/po/fi-FI-pref.po |63686 +++++++- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po |13991 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po |79709 ++++++---- misc/translator/po/fr-CA-opac-ccsr.po | 893 + misc/translator/po/fr-CA-pref.po |21314 +++- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po |16640 ++- .../po/fr-FR-i-staff-t-prog-v-3006000.po |147510 ++++++++++------- misc/translator/po/fr-FR-opac-ccsr.po | 890 + misc/translator/po/fr-FR-pref.po | 3794 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po |12640 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po |119059 ++++++++------- misc/translator/po/hi-opac-ccsr.po | 887 + misc/translator/po/hi-pref.po |34410 ++++- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po |13583 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po |79628 ++++++---- misc/translator/po/hr-HR-opac-ccsr.po | 886 + misc/translator/po/hr-HR-pref.po |21170 +++- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po |24591 ++-- .../po/hu-HU-i-staff-t-prog-v-3006000.po |120353 ++++++++------- misc/translator/po/hu-HU-opac-ccsr.po | 887 + misc/translator/po/hu-HU-pref.po |67602 ++++++++- .../po/hy-Armn-i-opac-t-prog-v-3006000.po |15583 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po |89741 ++++++----- misc/translator/po/hy-Armn-opac-ccsr.po | 882 + misc/translator/po/hy-Armn-pref.po |71308 ++++++++- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po |16399 ++- .../po/id-ID-i-staff-t-prog-v-3006000.po |75563 +++++---- misc/translator/po/id-ID-opac-ccsr.po | 876 + misc/translator/po/id-ID-pref.po |82180 ++++++++++- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po |12974 +- misc/translator/po/is-IS-opac-ccsr.po | 891 + misc/translator/po/is-IS-pref.po |56594 +++++++- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po |15344 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |90460 ++++++----- misc/translator/po/it-IT-opac-ccsr.po | 882 + misc/translator/po/it-IT-pref.po |50483 ++++++- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po |24686 ++-- misc/translator/po/ja-Jpan-JP-opac-ccsr.po | 903 + misc/translator/po/ja-Jpan-JP-pref.po |47852 ++++++- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po |12739 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po |75482 +++++---- misc/translator/po/lo-Laoo-opac-ccsr.po | 885 + misc/translator/po/lo-Laoo-pref.po |68812 ++++++++- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po |25558 ++-- misc/translator/po/mi-NZ-opac-ccsr.po | 886 + misc/translator/po/mi-NZ-pref.po |24004 +++- misc/translator/po/mon-i-opac-t-prog-v-3006000.po |12639 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po |126509 ++++++++------- misc/translator/po/mon-opac-ccsr.po | 892 + misc/translator/po/mon-pref.po |72600 ++++++++- misc/translator/po/mr-i-opac-t-prog-v-3006000.po |12365 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po |75364 +++++---- misc/translator/po/mr-opac-ccsr.po | 883 + misc/translator/po/mr-pref.po |58004 +++++++- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po |16892 ++- .../po/ms-MY-i-staff-t-prog-v-3006000.po |75482 +++++---- misc/translator/po/ms-MY-opac-ccsr.po | 879 + misc/translator/po/ms-MY-pref.po | 2488 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po |16301 ++- .../po/nb-NO-i-staff-t-prog-v-3006000.po |83636 ++++++---- misc/translator/po/nb-NO-opac-ccsr.po | 882 + misc/translator/po/nb-NO-pref.po |19327 ++- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po |13787 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po |80227 ++++++---- misc/translator/po/nl-BE-opac-ccsr.po | 881 + misc/translator/po/nl-BE-pref.po |38089 ++++- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po |16772 ++- .../po/nl-NL-i-staff-t-prog-v-3006000.po |74825 +++++---- misc/translator/po/nl-NL-opac-ccsr.po | 889 + misc/translator/po/nl-NL-pref.po |56740 +++++++- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po |12460 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po |104087 +++++++------ misc/translator/po/nn-NO-opac-ccsr.po | 898 + misc/translator/po/nn-NO-pref.po |42904 +++++- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po |14716 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po |80837 ++++++---- misc/translator/po/pl-PL-opac-ccsr.po | 884 + misc/translator/po/pl-PL-pref.po |26288 +++- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po |14322 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po |86238 ++++++----- misc/translator/po/pt-BR-opac-ccsr.po | 884 + misc/translator/po/pt-BR-pref.po |13470 ++- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po |17719 ++- .../po/pt-PT-i-staff-t-prog-v-3006000.po |136769 +++++++++-------- misc/translator/po/pt-PT-opac-ccsr.po | 902 + misc/translator/po/pt-PT-pref.po | 9606 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po |12718 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po |76469 ++++++---- misc/translator/po/ro-RO-opac-ccsr.po | 892 + misc/translator/po/ro-RO-pref.po |50312 ++++++- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po |12826 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po |81154 ++++++---- misc/translator/po/ru-RU-opac-ccsr.po | 890 + misc/translator/po/ru-RU-pref.po |15332 ++- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po |12369 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po |74774 +++++---- misc/translator/po/sd-PK-opac-ccsr.po | 874 + misc/translator/po/sd-PK-pref.po |82670 ++++++++++- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po |23534 ++-- .../po/sk-SK-i-staff-t-prog-v-3006000.po |148136 ++++++++++-------- misc/translator/po/sk-SK-opac-ccsr.po | 881 + misc/translator/po/sk-SK-pref.po |44040 +++++- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po |16111 ++- .../po/sv-SE-i-staff-t-prog-v-3006000.po |86040 ++++++----- misc/translator/po/sv-SE-opac-ccsr.po | 889 + misc/translator/po/sv-SE-pref.po |84944 ++++++++++- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po |14833 ++- .../po/ta-LK-i-staff-t-prog-v-3006000.po |111915 ++++++++------ misc/translator/po/ta-LK-opac-ccsr.po | 870 + misc/translator/po/ta-LK-pref.po |70254 +++++++-- misc/translator/po/ta-i-opac-t-prog-v-3006000.po |18549 +++ misc/translator/po/ta-i-staff-t-prog-v-3006000.po |103701 ++++++++++++ misc/translator/po/ta-opac-ccsr.po | 870 + misc/translator/po/ta-pref.po |57998 +++++++ misc/translator/po/tet-i-opac-t-prog-v-3006000.po |13224 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po |76958 ++++++---- misc/translator/po/tet-opac-ccsr.po | 885 + misc/translator/po/tet-pref.po |31500 ++++- .../po/th-THA-i-opac-t-prog-v-3006000.po |12713 +- .../po/th-THA-i-staff-t-prog-v-3006000.po |74975 +++++---- misc/translator/po/th-THA-opac-ccsr.po | 891 + misc/translator/po/th-THA-pref.po |11886 ++- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po |14933 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po |130124 +++++++++------- misc/translator/po/tr-TR-opac-ccsr.po | 881 + misc/translator/po/tr-TR-pref.po |76334 +++++++++- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po |12838 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po |115961 ++++++++------ misc/translator/po/uk-UA-opac-ccsr.po | 893 + misc/translator/po/uk-UA-pref.po |27168 +++- .../po/ur-Arab-i-opac-t-prog-v-3006000.po |12352 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po |74775 +++++---- misc/translator/po/ur-Arab-opac-ccsr.po | 877 + misc/translator/po/ur-Arab-pref.po | 5138 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po |17389 ++- .../po/vi-VN-i-staff-t-prog-v-3006000.po |111854 ++++++++------ misc/translator/po/vi-VN-opac-ccsr.po | 882 + misc/translator/po/vi-VN-pref.po |94088 ++++++++--- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po |32872 ++-- misc/translator/po/zh-Hans-CN-opac-ccsr.po | 870 + misc/translator/po/zh-Hans-CN-pref.po |65490 ++++++++- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po |15140 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |69769 +-------- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 871 + misc/translator/po/zh-Hans-TW-pref.po |67978 ++++++++- 206 files changed, 5411061 insertions(+), 2428717 deletions(-) create mode 100644 misc/translator/po/am-Ethi-opac-ccsr.po create mode 100644 misc/translator/po/ar-Arab-opac-ccsr.po create mode 100644 misc/translator/po/az-AZ-opac-ccsr.po create mode 100644 misc/translator/po/ben-opac-ccsr.po create mode 100644 misc/translator/po/ca-VA-opac-ccsr.po create mode 100644 misc/translator/po/cs-CZ-opac-ccsr.po create mode 100644 misc/translator/po/da-DK-opac-ccsr.po create mode 100644 misc/translator/po/de-CH-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/de-CH-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/de-CH-opac-ccsr.po create mode 100644 misc/translator/po/de-CH-pref.po create mode 100644 misc/translator/po/de-DE-opac-ccsr.po create mode 100644 misc/translator/po/el-GR-opac-ccsr.po create mode 100644 misc/translator/po/en-GB-opac-ccsr.po create mode 100644 misc/translator/po/en-NZ-opac-ccsr.po create mode 100644 misc/translator/po/es-ES-opac-ccsr.po create mode 100644 misc/translator/po/eu-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/eu-opac-ccsr.po create mode 100644 misc/translator/po/fi-FI-opac-ccsr.po create mode 100644 misc/translator/po/fr-CA-opac-ccsr.po create mode 100644 misc/translator/po/fr-FR-opac-ccsr.po create mode 100644 misc/translator/po/hi-opac-ccsr.po create mode 100644 misc/translator/po/hr-HR-opac-ccsr.po create mode 100644 misc/translator/po/hu-HU-opac-ccsr.po create mode 100644 misc/translator/po/hy-Armn-opac-ccsr.po create mode 100644 misc/translator/po/id-ID-opac-ccsr.po create mode 100644 misc/translator/po/is-IS-opac-ccsr.po create mode 100644 misc/translator/po/it-IT-opac-ccsr.po create mode 100644 misc/translator/po/ja-Jpan-JP-opac-ccsr.po create mode 100644 misc/translator/po/lo-Laoo-opac-ccsr.po create mode 100644 misc/translator/po/mi-NZ-opac-ccsr.po create mode 100644 misc/translator/po/mon-opac-ccsr.po create mode 100644 misc/translator/po/mr-opac-ccsr.po create mode 100644 misc/translator/po/ms-MY-opac-ccsr.po create mode 100644 misc/translator/po/nb-NO-opac-ccsr.po create mode 100644 misc/translator/po/nl-BE-opac-ccsr.po create mode 100644 misc/translator/po/nl-NL-opac-ccsr.po create mode 100644 misc/translator/po/nn-NO-opac-ccsr.po create mode 100644 misc/translator/po/pl-PL-opac-ccsr.po create mode 100644 misc/translator/po/pt-BR-opac-ccsr.po create mode 100644 misc/translator/po/pt-PT-opac-ccsr.po create mode 100644 misc/translator/po/ro-RO-opac-ccsr.po create mode 100644 misc/translator/po/ru-RU-opac-ccsr.po create mode 100644 misc/translator/po/sd-PK-opac-ccsr.po create mode 100644 misc/translator/po/sk-SK-opac-ccsr.po create mode 100644 misc/translator/po/sv-SE-opac-ccsr.po create mode 100644 misc/translator/po/ta-LK-opac-ccsr.po create mode 100644 misc/translator/po/ta-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/ta-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ta-opac-ccsr.po create mode 100644 misc/translator/po/ta-pref.po create mode 100644 misc/translator/po/tet-opac-ccsr.po create mode 100644 misc/translator/po/th-THA-opac-ccsr.po create mode 100644 misc/translator/po/tr-TR-opac-ccsr.po create mode 100644 misc/translator/po/uk-UA-opac-ccsr.po create mode 100644 misc/translator/po/ur-Arab-opac-ccsr.po create mode 100644 misc/translator/po/vi-VN-opac-ccsr.po create mode 100644 misc/translator/po/zh-Hans-CN-opac-ccsr.po create mode 100644 misc/translator/po/zh-Hans-TW-opac-ccsr.po hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 16 04:10:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 May 2013 02:10:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-542-g6f9b5f3 Message-ID: This is an automated email from the git hooks/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 6f9b5f34863e5e76621a75050cf4a9da00587017 (commit) via 63302e77b84cd4a2b5f3745a1338a5257d6f0fb7 (commit) via 696e83e42d9a6d044d0754950b5570aa5d70a889 (commit) via 656aba3e1ff1a2eb69baf9bbab38cf4b37b38afe (commit) via 9fc4c64140640df25b7a6519226d3d097bd9b72c (commit) from 771e91fdcdc2fbf59324e9038e30fb3da0d92508 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6f9b5f34863e5e76621a75050cf4a9da00587017 Author: Jared Camins-Esakov Date: Wed May 15 22:13:08 2013 -0400 Update 3.12 release notes for Koha 3.12.0-rc2 (cherry picked from commit bbc4267296a2d00522648eafd232ecc69a31712e) Signed-off-by: Jared Camins-Esakov commit 63302e77b84cd4a2b5f3745a1338a5257d6f0fb7 Author: D Ruth Bavousett Date: Wed May 15 22:45:14 2013 -0300 Language update for 3.12-RC (cherry picked from commit 8e1e34f2fa0c6e85388a1888cda77a0879cb07f5) Signed-off-by: Jared Camins-Esakov commit 696e83e42d9a6d044d0754950b5570aa5d70a889 Merge: 771e91f 656aba3 Author: Jared Camins-Esakov Date: Wed May 15 21:51:55 2013 -0400 Merge branch 'bug_10030' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Overdues.pm | 6 +- misc/release_notes/release_notes_3_12_0.txt | 199 +- .../po/am-Ethi-i-opac-t-prog-v-3006000.po |24411 ++-- .../po/am-Ethi-i-staff-t-prog-v-3006000.po |74774 +++++---- misc/translator/po/am-Ethi-opac-ccsr.po | 885 + misc/translator/po/am-Ethi-pref.po |46652 ++++++- .../po/ar-Arab-i-opac-t-prog-v-3006000.po |17738 ++- .../po/ar-Arab-i-staff-t-prog-v-3006000.po |166650 +++++++++++--------- misc/translator/po/ar-Arab-opac-ccsr.po | 879 + misc/translator/po/ar-Arab-pref.po |55268 ++++++- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po |12672 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po |127578 ++++++++------- misc/translator/po/az-AZ-opac-ccsr.po | 891 + misc/translator/po/az-AZ-pref.po |61408 +++++++- misc/translator/po/ben-i-opac-t-prog-v-3006000.po |12396 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po |74785 +++++---- misc/translator/po/ben-opac-ccsr.po | 875 + misc/translator/po/ben-pref.po |51488 ++++++- .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po |12615 +- .../po/ca-VA-i-staff-t-prog-v-3006000.po |74785 +++++---- misc/translator/po/ca-VA-opac-ccsr.po | 889 + misc/translator/po/ca-VA-pref.po |45310 +++++- .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po |21299 ++-- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |122366 +++++++++------ misc/translator/po/cs-CZ-opac-ccsr.po | 883 + misc/translator/po/cs-CZ-pref.po |24022 +--- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po |13614 +- .../po/da-DK-i-staff-t-prog-v-3006000.po |84092 ++++++----- misc/translator/po/da-DK-opac-ccsr.po | 878 + misc/translator/po/da-DK-pref.po |29085 +++- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po |19163 +++ .../po/de-CH-i-staff-t-prog-v-3006000.po |108619 +++++++++++++ misc/translator/po/de-CH-opac-ccsr.po | 880 + misc/translator/po/de-CH-pref.po |34552 ++++ .../translator/po/de-DE-i-opac-t-prog-v-3006000.po |12756 +- .../po/de-DE-i-staff-t-prog-v-3006000.po |74275 +++++----- misc/translator/po/de-DE-opac-ccsr.po | 880 + misc/translator/po/de-DE-pref.po |42855 +++++- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po |14155 +- .../po/el-GR-i-staff-t-prog-v-3006000.po |108039 +++++++------ misc/translator/po/el-GR-opac-ccsr.po | 885 + misc/translator/po/el-GR-pref.po |16654 ++- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po |12821 +- .../po/en-GB-i-staff-t-prog-v-3006000.po |77314 ++++++---- misc/translator/po/en-GB-opac-ccsr.po | 886 + misc/translator/po/en-GB-pref.po |78964 +++++++++- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po |14264 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po |113666 ++++++++------ misc/translator/po/en-NZ-opac-ccsr.po | 878 + misc/translator/po/en-NZ-pref.po |43035 +++++- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po |13203 +- .../po/es-ES-i-staff-t-prog-v-3006000.po |96371 +++++++----- misc/translator/po/es-ES-opac-ccsr.po | 878 + misc/translator/po/es-ES-pref.po | 1672 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po |12675 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po |103701 ++++++++++++ misc/translator/po/eu-opac-ccsr.po | 881 + misc/translator/po/eu-pref.po |78902 +++++++++- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po |14512 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po |77377 ++++++---- misc/translator/po/fi-FI-opac-ccsr.po | 891 + misc/translator/po/fi-FI-pref.po |63686 +++++++- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po |13991 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po |79709 ++++++---- misc/translator/po/fr-CA-opac-ccsr.po | 893 + misc/translator/po/fr-CA-pref.po |21314 +++- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po |16640 ++- .../po/fr-FR-i-staff-t-prog-v-3006000.po |147510 ++++++++++------- misc/translator/po/fr-FR-opac-ccsr.po | 890 + misc/translator/po/fr-FR-pref.po | 3794 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po |12640 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po |119059 ++++++++------- misc/translator/po/hi-opac-ccsr.po | 887 + misc/translator/po/hi-pref.po |34410 ++++- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po |13583 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po |79628 ++++++---- misc/translator/po/hr-HR-opac-ccsr.po | 886 + misc/translator/po/hr-HR-pref.po |21170 +++- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po |24591 ++-- .../po/hu-HU-i-staff-t-prog-v-3006000.po |120353 ++++++++------- misc/translator/po/hu-HU-opac-ccsr.po | 887 + misc/translator/po/hu-HU-pref.po |67602 ++++++++- .../po/hy-Armn-i-opac-t-prog-v-3006000.po |15583 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po |89741 ++++++----- misc/translator/po/hy-Armn-opac-ccsr.po | 882 + misc/translator/po/hy-Armn-pref.po |71308 ++++++++- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po |16399 ++- .../po/id-ID-i-staff-t-prog-v-3006000.po |75563 +++++---- misc/translator/po/id-ID-opac-ccsr.po | 876 + misc/translator/po/id-ID-pref.po |82180 ++++++++++- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po |12974 +- misc/translator/po/is-IS-opac-ccsr.po | 891 + misc/translator/po/is-IS-pref.po |56594 +++++++- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po |15344 +- .../po/it-IT-i-staff-t-prog-v-3006000.po |90460 ++++++----- misc/translator/po/it-IT-opac-ccsr.po | 882 + misc/translator/po/it-IT-pref.po |50483 ++++++- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po |24686 ++-- misc/translator/po/ja-Jpan-JP-opac-ccsr.po | 903 + misc/translator/po/ja-Jpan-JP-pref.po |47852 ++++++- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po |12739 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po |75482 +++++---- misc/translator/po/lo-Laoo-opac-ccsr.po | 885 + misc/translator/po/lo-Laoo-pref.po |68812 ++++++++- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po |25558 ++-- misc/translator/po/mi-NZ-opac-ccsr.po | 886 + misc/translator/po/mi-NZ-pref.po |24004 +++- misc/translator/po/mon-i-opac-t-prog-v-3006000.po |12639 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po |126509 ++++++++------- misc/translator/po/mon-opac-ccsr.po | 892 + misc/translator/po/mon-pref.po |72600 ++++++++- misc/translator/po/mr-i-opac-t-prog-v-3006000.po |12365 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po |75364 +++++---- misc/translator/po/mr-opac-ccsr.po | 883 + misc/translator/po/mr-pref.po |58004 +++++++- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po |16892 ++- .../po/ms-MY-i-staff-t-prog-v-3006000.po |75482 +++++---- misc/translator/po/ms-MY-opac-ccsr.po | 879 + misc/translator/po/ms-MY-pref.po | 2488 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po |16301 ++- .../po/nb-NO-i-staff-t-prog-v-3006000.po |83636 ++++++---- misc/translator/po/nb-NO-opac-ccsr.po | 882 + misc/translator/po/nb-NO-pref.po |19327 ++- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po |13787 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po |80227 ++++++---- misc/translator/po/nl-BE-opac-ccsr.po | 881 + misc/translator/po/nl-BE-pref.po |38089 ++++- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po |16772 ++- .../po/nl-NL-i-staff-t-prog-v-3006000.po |74825 +++++---- misc/translator/po/nl-NL-opac-ccsr.po | 889 + misc/translator/po/nl-NL-pref.po |56740 +++++++- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po |12460 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po |104087 +++++++------ misc/translator/po/nn-NO-opac-ccsr.po | 898 + misc/translator/po/nn-NO-pref.po |42904 +++++- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po |14716 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po |80837 ++++++---- misc/translator/po/pl-PL-opac-ccsr.po | 884 + misc/translator/po/pl-PL-pref.po |26288 +++- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po |14322 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po |86238 ++++++----- misc/translator/po/pt-BR-opac-ccsr.po | 884 + misc/translator/po/pt-BR-pref.po |13470 ++- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po |17719 ++- .../po/pt-PT-i-staff-t-prog-v-3006000.po |136769 +++++++++-------- misc/translator/po/pt-PT-opac-ccsr.po | 902 + misc/translator/po/pt-PT-pref.po | 9606 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po |12718 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po |76469 ++++++---- misc/translator/po/ro-RO-opac-ccsr.po | 892 + misc/translator/po/ro-RO-pref.po |50312 ++++++- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po |12826 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po |81154 ++++++---- misc/translator/po/ru-RU-opac-ccsr.po | 890 + misc/translator/po/ru-RU-pref.po |15332 ++- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po |12369 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po |74774 +++++---- misc/translator/po/sd-PK-opac-ccsr.po | 874 + misc/translator/po/sd-PK-pref.po |82670 ++++++++++- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po |23534 ++-- .../po/sk-SK-i-staff-t-prog-v-3006000.po |148136 ++++++++++-------- misc/translator/po/sk-SK-opac-ccsr.po | 881 + misc/translator/po/sk-SK-pref.po |44040 +++++- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po |16111 ++- .../po/sv-SE-i-staff-t-prog-v-3006000.po |86040 ++++++----- misc/translator/po/sv-SE-opac-ccsr.po | 889 + misc/translator/po/sv-SE-pref.po |84944 ++++++++++- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po |14833 ++- .../po/ta-LK-i-staff-t-prog-v-3006000.po |111915 ++++++++------ misc/translator/po/ta-LK-opac-ccsr.po | 870 + misc/translator/po/ta-LK-pref.po |70254 +++++++-- misc/translator/po/ta-i-opac-t-prog-v-3006000.po |18549 +++ misc/translator/po/ta-i-staff-t-prog-v-3006000.po |103701 ++++++++++++ misc/translator/po/ta-opac-ccsr.po | 870 + misc/translator/po/ta-pref.po |57998 +++++++ misc/translator/po/tet-i-opac-t-prog-v-3006000.po |13224 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po |76958 ++++++---- misc/translator/po/tet-opac-ccsr.po | 885 + misc/translator/po/tet-pref.po |31500 ++++- .../po/th-THA-i-opac-t-prog-v-3006000.po |12713 +- .../po/th-THA-i-staff-t-prog-v-3006000.po |74975 +++++---- misc/translator/po/th-THA-opac-ccsr.po | 891 + misc/translator/po/th-THA-pref.po |11886 ++- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po |14933 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po |130124 +++++++++------- misc/translator/po/tr-TR-opac-ccsr.po | 881 + misc/translator/po/tr-TR-pref.po |76334 +++++++++- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po |12838 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po |115961 ++++++++------ misc/translator/po/uk-UA-opac-ccsr.po | 893 + misc/translator/po/uk-UA-pref.po |27168 +++- .../po/ur-Arab-i-opac-t-prog-v-3006000.po |12352 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po |74775 +++++---- misc/translator/po/ur-Arab-opac-ccsr.po | 877 + misc/translator/po/ur-Arab-pref.po | 5138 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po |17389 ++- .../po/vi-VN-i-staff-t-prog-v-3006000.po |111854 ++++++++------ misc/translator/po/vi-VN-opac-ccsr.po | 882 + misc/translator/po/vi-VN-pref.po |94088 ++++++++--- .../po/zh-Hans-CN-i-opac-t-prog-v-3006000.po |32872 ++-- misc/translator/po/zh-Hans-CN-opac-ccsr.po | 870 + misc/translator/po/zh-Hans-CN-pref.po |65490 ++++++++- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po |15140 +- .../po/zh-Hans-TW-i-staff-t-prog-v-3006000.po |69769 +-------- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 871 + misc/translator/po/zh-Hans-TW-pref.po |67978 ++++++++- 206 files changed, 5411061 insertions(+), 2428717 deletions(-) create mode 100644 misc/translator/po/am-Ethi-opac-ccsr.po create mode 100644 misc/translator/po/ar-Arab-opac-ccsr.po create mode 100644 misc/translator/po/az-AZ-opac-ccsr.po create mode 100644 misc/translator/po/ben-opac-ccsr.po create mode 100644 misc/translator/po/ca-VA-opac-ccsr.po create mode 100644 misc/translator/po/cs-CZ-opac-ccsr.po create mode 100644 misc/translator/po/da-DK-opac-ccsr.po create mode 100644 misc/translator/po/de-CH-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/de-CH-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/de-CH-opac-ccsr.po create mode 100644 misc/translator/po/de-CH-pref.po create mode 100644 misc/translator/po/de-DE-opac-ccsr.po create mode 100644 misc/translator/po/el-GR-opac-ccsr.po create mode 100644 misc/translator/po/en-GB-opac-ccsr.po create mode 100644 misc/translator/po/en-NZ-opac-ccsr.po create mode 100644 misc/translator/po/es-ES-opac-ccsr.po create mode 100644 misc/translator/po/eu-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/eu-opac-ccsr.po create mode 100644 misc/translator/po/fi-FI-opac-ccsr.po create mode 100644 misc/translator/po/fr-CA-opac-ccsr.po create mode 100644 misc/translator/po/fr-FR-opac-ccsr.po create mode 100644 misc/translator/po/hi-opac-ccsr.po create mode 100644 misc/translator/po/hr-HR-opac-ccsr.po create mode 100644 misc/translator/po/hu-HU-opac-ccsr.po create mode 100644 misc/translator/po/hy-Armn-opac-ccsr.po create mode 100644 misc/translator/po/id-ID-opac-ccsr.po create mode 100644 misc/translator/po/is-IS-opac-ccsr.po create mode 100644 misc/translator/po/it-IT-opac-ccsr.po create mode 100644 misc/translator/po/ja-Jpan-JP-opac-ccsr.po create mode 100644 misc/translator/po/lo-Laoo-opac-ccsr.po create mode 100644 misc/translator/po/mi-NZ-opac-ccsr.po create mode 100644 misc/translator/po/mon-opac-ccsr.po create mode 100644 misc/translator/po/mr-opac-ccsr.po create mode 100644 misc/translator/po/ms-MY-opac-ccsr.po create mode 100644 misc/translator/po/nb-NO-opac-ccsr.po create mode 100644 misc/translator/po/nl-BE-opac-ccsr.po create mode 100644 misc/translator/po/nl-NL-opac-ccsr.po create mode 100644 misc/translator/po/nn-NO-opac-ccsr.po create mode 100644 misc/translator/po/pl-PL-opac-ccsr.po create mode 100644 misc/translator/po/pt-BR-opac-ccsr.po create mode 100644 misc/translator/po/pt-PT-opac-ccsr.po create mode 100644 misc/translator/po/ro-RO-opac-ccsr.po create mode 100644 misc/translator/po/ru-RU-opac-ccsr.po create mode 100644 misc/translator/po/sd-PK-opac-ccsr.po create mode 100644 misc/translator/po/sk-SK-opac-ccsr.po create mode 100644 misc/translator/po/sv-SE-opac-ccsr.po create mode 100644 misc/translator/po/ta-LK-opac-ccsr.po create mode 100644 misc/translator/po/ta-i-opac-t-prog-v-3006000.po create mode 100644 misc/translator/po/ta-i-staff-t-prog-v-3006000.po create mode 100644 misc/translator/po/ta-opac-ccsr.po create mode 100644 misc/translator/po/ta-pref.po create mode 100644 misc/translator/po/tet-opac-ccsr.po create mode 100644 misc/translator/po/th-THA-opac-ccsr.po create mode 100644 misc/translator/po/tr-TR-opac-ccsr.po create mode 100644 misc/translator/po/uk-UA-opac-ccsr.po create mode 100644 misc/translator/po/ur-Arab-opac-ccsr.po create mode 100644 misc/translator/po/vi-VN-opac-ccsr.po create mode 100644 misc/translator/po/zh-Hans-CN-opac-ccsr.po create mode 100644 misc/translator/po/zh-Hans-TW-opac-ccsr.po hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 16 21:20:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 May 2013 19:20:06 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.12.00-rc2 created. v3.12.00-rc2 Message-ID: This is an automated email from the git 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.00-rc2 has been created at 3d635244cce3657aeb0880630b09ece9b87c9118 (tag) tagging bbc4267296a2d00522648eafd232ecc69a31712e (commit) replaces v3.12.00-rc1 tagged by Jared Camins-Esakov on Thu May 16 15:26:31 2013 -0400 - Log ----------------------------------------------------------------- Koha v3.12.00-rc2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABAgAGBQJRlTLtAAoJEIya4kPuFV6t6jYH/RnDrZnnIQLLDCaQRMrJnfk5 w/qPbnS65ZcrEvGMHdlsD+fUd+JHBUoGSyyvpA7l6YM0y0LSz/vieeAkasi7vUy2 Punt/I28GQsKfKAaa75YALcb6UTKFWGmRaFHz/VgEnex8ErqFqjrDe9J4Jp4wfhc HJXsw9usJARIMdjkqz8DhwMqL2w0XtwQhzwWesCqtxfxQDFk90jH4gksop+5v30H i5btfyouSScpHhOZ0ovgxK2L3KNtbpsnL8HCb/vJYLzCJh0XWkkXcG4VvW1luns2 ojCHcWepmMZsCe/DZwpmcmwQYRClLqNaUWVLRtsH2tsl3gefLEa5MnESVPjm4oM= =NzNY -----END PGP SIGNATURE----- D Ruth Bavousett (1): Language update for 3.12-RC Jared Camins-Esakov (2): Merge remote-tracking branch 'translate/3.12-RC' into 3.12-master Update 3.12 release notes for Koha 3.12.0-rc2 Kyle M Hall (1): Bug 10030 - MaxFines checks against amount, not amount outstanding Marcel de Rooy (1): Bug 10030: QA Followup for trivial false warning detected while testing ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 16 21:20:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 16 May 2013 19:20:05 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.12.00-rc1 created. v3.12.00-rc1 Message-ID: This is an automated email from the git 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.00-rc1 has been created at 42e9131e9b1ed4fd4dadbc2ffe63b34b0570ad85 (tag) tagging 3772f30a0c50db7b993ce68b10b27aeeb09f1f4b (commit) replaces v3.12.00-beta3 tagged by Jared Camins-Esakov on Thu May 16 15:26:07 2013 -0400 - Log ----------------------------------------------------------------- Koha 3.12.00-rc1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABAgAGBQJRlTLWAAoJEIya4kPuFV6tMGQIALtIvbVQw64wlrwsunhshP2G +M4Zhak/w8pMS+UhVFpKGoEcQFq0HZcV/KaPRqKBf8D5EchHeAict5/2WQ3ghNYj sITwEepnCEuAe7S1CBda4VSZgANrfVOKLtrt1bBmXqpJprYqOBbBprNdENhPGTix cJJwQqXHj6pxpY1uKKiOzxUerGbL9JVMwBlhAshZwfXTLZTSJ3KAcqEiRJDoirkz mhlVWD3JRGcQXB205Se704rGxspuIClzsqKFSaYLseFHdxkujb1x4amzpyowoXiS j1sHbukmLsRlmagTBtOtiN3wrBWVkwEsm7PAzRdg/rYELEOtCpLbquo9eIKVNns= =RWQs -----END PGP SIGNATURE----- Adrien Saurat (1): Bug 10100: adds a class to OPAC news dates Chris Cormack (1): Bug 8278 : Follow up, fixing the permissions on cataloguing/ysearch.pl David Cook (1): Bug 10156 - Fix usr/bin/perl path for get_report_social_data.pl Fr?d?ric Demians (1): Bug 10214 Add header to syspref po files Jared Camins-Esakov (3): Bug 10166: Increment holdable counter Bug 9961: Add truncation support to QP driver Bug 9681: Increment version number Jonathan Druart (3): Bug 10183: Remove single pixel on the serials collection page Bug 8278: build the structure with to_json instead of manually. Bug 7593: Fix unit tests Julian Maurice (2): Bug 10185: Fix update 3.09.00.025 Bug 10185: Add missing columns in update 3.09.00.025 Karam Qubsi (1): Bug 10176: Solve the Invalid URLs in 'Refine Search Results' when it uses UNICODE symbols Kyle M Hall (3): Bug 10054 - When SingleBranchMode is enabled, allow superlibrarians to set logged in library Bug 10079 - HomeOrHoldingBranch should not control who can delete when IndependantBranches is enabled Bug 9575 - Serious Holds Problem with IndependantBranches Lyon3 Team (1): Bug 8896: Delete serials no more missing from missinglist Magnus Enger (2): Bug 10217 - Make sure direct links to detail views work when there is no session Bug 10134 - set XSLT usage ON as default, for new Koha installs Marcel de Rooy (1): Bug 8896 QA Followup for regex Mark Tompsett (1): Bug 8840 - [SIGNED-OFF] Patch to solve false "All dependencies installed!" Mathieu Saby (2): Bug 7593: Move orders on the destination record when merging 2 records Bug 7593 : QA followup : restores deleted line in C4::Acquisition Owen Leonard (13): Bug 10166 - Can't place holds on multiple titles if one or more are un-holdable Bug 10204 - Patron image no longer appears in the OPAC Bug 8278 - Replace YUI autocomplete in UNIMARC 210c plugin Bug 8278 [Follow-up] Replace YUI autocomplete in UNIMARC 210c plugin Bug 10201 - Old OPAC patron update system should be removed Bug 10201 [Follow-up] Old OPAC patron update system should be removed Bug 9679 - can't place hold from cart in CCSR Bug 10225 - If an item isn't editable, don't show the onclick Edit/Delete menu Bug 9680 - cart aligned right in CCSR Bug 10196 - items table partially hidden in marc view in ccsr Bug 10233 - Toolbar background missing from staff client catalogue page Bug 10108 - can't print more than one page of overdues Bug 6329 - patron categories should show which fields are required Paul Poulain (1): Bug 9681: Add some indexes in database Tomas Cohen Arazi (7): Bug 10150 - koha-email-disable error handling Bug 10084 - YUI path wrong in CCSR theme with packages Bug 8840 - [SIGNED-OFF] ubuntu-pkg-check.sh fix and extend functionality Bug 10159 - koha-rebuild-zebra error handling Bug 10157 - koha-email-enable error handling Bug 10146 - koha-stop-zebra error handling Bug 10094 - koha-list should have a --disabled option switch ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 17 13:47:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 17 May 2013 11:47:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10266 created. v3.12.00-beta1-544-g3898e70 Message-ID: This is an automated email from the git hooks/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_10266 has been created at 3898e70fe55b9e56a474220223adcf205a12add1 (commit) - Log ----------------------------------------------------------------- commit 3898e70fe55b9e56a474220223adcf205a12add1 Author: Jared Camins-Esakov Date: Fri May 17 07:53:53 2013 -0400 Add Rafal Kopaczka to the history Welcome, Rafal! You are the 211th developer with a patch in Koha. commit 5c95148bb1852d4b26e64368b6d1013b60a5cf18 Author: Rafal Kopaczka Date: Wed May 15 16:19:05 2013 +0200 Bug 10266 - Statuses not appearing in the OPAC Simply revert order of 2 lines in Items.pm. Previous line write to variable used in next line as function argument. To Test: Give an item a special restricted value, define one if you have to in the authorised values. Observe that, without this patch, statuses are not shown in the OPAC in parentheses. My example was an item that had a restricted value of "Library Staff Only" It should have been shown under status on the detail page of the OPAC, but was not. Apply the patch, observe that restricted values are now shown for your item, for example: Available (Library Staff Only) in the status column. Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer Passes all tests and test plan. Simple change fixing a display problem, no string changes. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 17 13:56:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 17 May 2013 11:56:19 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9824 created. v3.12.00-beta1-546-ga0a6d6e Message-ID: This is an automated email from the git hooks/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_9824 has been created at a0a6d6e64bca28b4d9bc668f614ed286b07327f9 (commit) - Log ----------------------------------------------------------------- commit a0a6d6e64bca28b4d9bc668f614ed286b07327f9 Author: Lyon3 Team Date: Thu Mar 21 14:47:43 2013 +0100 Bug 9824 - Hide basket with no expected items in basqket list by bookseller Before patch you will see in acqui/booksellers.pl all the baskets ever created. After the patch you will see in acqui/booksellers.pl only the basket with expected items. Test plan : * Create a basket with some orders lines You should see this basket in acqui/booksellers.pl * receive or cancel all the line in this basket This basket shouldn't appear any more in acqui/booksellers.pl Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov commit 493c98af51d8a94aba6c8c1e63de79abeb32ab65 Merge: 6f9b5f3 3898e70 Author: Jared Camins-Esakov Date: Fri May 17 07:54:19 2013 -0400 Merge branch 'bug_10266' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 17 13:57:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 17 May 2013 11:57:02 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-rc2-3-ge1dbabd Message-ID: This is an automated email from the git hooks/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 e1dbabdb7a3bc0ec92d629b862a077f1b6594fbb (commit) via 41beb7a569b3cf3be3814d55a648859828b1a49d (commit) via 6a3c13ad5c9b19df7ed29e0d733e63351fc1955a (commit) from bbc4267296a2d00522648eafd232ecc69a31712e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e1dbabdb7a3bc0ec92d629b862a077f1b6594fbb Author: Lyon3 Team Date: Thu Mar 21 14:47:43 2013 +0100 Bug 9824 - Hide basket with no expected items in basqket list by bookseller Before patch you will see in acqui/booksellers.pl all the baskets ever created. After the patch you will see in acqui/booksellers.pl only the basket with expected items. Test plan : * Create a basket with some orders lines You should see this basket in acqui/booksellers.pl * receive or cancel all the line in this basket This basket shouldn't appear any more in acqui/booksellers.pl Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit a0a6d6e64bca28b4d9bc668f614ed286b07327f9) Signed-off-by: Jared Camins-Esakov commit 41beb7a569b3cf3be3814d55a648859828b1a49d Author: Jared Camins-Esakov Date: Fri May 17 07:53:53 2013 -0400 Add Rafal Kopaczka to the history Welcome, Rafal! You are the 211th developer with a patch in Koha. (cherry picked from commit 3898e70fe55b9e56a474220223adcf205a12add1) Signed-off-by: Jared Camins-Esakov commit 6a3c13ad5c9b19df7ed29e0d733e63351fc1955a Author: Rafal Kopaczka Date: Wed May 15 16:19:05 2013 +0200 Bug 10266 - Statuses not appearing in the OPAC Simply revert order of 2 lines in Items.pm. Previous line write to variable used in next line as function argument. To Test: Give an item a special restricted value, define one if you have to in the authorised values. Observe that, without this patch, statuses are not shown in the OPAC in parentheses. My example was an item that had a restricted value of "Library Staff Only" It should have been shown under status on the detail page of the OPAC, but was not. Apply the patch, observe that restricted values are now shown for your item, for example: Available (Library Staff Only) in the status column. Signed-off-by: Liz Rea Signed-off-by: Katrin Fischer Passes all tests and test plan. Simple change fixing a display problem, no string changes. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 5c95148bb1852d4b26e64368b6d1013b60a5cf18) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 3 ++- C4/Items.pm | 2 +- docs/history.txt | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 17 13:57:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 17 May 2013 11:57:04 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-547-g309037c Message-ID: This is an automated email from the git hooks/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 309037c904ff8746a9237474d31f842cbb68dc99 (commit) via a0a6d6e64bca28b4d9bc668f614ed286b07327f9 (commit) via 493c98af51d8a94aba6c8c1e63de79abeb32ab65 (commit) via 3898e70fe55b9e56a474220223adcf205a12add1 (commit) via 5c95148bb1852d4b26e64368b6d1013b60a5cf18 (commit) from 6f9b5f34863e5e76621a75050cf4a9da00587017 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 309037c904ff8746a9237474d31f842cbb68dc99 Merge: 493c98a a0a6d6e Author: Jared Camins-Esakov Date: Fri May 17 07:59:14 2013 -0400 Merge branch 'bug_9824' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 3 ++- C4/Items.pm | 2 +- docs/history.txt | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat May 18 12:00:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 May 2013 10:00:54 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10259 created. v3.12.00-beta1-548-gf937d41 Message-ID: This is an automated email from the git hooks/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_10259 has been created at f937d41dbfb5440a0451fbc9cf648339f1566bd3 (commit) - Log ----------------------------------------------------------------- commit f937d41dbfb5440a0451fbc9cf648339f1566bd3 Author: Tomas Cohen Arazi Date: Thu May 16 11:11:52 2013 -0300 Bug 10259 - koha-*-zebra scripts are expected to run without warnings if no instance name passed Commented out the code that checks for intance name parameters on the zebra service handling scripts. It restores the original behaviour, while leaving error checking code. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Robin Sheat Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat May 18 12:06:47 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 May 2013 10:06:47 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10270 created. v3.12.00-beta1-551-g85b0f57 Message-ID: This is an automated email from the git hooks/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_10270 has been created at 85b0f57e9980b4d2dec01a7e9b2342913388ac8a (commit) - Log ----------------------------------------------------------------- commit 85b0f57e9980b4d2dec01a7e9b2342913388ac8a Author: Jonathan Druart Date: Fri May 17 16:54:43 2013 +0200 Bug 10270: Fix shebang Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 96f8a31200c20f89c8658cc5db4762132e81964b Author: Jonathan Druart Date: Fri May 17 11:38:34 2013 +0200 Bug 10270: GetOrdersByBiblionumber needs better unit tests prove t/db_dependent/Acquisition/GetOrdersByBiblionumber.t Signed-off-by:Mathieu Saby I made 2 tests : $prove -v t/db_dependent/Acquisition/GetOrdersByBiblionumber.t and $prove -v t/db_dependent/Acquisition.t The 2 tests are successful. Signed-off-by: Katrin Fischer All tests and QA script pass. Signed-off-by: Jared Camins-Esakov commit 049313debd316bb7dad362e6924ed1649fd7d6b7 Merge: 309037c f937d41 Author: Jared Camins-Esakov Date: Sat May 18 06:08:00 2013 -0400 Merge branch 'bug_10259' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat May 18 12:07:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 May 2013 10:07:10 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-552-gecc8c77 Message-ID: This is an automated email from the git hooks/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 ecc8c774cf0d90d303da25644b54d15909bdd9e4 (commit) via 85b0f57e9980b4d2dec01a7e9b2342913388ac8a (commit) via 96f8a31200c20f89c8658cc5db4762132e81964b (commit) via 049313debd316bb7dad362e6924ed1649fd7d6b7 (commit) via f937d41dbfb5440a0451fbc9cf648339f1566bd3 (commit) from 309037c904ff8746a9237474d31f842cbb68dc99 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ecc8c774cf0d90d303da25644b54d15909bdd9e4 Merge: 049313d 85b0f57 Author: Jared Camins-Esakov Date: Sat May 18 06:14:00 2013 -0400 Merge branch 'bug_10270' into 3.14-master ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-restart-zebra | 2 +- debian/scripts/koha-start-zebra | 2 +- debian/scripts/koha-stop-zebra | 2 +- t/db_dependent/Acquisition.t | 19 +---- .../Acquisition/GetOrdersByBiblionumber.t | 84 ++++++++++++++++++++ 5 files changed, 88 insertions(+), 21 deletions(-) create mode 100644 t/db_dependent/Acquisition/GetOrdersByBiblionumber.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat May 18 12:07:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 May 2013 10:07:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-rc2-6-gbde4a50 Message-ID: This is an automated email from the git hooks/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 bde4a50a841f656d9baf747a2ff05a6726b8b7c3 (commit) via bf132e18c91494a1fb8b3826320578dbfc890b9d (commit) via 9903fc6fa08c11b3d48fad9c72cce8c60b01bc3d (commit) from e1dbabdb7a3bc0ec92d629b862a077f1b6594fbb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bde4a50a841f656d9baf747a2ff05a6726b8b7c3 Author: Jonathan Druart Date: Fri May 17 16:54:43 2013 +0200 Bug 10270: Fix shebang Signed-off-by: Jonathan Druart Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov (cherry picked from commit 85b0f57e9980b4d2dec01a7e9b2342913388ac8a) Signed-off-by: Jared Camins-Esakov commit bf132e18c91494a1fb8b3826320578dbfc890b9d Author: Jonathan Druart Date: Fri May 17 11:38:34 2013 +0200 Bug 10270: GetOrdersByBiblionumber needs better unit tests prove t/db_dependent/Acquisition/GetOrdersByBiblionumber.t Signed-off-by:Mathieu Saby I made 2 tests : $prove -v t/db_dependent/Acquisition/GetOrdersByBiblionumber.t and $prove -v t/db_dependent/Acquisition.t The 2 tests are successful. Signed-off-by: Katrin Fischer All tests and QA script pass. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 96f8a31200c20f89c8658cc5db4762132e81964b) Signed-off-by: Jared Camins-Esakov commit 9903fc6fa08c11b3d48fad9c72cce8c60b01bc3d Author: Tomas Cohen Arazi Date: Thu May 16 11:11:52 2013 -0300 Bug 10259 - koha-*-zebra scripts are expected to run without warnings if no instance name passed Commented out the code that checks for intance name parameters on the zebra service handling scripts. It restores the original behaviour, while leaving error checking code. Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Robin Sheat Signed-off-by: Jared Camins-Esakov (cherry picked from commit f937d41dbfb5440a0451fbc9cf648339f1566bd3) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: debian/scripts/koha-restart-zebra | 2 +- debian/scripts/koha-start-zebra | 2 +- debian/scripts/koha-stop-zebra | 2 +- t/db_dependent/Acquisition.t | 19 +---- .../Acquisition/GetOrdersByBiblionumber.t | 84 ++++++++++++++++++++ 5 files changed, 88 insertions(+), 21 deletions(-) create mode 100644 t/db_dependent/Acquisition/GetOrdersByBiblionumber.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat May 18 18:29:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 May 2013 16:29:06 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-rc3 Message-ID: This is an automated email from the git hooks/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 e8030f7f31db1ff9084ea827d3e155358e2054b1 (commit) via bdf193691200e33170c12a3396e881cd22bf94a1 (commit) via a7dd6850903301e5282c13e44a836408943d19d3 (commit) from bde4a50a841f656d9baf747a2ff05a6726b8b7c3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e8030f7f31db1ff9084ea827d3e155358e2054b1 Author: Jared Camins-Esakov Date: Sat May 18 12:10:11 2013 -0400 Update release notes for Koha 3.12.0 RC3 commit bdf193691200e33170c12a3396e881cd22bf94a1 Merge: bde4a50 a7dd685 Author: Jared Camins-Esakov Date: Sat May 18 12:02:54 2013 -0400 Merge remote-tracking branch 'translate/3.12.0-translate' into 3.12-master commit a7dd6850903301e5282c13e44a836408943d19d3 Author: D Ruth Bavousett Date: Sat May 18 12:55:29 2013 -0300 Translation update for 3.12.0 ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_12_0.txt | 92 +- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 6 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 10 +- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 48 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 40 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 7 +- misc/translator/po/de-DE-pref.po | 127 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 4 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 1110 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po |11244 +++++----- .../po/fr-FR-i-staff-t-prog-v-3006000.po |24750 ++++++++------------ misc/translator/po/fr-FR-opac-ccsr.po | 8335 +++++++- misc/translator/po/fr-FR-pref.po | 4851 ++--- .../po/it-IT-i-staff-t-prog-v-3006000.po |18521 ++++----------- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 4 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 24 +- misc/translator/po/nb-NO-opac-ccsr.po | 4 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 354 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 244 +- 19 files changed, 30864 insertions(+), 38911 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat May 18 18:29:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 May 2013 16:29:16 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.12.00-rc3 created. v3.12.00-rc3 Message-ID: This is an automated email from the git 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.00-rc3 has been created at 3095ad7c5cd25f5df6b0e16a25d8f78220ca203a (tag) tagging e8030f7f31db1ff9084ea827d3e155358e2054b1 (commit) replaces v3.12.00-rc2 tagged by Jared Camins-Esakov on Sat May 18 12:34:59 2013 -0400 - Log ----------------------------------------------------------------- Koha 3.12.00 release candidate 3 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABAgAGBQJRl62+AAoJEIya4kPuFV6tyhsH/1TGL5oIWJT8V/YZj5YwdaqR ajK2BpOcHruIhOn0cayEe/bIeg5oeQIM1POCsPivJpcYzcx36JeF85k9B+soHnKD jO2iNLWh+U94Gk8j5S9T4qaSWycL2mVbcplswrD7uitUZi5oHCOTiI6NK2Pqcp0k hvm2HZAw77rnFnVuYkfvdtrVcvA3n+WUaE6p5J6tnNUJ9OhoIzQH03R30bGoem4w 0KOB8oPY2UqA9B4x89YgoE6ivoYO6zmx/wO1v55RjOD+o3iY46eVjQKnEhOH5RpB ra/qaKoVXBVaaOIx+u9cB7IwQ4jXFTktzMuuxGuUmteiHAjdTXrtRWZ3NzO1hKQ= =h3Yr -----END PGP SIGNATURE----- D Ruth Bavousett (1): Translation update for 3.12.0 Jared Camins-Esakov (3): Add Rafal Kopaczka to the history Merge remote-tracking branch 'translate/3.12.0-translate' into 3.12-master Update release notes for Koha 3.12.0 RC3 Jonathan Druart (2): Bug 10270: GetOrdersByBiblionumber needs better unit tests Bug 10270: Fix shebang Lyon3 Team (1): Bug 9824 - Hide basket with no expected items in basqket list by bookseller Rafal Kopaczka (1): Bug 10266 - Statuses not appearing in the OPAC Tomas Cohen Arazi (1): Bug 10259 - koha-*-zebra scripts are expected to run without warnings if no instance name passed ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat May 18 18:29:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 18 May 2013 16:29:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-554-gbacd4e8 Message-ID: This is an automated email from the git hooks/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 bacd4e834c2a90fb4b1e5c68b3ffb2f0059a19a5 (commit) via 7b3652d8cc1b8e9e771ad8891e7da1c38d940f44 (commit) from ecc8c774cf0d90d303da25644b54d15909bdd9e4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bacd4e834c2a90fb4b1e5c68b3ffb2f0059a19a5 Author: Jared Camins-Esakov Date: Sat May 18 12:10:11 2013 -0400 Update release notes for Koha 3.12.0 RC3 (cherry picked from commit e8030f7f31db1ff9084ea827d3e155358e2054b1) Signed-off-by: Jared Camins-Esakov commit 7b3652d8cc1b8e9e771ad8891e7da1c38d940f44 Author: D Ruth Bavousett Date: Sat May 18 12:55:29 2013 -0300 Translation update for 3.12.0 (cherry picked from commit a7dd6850903301e5282c13e44a836408943d19d3) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_12_0.txt | 92 +- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 6 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 10 +- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 48 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 40 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 7 +- misc/translator/po/de-DE-pref.po | 127 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 4 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 1110 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po |11244 +++++----- .../po/fr-FR-i-staff-t-prog-v-3006000.po |24750 ++++++++------------ misc/translator/po/fr-FR-opac-ccsr.po | 8335 +++++++- misc/translator/po/fr-FR-pref.po | 4851 ++--- .../po/it-IT-i-staff-t-prog-v-3006000.po |18521 ++++----------- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 4 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 24 +- misc/translator/po/nb-NO-opac-ccsr.po | 4 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 354 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 244 +- 19 files changed, 30864 insertions(+), 38911 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 19 14:31:37 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 May 2013 12:31:37 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9452 created. v3.12.00-beta1-556-g26a4b33 Message-ID: This is an automated email from the git hooks/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_9452 has been created at 26a4b33e57d102acd5353d6a8a560995c2952429 (commit) - Log ----------------------------------------------------------------- commit 26a4b33e57d102acd5353d6a8a560995c2952429 Author: Jared Camins-Esakov Date: Sun May 12 14:22:54 2013 -0400 Bug 9452: C4::Letters not Plack-compatible Prior to this patch, at more-or-less random intervals pages working with notices will cease to function. To test: 1) Apply patch. 2) Try to edit some notices. 3) Trigger some notices. 4) If you were able to edit the notices and trigger the notices, sign off. Signed-off-by: Katrin Fischer All tests and QA script pass. I did a regression script without Plack: - edit, add, delete and copy notice - trigger checkout/checkin notice - print issueslip No problems found. Signed-off-by: Jared Camins-Esakov commit f04b9ec3266211d9a777aefa686e0ea1e9fc0028 Author: Jared Camins-Esakov Date: Sun May 19 08:12:40 2013 -0400 Fix incorrect entities in PO files There were numerous malformed HTML entities in the PO files for various languages. No longer. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 19 14:32:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 May 2013 12:32:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10281 created. v3.12.00-beta1-558-gcd281e4 Message-ID: This is an automated email from the git hooks/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_10281 has been created at cd281e488032c57d4a47c3913d5f887c3bca69d8 (commit) - Log ----------------------------------------------------------------- commit cd281e488032c57d4a47c3913d5f887c3bca69d8 Author: Jared Camins-Esakov Date: Sat May 18 09:09:23 2013 -0400 Bug 10281: searching for a search domain fails For reasons I cannot fathom, the split() in handling multi-branch limits was not coming up with a valid search group code. Replacing the split() with a substr() and creating the CGI parameter as a string rather than as an arrayref fixes the problem. This problem may not affect all installations, since I tested this exact feature just under two months ago and it worked fine, and none of the relevant code has been changed since then that I can see. To test: 1) Create search group, and add at least one library to it, in /cgi-bin/koha/admin/branches.pl 2) Apply patch 3) Try doing a search limited to your search group, making sure that the search will match items that belong to a library in the search group 4) Sign off Signed-off-by: Magnus Enger I have failed to recreate the problem on three different dev installs, both on Ubuntu and Debian, but the current patch does not break anything as far as I can tell, so I'm signing off. I tested with two libraries in the same search domain, with each library owning a different book by the same author. Searching for the author in - all libraries, - individual libraries and - the search domain that contains both libraries all return the expected results. Signed-off-by: Katrin Fischer All tests and QA script pass. I couldn't reproduce the problem, but didn't find any regressions. Signed-off-by: Jared Camins-Esakov commit 0e6a2440a0d16b6248fcdac7b66d0c2b938a8078 Merge: f04b9ec 26a4b33 Author: Jared Camins-Esakov Date: Sun May 19 08:38:40 2013 -0400 Merge branch 'bug_9452' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 19 14:34:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 May 2013 12:34:02 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10230 created. v3.12.00-beta1-562-ga278407 Message-ID: This is an automated email from the git hooks/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_10230 has been created at a278407a476c67c334e1e76fc72c1871a7328af5 (commit) - Log ----------------------------------------------------------------- commit a278407a476c67c334e1e76fc72c1871a7328af5 Author: Jared Camins-Esakov Date: Sat May 11 16:07:43 2013 -0400 Bug 10230: show correct matching record The correct matching record was not always shown on the manage staged MARC page. This patch corrects the issue and provides the template with the appropriate ID for the matched record regardless what type of record it is. To test: 1) Create a matching record for authorities. For MARC21, the following is a good choice: Matching rule code: AUTHPER Description: Personal name main entry Match threshold: 999 Record type: Authority record [Match point 1:] Search index: mainmainentry Score: 1000 Tag: 100 Subfields: a 2) Create a record that has the appropriate fields for being matched with that rule (if you don't already have one). 3) Save the authority record as MARC (Unicode/UTF-8). 4) Stage the file choosing your new matching rule. 5) Note that with these patches, you get a link to the existing authority and without them you could get any number of strange things. Signed-off-by: Katrin Fischer Passes all tests and QA script. Additional tests done: - staged bibliographic records and matched with different rules and actions. Undid the import. - staged autohrity recods and matched with the example rule. Undid the import. Signed-off-by: Jared Camins-Esakov commit 4f9174349c99574df0933f2b660938998580d8ba Author: Jared Camins-Esakov Date: Sat May 11 15:19:58 2013 -0400 Bug 10230: Don't limit valid matches to bibs The patch for bug 9523 added a JOIN to the biblio table when identifying the best match so that if a matched record had been deleted it would not hold up the import process. Unfortunately, this broke all authority matching, since of course authorities don't appear in the biblio table. This patch adds a join to auth_header as well, and decides which to check based on the record type. Signed-off-by: Katrin Fischer Comment on third patch of this series. Signed-off-by: Jared Camins-Esakov commit 2708db52778944f41b36379cc5f202a8ddea6a5a Author: Jared Camins-Esakov Date: Sat May 11 10:40:09 2013 -0400 Bug 10230: no need to use SimpleSearch for matching auths When introducing QueryParser, I introduced a check for QueryParser at too high a level, causing authority matching to try and use SimpleSearch for authorities prematurely, when SearchAuthorities should be handling it. This patch corrects the level of the check. This patch only moves three lines, but thanks to the change in if level, it adjusts the indentation quite a bit. Signed-off-by: Katrin Fischer Comments on third patch of this series. Signed-off-by: Jared Camins-Esakov commit c07cd2e031b615882fd3cc6ea60f56cd44c631f2 Merge: 0e6a244 cd281e4 Author: Jared Camins-Esakov Date: Sun May 19 08:39:43 2013 -0400 Merge branch 'bug_10281' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 19 14:36:58 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 May 2013 12:36:58 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9824 updated. v3.12.00-beta1-548-g7acdcb7 Message-ID: This is an automated email from the git hooks/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_9824 has been updated via 7acdcb7e2aedf2ff202c009ce053de6dff54e840 (commit) via 529434cab891a8b76b3792e12e359f8c8b171519 (commit) from a0a6d6e64bca28b4d9bc668f614ed286b07327f9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7acdcb7e2aedf2ff202c009ce053de6dff54e840 Author: Katrin Fischer Date: Fri May 17 21:12:05 2013 +0200 Bug 9824: Make it possible to apply/cancel switch Using another existing string 'Apply filter' we are now able to cancel the filter... and apply it... and cancel it again... and so on. Signed-off-by: Owen Leonard Signed-off-by: Jared Camins-Esakov commit 529434cab891a8b76b3792e12e359f8c8b171519 Author: Marcel de Rooy Date: Fri May 17 19:01:06 2013 +0200 Bug 9824: Followup for removing filter Adds allbaskets parameter to GetBasketsInfosByBookseller. (Only used in booksellers.pl now) Normally, all 'active' baskets are shown. With allbaskets=1 all baskets :) In the template I had to rename a loop var supplier to supplier1 to resolve name conflict between template vars. In the template I added the string: Cancel filter. Note that this string is already translated: msgid "Cancel filter" msgstr "" Hope this helps. Signed-off-by: Katrin Fischer Undoing the filter works and I checked that the string gets translated with the po files in current master. So this is almost perfect, only we can't apply the filters again and the link remains 'cancel' when we already did. Sending a follow-up trying to fix this. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 12 +++++++----- acqui/booksellers.pl | 4 +++- .../prog/en/modules/acqui/booksellers.tt | 11 +++++++++-- 3 files changed, 19 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 19 14:38:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 May 2013 12:38:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-rc3-8-g6bfb91f Message-ID: This is an automated email from the git hooks/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 6bfb91f9df69c887643d0f1ae925595c365da10e (commit) via a114dc76149c9c27d5b3e0596302d41a9870fc8b (commit) via d60c9e3ff1759ba0cec946297c73f073784a3ee4 (commit) via be97025ca43ad725e17d7868e1925b6034be2148 (commit) via 006e45aeaf9fb1d0c93704c5f9d9ac251f8ff824 (commit) via 43e0400728901bef61b40866e7007cac7680523b (commit) via dc7ad9b673587f53fa6cee119c3cd0bebabb0669 (commit) via ea5f35e47f13d2ef20529fa261d7469c8efb34ce (commit) from e8030f7f31db1ff9084ea827d3e155358e2054b1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6bfb91f9df69c887643d0f1ae925595c365da10e Author: Katrin Fischer Date: Fri May 17 21:12:05 2013 +0200 Bug 9824: Make it possible to apply/cancel switch Using another existing string 'Apply filter' we are now able to cancel the filter... and apply it... and cancel it again... and so on. Signed-off-by: Owen Leonard Signed-off-by: Jared Camins-Esakov (cherry picked from commit 7acdcb7e2aedf2ff202c009ce053de6dff54e840) Signed-off-by: Jared Camins-Esakov commit a114dc76149c9c27d5b3e0596302d41a9870fc8b Author: Marcel de Rooy Date: Fri May 17 19:01:06 2013 +0200 Bug 9824: Followup for removing filter Adds allbaskets parameter to GetBasketsInfosByBookseller. (Only used in booksellers.pl now) Normally, all 'active' baskets are shown. With allbaskets=1 all baskets :) In the template I had to rename a loop var supplier to supplier1 to resolve name conflict between template vars. In the template I added the string: Cancel filter. Note that this string is already translated: msgid "Cancel filter" msgstr "" Hope this helps. Signed-off-by: Katrin Fischer Undoing the filter works and I checked that the string gets translated with the po files in current master. So this is almost perfect, only we can't apply the filters again and the link remains 'cancel' when we already did. Sending a follow-up trying to fix this. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 529434cab891a8b76b3792e12e359f8c8b171519) Signed-off-by: Jared Camins-Esakov commit d60c9e3ff1759ba0cec946297c73f073784a3ee4 Author: Jared Camins-Esakov Date: Sat May 11 16:07:43 2013 -0400 Bug 10230: show correct matching record The correct matching record was not always shown on the manage staged MARC page. This patch corrects the issue and provides the template with the appropriate ID for the matched record regardless what type of record it is. To test: 1) Create a matching record for authorities. For MARC21, the following is a good choice: Matching rule code: AUTHPER Description: Personal name main entry Match threshold: 999 Record type: Authority record [Match point 1:] Search index: mainmainentry Score: 1000 Tag: 100 Subfields: a 2) Create a record that has the appropriate fields for being matched with that rule (if you don't already have one). 3) Save the authority record as MARC (Unicode/UTF-8). 4) Stage the file choosing your new matching rule. 5) Note that with these patches, you get a link to the existing authority and without them you could get any number of strange things. Signed-off-by: Katrin Fischer Passes all tests and QA script. Additional tests done: - staged bibliographic records and matched with different rules and actions. Undid the import. - staged autohrity recods and matched with the example rule. Undid the import. Signed-off-by: Jared Camins-Esakov (cherry picked from commit a278407a476c67c334e1e76fc72c1871a7328af5) Signed-off-by: Jared Camins-Esakov commit be97025ca43ad725e17d7868e1925b6034be2148 Author: Jared Camins-Esakov Date: Sat May 11 15:19:58 2013 -0400 Bug 10230: Don't limit valid matches to bibs The patch for bug 9523 added a JOIN to the biblio table when identifying the best match so that if a matched record had been deleted it would not hold up the import process. Unfortunately, this broke all authority matching, since of course authorities don't appear in the biblio table. This patch adds a join to auth_header as well, and decides which to check based on the record type. Signed-off-by: Katrin Fischer Comment on third patch of this series. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 4f9174349c99574df0933f2b660938998580d8ba) Signed-off-by: Jared Camins-Esakov commit 006e45aeaf9fb1d0c93704c5f9d9ac251f8ff824 Author: Jared Camins-Esakov Date: Sat May 11 10:40:09 2013 -0400 Bug 10230: no need to use SimpleSearch for matching auths When introducing QueryParser, I introduced a check for QueryParser at too high a level, causing authority matching to try and use SimpleSearch for authorities prematurely, when SearchAuthorities should be handling it. This patch corrects the level of the check. This patch only moves three lines, but thanks to the change in if level, it adjusts the indentation quite a bit. Signed-off-by: Katrin Fischer Comments on third patch of this series. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 2708db52778944f41b36379cc5f202a8ddea6a5a) Signed-off-by: Jared Camins-Esakov commit 43e0400728901bef61b40866e7007cac7680523b Author: Jared Camins-Esakov Date: Sat May 18 09:09:23 2013 -0400 Bug 10281: searching for a search domain fails For reasons I cannot fathom, the split() in handling multi-branch limits was not coming up with a valid search group code. Replacing the split() with a substr() and creating the CGI parameter as a string rather than as an arrayref fixes the problem. This problem may not affect all installations, since I tested this exact feature just under two months ago and it worked fine, and none of the relevant code has been changed since then that I can see. To test: 1) Create search group, and add at least one library to it, in /cgi-bin/koha/admin/branches.pl 2) Apply patch 3) Try doing a search limited to your search group, making sure that the search will match items that belong to a library in the search group 4) Sign off Signed-off-by: Magnus Enger I have failed to recreate the problem on three different dev installs, both on Ubuntu and Debian, but the current patch does not break anything as far as I can tell, so I'm signing off. I tested with two libraries in the same search domain, with each library owning a different book by the same author. Searching for the author in - all libraries, - individual libraries and - the search domain that contains both libraries all return the expected results. Signed-off-by: Katrin Fischer All tests and QA script pass. I couldn't reproduce the problem, but didn't find any regressions. Signed-off-by: Jared Camins-Esakov (cherry picked from commit cd281e488032c57d4a47c3913d5f887c3bca69d8) Signed-off-by: Jared Camins-Esakov commit dc7ad9b673587f53fa6cee119c3cd0bebabb0669 Author: Jared Camins-Esakov Date: Sun May 12 14:22:54 2013 -0400 Bug 9452: C4::Letters not Plack-compatible Prior to this patch, at more-or-less random intervals pages working with notices will cease to function. To test: 1) Apply patch. 2) Try to edit some notices. 3) Trigger some notices. 4) If you were able to edit the notices and trigger the notices, sign off. Signed-off-by: Katrin Fischer All tests and QA script pass. I did a regression script without Plack: - edit, add, delete and copy notice - trigger checkout/checkin notice - print issueslip No problems found. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 26a4b33e57d102acd5353d6a8a560995c2952429) Signed-off-by: Jared Camins-Esakov commit ea5f35e47f13d2ef20529fa261d7469c8efb34ce Author: Jared Camins-Esakov Date: Sun May 19 08:12:40 2013 -0400 Fix incorrect entities in PO files There were numerous malformed HTML entities in the PO files for various languages. No longer. (cherry picked from commit f04b9ec3266211d9a777aefa686e0ea1e9fc0028) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 12 ++-- C4/ImportBatch.pm | 8 ++- C4/Letters.pm | 20 ++++-- C4/Matcher.pm | 75 +++++++++++--------- acqui/booksellers.pl | 4 +- catalogue/search.pl | 3 +- .../prog/en/modules/acqui/booksellers.tt | 11 +++- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 4 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 4 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 2 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 8 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 8 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 2 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 6 +- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 2 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 18 +++--- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 2 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 20 +++--- misc/translator/po/fr-FR-opac-ccsr.po | 2 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 4 +- .../po/hy-Armn-i-staff-prog-v-3006000.po | 6 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 2 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 2 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 2 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 2 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 8 +- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 4 +- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 2 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 2 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 8 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 10 ++-- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 4 +- opac/opac-search.pl | 10 ++- tools/manage-marc-import.pl | 9 ++- 34 files changed, 162 insertions(+), 124 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 19 14:38:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 May 2013 12:38:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-566-gfe54d7c Message-ID: This is an automated email from the git hooks/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 fe54d7ca248b5f12914bd53f1703bb73c871cbdb (commit) via 7acdcb7e2aedf2ff202c009ce053de6dff54e840 (commit) via 529434cab891a8b76b3792e12e359f8c8b171519 (commit) via f1b122c2d0a2f04a5b0f5feec8629b2e7a82ce76 (commit) via a278407a476c67c334e1e76fc72c1871a7328af5 (commit) via 4f9174349c99574df0933f2b660938998580d8ba (commit) via 2708db52778944f41b36379cc5f202a8ddea6a5a (commit) via c07cd2e031b615882fd3cc6ea60f56cd44c631f2 (commit) via cd281e488032c57d4a47c3913d5f887c3bca69d8 (commit) via 0e6a2440a0d16b6248fcdac7b66d0c2b938a8078 (commit) via 26a4b33e57d102acd5353d6a8a560995c2952429 (commit) via f04b9ec3266211d9a777aefa686e0ea1e9fc0028 (commit) from bacd4e834c2a90fb4b1e5c68b3ffb2f0059a19a5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fe54d7ca248b5f12914bd53f1703bb73c871cbdb Merge: f1b122c 7acdcb7 Author: Jared Camins-Esakov Date: Sun May 19 08:43:46 2013 -0400 Merge branch 'bug_9824' into 3.14-master commit f1b122c2d0a2f04a5b0f5feec8629b2e7a82ce76 Merge: c07cd2e a278407 Author: Jared Camins-Esakov Date: Sun May 19 08:41:05 2013 -0400 Merge branch 'bug_10230' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 12 ++-- C4/ImportBatch.pm | 8 ++- C4/Letters.pm | 20 ++++-- C4/Matcher.pm | 75 +++++++++++--------- acqui/booksellers.pl | 4 +- catalogue/search.pl | 3 +- .../prog/en/modules/acqui/booksellers.tt | 11 +++- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 4 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 4 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 2 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 8 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 8 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 2 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 6 +- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 2 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 18 +++--- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 2 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 20 +++--- misc/translator/po/fr-FR-opac-ccsr.po | 2 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 4 +- .../po/hy-Armn-i-staff-prog-v-3006000.po | 6 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 2 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 2 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 2 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 2 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 8 +- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 4 +- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 2 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 2 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 8 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 10 ++-- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 4 +- opac/opac-search.pl | 10 ++- tools/manage-marc-import.pl | 9 ++- 34 files changed, 162 insertions(+), 124 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 19 17:37:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 May 2013 15:37:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10287 created. v3.12.00-beta1-567-g764fb17 Message-ID: This is an automated email from the git hooks/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_10287 has been created at 764fb175330b99a7dc12061bbcc96706d172567c (commit) - Log ----------------------------------------------------------------- commit 764fb175330b99a7dc12061bbcc96706d172567c Author: Jared Camins-Esakov Date: Sun May 19 11:41:09 2013 -0400 Bug 10287: Remove 1px artifacts from budget admin page Changes follow the method used in bug 10183 and bug 9791. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 19 18:23:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 May 2013 16:23:45 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-568-g71cd0f3 Message-ID: This is an automated email from the git hooks/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 71cd0f3c2085d37e9b706816888c0523e52cc9e3 (commit) via 764fb175330b99a7dc12061bbcc96706d172567c (commit) from fe54d7ca248b5f12914bd53f1703bb73c871cbdb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 71cd0f3c2085d37e9b706816888c0523e52cc9e3 Merge: fe54d7c 764fb17 Author: Jared Camins-Esakov Date: Sun May 19 11:44:20 2013 -0400 Merge branch 'bug_10287' into 3.14-master ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/aqbudgetperiods.tt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 19 18:23:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 May 2013 16:23:43 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-rc3-9-g28a119e Message-ID: This is an automated email from the git hooks/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 28a119ef7119e5a21435f8e7aafd94aa3b86bf81 (commit) from 6bfb91f9df69c887643d0f1ae925595c365da10e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 28a119ef7119e5a21435f8e7aafd94aa3b86bf81 Author: Jared Camins-Esakov Date: Sun May 19 11:41:09 2013 -0400 Bug 10287: Remove 1px artifacts from budget admin page Changes follow the method used in bug 10183 and bug 9791. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 764fb175330b99a7dc12061bbcc96706d172567c) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/admin/aqbudgetperiods.tt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 19 23:50:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 May 2013 21:50:15 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-570-gd28d1ef Message-ID: This is an automated email from the git hooks/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 d28d1ef0fa9872749c12d20e322eda50bca6b0ad (commit) via 7233475247afee65969a88ee2360beef5bf81c26 (commit) from 71cd0f3c2085d37e9b706816888c0523e52cc9e3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d28d1ef0fa9872749c12d20e322eda50bca6b0ad Author: Jared Camins-Esakov Date: Sun May 19 17:42:07 2013 -0400 Increment version for 3.12.0 release (cherry picked from commit 85a1b8a50b5ac85032359c93dd9514c714f4640e) Signed-off-by: Jared Camins-Esakov commit 7233475247afee65969a88ee2360beef5bf81c26 Author: Jared Camins-Esakov Date: Sun May 19 17:40:14 2013 -0400 Update release notes for final 3.12.00 release (cherry picked from commit 3b825dcf38426884a7ff9f48314f039502206c27) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 ++++ kohaversion.pl | 2 +- misc/release_notes/release_notes_3_12_0.txt | 44 ++++++++++++++------------- 3 files changed, 30 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun May 19 23:50:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 May 2013 21:50:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-rc3-11-g85a1b8a Message-ID: This is an automated email from the git hooks/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 85a1b8a50b5ac85032359c93dd9514c714f4640e (commit) via 3b825dcf38426884a7ff9f48314f039502206c27 (commit) from 28a119ef7119e5a21435f8e7aafd94aa3b86bf81 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 85a1b8a50b5ac85032359c93dd9514c714f4640e Author: Jared Camins-Esakov Date: Sun May 19 17:42:07 2013 -0400 Increment version for 3.12.0 release commit 3b825dcf38426884a7ff9f48314f039502206c27 Author: Jared Camins-Esakov Date: Sun May 19 17:40:14 2013 -0400 Update release notes for final 3.12.00 release ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 ++++ kohaversion.pl | 2 +- misc/release_notes/release_notes_3_12_0.txt | 44 ++++++++++++++------------- 3 files changed, 30 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 20 00:48:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 19 May 2013 22:48:57 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.12.00 created. v3.12.00 Message-ID: This is an automated email from the git 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.00 has been created at d359ea2467039004ae4077aa9a5ccdebe81d6f64 (tag) tagging 85a1b8a50b5ac85032359c93dd9514c714f4640e (commit) replaces v3.12.00-rc3 tagged by Jared Camins-Esakov on Sun May 19 18:49:49 2013 -0400 - Log ----------------------------------------------------------------- Koha release 3.12.00 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAABAgAGBQJRmVhEAAoJEIya4kPuFV6t1Y0IALWwUwYb8BmSD2pk4Wk9Pe8v lZSiFPg5EnBldL+hECIZVMacoiKgJfI7c7sBVdGwYqjS7AOnRPQkWt9pjxROSSlb dZKPY7g2UhQTGLJUhgzn4dG/p51hDJVh1/r9XnqfrJzeGTV6VFWIJLDuigOgCWj+ EjltoStB1ItLnHvlB6v4zIrx/5dVrI3aBopRFw+rAmuIFg2AIaHrYZreTUKX6LTE E2cFsUNE+dL1P8+cFGHgBtKcDgfagnq/dZ9EOTmK89DL07bjz+PCNblXBF6ywEl5 utl8F5ySfamfNP1ZN3Ffr3xQjKlq9MfqUVbe57tn4Nzhm9wlyxoZcGaRKfD9z/M= =jag1 -----END PGP SIGNATURE----- Jared Camins-Esakov (9): Fix incorrect entities in PO files Bug 9452: C4::Letters not Plack-compatible Bug 10281: searching for a search domain fails Bug 10230: no need to use SimpleSearch for matching auths Bug 10230: Don't limit valid matches to bibs Bug 10230: show correct matching record Bug 10287: Remove 1px artifacts from budget admin page Update release notes for final 3.12.00 release Increment version for 3.12.0 release Katrin Fischer (1): Bug 9824: Make it possible to apply/cancel switch Marcel de Rooy (1): Bug 9824: Followup for removing filter ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 20 16:47:58 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 May 2013 14:47:58 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-571-gcf2f95f Message-ID: This is an automated email from the git hooks/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 cf2f95f0607f5bc20f757a6de7effd93334576fa (commit) from d28d1ef0fa9872749c12d20e322eda50bca6b0ad (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cf2f95f0607f5bc20f757a6de7effd93334576fa Author: Mathieu Saby Date: Sat May 4 11:07:55 2013 +0200 Bug 10186: Fix a typo in subscription-add.tt : 2/years should be 2/year In subscription-add.tt dropdown list for periodiciy, the description for 9 value should be "2/year" (2 issues each year) At present, if the option value is selected, it is "2/years". This patch supresses the "s" after "year". To test : - in a subscription, change periodicity to "2/year" - save the subscription - reopen it and check the value is labelled "2/year" Signed-off-by: David Cook Trivial change. Works as described. Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/serials/subscription-add.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 20 16:50:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 May 2013 14:50:20 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-572-g9b92e35 Message-ID: This is an automated email from the git hooks/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 9b92e35492c74cb2bd7c1d386bc5d3542bbd7123 (commit) from cf2f95f0607f5bc20f757a6de7effd93334576fa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9b92e35492c74cb2bd7c1d386bc5d3542bbd7123 Author: Mathieu Saby Date: Sat May 4 11:31:24 2013 +0200 Bug 10191: Close 2 option tags in unimarc_field_115a.tt and unimarc_field_116.tt This patch close 2 option tags in unimarc_field_115a.tt and unimarc_field_116.tt. To test : - in a UNIMARC Koha instance, edit a record - open the plugin for 115a subfield - check the "Form of release - visual projection, motion picture" option list is correct, especially the value "other film type" - open the plugin for 116 field - check the "Technique (prints) 2" option list is correct, especially the value "lithography" Signed-off-by: Owen Leonard I did not test this in Koha, but it's a simple change of one character which I'm comfortable with signing off on. I don't know if this counts as a string change or not, since the string was previously mixed with a malformed tag. Signed-off-by: Katrin Fischer Passes tests and fixes an obvious problem in the HTML. I checked the po files - currently the strings appear as: "other film type/option> %s " So in theory it's possible to translate them correctly even if the standard templates now are not correct. Probably has to wait for 3.14. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../value_builder/unimarc_field_115a.tt | 2 +- .../cataloguing/value_builder/unimarc_field_116.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 20 16:55:33 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 May 2013 14:55:33 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-573-g10098fb Message-ID: This is an automated email from the git hooks/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 10098fbcc55aac04d7986a8ab799f1bf729172e5 (commit) from 9b92e35492c74cb2bd7c1d386bc5d3542bbd7123 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 10098fbcc55aac04d7986a8ab799f1bf729172e5 Author: Bernardo Gonzalez Kriegel Date: Thu May 2 22:18:27 2013 -0300 Bug 10178 - Typos in plugins for 006 and 008 in MARC21 Well, not only typos. There is also a NEW update for 006/8 Music on April 2013. And 3 missing values in 006. Revised descriptions and labels, source LOC page. Strings spell checked. To test: 1) Apply the patch 2) Test that MARC21 006 and 008 value builders works properly. Small string changes. Signed-off-by: Nicole C. Engard All tests pass Signed-off-by: Katrin Fischer XML changes only, passes all tests. Contains string changes, so should go into 3.14. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../cataloguing/value_builder/marc21_field_006.xml | 99 ++++++----- .../cataloguing/value_builder/marc21_field_008.xml | 189 ++++++++++---------- 2 files changed, 146 insertions(+), 142 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 20 17:06:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 May 2013 15:06:18 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-574-g14ac6cf Message-ID: This is an automated email from the git hooks/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 14ac6cf11b19c3f1ca64c58bf520e7a9e5cf2f37 (commit) from 10098fbcc55aac04d7986a8ab799f1bf729172e5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 14ac6cf11b19c3f1ca64c58bf520e7a9e5cf2f37 Author: Owen Leonard Date: Wed May 15 08:45:32 2013 -0400 Bug 6399 - tooltip for tags that says 'separate by comma' Some sites split tags on spaces, some on commas. Since Koha splits on a comma, we should make that clear to the patron. This patch adds additional text to the "New tag(s)" label. To test, enable TagsEnabled, TagsInputOnDetail, and TagsInputOnList. Click "Add tag" on both OPAC search results and an OPAC detail page. Confirm that the revised label appears correctly. Signed-off-by: Nicole C. Engard all tests pass Signed-off-by: Katrin Fischer All tests pass. There are some more places where we can add tags to multiple records at once, I noted them on the bug. http://bugs.koha-community.org/show_bug.cgi?id=10259 Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/css/opac.css | 4 ++++ koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 20 17:59:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 May 2013 15:59:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-576-g791a147 Message-ID: This is an automated email from the git hooks/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 791a1474162b74cd1317078d194a5c9c455c2f30 (commit) via 537c66403855437d2ce52eeb758fc009c7105633 (commit) from 14ac6cf11b19c3f1ca64c58bf520e7a9e5cf2f37 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 791a1474162b74cd1317078d194a5c9c455c2f30 Author: Paul Poulain Date: Fri Mar 22 17:43:23 2013 +0100 Bug 9508 follow-up : replacing tabs by spaces This patch fixes tabs and replace them by spaces Signed-off-by: Galen Charlton commit 537c66403855437d2ce52eeb758fc009c7105633 Author: Jonathan Druart Date: Tue Dec 18 15:09:22 2012 +0100 Bug 9508: Standardize the dateformat value from C4::Auth - the dateformat value is send to all templates (from C4::Auth::get_template_and_user) - remove all assignment of dateformat in all .pl files - Remove "all" occurrences (those I found!) of dateformat_* From now the only way to get the date format is a string comparaison (dateformat == "metric") Checked with the command: git grep "\(dateformat_us\|dateformat_metric\|dateformat_iso\)" | grep -v translator Signed-off-by: Kyle M Hall Tested all the datepickers I could find, looks good. Signed-off-by: Paul Poulain Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 11 +- acqui/newordersubscription.pl | 1 - admin/aqbudgets.pl | 1 - .../intranet-tmpl/prog/en/includes/calendar.inc | 4 +- .../intranet-tmpl/prog/en/includes/date-format.inc | 2 +- .../prog/en/modules/members/memberentrygen.tt | 16 +- .../prog/en/modules/serials/serials-collection.tt | 2 +- .../prog/en/modules/serials/subscription-add.tt | 6 +- .../prog/en/modules/tools/holidays.tt | 412 ++++++++++---------- koha-tmpl/opac-tmpl/prog/en/includes/calendar.inc | 2 +- .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 2 +- members/memberentry.pl | 2 - reports/guided_reports.pl | 1 - serials/serials-collection.pl | 1 - 14 files changed, 224 insertions(+), 239 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 20 19:11:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 May 2013 17:11:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-577-gd51d6c5 Message-ID: This is an automated email from the git hooks/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 d51d6c5feb8e960f1080b686c298082799061ef8 (commit) from 791a1474162b74cd1317078d194a5c9c455c2f30 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d51d6c5feb8e960f1080b686c298082799061ef8 Author: Galen Charlton Date: Mon May 20 10:18:03 2013 -0700 DBrev 3.13.00.000 -- onwards to Koha Pi! Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 6 ++++++ kohaversion.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 20 19:50:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 May 2013 17:50:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-1-g6844218 Message-ID: This is an automated email from the git hooks/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 684421809a332bde4778ab06e6cb2bfd09b3b599 (commit) from 85a1b8a50b5ac85032359c93dd9514c714f4640e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 684421809a332bde4778ab06e6cb2bfd09b3b599 Author: Mathieu Saby Date: Sat May 4 11:07:55 2013 +0200 Bug 10186: Fix a typo in subscription-add.tt : 2/years should be 2/year In subscription-add.tt dropdown list for periodiciy, the description for 9 value should be "2/year" (2 issues each year) At present, if the option value is selected, it is "2/years". This patch supresses the "s" after "year". To test : - in a subscription, change periodicity to "2/year" - save the subscription - reopen it and check the value is labelled "2/year" Signed-off-by: David Cook Trivial change. Works as described. Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit cf2f95f0607f5bc20f757a6de7effd93334576fa) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/serials/subscription-add.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 20 20:05:47 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 May 2013 18:05:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-578-gbfe6dc8 Message-ID: This is an automated email from the git hooks/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 bfe6dc88d208e3622e3637665c62dcabf4e1d892 (commit) from d51d6c5feb8e960f1080b686c298082799061ef8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bfe6dc88d208e3622e3637665c62dcabf4e1d892 Author: Owen Leonard Date: Mon Mar 25 12:21:24 2013 -0400 Bug 2774 - Path to theme is hard-coded in many places Many templates have instances where the path to the prog template is hard-coded. Now that interface and theme template variables are available everywhere these paths should be corrected to use them. Image paths corrected: - 'Patron image missing' image on circulation pages - 'Locked' icon on fund planning page - Tag and subfield edit icons on the authority, biblio editor, and batch item modification pages (Clone tag, delete tag, clone subfield, delete subfield, move subfield) - 'Loading' icon when importing frameworks Audio file paths corrected: - Sounds for circulation.pl and returns.pl Paths to DataTables assets corrected on: - Transfers to receive report - Holds queue report - Holds awaiting pickup report - Patron detail page (moremember.pl) - Patron circulation history - Update child to adult patron page - Process offline circulations - Catalog by item type report - Serials statistics wizard - Serial claims page - Koha news - Notices - Batch patron modifications Path to progress bar assets corrected on: - Process offline circulations page - Progressbar include file - Stage MARC imports - Manage MARC imports - Local cover image upload Other image paths: - "Approved" checkmark image on tags review page - Table sort icons on lists page - Feed icon on OPAC search result page - "Loading" image for OPAC plain MARC view Path to ratings JavaScript on OPAC detail and results pages Signed-off-by: Kyle M Hall Checked all the pages modified by this patch, no problems noted Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- .../intranet-tmpl/prog/en/includes/circ-menu.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/aqplan.tt | 2 +- .../prog/en/modules/admin/biblio_framework.tt | 6 +++--- .../prog/en/modules/authorities/authorities.tt | 12 ++++++------ .../prog/en/modules/cataloguing/addbiblio.tt | 12 ++++++------ .../prog/en/modules/cataloguing/additem.tt | 2 +- .../prog/en/modules/circ/circulation.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 16 ++++++++-------- .../prog/en/modules/circ/transferstoreceive.tt | 6 +++--- .../prog/en/modules/circ/view_holdsqueue.tt | 6 +++--- .../prog/en/modules/circ/waitingreserves.tt | 6 +++--- .../prog/en/modules/members/moremember.tt | 6 +++--- .../prog/en/modules/members/readingrec.tt | 6 +++--- .../prog/en/modules/members/update-child.tt | 6 +++--- .../prog/en/modules/offline_circ/process_koc.tt | 2 +- .../prog/en/modules/reports/itemtypes.tt | 6 +++--- .../prog/en/modules/reports/serials_stats.tt | 6 +++--- .../prog/en/modules/serials/claims.tt | 6 +++--- .../prog/en/modules/serials/serials-edit.tt | 4 ++-- .../prog/en/modules/suggestion/suggestion.tt | 2 +- .../intranet-tmpl/prog/en/modules/tags/list.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- .../prog/en/modules/test/progressbar.tt | 2 +- .../prog/en/modules/tools/batchMod-edit.tt | 2 +- .../prog/en/modules/tools/koha-news.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/tools/letter.tt | 6 +++--- .../prog/en/modules/tools/manage-marc-import.tt | 2 +- .../prog/en/modules/tools/modborrowers.tt | 6 +++--- .../prog/en/modules/tools/stage-marc-import.tt | 2 +- .../prog/en/modules/tools/upload-images.tt | 2 +- .../prog/en/modules/virtualshelves/shelves.tt | 12 ++++++------ koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 4 ++-- .../opac-tmpl/prog/en/modules/opac-MARCdetail.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 8 ++++---- .../opac-tmpl/prog/en/modules/opac-imageviewer.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 4 ++-- .../opac-tmpl/prog/en/modules/search/results.tt | 4 ++-- 38 files changed, 96 insertions(+), 96 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 20 20:59:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 May 2013 18:59:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-579-g6577645 Message-ID: This is an automated email from the git hooks/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 6577645073a8670f67f4be2f544857a89a9cb245 (commit) from bfe6dc88d208e3622e3637665c62dcabf4e1d892 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6577645073a8670f67f4be2f544857a89a9cb245 Author: Nicole C. Engard Date: Sun May 19 14:02:01 2013 -0400 Bug 10251: Fix typos in Patron Permissions Help This is a string patch that fixes the typos in the patron permission help file. To test: * go to a patron record * click 'set permissions' under more * click 'help' * confirm that text is right Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/help/members/member-flags.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 20 21:16:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 20 May 2013 19:16:18 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-580-g3e76b1a Message-ID: This is an automated email from the git hooks/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 3e76b1ac71a9652c06ddac09d81dcef4e5adaddf (commit) from 6577645073a8670f67f4be2f544857a89a9cb245 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3e76b1ac71a9652c06ddac09d81dcef4e5adaddf Author: Magnus Enger Date: Sun May 19 18:56:00 2013 +0200 Bug 10288 - Fix a tiny typo on "Pending offline circulation actions" To test: - Apply the patch - Go to /cgi-bin/koha/circ/circulation-home.pl - Verify that is says "There are no pending offline operations." - Sign off Or just have a look at the patch... Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/offline_circ/list.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 21 15:54:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 May 2013 13:54:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-2-g2fd42fa Message-ID: This is an automated email from the git hooks/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 2fd42fa89c0eff4e3b26835045a6b64b0b6862a6 (commit) from 684421809a332bde4778ab06e6cb2bfd09b3b599 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2fd42fa89c0eff4e3b26835045a6b64b0b6862a6 Author: Mathieu Saby Date: Sat May 4 11:31:24 2013 +0200 Bug 10191: Close 2 option tags in unimarc_field_115a.tt and unimarc_field_116.tt This patch close 2 option tags in unimarc_field_115a.tt and unimarc_field_116.tt. To test : - in a UNIMARC Koha instance, edit a record - open the plugin for 115a subfield - check the "Form of release - visual projection, motion picture" option list is correct, especially the value "other film type" - open the plugin for 116 field - check the "Technique (prints) 2" option list is correct, especially the value "lithography" Signed-off-by: Owen Leonard I did not test this in Koha, but it's a simple change of one character which I'm comfortable with signing off on. I don't know if this counts as a string change or not, since the string was previously mixed with a malformed tag. Signed-off-by: Katrin Fischer Passes tests and fixes an obvious problem in the HTML. I checked the po files - currently the strings appear as: "other film type/option> %s " So in theory it's possible to translate them correctly even if the standard templates now are not correct. Probably has to wait for 3.14. Signed-off-by: Galen Charlton (cherry picked from commit 9b92e35492c74cb2bd7c1d386bc5d3542bbd7123) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: .../value_builder/unimarc_field_115a.tt | 2 +- .../cataloguing/value_builder/unimarc_field_116.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 21 16:01:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 May 2013 14:01:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-3-gdeedd99 Message-ID: This is an automated email from the git hooks/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 deedd99d92c2c3cf6932eeffd2d9c270142055d4 (commit) from 2fd42fa89c0eff4e3b26835045a6b64b0b6862a6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit deedd99d92c2c3cf6932eeffd2d9c270142055d4 Author: Bernardo Gonzalez Kriegel Date: Thu May 2 22:18:27 2013 -0300 Bug 10178 - Typos in plugins for 006 and 008 in MARC21 Well, not only typos. There is also a NEW update for 006/8 Music on April 2013. And 3 missing values in 006. Revised descriptions and labels, source LOC page. Strings spell checked. To test: 1) Apply the patch 2) Test that MARC21 006 and 008 value builders works properly. Small string changes. Signed-off-by: Nicole C. Engard All tests pass Signed-off-by: Katrin Fischer XML changes only, passes all tests. Contains string changes, so should go into 3.14. Signed-off-by: Galen Charlton (cherry picked from commit 10098fbcc55aac04d7986a8ab799f1bf729172e5) Signed-off-by: Tomas Cohen Arazi Trivial string changes that didn't make it before string freeze. Patch applies cleanly on 3.12.x. It shouldn't go into older releases I guess. ----------------------------------------------------------------------- Summary of changes: .../cataloguing/value_builder/marc21_field_006.xml | 99 ++++++----- .../cataloguing/value_builder/marc21_field_008.xml | 189 ++++++++++---------- 2 files changed, 146 insertions(+), 142 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 21 16:39:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 May 2013 14:39:41 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-4-ge776b28 Message-ID: This is an automated email from the git hooks/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 e776b28e31052553c994d63162a36263b3ada259 (commit) from deedd99d92c2c3cf6932eeffd2d9c270142055d4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e776b28e31052553c994d63162a36263b3ada259 Author: Owen Leonard Date: Wed May 15 08:45:32 2013 -0400 Bug 6399 - tooltip for tags that says 'separate by comma' Some sites split tags on spaces, some on commas. Since Koha splits on a comma, we should make that clear to the patron. This patch adds additional text to the "New tag(s)" label. To test, enable TagsEnabled, TagsInputOnDetail, and TagsInputOnList. Click "Add tag" on both OPAC search results and an OPAC detail page. Confirm that the revised label appears correctly. Signed-off-by: Nicole C. Engard all tests pass Signed-off-by: Katrin Fischer All tests pass. There are some more places where we can add tags to multiple records at once, I noted them on the bug. http://bugs.koha-community.org/show_bug.cgi?id=10259 Signed-off-by: Galen Charlton (cherry picked from commit 14ac6cf11b19c3f1ca64c58bf520e7a9e5cf2f37) Signed-off-by: Tomas Cohen Arazi Even if tha patch doesn't add a tooltip, as it is just a string change that clarifies the addition of tags it should be applied to stable. ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/css/opac.css | 4 ++++ koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 21 19:49:29 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 May 2013 17:49:29 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8215_merge_candidate created. v3.12.00-beta1-593-g1cb38c4 Message-ID: This is an automated email from the git hooks/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_8215_merge_candidate has been created at 1cb38c4ef86fc226d0d086f663e0c167261ae07e (commit) - Log ----------------------------------------------------------------- commit 1cb38c4ef86fc226d0d086f663e0c167261ae07e Author: Galen Charlton Date: Tue May 21 10:24:28 2013 -0700 bug 8215: (followup) remove extraneous underscore in template Signed-off-by: Galen Charlton commit c89b5a3f26c0cfdf3fea3da1d4b56ff19397c31d Author: Galen Charlton Date: Tue May 21 10:16:34 2013 -0700 bug 8215: (followup) rename GetItemReservesInfo Renamed that routine to GetItemCourseReservesInfo in order to avoid any potential confusion with reserves qua hold requests. Signed-off-by: Galen Charlton commit 64d6c04d02f5415e45c8323e4e5c3b34fd4e966f Author: Galen Charlton Date: Tue May 21 10:12:15 2013 -0700 bug 8215: (followup) avoid SQL syntax error in logs ModItem currently will attempt to update an item even if no field updates are specified. This patch avoids (harmless) error messages in the Apache logs if an item is not actually being changed when it is placed or taken off reserve. Signed-off-by: Galen Charlton commit 9c14c8055e34de39dccfb38171c0ee392cd5bffe Author: Galen Charlton Date: Tue May 21 09:56:17 2013 -0700 bug 8215: (followup) don't allow deleting course reserves from OPAC Signed-off-by: Galen Charlton commit e83f1eb4f67a5e28b14b3f0b41dc386badeaefca Author: Galen Charlton Date: Tue May 21 09:53:03 2013 -0700 bug 8215: (followup) make sure C4::CourseReserves doesn't export anything New modules should not export any symbols by default without a very good reason. Signed-off-by: Galen Charlton commit e0b3c7ee2aadf4459348364ac4ba3a26e125a2dd Author: Galen Charlton Date: Tue May 21 09:06:18 2013 -0700 bug 8215: (followup) avoid spurious warning in Apache log Signed-off-by: Galen Charlton commit 4b1030ae29193dfe0ff06a55db8341df1e494002 Author: Galen Charlton Date: Tue May 21 08:43:41 2013 -0700 bug 8215: (followup) run new files through perltidy Signed-off-by: Galen Charlton commit b77032d96162bf0f21653284bd3fc96c61b77f0b Author: Jonathan Druart Date: Thu May 2 16:46:51 2013 +0200 Bug 8215: FIX ergonomic issue : 'Unchanged()' commit 67c6fa9c878524dcef9c9364985e79e109319a1a Author: Jonathan Druart Date: Thu Mar 21 14:52:52 2013 +0100 Bug 8215: Followup Fix confirmation links for delete course and item Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart commit b59f468f5a9bc30cb8675ce73fee1d575f480178 Author: Kyle M Hall Date: Thu Mar 21 06:15:28 2013 -0700 Bug 8215 - Add Course Reserves - QA Followup Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart commit ecb383f5126415a7452c524c43e4bb3f60532229 Author: Jonathan Druart Date: Thu Mar 21 10:08:41 2013 +0100 Bug 8215: Followup FIX QA issues Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart commit 4558d9310baf3026de94a7d7c1baea26760bd2f5 Author: Paul Poulain Date: Fri Sep 28 16:45:37 2012 +0200 Bug 8215 follow-up encoding for branches & itemtypes Signed-off-by: Kyle M Hall Signed-off-by: Corinne Bulac Signed-off-by: Jonathan Druart commit f99a83bdb5ca0fabd7a313f3dbfb298624eb7036 Author: Kyle M Hall Date: Tue Apr 17 08:07:32 2012 -0400 Bug 8215 - Course Reserves Adds a course reserves system for academic libraries. The course reserves system allows libraries to create courses and put items on reserves for those courses. Each item with at least one reserve can have some of its attributes modified while it is on reserve for at least one active course. These attributes include item type, collection code, shelving location, and holding library. If there are no active courses with this item on reserve, it's attributes will revert to the original attributes it had before going on reserve. Test Plan: 1) Create new authorised value categories DEPARTMENT and TERM 2) Create a new course, add instructors to that course. 3) Reserve items for that course, verify item attributes have changed. 4) Disable course, verify item attributes have reverted. 5) Enable course again, verify item attributes again. 6) Delete course, verify item attributes again. 7) Create two new courses, add the same item(s) to both courses. 8) Disable one course, verify item attributes have not reverted. 9) Disable both courses, verify item attributes have reverted. 10) Enable one course, verify item attributes are again set to the new values. 11) Edit reserve item attributes, verify. 12) Disable all courses, edit reserve item attributes, verify the item itself still has its original attributes, verify the reserve item attributes have been updated. 13) Verify the ability to remove instructors from a course. 14) Verify new permissions, top level coursereserves, with subpermissions add_reserves and delete_reserves. Signed-off-by: Kyle M Hall Signed-off-by: Corinne Bulac Signed-off-by: Jonathan Druart ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 21 20:01:24 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 May 2013 18:01:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-581-gda6f7fb Message-ID: This is an automated email from the git hooks/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 da6f7fbb2a176a7194c122a3eeb8d5844fabbc86 (commit) from 3e76b1ac71a9652c06ddac09d81dcef4e5adaddf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit da6f7fbb2a176a7194c122a3eeb8d5844fabbc86 Author: Liz Rea Date: Thu Mar 14 11:35:23 2013 +1300 Bug 7883 - Save and continue editing for cataloging Patch reworked from Elliot Davis' original patch - but using bootstrap instead of YUI. This patch adds the ability for catalogers to save and continue editing when adding new biblios. To Test: Select an existing item or create a new item in cataloging using your favorite framework. Edit the bib From the save menu in the dropdown, select the new option of "Save and continue editing" If you are missing required fields you should still be prompted to fill them in before saving Once all required fields are in place you should be allowed to save, and you will be redirected to tab 0. The original patch claims to redirect to the original tab, but I never observed that behaviour from it - this patch merely takes what was in the original and makes it boostrap. Signed-off-by: Alex Arnaud Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: cataloguing/addbiblio.pl | 11 +++++++---- .../prog/en/modules/cataloguing/addbiblio.tt | 7 +++++++ 2 files changed, 14 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 00:47:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 May 2013 22:47:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8215 created. v3.12.00-beta1-594-gc199cc6 Message-ID: This is an automated email from the git hooks/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_8215 has been created at c199cc6ef91b2b5f52c3c11e788b2d53c27e0b59 (commit) - Log ----------------------------------------------------------------- commit c199cc6ef91b2b5f52c3c11e788b2d53c27e0b59 Author: Galen Charlton Date: Mon May 20 11:22:44 2013 -0700 bug 8215: DBRev 3.13.00.001 for course reserves Signed-off-by: Galen Charlton commit 4a91381d5a693820316e3f0874e6d1478704e240 Author: Galen Charlton Date: Tue May 21 10:24:28 2013 -0700 bug 8215: (followup) remove extraneous underscore in template Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall commit 97addc2fb485c980af97561f000666f920fc2966 Author: Galen Charlton Date: Tue May 21 10:16:34 2013 -0700 bug 8215: (followup) rename GetItemReservesInfo Renamed that routine to GetItemCourseReservesInfo in order to avoid any potential confusion with reserves qua hold requests. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall commit 5ed6a9f35cfbb20fc0124cc2a225202a0d9c3eca Author: Galen Charlton Date: Tue May 21 10:12:15 2013 -0700 bug 8215: (followup) avoid SQL syntax error in logs ModItem currently will attempt to update an item even if no field updates are specified. This patch avoids (harmless) error messages in the Apache logs if an item is not actually being changed when it is placed or taken off reserve. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall commit f5fac05624b2a1fcb3242f5d8821354679f04ba4 Author: Galen Charlton Date: Tue May 21 09:56:17 2013 -0700 bug 8215: (followup) don't allow deleting course reserves from OPAC Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall commit 65b874bb47013e34901e7f79d5f952e07083f657 Author: Galen Charlton Date: Tue May 21 09:53:03 2013 -0700 bug 8215: (followup) make sure C4::CourseReserves doesn't export anything New modules should not export any symbols by default without a very good reason. Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall commit 4db08281c57f6dfc8aee9f8cfba7dd88cbec3d81 Author: Galen Charlton Date: Tue May 21 08:43:41 2013 -0700 bug 8215: (followup) run new files through perltidy Signed-off-by: Galen Charlton Signed-off-by: Kyle M Hall commit b049827042f9bf9306132398d54271e4057ba993 Author: Jonathan Druart Date: Thu May 2 16:46:51 2013 +0200 Bug 8215: FIX ergonomic issue : 'Unchanged()' commit e7dbbabf8364e0ddf735ff76326dd90aed0dfed4 Author: Jonathan Druart Date: Thu Mar 21 14:52:52 2013 +0100 Bug 8215: Followup Fix confirmation links for delete course and item Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart commit 1940d4871c0bc90c8b1b7a75c76779b3d29a21f6 Author: Kyle M Hall Date: Thu Mar 21 06:15:28 2013 -0700 Bug 8215 - Add Course Reserves - QA Followup Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart commit 0ba129131cefc01ef7451e52bb6bab3a253a94d7 Author: Jonathan Druart Date: Thu Mar 21 10:08:41 2013 +0100 Bug 8215: Followup FIX QA issues Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart commit a38032e4697da690aa215c51f3b644ee49634b21 Author: Paul Poulain Date: Fri Sep 28 16:45:37 2012 +0200 Bug 8215 follow-up encoding for branches & itemtypes Signed-off-by: Kyle M Hall Signed-off-by: Corinne Bulac Signed-off-by: Jonathan Druart commit be869ab2790f1a5d43c7d5f3aab4d8b77d2acc9f Author: Kyle M Hall Date: Tue Apr 17 08:07:32 2012 -0400 Bug 8215 - Course Reserves Adds a course reserves system for academic libraries. The course reserves system allows libraries to create courses and put items on reserves for those courses. Each item with at least one reserve can have some of its attributes modified while it is on reserve for at least one active course. These attributes include item type, collection code, shelving location, and holding library. If there are no active courses with this item on reserve, it's attributes will revert to the original attributes it had before going on reserve. Test Plan: 1) Create new authorised value categories DEPARTMENT and TERM 2) Create a new course, add instructors to that course. 3) Reserve items for that course, verify item attributes have changed. 4) Disable course, verify item attributes have reverted. 5) Enable course again, verify item attributes again. 6) Delete course, verify item attributes again. 7) Create two new courses, add the same item(s) to both courses. 8) Disable one course, verify item attributes have not reverted. 9) Disable both courses, verify item attributes have reverted. 10) Enable one course, verify item attributes are again set to the new values. 11) Edit reserve item attributes, verify. 12) Disable all courses, edit reserve item attributes, verify the item itself still has its original attributes, verify the reserve item attributes have been updated. 13) Verify the ability to remove instructors from a course. 14) Verify new permissions, top level coursereserves, with subpermissions add_reserves and delete_reserves. Signed-off-by: Kyle M Hall Signed-off-by: Corinne Bulac Signed-off-by: Jonathan Druart http://bugs.koha-community.org/show_bug.cgi?id=8125 ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 00:48:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 May 2013 22:48:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-594-gc199cc6 Message-ID: This is an automated email from the git hooks/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 c199cc6ef91b2b5f52c3c11e788b2d53c27e0b59 (commit) via 4a91381d5a693820316e3f0874e6d1478704e240 (commit) via 97addc2fb485c980af97561f000666f920fc2966 (commit) via 5ed6a9f35cfbb20fc0124cc2a225202a0d9c3eca (commit) via f5fac05624b2a1fcb3242f5d8821354679f04ba4 (commit) via 65b874bb47013e34901e7f79d5f952e07083f657 (commit) via 4db08281c57f6dfc8aee9f8cfba7dd88cbec3d81 (commit) via b049827042f9bf9306132398d54271e4057ba993 (commit) via e7dbbabf8364e0ddf735ff76326dd90aed0dfed4 (commit) via 1940d4871c0bc90c8b1b7a75c76779b3d29a21f6 (commit) via 0ba129131cefc01ef7451e52bb6bab3a253a94d7 (commit) via a38032e4697da690aa215c51f3b644ee49634b21 (commit) via be869ab2790f1a5d43c7d5f3aab4d8b77d2acc9f (commit) from da6f7fbb2a176a7194c122a3eeb8d5844fabbc86 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 2 + C4/CourseReserves.pm | 1101 ++++++++++++++++++++ C4/Koha.pm | 22 +- Koha/Template/Plugin/AuthorisedValues.pm | 34 + Koha/Template/Plugin/Branches.pm | 38 + Koha/Template/Plugin/ItemTypes.pm | 39 + Makefile.PL | 1 + admin/authorised_values.pl | 2 +- catalogue/detail.pl | 5 + course_reserves/add_items.pl | 95 ++ course_reserves/course-details.pl | 65 ++ course_reserves/course-reserves.pl | 54 + course_reserves/course.pl | 54 + course_reserves/mod_course.pl | 69 ++ installer/data/mysql/de-DE/mandatory/userflags.sql | 1 + .../data/mysql/de-DE/mandatory/userpermissions.sql | 3 + installer/data/mysql/en/mandatory/userflags.sql | 3 +- .../data/mysql/en/mandatory/userpermissions.sql | 3 + installer/data/mysql/es-ES/mandatory/userflags.sql | 1 + .../data/mysql/es-ES/mandatory/userpermissions.sql | 3 + .../data/mysql/fr-FR/1-Obligatoire/userflags.sql | 1 + .../mysql/fr-FR/1-Obligatoire/userpermissions.sql | 4 +- installer/data/mysql/it-IT/necessari/userflags.sql | 3 +- .../data/mysql/it-IT/necessari/userpermissions.sql | 3 + installer/data/mysql/kohastructure.sql | 102 ++ .../data/mysql/nb-NO/1-Obligatorisk/userflags.sql | 1 + .../mysql/nb-NO/1-Obligatorisk/userpermissions.sql | 3 + installer/data/mysql/pl-PL/mandatory/userflags.sql | 1 + .../data/mysql/pl-PL/mandatory/userpermissions.sql | 3 + .../ru-RU/mandatory/permissions_and_user_flags.sql | 4 + installer/data/mysql/sysprefs.sql | 1 + .../uk-UA/mandatory/permissions_and_user_flags.sql | 4 + installer/data/mysql/updatedatabase.pl | 91 ++- .../intranet-tmpl/prog/en/css/staff-global.css | 2 +- .../intranet-tmpl/prog/en/includes/header.inc | 3 + koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js | 11 +- .../en/modules/admin/preferences/circulation.pref | 7 + .../prog/en/modules/catalogue/detail.tt | 34 + .../prog/en/modules/cataloguing/additem.tt | 2 +- .../en/modules/course_reserves/add_items-step1.tt | 61 ++ .../en/modules/course_reserves/add_items-step2.tt | 133 +++ .../en/modules/course_reserves/course-details.tt | 184 ++++ .../en/modules/course_reserves/course-reserves.tt | 114 ++ .../prog/en/modules/course_reserves/course.tt | 204 ++++ .../en/modules/course_reserves/invalid-course.tt | 24 + .../prog/en/modules/members/mancredit.tt | 2 +- .../prog/en/modules/members/maninvoice.tt | 2 +- .../prog/en/modules/members/memberentrygen.tt | 2 +- koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 1 + koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 1 + .../prog/en/modules/opac-course-details.tt | 63 ++ .../prog/en/modules/opac-course-reserves.tt | 62 ++ koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 31 + kohaversion.pl | 2 +- opac/opac-course-details.pl | 54 + opac/opac-course-reserves.pl | 50 + opac/opac-detail.pl | 7 + t/db_dependent/CourseReserves.t | 88 ++ 58 files changed, 2941 insertions(+), 19 deletions(-) create mode 100644 C4/CourseReserves.pm create mode 100644 Koha/Template/Plugin/AuthorisedValues.pm create mode 100644 Koha/Template/Plugin/Branches.pm create mode 100644 Koha/Template/Plugin/ItemTypes.pm create mode 100755 course_reserves/add_items.pl create mode 100755 course_reserves/course-details.pl create mode 100755 course_reserves/course-reserves.pl create mode 100755 course_reserves/course.pl create mode 100755 course_reserves/mod_course.pl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step1.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/add_items-step2.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/invalid-course.tt create mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-course-details.tt create mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-course-reserves.tt create mode 100755 opac/opac-course-details.pl create mode 100755 opac/opac-course-reserves.pl create mode 100755 t/db_dependent/CourseReserves.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 00:53:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 May 2013 22:53:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-595-g281448f Message-ID: This is an automated email from the git hooks/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 281448f84e416d5fb925d096c21b1f60421a316f (commit) from c199cc6ef91b2b5f52c3c11e788b2d53c27e0b59 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 281448f84e416d5fb925d096c21b1f60421a316f Author: Galen Charlton Date: Tue May 21 09:06:18 2013 -0700 bug 8215: (followup) avoid spurious warning in Apache log Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: course_reserves/mod_course.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 01:20:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 May 2013 23:20:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-6-gc17eef3 Message-ID: This is an automated email from the git hooks/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 c17eef3f4a435fc95a97d9416615ee057a8612bd (commit) via 9cd171e5c7d4302255a27abc8a77ba1f217c14be (commit) from e776b28e31052553c994d63162a36263b3ada259 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c17eef3f4a435fc95a97d9416615ee057a8612bd Author: Paul Poulain Date: Fri Mar 22 17:43:23 2013 +0100 Bug 9508 follow-up : replacing tabs by spaces This patch fixes tabs and replace them by spaces Signed-off-by: Galen Charlton (cherry picked from commit 791a1474162b74cd1317078d194a5c9c455c2f30) commit 9cd171e5c7d4302255a27abc8a77ba1f217c14be Author: Jonathan Druart Date: Tue Dec 18 15:09:22 2012 +0100 Bug 9508: Standardize the dateformat value from C4::Auth - the dateformat value is send to all templates (from C4::Auth::get_template_and_user) - remove all assignment of dateformat in all .pl files - Remove "all" occurrences (those I found!) of dateformat_* From now the only way to get the date format is a string comparaison (dateformat == "metric") Checked with the command: git grep "\(dateformat_us\|dateformat_metric\|dateformat_iso\)" | grep -v translator Signed-off-by: Kyle M Hall Tested all the datepickers I could find, looks good. Signed-off-by: Paul Poulain Signed-off-by: Galen Charlton (cherry picked from commit 537c66403855437d2ce52eeb758fc009c7105633) ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 11 +- acqui/newordersubscription.pl | 1 - admin/aqbudgets.pl | 1 - .../intranet-tmpl/prog/en/includes/calendar.inc | 4 +- .../intranet-tmpl/prog/en/includes/date-format.inc | 2 +- .../prog/en/modules/members/memberentrygen.tt | 16 +- .../prog/en/modules/serials/serials-collection.tt | 2 +- .../prog/en/modules/serials/subscription-add.tt | 6 +- .../prog/en/modules/tools/holidays.tt | 412 ++++++++++---------- koha-tmpl/opac-tmpl/prog/en/includes/calendar.inc | 2 +- .../opac-tmpl/prog/en/modules/sco/sco-main.tt | 2 +- members/memberentry.pl | 2 - reports/guided_reports.pl | 1 - serials/serials-collection.pl | 1 - 14 files changed, 224 insertions(+), 239 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 01:43:24 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 May 2013 23:43:24 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6413 created. v3.12.00-beta1-599-g8ec0005 Message-ID: This is an automated email from the git hooks/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_6413 has been created at 8ec0005443867050a7f68522a0e1040386d45d90 (commit) - Log ----------------------------------------------------------------- commit 8ec0005443867050a7f68522a0e1040386d45d90 Author: Kyle M Hall Date: Wed May 8 12:41:26 2013 -0400 Bug 6413 - QA Followup - Remove extra table column header Signed-off-by: Galen Charlton commit 34ea8fbec751600c332881debb88281b442113b3 Author: Paul Poulain Date: Wed Mar 20 11:37:05 2013 +0100 Bug 6413 - QA Followup - Add notes for 'Pay selected' Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain Signed-off-by: Galen Charlton commit f768b99b910392b99dd85f64a6201edfe413ebf4 Author: Paul Poulain Date: Mon Apr 30 17:51:47 2012 +0200 Bug 6413 follow-up: fixing capital case & tabs * switching from "Payment Note" to "Payment note" * replaced tabs by 4 spaces in lines just before and after this fix, for consistent indenting Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Galen Charlton commit 8249544156921c634ae91e4970cb82111e81fece Author: Chris Hall Date: Thu Jan 26 16:04:53 2012 +1300 Bug 6413 Added ability to add a note when paying or writing off a fine Code will also respect notes when using the "Writeoff All" button but WILL NOT when using either the "Pay Amount" or "Pay Selected" buttons Fixed uri encoding of arguments Signed-off-by: Nicole C. Engard Signed-off-by: Paul Poulain Signed-off-by: Galen Charlton ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 01:46:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 21 May 2013 23:46:51 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-599-g8ec0005 Message-ID: This is an automated email from the git hooks/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 8ec0005443867050a7f68522a0e1040386d45d90 (commit) via 34ea8fbec751600c332881debb88281b442113b3 (commit) via f768b99b910392b99dd85f64a6201edfe413ebf4 (commit) via 8249544156921c634ae91e4970cb82111e81fece (commit) from 281448f84e416d5fb925d096c21b1f60421a316f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: C4/Accounts.pm | 42 +++++++++++--------- .../prog/en/modules/members/boraccount.tt | 2 +- .../intranet-tmpl/prog/en/modules/members/pay.tt | 14 ++++--- .../prog/en/modules/members/paycollect.tt | 6 +++ members/pay.pl | 13 ++++-- members/paycollect.pl | 14 ++++-- 6 files changed, 56 insertions(+), 35 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 16:26:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 22 May 2013 14:26:59 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-7-g36591ec Message-ID: This is an automated email from the git hooks/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 36591ecae4a5967c474e03e0573400fb2e102858 (commit) from c17eef3f4a435fc95a97d9416615ee057a8612bd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 36591ecae4a5967c474e03e0573400fb2e102858 Author: Owen Leonard Date: Mon Mar 25 12:21:24 2013 -0400 Bug 2774 - Path to theme is hard-coded in many places Many templates have instances where the path to the prog template is hard-coded. Now that interface and theme template variables are available everywhere these paths should be corrected to use them. Image paths corrected: - 'Patron image missing' image on circulation pages - 'Locked' icon on fund planning page - Tag and subfield edit icons on the authority, biblio editor, and batch item modification pages (Clone tag, delete tag, clone subfield, delete subfield, move subfield) - 'Loading' icon when importing frameworks Audio file paths corrected: - Sounds for circulation.pl and returns.pl Paths to DataTables assets corrected on: - Transfers to receive report - Holds queue report - Holds awaiting pickup report - Patron detail page (moremember.pl) - Patron circulation history - Update child to adult patron page - Process offline circulations - Catalog by item type report - Serials statistics wizard - Serial claims page - Koha news - Notices - Batch patron modifications Path to progress bar assets corrected on: - Process offline circulations page - Progressbar include file - Stage MARC imports - Manage MARC imports - Local cover image upload Other image paths: - "Approved" checkmark image on tags review page - Table sort icons on lists page - Feed icon on OPAC search result page - "Loading" image for OPAC plain MARC view Path to ratings JavaScript on OPAC detail and results pages Signed-off-by: Kyle M Hall Checked all the pages modified by this patch, no problems noted Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit bfe6dc88d208e3622e3637665c62dcabf4e1d892) Signed-off-by: Tomas Cohen Arazi This patch touches too many files, and was excluded (presumably) from 3.12 as was too close to the release. As it touches too many files and looks good I'm pushing to stable, as it can be a source of future conflicts for merging master patches on 3.12.x. The patches that introduce both the 'theme' and 'interface' template variables date back to 04/2011 so it looks sound to me. ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- .../intranet-tmpl/prog/en/includes/circ-menu.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/aqplan.tt | 2 +- .../prog/en/modules/admin/biblio_framework.tt | 6 +++--- .../prog/en/modules/authorities/authorities.tt | 12 ++++++------ .../prog/en/modules/cataloguing/addbiblio.tt | 12 ++++++------ .../prog/en/modules/cataloguing/additem.tt | 2 +- .../prog/en/modules/circ/circulation.tt | 4 ++-- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 16 ++++++++-------- .../prog/en/modules/circ/transferstoreceive.tt | 6 +++--- .../prog/en/modules/circ/view_holdsqueue.tt | 6 +++--- .../prog/en/modules/circ/waitingreserves.tt | 6 +++--- .../prog/en/modules/members/moremember.tt | 6 +++--- .../prog/en/modules/members/readingrec.tt | 6 +++--- .../prog/en/modules/members/update-child.tt | 6 +++--- .../prog/en/modules/offline_circ/process_koc.tt | 2 +- .../prog/en/modules/reports/itemtypes.tt | 6 +++--- .../prog/en/modules/reports/serials_stats.tt | 6 +++--- .../prog/en/modules/serials/claims.tt | 6 +++--- .../prog/en/modules/serials/serials-edit.tt | 4 ++-- .../prog/en/modules/suggestion/suggestion.tt | 2 +- .../intranet-tmpl/prog/en/modules/tags/list.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/tags/review.tt | 2 +- .../prog/en/modules/test/progressbar.tt | 2 +- .../prog/en/modules/tools/batchMod-edit.tt | 2 +- .../prog/en/modules/tools/koha-news.tt | 6 +++--- .../intranet-tmpl/prog/en/modules/tools/letter.tt | 6 +++--- .../prog/en/modules/tools/manage-marc-import.tt | 2 +- .../prog/en/modules/tools/modborrowers.tt | 6 +++--- .../prog/en/modules/tools/stage-marc-import.tt | 2 +- .../prog/en/modules/tools/upload-images.tt | 2 +- .../prog/en/modules/virtualshelves/shelves.tt | 12 ++++++------ koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 4 ++-- .../opac-tmpl/prog/en/modules/opac-MARCdetail.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 8 ++++---- .../opac-tmpl/prog/en/modules/opac-imageviewer.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 4 ++-- .../opac-tmpl/prog/en/modules/search/results.tt | 4 ++-- 38 files changed, 96 insertions(+), 96 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 16:31:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 22 May 2013 14:31:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-9-gde32e8d Message-ID: This is an automated email from the git hooks/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 de32e8d6e849ecfc13d4635c776749f5b5d4ef3e (commit) via e4e4c09bd64f3bf81ed6e2d17edd0714d0893d6c (commit) from 36591ecae4a5967c474e03e0573400fb2e102858 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit de32e8d6e849ecfc13d4635c776749f5b5d4ef3e Author: Magnus Enger Date: Sun May 19 18:56:00 2013 +0200 Bug 10288 - Fix a tiny typo on "Pending offline circulation actions" To test: - Apply the patch - Go to /cgi-bin/koha/circ/circulation-home.pl - Verify that is says "There are no pending offline operations." - Sign off Or just have a look at the patch... Signed-off-by: Galen Charlton (cherry picked from commit 3e76b1ac71a9652c06ddac09d81dcef4e5adaddf) Signed-off-by: Tomas Cohen Arazi commit e4e4c09bd64f3bf81ed6e2d17edd0714d0893d6c Author: Nicole C. Engard Date: Sun May 19 14:02:01 2013 -0400 Bug 10251: Fix typos in Patron Permissions Help This is a string patch that fixes the typos in the patron permission help file. To test: * go to a patron record * click 'set permissions' under more * click 'help' * confirm that text is right Signed-off-by: Galen Charlton (cherry picked from commit 6577645073a8670f67f4be2f544857a89a9cb245) Signed-off-by: Tomas Cohen Arazi ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/help/members/member-flags.tt | 4 ++-- .../prog/en/modules/offline_circ/list.tt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 16:35:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 22 May 2013 14:35:34 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-600-g1c3dd42 Message-ID: This is an automated email from the git hooks/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 1c3dd427fa26e4f84d14a81453e12b868936a3bf (commit) from 8ec0005443867050a7f68522a0e1040386d45d90 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1c3dd427fa26e4f84d14a81453e12b868936a3bf Author: Owen Leonard Date: Fri May 17 12:06:25 2013 -0400 Bug 10261: Link to patron files missing from circ-menu.tt The link to patron files doesn't appear on some pages. That's because the link was added to circ-menu.inc but not circ-menu.tt. Each is used by different patron-related pages. This patch adds the missing link. To test, enable the EnableBorrowerFiles system preference and view members/pay.pl or members.paycollect.pl. The "Files" tab should appear in the left-hand sidebar menu. Other patron pages should show the same. Edit: Corrected scope of template variables which shouldn't have been copied directly from circ-menu.inc without changing scope. Signed-off-by: Nicole C. Engard all tests pass Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/circ-menu.tt | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 16:46:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 22 May 2013 14:46:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-601-g9e4c289 Message-ID: This is an automated email from the git hooks/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 9e4c289d3f68aaab5d47172940e30fba0819804e (commit) from 1c3dd427fa26e4f84d14a81453e12b868936a3bf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9e4c289d3f68aaab5d47172940e30fba0819804e Author: Jonathan Druart Date: Wed Jan 30 15:19:58 2013 +0100 Bug 9507: prevent submit: refactor some code in a js file This patch refactors some code in a js file. Test plan: On acqui/neworderempty.pl, acqui/orderreceive.pl and serials/serials-edit.tt try to scan a barcode (or press enter) on the form and check that it is not sent. Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Have to note that the code for IE9 does not work. Before and after this patch. If we refactor code, it would have been nice to resolve this too. But I do not oppose pushing this patch. The test uses 'an ancient Netscape property' window.Event (uppercase!) to make the distinction between browers and event models. Some more documentation here would be welcome too. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/js/prevent_submit.js | 18 ++++++++++++++++++ .../prog/en/modules/acqui/neworderempty.tt | 19 +------------------ .../prog/en/modules/acqui/orderreceive.tt | 20 +------------------- .../prog/en/modules/serials/serials-edit.tt | 19 +------------------ 4 files changed, 21 insertions(+), 55 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/prevent_submit.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 17:13:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 22 May 2013 15:13:26 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-605-g33b6ed3 Message-ID: This is an automated email from the git hooks/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 33b6ed32b40133c2c88e17aebf4d3382bd966c6f (commit) via 066b55ef4d39cf422fc4f9755de6341a6b6410bb (commit) via f291596aa449195293d269619c3adc5124c648f1 (commit) via b00ec06968e6377c61523e72e0a49e6c9f8bf8b8 (commit) from 9e4c289d3f68aaab5d47172940e30fba0819804e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 33b6ed32b40133c2c88e17aebf4d3382bd966c6f Author: Galen Charlton Date: Wed May 22 08:14:23 2013 -0700 Bug 10080: DBRev 3.13.00.002 Signed-off-by: Galen Charlton commit 066b55ef4d39cf422fc4f9755de6341a6b6410bb Author: Galen Charlton Date: Wed May 22 08:06:11 2013 -0700 Bug 10080: (followup) change two last instances of the old syspref name Signed-off-by: Galen Charlton commit f291596aa449195293d269619c3adc5124c648f1 Author: Kyle M Hall Date: Tue May 21 13:12:55 2013 -0400 Bug 10080 - Change system pref IndependantBranches to IndependentBranches - Followup Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit b00ec06968e6377c61523e72e0a49e6c9f8bf8b8 Author: Kyle M Hall Date: Wed May 15 10:10:10 2013 -0400 Bug 10080 - Change system pref IndependantBranches to IndependentBranches Test Plan: 1) Enable IndependantBranches 2) Apply this patch 3) Run updatedatabase.pl 4) Verify that the system preference still functions correctly Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 10 +++++----- C4/Auth.pm | 6 +++--- C4/Boolean.pm | 2 +- C4/Branch.pm | 4 ++-- C4/Circulation.pm | 2 +- C4/Items.pm | 6 +++--- C4/Letters.pm | 2 +- C4/Members.pm | 8 ++++---- C4/Reserves.pm | 2 +- C4/Serials.pm | 14 +++++++------- C4/Suggestions.pm | 6 +++--- acqui/basket.pl | 4 ++-- acqui/neworderempty.pl | 2 +- catalogue/moredetail.pl | 2 +- catalogue/search.pl | 2 +- cataloguing/addbiblio.pl | 2 +- cataloguing/additem.pl | 4 ++-- circ/circulation-home.pl | 2 +- circ/overdue.pl | 2 +- circ/pendingreserves.pl | 2 +- circ/reserveratios.pl | 2 +- circ/waitingreserves.pl | 2 +- installer/data/mysql/sysprefs.sql | 2 +- installer/data/mysql/updatedatabase.pl | 7 +++++++ .../intranet-tmpl/prog/en/includes/header.inc | 2 +- .../prog/en/modules/admin/preferences/admin.pref | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- .../prog/en/modules/circ/circulation-home.tt | 2 +- .../prog/en/modules/serials/subscription-add.tt | 2 +- kohaversion.pl | 2 +- mainpage.pl | 2 +- members/deletemem.pl | 2 +- members/memberentry.pl | 4 ++-- members/members-update.pl | 2 +- members/moremember.pl | 4 ++-- reserve/request.pl | 4 ++-- serials/member-search.pl | 2 +- serials/subscription-add.pl | 2 +- serials/subscription-detail.pl | 2 +- suggestion/suggestion.pl | 2 +- t/db_dependent/Members.t | 2 +- t/db_dependent/lib/KohaTest/Acquisition.pm | 4 ++-- .../lib/KohaTest/Acquisition/GetHistory.pm | 2 +- .../lib/KohaTest/Acquisition/GetLateOrders.pm | 2 +- tools/batchMod.pl | 4 ++-- tools/export.pl | 4 ++-- tools/holidays.pl | 2 +- tools/letter.pl | 2 +- 48 files changed, 82 insertions(+), 75 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 17:44:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 22 May 2013 15:44:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-607-gc62c365 Message-ID: This is an automated email from the git hooks/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 c62c36508d0bea76322ead627c65e8b19fc9d91a (commit) via 67fb83d52554031f946709495112920fa2fc784c (commit) from 33b6ed32b40133c2c88e17aebf4d3382bd966c6f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c62c36508d0bea76322ead627c65e8b19fc9d91a Author: Galen Charlton Date: Wed May 22 08:51:33 2013 -0700 bug 7718: DBRev 3.13.00.003 - remove serial.itemnumber column Signed-off-by: Galen Charlton commit 67fb83d52554031f946709495112920fa2fc784c Author: Kyle M Hall Date: Mon Feb 4 08:16:58 2013 -0500 Bug 7718 - Remove itemnumber column from serials table Remove the column 'itemnumber' from the table 'serial'. This is a 1 to many relationship, and this reference does not make sense. The 'serialitems' table handles the relationship between the 'items' table and the 'serial' table. Test Plan: 1) Apply patch 2) Run updatedatabase.pl 3) Verify serial.itemnumber has been removed from the database Signed-off-by: Bernardo Gonzalez Kriegel Column removed. No errors. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/kohastructure.sql | 1 - installer/data/mysql/updatedatabase.pl | 7 +++++++ kohaversion.pl | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 22 20:50:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 22 May 2013 18:50:54 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-608-gec3c8e9 Message-ID: This is an automated email from the git hooks/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 ec3c8e95e012e65cb2444c8ed62e48af34b3788c (commit) from c62c36508d0bea76322ead627c65e8b19fc9d91a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ec3c8e95e012e65cb2444c8ed62e48af34b3788c Author: Galen Charlton Date: Wed May 22 11:57:33 2013 -0700 prefer CheckVersion in updatedatabase.pl Fixes an inconsistency with a couple recent DBrev patches. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 23 06:23:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 May 2013 04:23:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-97-gb8ed435 Message-ID: This is an automated email from the git hooks/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 b8ed4356a80ae3ea4ee5b6bcb8e453ad4d067d8e (commit) via 135e77d29df679cf381db4285d0b42b44cbab3e7 (commit) from 0394a8f8ce88b6883cd2a14d57971713f98be346 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b8ed4356a80ae3ea4ee5b6bcb8e453ad4d067d8e Author: Chris Cormack Date: Thu May 23 16:30:30 2013 +1200 Release notes for 3.10.6 commit 135e77d29df679cf381db4285d0b42b44cbab3e7 Author: D Ruth Bavousett Date: Wed May 22 22:01:24 2013 -0300 Language update for 3.10.6 ----------------------------------------------------------------------- Summary of changes: misc/release_notes/release_notes_3_10_6.txt | 405 + .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 2144 ++-- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 7173 +++++++-- misc/translator/po/am-Ethi-opac-ccsr.po | 10 +- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 2164 ++-- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 7493 +++++++-- misc/translator/po/ar-Arab-opac-ccsr.po | 7 +- misc/translator/po/ar-Arab-pref.po | 5409 ++++---- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 2145 ++-- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 7193 +++++++-- misc/translator/po/az-AZ-opac-ccsr.po | 10 +- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 2135 ++-- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 7173 +++++++-- misc/translator/po/ben-opac-ccsr.po | 48 +- .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 2144 ++-- .../po/ca-VA-i-staff-t-prog-v-3006000.po | 7173 +++++++-- misc/translator/po/ca-VA-opac-ccsr.po | 10 +- .../po/cs-CZ-i-staff-t-prog-v-3006000.po | 12 +- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 2133 ++-- .../po/da-DK-i-staff-t-prog-v-3006000.po | 7324 +++++++-- misc/translator/po/da-DK-opac-ccsr.po | 12 +- misc/translator/po/da-DK-pref.po | 275 +- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 2150 ++-- .../po/de-CH-i-staff-t-prog-v-3006000.po | 7201 +++++++-- misc/translator/po/de-CH-opac-ccsr.po | 15 +- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 2132 ++-- .../po/de-DE-i-staff-t-prog-v-3006000.po | 7217 +++++++-- misc/translator/po/de-DE-opac-ccsr.po | 12 +- misc/translator/po/de-DE-pref.po | 80 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 2150 ++-- .../po/el-GR-i-staff-t-prog-v-3006000.po | 7190 +++++++-- misc/translator/po/el-GR-opac-ccsr.po | 7 +- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 2146 ++-- .../po/en-GB-i-staff-t-prog-v-3006000.po | 7197 +++++++-- misc/translator/po/en-GB-opac-ccsr.po | 7 +- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 2175 ++-- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 7420 +++++++-- misc/translator/po/en-NZ-opac-ccsr.po | 121 +- misc/translator/po/en-NZ-pref.po | 20 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 2140 ++-- .../po/es-ES-i-staff-t-prog-v-3006000.po |16901 ++++++++++++-------- misc/translator/po/es-ES-opac-ccsr.po | 12 +- misc/translator/po/es-ES-pref.po | 19 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 2147 ++-- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 7173 +++++++-- misc/translator/po/eu-opac-ccsr.po | 7 +- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 2151 ++-- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 7177 +++++++-- misc/translator/po/fi-FI-opac-ccsr.po | 7 +- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 2151 ++-- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 7203 +++++++-- misc/translator/po/fr-CA-opac-ccsr.po | 7 +- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 2151 ++-- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 7213 +++++++-- misc/translator/po/fr-FR-opac-ccsr.po | 11 +- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 2144 ++-- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 7196 +++++++-- misc/translator/po/hi-opac-ccsr.po | 10 +- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 2148 ++-- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 7190 +++++++-- misc/translator/po/hr-HR-opac-ccsr.po | 7 +- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 2147 ++-- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 7190 +++++++-- misc/translator/po/hu-HU-opac-ccsr.po | 10 +- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 2155 ++-- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 7256 +++++++-- misc/translator/po/hy-Armn-opac-ccsr.po | 11 +- misc/translator/po/hy-Armn-pref.po | 2 +- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 2152 ++-- .../po/id-ID-i-staff-t-prog-v-3006000.po | 7174 +++++++-- misc/translator/po/id-ID-opac-ccsr.po | 4 +- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 2145 ++-- misc/translator/po/is-IS-opac-ccsr.po | 10 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 2133 ++-- .../po/it-IT-i-staff-t-prog-v-3006000.po |16772 ++++++++++++-------- misc/translator/po/it-IT-opac-ccsr.po | 8 +- misc/translator/po/it-IT-pref.po | 16 +- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 2154 ++-- misc/translator/po/ja-Jpan-JP-opac-ccsr.po | 4 +- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 2147 ++-- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 7175 +++++++-- misc/translator/po/lo-Laoo-opac-ccsr.po | 7 +- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 2144 ++-- misc/translator/po/mi-NZ-opac-ccsr.po | 10 +- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 2144 ++-- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 7192 +++++++-- misc/translator/po/mon-opac-ccsr.po | 10 +- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 2135 ++-- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 7174 +++++++-- misc/translator/po/mr-opac-ccsr.po | 10 +- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 2152 ++-- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 7178 +++++++-- misc/translator/po/ms-MY-opac-ccsr.po | 7 +- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 2150 ++-- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 7197 +++++++-- misc/translator/po/nb-NO-opac-ccsr.po | 11 +- misc/translator/po/nb-NO-pref.po | 16 +- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 2152 ++-- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 7190 +++++++-- misc/translator/po/nl-BE-opac-ccsr.po | 11 +- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 2151 ++-- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 7181 +++++++-- misc/translator/po/nl-NL-opac-ccsr.po | 7 +- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 2145 ++-- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 7193 +++++++-- misc/translator/po/nn-NO-opac-ccsr.po | 10 +- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 2156 ++-- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 8607 ++++++++--- misc/translator/po/pl-PL-opac-ccsr.po | 11 +- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 2151 ++-- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 7199 +++++++-- misc/translator/po/pt-BR-opac-ccsr.po | 11 +- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 2155 ++-- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 7270 +++++++-- misc/translator/po/pt-PT-opac-ccsr.po | 11 +- misc/translator/po/pt-PT-pref.po | 2 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 2145 ++-- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 7190 +++++++-- misc/translator/po/ro-RO-opac-ccsr.po | 10 +- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 2157 ++-- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 7358 +++++++-- misc/translator/po/ru-RU-opac-ccsr.po | 15 +- misc/translator/po/ru-RU-pref.po | 640 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 2134 ++-- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 7173 +++++++-- misc/translator/po/sd-PK-opac-ccsr.po | 4 +- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 2136 ++-- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 7307 +++++++-- misc/translator/po/sk-SK-opac-ccsr.po | 12 +- misc/translator/po/sk-SK-pref.po | 70 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 2157 ++-- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 7176 +++++++-- misc/translator/po/sv-SE-opac-ccsr.po | 10 +- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 2126 ++-- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 7173 +++++++-- misc/translator/po/ta-LK-opac-ccsr.po | 4 +- misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 2134 ++-- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 7173 +++++++-- misc/translator/po/ta-opac-ccsr.po | 4 +- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 2152 ++-- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 7191 +++++++-- misc/translator/po/tet-opac-ccsr.po | 7 +- .../po/th-THA-i-opac-t-prog-v-3006000.po | 2145 ++-- .../po/th-THA-i-staff-t-prog-v-3006000.po | 7174 +++++++-- misc/translator/po/th-THA-opac-ccsr.po | 18 +- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 2135 ++-- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 7275 +++++++-- misc/translator/po/tr-TR-opac-ccsr.po | 10 +- misc/translator/po/tr-TR-pref.po | 130 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 2156 ++-- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 7362 +++++++-- misc/translator/po/uk-UA-opac-ccsr.po | 15 +- misc/translator/po/uk-UA-pref.po | 1203 +- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 2232 ++-- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 7173 +++++++-- misc/translator/po/ur-Arab-opac-ccsr.po | 4 +- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 2141 ++-- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 7173 +++++++-- misc/translator/po/vi-VN-opac-ccsr.po | 4 +- misc/translator/po/zh-Hans-CN-opac-ccsr.po | 4 +- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 2150 ++-- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 11 +- 162 files changed, 335147 insertions(+), 133838 deletions(-) create mode 100644 misc/release_notes/release_notes_3_10_6.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 23 06:27:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 May 2013 04:27:31 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-24-g2942ffc Message-ID: This is an automated email from the git hooks/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 2942ffc7728135ce3fdcac3a77ef1201e1c653f3 (commit) via 0ab4b74ee55a16daeb0c5efd2646d0f246644c21 (commit) from a49d2d7875505064f5983e6d80e005f0ea6bc42d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2942ffc7728135ce3fdcac3a77ef1201e1c653f3 Author: Chris Cormack Date: Thu May 23 16:34:37 2013 +1200 3.8.13 release notes commit 0ab4b74ee55a16daeb0c5efd2646d0f246644c21 Author: D Ruth Bavousett Date: Wed May 22 21:55:22 2013 -0300 Language update for 3.8.13 ----------------------------------------------------------------------- Summary of changes: ...se_notes_3_8_9.txt => release_notes_3_8_13.txt} | 180 +- .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 66 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 703 ++-- .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 66 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 715 ++-- misc/translator/po/ar-Arab-pref.po | 95 +- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 66 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 704 ++-- misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 66 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 703 ++-- .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 66 +- .../po/ca-VA-i-staff-t-prog-v-3006000.po | 703 ++-- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 70 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 5988 ++++++++++--------- misc/translator/po/da-DK-pref.po | 6442 ++++++++++---------- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 66 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 704 ++-- .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 70 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 703 ++-- misc/translator/po/de-DE-pref.po | 78 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 66 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 704 ++-- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 66 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 704 ++-- .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 70 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 798 ++-- misc/translator/po/en-NZ-opac-ccsr.po | 117 +- misc/translator/po/en-NZ-pref.po | 74 +- .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 66 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 707 ++-- misc/translator/po/es-ES-pref.po | 19 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 66 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 703 ++-- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 66 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 704 ++-- .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 66 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 704 ++-- .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 66 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 704 ++-- misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 66 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 704 ++-- .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 66 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 704 ++-- .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 66 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 706 ++-- .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 70 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 736 ++-- misc/translator/po/hy-Armn-pref.po | 2 +- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 66 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 703 ++-- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 66 +- .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 74 +- .../po/it-IT-i-staff-t-prog-v-3006000.po | 745 ++-- misc/translator/po/it-IT-pref.po | 2 +- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 66 +- .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 66 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 704 ++-- .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 66 +- misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 66 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 707 ++-- misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 66 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 703 ++-- .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 66 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 703 ++-- .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 66 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 704 ++-- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 66 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 705 ++-- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 66 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 703 ++-- .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 66 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 706 ++-- .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 66 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 704 ++-- .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 66 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 704 ++-- .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 72 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 735 ++-- misc/translator/po/pt-PT-pref.po | 2 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 66 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 705 ++-- .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 66 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 704 ++-- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 66 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 703 ++-- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 74 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 707 ++-- misc/translator/po/sk-SK-pref.po | 70 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 66 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 703 ++-- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 66 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 703 ++-- misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 66 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 703 ++-- misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 66 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 704 ++-- .../po/th-THA-i-opac-t-prog-v-3006000.po | 66 +- .../po/th-THA-i-staff-t-prog-v-3006000.po | 703 ++-- .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 66 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 703 ++-- misc/translator/po/tr-TR-pref.po | 128 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 66 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 704 ++-- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 66 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 703 ++-- .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 66 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 703 ++-- .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 66 +- 108 files changed, 24451 insertions(+), 23971 deletions(-) copy misc/release_notes/{release_notes_3_8_9.txt => release_notes_3_8_13.txt} (58%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 23 06:34:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 May 2013 04:34:42 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.08.13 created. v3.08.13 Message-ID: This is an automated email from the git 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.08.13 has been created at 8bf44fcf816dc0301868488d11fc51e467e15137 (tag) tagging 2942ffc7728135ce3fdcac3a77ef1201e1c653f3 (commit) replaces v3.08.12 tagged by Chris Cormack on Thu May 23 16:41:58 2013 +1200 - Log ----------------------------------------------------------------- Koha release 3.8.13 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEABECAAYFAlGdnhYACgkQZgbcHEvgMLOP2ACfdycgRthVS0YevQHwaFTH4KQX G8oAoI+i6XX9by3Ihlc+k1FBdlR/np0E =fosv -----END PGP SIGNATURE----- Adrien Saurat (1): Bug 9484: userid not generated consistently (different editing pages) Chris Cormack (5): Bug 9591 : Set Library changes after viewing Holds Queue >> reserves item Merge remote-tracking branch 'origin/3.8.x' into 3.8.x Revert "Bug 9812 - Forbid access to several files through the browser" Merge remote-tracking branch 'kc/3.8.x' into 3.8.x 3.8.13 release notes Christophe Croullebois (2): Bug 7228: can't add items in an order with Modify Bug 9923 - correction of a bug due to bz 7129 D Ruth Bavousett (1): Language update for 3.8.13 David Cook (1): Bug 10156 - Fix usr/bin/perl path for get_report_social_data.pl Edmund Balnaves (1): Bug 8264 - local cover images not working in IE8 [ prog ] Fridolyn SOMERS (3): Bug 9613: items namespace missing in XSLT Bug 10022 - Multiple tags moderation doesn't work on translated page Bug 10033 - dangerous query in _koha_modify_item Julian Maurice (1): Bug 9019: Return item fields in ILS-DI GetRecords Magnus Enger (1): Bug 9804 - Fix name for NORMARC biblio-koha-indexdefs.xml Marc Veron (1): Bug 8895 - Warning in systempreferences.pl: Use of uninitialized value in length... Owen Leonard (3): Bug 9266 - Untranslated strings in tags moderation Bug 9957 - Missing cancel link on subfield editing page Bug 10225 - If an item isn't editable, don't show the onclick Edit/Delete menu Stefano Bargioni (1): Bug 10093 - Typo in marc21_leader.tt Tomas Cohen Arazi (3): Bug 9812 - Forbid access to several files through the browser Bug 10042 - Minor typo ("Communnity") in packages docs Bug 10107 - opacbookbag shouldn't prevent from adding items to a list in the OPAC ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 23 06:36:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 May 2013 04:36:20 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.10.06 created. v3.10.06 Message-ID: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The annotated tag, v3.10.06 has been created at 40aeb166a3d2407b7c33a368141b4d5788de5f58 (tag) tagging b8ed4356a80ae3ea4ee5b6bcb8e453ad4d067d8e (commit) replaces v3.10.05 tagged by Chris Cormack on Thu May 23 16:43:47 2013 +1200 - Log ----------------------------------------------------------------- Koha release 3.10.6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEABECAAYFAlGdnoMACgkQZgbcHEvgMLMfmwCgrYNC/pLgjYvJHCA4yp28Q/x3 GeoAnj4QAaGhUMGVnuEUgdEBYrmye10d =X8bU -----END PGP SIGNATURE----- Adrien Saurat (5): Bug 9330: title field empty when duplicating a patron Bug 7241: circulation action logs record biblionumber instead of item number Bug 7241 follow-up: DB changes Bug 7241, follow-up: viewlog link for circulation Bug 9484: userid not generated consistently (different editing pages) Bernardo Gonzalez Kriegel (3): Bug 9358 - Fixed field plugins for MARC21 should be updated for MARC21 update #15 Bug 9358 - Followup - Fixed field plugins for MARC21 should be updated for MARC21 update #15 Bug 6709 - marc21_field_006.xml and marc21_field_008.xml can't be translated Chris Cormack (8): Bug 9555: Another template contains single quotes in a js string Bug 9591 : Set Library changes after viewing Holds Queue >> reserves item Revert "Bug 9812 - Forbid access to several files through the browser" Bumping database version number Bug 6709 : Patch for testing translating .xml files Merge remote-tracking branch 'kc/3.10.x' into 3.10.x Merge remote-tracking branch 'origin/3.10.x' into 3.10.x Release notes for 3.10.6 Christophe Croullebois (2): Bug 9923 - correction of a bug due to bz 7129 Bug 7228: can't add items in an order with Modify Colin Campbell (1): Bug 9684 : Correct path to compact.xsl Corey Fuimaono (1): bug 9397 - Error Messages hard to find for Visually Impaired Users (Accessibility) [Returning Items] {REVISION 1.1} D Ruth Bavousett (1): Language update for 3.10.6 David Cook (4): Bug 8508 - Holds to Pull : Library dropdown options are erroneously concatenated by br tags Bug 9737 - Local Covers sometimes appear then disappear on OPAC Search Results/Lists Bug 10097 - Hide framework selection when importing staged authority records Bug 10156 - Fix usr/bin/perl path for get_report_social_data.pl Edmund Balnaves (1): Bug 8264 - local cover images not working in IE8 [ prog ] Fridolyn SOMERS (8): Bug 9392: confirmation does not appear for negative notforloan items issues Bug 9759: last subfield can be deleted Bug 9720 : uninitialized value warnings in circulation Bug 9720 : uninitialized value warnings in circulation (followup 1) Bug 6898 - circulation librarians can't run overdues without reports permissions followup Bug 9613: items namespace missing in XSLT Bug 10022 - Multiple tags moderation doesn't work on translated page Bug 10033 - dangerous query in _koha_modify_item Galen Charlton (1): Bug 9556: fix setting messaging prefs when changing patron category Jared Camins-Esakov (3): Bug 9049: Don't use shadow with rebuild_zebra -r Bug 10085: unapi does not function under Plack Bug 10152: Default sorting wrong in parcels.pl Jonathan Druart (5): Bug 7358: reaffect a closed basket to a closed basketgroup Bug 8508: Followup: Simplify the separateData js function Bug 9479: The member notices page doesn't display dates in the syspref format Bug 9479: FIX conflict with Bug 9014 Bug 10044: Remove duplicate pagination on the pending orders page. Julian Maurice (3): Bug 9019: Return item fields in ILS-DI GetRecords Bug 10185: Fix update 3.09.00.025 Bug 10185: Add missing columns in update 3.09.00.025 Karam Qubsi (1): Bug 10176: Solve the Invalid URLs in 'Refine Search Results' when it uses UNICODE symbols Katrin Fischer (2): Bug 8294: Fix display of serial enumeration for OPAC holds Bug 9818: Fixing capitalization and remove dollar sign Kristina D.C. Hoeppner (1): Bug 2046 - Suggestions: Title Field too small Kyle M Hall (8): Bug 5790 - Prevent deletion of records with holds Bug 5790 - Prevent deletion of records with holds - QA Followup Bug 8770 - amount does not equal amountoutstanding on a fine with no payments or credits Bug 6898 - circulation librarians can't run overdues without reports permissions Bug 10072 - "my suggestions" always says "There are no pending purchase suggestions." Bug 9839 - when importing MARC records, item record not created even when set to "always add" Bug 9523: importing staged bib records hangs if a matched bib has been deleted Bug 8419 - Suspended holds appear on the daily holds queue Liz Rea (1): bug 4862 - Change label of Browse by subject or author to Authority search Lyon3 Team (1): Bug 8896: Delete serials no more missing from missinglist Magnus Enger (6): Bug 9213 - Implement analytics for NORMARC XSLT Bug 10058 - Fix unapi for NORMARC Bug 9804 - Fix name for NORMARC biblio-koha-indexdefs.xml Bug 7055 - NORMARC: Fix 008 position 15-17 and 35-37 Bug 7054 - NORMARC: Fix default for 000 position 17 Bug 9250 - Followup to add koha-*-sip commands to koha-common.xml Marcel de Rooy (3): Bug 10110: Problems with diacritics in saved SQL reports Bug 10110 Followup for Acquisition.pm Bug 8896 QA Followup for regex Mathieu Saby (1): Bug 9831: Correct and add authorised values un French UNIMARC installer Owen Leonard (12): Bug 9608 - White background on header on check in Bug 9981: Handle sort1 field when duplicating patron Bug 10000 - Little typo in intranet-tmpl/prog/en/modules/help/tools/letter.tt: sliip Bug 10002 - Don't include line breaks in strings that are translated Bug 9860 [Alternate] Incorrect box heading 'Cannot check in' when a late document is returned Bug 10026 - OPAC cart not showing location anymore Bug 10153 - Patron header search form is too wide Bug 10111 - Layout on basket summary page a bit inconsistent Bug 9266 - Untranslated strings in tags moderation Bug 9957 - Missing cancel link on subfield editing page Bug 9679 - can't place hold from cart in CCSR Bug 10225 - If an item isn't editable, don't show the onclick Edit/Delete menu Robin Sheat (2): Bug 9035 - delete bulkauthimport.pl Bug 9250 - [SIGNED-OFF] provide commands to manage the SIP server Stefano Bargioni (1): Bug 10093 - Typo in marc21_leader.tt Tomas Cohen Arazi (12): Bug 9812 - Forbid access to several files through the browser Bug 10042 - Minor typo ("Communnity") in packages docs Bug 10107 - opacbookbag shouldn't prevent from adding items to a list in the OPAC Bug 10149 - koha-restart-zebra error handling (rewording) Bug 10144 - koha-start-zebra error handling Bug 10104 - make koha-disable more robust Bug 10104 - Followup: fix param check Bug 10101 - make koha-enable more robust Bug 10101 - Follwup: fix param check Bug 10041 - Provide a koha-translate script to aid package users on installing translations Bug 10150 - koha-email-disable error handling Bug 10084 - YUI path wrong in CCSR theme with packages ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 23 16:07:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 May 2013 14:07:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-609-g646015c Message-ID: This is an automated email from the git hooks/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 646015c6471fa3d248696a55b6f18d268b5a2f60 (commit) from ec3c8e95e012e65cb2444c8ed62e48af34b3788c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 646015c6471fa3d248696a55b6f18d268b5a2f60 Author: Owen Leonard Date: Tue Apr 30 15:33:48 2013 -0400 Bug 10036 - adding header search to additem page The add item screen lacks a header search form. This patch adds the cataloging header search include to additem.tt. To test, apply the patch and add items to or edit items of an existing record. The header search form should appear with options for cataloging search and circulation. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/cataloguing/additem.tt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 23 16:33:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 May 2013 14:33:25 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-611-gc4978ef Message-ID: This is an automated email from the git hooks/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 c4978ef178746df06333c6704ea9e6f888b4b9ff (commit) via efdf30bc476ab130b0dc4767ba38d68208eb2ca7 (commit) from 646015c6471fa3d248696a55b6f18d268b5a2f60 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c4978ef178746df06333c6704ea9e6f888b4b9ff Author: Jonathan Druart Date: Thu May 23 09:33:48 2013 +0200 Bug 10310: Followup Prevent submitting form with enter does not work with IE Check e.target.type instead of using jQuery. Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton commit efdf30bc476ab130b0dc4767ba38d68208eb2ca7 Author: Jonathan Druart Date: Wed May 22 15:49:26 2013 +0200 Bug 10310: Prevent submitting form with enter does not work with IE I am not able to test this patch with IE... I tested it with Chromium and FF and it works great. This patch can be tested on the neworderempty.pl page Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/js/prevent_submit.js | 27 +++++++------------ 1 files changed, 10 insertions(+), 17 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 23 16:48:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 May 2013 14:48:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-612-g3f4d313 Message-ID: This is an automated email from the git hooks/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 3f4d31309203b85b5415788967d4c8cf3ce83570 (commit) from c4978ef178746df06333c6704ea9e6f888b4b9ff (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3f4d31309203b85b5415788967d4c8cf3ce83570 Author: Colin Campbell Date: Wed May 22 19:32:45 2013 +0100 Bug 10313 Fix link to invoice from orders Need to have invoiceid and pass it to retrieve selected invoicenumber. Wrong data passed causing incorrect records to be displayed Signed-off-by: Julian Maurice Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 1 + .../prog/en/modules/acqui/histsearch.tt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 23 16:56:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 May 2013 14:56:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-615-g030c22b Message-ID: This is an automated email from the git hooks/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 030c22b9c26309682f8c01105f77a3f1a7a3a148 (commit) via 3b53b251357380c432e66dbfbea60e300380452c (commit) via d3d6f084dce48897b29cfc4eca267ca2c51abb12 (commit) from 3f4d31309203b85b5415788967d4c8cf3ce83570 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 030c22b9c26309682f8c01105f77a3f1a7a3a148 Author: Jonathan Druart Date: Thu May 23 10:53:07 2013 +0200 Bug 9806: Remove single pixel on the basketgroup table Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 3b53b251357380c432e66dbfbea60e300380452c Author: Mathieu Saby Date: Sat May 18 15:28:42 2013 +0200 Bug 9806 : QA Followup - use template plugin for branch names With this followup, instead of passing the real names of the branches to template file, only the branchcodes are passed. The branchcodes are translated into branchnames in template file, using the KohaBranchName template plugin. To test : do the same test as for main patch : 1) make some basketgroups with 0, 1, 2 baskets 2) make some basketgroups with different billing and deliveryplace 3) check the list of open and closed basketgroups 4) check action buttons are working like before Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit d3d6f084dce48897b29cfc4eca267ca2c51abb12 Author: Mathieu Saby Date: Mon Mar 18 20:30:46 2013 +0100 Bug 9806 : Add new columns to basket groups lists Revised to fix whitespace problems. Cosmetic changes put in an other patch. In the list of all the open/closed basketgroups for a vendor, you just have the name of each basketgroup, and 3 action buttons. It is not sufficient for libraries using basketgroup. This patch adds the following columns : - number (id of basketgroup) - billingplace (name of the library) - deliveryplace (name of the library, or "free delivery place") - number of baskets in each basketgroup To test : 1) make some basketgroups with 0, 1, 2 baskets 2) make some basketgroups with different billing and deliveryplace 3) check the list of open and closed basketgroups 4) check action buttons are working like before Signed-off-by: Owen Leonard This is a nice improvement! Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/basketgroup.pl | 3 ++ .../prog/en/modules/acqui/basketgroup.tt | 29 +++++++++++++++---- 2 files changed, 26 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 23 17:26:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 May 2013 15:26:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-620-g3a29a06 Message-ID: This is an automated email from the git hooks/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 3a29a06955ab247a306d356ab107e10738fcace8 (commit) via 698546434c6cca5a9dd247d01190e7944083ce99 (commit) via 270e86cdace30780deec0a9ae2fdccaebcb4301e (commit) via 847cc156504ea47e113018aab70d7d51c46dfd39 (commit) via 8b9d9cb2d1a44375bd81a018719a9ccf834bed9a (commit) from 030c22b9c26309682f8c01105f77a3f1a7a3a148 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3a29a06955ab247a306d356ab107e10738fcace8 Author: Galen Charlton Date: Thu May 23 08:29:24 2013 -0700 bug 9722: DBrev 3.13.00.004 to add OpacShowHoldNotes syspref Signed-off-by: Galen Charlton commit 698546434c6cca5a9dd247d01190e7944083ce99 Author: Galen Charlton Date: Thu May 23 08:28:32 2013 -0700 bug 9722: (followup) allow patrons to see hold notes in their summary If we allow patrons to set them, we should let them see them as well. Signed-off-by: Galen Charlton commit 270e86cdace30780deec0a9ae2fdccaebcb4301e Author: Marcel de Rooy Date: Mon Mar 4 08:12:15 2013 +0100 Bug 9722: Toggle display of hold notes with Edit notes button Small adjustments, requested by Kyle: 1) Rename Show notes button. It is called now: Edit notes. 2) Do not hide all other notes fields. The Edit button now only toggles the corresponding hold notes field. Signed-off-by: Marcel de Rooy Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart commit 847cc156504ea47e113018aab70d7d51c46dfd39 Author: Marcel de Rooy Date: Thu Feb 28 08:53:36 2013 +0100 Bug 9722: Allow users to add notes when placing a hold in opac (dbrev) Database revision for report 9722, adding new pref OpacShowHoldNotes. This development is part of a larger one (see umbrella report 9721). Test plan: Run [your server]/cgi-bin/koha/installer/install.pl?step=3&op=updatestructure Optionally, run a new install to test sysprefs.sql. Or: Edit sysprefs.sql, leave at least the last few lines including the new one. And run from command line: mysql -p [yourdatabase] < [your-clone]/installer/data/mysql/sysprefs.sql Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart commit 8b9d9cb2d1a44375bd81a018719a9ccf834bed9a Author: Marcel de Rooy Date: Mon Feb 25 15:21:57 2013 +0100 Bug 9722: Allow users to add notes when placing a hold in opac The option of adding a note is controlled by new pref OpacShowHoldNotes. This development is part of a larger one (see umbrella report 9721). Test plan: 1 Verify if new pref is disabled by default. Place a hold. You can't add a note. 2 Enable the pref. Place a hold and add a note. Check in staff if you can see the note in Catalogue Detail/Holds tab. 3 Toggle SingleBranchmode, AllowHoldDateInFuture/OPACAllowHoldDateInFuture, OPACShowHoldQueueDetails, or OPACItemHolds. Check the display of columns when placing a hold from opac. 4 Place a few holds with notes from opac search results in one run (enable DisplayMultiPlaceHold). Check results in staff again. Remark: A few lines already refer to mandatory note reasons. This is handled in a subsequent report. No reason to worry. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 10 ++++- .../prog/en/modules/admin/preferences/opac.pref | 8 ++++ koha-tmpl/opac-tmpl/prog/en/css/opac.css | 10 ++++ .../opac-tmpl/prog/en/modules/opac-reserve.tt | 45 +++++++++++++++++++- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 + kohaversion.pl | 2 +- opac/opac-reserve.pl | 8 +++- opac/opac-user.pl | 1 + 9 files changed, 81 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 23 17:57:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 May 2013 15:57:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-625-g27a1017 Message-ID: This is an automated email from the git hooks/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 27a1017e44eb0ef67d8fe028a8e74b1a4c1e48eb (commit) via de3280088b9184e55ca06ae51a25ecffc0bc92f2 (commit) via 70855acfea86c663f1258488294bb6542a9d5567 (commit) via f1bc4eff4ce5060b7c2b01c5b39e2da005c83e41 (commit) via 81937d1d790ed09bf8f28b25774e7416fc7c9f8c (commit) from 3a29a06955ab247a306d356ab107e10738fcace8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 27a1017e44eb0ef67d8fe028a8e74b1a4c1e48eb Author: Galen Charlton Date: Thu May 23 09:04:44 2013 -0700 bug 10052: DBrev 3.13.00.005 Signed-off-by: Galen Charlton commit de3280088b9184e55ca06ae51a25ecffc0bc92f2 Author: Marcel de Rooy Date: Mon May 13 09:05:55 2013 +0200 Bug 10052: QA Followup As Katrin pointed out, the intranetstylesheet setting was not respected in the help pages. The script help.pl does not use get_template_and_user which sets these variables via Auth.pm but calls gettemplate. This makes it necessary to 'manually' set them. This patch does that. Evidently, this could be the case for some other templates vars too.. Test plan: Apply all patches for 10052. Change intranetstylesheet. Check a help page. Change intranetcolorstylesheet. Check a help page. Signed-off-by: Katrin Fischer Looks all good to me now. Passes tests and still no string changes. Signed-off-by: Galen Charlton commit 70855acfea86c663f1258488294bb6542a9d5567 Author: Marcel de Rooy Date: Mon Apr 15 13:01:45 2013 +0200 Bug 10052 Followup for edithelp.tt and help-top.inc A grep on the stylesheet names revealed that similar code was used in those template files. This patch moves the code from doc-head-close.inc to a new include file. Now, doc-head-close and the help templates refer to that one file. Test plan: If you tested the preceding two patches, now you only need to: 1) Check included css via page source in browser from staff main page. 2) Check it also from some other location. 3) Check again from Help: e.g. /cgi-bin/koha/help.pl 4) Check again from Edit Help: /cgi-bin/koha/edithelp.pl Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Template only, no string changes. Tested according to test plan. Signed-off-by: Galen Charlton commit f1bc4eff4ce5060b7c2b01c5b39e2da005c83e41 Author: Marcel de Rooy Date: Mon Apr 15 11:11:20 2013 +0200 Bug 10052: Make intranetstylesheet and intranetcolorstylesheet behave exactly like their opac counterparts Allow a relative path (within theme/css) in intranetstylesheet too. Allow a full path, local or remote with http(s), in intranetcolorstylesheet. This restores consistency between opac and staff. Test plan: First: the patch with the db revision should have been applied. And also the updatestructure step from the web installer should have been run. Clear intranetstylesheet. Check included stylesheet with page source in browser. Enter a full path with http or / in intranetstylesheet. Check again. Enter a relative path (such as staff-global.css). Check again. Clear intranetcolorstylesheet. Check if there is no reference with page source. Enter a full path with http or / in intranetcolorstylesheet. Check reference. Enter a relative path (such as blue.css). Check again. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton commit 81937d1d790ed09bf8f28b25774e7416fc7c9f8c Author: Marcel de Rooy Date: Mon Apr 15 12:06:31 2013 +0200 Bug 10052: Db revision for intranetstylesheet Report 10052 makes the intranetstylesheet prefs behave like the opac ones. This patch contains an optional db revision: If the pref intranetstylesheet is not blank, and does not start with http, https or /, then prefix it with a slash to make it an absolute path. Test plan: Before applying this patch: 1) Put intranet-tmpl/prog/en/css/staff-global.css into intranetstylesheet. This works in the current staff client, but will be interpreted as relative as soon as both patches for this report have been applied. Apply the patch. And run: /cgi-bin/koha/installer/install.pl?step=3&op=updatestructure Check the webinstaller warning and the pref value. There should be a slash in front now. The css should still work. Continue after applying this patch with: 2) Clear the intranetstylesheet pref. Run updatestructure again. No message: OK 3) Put /intranet-tmpl/prog/en/css/staff-global.css in intranetstylesheet. Run updatestructure again. No message: OK 4) Prefix intranetstylesheet with http://[your-server-here]. Test again. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Comments on last patch. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: help.pl | 6 +++++- installer/data/mysql/updatedatabase.pl | 14 ++++++++++++++ .../prog/en/includes/doc-head-close.inc | 11 +---------- .../intranet-tmpl/prog/en/includes/help-top.inc | 10 +--------- .../prog/en/includes/intranetstylesheet.inc | 15 +++++++++++++++ .../en/modules/admin/preferences/staff_client.pref | 8 ++++---- .../intranet-tmpl/prog/en/modules/help/edithelp.tt | 9 +-------- kohaversion.pl | 2 +- 8 files changed, 42 insertions(+), 33 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/intranetstylesheet.inc hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 23 18:21:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 23 May 2013 16:21:38 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-626-g98dae69 Message-ID: This is an automated email from the git hooks/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 98dae69c7176bbd7a962e36fb629fc09229d534c (commit) from 27a1017e44eb0ef67d8fe028a8e74b1a4c1e48eb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 98dae69c7176bbd7a962e36fb629fc09229d534c Author: Jonathan Druart Date: Fri Apr 26 16:02:19 2013 +0200 Bug 10129: Babeltheque does not depend on COinSinOPACResults This patch groups all loops on the new_results array into one. It is useless to loop on the same results array several times. Test plan: Quite hard to test all cases. This patch deals with 5 sysprefs: COinSinOPACResults, Babeltheque, TagsEnabled, TagsShowOnList and OpacStarRatings. Try to enable/disable all of them and verify there is no difference with and without this patch. The only different will be: The Babeltheque information should be displayed even if the COinSinOPACResults syspref is disabled. Signed-off-by: Owen Leonard This revised patch works fine for me, thanks. Signed-off-by: Katrin Fischer Verified following system preferences still work as expected: - COinSinOPACResults on/off - TagsEnabled, TagsShowOnList, TagsInputOnList on/off - OpacStarRatings Couldn't test Babeltheque functionality as this requires an account. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: opac/opac-search.pl | 64 ++++++++++++++++++++++++-------------------------- 1 files changed, 31 insertions(+), 33 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 24 16:43:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 24 May 2013 14:43:51 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-627-g7e10f6f Message-ID: This is an automated email from the git hooks/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 7e10f6fb78ae7fa2dfc4f52a3791ac35082237ac (commit) from 98dae69c7176bbd7a962e36fb629fc09229d534c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7e10f6fb78ae7fa2dfc4f52a3791ac35082237ac 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 ----------------------------------------------------------------------- Summary of changes: Koha/Template/Plugin/{ItemTypes.pm => Koha.pm} | 32 +++++++++++++++--------- 1 files changed, 20 insertions(+), 12 deletions(-) copy Koha/Template/Plugin/{ItemTypes.pm => Koha.pm} (52%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 24 17:41:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 24 May 2013 15:41:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-629-g022e597 Message-ID: This is an automated email from the git hooks/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 022e5974a3de505ee5019aaba7f1a80f42eda21c (commit) via fc61bd30186b0305579c5dee0a14f9d2733cd5db (commit) from 7e10f6fb78ae7fa2dfc4f52a3791ac35082237ac (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 022e5974a3de505ee5019aaba7f1a80f42eda21c Author: Galen Charlton Date: Fri May 24 08:40:21 2013 -0700 Bug 10120: DBRev 3.13.00.006 Signed-off-by: Galen Charlton commit fc61bd30186b0305579c5dee0a14f9d2733cd5db Author: Chris Cormack Date: Tue Apr 30 08:56:22 2013 +1200 Bug 10120: Adding a syspref to control if overdue charges are updated on return On by default. To Test 1/ Create an overdue item, that should get fines 2/ Return the item 3/ Check the borrowers record to see if the fine has been added/updated Apply patch 1/ Make sure preference is set to do Repeat steps 1-3 above 2/ Switch the preference to don't Repeat stes 1-2 3/ Check the fine hasn't been added/updated Signed-off-by: David Cook Signed-off-by: Katrin Fischer All tests and QA script pass, works as described. I would categorize this a bug fix for libraries that don't want the new changed behaviour that was introduced by recalculating fines on return. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 4 +++- installer/data/mysql/sysprefs.sql | 1 + installer/data/mysql/updatedatabase.pl | 13 +++++++++++++ .../en/modules/admin/preferences/circulation.pref | 7 +++++++ kohaversion.pl | 2 +- 5 files changed, 25 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 24 18:08:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 24 May 2013 16:08:28 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-631-g3723481 Message-ID: This is an automated email from the git hooks/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 37234811a518f4446a5564e954df2aa34d606633 (commit) via 65258180761ecd0df91441f01207f18ccc10936e (commit) from 022e5974a3de505ee5019aaba7f1a80f42eda21c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 37234811a518f4446a5564e954df2aa34d606633 Author: Jonathan Druart Date: Tue Jan 29 14:27:42 2013 +0100 Bug 9161: Followup: the -f param does not work correctly Without this patch, the -f param (for the translate script) add the modified line in the po file BUT comment all lines from others files. This patch concat the generated file with the previous one and merge them. This way produce a pretty po file with all our strings :) + Modification in LangInstaller.pm to fix a bug when the -f param was not given. Test plan: 1/ Update your po file : cd misc/translator perl translate update fr-FR git commit -a -m"TMP PO" 2/ Modification on 2 files: ie. catalogue/advsearch.tt:32

Advanced search Foo

catalogue/issuehistory.tt:38 Patron Bar 3/ Update your po file with only the first file: perl translate update fr-FR -f advsearch.tt 4/ Edit your po file and check that only the foo string is present (or git diff). 5/ Update your po file with only the second file: perl translate update fr-FR -f issuehistory 6/ Edit your po file and check that 2 strings are present (or git diff). 7/ Change the translation for these 2 strings and delete the fuzzy lines. 8/ Install the first file for your language: perl translate install fr-FR -f advsearch.tt 9/ Edit your translated file and verify the string is translated. Check that the issuehistory.tt file is not changed. 10/ Same for issuehistory: perl translate install fr-FR -f issuehistory 11/ stash your modification in your tt files (or reset --hard): git stash 12/ Check in your po file that the 2 strings are commented (git diff). 13/ To finish, install all template files and check that they are replaced correctly: perl translate install fr-FR Signed-off-by: Fr?d?ric Demians I have squashed the both follow-up patches. Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton commit 65258180761ecd0df91441f01207f18ccc10936e Author: Jonathan Druart Date: Wed Nov 28 11:04:35 2012 +0100 Bug 9161: Translate only specific files The previous version of tmpl_process3.pl says in the pod: -i, --input=SOURCE Get or update strings from SOURCE file. SOURCE is a directory if -r is also specified. But is was not possible to specify one or more files. This patch allows us to give one or more specific file with the -f parameter. for eg.: perl tmpl_process3.pl install -i /home/koha/koha-tmpl/opac-tmpl/prog/en/modules/ -o /home/koha/koha-tmpl/opac-tmpl/prog/fr-FR/modules/ -s /home/koha/misc/translator/po/fr-FR-i-opac-t-prog-v-3006000.po -r -f opac-account.tt -f opac-main.tt You can specify: -f advsearch.tt => translate all files with a filename containing 'advsearch.tt' or -f search => will translate acqui/histsearch.tt, acqui/z3950_search.tt, etc. Bug 9161: Followup: Add a -f param for the translate script Now you can directly call the translate script (misc/translator/translate) with the -f parameter eg.: ./translate install|create|update -f search.tt -f main.tt Signed-off-by: Fr?d?ric Demians I've squashed the 3 patches, and reported doc into 'translate' script. It works as advertised. Side note: It would be great to extend this functionnality in order to be able to apply the translation to XSL files stored outside Koha directories hierarchy. Useful to translate site-specific XSLs defined with XSLTResultsDisplay, and other sysprefs. Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: misc/translator/LangInstaller.pm | 39 ++++++++++---- misc/translator/tmpl_process3.pl | 106 ++++++++++++++++++++------------------ misc/translator/translate | 12 +++- 3 files changed, 91 insertions(+), 66 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 27 05:03:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 27 May 2013 03:03:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.06-1-gd9951bc Message-ID: This is an automated email from the git hooks/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 d9951bcd98490eb1a60810b7431c5fa334265b6c (commit) from b8ed4356a80ae3ea4ee5b6bcb8e453ad4d067d8e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d9951bcd98490eb1a60810b7431c5fa334265b6c Author: Kyle M Hall Date: Mon May 20 14:50:46 2013 -0400 Bug 10293 - Bug 9930 needs to be reverted for 3.10.x The patch for bug 9930 needs to be reverted for 3.10.x, as the patron self registration feature is not part of 3.10.x. With the patch applied, the OPAC patron details link may redirect to a non-existent page ( opac-memberentry.pl ). Test Plan: 1) Set OPAC to use CCSR theme. 2) Log into the OPAC. 3) Click the link for your username. 4) Click the "my personal details" tab. 5) Note the error page you get 6) Apply this patch 7) Refresh the page 8) You should now see the user details update page This reverts commit e5186d6d784c1fdd8d12c6e93e163d0b9e10cc0e. Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack Signed-off-by: Bernardo Gonzalez Kriegel ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon May 27 16:50:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 27 May 2013 14:50:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-10-gca4e4a8 Message-ID: This is an automated email from the git hooks/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 ca4e4a821251b8e2f8c623c7ddabf79e18e61ffc (commit) from de32e8d6e849ecfc13d4635c776749f5b5d4ef3e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ca4e4a821251b8e2f8c623c7ddabf79e18e61ffc Author: Owen Leonard Date: Fri May 17 12:06:25 2013 -0400 Bug 10261: Link to patron files missing from circ-menu.tt The link to patron files doesn't appear on some pages. That's because the link was added to circ-menu.inc but not circ-menu.tt. Each is used by different patron-related pages. This patch adds the missing link. To test, enable the EnableBorrowerFiles system preference and view members/pay.pl or members.paycollect.pl. The "Files" tab should appear in the left-hand sidebar menu. Other patron pages should show the same. Edit: Corrected scope of template variables which shouldn't have been copied directly from circ-menu.inc without changing scope. Signed-off-by: Nicole C. Engard all tests pass Signed-off-by: Galen Charlton (cherry picked from commit 1c3dd427fa26e4f84d14a81453e12b868936a3bf) ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/circ-menu.tt | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 28 03:04:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 28 May 2013 01:04:45 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.06-2-g77ff9da Message-ID: This is an automated email from the git hooks/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 77ff9da4b04fd745ade5d4ed01d4da69ab658903 (commit) from d9951bcd98490eb1a60810b7431c5fa334265b6c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 77ff9da4b04fd745ade5d4ed01d4da69ab658903 Author: Mathieu Saby Date: Sat May 4 11:07:55 2013 +0200 Bug 10186: Fix a typo in subscription-add.tt : 2/years should be 2/year In subscription-add.tt dropdown list for periodiciy, the description for 9 value should be "2/year" (2 issues each year) At present, if the option value is selected, it is "2/years". This patch supresses the "s" after "year". To test : - in a subscription, change periodicity to "2/year" - save the subscription - reopen it and check the value is labelled "2/year" Signed-off-by: David Cook Trivial change. Works as described. Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit cf2f95f0607f5bc20f757a6de7effd93334576fa) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 684421809a332bde4778ab06e6cb2bfd09b3b599) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 684421809a332bde4778ab06e6cb2bfd09b3b599) ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/serials/subscription-add.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 28 03:14:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 28 May 2013 01:14:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.06-3-ge32be08 Message-ID: This is an automated email from the git hooks/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 e32be08c4d62bf33976d45ded51bd0934d62b3ff (commit) from 77ff9da4b04fd745ade5d4ed01d4da69ab658903 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e32be08c4d62bf33976d45ded51bd0934d62b3ff Author: Mathieu Saby Date: Sat May 4 11:31:24 2013 +0200 Bug 10191: Close 2 option tags in unimarc_field_115a.tt and unimarc_field_116.tt This patch close 2 option tags in unimarc_field_115a.tt and unimarc_field_116.tt. To test : - in a UNIMARC Koha instance, edit a record - open the plugin for 115a subfield - check the "Form of release - visual projection, motion picture" option list is correct, especially the value "other film type" - open the plugin for 116 field - check the "Technique (prints) 2" option list is correct, especially the value "lithography" Signed-off-by: Owen Leonard I did not test this in Koha, but it's a simple change of one character which I'm comfortable with signing off on. I don't know if this counts as a string change or not, since the string was previously mixed with a malformed tag. Signed-off-by: Katrin Fischer Passes tests and fixes an obvious problem in the HTML. I checked the po files - currently the strings appear as: "other film type/option> %s " So in theory it's possible to translate them correctly even if the standard templates now are not correct. Probably has to wait for 3.14. Signed-off-by: Galen Charlton (cherry picked from commit 9b92e35492c74cb2bd7c1d386bc5d3542bbd7123) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2fd42fa89c0eff4e3b26835045a6b64b0b6862a6) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 2fd42fa89c0eff4e3b26835045a6b64b0b6862a6) ----------------------------------------------------------------------- Summary of changes: .../value_builder/unimarc_field_115a.tt | 2 +- .../cataloguing/value_builder/unimarc_field_116.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 28 03:38:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 28 May 2013 01:38:00 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.06-4-g9a03e93 Message-ID: This is an automated email from the git hooks/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 9a03e9369bcbf3b34e9b8d9096a8bca4e5b783e5 (commit) from e32be08c4d62bf33976d45ded51bd0934d62b3ff (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9a03e9369bcbf3b34e9b8d9096a8bca4e5b783e5 Author: Bernardo Gonzalez Kriegel Date: Thu May 2 22:18:27 2013 -0300 Bug 10178 - Typos in plugins for 006 and 008 in MARC21 Well, not only typos. There is also a NEW update for 006/8 Music on April 2013. And 3 missing values in 006. Revised descriptions and labels, source LOC page. Strings spell checked. To test: 1) Apply the patch 2) Test that MARC21 006 and 008 value builders works properly. Small string changes. Signed-off-by: Nicole C. Engard All tests pass Signed-off-by: Katrin Fischer XML changes only, passes all tests. Contains string changes, so should go into 3.14. Signed-off-by: Galen Charlton (cherry picked from commit 10098fbcc55aac04d7986a8ab799f1bf729172e5) Signed-off-by: Tomas Cohen Arazi Trivial string changes that didn't make it before string freeze. Patch applies cleanly on 3.12.x. It shouldn't go into older releases I guess. (cherry picked from commit deedd99d92c2c3cf6932eeffd2d9c270142055d4) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit deedd99d92c2c3cf6932eeffd2d9c270142055d4) ----------------------------------------------------------------------- Summary of changes: .../cataloguing/value_builder/marc21_field_006.xml | 99 ++++++----- .../cataloguing/value_builder/marc21_field_008.xml | 189 ++++++++++---------- 2 files changed, 146 insertions(+), 142 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 28 16:36:50 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 28 May 2013 14:36:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-632-g4c1c323 Message-ID: This is an automated email from the git hooks/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 4c1c323232cd303c9c1e0f02c83871e1e6fcd62d (commit) from 37234811a518f4446a5564e954df2aa34d606633 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4c1c323232cd303c9c1e0f02c83871e1e6fcd62d Author: Katrin Fischer Date: Sun May 19 12:16:16 2013 +0200 Bug 10284: Add missing spaces between label and content in XSLT view (780/785) To test: - Check OPAC and intranet XSLT view for a record that contains 780 and 785 fields. - Verify there is no space between the label and the content of the field. - Apply patch. - Verify the display both in intranet and OPAC is a little nicer now. Signed-off-by: Galen Charlton Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 3 ++- .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 28 16:38:47 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 28 May 2013 14:38:47 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-633-g25e6c28 Message-ID: This is an automated email from the git hooks/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 25e6c2885d1547fd4ed28c29fd8462e33dc8b4f1 (commit) from 4c1c323232cd303c9c1e0f02c83871e1e6fcd62d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 25e6c2885d1547fd4ed28c29fd8462e33dc8b4f1 Author: Owen Leonard Date: Fri May 10 08:32:11 2013 -0400 Bug 9424: Move JavaScript out of header include This patch removes JavaScript "onlick" attributes from header.inc and moves the functionality to staff-global.js. This is in keeping with the idea of progressive enhancement. To test, be sure to clear your browser cache after applying the patch. - Test the help link. - Test the logout link with the intranetbookbag preference on and off. - Open a patron's account and click "search to hold." Log out, and log in again. Koha should not remember the patron you chose before logging out (as seen from a search results page). Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/includes/header.inc | 10 ++-------- koha-tmpl/intranet-tmpl/prog/en/js/staff-global.js | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 8 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 28 16:41:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 28 May 2013 14:41:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-634-g342463b Message-ID: This is an automated email from the git hooks/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 342463b5796825e8dd941e575694e8e4be6aa274 (commit) from 25e6c2885d1547fd4ed28c29fd8462e33dc8b4f1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 342463b5796825e8dd941e575694e8e4be6aa274 Author: Connor Fraser Date: Sat May 25 11:25:18 2013 +1200 Bug 7368: Correct three typos in history.txt Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 28 16:50:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 28 May 2013 14:50:48 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-635-g492a1a1 Message-ID: This is an automated email from the git hooks/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 492a1a19f99c27ccbb94cab2fa4318379076bc6f (commit) from 342463b5796825e8dd941e575694e8e4be6aa274 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 492a1a19f99c27ccbb94cab2fa4318379076bc6f Author: Owen Leonard Date: Mon May 13 15:21:46 2013 -0400 Bug 10193 - Copies should be holdings as label for items on MARC view In the OPAC MARC view, the table of holdings is labeled 'copies.' In order to be consistent with the normal view this should be labeled 'holdings.' This patch makes this correction. To test, apply the patch and view the MARC detail page for any record with items. The table of holdings data at the bottom of the page should be labeled 'Holdings.' Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/prog/en/modules/opac-MARCdetail.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 28 16:54:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 28 May 2013 14:54:57 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-636-gcd150a2 Message-ID: This is an automated email from the git hooks/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 cd150a23bbf6bccb3be08f5ccc328114340dd555 (commit) from 492a1a19f99c27ccbb94cab2fa4318379076bc6f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cd150a23bbf6bccb3be08f5ccc328114340dd555 Author: Kyle M Hall Date: Fri Dec 14 07:31:00 2012 -0500 Bug 9286 - Add script to add a bib to the zebra queue from the command line Signed-off-by: Bernardo Gonzalez Kriegel Comment: No test plan, but works. Tested adding auth, biblios or both, then rebuilding -z No errors. Signed-off-by: Chris Cormack Test Plan 1/ run misc/mod_zebraqueue.pl -a 1 2/ In your koha db SELECT * FROM zebraqueue WHERE done = 0; Check that a row for authority record id 1 has been inserted 3/ run misc/mod_zebraqueue.pl -b 1 4/ In your koha db SELECT * FROM zebraqueue WHERE done = 0; Check that a row for biblio record id 1 has been inserted 5/ run misc/mod_zebraqueue.pl Make sure the help is sensible Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: misc/mod_zebraqueue.pl | 84 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 84 insertions(+), 0 deletions(-) create mode 100755 misc/mod_zebraqueue.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 28 16:58:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 28 May 2013 14:58:43 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-637-g3285261 Message-ID: This is an automated email from the git hooks/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 3285261d0150113e597d48a5a78aee5fdc1ebd94 (commit) from cd150a23bbf6bccb3be08f5ccc328114340dd555 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3285261d0150113e597d48a5a78aee5fdc1ebd94 Author: Colin Campbell Date: Fri May 3 15:35:44 2013 +0100 Bug 10184 - Circulation History reverses sort order Issue data is passed to the readingrec template ordered most recent due date first. Datatables unless specified otherwise do a presort on the data they will display the default results in an order the reverse of what was intended. Disabling the presort preserves the initial sort order until the user selects a different sort Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/readingrec.tt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 28 17:00:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 28 May 2013 15:00:35 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-638-g45168ef Message-ID: This is an automated email from the git hooks/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 45168efeb9a2c6e3268e2f002ca31af8e5e6afc8 (commit) from 3285261d0150113e597d48a5a78aee5fdc1ebd94 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 45168efeb9a2c6e3268e2f002ca31af8e5e6afc8 Author: Owen Leonard Date: Mon May 13 15:07:34 2013 -0400 Bug 10218 - In OPAC XSLT search results, add class to 'online access' In some cases in OPAC search results and the detail page there is a class specific to each line of data being output (publisher, date, subjects, etc). In other cases there is no additional class. This patch makes modifications to a few different OPAC files in an attempt to make them consistent with each other. To test, apply the patch and view: - an OPAC detail page with OPACXSLTDetailsDisplay off - the OPAC search results page with OPACXSLTDetailsDisplay off - the OPAC search results page with OPACXSLTDetailsDisplay on Labels should have classes relevant to their data. To test the specific case requested by this bug, view details/results for a record which includes online resources (856u in MARC21). Signed-off-by: Galen Charlton html changes only, passes all tests Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 36 ++++++++++---------- .../opac-tmpl/prog/en/modules/opac-results.tt | 10 +++--- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 18 +++++----- 3 files changed, 32 insertions(+), 32 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue May 28 17:24:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 28 May 2013 15:24:21 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-639-g040eb40 Message-ID: This is an automated email from the git hooks/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 040eb4016f4b01d44f87ab6aca515c6917f73479 (commit) from 45168efeb9a2c6e3268e2f002ca31af8e5e6afc8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 040eb4016f4b01d44f87ab6aca515c6917f73479 Author: Kyle M Hall Date: Thu May 16 14:02:24 2013 -0400 Bug 10262 - fine calculation at checkin not respecting CircControl The fines.pl script uses the system preference CircControl to decide what branches circ rules to use for fine generation. Recently, code was added to the returns system to recalculate the fine at checkin time ( to support hourly loans ). The problem is that this code does not respect CircControl. Test Plan: 1) Set circ control to "the library you are logged in at" 2) Set different fines rules for two different librarys 3) Check an item out at library A, backdate the due date so it's overdue and will have fines. 4) Check the item in at library B 5) Observe that the fines should be generated based on library A's rules, but the fines will be based on library B's rules instead! 5) Apply the patch 6) Repeat steps 3 and 4. 7) Observe now that the fines should reflect the fines rules for Library A Note: it seems counter-intuitive for the fines system to behave this way based on the preference being set to "the library you are logged in at" but it does make sense. The rules used are from "the library you are logged in at" when the item is first checked out. If the fines system really did use the rules for the library the item was returned to, it would be easy to exploit the library system. Some Koha using systems have branches that charge fines, and others that don't, so a patron could just return any overdue items to a non-charging branch to avoid ever paying fines! Furthermore, it would mean that the fines.pl script would be using one set of rules to charge fines, and the returns system could possibly be using another. Since fines.pl has been around far longer, it makes sense to assume the fines.pl behavior is canonical. Signed-off-by: Mickey Coalwell Signed-off-by: George Williams Signed-off-by: Chris Cormack Signed-off-by: Galen Charlton Merged with reservations; see comment on bug report for details. ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 37 ++++++++++++++++++++++++++----------- 1 files changed, 26 insertions(+), 11 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 29 11:53:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 29 May 2013 09:53:46 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-2-g1773a7e Message-ID: This is an automated email from the git hooks/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 1773a7e86a5f5d864fc583a6788cbab55beafb9f (commit) via 84725bc0e327aed8904ac6c3a86128f394a00a7c (commit) from 2942ffc7728135ce3fdcac3a77ef1201e1c653f3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1773a7e86a5f5d864fc583a6788cbab55beafb9f Author: Mathieu Saby Date: Sat May 4 11:31:24 2013 +0200 Bug 10191: Close 2 option tags in unimarc_field_115a.tt and unimarc_field_116.tt This patch close 2 option tags in unimarc_field_115a.tt and unimarc_field_116.tt. To test : - in a UNIMARC Koha instance, edit a record - open the plugin for 115a subfield - check the "Form of release - visual projection, motion picture" option list is correct, especially the value "other film type" - open the plugin for 116 field - check the "Technique (prints) 2" option list is correct, especially the value "lithography" Signed-off-by: Owen Leonard I did not test this in Koha, but it's a simple change of one character which I'm comfortable with signing off on. I don't know if this counts as a string change or not, since the string was previously mixed with a malformed tag. Signed-off-by: Katrin Fischer Passes tests and fixes an obvious problem in the HTML. I checked the po files - currently the strings appear as: "other film type/option> %s " So in theory it's possible to translate them correctly even if the standard templates now are not correct. Probably has to wait for 3.14. Signed-off-by: Galen Charlton (cherry picked from commit 9b92e35492c74cb2bd7c1d386bc5d3542bbd7123) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 2fd42fa89c0eff4e3b26835045a6b64b0b6862a6) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 2fd42fa89c0eff4e3b26835045a6b64b0b6862a6) commit 84725bc0e327aed8904ac6c3a86128f394a00a7c Author: Mathieu Saby Date: Sat May 4 11:07:55 2013 +0200 Bug 10186: Fix a typo in subscription-add.tt : 2/years should be 2/year In subscription-add.tt dropdown list for periodiciy, the description for 9 value should be "2/year" (2 issues each year) At present, if the option value is selected, it is "2/years". This patch supresses the "s" after "year". To test : - in a subscription, change periodicity to "2/year" - save the subscription - reopen it and check the value is labelled "2/year" Signed-off-by: David Cook Trivial change. Works as described. Signed-off-by: Marcel de Rooy Signed-off-by: Galen Charlton (cherry picked from commit cf2f95f0607f5bc20f757a6de7effd93334576fa) Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 684421809a332bde4778ab06e6cb2bfd09b3b599) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 684421809a332bde4778ab06e6cb2bfd09b3b599) ----------------------------------------------------------------------- Summary of changes: .../value_builder/unimarc_field_115a.tt | 2 +- .../cataloguing/value_builder/unimarc_field_116.tt | 2 +- .../prog/en/modules/serials/subscription-add.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 29 16:32:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 29 May 2013 14:32:14 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-640-gb0eeb00 Message-ID: This is an automated email from the git hooks/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 b0eeb00d48892c2ea7f42d787dae10364537ed6f (commit) from 040eb4016f4b01d44f87ab6aca515c6917f73479 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b0eeb00d48892c2ea7f42d787dae10364537ed6f Author: Galen Charlton Date: Mon May 20 10:12:44 2013 -0700 bug 10292: improve fallback logic for picking XSLT This patch fixes a bug whereby XSLT files from the prog theme would be used (for English OPACs and staff interfaces) even if the user had created and enabled a custom theme that provided override XSLT files. This patch provides a clearer implementation of the fallback logic and adds test cases. To reproduce the bug: [1] Set OPACXSLTDetailsDisplay to 'default' and English as the OPAC language. [2] Create a new OPAC theme, including copying the XSLT files. [3] Set opactheme to the new theme. [4] Make a change to koha-tmpl/opac-tmpl/NEWTHEME/en/xslt/MARC21slim2OPACDetail.xsl [5] View a bib record in the OPAC. The change made in the previous step is not reflected. To test after applying the patch: [6] Reload the bib record in the OPAC. The change made in step 4 should now be reflected. [7] (To be thorough) Go through the test plan for bug 8947 and verify that there is no regression. Signed-off-by: Galen Charlton Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/XSLT.pm | 25 +++++++++++++++++++++---- t/XSLT.t | 37 ++++++++++++++++++++++++++++++++++++- 2 files changed, 57 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 29 16:38:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 29 May 2013 14:38:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-641-gff2b4d1 Message-ID: This is an automated email from the git hooks/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 ff2b4d1ff5992989478f83517d95f957c4af50d4 (commit) from b0eeb00d48892c2ea7f42d787dae10364537ed6f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ff2b4d1ff5992989478f83517d95f957c4af50d4 Author: Jared Camins-Esakov Date: Tue May 28 07:44:35 2013 -0400 Bug 10359: transform masthead dropdown after user JS for CCSR Since libraries may want to customize the options in the masthead search dropdown, which is done via dropdown, it would be better if the select box were transformed *after* user javascript was run. To test: 1) Switch to the CCSR OPAC theme. 2) Add some Javascript to your OpacUserJS that will modify the masthead search dropdown, such as: $("select[name='idx']").append(""); 3) Note that when you view the OPAC, the results in the dropdown are unchanged. 4) Apply patch. 5) Note that your new option now shows up. 6) Sign off. Signed-off-by: Mirko Tietgen Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../opac-tmpl/ccsr/en/includes/opac-bottom.inc | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 29 16:43:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 29 May 2013 14:43:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-642-g12afa05 Message-ID: This is an automated email from the git hooks/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 12afa055545aef68d5b0c64931af14c505dcdf0a (commit) from ff2b4d1ff5992989478f83517d95f957c4af50d4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 12afa055545aef68d5b0c64931af14c505dcdf0a Author: Kyle M Hall Date: Thu Mar 7 08:56:59 2013 -0500 Bug 9763 - Add callnumber column to "print summary" for moremember.pl Test plan: 1) Apply patch 2) Check out some items to a borrower 3) Choose "Print summary" from the "Print" pulldown 4) Observe the new callnumber column after "Author" and before "Item type" 5) Note that the totals in the footer are still aligned correctly Signed-off-by: Eli Anthony Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/moremember-print.tt | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 29 17:01:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 29 May 2013 15:01:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-643-g55f3553 Message-ID: This is an automated email from the git hooks/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 55f3553b25629cb24643dafd004786fe05629d81 (commit) from 12afa055545aef68d5b0c64931af14c505dcdf0a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 55f3553b25629cb24643dafd004786fe05629d81 Author: Robin Sheat Date: Wed May 29 16:44:43 2013 +1200 Bug 10367 - update the rules and control file for wheezy This updates the control file to use tinymce rather than tinymce2, as tinymce2 is deprecated and no longer in Debian. Also a general dependencies update. Note that this is suitable for master only. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: debian/control | 8 ++++++-- debian/control.in | 4 ++-- debian/rules | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed May 29 17:35:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 29 May 2013 15:35:41 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-644-ga90a72c Message-ID: This is an automated email from the git hooks/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 a90a72c62dcfcbb1989d5ea60a80f51bcee8a23d (commit) from 55f3553b25629cb24643dafd004786fe05629d81 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a90a72c62dcfcbb1989d5ea60a80f51bcee8a23d Author: Owen Leonard Date: Fri Mar 8 12:16:19 2013 -0500 Bug 9773 - Replace YUI AJAX calls in cataloging plugins with jQuery Several cataloging plugins make some simple AJAX GET calls via the YUI AJAX feature. This code can be easily converted to jQuery. To test, link each plugin to the relelvant field by editing your MARC stucture. Confirm that functionality is unchanged. For callnumber.pl and callnumber-KU.pl, test by linking to 952o. callnumber.pl is triggered on blur of (when you focus on and click away from) the 952o entry field. callnumber-KU.pl is triggered by clicking the "..." link. stocknumberam123.pl should be linked to 952i. If your data doesn't already have information stored for inventory number, modify at least one record to add one. The plugin is triggered on blur of the 952i field. It should increment the highest value inventory number stored in your system. unimarc_field_010.pl is UNIMARC-specific, so I'm guessing about its functionality. I tested it by linking the plugin to MARC21 field 020a. The plugin is triggered on blur of the affected field (020a in my test). You can confirm that the plugin returns valid data by using a tool like Firebug to view the XHR response. Or if you're not using UNIMARC you can hack the plugin to update a different field instead (line 57, /^tag_210_subfield_c/ ). I tried "245_subfield_c" instead of "210c_subfield_c." Nonsensical, but useful for testing. Signed-off-by: Mirko Tietgen Tried the 3 MARC21 plugins. Did not try the Unimarc one, but it's exactly the same code change. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: cataloguing/value_builder/callnumber-KU.pl | 13 +++++-------- cataloguing/value_builder/callnumber.pl | 13 +++++-------- cataloguing/value_builder/stocknumberam123.pl | 13 +++++-------- cataloguing/value_builder/unimarc_field_010.pl | 11 ++++------- 4 files changed, 19 insertions(+), 31 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 30 01:26:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 29 May 2013 23:26:54 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.06-5-g6ce19c7 Message-ID: This is an automated email from the git hooks/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 6ce19c7201583157386d2c91532add82cb2379d1 (commit) from 9a03e9369bcbf3b34e9b8d9096a8bca4e5b783e5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6ce19c7201583157386d2c91532add82cb2379d1 Author: Owen Leonard Date: Thu May 16 09:20:01 2013 -0400 Bug 10083 [3.10.x] In Transit string doesn't get translated in the staff interface For some reason this text inside a isn't getting picked up by the translator unless it's inside a . This patch adds the span and tidies up the text. To test, apply the patch and "translate update" a translation. Searching the po file for "In transit from" should return a result from detail.pl. Signed-off-by: Gaetan Boisson Signed-off-by: Jonathan Druart Signed-off-by: Bernardo Gonzalez Kriegel ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/catalogue/detail.tt | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 30 15:34:37 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 30 May 2013 13:34:37 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-11-g8e47870 Message-ID: This is an automated email from the git hooks/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 8e478703296bc128f5974c15e259a0a8167b2d3f (commit) from ca4e4a821251b8e2f8c623c7ddabf79e18e61ffc (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8e478703296bc128f5974c15e259a0a8167b2d3f Author: Robin Sheat Date: Wed May 29 16:44:43 2013 +1200 Bug 10367 - [3.12] update the rules and control file for wheezy This updates the control file to use tinymce rather than tinymce2, as tinymce2 is deprecated and no longer in Debian. Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton Signed-off-by: Tomas Cohen Arazi This was written and tested by the packages maintainer, and the RM signed on it. ----------------------------------------------------------------------- Summary of changes: debian/control | 8 ++++++-- debian/control.in | 4 ++-- debian/rules | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 30 16:04:52 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 30 May 2013 14:04:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-645-ge294def Message-ID: This is an automated email from the git hooks/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 e294defc299e97fe5e1ecfdeb648e8f8f080f5f5 (commit) from a90a72c62dcfcbb1989d5ea60a80f51bcee8a23d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e294defc299e97fe5e1ecfdeb648e8f8f080f5f5 Author: Colin Campbell Date: Wed Jan 30 08:50:23 2013 +0000 bug 9505 refactor loops in invoices.pl - Remove an unnecessary loop where output just recreated input. - Remove unnecessary temp variables that obscure code purpose. - Call the variable containing invoices, invoices rather than anonymous and ambiguous results reflect namechange in template. - Lists are passed to template as array refs; declare them as scalars as that is how we use them. - No need to introduce the whole namespace of some C4 modules for 1 routine. Test plan: Note that this patch should not change any visible behavior. [1] Open the invoice search page. [2] Verify that the list of suppliers in the drop-down on the search form is complete. [3] Verify that the list of libraries in the drop-down on the saerch form is complete. [4] Perform a search. Verify that the list of invoices is correct. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: acqui/invoices.pl | 94 ++++++++----------- .../prog/en/modules/acqui/invoices.tt | 32 ++++---- 2 files changed, 56 insertions(+), 70 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 30 17:25:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 30 May 2013 15:25:07 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-649-gd1817ab Message-ID: This is an automated email from the git hooks/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 d1817ab92d1dcc5d96180e65563db64469090fe4 (commit) via f744c863c3db12cc8676c7d29a6711cdc3cc4681 (commit) via 31d651a3cc7bec9f48a4b7ce06c7963916ec5750 (commit) via 8fea58467f55819274e0861aefa23b6ec1c53244 (commit) from e294defc299e97fe5e1ecfdeb648e8f8f080f5f5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d1817ab92d1dcc5d96180e65563db64469090fe4 Author: Jonathan Druart Date: Thu May 30 12:15:43 2013 +0200 Bug 8845: FIX dateonly is the 4th parameter, not 3rd! Signed-off-by: Galen Charlton commit f744c863c3db12cc8676c7d29a6711cdc3cc4681 Author: Kyle M Hall Date: Tue Oct 2 10:01:11 2012 -0400 Bug 8845 - Add ability search patrons by date of birth - Add tooltip Signed-off-by: Jonathan Druart Works with all date formats Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 31d651a3cc7bec9f48a4b7ce06c7963916ec5750 Author: Jonathan Druart Date: Thu Dec 27 14:18:34 2012 +0100 Bug 8845: Followup Allow to give a date using the syspref format Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 8fea58467f55819274e0861aefa23b6ec1c53244 Author: Kyle M Hall Date: Fri Sep 28 13:46:15 2012 -0400 Bug 8845 - Add ability search patrons by date of birth Adds the ability to search by dates of birth in iso format. Signed-off-by: Marc Veron Searched with following formats: YYYYMMDD , YYYY-MM-DD , YYYY.MM.DD All searches are OK Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/doc-head-close.inc | 1 + .../prog/en/includes/patron-search.inc | 29 ++++++++++++++++++- members/member.pl | 20 ++++++------- 3 files changed, 37 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu May 30 17:33:52 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 30 May 2013 15:33:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-651-g600eff7 Message-ID: This is an automated email from the git hooks/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 600eff7827be1c396e7ea13cd7c7159003d6c794 (commit) via 5bf996f68d2279ae9582b338b3d094ad20f7596c (commit) from d1817ab92d1dcc5d96180e65563db64469090fe4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 600eff7827be1c396e7ea13cd7c7159003d6c794 Author: Marcel de Rooy Date: Wed May 22 15:01:07 2013 +0200 Bug 10381: Followup adding some text around Apply/cancel filter. The texts Apply/cancel filter did not need translation and were used to get this change into 3.12. For 3.12.X or 3.14 we can add some words to clarify its meaning. With thanks to Owen for some rewording. Signed-off-by: Marcel de Rooy Signed-off-by: Pierre Angot Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton commit 5bf996f68d2279ae9582b338b3d094ad20f7596c Author: Marcel de Rooy Date: Wed May 22 14:51:00 2013 +0200 Bug 10381: POD lines of GetBasketsInfosByBookseller Signed-off-by: Marcel de Rooy Signed-off-by: Cedric Vita Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 6 +++++- .../prog/en/modules/acqui/booksellers.tt | 6 ++---- 2 files changed, 7 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 31 16:22:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 31 May 2013 14:22:53 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-652-g9d02840 Message-ID: This is an automated email from the git hooks/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 9d0284096708a65954c7e35a093cfdb727a6bb84 (commit) from 600eff7827be1c396e7ea13cd7c7159003d6c794 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9d0284096708a65954c7e35a093cfdb727a6bb84 Author: Janusz Kaczmarek Date: Fri May 24 14:21:36 2013 +0300 Bug 10326: bulkmarcimport.pl doesn't restore value of CataloguingLog syspref To test: 0) Don't apply the patch yet. 1) Have the CataloguingLog system preference set to 'Log'. 2) Import a file of bibliographic records with bulkmarcimport.pl. 3) Check the state of CataloguingLog system preference -- it will be set to 'Don't log'. 4) Apply the patch. 5) Repeat steps 1-3. The CataloguingLog system preference will be 'Log'. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: misc/migration_tools/bulkmarcimport.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri May 31 17:55:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 31 May 2013 15:55:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-653-gfd9d643 Message-ID: This is an automated email from the git hooks/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 fd9d643705b5bb0134ee229a076130a966be23bd (commit) from 9d0284096708a65954c7e35a093cfdb727a6bb84 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fd9d643705b5bb0134ee229a076130a966be23bd Author: Owen Leonard Date: Fri May 31 11:36:02 2013 -0400 Bug 10350 - Capitalization: Home Library column in staff detail items table "Home library" is incorrectly capitalized on the catalog detail page. This patch corrects it. To test, view the normal view of record in the staff client catalog. The "Home library" table header in the holdings table should be correctly capitalized. 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 Fri May 31 22:36:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 31 May 2013 20:36:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.06-6-ga19e7f7 Message-ID: This is an automated email from the git hooks/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 a19e7f7c0f0f537c600ad219a25f0904e04798ae (commit) from 6ce19c7201583157386d2c91532add82cb2379d1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a19e7f7c0f0f537c600ad219a25f0904e04798ae Author: Owen Leonard Date: Wed May 15 08:45:32 2013 -0400 Bug 6399 - tooltip for tags that says 'separate by comma' Some sites split tags on spaces, some on commas. Since Koha splits on a comma, we should make that clear to the patron. This patch adds additional text to the "New tag(s)" label. To test, enable TagsEnabled, TagsInputOnDetail, and TagsInputOnList. Click "Add tag" on both OPAC search results and an OPAC detail page. Confirm that the revised label appears correctly. Signed-off-by: Nicole C. Engard all tests pass Signed-off-by: Katrin Fischer All tests pass. There are some more places where we can add tags to multiple records at once, I noted them on the bug. http://bugs.koha-community.org/show_bug.cgi?id=10259 Signed-off-by: Galen Charlton (cherry picked from commit 14ac6cf11b19c3f1ca64c58bf520e7a9e5cf2f37) Signed-off-by: Tomas Cohen Arazi Even if tha patch doesn't add a tooltip, as it is just a string change that clarifies the addition of tags it should be applied to stable. (cherry picked from commit e776b28e31052553c994d63162a36263b3ada259) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit e776b28e31052553c994d63162a36263b3ada259) ----------------------------------------------------------------------- Summary of changes: koha-tmpl/opac-tmpl/prog/en/css/opac.css | 4 ++++ koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository