From gitmaster at git.koha-community.org Tue Apr 2 00:15:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Apr 2013 22:15:31 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9791 created. v3.12.00-beta1-124-gea893fa Message-ID: This is an automated email from the git hooks/post-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_9791 has been created at ea893fa349f44da516faf2c38d365a8ad421e8da (commit) - Log ----------------------------------------------------------------- commit ea893fa349f44da516faf2c38d365a8ad421e8da Author: Jonathan Druart Date: Mon Mar 11 16:08:12 2013 +0100 But 9791: Remove single pixel on datatable tables 5 tables (with datatables) are displayed with a pixel before and after. List is: - acqui/acqui-home.tt - acqui/booksellers.tt - acqui/neworderbiblio.tt - acqui/supplier.tt - members/statistics.tt Test plan: Check on the 5 pages that pixels are disappears after applying this patch. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer members/statistics.tt was already fixed on master. JavaScript change only, works nicely. Signed-off-by: Jared Camins-Esakov commit e3dce085dade3cfa68cf67e488a96a637f1143bf Merge: 98cfad6 03c59ec Author: Jared Camins-Esakov Date: Sun Mar 31 09:00:44 2013 -0400 Merge branch 'bug_9954' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 00:22:24 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Apr 2013 22:22:24 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9946 created. v3.12.00-beta1-126-g604bdb2 Message-ID: This is an automated email from the git hooks/post-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_9946 has been created at 604bdb236397de734871ee94ea09d11e85624fc3 (commit) - Log ----------------------------------------------------------------- commit 604bdb236397de734871ee94ea09d11e85624fc3 Author: Fridolyn SOMERS Date: Thu Mar 28 14:28:49 2013 +0100 Bug 9946 - opac-topissues with no time limit When in opac-topissues using filter "of the last:" with value "No limit", the result shows the caption : "The 10 most checked-out in the past 999 months". This patch corrects a typo error : $timeLimit was used instead of $timeLimitFinite Test plan : - Go to OPAC most popular - Select "No limit" in last filter and submit => Check that result displays caption : "The 10 most checked-out of all time" - Come back - Select "6 months" in last filter and submit => Check that result displays caption : "The 10 most checked-out in the past 6 months" Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov commit 55b2d04be1b786cd9760139a291cc82d3e4f336f Merge: e3dce08 ea893fa Author: Jared Camins-Esakov Date: Mon Apr 1 18:20:25 2013 -0400 Merge branch 'bug_9791' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 00:47:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Apr 2013 22:47:42 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6554 created. v3.12.00-beta1-133-gf257944 Message-ID: This is an automated email from the git hooks/post-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_6554 has been created at f257944d10c2660e7d7297768af314985c80a1c7 (commit) - Log ----------------------------------------------------------------- commit f257944d10c2660e7d7297768af314985c80a1c7 Author: Marcel de Rooy Date: Thu Mar 28 13:06:23 2013 +0100 Bug 6554 Followup for circulation patron search Adds decoding for patron name. Test plan: Go to Circulation. Enter a name with a diacritic. Find that patron or get a message with the name you entered without converted characters. Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jared Camins-Esakov commit c78b905811ed4869a4a69f60272e1b7787026f6e Author: Marcel de Rooy Date: Thu Mar 28 12:51:26 2013 +0100 Bug 6554: Followup for preferences.pl Decodes searchfield. Test plan: Look for e accent in preferences. You should no longer see converted chars. Signed-off-by: Bernardo Gonzalez Kriegel Works ok, no errors. Signed-off-by: Jared Camins-Esakov commit b2b003adea685acf3f590ed00baf7abec734341f Author: Marcel de Rooy Date: Thu Mar 28 13:37:40 2013 +0100 Bug 6554: Followup for acquisitions Adds decoding for url parameter. Test plan: Search for expressions with diacritics in vendor search, orders search. Also try Orders search, Advanced search (within Acq). Check what you see. Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jared Camins-Esakov commit c18cd930eb3d15e20c642b2788116cc2abb30538 Author: Marcel de Rooy Date: Thu Mar 28 13:23:08 2013 +0100 Bug 6554: Followup for serial search Adds decoding for title, publisher and vendor. Test plan: Go to serials. Search for a diacritic in title. Check. Go to Advanced search (in Serials). Search for diacritic in title, vendor or publisher. Check. Signed-off-by: Bernardo Gonzalez Kriegel Works ok, no errors. Signed-off-by: Jared Camins-Esakov commit 686fdae32c2377b8748f71c534b5f32a2a83e850 Author: Marcel de Rooy Date: Wed Mar 27 13:30:16 2013 +0100 Bug 6554 QA Followup Removing binmode, now encoding data in output_with_http_headers. Replaced output_string by output_as_chars in XSLTParse4Display. Signed-off-by: Marcel de Rooy Signed-off-by: Bernardo Gonzalez Kriegel No errors. Signed-off-by: Jared Camins-Esakov commit d542740ab8877234d043c8a11cb19a6004e72656 Author: Dobrica Pavlinusic Date: Sun Jun 10 15:18:42 2012 +0100 Bug 6554 - make Koha internally utf-8 clean In current implementation (mostly commented out in this patch) uses heuristic to guess which strings need decoding from utf-8 to binary representation and doesn't support utf-8 characters in templates and has problems with utf-8 data from database. With this changes, Koha perl code always uses utf-8 encoding correctly. All incomming data from database is allready correctly marked as utf-8, and decoding of utf8 is required only from Zebra and XSLT transfers which don't set utf-8 flag correctly. For output, standard perl :encoding(utf8) handler is used so it also removes various "wide character" warnings as side-effect. Test scenario: 1. make sure that you have utf-8 characters in your biblio records, patrons, categories etc. 2. try to search records on intranet and opac which contain utf-8 characters 3. install language which has utf-8 characters, e.g. uk-UA dpavlin at koha-dev:/srv/koha/misc/translator(bug_6554) $ PERL5LIB=/srv/koha/ perl translate install uk-UA 4. switch language to uk-UA and verify that templates display correctly 5. test search and Z39.50 search and verify that caracters are correct Signed-off-by: Owen Leonard I followed the test plan, adding utf-8 characters to library names, patron categories, titles, and authorized values. I tried the uk-UA translation and everything looked good. When performing Z39.50 searches for titles containing utf-8 characters I got results which were still occasionally contaminated with dummy characters [?] but I assume this is Z39.50's fault not the patch's. Signed-off-by: Marcel de Rooy Signed-off-by: Bernardo Gonzalez Kriegel Already signed, add mine. Signed-off-by: Jared Camins-Esakov commit 65ea963e5217b1e955e404ea1c09928f6b259110 Merge: 55b2d04 604bdb2 Author: Jared Camins-Esakov Date: Mon Apr 1 18:27:24 2013 -0400 Merge branch 'bug_9946' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 00:47:56 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 01 Apr 2013 22:47:56 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-134-g9c0b2e4 Message-ID: This is an automated email from the git hooks/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 9c0b2e408b496b999cdbede92e651f3aef588209 (commit) via f257944d10c2660e7d7297768af314985c80a1c7 (commit) via c78b905811ed4869a4a69f60272e1b7787026f6e (commit) via b2b003adea685acf3f590ed00baf7abec734341f (commit) via c18cd930eb3d15e20c642b2788116cc2abb30538 (commit) via 686fdae32c2377b8748f71c534b5f32a2a83e850 (commit) via d542740ab8877234d043c8a11cb19a6004e72656 (commit) via 65ea963e5217b1e955e404ea1c09928f6b259110 (commit) via 604bdb236397de734871ee94ea09d11e85624fc3 (commit) via 55b2d04be1b786cd9760139a291cc82d3e4f336f (commit) via ea893fa349f44da516faf2c38d365a8ad421e8da (commit) via e3dce085dade3cfa68cf67e488a96a637f1143bf (commit) via 03c59ec86db4154ffbd73fa9e3ba0aa1d064b51d (commit) via 98cfad6e9bcab065a78838c01b3220da0f064298 (commit) via a4e804fceb6061d1e3c4f404a1b08649cf71563c (commit) via c7cb7f6b5d3dc52050ace0c95fcc9fc94a49d789 (commit) via a12629d1f06df6e1901aa1087ecfb5c8455b6b82 (commit) via 3780bca7798eb3eb1808e4dca0d0c66e57db4c52 (commit) via 37f6b6ad9bf61b77158c85a6295651b8d37955b4 (commit) via d85878f78ba5d44313c42cc8efb926e397b0a119 (commit) from 6ffb8bd3d76dcbe82d551e27d893b4a3e7ae07ca (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9c0b2e408b496b999cdbede92e651f3aef588209 Merge: 65ea963 f257944 Author: Jared Camins-Esakov Date: Mon Apr 1 18:52:41 2013 -0400 Merge branch 'bug_6554' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 4 +- C4/Creators/Lib.pm | 6 ++- C4/ItemType.pm | 2 +- C4/Output.pm | 6 +-- 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 | 3 + .../intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- .../intranet-tmpl/prog/en/includes/circ-menu.tt | 1 + .../prog/en/modules/acqui/acqui-home.tt | 1 + .../prog/en/modules/acqui/booksellers.tt | 1 + .../prog/en/modules/acqui/neworderbiblio.tt | 1 + .../prog/en/modules/acqui/supplier.tt | 1 + .../prog/en/modules/admin/marctagstructure.tt | 34 ++++++++---- .../prog/en/modules/labels/label-manage.tt | 56 +++++++++++++------- .../prog/en/modules/tools/csv-profiles.tt | 4 +- labels/label-print.pl | 4 +- members/boraccount.pl | 1 + members/deletemem.pl | 1 + members/files.pl | 1 + members/mancredit.pl | 1 + members/maninvoice.pl | 1 + members/member-flags.pl | 1 + members/member-password.pl | 3 +- members/member.pl | 2 +- members/moremember.pl | 1 + members/notices.pl | 1 + members/pay.pl | 5 ++- members/paycollect.pl | 1 + members/readingrec.pl | 1 + members/routing-lists.pl | 1 + members/statistics.pl | 1 + opac/opac-search.pl | 4 +- opac/opac-topissues.pl | 2 +- reports/guided_reports.pl | 2 +- reserve/renewscript.pl | 2 +- serials/routing-preview.pl | 2 +- serials/routing.pl | 2 +- serials/serials-search.pl | 3 + tools/viewlog.pl | 1 + 50 files changed, 148 insertions(+), 117 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 08:19:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Apr 2013 06:19:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.04-52-g9d22839 Message-ID: This is an automated email from the git hooks/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 9d22839a6d5dff5f37d62fb621cb066e82160b77 (commit) from 4fd1b21908e543b102b8f2d9db6c9ffb953d23c9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9d22839a6d5dff5f37d62fb621cb066e82160b77 Author: Kyle M Hall Date: Tue Mar 26 09:58:57 2013 -0400 Bug 9928 - no way to see all purchase suggestions at all [3.10.x] Test Plan: 1) Apply patch 3) Create suggestions for multiple libraries 2) Select 'Any' for the 'For' field under 'Acquisition information' 3) Note you are seeing the suggestions for all branches Signed-off-by: Nicole C. Engard Works as described Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Patch fixes wrong behaviour. All tests and QA script pass. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Suggestions.pm | 13 ++++++++++++- .../prog/en/modules/suggestion/suggestion.tt | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 09:34:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Apr 2013 07:34:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.04-53-g1e93f75 Message-ID: This is an automated email from the git hooks/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 1e93f75f42b1503a9e24a53d3b6981f9aa0044f2 (commit) from 9d22839a6d5dff5f37d62fb621cb066e82160b77 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1e93f75f42b1503a9e24a53d3b6981f9aa0044f2 Author: Fridolyn SOMERS Date: Fri Mar 29 14:53:45 2013 +0100 Bug 9954 - CVS profile encoding not selected in edition When editing an existing CSV profile, its encoding is not selected in combobox, first value "ascii" is always selected. This patch corrects this (surely appeared with TT conversion) and also the fact that "uft8" is by default selected in creation form. Test plan: - Go to Tools/CSV Profiles - In "New prodile" tab => Check that "uft8" is selected - Create a new profile by entering name, an encoding (other than the first), and MARC fields - Click on "Edit existing profile" tab - Select created profile => Check that specified encoding is selected Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Template only change. Fixed tabs. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/tools/csv-profiles.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 09:34:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Apr 2013 07:34:27 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-33-g5825b7f Message-ID: This is an automated email from the git hooks/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 5825b7fb540e11456c73eb445d571994e106e21d (commit) from cc6aafc308fe6db671290bc1dcacb5c6b10875f7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5825b7fb540e11456c73eb445d571994e106e21d Author: Fridolyn SOMERS Date: Fri Mar 29 14:53:45 2013 +0100 Bug 9954 - CVS profile encoding not selected in edition When editing an existing CSV profile, its encoding is not selected in combobox, first value "ascii" is always selected. This patch corrects this (surely appeared with TT conversion) and also the fact that "uft8" is by default selected in creation form. Test plan: - Go to Tools/CSV Profiles - In "New prodile" tab => Check that "uft8" is selected - Create a new profile by entering name, an encoding (other than the first), and MARC fields - Click on "Edit existing profile" tab - Select created profile => Check that specified encoding is selected Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Template only change. Fixed tabs. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/tools/csv-profiles.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 14:12:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Apr 2013 12:12:43 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9952 created. v3.12.00-beta1-135-gc389de0 Message-ID: This is an automated email from the git hooks/post-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_9952 has been created at c389de06fa6154c84626a160518692e3b2cffe98 (commit) - Log ----------------------------------------------------------------- commit c389de06fa6154c84626a160518692e3b2cffe98 Author: Adrien Saurat Date: Fri Mar 29 11:51:38 2013 +0100 Bug 9952: translation of the "tab 0" in MARC detail The html code of 0 (0) is necessary for this tab to be correctly translated. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Fixes display in translated templates. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 14:18:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Apr 2013 12:18:38 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9571 created. v3.12.00-beta1-138-gb5497a5 Message-ID: This is an automated email from the git hooks/post-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_9571 has been created at b5497a5f46a32c1ab33a22539e8acfcf82e476b0 (commit) - Log ----------------------------------------------------------------- commit b5497a5f46a32c1ab33a22539e8acfcf82e476b0 Author: David Cook Date: Fri Feb 8 13:49:16 2013 +1100 Bug 9571 - Fix width for textareas in Edit Item screen This patch adds a style for textareas on the Edit Item screen of addbiblio.pl so that they are roughly the same length as the other input elements around it on the page. To test: Before applying patch... 1) Create a new item for any biblio with a URL (subfield u) of over 100 characters (you can use www.lettercount.com to count the number of characters in your URL). 2) In any browser (I've already looked at IE, Firefox, and Chrome on Windows), edit the item (either by clicking "Edit Items" from the Normal view of the bib record then clicking "Edit" next to the applicable item, or clicking on the "Items" view in the bib record and clicking "Edit item" next to the relevant item). 3) Notice that the textarea for the url is absolutely tiny. Difficult to read and difficult to interact with. Apply patch. 1) Notice that the textarea is roughly the same size as the other input elements on the page. Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov commit 9b242afd75b68ed06372db95a1b46435d918871d Author: Owen Leonard Date: Fri Feb 8 11:21:11 2013 -0500 Bug 9571 [Alternate] Fix width for textareas in Edit Item screen This alternative patch modifies the script where the input markup is built and adds an alternative configuration for textareas. This gives the textareas explicit "cols" and "rows" attributes. I think this solution is preferable to a style fix because it solves the bug while eliminating some invalid markup (no "size" or "maxlength" attributes on textareas, which are invalid without explicit dimensions). To test, add a nice big chunk of text to an existing item's item field like "Public note" (952$z), save, and edit again. The field should now be displayed in a more comfortably-sized textarea. Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov commit 6dd36b7fa7410492b73f3d09b0fd28d9f615f5e4 Merge: 9c0b2e4 c389de0 Author: Jared Camins-Esakov Date: Tue Apr 2 08:17:40 2013 -0400 Merge branch 'bug_9952' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 14:33:37 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Apr 2013 12:33:37 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9838 created. v3.12.00-beta1-140-gb2b0785 Message-ID: This is an automated email from the git hooks/post-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_9838 has been created at b2b0785caa34ed9238490b4a3a2bbafcb5bd9be5 (commit) - Log ----------------------------------------------------------------- commit b2b0785caa34ed9238490b4a3a2bbafcb5bd9be5 Author: Adrien Saurat Date: Mon Mar 18 17:41:42 2013 +0100 Bug 9838: fix on 04patron_status.t Some patron infos were hard coded instead of using the variables defined in SIPtest.pm Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 5e25953ec494c3d833cecd600f908e4b079aa853 Merge: 6dd36b7 b5497a5 Author: Jared Camins-Esakov Date: Tue Apr 2 08:23:39 2013 -0400 Merge branch 'bug_9571' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 14:36:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Apr 2013 12:36:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9609 created. v3.12.00-beta1-142-gf9c8f39 Message-ID: This is an automated email from the git hooks/post-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_9609 has been created at f9c8f39c029051be06dc51afd432fcdb4b59af20 (commit) - Log ----------------------------------------------------------------- commit f9c8f39c029051be06dc51afd432fcdb4b59af20 Author: Marcel de Rooy Date: Wed Feb 13 14:45:15 2013 +0100 Bug 9609: Rebuilding zebra reports double number of exported records. Test plan: Clear the zebra queue (run rebuild). Update one biblio. Rebuild zebra (again) with -z. Check zebra log: note 2 exported records. Now apply patch, and repeat: You will see 1 exported record. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Jared Camins-Esakov commit 35f9a375597cfe730e1eaaf2fe49ee12d904bd85 Merge: 5e25953 b2b0785 Author: Jared Camins-Esakov Date: Tue Apr 2 08:38:41 2013 -0400 Merge branch 'bug_9838' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 14:51:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Apr 2013 12:51:46 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9572 created. v3.12.00-beta1-145-g6dfe8e1 Message-ID: This is an automated email from the git hooks/post-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_9572 has been created at 6dfe8e1ee3925af2665791db877f131a0a3ac454 (commit) - Log ----------------------------------------------------------------- commit 6dfe8e1ee3925af2665791db877f131a0a3ac454 Author: Jared Camins-Esakov Date: Tue Apr 2 08:55:28 2013 -0400 Bug 9572 follow-up: duplicate jQueryUI upgrade in CCSR Signed-off-by: Jared Camins-Esakov commit 0ef11f893f8d8032af4f3361ef498a1cd3dfc0f0 Author: Owen Leonard Date: Tue Feb 12 15:48:55 2013 -0500 Bug 9572 - Opac info tooltip from branches is not well positioned This patch removes the jQuery plugin previously used to display the library information tooltip on opac-detail.pl and implements the functionality using jQueryUI's tooltip widget. jQueryUI has been upgraded to 1.9.2 in the process, which required some ammendments to jQueryUI-related CSS. To test, make sure at least one of your libraries has "OPAC info" stored as part of its configuration. View a record in the OPAC which is owned by that library. Hover over the library's name in the holdings table and you should see a properly-positioned tooltip showing the "OPAC info." Also test other jQueryUI-related functionality to confirm that the upgrade didn't break anything: Tabs and datepickers should still work correctly. Signed-off-by: Frederic Durand Signed-off-by: Katrin Fischer Works nicely in prog theme, feature seems not to be available for ccsr yet. Signed-off-by: Jared Camins-Esakov commit f737119e76ef174798625497b47e74e2992801b1 Merge: 35f9a37 f9c8f39 Author: Jared Camins-Esakov Date: Tue Apr 2 08:41:43 2013 -0400 Merge branch 'bug_9609' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 14:53:50 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Apr 2013 12:53:50 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9947 created. v3.12.00-beta1-147-g2643f0e Message-ID: This is an automated email from the git hooks/post-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_9947 has been created at 2643f0ec39d6125543df0d6e37f716e5ed518397 (commit) - Log ----------------------------------------------------------------- commit 2643f0ec39d6125543df0d6e37f716e5ed518397 Author: Fridolyn SOMERS Date: Thu Mar 28 15:52:13 2013 +0100 Bug 9947 - Creating item for received serial prefills enumchron subfield In serial receiving : When creating an item for an issue, a javascript prefilles the $h subfield with issue number. This is for MARC21, in UNIMARC serial number is on $v. This patch replaces hard-coded value with the subfield mapped with "items.enumchron". Test plan : - Set "Koha to MARC mapping" of "items.enumchron" on a subfield other than $h, ie $z - Go to a serial subscription detail with "Serial receipt creates an item record" - Click on "Receive" - On an issue, click on "Click to add item" => Check that issue number is copied into selected subfield, ie $z You may test that with no mapping of "items.enumchron" there is no javascript error Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Nice catch! Works as advertised. All tests pass after fixing tabulation characters in serials-edit.tt. Signed-off-by: Jared Camins-Esakov commit eed93f9af0451b56dc87ab609b2475aef5d07853 Merge: f737119 6dfe8e1 Author: Jared Camins-Esakov Date: Tue Apr 2 08:56:44 2013 -0400 Merge branch 'bug_9572' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 14:58:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Apr 2013 12:58:42 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_2835 created. v3.12.00-beta1-149-g1b3b942 Message-ID: This is an automated email from the git hooks/post-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_2835 has been created at 1b3b942409fc87c828491275e7e866eb02d4671a (commit) - Log ----------------------------------------------------------------- commit 1b3b942409fc87c828491275e7e866eb02d4671a Author: Owen Leonard Date: Mon Mar 25 16:08:04 2013 -0400 Bug 2835 - Inconsistent use of colon at the end of sentences Labels which precede a text input or select typically have a colon before them: Name: [____] This patch cleans up templates where labels in this context lack a colon. Exceptions to this rule include radio buttons, checkboxes, and labels inside tables. To test, view the affected pages and confirm that labels look consistent. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Patch adds more consistency. Work for translators could be made easier using CSS instead of whitespace after colon. Signed-off-by: Jared Camins-Esakov commit d802961ccb58c81946760e5aff28120a105463e3 Merge: eed93f9 2643f0e Author: Jared Camins-Esakov Date: Tue Apr 2 08:58:54 2013 -0400 Merge branch 'bug_9947' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 2 14:58:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 02 Apr 2013 12:58:55 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-150-gf3d5bd5 Message-ID: This is an automated email from the git hooks/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 f3d5bd5aa6cd6dc65fc840c2cbeeb0916f151661 (commit) via 1b3b942409fc87c828491275e7e866eb02d4671a (commit) via d802961ccb58c81946760e5aff28120a105463e3 (commit) via 2643f0ec39d6125543df0d6e37f716e5ed518397 (commit) via eed93f9af0451b56dc87ab609b2475aef5d07853 (commit) via 6dfe8e1ee3925af2665791db877f131a0a3ac454 (commit) via 0ef11f893f8d8032af4f3361ef498a1cd3dfc0f0 (commit) via f737119e76ef174798625497b47e74e2992801b1 (commit) via f9c8f39c029051be06dc51afd432fcdb4b59af20 (commit) via 35f9a375597cfe730e1eaaf2fe49ee12d904bd85 (commit) via b2b0785caa34ed9238490b4a3a2bbafcb5bd9be5 (commit) via 5e25953ec494c3d833cecd600f908e4b079aa853 (commit) via b5497a5f46a32c1ab33a22539e8acfcf82e476b0 (commit) via 9b242afd75b68ed06372db95a1b46435d918871d (commit) via 6dd36b7fa7410492b73f3d09b0fd28d9f615f5e4 (commit) via c389de06fa6154c84626a160518692e3b2cffe98 (commit) from 9c0b2e408b496b999cdbede92e651f3aef588209 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f3d5bd5aa6cd6dc65fc840c2cbeeb0916f151661 Merge: d802961 1b3b942 Author: Jared Camins-Esakov Date: Tue Apr 2 09:03:46 2013 -0400 Merge branch 'bug_2835' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/SIP/t/04patron_status.t | 8 +- cataloguing/additem.pl | 3 +- koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css | 4 + .../prog/en/includes/auth-finder-search.inc | 12 +- .../prog/en/modules/acqui/basketheader.tt | 10 +- .../prog/en/modules/acqui/supplier.tt | 40 +- .../prog/en/modules/acqui/z3950_search.tt | 4 +- .../prog/en/modules/admin/aqbudgetperiods.tt | 16 +- .../prog/en/modules/admin/aqcontract.tt | 8 +- .../prog/en/modules/admin/auth_tag_structure.tt | 12 +- .../prog/en/modules/admin/authorised_values.tt | 14 +- .../prog/en/modules/admin/biblio_framework.tt | 6 +- .../prog/en/modules/admin/branches.tt | 38 +- .../prog/en/modules/admin/categorie.tt | 6 +- .../prog/en/modules/admin/itemtypes.tt | 10 +- .../prog/en/modules/catalogue/MARCdetail.tt | 2 +- .../prog/en/modules/catalogue/advsearch.tt | 4 +- .../prog/en/modules/cataloguing/z3950_search.tt | 4 +- .../prog/en/modules/labels/label-edit-layout.tt | 16 +- .../intranet-tmpl/prog/en/modules/labels/search.tt | 4 +- .../prog/en/modules/patroncards/edit-layout.tt | 74 ++-- .../prog/en/modules/patroncards/members-search.tt | 6 +- .../prog/en/modules/reports/bor_issues_top.tt | 2 +- .../prog/en/modules/reports/borrowers_out.tt | 2 +- .../prog/en/modules/reports/borrowers_stats.tt | 2 +- .../prog/en/modules/reports/cat_issues_top.tt | 2 +- .../prog/en/modules/reports/catalogue_out.tt | 2 +- .../prog/en/modules/reports/catalogue_stats.tt | 2 +- .../prog/en/modules/reports/issues_avg_stats.tt | 2 +- .../prog/en/modules/reports/issues_stats.tt | 2 +- .../prog/en/modules/reports/reserves_stats.tt | 2 +- .../prog/en/modules/serials/serials-edit.tt | 14 +- .../prog/en/modules/serials/subscription-add.tt | 12 +- .../prog/en/modules/serials/subscription-detail.tt | 4 +- .../prog/en/modules/suggestion/suggestion.tt | 2 +- .../prog/en/modules/tools/batchMod.tt | 4 +- .../prog/en/modules/tools/import_borrowers.tt | 2 +- .../prog/en/modules/tools/inventory.tt | 12 +- .../prog/en/modules/tools/koha-news.tt | 10 +- .../opac-tmpl/ccsr/en/lib/jquery/jquery-ui.css | 440 +------------------- .../opac-tmpl/ccsr/en/lib/jquery/jquery-ui.js | 35 +-- .../ccsr/en/lib/jquery/plugins/jquery.tools.min.js | 11 - koha-tmpl/opac-tmpl/prog/en/css/opac.css | 33 +- .../opac-tmpl/prog/en/lib/jquery/jquery-ui.css | 451 +------------------- .../opac-tmpl/prog/en/lib/jquery/jquery-ui.js | 43 +-- .../prog/en/lib/jquery/plugins/jquery.tools.min.js | 11 - koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 31 +- misc/migration_tools/rebuild_zebra.pl | 1 - 48 files changed, 249 insertions(+), 1186 deletions(-) delete mode 100644 koha-tmpl/opac-tmpl/ccsr/en/lib/jquery/plugins/jquery.tools.min.js delete mode 100644 koha-tmpl/opac-tmpl/prog/en/lib/jquery/plugins/jquery.tools.min.js hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 3 11:57:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Apr 2013 09:57:23 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9971 created. v3.12.00-beta1-151-g86f7f58 Message-ID: This is an automated email from the git hooks/post-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_9971 has been created at 86f7f589929e201518e896f0d5c2ca1ea774f7a7 (commit) - Log ----------------------------------------------------------------- commit 86f7f589929e201518e896f0d5c2ca1ea774f7a7 Author: Kyle M Hall Date: Tue Apr 2 09:02:55 2013 -0400 Bug 9971 - Plugins system is broken! Trying to run a plugin results in the following error: Software error: Undefined subroutine &Koha::Plugins::Base::get_template_and_user called at /home/koha/kohaclone/Koha/Plugins/Base.pm line 108. The is caused by the change from 'use C4::Auth' to 'require C4::Auth' which does not export get_template_and_user. Test Plan: 1) Install the KitchenSink plugin 2) Try to run the report, tool or configuration for the plugin 3) Note the error 4) Apply the patch 5) Try again Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 3 12:04:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Apr 2013 10:04:02 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9535 created. v3.12.00-beta1-153-gc70c718 Message-ID: This is an automated email from the git hooks/post-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_9535 has been created at c70c7185dc6b28151fa9a28e4b2aa13a52d9fc23 (commit) - Log ----------------------------------------------------------------- commit c70c7185dc6b28151fa9a28e4b2aa13a52d9fc23 Author: Chris Nighswonger Date: Tue Apr 2 10:05:46 2013 -0400 Bug 9535 - Patron card creator "Remove duplicates" function doesn't work This bug was due to a difference in field names used in the item data for items versus patrons. This patch adds a ternary to discern between the two. To test: Before applying patch: 1. Create a batch of patroncards with one duplicate. 2. Run the de-duplication on the batch. 3. Note that all patrons beyond the first in the batch are now deleted. After applying patch: 4. Repeat steps 1-2. 5. Note that only the duplicate patron is removed. Signed-off-by: Chris Nighswonger Signed-off-by: Owen Leonard Tested successfully with both patron card batches and label batches. Signed-off-by: Jonathan Druart Add indentation for readability Signed-off-by: Jared Camins-Esakov commit 9d784c57ded192e12959f2dfb226aadaf3d6b012 Merge: f3d5bd5 86f7f58 Author: Jared Camins-Esakov Date: Wed Apr 3 06:02:13 2013 -0400 Merge branch 'bug_9971' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 3 12:07:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Apr 2013 10:07:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9970 created. v3.12.00-beta1-155-g93db077 Message-ID: This is an automated email from the git hooks/post-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_9970 has been created at 93db077cb28a085fee4757cdc3c9c1fc07c60ced (commit) - Log ----------------------------------------------------------------- commit 93db077cb28a085fee4757cdc3c9c1fc07c60ced Author: Owen Leonard Date: Tue Apr 2 09:11:41 2013 -0400 Bug 9970 - Add datepicker default configuration to OPAC patron entry form The datepicker on the OPAC patron entry/update form (opac-memberentry.pl) doesn't show a calendar icon. This is because although there is in-page JS to trigger the widget, the page doesn't include the file which sets some widget defaults, including the path to the calendar icon and the translatable strings for calendar labels. This patch simply adds calendar.inc to the template. To test, load the patron entry/update form (click "personal details" for an existing patron or a start new patron registration). The date of birth entry field should show a calendar icon. Signed-off-by: David Cook Test plan works as described. Looks much better. Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit f531af3b132d963577165930fe120872845adc54 Merge: 9d784c5 c70c718 Author: Jared Camins-Esakov Date: Wed Apr 3 06:09:08 2013 -0400 Merge branch 'bug_9535' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 3 12:11:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Apr 2013 10:11:23 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9877 created. v3.12.00-beta1-158-g09b8622 Message-ID: This is an automated email from the git hooks/post-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_9877 has been created at 09b8622b4e16f379d845b55d12db3ffc0f5c426b (commit) - Log ----------------------------------------------------------------- commit 09b8622b4e16f379d845b55d12db3ffc0f5c426b Author: Jonathan Druart Date: Wed Mar 27 16:02:36 2013 +0100 Bug 9877: Followup: FIX if the table is empty. If there is no data, we don't display the table. Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 09af6d03f5a2922eea4f50ebbe266924bee5b77d Author: Owen Leonard Date: Wed Mar 20 15:16:59 2013 -0400 Bug 9877 - Use DataTables on funds administration page Replace the tablesorter plugin with the DataTables plugin on the funds administration page. To test, open the funds administration page (Administration -> Funds). Confirm that table sorting, paging, and searching works correctly. Note that the table is sorted only when hierarchical display of parent and child funds is not enabled. When the hierarchicial display is enabled the table sorter is not triggered. Signed-off-by: Pierre Angot Post-QA revision adds handling for empty table: "No funds" row must have same number of cells as the rest of the table (including hidden cell); Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit aad74900580eabb1eed24e372635541b8287e40e Merge: f531af3 93db077 Author: Jared Camins-Esakov Date: Wed Apr 3 06:12:14 2013 -0400 Merge branch 'bug_9970' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 3 12:58:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Apr 2013 10:58:46 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9683 created. v3.12.00-beta1-160-gb9c2c58 Message-ID: This is an automated email from the git hooks/post-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_9683 has been created at b9c2c58fe601fe661e4111c5458d2e6bce64fc1a (commit) - Log ----------------------------------------------------------------- commit b9c2c58fe601fe661e4111c5458d2e6bce64fc1a Author: Fridolyn SOMERS Date: Thu Feb 21 15:26:32 2013 +0100 Bug 9683: Allow disable rewrite apache mod In Apache config koha-httpd.conf, URL-rewriting is enabled and does not allow to disable mod_rewrite. Also, first rewriting rule "RewriteRule (.+) $1?%1%2 [N,R,NE]" is enabled by default. This rule rewrites nearly every URL. I propose to comment it in sources so that is must be intentionally enabled. This patch sets rewriting options into a conditional tag. Test plan : Test OPAC and intranet with and without mod_rewrite activated. Signed-off-by: Chris Cormack Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov The new Apache configuration seems to work fine (or at least as "fine" as Apache gets) both with and without mod_rewrite enabled. commit cb86132048fde79b588f8b7d60d6b06ad2765aea Merge: aad7490 09b8622 Author: Jared Camins-Esakov Date: Wed Apr 3 06:16:29 2013 -0400 Merge branch 'bug_9877' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 3 13:04:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Apr 2013 11:04:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_4862 created. v3.12.00-beta1-162-g17b38f1 Message-ID: This is an automated email from the git hooks/post-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_4862 has been created at 17b38f15a7d3e5d11c09b7c8fd95101f6180a5cc (commit) - Log ----------------------------------------------------------------- commit 17b38f15a7d3e5d11c09b7c8fd95101f6180a5cc Author: Liz Rea Date: Wed Mar 27 16:14:43 2013 +1300 bug 4862 - Change label of Browse by subject or author to Authority search Replicate: Load the OPAC You should see "Browse by Subject or Author right below the search box To test: Apply patch Load the OPAC You should see "Authority search" where "Browse by Subject or Author" was . Signed-off-by: Mason James Amended patch: change strings in opac-authorities-home.tt Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 87a070d74a458681c16a6521b3b3baef2dcbc759 Merge: cb86132 b9c2c58 Author: Jared Camins-Esakov Date: Wed Apr 3 07:03:52 2013 -0400 Merge branch 'bug_9683' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 3 13:11:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Apr 2013 11:11:02 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9981 created. v3.12.00-beta1-164-gae0d137 Message-ID: This is an automated email from the git hooks/post-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_9981 has been created at ae0d137436c41b66fe975f3f0c0ed39f710b8df5 (commit) - Log ----------------------------------------------------------------- commit ae0d137436c41b66fe975f3f0c0ed39f710b8df5 Author: Owen Leonard Date: Tue Mar 26 10:19:58 2013 -0400 Bug 9981: Handle sort1 field when duplicating patron It is noted in Bug 5432 that during a duplicate operation one field, 'Sort1' does not automatically clear when the cursor moves into it. This patch corrects this. Edit a patron record to have data in the Sort1 and Sort2 fields. Perform a duplicate operation on this patron and confirm that the Sort1 and Sort2 fields show the information from the original patron record. When you click on each field the contents should disappear. Signed-off-by: David Cook Works as described. Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 19d042a8336f76361b5eacde3bc0f3c3d23f595d Merge: 87a070d 17b38f1 Author: Jared Camins-Esakov Date: Wed Apr 3 07:09:22 2013 -0400 Merge branch 'bug_4862' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 3 13:11:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Apr 2013 11:11:44 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-165-g7b1a091 Message-ID: This is an automated email from the git hooks/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 7b1a091a80c8b3f5f7c18889fd0712eb6d3add7f (commit) via ae0d137436c41b66fe975f3f0c0ed39f710b8df5 (commit) via 19d042a8336f76361b5eacde3bc0f3c3d23f595d (commit) via 17b38f15a7d3e5d11c09b7c8fd95101f6180a5cc (commit) via 87a070d74a458681c16a6521b3b3baef2dcbc759 (commit) via b9c2c58fe601fe661e4111c5458d2e6bce64fc1a (commit) via cb86132048fde79b588f8b7d60d6b06ad2765aea (commit) via 09b8622b4e16f379d845b55d12db3ffc0f5c426b (commit) via 09af6d03f5a2922eea4f50ebbe266924bee5b77d (commit) via aad74900580eabb1eed24e372635541b8287e40e (commit) via 93db077cb28a085fee4757cdc3c9c1fc07c60ced (commit) via f531af3b132d963577165930fe120872845adc54 (commit) via c70c7185dc6b28151fa9a28e4b2aa13a52d9fc23 (commit) via 9d784c57ded192e12959f2dfb226aadaf3d6b012 (commit) via 86f7f589929e201518e896f0d5c2ca1ea774f7a7 (commit) from f3d5bd5aa6cd6dc65fc840c2cbeeb0916f151661 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7b1a091a80c8b3f5f7c18889fd0712eb6d3add7f Merge: 19d042a ae0d137 Author: Jared Camins-Esakov Date: Wed Apr 3 07:16:08 2013 -0400 Merge branch 'bug_9981' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Creators/Batch.pm | 6 ++- Koha/Plugins/Base.pm | 3 +- etc/koha-httpd.conf | 48 +++++++++++--------- .../prog/en/modules/admin/aqbudgets.tt | 35 +++++++++----- .../prog/en/modules/members/memberentrygen.tt | 6 ++- koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 2 +- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 2 +- .../prog/en/modules/opac-authorities-home.tt | 4 +- .../opac-tmpl/prog/en/modules/opac-memberentry.tt | 1 + 9 files changed, 66 insertions(+), 41 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 3 21:30:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 03 Apr 2013 19:30:10 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.04-54-g60ba64a Message-ID: This is an automated email from the git hooks/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 60ba64a9e5a1ae29f752016732ec28f3b8514c81 (commit) from 1e93f75f42b1503a9e24a53d3b6981f9aa0044f2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 60ba64a9e5a1ae29f752016732ec28f3b8514c81 Author: Fridolyn SOMERS Date: Mon Feb 4 17:48:58 2013 +0100 Bug 9554: single quote in didyoumean When using "url" or "uri" template toolkit filters, I noticed that double quotes are escaped (%22), but not single quotes. This causes sometimes a problem when URL is written in JavaScript code, in a string delimited by single quotes. This patch corrects by using double quotes for js strings. Also, adds a test for "didyoumean" feature : when feature is not activated, do not add corresponding javascript. Test plan : - activate OpacHighlightedWords syspref - activate "didyoumean" feature for OPAC - perform a search begining with a single quote (ie "'sport") => look for javascript errors (you may use firebug) Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/opac-results-grouped.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 22 +++++++++++-------- .../opac-tmpl/prog/en/modules/svc/suggestion.tt | 6 ++-- 3 files changed, 17 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 5 21:33:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 05 Apr 2013 19:33:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x created. v3.12.00-beta1-165-g7b1a091 Message-ID: This is an automated email from the git hooks/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 created at 7b1a091a80c8b3f5f7c18889fd0712eb6d3add7f (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 6 23:47:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 06 Apr 2013 21:47:13 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-34-g1cbe4a9 Message-ID: This is an automated email from the git hooks/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 1cbe4a939915ccbbfcab9d68459898f4bec7d2bb (commit) from 5825b7fb540e11456c73eb445d571994e106e21d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1cbe4a939915ccbbfcab9d68459898f4bec7d2bb Author: Chris Cormack Date: Sun Apr 7 08:35:44 2013 +1200 Tidying up updatedatabase.pl ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 18:09:56 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 16:09:56 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9980 created. v3.12.00-beta1-166-gae06a83 Message-ID: This is an automated email from the git hooks/post-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_9980 has been created at ae06a83cf07e8cafa2dfc704c6231095cc5adf1e (commit) - Log ----------------------------------------------------------------- commit ae06a83cf07e8cafa2dfc704c6231095cc5adf1e Author: Chris Cormack Date: Sun Apr 7 19:55:37 2013 +1200 Bug 9980: Fix for anonymous searches To test Search in the OPAC both logged and logged out Signed-off-by: Magnus Enger When I turn off XSLT for the OPAC I can recreate the problem. After applying the patch things work as expected for all combinations of: - Search results and detail view - Logged in and not logged in - XSLT and non-XSLT view Signed-off-by: Katrin Fischer Passes all tests, QA script and test plan. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 18:47:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 16:47:44 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8061 created. v3.12.00-beta1-171-g7f48829 Message-ID: This is an automated email from the git hooks/post-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_8061 has been created at 7f48829c50c437b5917e8318b505f0cf86a751a9 (commit) - Log ----------------------------------------------------------------- commit 7f48829c50c437b5917e8318b505f0cf86a751a9 Author: Karam Qubsi Date: Fri Apr 5 22:47:08 2013 +0300 Bug 8061: Follow Up (Opac-Prog) - enhancement to D Ruth's patch In this Patch I added some changes to the rtl.css file I made some changes in the file opac-bottom.inc and add css classes to the lang list and I define the class value in the opac.css I add If statment to the opac-detail.tt to chose the rtl.css when rtl lang. http://bugs.koha-community.org/show_bug.cgi?id=8061 Signed-off-by: Katrin Fischer Reformatted commit message and added bug number. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Tested with po files for Arabic from 3.8. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov commit 6fd6c024a443667a91e23e3821511c368f7463d4 Author: Karam Qubsi Date: Fri Apr 5 13:07:43 2013 +0300 Bug 8061: Follow up - RTL CSS overrides (staff client) I think this patch is good for th rtl langs. and based on what D.Ruth send before, I added some edits as a right to left reader. Tested on master with Arabic I used the updated po files for v. 3.8 (because the 3.12 ) need some revision ... Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 2880e76e8f18c3f692545986e5cdfa7da9d98350 Author: D Ruth Bavousett Date: Fri Apr 5 17:58:33 2013 +0300 Bug 8061: RTL CSS overrides (OPAC) This patch repairs a few things in templates and CSS to allow for the injection of right-to-left CSS, also in this patch. It should apply to 3.8 and master. To test, install and enable a right-to-left language for the OPAC, currently Hebrew or Arabic. The Arabic OPAC translations for 3.6 are mostly-complete, so they are a good test case. It's helpful to have a reader of the language handy, but the layout should be easy enough to figure out, even for non-readers. Signed-off-by: Karam Qubsi Signed-off-by: Katrin Fischer Amended patch adding back author and adding sign off. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 8c130eede386bd2c5aa06cb3a2798900c0a821ed Author: D Ruth Bavousett Date: Fri Apr 5 12:41:25 2013 +0300 Bug 8061: RTL CSS overrides (staff client) This patch tweaks a few templates, and enables right-to-left flipping via CSS in the staff client. Signed-off-by: Karam Qubsi Signed-off-by: Katrin Fischer Amended patch, putting back author and adding sign off. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 815a6b62bd4ce34ea791ca795a62227c462d53ed Merge: 7b1a091 ae06a83 Author: Jared Camins-Esakov Date: Sun Apr 7 12:15:11 2013 -0400 Merge branch 'bug_9980' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 19:03:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 17:03:12 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7449 created. v3.12.00-beta1-173-g8297a2d Message-ID: This is an automated email from the git hooks/post-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_7449 has been created at 8297a2d424a964c6ebc8f2878d931312a2836052 (commit) - Log ----------------------------------------------------------------- commit 8297a2d424a964c6ebc8f2878d931312a2836052 Author: Fridolyn SOMERS Date: Fri Feb 22 10:14:15 2013 +0100 Bug 7449: billingplace and freedeliveryplace not saved when creating a new basketgroup billingplace and freedeliveryplace are missing in C4::Acquisition::NewBasketgroup. Test plan : - Go to a vendor basket groups - Create a new basket group - Enter a name - Choose a billing place - Do not choose a delivery place in combobox but enter a text in delivery place textarea - Enter a comment - Save - Edit created basket group => Check that billing place and free delivery place are ok Signed-off-by: Mathieu Saby Signed-off-by: Katrin Fischer Works according to test plan, delivery place is now correctly saved into the databas and was before lost. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov commit c4904214079462397317f714fe89c581daa981ce Merge: 815a6b6 7f48829 Author: Jared Camins-Esakov Date: Sun Apr 7 12:52:23 2013 -0400 Merge branch 'bug_8061' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 19:15:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 17:15:22 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9902 created. v3.12.00-beta1-175-g9f2189d Message-ID: This is an automated email from the git hooks/post-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_9902 has been created at 9f2189d0c5df94d2bea41c0fda894fcb0b76682d (commit) - Log ----------------------------------------------------------------- commit 9f2189d0c5df94d2bea41c0fda894fcb0b76682d Author: Kyle M Hall Date: Wed Mar 27 09:18:24 2013 -0400 Bug 9902 - item subfields not populating Test Plan: 1) Create a new serial with a default location, call number, and library ( the library will need to be any but the one you are logged in as ) 2) Click the "Recieve" button for this serial 3) Click "Click to add item" 4) Note those values are not populated 5) Apply the patch 6) Reload the page 7) Click "Click to add item" 8) Note those values are now populated Signed-off-by: Nicole C. Engard All tests pass! Signed-off-by: Chris Cormack This seems to restore the former behaviour. Signed-off-by: Katrin Fischer All tests and QA script pass. Signed-off-by: Jared Camins-Esakov commit b38a3126e1529829fe18c1c74992152d830bf6d3 Merge: c490421 8297a2d Author: Jared Camins-Esakov Date: Sun Apr 7 13:08:31 2013 -0400 Merge branch 'bug_7449' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 19:23:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 17:23:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9850 created. v3.12.00-beta1-185-gf6b936d Message-ID: This is an automated email from the git hooks/post-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_9850 has been created at f6b936d50c6c46c2e427ae60a109a65522f66763 (commit) - Log ----------------------------------------------------------------- commit f6b936d50c6c46c2e427ae60a109a65522f66763 Author: Nicole C. Engard Date: Tue Apr 2 08:31:10 2013 -0400 Bug 9850: FOLLOW UP: Add Missing Plugin Help for 3.12 This patch is a follow up to the one that adds the plugin help. To test: Visit the upload a plugin page and review the help and links. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov Fixed capitalization issues. commit 40a24e1eed3cab1915e6c5de5386b03eb350b6c7 Author: Nicole C. Engard Date: Sat Mar 30 13:40:08 2013 -0400 Bug 9850: Update Tools Help for 3.12 Update the text and links in the Tools help files. To test: Check the text and links on all help files under Tools. Signed-off-by: Owen Leonard I fixed one instance of a link to 3.10 instead of 3.12. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit ddbeb04faae474e28c10fde6acde454a7794ce90 Author: Nicole C. Engard Date: Sat Mar 30 13:42:40 2013 -0400 Bug 9850: Add Plugin Help File for 3.12 This adds a help file to the new plugins module. To test: Activate the plugin module and check the text and links in the help file Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit a6afd8d1e46e383a147ff746336ab2685b1ff0f3 Author: Nicole C. Engard Date: Sat Mar 30 12:23:49 2013 -0400 Bug 9850: Update Circ Help Files for 3.12 This updates the text and links for the Circulation Help Files. It also removes an unused help file 'billing.tt'. To test: Visit the help files on all circ pages and confirm links and text are right. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 48242d4a03ce79429021fe60415c6713a05608e5 Author: Nicole C. Engard Date: Sat Mar 30 11:25:36 2013 -0400 Bug 9850: Offline Circ Help Files for 3.12 This updates the text and links in the offline circulation tool help files. To test: Visit all offline circulation pages in the staff client and review the text and links. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 4aadbdbc6d22c0f50cd461d15f08995cb2075418 Author: Nicole C. Engard Date: Sat Mar 30 10:36:02 2013 -0400 Bug 9850: Suggestion Help File for 3.12 This updates the text and link on the suggestions help file. To test: Visit the manage suggestions page and review the help file. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 4409a1a6a2e41a30312e10726c5f9d7c84ef3a5a Author: Nicole C. Engard Date: Sat Mar 30 10:18:24 2013 -0400 Bug 9850: Serial Help Files for 3.12 Update text and links for Serials help files. To test: Visit all serial related pages and check the text of the help and test the links. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit f820f3f32349d1a8d0beb7b191c47d946171d624 Author: Nicole C. Engard Date: Sat Mar 30 10:14:06 2013 -0400 Bug 9850: Update Reports Help for 3.12 This updates the reports help for Koha 3.12. To test: Visit all reports pages and review the help for textual changes and correct links. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit bdd27cdfe218c420f4ad2dbf58b643395c0ad6e6 Author: Nicole C. Engard Date: Sat Mar 30 09:35:14 2013 -0400 Bug 9850: Cataloging Help for 3.12 This updates just the links in the cataloging help, no text changes where made. To test: Visit help in cataloging and click the manual links and make sure they're right. Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 38d48ad7c3ad32a0c4a567ed78631b0a717c1d58 Merge: b38a312 9f2189d Author: Jared Camins-Esakov Date: Sun Apr 7 13:20:40 2013 -0400 Merge branch 'bug_9902' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 19:25:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 17:25:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9459 created. v3.12.00-beta1-187-gec8758a Message-ID: This is an automated email from the git hooks/post-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_9459 has been created at ec8758aab509fb9794a302a2822ed5b06815a505 (commit) - Log ----------------------------------------------------------------- commit ec8758aab509fb9794a302a2822ed5b06815a505 Author: Owen Leonard Date: Wed Jan 23 10:57:09 2013 -0500 Bug 9459 [Revised] Use DataTables on hold ratios report page Replace the tablesorter plugin with the DataTables plugin on the hold ratios report page. To test, open the hold ratios report (Circulation -> Hold ratios). Confirm that table sorting works correctly. Revision adds correct pagination options and natural sort for 'items needed' column. Patch now depends on Bug 9431 (http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9431) which introduces the natural sort plugin. Further revision corrects template path to datatables assets. Signed-off-by: Bernardo Gonzalez Kriegel Comment: On top of Bug 9431. Sorting works. No errors. Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit dae5b8d1a4deaece706647ce578c9500b9ec907c Merge: 38d48ad f6b936d Author: Jared Camins-Esakov Date: Sun Apr 7 13:28:19 2013 -0400 Merge branch 'bug_9850' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 19:28:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 17:28:57 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7853 created. v3.12.00-beta1-189-g11caedb Message-ID: This is an automated email from the git hooks/post-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_7853 has been created at 11caedbf1906dedd5a5c2692a2098d157f4fe380 (commit) - Log ----------------------------------------------------------------- commit 11caedbf1906dedd5a5c2692a2098d157f4fe380 Author: Mason James Date: Tue Apr 2 21:20:12 2013 +1300 Bug 7853 - opac-maintanance.pl should correctly redirect back to opac-main.pl, if no updates are outstanding Signed-off-by: Owen Leonard Works exactly as it should according to the test plan. This is a nice improvement. Signed-off-by: Jonathan Druart Amended patch: Check OpacMaintenance! Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov commit 88eaa19bf0fd907e35adb606304e8cd042a42751 Merge: dae5b8d ec8758a Author: Jared Camins-Esakov Date: Sun Apr 7 13:30:57 2013 -0400 Merge branch 'bug_9459' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 19:29:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 17:29:10 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-190-gf063dad Message-ID: This is an automated email from the git hooks/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 f063dad5f208fd02dc8a58835086f8b1714aa1ac (commit) via 11caedbf1906dedd5a5c2692a2098d157f4fe380 (commit) via 88eaa19bf0fd907e35adb606304e8cd042a42751 (commit) via ec8758aab509fb9794a302a2822ed5b06815a505 (commit) via dae5b8d1a4deaece706647ce578c9500b9ec907c (commit) via f6b936d50c6c46c2e427ae60a109a65522f66763 (commit) via 40a24e1eed3cab1915e6c5de5386b03eb350b6c7 (commit) via ddbeb04faae474e28c10fde6acde454a7794ce90 (commit) via a6afd8d1e46e383a147ff746336ab2685b1ff0f3 (commit) via 48242d4a03ce79429021fe60415c6713a05608e5 (commit) via 4aadbdbc6d22c0f50cd461d15f08995cb2075418 (commit) via 4409a1a6a2e41a30312e10726c5f9d7c84ef3a5a (commit) via f820f3f32349d1a8d0beb7b191c47d946171d624 (commit) via bdd27cdfe218c420f4ad2dbf58b643395c0ad6e6 (commit) via 38d48ad7c3ad32a0c4a567ed78631b0a717c1d58 (commit) via 9f2189d0c5df94d2bea41c0fda894fcb0b76682d (commit) via b38a3126e1529829fe18c1c74992152d830bf6d3 (commit) via 8297a2d424a964c6ebc8f2878d931312a2836052 (commit) via c4904214079462397317f714fe89c581daa981ce (commit) via 7f48829c50c437b5917e8318b505f0cf86a751a9 (commit) via 6fd6c024a443667a91e23e3821511c368f7463d4 (commit) via 2880e76e8f18c3f692545986e5cdfa7da9d98350 (commit) via 8c130eede386bd2c5aa06cb3a2798900c0a821ed (commit) via 815a6b62bd4ce34ea791ca795a62227c462d53ed (commit) via ae06a83cf07e8cafa2dfc704c6231095cc5adf1e (commit) from 7b1a091a80c8b3f5f7c18889fd0712eb6d3add7f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f063dad5f208fd02dc8a58835086f8b1714aa1ac Merge: 88eaa19 11caedb Author: Jared Camins-Esakov Date: Sun Apr 7 13:34:15 2013 -0400 Merge branch 'bug_7853' into 3.12-master ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 10 +- C4/Items.pm | 12 +- acqui/basketgroup.pl | 1 + .../intranet-tmpl/prog/en/css/right-to-left.css | 475 ++++++++++++++++++++ .../prog/en/includes/doc-head-close.inc | 3 + .../intranet-tmpl/prog/en/includes/help-top.inc | 3 + .../prog/en/modules/admin/preferences.tt | 3 + .../prog/en/modules/authorities/authorities.tt | 3 + .../prog/en/modules/cataloguing/addbiblio.tt | 3 + .../prog/en/modules/cataloguing/additem.tt | 3 + .../prog/en/modules/circ/reserveratios.tt | 24 +- .../prog/en/modules/help/cataloguing/addbiblio.tt | 2 +- .../prog/en/modules/help/cataloguing/addbooks.tt | 2 +- .../prog/en/modules/help/cataloguing/additem.tt | 2 +- .../prog/en/modules/help/cataloguing/linkitem.tt | 2 +- .../prog/en/modules/help/cataloguing/merge.tt | 2 +- .../prog/en/modules/help/cataloguing/moveitem.tt | 2 +- .../prog/en/modules/help/circ/billing.tt | 8 - .../prog/en/modules/help/circ/branchoverdues.tt | 4 +- .../prog/en/modules/help/circ/branchtransfers.tt | 2 +- .../prog/en/modules/help/circ/circulation-home.tt | 2 +- .../prog/en/modules/help/circ/circulation.tt | 4 +- .../prog/en/modules/help/circ/overdue.tt | 2 +- .../prog/en/modules/help/circ/pendingreserves.tt | 4 +- .../prog/en/modules/help/circ/reserveratios.tt | 4 +- .../prog/en/modules/help/circ/returns.tt | 25 +- .../en/modules/help/circ/selectbranchprinter.tt | 4 +- .../en/modules/help/circ/transferstoreceive.tt | 4 +- .../prog/en/modules/help/circ/view_holdsqueue.tt | 4 +- .../prog/en/modules/help/circ/waitingreserves.tt | 6 +- .../prog/en/modules/help/offline_circ/list.tt | 8 +- .../en/modules/help/offline_circ/process_koc.tt | 18 +- .../prog/en/modules/help/plugins/plugins-home.tt | 11 + .../prog/en/modules/help/plugins/plugins-upload.tt | 11 + .../en/modules/help/reports/acquisitions_stats.tt | 4 +- .../prog/en/modules/help/reports/bor_issues_top.tt | 4 +- .../prog/en/modules/help/reports/borrowers_out.tt | 4 +- .../en/modules/help/reports/borrowers_stats.tt | 4 +- .../prog/en/modules/help/reports/cat_issues_top.tt | 4 +- .../prog/en/modules/help/reports/catalogue_out.tt | 4 +- .../en/modules/help/reports/catalogue_stats.tt | 4 +- .../prog/en/modules/help/reports/dictionary.tt | 4 +- .../prog/en/modules/help/reports/guided_reports.tt | 204 ++++++--- .../en/modules/help/reports/issues_avg_stats.tt | 4 +- .../prog/en/modules/help/reports/issues_stats.tt | 4 +- .../prog/en/modules/help/reports/itemslost.tt | 4 +- .../prog/en/modules/help/reports/manager.tt | 4 +- .../prog/en/modules/help/reports/reports-home.tt | 2 +- .../prog/en/modules/help/reports/reserves_stats.tt | 4 +- .../prog/en/modules/help/reports/serials_stats.tt | 4 +- .../en/modules/help/serials/checkexpiration.tt | 2 +- .../prog/en/modules/help/serials/claims.tt | 2 +- .../prog/en/modules/help/serials/routing.tt | 4 +- .../en/modules/help/serials/serials-collection.tt | 2 +- .../prog/en/modules/help/serials/serials-edit.tt | 2 +- .../prog/en/modules/help/serials/serials-home.tt | 2 +- .../en/modules/help/serials/subscription-add.tt | 2 +- .../en/modules/help/serials/subscription-detail.tt | 2 +- .../prog/en/modules/help/suggestion/suggestion.tt | 8 +- .../prog/en/modules/help/tools/batchMod.tt | 4 +- .../prog/en/modules/help/tools/cleanborrowers.tt | 11 +- .../prog/en/modules/help/tools/csv-profiles.tt | 4 +- .../prog/en/modules/help/tools/export.tt | 4 +- .../prog/en/modules/help/tools/holidays.tt | 8 +- .../prog/en/modules/help/tools/import_borrowers.tt | 4 +- .../prog/en/modules/help/tools/inventory.tt | 2 +- .../prog/en/modules/help/tools/koha-news.tt | 2 +- .../prog/en/modules/help/tools/letter.tt | 10 +- .../en/modules/help/tools/manage-marc-import.tt | 2 +- .../prog/en/modules/help/tools/modborrowers.tt | 2 +- .../prog/en/modules/help/tools/overduerules.tt | 2 +- .../prog/en/modules/help/tools/picture-upload.tt | 4 +- .../prog/en/modules/help/tools/quotes-upload.tt | 4 +- .../prog/en/modules/help/tools/quotes.tt | 4 +- .../prog/en/modules/help/tools/scheduler.tt | 4 +- .../en/modules/help/tools/stage-marc-import.tt | 14 +- .../prog/en/modules/help/tools/tools-home.tt | 2 +- .../en/modules/help/tools/upload-cover-image.tt | 4 +- .../prog/en/modules/help/tools/viewlog.tt | 4 +- .../prog/en/modules/labels/label-home.tt | 3 + .../prog/en/modules/members/member-flags.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 8 + koha-tmpl/opac-tmpl/prog/en/css/right-to-left.css | 237 ++++++++++ .../opac-tmpl/prog/en/includes/doc-head-close.inc | 3 + .../opac-tmpl/prog/en/includes/opac-bottom.inc | 8 +- .../prog/en/modules/opac-addbybiblionumber.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 3 + koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tt | 2 +- opac/maintenance.pl | 15 +- opac/opac-search.pl | 6 +- 90 files changed, 1122 insertions(+), 223 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/billing.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-home.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt create mode 100644 koha-tmpl/opac-tmpl/prog/en/css/right-to-left.css hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 19:29:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 17:29:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-190-gf063dad Message-ID: This is an automated email from the git hooks/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 f063dad5f208fd02dc8a58835086f8b1714aa1ac (commit) via 11caedbf1906dedd5a5c2692a2098d157f4fe380 (commit) via 88eaa19bf0fd907e35adb606304e8cd042a42751 (commit) via ec8758aab509fb9794a302a2822ed5b06815a505 (commit) via dae5b8d1a4deaece706647ce578c9500b9ec907c (commit) via f6b936d50c6c46c2e427ae60a109a65522f66763 (commit) via 40a24e1eed3cab1915e6c5de5386b03eb350b6c7 (commit) via ddbeb04faae474e28c10fde6acde454a7794ce90 (commit) via a6afd8d1e46e383a147ff746336ab2685b1ff0f3 (commit) via 48242d4a03ce79429021fe60415c6713a05608e5 (commit) via 4aadbdbc6d22c0f50cd461d15f08995cb2075418 (commit) via 4409a1a6a2e41a30312e10726c5f9d7c84ef3a5a (commit) via f820f3f32349d1a8d0beb7b191c47d946171d624 (commit) via bdd27cdfe218c420f4ad2dbf58b643395c0ad6e6 (commit) via 38d48ad7c3ad32a0c4a567ed78631b0a717c1d58 (commit) via 9f2189d0c5df94d2bea41c0fda894fcb0b76682d (commit) via b38a3126e1529829fe18c1c74992152d830bf6d3 (commit) via 8297a2d424a964c6ebc8f2878d931312a2836052 (commit) via c4904214079462397317f714fe89c581daa981ce (commit) via 7f48829c50c437b5917e8318b505f0cf86a751a9 (commit) via 6fd6c024a443667a91e23e3821511c368f7463d4 (commit) via 2880e76e8f18c3f692545986e5cdfa7da9d98350 (commit) via 8c130eede386bd2c5aa06cb3a2798900c0a821ed (commit) via 815a6b62bd4ce34ea791ca795a62227c462d53ed (commit) via ae06a83cf07e8cafa2dfc704c6231095cc5adf1e (commit) from 7b1a091a80c8b3f5f7c18889fd0712eb6d3add7f (commit) Those revisions listed 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/Acquisition.pm | 10 +- C4/Items.pm | 12 +- acqui/basketgroup.pl | 1 + .../intranet-tmpl/prog/en/css/right-to-left.css | 475 ++++++++++++++++++++ .../prog/en/includes/doc-head-close.inc | 3 + .../intranet-tmpl/prog/en/includes/help-top.inc | 3 + .../prog/en/modules/admin/preferences.tt | 3 + .../prog/en/modules/authorities/authorities.tt | 3 + .../prog/en/modules/cataloguing/addbiblio.tt | 3 + .../prog/en/modules/cataloguing/additem.tt | 3 + .../prog/en/modules/circ/reserveratios.tt | 24 +- .../prog/en/modules/help/cataloguing/addbiblio.tt | 2 +- .../prog/en/modules/help/cataloguing/addbooks.tt | 2 +- .../prog/en/modules/help/cataloguing/additem.tt | 2 +- .../prog/en/modules/help/cataloguing/linkitem.tt | 2 +- .../prog/en/modules/help/cataloguing/merge.tt | 2 +- .../prog/en/modules/help/cataloguing/moveitem.tt | 2 +- .../prog/en/modules/help/circ/billing.tt | 8 - .../prog/en/modules/help/circ/branchoverdues.tt | 4 +- .../prog/en/modules/help/circ/branchtransfers.tt | 2 +- .../prog/en/modules/help/circ/circulation-home.tt | 2 +- .../prog/en/modules/help/circ/circulation.tt | 4 +- .../prog/en/modules/help/circ/overdue.tt | 2 +- .../prog/en/modules/help/circ/pendingreserves.tt | 4 +- .../prog/en/modules/help/circ/reserveratios.tt | 4 +- .../prog/en/modules/help/circ/returns.tt | 25 +- .../en/modules/help/circ/selectbranchprinter.tt | 4 +- .../en/modules/help/circ/transferstoreceive.tt | 4 +- .../prog/en/modules/help/circ/view_holdsqueue.tt | 4 +- .../prog/en/modules/help/circ/waitingreserves.tt | 6 +- .../prog/en/modules/help/offline_circ/list.tt | 8 +- .../en/modules/help/offline_circ/process_koc.tt | 18 +- .../prog/en/modules/help/plugins/plugins-home.tt | 11 + .../prog/en/modules/help/plugins/plugins-upload.tt | 11 + .../en/modules/help/reports/acquisitions_stats.tt | 4 +- .../prog/en/modules/help/reports/bor_issues_top.tt | 4 +- .../prog/en/modules/help/reports/borrowers_out.tt | 4 +- .../en/modules/help/reports/borrowers_stats.tt | 4 +- .../prog/en/modules/help/reports/cat_issues_top.tt | 4 +- .../prog/en/modules/help/reports/catalogue_out.tt | 4 +- .../en/modules/help/reports/catalogue_stats.tt | 4 +- .../prog/en/modules/help/reports/dictionary.tt | 4 +- .../prog/en/modules/help/reports/guided_reports.tt | 204 ++++++--- .../en/modules/help/reports/issues_avg_stats.tt | 4 +- .../prog/en/modules/help/reports/issues_stats.tt | 4 +- .../prog/en/modules/help/reports/itemslost.tt | 4 +- .../prog/en/modules/help/reports/manager.tt | 4 +- .../prog/en/modules/help/reports/reports-home.tt | 2 +- .../prog/en/modules/help/reports/reserves_stats.tt | 4 +- .../prog/en/modules/help/reports/serials_stats.tt | 4 +- .../en/modules/help/serials/checkexpiration.tt | 2 +- .../prog/en/modules/help/serials/claims.tt | 2 +- .../prog/en/modules/help/serials/routing.tt | 4 +- .../en/modules/help/serials/serials-collection.tt | 2 +- .../prog/en/modules/help/serials/serials-edit.tt | 2 +- .../prog/en/modules/help/serials/serials-home.tt | 2 +- .../en/modules/help/serials/subscription-add.tt | 2 +- .../en/modules/help/serials/subscription-detail.tt | 2 +- .../prog/en/modules/help/suggestion/suggestion.tt | 8 +- .../prog/en/modules/help/tools/batchMod.tt | 4 +- .../prog/en/modules/help/tools/cleanborrowers.tt | 11 +- .../prog/en/modules/help/tools/csv-profiles.tt | 4 +- .../prog/en/modules/help/tools/export.tt | 4 +- .../prog/en/modules/help/tools/holidays.tt | 8 +- .../prog/en/modules/help/tools/import_borrowers.tt | 4 +- .../prog/en/modules/help/tools/inventory.tt | 2 +- .../prog/en/modules/help/tools/koha-news.tt | 2 +- .../prog/en/modules/help/tools/letter.tt | 10 +- .../en/modules/help/tools/manage-marc-import.tt | 2 +- .../prog/en/modules/help/tools/modborrowers.tt | 2 +- .../prog/en/modules/help/tools/overduerules.tt | 2 +- .../prog/en/modules/help/tools/picture-upload.tt | 4 +- .../prog/en/modules/help/tools/quotes-upload.tt | 4 +- .../prog/en/modules/help/tools/quotes.tt | 4 +- .../prog/en/modules/help/tools/scheduler.tt | 4 +- .../en/modules/help/tools/stage-marc-import.tt | 14 +- .../prog/en/modules/help/tools/tools-home.tt | 2 +- .../en/modules/help/tools/upload-cover-image.tt | 4 +- .../prog/en/modules/help/tools/viewlog.tt | 4 +- .../prog/en/modules/labels/label-home.tt | 3 + .../prog/en/modules/members/member-flags.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 8 + koha-tmpl/opac-tmpl/prog/en/css/right-to-left.css | 237 ++++++++++ .../opac-tmpl/prog/en/includes/doc-head-close.inc | 3 + .../opac-tmpl/prog/en/includes/opac-bottom.inc | 8 +- .../prog/en/modules/opac-addbybiblionumber.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 3 + koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tt | 2 +- opac/maintenance.pl | 15 +- opac/opac-search.pl | 6 +- 90 files changed, 1122 insertions(+), 223 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/circ/billing.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-home.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/plugins/plugins-upload.tt create mode 100644 koha-tmpl/opac-tmpl/prog/en/css/right-to-left.css hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 19:32:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 17:32:55 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8200 created. v3.12.00-beta1-192-g0454377 Message-ID: This is an automated email from the git hooks/post-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_8200 has been created at 045437738017b8599c144cf0d0397f663ecb522a (commit) - Log ----------------------------------------------------------------- commit 045437738017b8599c144cf0d0397f663ecb522a Author: Katrin Fischer Date: Sun Apr 7 14:15:14 2013 +0200 Bug 8200: Follow up - Removing unused file stats.pl Patch removes misc/translator/stats.pl that is no longer used and references deleted script update.pl in same directory. Signed-off-by: Jared Camins-Esakov commit 3e72ec4acc9ffe44a24371f869ba4038a72c60b4 Author: Chris Cormack Date: Sun Mar 24 19:08:11 2013 +1300 Bug 8200 - removing misc/translator/update.pl - deprecated file Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer Patch removes unused file. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 19:39:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 17:39:22 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9812 created. v3.12.00-beta1-194-g83cf63f Message-ID: This is an automated email from the git hooks/post-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_9812 has been created at 83cf63f7a8c3bcb972afcb3c0dbed6cad8ba19c5 (commit) - Log ----------------------------------------------------------------- commit 83cf63f7a8c3bcb972afcb3c0dbed6cad8ba19c5 Author: Tomas Cohen Arazi Date: Wed Mar 13 14:24:20 2013 -0300 Bug 9812 - Forbid access to several files through the browser This patch hides (-Indexes) and forbids (Deny from all) access to some stuff through a browser. Specifically "xlst", "modules" and "includes" dirs and its contents. This is just a quick fix we talked about at IRC. The proper solution would be to remove this from htdocs which will still be needed. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov I do not have an installation that uses Apache at this point, but the changes look correct and this was signed off and QAed by Chris and Jonathan, both of whom have Apache installations. commit c007557f24d6deff086f4c024f4a5c3dc25d721a Merge: f063dad 0454377 Author: Jared Camins-Esakov Date: Sun Apr 7 13:38:10 2013 -0400 Merge branch 'bug_8200' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 19:43:50 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 17:43:50 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9381 created. v3.12.00-beta1-199-gd890977 Message-ID: This is an automated email from the git hooks/post-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_9381 has been created at d890977603d9db597025bbec9b419341def7c720 (commit) - Log ----------------------------------------------------------------- commit d890977603d9db597025bbec9b419341def7c720 Author: Jared Camins-Esakov Date: Sun Apr 7 13:48:46 2013 -0400 Bug 9381: Increment version number Database update for bug 9381 has been given version 3.11.00.202 commit e2651e15d54b7a00869f6c713b7170a215885703 Author: Bernardo Gonzalez Kriegel Date: Sat Feb 16 12:43:31 2013 -0300 Followup 2 - Bug 9381 - Add Catalan language Sorry, this followup fulfills K. Fischer request to base de-DE file in english one. The differences are small corrections and added languages. Signed-off-by: Chris Cormack Rebased to master Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit ce1ca0a1dc0f9a88268efad4a9ba2f60152e87b4 Author: Bernardo Gonzalez Kriegel Date: Sat Feb 16 12:28:05 2013 -0300 Followup Bug 9381 - Add Catalan language This followup adds Catalan language into languages other than english. Signed-off-by: Chris Cormack Rebased to master Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit ae4881a5b65be6ef7881aed0d4f234993da99857 Author: Bernardo Gonzalez Kriegel Date: Sat Jan 12 23:23:33 2013 -0300 Bug 9381: Add Catalan language Simply add catalan language. No translation yet, so can't be really tested. But it will come soon. Until then, to test: 1) cp misc/translator/po/es-ES* to ca-ES* 2) do perl translate install ca-ES, 3) apply the patch 4) run updatedatabase.pl 5) enable language and display on system preferences. 6) check labels Signed-off-by: Chris Cormack Rebased to current master Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit 761c6213f4d813e7eef00781867521dc1faabead Merge: c007557 83cf63f Author: Jared Camins-Esakov Date: Sun Apr 7 13:44:37 2013 -0400 Merge branch 'bug_9812' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 19:44:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 17:44:16 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-200-g88f2dd7 Message-ID: This is an automated email from the git hooks/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 88f2dd765f3c992d32083f5d9dd4a94c20d0219f (commit) via d890977603d9db597025bbec9b419341def7c720 (commit) via e2651e15d54b7a00869f6c713b7170a215885703 (commit) via ce1ca0a1dc0f9a88268efad4a9ba2f60152e87b4 (commit) via ae4881a5b65be6ef7881aed0d4f234993da99857 (commit) via 761c6213f4d813e7eef00781867521dc1faabead (commit) via 83cf63f7a8c3bcb972afcb3c0dbed6cad8ba19c5 (commit) via c007557f24d6deff086f4c024f4a5c3dc25d721a (commit) via 045437738017b8599c144cf0d0397f663ecb522a (commit) via 3e72ec4acc9ffe44a24371f869ba4038a72c60b4 (commit) from f063dad5f208fd02dc8a58835086f8b1714aa1ac (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 88f2dd765f3c992d32083f5d9dd4a94c20d0219f Merge: 761c621 d890977 Author: Jared Camins-Esakov Date: Sun Apr 7 13:49:09 2013 -0400 Merge branch 'bug_9381' into 3.12-master ----------------------------------------------------------------------- Summary of changes: etc/koha-httpd.conf | 20 +++ .../data/mysql/de-DE/mandatory/subtag_registry.sql | 171 ++++++++++++++++++- .../data/mysql/en/mandatory/subtag_registry.sql | 22 +++ .../data/mysql/es-ES/mandatory/subtag_registry.sql | 22 +++ .../mysql/fr-FR/1-Obligatoire/subtag_registry.sql | 22 +++ .../data/mysql/it-IT/necessari/subtag_registry.sql | 22 +++ .../mysql/nb-NO/1-Obligatorisk/subtag_registry.sql | 22 +++ .../data/mysql/pl-PL/mandatory/subtag_registry.sql | 22 +++ .../data/mysql/ru-RU/mandatory/subtag_registry.sql | 22 +++ .../data/mysql/uk-UA/mandatory/subtag_registry.sql | 22 +++ installer/data/mysql/updatedatabase.pl | 14 ++ kohaversion.pl | 2 +- misc/translator/stats.pl | 124 -------------- misc/translator/update.pl | 52 ------ 14 files changed, 373 insertions(+), 186 deletions(-) delete mode 100755 misc/translator/stats.pl delete mode 100755 misc/translator/update.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 7 19:44:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 07 Apr 2013 17:44:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-200-g88f2dd7 Message-ID: This is an automated email from the git hooks/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 88f2dd765f3c992d32083f5d9dd4a94c20d0219f (commit) via d890977603d9db597025bbec9b419341def7c720 (commit) via e2651e15d54b7a00869f6c713b7170a215885703 (commit) via ce1ca0a1dc0f9a88268efad4a9ba2f60152e87b4 (commit) via ae4881a5b65be6ef7881aed0d4f234993da99857 (commit) via 761c6213f4d813e7eef00781867521dc1faabead (commit) via 83cf63f7a8c3bcb972afcb3c0dbed6cad8ba19c5 (commit) via c007557f24d6deff086f4c024f4a5c3dc25d721a (commit) via 045437738017b8599c144cf0d0397f663ecb522a (commit) via 3e72ec4acc9ffe44a24371f869ba4038a72c60b4 (commit) from f063dad5f208fd02dc8a58835086f8b1714aa1ac (commit) Those revisions listed 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: etc/koha-httpd.conf | 20 +++ .../data/mysql/de-DE/mandatory/subtag_registry.sql | 171 ++++++++++++++++++- .../data/mysql/en/mandatory/subtag_registry.sql | 22 +++ .../data/mysql/es-ES/mandatory/subtag_registry.sql | 22 +++ .../mysql/fr-FR/1-Obligatoire/subtag_registry.sql | 22 +++ .../data/mysql/it-IT/necessari/subtag_registry.sql | 22 +++ .../mysql/nb-NO/1-Obligatorisk/subtag_registry.sql | 22 +++ .../data/mysql/pl-PL/mandatory/subtag_registry.sql | 22 +++ .../data/mysql/ru-RU/mandatory/subtag_registry.sql | 22 +++ .../data/mysql/uk-UA/mandatory/subtag_registry.sql | 22 +++ installer/data/mysql/updatedatabase.pl | 14 ++ kohaversion.pl | 2 +- misc/translator/stats.pl | 124 -------------- misc/translator/update.pl | 52 ------ 14 files changed, 373 insertions(+), 186 deletions(-) delete mode 100755 misc/translator/stats.pl delete mode 100755 misc/translator/update.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 8 05:10:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Apr 2013 03:10:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8770 created. v3.12.00-beta1-201-g93f6053 Message-ID: This is an automated email from the git hooks/post-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_8770 has been created at 93f60536947c06c325ec010c5e6dd6c9dd24ca79 (commit) - Log ----------------------------------------------------------------- commit 93f60536947c06c325ec010c5e6dd6c9dd24ca79 Author: Kyle M Hall Date: Wed Apr 3 13:05:52 2013 -0400 Bug 8770 - amount does not equal amountoutstanding on a fine with no payments or credits If a lost item fee is owed and partially paid off when an item is returned and a refund is processed, Koha tries to pay off existing fees before adding any leftover balance as a credit on the account. However, those fee payments aren't actually processed, due to a bug where the accountnumber was quoted as a string literal, and thus the for the fee payment would fail. This did not result in an DB error, as the query was still valid SQL. Checking the return value of the query would have revealed that the accountline had not been updated. History: This bug was introduced on April 23, 2007 with the commit 'reintroducing fixaccountforlostandreturned as requested by rosalie'. Commit id 111d590e9cdaf801256822e23f170bfc2365338f On July 30, 2009 the error was flagged with a FIXME and remained in that state until now. Commit id 51e8fc2cb6a0cf79f19206c822a4361aeca6f63f Test plan: 1) Create a test patron 2) Check out an item to that patron and give it a due date in the past 3) Run fines.pl to generate the fine for the item 4) Mark the item long overdue on the item tab (not in edit items) 5) Pay for the lost item 6) Check the item back in 7) Note the incorrect fines. Only the lost fee balance due is refunded, not the entire lost fee, but no other fees are paid off. 8) Apply the patch 9) Repeat steps 1-6, then not the fines are paid correctly Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Totel due is correct after applying the patch. All tests and QA script pass. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 8 05:11:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Apr 2013 03:11:46 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-202-g596f7a7 Message-ID: This is an automated email from the git hooks/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 596f7a740eb7bb37cd727181f2b6894fefbacf9d (commit) via 93f60536947c06c325ec010c5e6dd6c9dd24ca79 (commit) from 88f2dd765f3c992d32083f5d9dd4a94c20d0219f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 596f7a740eb7bb37cd727181f2b6894fefbacf9d Merge: 88f2dd7 93f6053 Author: Galen Charlton Date: Sun Apr 7 20:16:51 2013 -0700 Merge remote branch 'origin/new/bug_8770' ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 8 13:55:36 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 08 Apr 2013 11:55:36 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-201-gf1af1db Message-ID: This is an automated email from the git hooks/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 f1af1db21d61972f0e6a7b0c5ebd6630569a827d (commit) from 88f2dd765f3c992d32083f5d9dd4a94c20d0219f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f1af1db21d61972f0e6a7b0c5ebd6630569a827d Author: Kyle M Hall Date: Wed Apr 3 13:05:52 2013 -0400 Bug 8770 - amount does not equal amountoutstanding on a fine with no payments or credits If a lost item fee is owed and partially paid off when an item is returned and a refund is processed, Koha tries to pay off existing fees before adding any leftover balance as a credit on the account. However, those fee payments aren't actually processed, due to a bug where the accountnumber was quoted as a string literal, and thus the for the fee payment would fail. This did not result in an DB error, as the query was still valid SQL. Checking the return value of the query would have revealed that the accountline had not been updated. History: This bug was introduced on April 23, 2007 with the commit 'reintroducing fixaccountforlostandreturned as requested by rosalie'. Commit id 111d590e9cdaf801256822e23f170bfc2365338f On July 30, 2009 the error was flagged with a FIXME and remained in that state until now. Commit id 51e8fc2cb6a0cf79f19206c822a4361aeca6f63f Test plan: 1) Create a test patron 2) Check out an item to that patron and give it a due date in the past 3) Run fines.pl to generate the fine for the item 4) Mark the item long overdue on the item tab (not in edit items) 5) Pay for the lost item 6) Check the item back in 7) Note the incorrect fines. Only the lost fee balance due is refunded, not the entire lost fee, but no other fees are paid off. 8) Apply the patch 9) Repeat steps 1-6, then not the fines are paid correctly Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Totel due is correct after applying the patch. All tests and QA script pass. Signed-off-by: Galen Charlton ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 14 08:03:50 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Apr 2013 06:03:50 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-37-g24192c7 Message-ID: This is an automated email from the git hooks/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 24192c7ffa36718010c19a5fece42d768f5b3967 (commit) via 3d8fa78080b28a71387b1e8657a45283729a21ff (commit) via 35feba5354da90038912ef432a81b79556887550 (commit) from 1cbe4a939915ccbbfcab9d68459898f4bec7d2bb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 24192c7ffa36718010c19a5fece42d768f5b3967 Merge: 3d8fa78 1cbe4a9 Author: Chris Cormack Date: Sun Apr 14 18:09:21 2013 +1200 Merge remote-tracking branch 'kc/3.8.x' into 3.8.x commit 3d8fa78080b28a71387b1e8657a45283729a21ff Author: David Cook Date: Fri Feb 8 13:49:16 2013 +1100 Bug 9571 - Fix width for textareas in Edit Item screen This patch adds a style for textareas on the Edit Item screen of addbiblio.pl so that they are roughly the same length as the other input elements around it on the page. To test: Before applying patch... 1) Create a new item for any biblio with a URL (subfield u) of over 100 characters (you can use www.lettercount.com to count the number of characters in your URL). 2) In any browser (I've already looked at IE, Firefox, and Chrome on Windows), edit the item (either by clicking "Edit Items" from the Normal view of the bib record then clicking "Edit" next to the applicable item, or clicking on the "Items" view in the bib record and clicking "Edit item" next to the relevant item). 3) Notice that the textarea for the url is absolutely tiny. Difficult to read and difficult to interact with. Apply patch. 1) Notice that the textarea is roughly the same size as the other input elements on the page. Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 35feba5354da90038912ef432a81b79556887550 Author: Owen Leonard Date: Fri Feb 8 11:21:11 2013 -0500 Bug 9571 [Alternate] Fix width for textareas in Edit Item screen This alternative patch modifies the script where the input markup is built and adds an alternative configuration for textareas. This gives the textareas explicit "cols" and "rows" attributes. I think this solution is preferable to a style fix because it solves the bug while eliminating some invalid markup (no "size" or "maxlength" attributes on textareas, which are invalid without explicit dimensions). To test, add a nice big chunk of text to an existing item's item field like "Public note" (952$z), save, and edit again. The field should now be displayed in a more comfortably-sized textarea. Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: cataloguing/additem.pl | 3 ++- koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 14 08:11:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Apr 2013 06:11:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-38-g424652b Message-ID: This is an automated email from the git hooks/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 424652b70022e069fb904c1bcd35b6201d04498b (commit) from 24192c7ffa36718010c19a5fece42d768f5b3967 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 424652b70022e069fb904c1bcd35b6201d04498b Author: Adrien Saurat Date: Mon Mar 18 17:41:42 2013 +0100 Bug 9838: fix on 04patron_status.t Some patron infos were hard coded instead of using the variables defined in SIPtest.pm Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/SIP/t/04patron_status.t | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 14 09:43:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Apr 2013 07:43:40 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-41-gfed0865 Message-ID: This is an automated email from the git hooks/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 fed08650e436965f8ba363287c335c434f24cddf (commit) via 61e355c0dc2f1a3f578a4d4f77ad70bc220e3ffe (commit) via 81ed3cf7b3b29040b093e377311c536d1933a542 (commit) from 424652b70022e069fb904c1bcd35b6201d04498b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit fed08650e436965f8ba363287c335c434f24cddf Author: Chris Nighswonger Date: Tue Apr 2 10:05:46 2013 -0400 Bug 9535 - Patron card creator "Remove duplicates" function doesn't work This bug was due to a difference in field names used in the item data for items versus patrons. This patch adds a ternary to discern between the two. To test: Before applying patch: 1. Create a batch of patroncards with one duplicate. 2. Run the de-duplication on the batch. 3. Note that all patrons beyond the first in the batch are now deleted. After applying patch: 4. Repeat steps 1-2. 5. Note that only the duplicate patron is removed. Signed-off-by: Chris Nighswonger Signed-off-by: Owen Leonard Tested successfully with both patron card batches and label batches. Signed-off-by: Jonathan Druart Add indentation for readability Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 61e355c0dc2f1a3f578a4d4f77ad70bc220e3ffe Author: Fridolyn SOMERS Date: Thu Mar 28 15:52:13 2013 +0100 Bug 9947 - Creating item for received serial prefills enumchron subfield In serial receiving : When creating an item for an issue, a javascript prefilles the $h subfield with issue number. This is for MARC21, in UNIMARC serial number is on $v. This patch replaces hard-coded value with the subfield mapped with "items.enumchron". Test plan : - Set "Koha to MARC mapping" of "items.enumchron" on a subfield other than $h, ie $z - Go to a serial subscription detail with "Serial receipt creates an item record" - Click on "Receive" - On an issue, click on "Click to add item" => Check that issue number is copied into selected subfield, ie $z You may test that with no mapping of "items.enumchron" there is no javascript error Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Nice catch! Works as advertised. All tests pass after fixing tabulation characters in serials-edit.tt. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 81ed3cf7b3b29040b093e377311c536d1933a542 Author: Marcel de Rooy Date: Wed Feb 13 14:45:15 2013 +0100 Bug 9609: Rebuilding zebra reports double number of exported records. Test plan: Clear the zebra queue (run rebuild). Update one biblio. Rebuild zebra (again) with -z. Check zebra log: note 2 exported records. Now apply patch, and repeat: You will see 1 exported record. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Creators/Batch.pm | 6 +++++- .../prog/en/modules/serials/serials-edit.tt | 14 +++++++------- misc/migration_tools/rebuild_zebra.pl | 1 - 3 files changed, 12 insertions(+), 9 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 14 09:43:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 14 Apr 2013 07:43:55 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.04-62-gb4fc298 Message-ID: This is an automated email from the git hooks/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 b4fc298a0979b4d3874910c2f4de0d2634bf1188 (commit) via c3cf2fc2b9ec6bd01025907968d12a2a8f451cab (commit) via b716f1286118f01eb781864a30a3ceff92047d86 (commit) via e51cfb77e0fe07a77fdb313d1fd5afeb96d447c6 (commit) via 5cf115dbe24d303a766a1a52b373d8112e14b0f9 (commit) via a52600d3c7cef219fbdb487f58fdbb6c4793ca4a (commit) via 8dbf465127ac405f513dafac046c46965d1ab689 (commit) via 82fb85d2a7c7c2cf7fbc322d0361159d07b2b056 (commit) from 60ba64a9e5a1ae29f752016732ec28f3b8514c81 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b4fc298a0979b4d3874910c2f4de0d2634bf1188 Author: Fridolyn SOMERS Date: Fri Feb 22 10:14:15 2013 +0100 Bug 7449: billingplace and freedeliveryplace not saved when creating a new basketgroup billingplace and freedeliveryplace are missing in C4::Acquisition::NewBasketgroup. Test plan : - Go to a vendor basket groups - Create a new basket group - Enter a name - Choose a billing place - Do not choose a delivery place in combobox but enter a text in delivery place textarea - Enter a comment - Save - Edit created basket group => Check that billing place and free delivery place are ok Signed-off-by: Mathieu Saby Signed-off-by: Katrin Fischer Works according to test plan, delivery place is now correctly saved into the databas and was before lost. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit c3cf2fc2b9ec6bd01025907968d12a2a8f451cab Author: Chris Nighswonger Date: Tue Apr 2 10:05:46 2013 -0400 Bug 9535 - Patron card creator "Remove duplicates" function doesn't work This bug was due to a difference in field names used in the item data for items versus patrons. This patch adds a ternary to discern between the two. To test: Before applying patch: 1. Create a batch of patroncards with one duplicate. 2. Run the de-duplication on the batch. 3. Note that all patrons beyond the first in the batch are now deleted. After applying patch: 4. Repeat steps 1-2. 5. Note that only the duplicate patron is removed. Signed-off-by: Chris Nighswonger Signed-off-by: Owen Leonard Tested successfully with both patron card batches and label batches. Signed-off-by: Jonathan Druart Add indentation for readability Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit b716f1286118f01eb781864a30a3ceff92047d86 Author: Fridolyn SOMERS Date: Thu Mar 28 15:52:13 2013 +0100 Bug 9947 - Creating item for received serial prefills enumchron subfield In serial receiving : When creating an item for an issue, a javascript prefilles the $h subfield with issue number. This is for MARC21, in UNIMARC serial number is on $v. This patch replaces hard-coded value with the subfield mapped with "items.enumchron". Test plan : - Set "Koha to MARC mapping" of "items.enumchron" on a subfield other than $h, ie $z - Go to a serial subscription detail with "Serial receipt creates an item record" - Click on "Receive" - On an issue, click on "Click to add item" => Check that issue number is copied into selected subfield, ie $z You may test that with no mapping of "items.enumchron" there is no javascript error Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Nice catch! Works as advertised. All tests pass after fixing tabulation characters in serials-edit.tt. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit e51cfb77e0fe07a77fdb313d1fd5afeb96d447c6 Author: Marcel de Rooy Date: Wed Feb 13 14:45:15 2013 +0100 Bug 9609: Rebuilding zebra reports double number of exported records. Test plan: Clear the zebra queue (run rebuild). Update one biblio. Rebuild zebra (again) with -z. Check zebra log: note 2 exported records. Now apply patch, and repeat: You will see 1 exported record. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 5cf115dbe24d303a766a1a52b373d8112e14b0f9 Author: Adrien Saurat Date: Mon Mar 18 17:41:42 2013 +0100 Bug 9838: fix on 04patron_status.t Some patron infos were hard coded instead of using the variables defined in SIPtest.pm Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit a52600d3c7cef219fbdb487f58fdbb6c4793ca4a Author: David Cook Date: Fri Feb 8 13:49:16 2013 +1100 Bug 9571 - Fix width for textareas in Edit Item screen This patch adds a style for textareas on the Edit Item screen of addbiblio.pl so that they are roughly the same length as the other input elements around it on the page. To test: Before applying patch... 1) Create a new item for any biblio with a URL (subfield u) of over 100 characters (you can use www.lettercount.com to count the number of characters in your URL). 2) In any browser (I've already looked at IE, Firefox, and Chrome on Windows), edit the item (either by clicking "Edit Items" from the Normal view of the bib record then clicking "Edit" next to the applicable item, or clicking on the "Items" view in the bib record and clicking "Edit item" next to the relevant item). 3) Notice that the textarea for the url is absolutely tiny. Difficult to read and difficult to interact with. Apply patch. 1) Notice that the textarea is roughly the same size as the other input elements on the page. Signed-off-by: Kyle M Hall Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 8dbf465127ac405f513dafac046c46965d1ab689 Author: Owen Leonard Date: Fri Feb 8 11:21:11 2013 -0500 Bug 9571 [Alternate] Fix width for textareas in Edit Item screen This alternative patch modifies the script where the input markup is built and adds an alternative configuration for textareas. This gives the textareas explicit "cols" and "rows" attributes. I think this solution is preferable to a style fix because it solves the bug while eliminating some invalid markup (no "size" or "maxlength" attributes on textareas, which are invalid without explicit dimensions). To test, add a nice big chunk of text to an existing item's item field like "Public note" (952$z), save, and edit again. The field should now be displayed in a more comfortably-sized textarea. Signed-off-by: Kyle M Hall Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack commit 82fb85d2a7c7c2cf7fbc322d0361159d07b2b056 Author: Adrien Saurat Date: Fri Mar 29 11:51:38 2013 +0100 Bug 9952: translation of the "tab 0" in MARC detail The html code of 0 (0) is necessary for this tab to be correctly translated. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Fixes display in translated templates. Signed-off-by: Jared Camins-Esakov Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 10 ++++++++-- C4/Creators/Batch.pm | 6 +++++- C4/SIP/t/04patron_status.t | 8 ++++---- acqui/basketgroup.pl | 1 + cataloguing/additem.pl | 3 ++- koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css | 4 ++++ .../prog/en/modules/catalogue/MARCdetail.tt | 2 +- .../prog/en/modules/serials/serials-edit.tt | 14 +++++++------- misc/migration_tools/rebuild_zebra.pl | 1 - 9 files changed, 32 insertions(+), 17 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 15 14:26:08 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Apr 2013 12:26:08 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9933 created. v3.12.00-beta1-202-gf005b51 Message-ID: This is an automated email from the git hooks/post-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_9933 has been created at f005b515794cdae528ab2d4d697bf6041a60e0bf (commit) - Log ----------------------------------------------------------------- commit f005b515794cdae528ab2d4d697bf6041a60e0bf Author: Chris Cormack Date: Mon Apr 8 20:43:45 2013 +1200 Bug 9933: Unable to edit or add rules for any branch except default To test 1/ Select a branch in circ rules 2/ Edit or add a rule, note this change is made for default instead of the library you selected 3/ Apply the patch 4/ Try 1 and 2 again Signed-off-by: Mirko Tietgen Works as expected. 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 Mon Apr 15 14:33:07 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Apr 2013 12:33:07 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9591 created. v3.12.00-beta1-204-ga10aeb1 Message-ID: This is an automated email from the git hooks/post-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_9591 has been created at a10aeb1b0d1350109c295b1e5b18a738a33636b3 (commit) - Log ----------------------------------------------------------------- commit a10aeb1b0d1350109c295b1e5b18a738a33636b3 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: Jared Camins-Esakov commit 8993c94457e1bb0de4f2a06562d87bf300973715 Merge: f1af1db f005b51 Author: Jared Camins-Esakov Date: Mon Apr 15 08:31:44 2013 -0400 Merge branch 'bug_9933' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 15 14:44:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Apr 2013 12:44:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9986 created. v3.12.00-beta1-206-gaff9d00 Message-ID: This is an automated email from the git hooks/post-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_9986 has been created at aff9d00b71ed298db7b4d06390f5d3cb23765732 (commit) - Log ----------------------------------------------------------------- commit aff9d00b71ed298db7b4d06390f5d3cb23765732 Author: Marcel de Rooy Date: Wed Apr 3 16:36:25 2013 +0200 Bug 9986: Two fixes for Z3950 search Searching for stdid: Standard ID, srchany: RAW (any) somehow did not work anymore. Probably my fault :) Note that these two fields are in Cataloging Z3950 search and not in Acquisition. Fixing encoding problems: When adding -utf flag for CGI in acqui/z3950 and cataloging/z3950, the decoding statements in C4/Breeding, Z3950Search should be removed. Test plan: Search in Cataloging with: Standard ID: 9782358670043 on LOC RAW (any): musee [add an accent aigu on first e] on LOC -- Add diacritic!!! Search in Acquisition Somewhere, does not matter, but use a diacritic. A note: My git version still has a hard time with utf8. Need to upgrade to version 1.7.10 to resolve this.. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described. No errors Without patch z39.50 search for example Std ID OR musee gives no results, with patch there are. No problems in acq search. Signed-off-by: Katrin Fischer Good catch, passes all tests and QA script. Signed-off-by: Jared Camins-Esakov commit cb50e7679af82a1c7c435b204d6a4bf5d9bcd2dd Merge: 8993c94 a10aeb1 Author: Jared Camins-Esakov Date: Mon Apr 15 08:36:15 2013 -0400 Merge branch 'bug_9591' into 3.12-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 15 14:49:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Apr 2013 12:49:19 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9414 created. v3.12.00-beta1-212-g58f4244 Message-ID: This is an automated email from the git hooks/post-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_9414 has been created at 58f42441bc8135ba2e322a6c6904c103682bac48 (commit) - Log ----------------------------------------------------------------- commit 58f42441bc8135ba2e322a6c6904c103682bac48 Author: Magnus Enger Date: Mon Mar 18 15:42:03 2013 +0100 Bug 9414 - Fix sample letters for German and Norwegian Some letters were missing or not translated in the German and Norwegian data for the webinstaller. This patch adds them. German - RENEWAL (present, but not translated) - OPAC_REG_VERIFY (missing) Norwegian - RENEWAL (present, but not translated) - ISSUESLIP (missing) - ISSUEQSLIP (missing) - RESERVESLIP (missing) - TRANSFERSLIP (missing) - OPAC_REG_VERIFY (missing) To test: - Install Norwegian and German* translations - Run through the web installer in German, making sure that the sample letters are selected - Check that there are no errors in the web installer - Check /cgi-bin/koha/tools/letter.pl - that the letters look OK, and are translated - Repeat the process for Norwegian * = I had some problems with installing the German translations that are in master, but now I can't reproduce it. If you run into a problem where only some of the subdirectories of koha-tmpl/intranet-tmpl/prog/de-DE/modules/ are cerated, try downloading and installing the 3.10 .po files from Pootle. Signed-off-by: Chris Cormack Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov commit b5d5db766ad92a7f6e60cb2b1cefd6a6f4141c22 Merge: f0e01f5 aff9d00 Author: Jared Camins-Esakov Date: Mon Apr 15 08:46:27 2013 -0400 Merge branch 'bug_9986' into 3.14-master commit f0e01f5df72513d598184203e4754ba9ea6b9252 Merge: 25fd880 a10aeb1 Author: Jared Camins-Esakov Date: Mon Apr 15 08:41:00 2013 -0400 Merge branch 'bug_9591' into 3.14-master commit 25fd88057848f48ab0b7b152485f4d687e74bf28 Merge: 596f7a7 f005b51 Author: Jared Camins-Esakov Date: Mon Apr 15 08:40:50 2013 -0400 Merge branch 'bug_9933' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 15 15:04:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Apr 2013 13:04:48 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9887 created. v3.12.00-beta1-214-gec9fc2f Message-ID: This is an automated email from the git hooks/post-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_9887 has been created at ec9fc2fce4fef573cc337ff3de9b102d6dad3ded (commit) - Log ----------------------------------------------------------------- commit ec9fc2fce4fef573cc337ff3de9b102d6dad3ded Author: Owen Leonard Date: Thu Mar 21 11:31:43 2013 -0400 Bug 9887 [Revised] Use DataTables on circulation page The circulation page, when the UseTablesortForCirc preference is enabled, uses the old tablesorter plugin. It should use DataTables instead. This patch removes references to the tablesorter plugin and makes these changes to enable use of DataTables: - Pass two new unformatted date variables to the template from circulation.pl so that sorting can be performed on this data. - Add DataTables configurations for the table of checkouts and the table of relatives' checkouts. - Add a new plugin to the main DataTables configuration script to allow sorting on data embedded in a 's 'title' attribute. - Add s to each table with a title attribute containing the unformatted date data which DataTables needs to perform correct sorting. This eliminates the need for a special sorting algorithm to accomodate various date and datetime formatting options. - Set a template variable for checking whether circ exports are enabled. This reduces repetition. DataTables configuration changes based on how many columns are present. To test, load the circulation page for patrons who match various conditions: - Having only checkouts from today - Having checkouts from today and previous days - Having checkouts only from previous days - Having relatives who have checkouts (from today, from previous days, from both) Test these situations with UseTablesortForCirc enabled and disabled. Test these situations with circ exports enabled or disabled (with ExportRemoveFields filled or empty, for instance). Sorting should work correctly on all columns with the dateformat preference set to any option. All other circulation functions should work normally. Revision adds missing include for table footer when there are previous checkouts and removes   from empty table header cells which were messing up auto-detection of numeric data. The global CSS for table borders has been tightened up to improve handling of alternating row colors in DataTables-sorted tables. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer All tests and QA script pass. Note: Don't forget it's the checkout tab and to turn on the preference to allow sorting there. Also, while checkouts sorts dates correctly, sorting on the details tabs was not always correct in my tests. Signed-off-by: Jared Camins-Esakov commit b43124750c2bc08647244a07beb942dec0ad64fb Merge: b5d5db7 58f4244 Author: Jared Camins-Esakov Date: Mon Apr 15 08:52:40 2013 -0400 Merge branch 'bug_9414' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 15 15:08:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Apr 2013 13:08:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9905 created. v3.12.00-beta1-216-g2c2dfd9 Message-ID: This is an automated email from the git hooks/post-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_9905 has been created at 2c2dfd91e7f58fd155362872f156224e8077cb58 (commit) - Log ----------------------------------------------------------------- commit 2c2dfd91e7f58fd155362872f156224e8077cb58 Author: Owen Leonard Date: Fri Mar 22 13:38:13 2013 -0400 Bug 9905 - Use DataTables on calendar page The calendar management page uses the old tablesorter plugin. This patch replaces tablesorter code with DataTables. In order to easily sort date columns under various dateformat system preference settings, date columns now sort based on an unformatted date in a 's title attribute (requiring the patch for Bug 9887). To test, view the calendar page--preferably with plenty of existing holiday data to populate the holiday summary tables. Confirm that sorting works correctly on all sorted tables with the dateformat preference set in all settings. Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer Note: This has to be tested together with the patch for bug 9887. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov commit eee5324a26ce92eae7187cc88c78e18b8ba7843c Merge: b431247 ec9fc2f Author: Jared Camins-Esakov Date: Mon Apr 15 09:10:16 2013 -0400 Merge branch 'bug_9887' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 15 15:10:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Apr 2013 13:10:30 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9463 created. v3.12.00-beta1-218-g9c3137b Message-ID: This is an automated email from the git hooks/post-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_9463 has been created at 9c3137bbf4716a12b9a68febfe201aed8a5b80de (commit) - Log ----------------------------------------------------------------- commit 9c3137bbf4716a12b9a68febfe201aed8a5b80de Author: Owen Leonard Date: Wed Jan 23 12:25:39 2013 -0500 Bug 9463 [Revised] Use DataTables on patron sent notices page Replace the tablesorter plugin with the DataTables plugin on the patron sent notices page. This patch adds default sorting by time (descending). This patch depends on the one for Bug 9887, which introduces a new DataTables plugin to allow sorting on data embedded in a 's "title" attribute. This allows sorting to be done on an unformatted datetime. To test, open the sent notices page for a patron who has multiple sent notices. Confirm that table sorting works correctly with various date format settings. Revision corrects an error which occurs when there are no notices: Instead of displaying an empty table with a message the table is not displayed and a standard dialog message is displayed. In order to prevent page-specific CSS and JS from conflicting with the standard "message" class the page-specific classes have been changed from "message*" to "notice*" Test this change by viewing a page with existing notices and clicking the titles to show/hide the notice contents. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit dac2edef51358e2087a93ae91ec3eb93d5ca78df Merge: eee5324 2c2dfd9 Author: Jared Camins-Esakov Date: Mon Apr 15 09:13:36 2013 -0400 Merge branch 'bug_9905' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 15 15:26:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Apr 2013 13:26:43 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9172 created. v3.12.00-beta1-220-g77210d7 Message-ID: This is an automated email from the git hooks/post-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_9172 has been created at 77210d74353cbd2f968df462c2f1b968c3e7decd (commit) - Log ----------------------------------------------------------------- commit 77210d74353cbd2f968df462c2f1b968c3e7decd Author: Owen Leonard Date: Thu Nov 29 14:58:53 2012 -0500 Bug 9172 - Move TinyMCE library outside of language-specific directory This patch removes the TinyMCE library from its language-specific location and puts it in intranet-tmpl/lib. The most recent version of TinyMCE is used, and the files added have been limited to those required for proper functionality of the editor. Files omitted: documentation, examples, unused plugins. To test, visit each page which uses the TinyMCE editor: News editing (tools/koha-news.pl), library editing (admin/branches.pl), and online help editing (help/edithelp.pl). The editor should look and function as before. Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Mason James (cherry picked from commit 81714f8141de147a9133944057b059df47160315 on github.com/KohaAloha/Koha-Dev:bug_9172) Signed-off-by: Jared Camins-Esakov Corrected authorship and date commit 569f100c4e552e80ae1718cd2698196a3484339e Merge: dac2ede 9c3137b Author: Jared Camins-Esakov Date: Mon Apr 15 09:16:05 2013 -0400 Merge branch 'bug_9463' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 15 15:27:00 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 15 Apr 2013 13:27:00 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-221-g38dfbf8 Message-ID: This is an automated email from the git hooks/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 38dfbf865c59b04b115fd669859c13e4ba5e3049 (commit) via 77210d74353cbd2f968df462c2f1b968c3e7decd (commit) via 569f100c4e552e80ae1718cd2698196a3484339e (commit) via 9c3137bbf4716a12b9a68febfe201aed8a5b80de (commit) via dac2edef51358e2087a93ae91ec3eb93d5ca78df (commit) via 2c2dfd91e7f58fd155362872f156224e8077cb58 (commit) via eee5324a26ce92eae7187cc88c78e18b8ba7843c (commit) via ec9fc2fce4fef573cc337ff3de9b102d6dad3ded (commit) via b43124750c2bc08647244a07beb942dec0ad64fb (commit) via 58f42441bc8135ba2e322a6c6904c103682bac48 (commit) via b5d5db766ad92a7f6e60cb2b1cefd6a6f4141c22 (commit) via aff9d00b71ed298db7b4d06390f5d3cb23765732 (commit) via f0e01f5df72513d598184203e4754ba9ea6b9252 (commit) via 25fd88057848f48ab0b7b152485f4d687e74bf28 (commit) via cb50e7679af82a1c7c435b204d6a4bf5d9bcd2dd (commit) via a10aeb1b0d1350109c295b1e5b18a738a33636b3 (commit) via 8993c94457e1bb0de4f2a06562d87bf300973715 (commit) via f005b515794cdae528ab2d4d697bf6041a60e0bf (commit) via f1af1db21d61972f0e6a7b0c5ebd6630569a827d (commit) from 596f7a740eb7bb37cd727181f2b6894fefbacf9d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 38dfbf865c59b04b115fd669859c13e4ba5e3049 Merge: 569f100 77210d7 Author: Jared Camins-Esakov Date: Mon Apr 15 09:32:07 2013 -0400 Merge branch 'bug_9172' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Breeding.pm | 13 +- acqui/z3950_search.pl | 2 +- cataloguing/z3950_search.pl | 4 +- circ/circulation.pl | 2 + circ/view_holdsqueue.pl | 2 +- .../data/mysql/de-DE/mandatory/sample_notices.sql | 18 +- .../mysql/nb-NO/1-Obligatorisk/sample_notices.sql | 102 +- koha-tmpl/intranet-tmpl/lib/tiny_mce/langs/en.js | 1 + koha-tmpl/intranet-tmpl/lib/tiny_mce/license.txt | 502 ++ .../lib/tiny_mce/plugins/advhr/css/advhr.css | 5 + .../lib/tiny_mce/plugins/advhr/editor_plugin.js | 1 + .../lib/tiny_mce/plugins/advhr/js/rule.js | 43 + .../lib/tiny_mce/plugins/advhr/langs/en_dlg.js | 1 + .../lib/tiny_mce/plugins/advhr/rule.htm | 58 + .../lib/tiny_mce/plugins/advlink/css/advlink.css | 8 + .../lib/tiny_mce/plugins/advlink/editor_plugin.js | 1 + .../lib/tiny_mce/plugins/advlink/js/advlink.js | 543 ++ .../lib/tiny_mce/plugins/advlink/langs/en_dlg.js | 1 + .../lib/tiny_mce/plugins/advlink/link.htm | 338 + .../tiny_mce/plugins/contextmenu/editor_plugin.js | 1 + .../lib/tiny_mce/plugins/print/editor_plugin.js | 1 + .../lib/tiny_mce/plugins/save/editor_plugin.js | 1 + .../plugins/searchreplace/css/searchreplace.css | 6 + .../plugins/searchreplace/editor_plugin.js | 1 + .../plugins/searchreplace/js/searchreplace.js | 142 + .../tiny_mce/plugins/searchreplace/langs/en_dlg.js | 1 + .../plugins/searchreplace/searchreplace.htm | 100 + .../lib/tiny_mce/plugins/table/cell.htm | 180 + .../lib/tiny_mce/plugins/table/css/cell.css | 17 + .../lib/tiny_mce/plugins/table/css/row.css | 25 + .../lib/tiny_mce/plugins/table/css/table.css | 13 + .../lib/tiny_mce/plugins/table/editor_plugin.js | 1 + .../lib/tiny_mce/plugins/table/js/cell.js | 319 + .../lib/tiny_mce/plugins/table/js/merge_cells.js | 27 + .../lib/tiny_mce/plugins/table/js/row.js | 254 + .../lib/tiny_mce/plugins/table/js/table.js | 501 ++ .../lib/tiny_mce/plugins/table/langs/en_dlg.js | 1 + .../lib/tiny_mce/plugins/table/merge_cells.htm | 32 + .../lib/tiny_mce/plugins/table/row.htm | 158 + .../lib/tiny_mce/plugins/table/table.htm | 188 + .../lib/tiny_mce/themes/advanced/about.htm | 52 + .../lib/tiny_mce/themes/advanced/anchor.htm | 26 + .../lib/tiny_mce/themes/advanced/charmap.htm | 55 + .../lib/tiny_mce/themes/advanced/color_picker.htm | 70 + .../tiny_mce/themes/advanced/editor_template.js | 1 + .../lib/tiny_mce/themes/advanced/image.htm | 80 + .../tiny_mce/themes/advanced/img/colorpicker.jpg | Bin 0 -> 2584 bytes .../lib/tiny_mce/themes/advanced/img/flash.gif | Bin 0 -> 239 bytes .../lib/tiny_mce/themes/advanced/img/icons.gif | Bin 0 -> 11982 bytes .../lib/tiny_mce/themes/advanced/img/iframe.gif | Bin 0 -> 600 bytes .../lib/tiny_mce/themes/advanced/img/pagebreak.gif | Bin 0 -> 325 bytes .../lib/tiny_mce/themes/advanced/img/quicktime.gif | Bin 0 -> 301 bytes .../tiny_mce/themes/advanced/img}/realmedia.gif | Bin 439 -> 439 bytes .../lib/tiny_mce/themes/advanced/img/shockwave.gif | Bin 0 -> 384 bytes .../tiny_mce/themes/advanced/img/trans.gif} | Bin 43 -> 43 bytes .../lib/tiny_mce/themes/advanced/img/video.gif | Bin 0 -> 597 bytes .../tiny_mce/themes/advanced/img}/windowsmedia.gif | Bin 415 -> 415 bytes .../lib/tiny_mce/themes/advanced/js/about.js | 73 + .../lib/tiny_mce/themes/advanced/js/anchor.js | 56 + .../lib/tiny_mce/themes/advanced/js/charmap.js | 363 + .../tiny_mce/themes/advanced/js/color_picker.js | 345 + .../lib/tiny_mce/themes/advanced/js/image.js | 253 + .../lib/tiny_mce/themes/advanced/js/link.js | 159 + .../tiny_mce/themes/advanced/js/source_editor.js | 78 + .../lib/tiny_mce/themes/advanced/langs/en.js | 1 + .../lib/tiny_mce/themes/advanced/langs/en_dlg.js | 1 + .../lib/tiny_mce/themes/advanced/link.htm | 57 + .../lib/tiny_mce/themes/advanced/shortcuts.htm | 47 + .../themes/advanced/skins/default/content.css | 50 + .../themes/advanced/skins/default/dialog.css | 118 + .../themes/advanced/skins/default/img/buttons.png | Bin 0 -> 3133 bytes .../themes/advanced/skins/default/img/items.gif | Bin 0 -> 64 bytes .../advanced/skins/default/img/menu_arrow.gif | Bin 0 -> 68 bytes .../advanced/skins/default/img/menu_check.gif | Bin 0 -> 70 bytes .../themes/advanced/skins/default/img/progress.gif | Bin 0 -> 1787 bytes .../themes/advanced/skins/default/img/tabs.gif | Bin 0 -> 1322 bytes .../tiny_mce/themes/advanced/skins/default/ui.css | 219 + .../themes/advanced/skins/highcontrast/content.css | 24 + .../themes/advanced/skins/highcontrast/dialog.css | 106 + .../themes/advanced/skins/highcontrast/ui.css | 106 + .../themes/advanced/skins/o2k7/content.css | 48 + .../tiny_mce/themes/advanced/skins/o2k7/dialog.css | 118 + .../themes/advanced/skins/o2k7/img/button_bg.png | Bin 0 -> 2766 bytes .../advanced/skins/o2k7/img/button_bg_black.png | Bin 0 -> 651 bytes .../advanced/skins/o2k7/img/button_bg_silver.png | Bin 0 -> 2084 bytes .../lib/tiny_mce/themes/advanced/skins/o2k7/ui.css | 222 + .../themes/advanced/skins/o2k7/ui_black.css | 8 + .../themes/advanced/skins/o2k7/ui_silver.css | 5 + .../lib/tiny_mce/themes/advanced/source_editor.htm | 25 + .../lib/tiny_mce/themes/simple/editor_template.js | 1 + .../lib/tiny_mce/themes/simple/img/icons.gif | Bin 0 -> 806 bytes .../lib/tiny_mce/themes/simple/langs/en.js | 1 + .../themes/simple/skins/default/content.css | 25 + .../tiny_mce/themes/simple/skins/default/ui.css | 32 + .../tiny_mce/themes/simple/skins/o2k7/content.css | 17 + .../themes/simple/skins/o2k7/img/button_bg.png | Bin 0 -> 5102 bytes .../lib/tiny_mce/themes/simple/skins/o2k7/ui.css | 35 + koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce.js | 1 + .../intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.js | 137 + .../intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.pl | 369 + .../intranet-tmpl/lib/tiny_mce/tiny_mce_popup.js | 5 + .../lib/tiny_mce/utils/editable_selects.js | 70 + .../intranet-tmpl/lib/tiny_mce/utils/form_utils.js | 210 + .../intranet-tmpl/lib/tiny_mce/utils/mctabs.js | 162 + .../intranet-tmpl/lib/tiny_mce/utils/validate.js | 252 + .../intranet-tmpl/prog/en/css/staff-global.css | 17 +- koha-tmpl/intranet-tmpl/prog/en/js/datatables.js | 25 +- .../intranet-tmpl/prog/en/js/tinymce/changelog | 1278 ---- .../prog/en/js/tinymce/docs/index.html | 9 - .../en/js/tinymce/examples/example_advanced.css | 40 - .../en/js/tinymce/examples/example_advanced.htm | 99 - .../en/js/tinymce/examples/example_flash_list.js | 9 - .../prog/en/js/tinymce/examples/example_full.css | 51 - .../prog/en/js/tinymce/examples/example_full.htm | 73 - .../en/js/tinymce/examples/example_image_list.js | 9 - .../en/js/tinymce/examples/example_link_list.js | 10 - .../en/js/tinymce/examples/example_media_list.js | 9 - .../prog/en/js/tinymce/examples/example_simple.htm | 46 - .../en/js/tinymce/examples/example_template.htm | 145 - .../js/tinymce/examples/example_template_list.js | 9 - .../prog/en/js/tinymce/examples/example_word.css | 61 - .../prog/en/js/tinymce/examples/example_word.htm | 68 - .../prog/en/js/tinymce/examples/logo.jpg | Bin 2729 -> 0 bytes .../prog/en/js/tinymce/examples/logo_over.jpg | Bin 6473 -> 0 bytes .../en/js/tinymce/examples/templates/count.htm | 5 - .../tinymce/examples/templates/editing_details.htm | 14 - .../tinymce/examples/templates/editors_comment.htm | 9 - .../en/js/tinymce/examples/templates/invoice.htm | 26 - .../en/js/tinymce/examples/templates/layout1.htm | 15 - .../en/js/tinymce/examples/templates/snippet1.htm | 1 - .../prog/en/js/tinymce/jscripts/tiny_mce/blank.htm | 9 - .../en/js/tinymce/jscripts/tiny_mce/langs/en.js | 41 - .../js/tinymce/jscripts/tiny_mce/langs/readme.txt | 9 - .../en/js/tinymce/jscripts/tiny_mce/license.txt | 504 -- .../jscripts/tiny_mce/plugins/advhr/css/advhr.css | 23 - .../tiny_mce/plugins/advhr/editor_plugin.js | 1 - .../tiny_mce/plugins/advhr/editor_plugin_src.js | 90 - .../tiny_mce/plugins/advhr/images/advhr.gif | Bin 153 -> 0 bytes .../tiny_mce/plugins/advhr/jscripts/rule.js | 43 - .../jscripts/tiny_mce/plugins/advhr/langs/en.js | 8 - .../jscripts/tiny_mce/plugins/advhr/readme.txt | 1 - .../jscripts/tiny_mce/plugins/advhr/rule.htm | 61 - .../tiny_mce/plugins/advimage/css/advimage.css | 66 - .../tiny_mce/plugins/advimage/editor_plugin.js | 1 - .../tiny_mce/plugins/advimage/editor_plugin_src.js | 148 - .../jscripts/tiny_mce/plugins/advimage/image.htm | 241 - .../tiny_mce/plugins/advimage/images/sample.gif | Bin 1624 -> 0 bytes .../plugins/advimage/jscripts/functions.js | 538 -- .../jscripts/tiny_mce/plugins/advimage/langs/en.js | 27 - .../jscripts/tiny_mce/plugins/advimage/readme.txt | 1 - .../tiny_mce/plugins/advlink/css/advlink.css | 35 - .../tiny_mce/plugins/advlink/editor_plugin.js | 1 - .../tiny_mce/plugins/advlink/editor_plugin_src.js | 83 - .../tiny_mce/plugins/advlink/jscripts/functions.js | 587 -- .../jscripts/tiny_mce/plugins/advlink/langs/en.js | 46 - .../jscripts/tiny_mce/plugins/advlink/link.htm | 338 - .../jscripts/tiny_mce/plugins/advlink/readme.txt | 1 - .../tiny_mce/plugins/autosave/editor_plugin.js | 1 - .../tiny_mce/plugins/autosave/editor_plugin_src.js | 46 - .../jscripts/tiny_mce/plugins/autosave/langs/en.js | 5 - .../jscripts/tiny_mce/plugins/autosave/readme.txt | 1 - .../tiny_mce/plugins/bbcode/editor_plugin.js | 1 - .../tiny_mce/plugins/bbcode/editor_plugin_src.js | 102 - .../tiny_mce/plugins/cleanup/editor_plugin_src.js | 10 - .../jscripts/tiny_mce/plugins/cleanup/readme.txt | 1 - .../plugins/contextmenu/css/contextmenu.css | 74 - .../tiny_mce/plugins/contextmenu/editor_plugin.js | 1 - .../plugins/contextmenu/editor_plugin_src.js | 360 - .../tiny_mce/plugins/contextmenu/readme.txt | 1 - .../tiny_mce/plugins/devkit/css/devkit.css | 117 - .../tiny_mce/plugins/devkit/css/devkit_ui.css | 15 - .../jscripts/tiny_mce/plugins/devkit/devkit.htm | 140 - .../tiny_mce/plugins/devkit/editor_plugin.js | 1 - .../tiny_mce/plugins/devkit/editor_plugin_src.js | 325 - .../tiny_mce/plugins/devkit/images/flip_down.gif | Bin 179 -> 0 bytes .../tiny_mce/plugins/devkit/images/flip_up.gif | Bin 193 -> 0 bytes .../tiny_mce/plugins/devkit/jscripts/devkit.js | 331 - .../tiny_mce/plugins/devkit/jscripts/diff.js | 1192 --- .../jscripts/tiny_mce/plugins/devkit/langs/en.js | 23 - .../plugins/directionality/editor_plugin.js | 1 - .../plugins/directionality/editor_plugin_src.js | 90 - .../tiny_mce/plugins/directionality/images/ltr.gif | Bin 155 -> 0 bytes .../tiny_mce/plugins/directionality/images/rtl.gif | Bin 153 -> 0 bytes .../tiny_mce/plugins/directionality/langs/en.js | 6 - .../tiny_mce/plugins/directionality/readme.txt | 1 - .../tiny_mce/plugins/emotions/editor_plugin.js | 1 - .../tiny_mce/plugins/emotions/editor_plugin_src.js | 63 - .../tiny_mce/plugins/emotions/emotions.htm | 40 - .../tiny_mce/plugins/emotions/images/emotions.gif | Bin 319 -> 0 bytes .../tiny_mce/plugins/emotions/images/readme.txt | 2 - .../plugins/emotions/images/smiley-cool.gif | Bin 354 -> 0 bytes .../plugins/emotions/images/smiley-cry.gif | Bin 329 -> 0 bytes .../plugins/emotions/images/smiley-embarassed.gif | Bin 331 -> 0 bytes .../emotions/images/smiley-foot-in-mouth.gif | Bin 344 -> 0 bytes .../plugins/emotions/images/smiley-frown.gif | Bin 340 -> 0 bytes .../plugins/emotions/images/smiley-innocent.gif | Bin 336 -> 0 bytes .../plugins/emotions/images/smiley-kiss.gif | Bin 338 -> 0 bytes .../plugins/emotions/images/smiley-laughing.gif | Bin 344 -> 0 bytes .../plugins/emotions/images/smiley-money-mouth.gif | Bin 321 -> 0 bytes .../plugins/emotions/images/smiley-sealed.gif | Bin 325 -> 0 bytes .../plugins/emotions/images/smiley-smile.gif | Bin 345 -> 0 bytes .../plugins/emotions/images/smiley-surprised.gif | Bin 342 -> 0 bytes .../plugins/emotions/images/smiley-tongue-out.gif | Bin 328 -> 0 bytes .../plugins/emotions/images/smiley-undecided.gif | Bin 337 -> 0 bytes .../plugins/emotions/images/smiley-wink.gif | Bin 351 -> 0 bytes .../plugins/emotions/images/smiley-yell.gif | Bin 336 -> 0 bytes .../plugins/emotions/jscripts/functions.js | 21 - .../jscripts/tiny_mce/plugins/emotions/langs/en.js | 22 - .../jscripts/tiny_mce/plugins/emotions/readme.txt | 1 - .../tiny_mce/plugins/flash/css/content.css | 7 - .../jscripts/tiny_mce/plugins/flash/css/flash.css | 11 - .../tiny_mce/plugins/flash/editor_plugin.js | 1 - .../tiny_mce/plugins/flash/editor_plugin_src.js | 285 - .../jscripts/tiny_mce/plugins/flash/flash.htm | 70 - .../tiny_mce/plugins/flash/images/flash.gif | Bin 241 -> 0 bytes .../tiny_mce/plugins/flash/jscripts/flash.js | 107 - .../jscripts/tiny_mce/plugins/flash/langs/en.js | 11 - .../jscripts/tiny_mce/plugins/flash/readme.txt | 1 - .../jscripts/tiny_mce/plugins/fullpage/blank.htm | 9 - .../tiny_mce/plugins/fullpage/css/fullpage.css | 176 - .../tiny_mce/plugins/fullpage/editor_plugin.js | 1 - .../tiny_mce/plugins/fullpage/editor_plugin_src.js | 235 - .../tiny_mce/plugins/fullpage/fullpage.htm | 577 -- .../tiny_mce/plugins/fullpage/images/add.gif | Bin 893 -> 0 bytes .../tiny_mce/plugins/fullpage/images/fullpage.gif | Bin 632 -> 0 bytes .../tiny_mce/plugins/fullpage/images/move_down.gif | Bin 194 -> 0 bytes .../tiny_mce/plugins/fullpage/images/move_up.gif | Bin 200 -> 0 bytes .../tiny_mce/plugins/fullpage/images/remove.gif | Bin 180 -> 0 bytes .../tiny_mce/plugins/fullpage/jscripts/fullpage.js | 580 -- .../jscripts/tiny_mce/plugins/fullpage/langs/en.js | 92 - .../tiny_mce/plugins/fullscreen/css/page.css | 21 - .../tiny_mce/plugins/fullscreen/editor_plugin.js | 1 - .../plugins/fullscreen/editor_plugin_src.js | 230 - .../tiny_mce/plugins/fullscreen/fullscreen.htm | 91 - .../plugins/fullscreen/images/fullscreen.gif | Bin 198 -> 0 bytes .../tiny_mce/plugins/fullscreen/langs/en.js | 5 - .../tiny_mce/plugins/fullscreen/readme.txt | 1 - .../tiny_mce/plugins/iespell/editor_plugin.js | 1 - .../tiny_mce/plugins/iespell/editor_plugin_src.js | 58 - .../tiny_mce/plugins/iespell/images/iespell.gif | Bin 124 -> 0 bytes .../jscripts/tiny_mce/plugins/iespell/langs/en.js | 7 - .../jscripts/tiny_mce/plugins/iespell/readme.txt | 1 - .../plugins/inlinepopups/css/inlinepopup.css | 69 - .../tiny_mce/plugins/inlinepopups/editor_plugin.js | 1 - .../plugins/inlinepopups/editor_plugin_src.js | 819 --- .../plugins/inlinepopups/images/spacer.gif | Bin 43 -> 0 bytes .../plugins/inlinepopups/images/window_close.gif | Bin 110 -> 0 bytes .../inlinepopups/images/window_maximize.gif | Bin 111 -> 0 bytes .../inlinepopups/images/window_minimize.gif | Bin 112 -> 0 bytes .../plugins/inlinepopups/images/window_resize.gif | Bin 74 -> 0 bytes .../plugins/inlinepopups/jscripts/mcwindows.js | 453 -- .../plugins/insertdatetime/editor_plugin.js | 1 - .../plugins/insertdatetime/editor_plugin_src.js | 90 - .../plugins/insertdatetime/images/insertdate.gif | Bin 287 -> 0 bytes .../plugins/insertdatetime/images/inserttime.gif | Bin 239 -> 0 bytes .../tiny_mce/plugins/insertdatetime/langs/en.js | 12 - .../tiny_mce/plugins/insertdatetime/readme.txt | 1 - .../tiny_mce/plugins/layer/editor_plugin.js | 1 - .../tiny_mce/plugins/layer/editor_plugin_src.js | 248 - .../tiny_mce/plugins/layer/images/absolute.gif | Bin 209 -> 0 bytes .../tiny_mce/plugins/layer/images/backward.gif | Bin 360 -> 0 bytes .../tiny_mce/plugins/layer/images/forward.gif | Bin 358 -> 0 bytes .../tiny_mce/plugins/layer/images/insert_layer.gif | Bin 264 -> 0 bytes .../tiny_mce/plugins/layer/images/insertlayer.gif | Bin 264 -> 0 bytes .../tiny_mce/plugins/layer/images/movebackward.gif | Bin 360 -> 0 bytes .../tiny_mce/plugins/layer/images/moveforward.gif | Bin 358 -> 0 bytes .../jscripts/tiny_mce/plugins/layer/langs/en.js | 9 - .../jscripts/tiny_mce/plugins/layer/readme.txt | 1 - .../tiny_mce/plugins/media/css/content.css | 26 - .../jscripts/tiny_mce/plugins/media/css/media.css | 68 - .../tiny_mce/plugins/media/editor_plugin.js | 1 - .../tiny_mce/plugins/media/editor_plugin_src.js | 432 -- .../tiny_mce/plugins/media/images/flash.gif | Bin 241 -> 0 bytes .../tiny_mce/plugins/media/images/media.gif | Bin 280 -> 0 bytes .../tiny_mce/plugins/media/images/quicktime.gif | Bin 303 -> 0 bytes .../tiny_mce/plugins/media/images/shockwave.gif | Bin 387 -> 0 bytes .../tiny_mce/plugins/media/jscripts/embed.js | 73 - .../tiny_mce/plugins/media/jscripts/media.js | 594 -- .../jscripts/tiny_mce/plugins/media/langs/en.js | 94 - .../jscripts/tiny_mce/plugins/media/media.htm | 723 -- .../tiny_mce/plugins/nonbreaking/editor_plugin.js | 1 - .../plugins/nonbreaking/editor_plugin_src.js | 62 - .../plugins/nonbreaking/images/nonbreaking.gif | Bin 619 -> 0 bytes .../tiny_mce/plugins/nonbreaking/langs/en.js | 5 - .../plugins/noneditable/css/noneditable.css | 9 - .../tiny_mce/plugins/noneditable/editor_plugin.js | 1 - .../plugins/noneditable/editor_plugin_src.js | 153 - .../tiny_mce/plugins/noneditable/readme.txt | 1 - .../jscripts/tiny_mce/plugins/paste/blank.htm | 19 - .../jscripts/tiny_mce/plugins/paste/css/blank.css | 13 - .../tiny_mce/plugins/paste/css/pasteword.css | 3 - .../tiny_mce/plugins/paste/editor_plugin.js | 1 - .../tiny_mce/plugins/paste/editor_plugin_src.js | 395 - .../tiny_mce/plugins/paste/images/pastetext.gif | Bin 294 -> 0 bytes .../tiny_mce/plugins/paste/images/pasteword.gif | Bin 299 -> 0 bytes .../tiny_mce/plugins/paste/images/selectall.gif | Bin 205 -> 0 bytes .../tiny_mce/plugins/paste/jscripts/pastetext.js | 38 - .../tiny_mce/plugins/paste/jscripts/pasteword.js | 52 - .../jscripts/tiny_mce/plugins/paste/langs/en.js | 10 - .../jscripts/tiny_mce/plugins/paste/pastetext.htm | 34 - .../jscripts/tiny_mce/plugins/paste/pasteword.htm | 29 - .../jscripts/tiny_mce/plugins/paste/readme.txt | 1 - .../tiny_mce/plugins/preview/editor_plugin.js | 1 - .../tiny_mce/plugins/preview/editor_plugin_src.js | 205 - .../jscripts/tiny_mce/plugins/preview/example.html | 14 - .../tiny_mce/plugins/preview/images/preview.gif | Bin 286 -> 0 bytes .../tiny_mce/plugins/preview/jscripts/embed.js | 73 - .../jscripts/tiny_mce/plugins/preview/langs/en.js | 5 - .../jscripts/tiny_mce/plugins/preview/readme.txt | 1 - .../tiny_mce/plugins/print/editor_plugin.js | 1 - .../tiny_mce/plugins/print/editor_plugin_src.js | 47 - .../tiny_mce/plugins/print/images/print.gif | Bin 211 -> 0 bytes .../jscripts/tiny_mce/plugins/print/langs/en.js | 5 - .../jscripts/tiny_mce/plugins/print/readme.txt | 1 - .../tinymce/jscripts/tiny_mce/plugins/readme.txt | 1 - .../tiny_mce/plugins/save/editor_plugin.js | 1 - .../tiny_mce/plugins/save/editor_plugin_src.js | 152 - .../tiny_mce/plugins/save/images/cancel.gif | Bin 599 -> 0 bytes .../jscripts/tiny_mce/plugins/save/images/save.gif | Bin 285 -> 0 bytes .../jscripts/tiny_mce/plugins/save/langs/en.js | 6 - .../jscripts/tiny_mce/plugins/save/readme.txt | 1 - .../plugins/searchreplace/css/searchreplace.css | 20 - .../plugins/searchreplace/editor_plugin.js | 1 - .../plugins/searchreplace/editor_plugin_src.js | 173 - .../plugins/searchreplace/images/replace.gif | Bin 125 -> 0 bytes .../searchreplace/images/replace_all_button_bg.gif | Bin 669 -> 0 bytes .../searchreplace/images/replace_button_bg.gif | Bin 669 -> 0 bytes .../plugins/searchreplace/images/search.gif | Bin 191 -> 0 bytes .../searchreplace/jscripts/searchreplace.js | 86 - .../tiny_mce/plugins/searchreplace/langs/en.js | 21 - .../tiny_mce/plugins/searchreplace/readme.txt | 1 - .../plugins/searchreplace/searchreplace.htm | 107 - .../jscripts/tiny_mce/plugins/style/css/props.css | 62 - .../tiny_mce/plugins/style/editor_plugin.js | 1 - .../tiny_mce/plugins/style/editor_plugin_src.js | 83 - .../plugins/style/images/apply_button_bg.gif | Bin 1096 -> 0 bytes .../tiny_mce/plugins/style/images/style_info.gif | Bin 562 -> 0 bytes .../tiny_mce/plugins/style/images/styleprops.gif | Bin 562 -> 0 bytes .../tiny_mce/plugins/style/jscripts/props.js | 633 -- .../jscripts/tiny_mce/plugins/style/langs/en.js | 66 - .../jscripts/tiny_mce/plugins/style/props.htm | 729 -- .../jscripts/tiny_mce/plugins/style/readme.txt | 1 - .../jscripts/tiny_mce/plugins/table/cell.htm | 182 - .../jscripts/tiny_mce/plugins/table/css/cell.css | 17 - .../jscripts/tiny_mce/plugins/table/css/row.css | 25 - .../jscripts/tiny_mce/plugins/table/css/table.css | 13 - .../tiny_mce/plugins/table/editor_plugin.js | 1 - .../tiny_mce/plugins/table/editor_plugin_src.js | 1073 --- .../tiny_mce/plugins/table/images/buttons.gif | Bin 1787 -> 0 bytes .../tiny_mce/plugins/table/images/table.gif | Bin 287 -> 0 bytes .../plugins/table/images/table_cell_props.gif | Bin 189 -> 0 bytes .../tiny_mce/plugins/table/images/table_delete.gif | Bin 372 -> 0 bytes .../plugins/table/images/table_delete_col.gif | Bin 153 -> 0 bytes .../plugins/table/images/table_delete_row.gif | Bin 160 -> 0 bytes .../table/images/table_insert_col_after.gif | Bin 165 -> 0 bytes .../table/images/table_insert_col_before.gif | Bin 165 -> 0 bytes .../table/images/table_insert_row_after.gif | Bin 163 -> 0 bytes .../table/images/table_insert_row_before.gif | Bin 159 -> 0 bytes .../plugins/table/images/table_merge_cells.gif | Bin 198 -> 0 bytes .../plugins/table/images/table_row_props.gif | Bin 187 -> 0 bytes .../plugins/table/images/table_split_cells.gif | Bin 210 -> 0 bytes .../tiny_mce/plugins/table/jscripts/cell.js | 249 - .../tiny_mce/plugins/table/jscripts/merge_cells.js | 24 - .../tiny_mce/plugins/table/jscripts/row.js | 200 - .../tiny_mce/plugins/table/jscripts/table.js | 364 - .../jscripts/tiny_mce/plugins/table/langs/en.js | 79 - .../tiny_mce/plugins/table/merge_cells.htm | 38 - .../jscripts/tiny_mce/plugins/table/readme.txt | 1 - .../jscripts/tiny_mce/plugins/table/row.htm | 159 - .../jscripts/tiny_mce/plugins/table/table.htm | 160 - .../jscripts/tiny_mce/plugins/template/blank.htm | 23 - .../tiny_mce/plugins/template/css/template.css | 23 - .../tiny_mce/plugins/template/editor_plugin.js | 1 - .../tiny_mce/plugins/template/editor_plugin_src.js | 551 -- .../tiny_mce/plugins/template/images/template.gif | Bin 582 -> 0 bytes .../tiny_mce/plugins/template/jscripts/template.js | 143 - .../jscripts/tiny_mce/plugins/template/langs/en.js | 16 - .../tiny_mce/plugins/template/template.htm | 37 - .../tiny_mce/plugins/visualchars/editor_plugin.js | 1 - .../plugins/visualchars/editor_plugin_src.js | 89 - .../plugins/visualchars/images/visualchars.gif | Bin 134 -> 0 bytes .../tiny_mce/plugins/visualchars/langs/en.js | 5 - .../jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm | 148 - .../tiny_mce/plugins/xhtmlxtras/acronym.htm | 148 - .../tiny_mce/plugins/xhtmlxtras/attributes.htm | 153 - .../jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm | 148 - .../tiny_mce/plugins/xhtmlxtras/css/attributes.css | 11 - .../tiny_mce/plugins/xhtmlxtras/css/popup.css | 46 - .../tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css | 24 - .../jscripts/tiny_mce/plugins/xhtmlxtras/del.htm | 169 - .../tiny_mce/plugins/xhtmlxtras/editor_plugin.js | 1 - .../plugins/xhtmlxtras/editor_plugin_src.js | 199 - .../tiny_mce/plugins/xhtmlxtras/images/abbr.gif | Bin 144 -> 0 bytes .../tiny_mce/plugins/xhtmlxtras/images/acronym.gif | Bin 138 -> 0 bytes .../tiny_mce/plugins/xhtmlxtras/images/attribs.gif | Bin 601 -> 0 bytes .../tiny_mce/plugins/xhtmlxtras/images/cite.gif | Bin 313 -> 0 bytes .../plugins/xhtmlxtras/images/date_time.gif | Bin 287 -> 0 bytes .../tiny_mce/plugins/xhtmlxtras/images/del.gif | Bin 222 -> 0 bytes .../tiny_mce/plugins/xhtmlxtras/images/ins.gif | Bin 231 -> 0 bytes .../plugins/xhtmlxtras/images/remove_button_bg.gif | Bin 433 -> 0 bytes .../jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm | 169 - .../tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js | 29 - .../plugins/xhtmlxtras/jscripts/acronym.js | 29 - .../plugins/xhtmlxtras/jscripts/attributes.js | 130 - .../tiny_mce/plugins/xhtmlxtras/jscripts/cite.js | 29 - .../tiny_mce/plugins/xhtmlxtras/jscripts/del.js | 54 - .../plugins/xhtmlxtras/jscripts/element_common.js | 241 - .../tiny_mce/plugins/xhtmlxtras/jscripts/ins.js | 53 - .../tiny_mce/plugins/xhtmlxtras/langs/en.js | 42 - .../tiny_mce/plugins/zoom/editor_plugin.js | 1 - .../tiny_mce/plugins/zoom/editor_plugin_src.js | 56 - .../jscripts/tiny_mce/plugins/zoom/readme.txt | 1 - .../jscripts/tiny_mce/themes/advanced/about.htm | 52 - .../jscripts/tiny_mce/themes/advanced/anchor.htm | 33 - .../jscripts/tiny_mce/themes/advanced/charmap.htm | 53 - .../tiny_mce/themes/advanced/color_picker.htm | 74 - .../tiny_mce/themes/advanced/css/colorpicker.css | 53 - .../themes/advanced/css/editor_content.css | 58 - .../tiny_mce/themes/advanced/css/editor_popup.css | 331 - .../tiny_mce/themes/advanced/css/editor_ui.css | 97 - .../tiny_mce/themes/advanced/docs/en/about.htm | 31 - .../themes/advanced/docs/en/common_buttons.htm | 162 - .../advanced/docs/en/create_accessible_content.htm | 45 - .../docs/en/images/insert_anchor_window.gif | Bin 5189 -> 0 bytes .../docs/en/images/insert_image_window.gif | Bin 7195 -> 0 bytes .../advanced/docs/en/images/insert_link_window.gif | Bin 5658 -> 0 bytes .../docs/en/images/insert_table_window.gif | Bin 7094 -> 0 bytes .../tiny_mce/themes/advanced/docs/en/index.htm | 27 - .../advanced/docs/en/insert_anchor_button.htm | 32 - .../advanced/docs/en/insert_image_button.htm | 65 - .../themes/advanced/docs/en/insert_link_button.htm | 33 - .../advanced/docs/en/insert_table_button.htm | 71 - .../tiny_mce/themes/advanced/docs/en/style.css | 28 - .../tiny_mce/themes/advanced/editor_template.js | 1 - .../themes/advanced/editor_template_src.js | 1516 ---- .../jscripts/tiny_mce/themes/advanced/image.htm | 100 - .../tiny_mce/themes/advanced/images/anchor.gif | Bin 171 -> 0 bytes .../themes/advanced/images/anchor_symbol.gif | Bin 70 -> 0 bytes .../tiny_mce/themes/advanced/images/backcolor.gif | Bin 359 -> 0 bytes .../tiny_mce/themes/advanced/images/bold.gif | Bin 76 -> 0 bytes .../tiny_mce/themes/advanced/images/bold_de_se.gif | Bin 73 -> 0 bytes .../tiny_mce/themes/advanced/images/bold_es.gif | Bin 80 -> 0 bytes .../tiny_mce/themes/advanced/images/bold_fr.gif | Bin 78 -> 0 bytes .../tiny_mce/themes/advanced/images/bold_ru.gif | Bin 77 -> 0 bytes .../tiny_mce/themes/advanced/images/bold_tw.gif | Bin 207 -> 0 bytes .../tiny_mce/themes/advanced/images/browse.gif | Bin 113 -> 0 bytes .../tiny_mce/themes/advanced/images/bullist.gif | Bin 108 -> 0 bytes .../themes/advanced/images/button_menu.gif | Bin 57 -> 0 bytes .../tiny_mce/themes/advanced/images/buttons.gif | Bin 5662 -> 0 bytes .../themes/advanced/images/cancel_button_bg.gif | Bin 677 -> 0 bytes .../tiny_mce/themes/advanced/images/charmap.gif | Bin 245 -> 0 bytes .../tiny_mce/themes/advanced/images/cleanup.gif | Bin 256 -> 0 bytes .../tiny_mce/themes/advanced/images/close.gif | Bin 102 -> 0 bytes .../tiny_mce/themes/advanced/images/code.gif | Bin 110 -> 0 bytes .../tiny_mce/themes/advanced/images/color.gif | Bin 125 -> 0 bytes .../tiny_mce/themes/advanced/images/colors.jpg | Bin 3189 -> 0 bytes .../tiny_mce/themes/advanced/images/copy.gif | Bin 263 -> 0 bytes .../tiny_mce/themes/advanced/images/custom_1.gif | Bin 76 -> 0 bytes .../tiny_mce/themes/advanced/images/cut.gif | Bin 187 -> 0 bytes .../tiny_mce/themes/advanced/images/forecolor.gif | Bin 342 -> 0 bytes .../tiny_mce/themes/advanced/images/help.gif | Bin 295 -> 0 bytes .../tiny_mce/themes/advanced/images/hr.gif | Bin 63 -> 0 bytes .../tiny_mce/themes/advanced/images/image.gif | Bin 194 -> 0 bytes .../tiny_mce/themes/advanced/images/indent.gif | Bin 112 -> 0 bytes .../themes/advanced/images/insert_button_bg.gif | Bin 703 -> 0 bytes .../tiny_mce/themes/advanced/images/italic.gif | Bin 79 -> 0 bytes .../themes/advanced/images/italic_de_se.gif | Bin 75 -> 0 bytes .../tiny_mce/themes/advanced/images/italic_es.gif | Bin 74 -> 0 bytes .../tiny_mce/themes/advanced/images/italic_ru.gif | Bin 78 -> 0 bytes .../tiny_mce/themes/advanced/images/italic_tw.gif | Bin 274 -> 0 bytes .../themes/advanced/images/justifycenter.gif | Bin 70 -> 0 bytes .../themes/advanced/images/justifyfull.gif | Bin 71 -> 0 bytes .../themes/advanced/images/justifyleft.gif | Bin 71 -> 0 bytes .../themes/advanced/images/justifyright.gif | Bin 70 -> 0 bytes .../tiny_mce/themes/advanced/images/link.gif | Bin 175 -> 0 bytes .../tiny_mce/themes/advanced/images/menu_check.gif | Bin 51 -> 0 bytes .../themes/advanced/images/newdocument.gif | Bin 170 -> 0 bytes .../tiny_mce/themes/advanced/images/numlist.gif | Bin 111 -> 0 bytes .../tiny_mce/themes/advanced/images/opacity.png | Bin 147 -> 0 bytes .../tiny_mce/themes/advanced/images/outdent.gif | Bin 110 -> 0 bytes .../tiny_mce/themes/advanced/images/paste.gif | Bin 286 -> 0 bytes .../tiny_mce/themes/advanced/images/redo.gif | Bin 169 -> 0 bytes .../themes/advanced/images/removeformat.gif | Bin 168 -> 0 bytes .../tiny_mce/themes/advanced/images/separator.gif | Bin 57 -> 0 bytes .../tiny_mce/themes/advanced/images/spacer.gif | Bin 43 -> 0 bytes .../themes/advanced/images/statusbar_resize.gif | Bin 79 -> 0 bytes .../themes/advanced/images/strikethrough.gif | Bin 83 -> 0 bytes .../tiny_mce/themes/advanced/images/sub.gif | Bin 148 -> 0 bytes .../tiny_mce/themes/advanced/images/sup.gif | Bin 147 -> 0 bytes .../tiny_mce/themes/advanced/images/underline.gif | Bin 88 -> 0 bytes .../themes/advanced/images/underline_es.gif | Bin 79 -> 0 bytes .../themes/advanced/images/underline_fr.gif | Bin 79 -> 0 bytes .../themes/advanced/images/underline_ru.gif | Bin 77 -> 0 bytes .../themes/advanced/images/underline_tw.gif | Bin 245 -> 0 bytes .../tiny_mce/themes/advanced/images/undo.gif | Bin 175 -> 0 bytes .../tiny_mce/themes/advanced/images/unlink.gif | Bin 190 -> 0 bytes .../tiny_mce/themes/advanced/images/visualaid.gif | Bin 206 -> 0 bytes .../tiny_mce/themes/advanced/images/xp/tab_bg.gif | Bin 694 -> 0 bytes .../tiny_mce/themes/advanced/images/xp/tab_end.gif | Bin 169 -> 0 bytes .../themes/advanced/images/xp/tab_sel_bg.gif | Bin 428 -> 0 bytes .../themes/advanced/images/xp/tab_sel_end.gif | Bin 101 -> 0 bytes .../tiny_mce/themes/advanced/images/xp/tabs_bg.gif | Bin 48 -> 0 bytes .../tiny_mce/themes/advanced/jscripts/about.js | 75 - .../tiny_mce/themes/advanced/jscripts/anchor.js | 74 - .../tiny_mce/themes/advanced/jscripts/charmap.js | 326 - .../themes/advanced/jscripts/color_picker.js | 240 - .../tiny_mce/themes/advanced/jscripts/image.js | 81 - .../tiny_mce/themes/advanced/jscripts/link.js | 74 - .../themes/advanced/jscripts/source_editor.js | 59 - .../jscripts/tiny_mce/themes/advanced/langs/en.js | 93 - .../jscripts/tiny_mce/themes/advanced/link.htm | 101 - .../tiny_mce/themes/advanced/source_editor.htm | 32 - .../tiny_mce/themes/simple/css/editor_content.css | 25 - .../tiny_mce/themes/simple/css/editor_popup.css | 41 - .../tiny_mce/themes/simple/css/editor_ui.css | 125 - .../tiny_mce/themes/simple/editor_template.js | 1 - .../tiny_mce/themes/simple/editor_template_src.js | 84 - .../tiny_mce/themes/simple/images/bold.gif | Bin 76 -> 0 bytes .../tiny_mce/themes/simple/images/bold_de_se.gif | Bin 73 -> 0 bytes .../tiny_mce/themes/simple/images/bold_fr.gif | Bin 78 -> 0 bytes .../tiny_mce/themes/simple/images/bold_ru.gif | Bin 77 -> 0 bytes .../tiny_mce/themes/simple/images/bold_tw.gif | Bin 207 -> 0 bytes .../tiny_mce/themes/simple/images/bullist.gif | Bin 108 -> 0 bytes .../tiny_mce/themes/simple/images/buttons.gif | Bin 1054 -> 0 bytes .../tiny_mce/themes/simple/images/cleanup.gif | Bin 256 -> 0 bytes .../tiny_mce/themes/simple/images/italic.gif | Bin 79 -> 0 bytes .../tiny_mce/themes/simple/images/italic_de_se.gif | Bin 75 -> 0 bytes .../tiny_mce/themes/simple/images/italic_ru.gif | Bin 78 -> 0 bytes .../tiny_mce/themes/simple/images/italic_tw.gif | Bin 274 -> 0 bytes .../tiny_mce/themes/simple/images/numlist.gif | Bin 111 -> 0 bytes .../tiny_mce/themes/simple/images/redo.gif | Bin 169 -> 0 bytes .../tiny_mce/themes/simple/images/separator.gif | Bin 57 -> 0 bytes .../tiny_mce/themes/simple/images/spacer.gif | Bin 43 -> 0 bytes .../themes/simple/images/strikethrough.gif | Bin 83 -> 0 bytes .../tiny_mce/themes/simple/images/underline.gif | Bin 88 -> 0 bytes .../tiny_mce/themes/simple/images/underline_fr.gif | Bin 79 -> 0 bytes .../tiny_mce/themes/simple/images/underline_ru.gif | Bin 77 -> 0 bytes .../tiny_mce/themes/simple/images/underline_tw.gif | Bin 245 -> 0 bytes .../tiny_mce/themes/simple/images/undo.gif | Bin 175 -> 0 bytes .../en/js/tinymce/jscripts/tiny_mce/tiny_mce.js | 1 - .../js/tinymce/jscripts/tiny_mce/tiny_mce_popup.js | 294 - .../js/tinymce/jscripts/tiny_mce/tiny_mce_src.js | 7612 -------------------- .../jscripts/tiny_mce/utils/editable_selects.js | 61 - .../tinymce/jscripts/tiny_mce/utils/form_utils.js | 210 - .../js/tinymce/jscripts/tiny_mce/utils/mclayer.js | 210 - .../js/tinymce/jscripts/tiny_mce/utils/mctabs.js | 74 - .../js/tinymce/jscripts/tiny_mce/utils/validate.js | 219 - koha-tmpl/intranet-tmpl/prog/en/js/tinymce/readme | 2 - .../prog/en/modules/admin/branches.tt | 10 +- .../prog/en/modules/admin/smart-rules.tt | 2 +- .../prog/en/modules/circ/circulation.tt | 120 +- .../prog/en/modules/circ/view_holdsqueue.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/edithelp.tt | 9 +- .../prog/en/modules/members/notices.tt | 42 +- .../prog/en/modules/tools/holidays.tt | 68 +- .../prog/en/modules/tools/koha-news.tt | 5 +- tools/holidays.pl | 7 + 557 files changed, 7858 insertions(+), 35981 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/langs/en.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/license.txt create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/css/advhr.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/editor_plugin.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/js/rule.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/langs/en_dlg.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/rule.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/css/advlink.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/editor_plugin.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/js/advlink.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/langs/en_dlg.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/link.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/contextmenu/editor_plugin.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/print/editor_plugin.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/save/editor_plugin.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/css/searchreplace.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/editor_plugin.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/js/searchreplace.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/langs/en_dlg.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/searchreplace.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/cell.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/cell.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/row.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/table.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/editor_plugin.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/cell.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/merge_cells.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/row.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/table.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/langs/en_dlg.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/merge_cells.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/row.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/table.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/about.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/anchor.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/charmap.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/color_picker.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/editor_template.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/image.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/colorpicker.jpg create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/flash.gif create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/icons.gif create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/iframe.gif create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/pagebreak.gif create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/quicktime.gif rename koha-tmpl/intranet-tmpl/{prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/images => lib/tiny_mce/themes/advanced/img}/realmedia.gif (100%) create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/shockwave.gif rename koha-tmpl/intranet-tmpl/{prog/en/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/images/spacer.gif => lib/tiny_mce/themes/advanced/img/trans.gif} (100%) create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/video.gif rename koha-tmpl/intranet-tmpl/{prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/images => lib/tiny_mce/themes/advanced/img}/windowsmedia.gif (100%) create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/about.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/anchor.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/charmap.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/color_picker.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/image.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/link.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/source_editor.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/langs/en.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/langs/en_dlg.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/link.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/shortcuts.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/content.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/dialog.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/buttons.png create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/items.gif create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/menu_check.gif create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/progress.gif create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/tabs.gif create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/ui.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/content.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/dialog.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/ui.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/content.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/dialog.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui_black.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/source_editor.htm create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/editor_template.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/img/icons.gif create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/langs/en.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/default/content.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/default/ui.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/content.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/ui.css create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.pl create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_popup.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/editable_selects.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/form_utils.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/mctabs.js create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/validate.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/changelog delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/docs/index.html delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_advanced.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_advanced.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_flash_list.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_full.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_full.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_image_list.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_link_list.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_media_list.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_simple.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_template.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_template_list.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_word.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/example_word.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/logo.jpg delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/logo_over.jpg delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/templates/count.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/templates/editing_details.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/templates/editors_comment.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/templates/invoice.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/templates/layout1.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/examples/templates/snippet1.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/blank.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/langs/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/license.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advhr/css/advhr.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advhr/images/advhr.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advhr/jscripts/rule.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advhr/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advimage/css/advimage.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advimage/image.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advimage/images/sample.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advimage/jscripts/functions.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advimage/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advlink/css/advlink.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advlink/jscripts/functions.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/advlink/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/autosave/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/autosave/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/cleanup/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/cleanup/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/cleanup/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/css/contextmenu.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/contextmenu/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/css/devkit.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/css/devkit_ui.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/devkit.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/images/flip_down.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/images/flip_up.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/jscripts/devkit.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/jscripts/diff.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/devkit/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/directionality/images/ltr.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/directionality/images/rtl.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/directionality/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/directionality/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/emotions.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-cool.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-cry.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-embarassed.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-foot-in-mouth.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-frown.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-innocent.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-kiss.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-laughing.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-money-mouth.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-sealed.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-smile.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-surprised.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-tongue-out.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-undecided.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-wink.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-yell.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/jscripts/functions.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/emotions/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/css/content.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/css/flash.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/flash.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/images/flash.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/jscripts/flash.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/flash/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/blank.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/fullpage.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/images/add.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/images/fullpage.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/images/move_down.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/images/move_up.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/images/remove.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/jscripts/fullpage.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/css/page.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/images/fullscreen.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/fullscreen/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/iespell/images/iespell.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/iespell/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/iespell/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/css/inlinepopup.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/images/spacer.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/images/window_close.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/images/window_maximize.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/images/window_minimize.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/images/window_resize.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/jscripts/mcwindows.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/inlinepopups/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images/insertdate.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images/inserttime.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/insertdatetime/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/images/absolute.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/images/backward.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/images/forward.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/images/insert_layer.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/images/insertlayer.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/images/movebackward.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/images/moveforward.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/layer/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/css/content.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/css/media.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/images/flash.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/images/media.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/images/quicktime.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/images/shockwave.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/jscripts/embed.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/jscripts/media.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/media/media.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/nonbreaking/images/nonbreaking.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/nonbreaking/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/noneditable/css/noneditable.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/noneditable/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/css/blank.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/css/pasteword.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/images/pastetext.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/images/pasteword.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/images/selectall.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/jscripts/pastetext.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/jscripts/pasteword.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/paste/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/preview/example.html delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/preview/images/preview.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/preview/jscripts/embed.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/preview/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/preview/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/print/images/print.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/print/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/print/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/save/images/cancel.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/save/images/save.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/save/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/save/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace_all_button_bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace_button_bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/search.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/jscripts/searchreplace.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/css/props.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/images/apply_button_bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/images/style_info.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/images/styleprops.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/jscripts/props.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/props.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/style/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/cell.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/css/cell.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/css/row.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/css/table.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/buttons.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/table.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_cell_props.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_col.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_row.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_after.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_before.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_after.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_before.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_merge_cells.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_row_props.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/images/table_split_cells.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/jscripts/cell.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/jscripts/merge_cells.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/jscripts/row.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/jscripts/table.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/row.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/table/table.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/template/blank.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/template/css/template.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/template/images/template.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/template/jscripts/template.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/template/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/template/template.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/visualchars/images/visualchars.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/visualchars/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/acronym.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/attributes.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/del.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/abbr.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/acronym.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/attribs.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/cite.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/date_time.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/del.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/ins.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/remove_button_bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/acronym.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/attributes.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/cite.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/del.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/element_common.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/ins.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/plugins/zoom/readme.txt delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/about.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/css/colorpicker.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_content.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_popup.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_ui.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/about.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/index.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/style.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/image.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor_symbol.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/backcolor.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_es.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_tw.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/browse.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/bullist.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/button_menu.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/buttons.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/cancel_button_bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/charmap.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/cleanup.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/close.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/code.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/color.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/colors.jpg delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/copy.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/custom_1.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/cut.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/forecolor.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/help.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/hr.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/image.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/indent.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/insert_button_bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_es.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_tw.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/justifycenter.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyfull.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyleft.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyright.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/link.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/menu_check.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/newdocument.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/numlist.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/opacity.png delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/outdent.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/paste.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/redo.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/removeformat.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/separator.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/spacer.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/statusbar_resize.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/sub.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/sup.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_es.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_tw.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/undo.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/unlink.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/visualaid.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_end.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_end.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tabs_bg.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/about.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/anchor.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/charmap.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/color_picker.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/image.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/link.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/source_editor.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/link.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/css/editor_content.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/css/editor_popup.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/css/editor_ui.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_fr.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_ru.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/bold_tw.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/bullist.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/buttons.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/cleanup.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic_ru.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/italic_tw.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/numlist.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/redo.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/separator.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/spacer.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/strikethrough.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/underline.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/underline_fr.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/underline_ru.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/underline_tw.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/themes/simple/images/undo.gif delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/tiny_mce.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/tiny_mce_popup.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/tiny_mce_src.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/editable_selects.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/form_utils.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/mclayer.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/mctabs.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce/utils/validate.js delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/js/tinymce/readme hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 16 17:10:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Apr 2013 15:10:05 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10018_10061_deb_pkg_fixes created. v3.12.00-beta1-223-g15f58c2 Message-ID: This is an automated email from the git hooks/post-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_10018_10061_deb_pkg_fixes has been created at 15f58c257f8830dffb7b7d565f868f4614f2063d (commit) - Log ----------------------------------------------------------------- commit 15f58c257f8830dffb7b7d565f868f4614f2063d Author: Robin Sheat Date: Tue Apr 16 11:07:19 2013 +1200 Bug 10061 - Fix tinymce path references broken by bug 9172 Only affects the package builds Signed-off-by: Galen Charlton commit 7e5136c7e2c3ebd48a5081e523ab68994ee91829 Author: Robin Sheat Date: Wed Apr 10 14:33:33 2013 +1200 Bug 10018 - version update for 3.13 Signed-off-by: Galen Charlton ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 16 17:11:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 16 Apr 2013 15:11:28 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-224-ge4fec07 Message-ID: This is an automated email from the git hooks/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 e4fec0749989975b13280e86187c8b357a13763e (commit) via 15f58c257f8830dffb7b7d565f868f4614f2063d (commit) via 7e5136c7e2c3ebd48a5081e523ab68994ee91829 (commit) from 38dfbf865c59b04b115fd669859c13e4ba5e3049 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e4fec0749989975b13280e86187c8b357a13763e Merge: 38dfbf8 15f58c2 Author: Galen Charlton Date: Tue Apr 16 08:16:26 2013 -0700 Merge remote branch 'origin/new/bug_10018_10061_deb_pkg_fixes' ----------------------------------------------------------------------- Summary of changes: debian/build-git-snapshot | 4 ++-- debian/rules | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 18 13:52:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 11:52:54 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9894 created. v3.12.00-beta1-228-ge3a9d49 Message-ID: This is an automated email from the git hooks/post-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_9894 has been created at e3a9d492cc5ca142784c3e385867cd5a04b26ce8 (commit) - Log ----------------------------------------------------------------- commit e3a9d492cc5ca142784c3e385867cd5a04b26ce8 Author: Jonathan Druart Date: Thu Apr 4 09:47:25 2013 +0200 Bug 9894: Add labels for checkboxes Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit a0680d0ca2ff9c7b087cd995b85d5614d902e2d9 Author: Tomas Cohen Arazi Date: Wed Apr 3 15:50:49 2013 -0300 Bug 9894 - (3.12) Small followup Liz's patch adds the 'flagged' value back, but there's a problem with its logic that prevents it to work on startup (works fine for changing values) Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 0a91a071efa49b77ca1ff2923aafbd9de1a1a481 Author: Liz Rea Date: Fri Mar 29 22:33:33 2013 +1300 Bug 9894 - Followup: Add support for "flagged" values Even though we don't know what they mean or do. To test: - open the docs to have at hand the list of codes/visibility options combinations and try changing several subfields from a single tagfield. Save, and reopen the "Edit subfields" page. - Click the "Flagged" checkbox - it should disable the other checkboxes as this setting is (apparently) exclusive to the others. - Step through several tabs and set your visibilities as you like. - I had a MySQL shell opened to repeatedly run this query (i tested against field 886 on the default framework): > SELECT tagfield,tagsubfield,hidden FROM marc_subfield_structure WHERE frameworkcode='' AND tagfield=886; - Compare what was saved on the DB with the docs for that visibility selection. Bug 9894 - Help file updates To test: Click the Help link in the upper right hand corner of the MARC subfield editor Verify that the epic list of values is gone Verify that the help page overall looks alright Verify that the help makes sense and is understandable. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 557857cf2c881fb7beec2019d3c85cef893c5342 Author: Tomas Cohen Arazi Date: Mon Mar 25 22:55:11 2013 -0300 Bug 9894 - (3.12) de-serialize the 'hidden' value for subfields in frameworks This patch aims to provide a non-intrusive way (with respect to Koha's code, so it could have got into 3.12) for the users to easily choose the visibility settings for each subfield. This patch is also known to have arrived late for 3.12. I've been struggling with other stuff at work, but I just wanted to put this somewhere just in case it can be reused or something else. The patch adds two JavaScript functions that deal with (de)serialization of the 'hidden' value for subfields. One each way. Listeners are added to the checkboxes so the (actually, heh) 'hidden' value gets correctly updated on each checkbox change. There's a costly function to update all checkboxes on every tab to match the 'hidden' value on page load. To test: - open the docs to have at hand the list of codes/visibility options combinations and try changing several subfields from a single tagfield. Save, and reopen the "Edit subfields" page. - I had a MySQL shell opened to repeatedly run this query (i tested against field 886 on the default framework): > SELECT tagfield,tagsubfield,hidden FROM marc_subfield_structure WHERE frameworkcode='' AND tagfield=886; - Compare what was saved on the DB with the docs for that visibility selection. Regards To+ PS: I promise I'll work on the proper patch for 3.14, which would involve DB structure changes and (more than I expected) rewriten code. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Liz Rea I promise to hug you the next time we meet. This works, and is a reasonable work around for a very longstanding awkward interface. Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 18 14:20:33 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 12:20:33 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9737 created. v3.12.00-beta1-230-g2e47475 Message-ID: This is an automated email from the git hooks/post-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_9737 has been created at 2e4747566457d807fef88dff8332c3db18b86b49 (commit) - Log ----------------------------------------------------------------- commit 2e4747566457d807fef88dff8332c3db18b86b49 Author: David Cook Date: Fri Mar 1 13:22:33 2013 +1100 Bug 9737 - Local Covers sometimes appear then disappear on OPAC Search Results/Lists The current problem: When the verify_images() function runs from amazonimages.js, it loops through every img element and selects the elements that come from Amazon sources. However, if the height/width is 1 (i.e. Amazon passes off a blank image) or if the img element's complete property is null or non-existent, then it searches for the parent node and re-writes the HTML with the "No Cover Image Available" (NO_AMAZON_IMAGE) text, even though that parent node might contain other img elements that have images available (from Google, local images, etc)! Proposed fix: Wrap the Amazon image in a span tag (as we do with the Google and local covers), so that it re-writes the HTML within that parent span, rather than the parent anchor which contains all the other images. To test: 1) Turn on the OPACAmazonCoverImages, GoogleJackets, and OPACLocalCoverImages system preferences 2) Replace the ISBN in one of your records with 9780615352435 3) Now load a local cover image for that record 4) Search for that record (but make sure you're vague enough to have multiple search results) 5) For a split second, you may notice the local cover image appears before being replaced by a "No Cover Image Available". Now apply this patch 6) Refresh your search results page 7) You should now see your local cover image, PLUS the "No Cover Image Available" for the Amazon image, and whatever other graphics/"no cover image available" "graphics" for the Google Jackets. To be comprehensive, try the same set of steps using the OPAC Lists rather than the OPAC Search Results Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 23f14a718049100dafb1580839dc869d3c1028ba Merge: e4fec07 e3a9d49 Author: Jared Camins-Esakov Date: Thu Apr 18 07:55:27 2013 -0400 Merge branch 'bug_9894' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 18 14:27:33 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 12:27:33 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9997 created. v3.12.00-beta1-232-g3cd8189 Message-ID: This is an automated email from the git hooks/post-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_9997 has been created at 3cd8189fa862164a64215a8c1d8690645c5397f2 (commit) - Log ----------------------------------------------------------------- commit 3cd8189fa862164a64215a8c1d8690645c5397f2 Author: Kyle M Hall Date: Mon Apr 8 09:32:08 2013 -0400 Bug 9997 - Suspected typo in patron self registration code String fix. The field name is also incorrect, causing the alternate contact country to not be stored. To test: Submit an update to an existing patron record an include a change to the alternate contact's country field. Before the patch this line would not appear in the staff client for approval. After the patch it should. Signed-off-by: Owen Leonard Reminder: Even small patches require test plans. I have added one which I think covers the changes in the patch. Signed-off-by: Katrin Fischer All tests and QA script pass. Signed-off-by: Jared Camins-Esakov commit c195c299520f532b7ed81abea68d0f1377fde8c0 Merge: 23f14a7 2e47475 Author: Jared Camins-Esakov Date: Thu Apr 18 08:25:48 2013 -0400 Merge branch 'bug_9737' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 18 14:27:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 12:27:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-233-gca676f7 Message-ID: This is an automated email from the git hooks/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 ca676f72ff9c81ee9949463b815ee78a5002f1ea (commit) via 3cd8189fa862164a64215a8c1d8690645c5397f2 (commit) via c195c299520f532b7ed81abea68d0f1377fde8c0 (commit) via 2e4747566457d807fef88dff8332c3db18b86b49 (commit) via 23f14a718049100dafb1580839dc869d3c1028ba (commit) via e3a9d492cc5ca142784c3e385867cd5a04b26ce8 (commit) via a0680d0ca2ff9c7b087cd995b85d5614d902e2d9 (commit) via 0a91a071efa49b77ca1ff2923aafbd9de1a1a481 (commit) via 557857cf2c881fb7beec2019d3c85cef893c5342 (commit) from e4fec0749989975b13280e86187c8b357a13763e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ca676f72ff9c81ee9949463b815ee78a5002f1ea Merge: c195c29 3cd8189 Author: Jared Camins-Esakov Date: Thu Apr 18 08:33:13 2013 -0400 Merge branch 'bug_9997' into 3.14-master ----------------------------------------------------------------------- Summary of changes: .../en/modules/admin/marc_subfields_structure.tt | 153 +++++++++++++++++++- .../modules/help/admin/marc_subfields_structure.tt | 35 ++---- .../prog/en/modules/members/members-update.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 6 +- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 6 +- 5 files changed, 168 insertions(+), 34 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 18 14:27:56 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 12:27:56 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-218-g2372f3f Message-ID: This is an automated email from the git hooks/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 2372f3f422607a40c3efd675beb0e5d6b614a516 (commit) via 4969a924eefd6e93ca4971b29554ea078a270d23 (commit) via 6f3e4a344d1134fddd2a0c776e1b0b5cba8f0443 (commit) via b95f9f2e9de5c2ac7b252da5eb04eee3f34e8fe5 (commit) via 5c5cf485f77df8ed42687668357790d5e77788c6 (commit) via 0d7e8397949e4a394ad308458aa1408e8fdf331f (commit) via d953330264a5b56bedf59a68b2086f3d3b0b6c90 (commit) from e468eb177be4176534256c48cdd021b6180eb3d8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2372f3f422607a40c3efd675beb0e5d6b614a516 Author: Kyle M Hall Date: Mon Apr 8 09:32:08 2013 -0400 Bug 9997 - Suspected typo in patron self registration code String fix. The field name is also incorrect, causing the alternate contact country to not be stored. To test: Submit an update to an existing patron record an include a change to the alternate contact's country field. Before the patch this line would not appear in the staff client for approval. After the patch it should. Signed-off-by: Owen Leonard Reminder: Even small patches require test plans. I have added one which I think covers the changes in the patch. Signed-off-by: Katrin Fischer All tests and QA script pass. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 3cd8189fa862164a64215a8c1d8690645c5397f2) Signed-off-by: Jared Camins-Esakov commit 4969a924eefd6e93ca4971b29554ea078a270d23 Author: David Cook Date: Fri Mar 1 13:22:33 2013 +1100 Bug 9737 - Local Covers sometimes appear then disappear on OPAC Search Results/Lists The current problem: When the verify_images() function runs from amazonimages.js, it loops through every img element and selects the elements that come from Amazon sources. However, if the height/width is 1 (i.e. Amazon passes off a blank image) or if the img element's complete property is null or non-existent, then it searches for the parent node and re-writes the HTML with the "No Cover Image Available" (NO_AMAZON_IMAGE) text, even though that parent node might contain other img elements that have images available (from Google, local images, etc)! Proposed fix: Wrap the Amazon image in a span tag (as we do with the Google and local covers), so that it re-writes the HTML within that parent span, rather than the parent anchor which contains all the other images. To test: 1) Turn on the OPACAmazonCoverImages, GoogleJackets, and OPACLocalCoverImages system preferences 2) Replace the ISBN in one of your records with 9780615352435 3) Now load a local cover image for that record 4) Search for that record (but make sure you're vague enough to have multiple search results) 5) For a split second, you may notice the local cover image appears before being replaced by a "No Cover Image Available". Now apply this patch 6) Refresh your search results page 7) You should now see your local cover image, PLUS the "No Cover Image Available" for the Amazon image, and whatever other graphics/"no cover image available" "graphics" for the Google Jackets. To be comprehensive, try the same set of steps using the OPAC Lists rather than the OPAC Search Results Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit 2e4747566457d807fef88dff8332c3db18b86b49) Signed-off-by: Jared Camins-Esakov commit 6f3e4a344d1134fddd2a0c776e1b0b5cba8f0443 Author: Jonathan Druart Date: Thu Apr 4 09:47:25 2013 +0200 Bug 9894: Add labels for checkboxes Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit e3a9d492cc5ca142784c3e385867cd5a04b26ce8) Signed-off-by: Jared Camins-Esakov commit b95f9f2e9de5c2ac7b252da5eb04eee3f34e8fe5 Author: Tomas Cohen Arazi Date: Wed Apr 3 15:50:49 2013 -0300 Bug 9894 - (3.12) Small followup Liz's patch adds the 'flagged' value back, but there's a problem with its logic that prevents it to work on startup (works fine for changing values) Regards To+ Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit a0680d0ca2ff9c7b087cd995b85d5614d902e2d9) Signed-off-by: Jared Camins-Esakov commit 5c5cf485f77df8ed42687668357790d5e77788c6 Author: Liz Rea Date: Fri Mar 29 22:33:33 2013 +1300 Bug 9894 - Followup: Add support for "flagged" values Even though we don't know what they mean or do. To test: - open the docs to have at hand the list of codes/visibility options combinations and try changing several subfields from a single tagfield. Save, and reopen the "Edit subfields" page. - Click the "Flagged" checkbox - it should disable the other checkboxes as this setting is (apparently) exclusive to the others. - Step through several tabs and set your visibilities as you like. - I had a MySQL shell opened to repeatedly run this query (i tested against field 886 on the default framework): > SELECT tagfield,tagsubfield,hidden FROM marc_subfield_structure WHERE frameworkcode='' AND tagfield=886; - Compare what was saved on the DB with the docs for that visibility selection. Bug 9894 - Help file updates To test: Click the Help link in the upper right hand corner of the MARC subfield editor Verify that the epic list of values is gone Verify that the help page overall looks alright Verify that the help makes sense and is understandable. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit 0a91a071efa49b77ca1ff2923aafbd9de1a1a481) Signed-off-by: Jared Camins-Esakov commit 0d7e8397949e4a394ad308458aa1408e8fdf331f Author: Tomas Cohen Arazi Date: Mon Mar 25 22:55:11 2013 -0300 Bug 9894 - (3.12) de-serialize the 'hidden' value for subfields in frameworks This patch aims to provide a non-intrusive way (with respect to Koha's code, so it could have got into 3.12) for the users to easily choose the visibility settings for each subfield. This patch is also known to have arrived late for 3.12. I've been struggling with other stuff at work, but I just wanted to put this somewhere just in case it can be reused or something else. The patch adds two JavaScript functions that deal with (de)serialization of the 'hidden' value for subfields. One each way. Listeners are added to the checkboxes so the (actually, heh) 'hidden' value gets correctly updated on each checkbox change. There's a costly function to update all checkboxes on every tab to match the 'hidden' value on page load. To test: - open the docs to have at hand the list of codes/visibility options combinations and try changing several subfields from a single tagfield. Save, and reopen the "Edit subfields" page. - I had a MySQL shell opened to repeatedly run this query (i tested against field 886 on the default framework): > SELECT tagfield,tagsubfield,hidden FROM marc_subfield_structure WHERE frameworkcode='' AND tagfield=886; - Compare what was saved on the DB with the docs for that visibility selection. Regards To+ PS: I promise I'll work on the proper patch for 3.14, which would involve DB structure changes and (more than I expected) rewriten code. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Liz Rea I promise to hug you the next time we meet. This works, and is a reasonable work around for a very longstanding awkward interface. Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit 557857cf2c881fb7beec2019d3c85cef893c5342) Signed-off-by: Jared Camins-Esakov commit d953330264a5b56bedf59a68b2086f3d3b0b6c90 Author: Robin Sheat Date: Tue Apr 16 11:07:19 2013 +1200 Bug 10061 - Fix tinymce path references broken by bug 9172 Only affects the package builds Signed-off-by: Galen Charlton (cherry picked from commit 15f58c257f8830dffb7b7d565f868f4614f2063d) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: debian/rules | 5 +- .../en/modules/admin/marc_subfields_structure.tt | 153 +++++++++++++++++++- .../modules/help/admin/marc_subfields_structure.tt | 35 ++---- .../prog/en/modules/members/members-update.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 6 +- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 6 +- 6 files changed, 170 insertions(+), 37 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 18 14:30:54 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 12:30:54 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10042 created. v3.12.00-beta1-234-gfd3aed1 Message-ID: This is an automated email from the git hooks/post-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_10042 has been created at fd3aed11ec912fc09161db12f18f26c7e0279c51 (commit) - Log ----------------------------------------------------------------- commit fd3aed11ec912fc09161db12f18f26c7e0279c51 Author: Tomas Cohen Arazi Date: Sat Apr 13 21:31:14 2013 -0300 Bug 10042 - Minor typo ("Communnity") in packages docs VERY trivial string patch. Couldn't help sending it. To+ Signed-off-by: Magnus Enger Thanks for fixing my typo! I did not test by building packages etc, but by grepping for "Communnity". The patch removes all occurences of the typo. Passed-QA-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 Apr 18 14:53:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 12:53:13 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10008 created. v3.12.00-beta1-236-gce1c6ce Message-ID: This is an automated email from the git hooks/post-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_10008 has been created at ce1c6ce4d22ee9226f65ec8a1b69874629113df7 (commit) - Log ----------------------------------------------------------------- commit ce1c6ce4d22ee9226f65ec8a1b69874629113df7 Author: Owen Leonard Date: Tue Apr 9 15:27:15 2013 -0400 Bug 10008 - Serials search results 'Opened' tab should be 'Open' The searials search results "Opened" tab should be labeled "Open." This patch makes this correction and changes the wording in another place which used "opened." Markup has also been added to maintain consistency in display of messages. To test, perform a search for a subscription. If your search returns results you should see an "Open" and a "Closed" tab. To test other affected changes perform searches which return no results, only open subscriptions, or only closed subscriptions. "No results" messages should display correctly and consistently. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 90e2e9d994c6d5ba6f1526b0573598ed55f9c838 Merge: ca676f7 fd3aed1 Author: Jared Camins-Esakov Date: Thu Apr 18 08:36:24 2013 -0400 Merge branch 'bug_10042' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 18 15:06:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 13:06:21 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10002 created. v3.12.00-beta1-238-g24d9d9c Message-ID: This is an automated email from the git hooks/post-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_10002 has been created at 24d9d9c1712526cb0fe0a000fe255bfd8dbf1d22 (commit) - Log ----------------------------------------------------------------- commit 24d9d9c1712526cb0fe0a000fe255bfd8dbf1d22 Author: Owen Leonard Date: Tue Apr 9 15:44:45 2013 -0400 Bug 10002 - Don't include line breaks in strings that are translated Several JS alert messages contain "\n" which is problematic for translation. This patch removes those instances (a line break is not strictly necessary anyway). Also corrected: two instances of "holds(s)" To test, place a hold on a title with items. From the biblio detail page choose Edit -> Delete all items and Edit -> Delete record. In each case you should see error messages with no line breaks and no misspellings. Delete all items attached to the record with holds from the item edit page. Go back to the detail page and choose Edit -> Delete record. You should see an error message about existing hold(s) with no line breaks or misspellings. Signed-off-by: Chris Cormack Harmless change, fixes misspellings and makes translations easier Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 4ff1ee86b12f30f4d8f9fd9f366ad3a5a13a5ab3 Merge: 90e2e9d ce1c6ce Author: Jared Camins-Esakov Date: Thu Apr 18 08:58:48 2013 -0400 Merge branch 'bug_10008' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 18 15:12:53 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 13:12:53 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10000 created. v3.12.00-beta1-240-g6522e9f Message-ID: This is an automated email from the git hooks/post-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_10000 has been created at 6522e9fe4b8cb90caaf2f5c357f365ac763c8f2f (commit) - Log ----------------------------------------------------------------- commit 6522e9fe4b8cb90caaf2f5c357f365ac763c8f2f Author: Owen Leonard Date: Mon Apr 8 10:26:06 2013 -0400 Bug 10000 - Little typo in intranet-tmpl/prog/en/modules/help/tools/letter.tt: sliip This patch removes the extra i in "sliip." To test, go to Tools -> Notices & Slips and view the help file. The last bulleted item on the page should contain no typo. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Can't resist to sign Bug 10000!! Work as described. No errors. Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Can't resist to QA - All tests and QA script pass. Signed-off-by: Jared Camins-Esakov commit 416aff6d5a07e2cbbecd975b9ac927cdce65ff0b Merge: 4ff1ee8 24d9d9c Author: Jared Camins-Esakov Date: Thu Apr 18 09:11:59 2013 -0400 Merge branch 'bug_10002' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 18 15:23:50 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 13:23:50 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_6554 updated. v3.12.00-beta1-134-ge98fe7e Message-ID: This is an automated email from the git hooks/post-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_6554 has been updated via e98fe7e32244fa11d218b4d2a1006eea547e70d8 (commit) from f257944d10c2660e7d7297768af314985c80a1c7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e98fe7e32244fa11d218b4d2a1006eea547e70d8 Author: Colin Campbell Date: Thu Apr 4 10:54:03 2013 +0100 Bug 6554 Fix error caused by modifying $_ in a map Error 'Modification of a read-only value attempted' triggered on login because of manipulation of $_ in the map Moved the mod to a loop as recommended in the doc for map Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 18 15:42:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 13:42:38 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_7368 updated. v3.12.00-alpha2-66-g0f92532 Message-ID: This is an automated email from the git hooks/post-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 0f92532b52da70bea81babc1c02fdc8fc045024c (commit) via c134a3c5c325a2637793b43c8649742ad8826828 (commit) from 7575a8eb8f7d69a80f5c71b6a6de1415b024b7a2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0f92532b52da70bea81babc1c02fdc8fc045024c Author: Marcel de Rooy Date: Mon Apr 15 15:05:54 2013 +0200 7368 Typo in edithelp.pl warning Typo: able save => able to save. Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov commit c134a3c5c325a2637793b43c8649742ad8826828 Author: Marcel de Rooy Date: Thu Apr 4 09:58:17 2013 +0200 Bug 7368: Typo in kohastructure.sql documentation line Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: edithelp.pl | 2 +- installer/data/mysql/kohastructure.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 18 15:58:30 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 13:58:30 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-225-ge5a88c5 Message-ID: This is an automated email from the git hooks/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 e5a88c5ab8755be6b5a3d1fb586593a557abd446 (commit) via faca8f75dba90d8a351cd9cd1b462843df783f76 (commit) via 32a0703092172e9dc92624bbc8a5649e05a79929 (commit) via 63167c7ff86c1d469e9b012cb609ddc6bee9063e (commit) via dd5c6f4225f1615ba6ff88fe0fdf462a8327e1da (commit) via cdf61719204703b48653a7294b2e5cbe81048676 (commit) via 900750839c45739ec069b97ab54cebdcc1fe2901 (commit) from 2372f3f422607a40c3efd675beb0e5d6b614a516 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e5a88c5ab8755be6b5a3d1fb586593a557abd446 Author: Marcel de Rooy Date: Mon Apr 15 15:05:54 2013 +0200 7368 Typo in edithelp.pl warning Typo: able save => able to save. Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit 0f92532b52da70bea81babc1c02fdc8fc045024c) Signed-off-by: Jared Camins-Esakov commit faca8f75dba90d8a351cd9cd1b462843df783f76 Author: Marcel de Rooy Date: Thu Apr 4 09:58:17 2013 +0200 Bug 7368: Typo in kohastructure.sql documentation line Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit c134a3c5c325a2637793b43c8649742ad8826828) Signed-off-by: Jared Camins-Esakov commit 32a0703092172e9dc92624bbc8a5649e05a79929 Author: Colin Campbell Date: Thu Apr 4 10:54:03 2013 +0100 Bug 6554 Fix error caused by modifying $_ in a map Error 'Modification of a read-only value attempted' triggered on login because of manipulation of $_ in the map Moved the mod to a loop as recommended in the doc for map Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit e98fe7e32244fa11d218b4d2a1006eea547e70d8) Signed-off-by: Jared Camins-Esakov commit 63167c7ff86c1d469e9b012cb609ddc6bee9063e Author: Owen Leonard Date: Mon Apr 8 10:26:06 2013 -0400 Bug 10000 - Little typo in intranet-tmpl/prog/en/modules/help/tools/letter.tt: sliip This patch removes the extra i in "sliip." To test, go to Tools -> Notices & Slips and view the help file. The last bulleted item on the page should contain no typo. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Can't resist to sign Bug 10000!! Work as described. No errors. Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Can't resist to QA - All tests and QA script pass. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 6522e9fe4b8cb90caaf2f5c357f365ac763c8f2f) Signed-off-by: Jared Camins-Esakov commit dd5c6f4225f1615ba6ff88fe0fdf462a8327e1da Author: Owen Leonard Date: Tue Apr 9 15:44:45 2013 -0400 Bug 10002 - Don't include line breaks in strings that are translated Several JS alert messages contain "\n" which is problematic for translation. This patch removes those instances (a line break is not strictly necessary anyway). Also corrected: two instances of "holds(s)" To test, place a hold on a title with items. From the biblio detail page choose Edit -> Delete all items and Edit -> Delete record. In each case you should see error messages with no line breaks and no misspellings. Delete all items attached to the record with holds from the item edit page. Go back to the detail page and choose Edit -> Delete record. You should see an error message about existing hold(s) with no line breaks or misspellings. Signed-off-by: Chris Cormack Harmless change, fixes misspellings and makes translations easier Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit 24d9d9c1712526cb0fe0a000fe255bfd8dbf1d22) Signed-off-by: Jared Camins-Esakov commit cdf61719204703b48653a7294b2e5cbe81048676 Author: Owen Leonard Date: Tue Apr 9 15:27:15 2013 -0400 Bug 10008 - Serials search results 'Opened' tab should be 'Open' The searials search results "Opened" tab should be labeled "Open." This patch makes this correction and changes the wording in another place which used "opened." Markup has also been added to maintain consistency in display of messages. To test, perform a search for a subscription. If your search returns results you should see an "Open" and a "Closed" tab. To test other affected changes perform searches which return no results, only open subscriptions, or only closed subscriptions. "No results" messages should display correctly and consistently. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit ce1c6ce4d22ee9226f65ec8a1b69874629113df7) Signed-off-by: Jared Camins-Esakov commit 900750839c45739ec069b97ab54cebdcc1fe2901 Author: Tomas Cohen Arazi Date: Sat Apr 13 21:31:14 2013 -0300 Bug 10042 - Minor typo ("Communnity") in packages docs VERY trivial string patch. Couldn't help sending it. To+ Signed-off-by: Magnus Enger Thanks for fixing my typo! I did not test by building packages etc, but by grepping for "Communnity". The patch removes all occurences of the typo. Passed-QA-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit fd3aed11ec912fc09161db12f18f26c7e0279c51) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 19 ++++++++++++++++--- debian/docs/koha-common.xml | 2 +- debian/docs/koha-create-dirs.xml | 2 +- debian/docs/koha-create.xml | 2 +- debian/docs/koha-disable.xml | 2 +- debian/docs/koha-dump-defaults.xml | 2 +- debian/docs/koha-dump.xml | 2 +- debian/docs/koha-email-disable.xml | 2 +- debian/docs/koha-email-enable.xml | 2 +- debian/docs/koha-enable.xml | 2 +- debian/docs/koha-foreach.xml | 2 +- debian/docs/koha-list.xml | 2 +- debian/docs/koha-mysql.xml | 2 +- debian/docs/koha-rebuild-zebra.xml | 2 +- debian/docs/koha-remove.xml | 2 +- debian/docs/koha-reset-passwd.xml | 2 +- debian/docs/koha-restart-zebra.xml | 2 +- debian/docs/koha-restore.xml | 2 +- debian/docs/koha-run-backups.xml | 2 +- debian/docs/koha-start-zebra.xml | 2 +- debian/docs/koha-stop-zebra.xml | 2 +- debian/docs/koha-upgrade-schema.xml | 2 +- debian/docs/koha-upgrade-to-3.4.xml | 2 +- edithelp.pl | 2 +- installer/data/mysql/kohastructure.sql | 2 +- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 6 +++--- .../prog/en/modules/help/tools/letter.tt | 2 +- .../prog/en/modules/serials/serials-search.tt | 14 +++++++++++--- 28 files changed, 55 insertions(+), 34 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 18 15:58:31 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 18 Apr 2013 13:58:31 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-246-g8101d83 Message-ID: This is an automated email from the git hooks/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 8101d83af67f696fc12cc1830d9b51fd120ef6a4 (commit) via 0f92532b52da70bea81babc1c02fdc8fc045024c (commit) via c134a3c5c325a2637793b43c8649742ad8826828 (commit) via 1af20347f180b734758d0822c6a7ee4baa10dfe3 (commit) via e98fe7e32244fa11d218b4d2a1006eea547e70d8 (commit) via 61bb1c348266abd553c0eae0e30b29237fdb1160 (commit) via 6522e9fe4b8cb90caaf2f5c357f365ac763c8f2f (commit) via 416aff6d5a07e2cbbecd975b9ac927cdce65ff0b (commit) via 24d9d9c1712526cb0fe0a000fe255bfd8dbf1d22 (commit) via 4ff1ee86b12f30f4d8f9fd9f366ad3a5a13a5ab3 (commit) via ce1c6ce4d22ee9226f65ec8a1b69874629113df7 (commit) via 90e2e9d994c6d5ba6f1526b0573598ed55f9c838 (commit) via fd3aed11ec912fc09161db12f18f26c7e0279c51 (commit) from ca676f72ff9c81ee9949463b815ee78a5002f1ea (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8101d83af67f696fc12cc1830d9b51fd120ef6a4 Merge: 1af2034 0f92532 Author: Jared Camins-Esakov Date: Thu Apr 18 09:48:06 2013 -0400 Merge branch 'bug_7368' into 3.14-master commit 1af20347f180b734758d0822c6a7ee4baa10dfe3 Merge: 61bb1c3 e98fe7e Author: Jared Camins-Esakov Date: Thu Apr 18 09:29:32 2013 -0400 Merge branch 'bug_6554' into 3.14-master commit 61bb1c348266abd553c0eae0e30b29237fdb1160 Merge: 416aff6 6522e9f Author: Jared Camins-Esakov Date: Thu Apr 18 09:18:18 2013 -0400 Merge branch 'bug_10000' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Context.pm | 19 ++++++++++++++++--- debian/docs/koha-common.xml | 2 +- debian/docs/koha-create-dirs.xml | 2 +- debian/docs/koha-create.xml | 2 +- debian/docs/koha-disable.xml | 2 +- debian/docs/koha-dump-defaults.xml | 2 +- debian/docs/koha-dump.xml | 2 +- debian/docs/koha-email-disable.xml | 2 +- debian/docs/koha-email-enable.xml | 2 +- debian/docs/koha-enable.xml | 2 +- debian/docs/koha-foreach.xml | 2 +- debian/docs/koha-list.xml | 2 +- debian/docs/koha-mysql.xml | 2 +- debian/docs/koha-rebuild-zebra.xml | 2 +- debian/docs/koha-remove.xml | 2 +- debian/docs/koha-reset-passwd.xml | 2 +- debian/docs/koha-restart-zebra.xml | 2 +- debian/docs/koha-restore.xml | 2 +- debian/docs/koha-run-backups.xml | 2 +- debian/docs/koha-start-zebra.xml | 2 +- debian/docs/koha-stop-zebra.xml | 2 +- debian/docs/koha-upgrade-schema.xml | 2 +- debian/docs/koha-upgrade-to-3.4.xml | 2 +- edithelp.pl | 2 +- installer/data/mysql/kohastructure.sql | 2 +- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 6 +++--- .../prog/en/modules/help/tools/letter.tt | 2 +- .../prog/en/modules/serials/serials-search.tt | 14 +++++++++++--- 28 files changed, 55 insertions(+), 34 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 20 04:52:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 20 Apr 2013 02:52:09 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10058 created. v3.12.00-beta1-247-gc5e2c06 Message-ID: This is an automated email from the git hooks/post-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_10058 has been created at c5e2c06a791f97f39cc2e93fa0092de6eaa9cb07 (commit) - Log ----------------------------------------------------------------- commit c5e2c06a791f97f39cc2e93fa0092de6eaa9cb07 Author: Magnus Enger Date: Mon Apr 15 21:56:53 2013 +0200 Bug 10058 - Fix unapi for NORMARC This patch uses a lot of MARC21 XSLT to transform NORMARC records to desired formats. Since NORMARC is mostly a subset of MARC21, I think this should give passable results. And better results than no unapi-support at all for NORMARC! To reproduce: - Make sure you have marcflavour = NORMARC - Visit /cgi-bin/koha/unapi in a browser - Observe the empty element To test: - Apply the patch - Visit /cgi-bin/koha/unapi in a browser - Observe the the list of formats in the element - Import the provided sample NORMARC record and make a note of its biblionumber - View the record at /cgi-bin/koha/unapi?id=koha:biblionumber:x&format=y where x = the biblionumber of the sample record and y = one of the formats marcxml, marcxml-full, mods, mods-full, mods3, mods3-full, oai_dc, rdfdc, rss2, rss2-full and srw_dc - Check that the transformed records make some kind of superficial sense Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 20 05:01:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 20 Apr 2013 03:01:44 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10074 created. v3.12.00-beta1-251-ge848d89 Message-ID: This is an automated email from the git hooks/post-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_10074 has been created at e848d89e45d3e6610c3e9d246bd3672636dd63fb (commit) - Log ----------------------------------------------------------------- commit e848d89e45d3e6610c3e9d246bd3672636dd63fb Author: Marcel de Rooy Date: Fri Apr 19 14:44:35 2013 +0200 Bug 10074: QA Followup for InstallAuth.pm Moving use Output.pm to optional require. Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov commit d0c6e09429d2af711f911b57601a02f17591d441 Author: Tomas Cohen Arazi Date: Thu Apr 18 16:27:03 2013 -0300 Bug 10074 - Encoding problems for installer Bug 6554 patched output_html_with_http_headers to encode utf8 data, and Templates.pm to expect utf8 data to be encoded. The Installer page login screen outputs directly to STDOUT (InstallAuthAuth.pm does, WHICH IS WRONG!) and wasn't fixed to do the encoding first. This patch makes it use output_html_with_http_headers and solves the problem. Regards To+ Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov commit 5805b5f363bd657d3dac6aeba225438bf80cae9b Author: Tomas Cohen Arazi Date: Thu Apr 18 15:07:40 2013 -0300 Bug 10074 - Encoding problems at login time Bug 6554 patched output_html_with_http_headers to encode utf8 data, and Templates.pm to expect utf8 data to be encoded. (At least) the staff login screen outputs directly to STDOUT (Auth.pm does, WHICH IS WRONG!) and wasn't fixed to do the encoding first. This patch makes it use output_html_with_http_headers and solves the problem. Changed 'use' for 'require' as jcamins and marcelr suggested. Regards To+ Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov commit 66e31e9d2cc4861fa92fe43eb3717eab67274c82 Merge: 8101d83 c5e2c06 Author: Jared Camins-Esakov Date: Fri Apr 19 22:57:37 2013 -0400 Merge branch 'bug_10058' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 20 05:07:50 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 20 Apr 2013 03:07:50 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10019 created. v3.12.00-beta1-253-g7e90e15 Message-ID: This is an automated email from the git hooks/post-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_10019 has been created at 7e90e1524f7e586dac0f98241ace430e5cbeac7f (commit) - Log ----------------------------------------------------------------- commit 7e90e1524f7e586dac0f98241ace430e5cbeac7f Author: Marcel de Rooy Date: Wed Apr 10 10:13:52 2013 +0200 Bug 10019: Fix for userid containing UTF8 chars Decodes userid on two places in checkauth of C4/Auth.pm Test plan: Include some non-Latin characters in your userid (loginname). Arab, Chinese? Login into opac and check user page. Go to staff (no new login), check your login name at various places. Logout, login via staff. Do the same. Go to opac again (no new login), check user page. Optionally: Remove all your sessions from table. Do a login. Check sessions. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works as described. No errors. This patch fixes this problem, but I wonder if there is a general solution that handle all as utf8. Tested in opac and staff. Signed-off-by: Jared Camins-Esakov commit bd6cd72148a456e77bc3b2695bd67b9bd92a128f Merge: 66e31e9 e848d89 Author: Jared Camins-Esakov Date: Fri Apr 19 23:07:14 2013 -0400 Merge branch 'bug_10074' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 20 05:11:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 20 Apr 2013 03:11:14 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10072 created. v3.12.00-beta1-255-gfd95346 Message-ID: This is an automated email from the git hooks/post-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_10072 has been created at fd9534628b0234375688e031fc65d4aee3bbd091 (commit) - Log ----------------------------------------------------------------- commit fd9534628b0234375688e031fc65d4aee3bbd091 Author: Kyle M Hall Date: Wed Apr 17 14:07:55 2013 -0400 Bug 10072 - "my suggestions" always says "There are no pending purchase suggestions." Test Plan: 1) Switch off the IndependantBranches syspref 2) Log into the OPAC 3) Place a suggestions 4) Instead of seeing your suggestion, you will see "There are no pending purchase suggestions." 5) Apply this patch 6) Reload the page 7) You should now see your suggestions Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 4d883b4e73005f21b6fc775fa69c56ecf563e79c Merge: bd6cd72 7e90e15 Author: Jared Camins-Esakov Date: Fri Apr 19 23:13:24 2013 -0400 Merge branch 'bug_10019' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 20 05:20:47 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 20 Apr 2013 03:20:47 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9951 created. v3.12.00-beta1-258-gde7ba79 Message-ID: This is an automated email from the git hooks/post-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_9951 has been created at de7ba790fd2533bcf44ad7fd2f1255514ed9313c (commit) - Log ----------------------------------------------------------------- commit de7ba790fd2533bcf44ad7fd2f1255514ed9313c Author: Marcel de Rooy Date: Tue Apr 2 15:17:31 2013 +0200 Bug 9951: Followup for tools/viewlog.pl Adds utf8 cgi parameter decoding. Test plan: Enter diacritics in librarian field. Submit. Check. Signed-off-by: Chris Cormack This is ok in this case, as we are not doing any post/get of binary data, but I note from the man page This makes CGI.pm treat all parameters as UTF-8 strings. Use this with care, as it will interfere with the processing of binary uploads. It is better to manually select which fields are expected to return utf-8 strings and convert them using code like this: use Encode; my $arg = decode utf8=>param('foo'); Signed-off-by: Jared Camins-Esakov commit 252568aa8babdcc9508d3b3c7626543bfa648d99 Author: Marcel de Rooy Date: Tue Apr 2 14:06:02 2013 +0200 Bug 9951: Followup for Tools Adds decoding for Patron Cards/Patron Search and Tags (moderation). Test plan: Goto Tools. Add accent with diacritics in both areas. Check if you do not see converted characters. Signed-off-by: Chris Cormack Signed-off-by: Jared Camins-Esakov commit e94950b3d60ffad20925be80059569bd9b0fb992 Merge: 4d883b4 fd95346 Author: Jared Camins-Esakov Date: Fri Apr 19 23:17:01 2013 -0400 Merge branch 'bug_10072' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 20 05:21:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 20 Apr 2013 03:21:09 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-233-g5c4c680 Message-ID: This is an automated email from the git hooks/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 5c4c680fa69c2af8643a61268b5568c57401e5b1 (commit) via 22c88aa4cdfbe7389133d393199f57b5946e6605 (commit) via 4b0bd5a44f051a9cc4c20561fd7382c224deb30c (commit) via 678884ba389251849c69a40435a15f43f1bbb277 (commit) via c509ea3f18e71d230b634ba88291f3b32f446345 (commit) via 362d399e48a89e2903a48f189d593ace0e82b88f (commit) via 1ee3892529a0d920c555f357330316fdaff50e08 (commit) via f971c7c12ca0e6206f6a10b081b24cfb7e5620f7 (commit) from e5a88c5ab8755be6b5a3d1fb586593a557abd446 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5c4c680fa69c2af8643a61268b5568c57401e5b1 Author: Marcel de Rooy Date: Tue Apr 2 15:17:31 2013 +0200 Bug 9951: Followup for tools/viewlog.pl Adds utf8 cgi parameter decoding. Test plan: Enter diacritics in librarian field. Submit. Check. Signed-off-by: Chris Cormack This is ok in this case, as we are not doing any post/get of binary data, but I note from the man page This makes CGI.pm treat all parameters as UTF-8 strings. Use this with care, as it will interfere with the processing of binary uploads. It is better to manually select which fields are expected to return utf-8 strings and convert them using code like this: use Encode; my $arg = decode utf8=>param('foo'); Signed-off-by: Jared Camins-Esakov (cherry picked from commit de7ba790fd2533bcf44ad7fd2f1255514ed9313c) Signed-off-by: Jared Camins-Esakov commit 22c88aa4cdfbe7389133d393199f57b5946e6605 Author: Marcel de Rooy Date: Tue Apr 2 14:06:02 2013 +0200 Bug 9951: Followup for Tools Adds decoding for Patron Cards/Patron Search and Tags (moderation). Test plan: Goto Tools. Add accent with diacritics in both areas. Check if you do not see converted characters. Signed-off-by: Chris Cormack Signed-off-by: Jared Camins-Esakov (cherry picked from commit 252568aa8babdcc9508d3b3c7626543bfa648d99) Signed-off-by: Jared Camins-Esakov commit 4b0bd5a44f051a9cc4c20561fd7382c224deb30c Author: Kyle M Hall Date: Wed Apr 17 14:07:55 2013 -0400 Bug 10072 - "my suggestions" always says "There are no pending purchase suggestions." Test Plan: 1) Switch off the IndependantBranches syspref 2) Log into the OPAC 3) Place a suggestions 4) Instead of seeing your suggestion, you will see "There are no pending purchase suggestions." 5) Apply this patch 6) Reload the page 7) You should now see your suggestions Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit fd9534628b0234375688e031fc65d4aee3bbd091) Signed-off-by: Jared Camins-Esakov commit 678884ba389251849c69a40435a15f43f1bbb277 Author: Marcel de Rooy Date: Wed Apr 10 10:13:52 2013 +0200 Bug 10019: Fix for userid containing UTF8 chars Decodes userid on two places in checkauth of C4/Auth.pm Test plan: Include some non-Latin characters in your userid (loginname). Arab, Chinese? Login into opac and check user page. Go to staff (no new login), check your login name at various places. Logout, login via staff. Do the same. Go to opac again (no new login), check user page. Optionally: Remove all your sessions from table. Do a login. Check sessions. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Works as described. No errors. This patch fixes this problem, but I wonder if there is a general solution that handle all as utf8. Tested in opac and staff. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 7e90e1524f7e586dac0f98241ace430e5cbeac7f) Signed-off-by: Jared Camins-Esakov commit c509ea3f18e71d230b634ba88291f3b32f446345 Author: Marcel de Rooy Date: Fri Apr 19 14:44:35 2013 +0200 Bug 10074: QA Followup for InstallAuth.pm Moving use Output.pm to optional require. Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit e848d89e45d3e6610c3e9d246bd3672636dd63fb) Signed-off-by: Jared Camins-Esakov commit 362d399e48a89e2903a48f189d593ace0e82b88f Author: Tomas Cohen Arazi Date: Thu Apr 18 16:27:03 2013 -0300 Bug 10074 - Encoding problems for installer Bug 6554 patched output_html_with_http_headers to encode utf8 data, and Templates.pm to expect utf8 data to be encoded. The Installer page login screen outputs directly to STDOUT (InstallAuthAuth.pm does, WHICH IS WRONG!) and wasn't fixed to do the encoding first. This patch makes it use output_html_with_http_headers and solves the problem. Regards To+ Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit d0c6e09429d2af711f911b57601a02f17591d441) Signed-off-by: Jared Camins-Esakov commit 1ee3892529a0d920c555f357330316fdaff50e08 Author: Tomas Cohen Arazi Date: Thu Apr 18 15:07:40 2013 -0300 Bug 10074 - Encoding problems at login time Bug 6554 patched output_html_with_http_headers to encode utf8 data, and Templates.pm to expect utf8 data to be encoded. (At least) the staff login screen outputs directly to STDOUT (Auth.pm does, WHICH IS WRONG!) and wasn't fixed to do the encoding first. This patch makes it use output_html_with_http_headers and solves the problem. Changed 'use' for 'require' as jcamins and marcelr suggested. Regards To+ Sponsored-by: Universidad Nacional de Cordoba Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit 5805b5f363bd657d3dac6aeba225438bf80cae9b) Signed-off-by: Jared Camins-Esakov commit f971c7c12ca0e6206f6a10b081b24cfb7e5620f7 Author: Magnus Enger Date: Mon Apr 15 21:56:53 2013 +0200 Bug 10058 - Fix unapi for NORMARC This patch uses a lot of MARC21 XSLT to transform NORMARC records to desired formats. Since NORMARC is mostly a subset of MARC21, I think this should give passable results. And better results than no unapi-support at all for NORMARC! To reproduce: - Make sure you have marcflavour = NORMARC - Visit /cgi-bin/koha/unapi in a browser - Observe the empty element To test: - Apply the patch - Visit /cgi-bin/koha/unapi in a browser - Observe the the list of formats in the element - Import the provided sample NORMARC record and make a note of its biblionumber - View the record at /cgi-bin/koha/unapi?id=koha:biblionumber:x&format=y where x = the biblionumber of the sample record and y = one of the formats marcxml, marcxml-full, mods, mods-full, mods3, mods3-full, oai_dc, rdfdc, rss2, rss2-full and srw_dc - Check that the transformed records make some kind of superficial sense Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit c5e2c06a791f97f39cc2e93fa0092de6eaa9cb07) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 15 +++++++-------- C4/Suggestions.pm | 4 ---- installer/InstallAuth.pm | 9 +++------ opac/unapi | 13 +++++++++++++ patroncards/members-search.pl | 1 + tags/review.pl | 2 +- tools/viewlog.pl | 2 +- 7 files changed, 26 insertions(+), 20 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 20 05:21:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 20 Apr 2013 03:21:11 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-259-g8524994 Message-ID: This is an automated email from the git hooks/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 8524994eda7a780738d556dd7ea462e2ac9403a1 (commit) via de7ba790fd2533bcf44ad7fd2f1255514ed9313c (commit) via 252568aa8babdcc9508d3b3c7626543bfa648d99 (commit) via e94950b3d60ffad20925be80059569bd9b0fb992 (commit) via fd9534628b0234375688e031fc65d4aee3bbd091 (commit) via 4d883b4e73005f21b6fc775fa69c56ecf563e79c (commit) via 7e90e1524f7e586dac0f98241ace430e5cbeac7f (commit) via bd6cd72148a456e77bc3b2695bd67b9bd92a128f (commit) via e848d89e45d3e6610c3e9d246bd3672636dd63fb (commit) via d0c6e09429d2af711f911b57601a02f17591d441 (commit) via 5805b5f363bd657d3dac6aeba225438bf80cae9b (commit) via 66e31e9d2cc4861fa92fe43eb3717eab67274c82 (commit) via c5e2c06a791f97f39cc2e93fa0092de6eaa9cb07 (commit) from 8101d83af67f696fc12cc1830d9b51fd120ef6a4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8524994eda7a780738d556dd7ea462e2ac9403a1 Merge: e94950b de7ba79 Author: Jared Camins-Esakov Date: Fri Apr 19 23:26:20 2013 -0400 Merge branch 'bug_9951' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 15 +++++++-------- C4/Suggestions.pm | 4 ---- installer/InstallAuth.pm | 9 +++------ opac/unapi | 13 +++++++++++++ patroncards/members-search.pl | 1 + tags/review.pl | 2 +- tools/viewlog.pl | 2 +- 7 files changed, 26 insertions(+), 20 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 20 13:00:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 20 Apr 2013 11:00:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-42-g76265da Message-ID: This is an automated email from the git hooks/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 76265da1b6742c242e9c2bad9478371eb243d622 (commit) from fed08650e436965f8ba363287c335c434f24cddf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 76265da1b6742c242e9c2bad9478371eb243d622 Author: Tomas Cohen Arazi Date: Sun Mar 24 18:31:29 2013 -0300 Bug 9502 - Wrong destination in cp command (INSTALL.opensuse!) As noted on the bug by Marcel, the patch fails to acknowledge the path change properly in the INSTALL.opensuse file. This patch fixes that documentation error, if anyone is willing to apply it. Regards To+ PS: The original patch has been applied already or fixed by another patch. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: INSTALL.opensuse | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 20 13:03:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 20 Apr 2013 11:03:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.04-63-gaac9199 Message-ID: This is an automated email from the git hooks/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 aac9199afbf4b8d8f4130fd61124f3f491bb8996 (commit) from b4fc298a0979b4d3874910c2f4de0d2634bf1188 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit aac9199afbf4b8d8f4130fd61124f3f491bb8996 Author: Owen Leonard Date: Thu Nov 29 08:58:24 2012 -0500 Bug 9166 [Revised] OPAC needs configuration file for datepicker This patch adds a configuration include file for the datepicker. This file makes redundant the datepicker initialization in js/script.js, so that section is removed. This change should enable two things: the CalendarFirstDayOfWeek preference should now work in the OPAC, and the calendar should now use the current selected language. To test, try the calendar widget when placing a hold in the OPAC. The CalendarFirstDayOfWeek preference should be respected for Monday and Sunday. Switch languages. The calendar interface labels should reflect the current chosen language. Revision adds the configuration include to opac-user as well (required by the suspend holds feature). Signed-off-by: Jonathan Druart the datepicker plugin works for opac-reserve and opac-user Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/includes/calendar.inc | 29 +++++++++---------- koha-tmpl/opac-tmpl/prog/en/js/script.js | 25 +---------------- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 1 + koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 1 + 4 files changed, 17 insertions(+), 39 deletions(-) copy koha-tmpl/{intranet-tmpl => opac-tmpl}/prog/en/includes/calendar.inc (72%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 01:06:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 20 Apr 2013 23:06:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-43-g5634fc9 Message-ID: This is an automated email from the git hooks/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 5634fc955de5efaa2974b47888401a686ff4c855 (commit) from 76265da1b6742c242e9c2bad9478371eb243d622 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5634fc955de5efaa2974b47888401a686ff4c855 Author: Mark Tompsett Date: Tue Sep 18 13:15:18 2012 +0800 Bug 8780 - Lower dependency version for DateTime::TimeZone The fresh install of Debian, with the debian.koha-community.org repository, only has version 1.20 by default. As only the most basic functionality is being used, this version number should be lowered from 1.26 to 1.20 in ./C4/Installer/PerlDependencies.pm to make git installations cleaner. Signed-off-by: wajasu Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Installer/PerlDependencies.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 01:12:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 20 Apr 2013 23:12:12 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-45-g4e6faeb Message-ID: This is an automated email from the git hooks/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 4e6faebc94a683b76fa096ebd3f899dd8676ca31 (commit) via 854a4525d87cd3dc6dcaa9d5d265dfdad95d9e8f (commit) from 5634fc955de5efaa2974b47888401a686ff4c855 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4e6faebc94a683b76fa096ebd3f899dd8676ca31 Author: Kyle M Hall Date: Tue Oct 2 09:25:16 2012 -0400 Bug 8860 - can't merge if you don't have fast cataloging permissions Signed-off-by: Owen Leonard Signed-off-by: Chris Cormack commit 854a4525d87cd3dc6dcaa9d5d265dfdad95d9e8f Author: Mark Tompsett Date: Fri Sep 7 13:34:04 2012 +0800 Bug 8737 - Incorrect icon at login in staff client Added the following missing code to ensure the correct icon is used when logged out: IntranetFavicon => C4::Context->preference('IntranetFavicon') This was added into an existing $template->param() call. Not to be confused with the koha logo on the login page, the icon is a 16x16 pixel graphic in the browser tab. The default is found at .../intranet-tmpl/prog/en/includes/favicon.ico. If the "IntranetFavicon" system preference is set, it should be used by the staff client regardless of login state. It was not being used in the "AUTH rejected" section of Auth.pm, but the OpacFavicon variable was being set. This explains why the "OpacFavicon" system preference works for the OPAC client, but not the staff client upon logout. Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 1 + cataloguing/merge_ajax.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 02:44:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 00:44:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-47-gb73a75a Message-ID: This is an automated email from the git hooks/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 b73a75a62ee0aecb9296bd1ef271e9277d11ff10 (commit) via 8b7eff5a55888e80556628230362d1a4dcb6bcc4 (commit) from 4e6faebc94a683b76fa096ebd3f899dd8676ca31 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b73a75a62ee0aecb9296bd1ef271e9277d11ff10 Author: Adrien Saurat Date: Sat Jun 9 15:44:28 2012 +0100 Bug 7379: display of copy number description (AV) The biblio/items detail pages (staff and OPAC) display the copynumber description if an authorized value is configured accordingly. Signed-off-by: Chris Cormack commit 8b7eff5a55888e80556628230362d1a4dcb6bcc4 Author: Mark Tompsett Date: Wed Sep 12 01:25:59 2012 +0800 Bug 8742 - Example uses perl 5.8 in Makefile.PL Changed hardcoded path for a programmatic one. Basing it on: grep /\/usr\/share\/perl\//, @INC; And doing a: push @version, ('/usr/share/perl/5.10') if !$version[0]; For a reasonable default otherwise. No more references to /usr/share/perl/5.8 hardcoded into the output. Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: Makefile.PL | 4 +++- catalogue/detail.pl | 4 ++++ catalogue/moredetail.pl | 11 ++++++++++- .../prog/en/modules/catalogue/moredetail.tt | 2 +- opac/opac-detail.pl | 8 +++++--- 5 files changed, 23 insertions(+), 6 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 02:45:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 00:45:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-48-gbc7859e Message-ID: This is an automated email from the git hooks/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 bc7859e8488887a9234b06b9fdd69c946268a414 (commit) from b73a75a62ee0aecb9296bd1ef271e9277d11ff10 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bc7859e8488887a9234b06b9fdd69c946268a414 Author: Mark Tompsett Date: Tue Oct 2 21:28:29 2012 +0800 Bug 8861 - Undefined variables in batchMod.pl trigger error logs Initialized $op, and changed lines like "$op => 1" and "$error => 1" into separate, conditional template param calls. Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: tools/batchMod.pl | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 15:17:58 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 13:17:58 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8746 created. v3.12.00-beta1-262-g357cf7f Message-ID: This is an automated email from the git hooks/post-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_8746 has been created at 357cf7fdd850008e4c4f94a4d8d115490a3f4262 (commit) - Log ----------------------------------------------------------------- commit 357cf7fdd850008e4c4f94a4d8d115490a3f4262 Author: Julian Maurice Date: Tue Mar 19 13:54:32 2013 +0000 Bug 8746 [Follow-up] Replace == by eq in string comparison Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer All tests and QA script pass. Signed-off-by: Jared Camins-Esakov commit a4e844369106f0713123c8a2ecec12b0ed7b0027 Author: Julian Maurice Date: Fri Jan 11 11:57:41 2013 +0100 Bug 8746: Fix indexation in DOM index mode When in DOM index mode, files exported by `rebuild_zebra.pl -x` are wrapped by '' tag. This is a problem because splitting files produces invalid files. This is fixed by adding the missing tags in each generated file. Another problem was that the wrong zebra configuration file was used. The script now uses C4::Context->zebraconfig($server)->{config} to know which configuration file has to be used. Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit eef4b3f23c0b4558bd2a87af009f39012393994c Author: Julian Maurice Date: Thu Sep 20 12:12:31 2012 +0200 Bug 8746: rebuild_zebra_sliced.sh now export/index records as MARCXML This avoid indexing failures due to "bad offset" or "bad length" error with ISO2709 format + minor improvements: - --length parameter is optional. If not given, it will execute the right sql query to find the number of records to index - new parameter --reset-index. If set, index is reset before indexing Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described. No errors. Test: Edit record to make it longer than 9999. Without patch rebuild_sliced fails. With patches works. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 15:28:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 13:28:09 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9860 created. v3.12.00-beta1-264-g3ce75bc Message-ID: This is an automated email from the git hooks/post-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_9860 has been created at 3ce75bcf2631bccb584dff6ea2f78d16f49770f8 (commit) - Log ----------------------------------------------------------------- commit 3ce75bcf2631bccb584dff6ea2f78d16f49770f8 Author: Owen Leonard Date: Mon Apr 8 10:13:11 2013 -0400 Bug 9860 [Alternate] Incorrect box heading 'Cannot check in' when a late document is returned The fix for Bug 9397 moved the "cannot check in" heading from within the one conditional where it should have been displayed to the top of all check-in errors/messages. "Cannot check in" is still only valid if the item is withdrawn and BlockReturnOfWithdrawnItems is ON. In order to accomplish the goal of Bug 9397 while fixing Bug 9860 this patch puts "cannot check in" back into the correct conditional and adds a generic heading to check in messages for accessibility purposes. To test, check in items which will trigger a variety of errors including: - item must be returned to home library - item is lost - item is withdrawn (wtih BlockReturnOfWithdrawnItems on and off) - item is overdue ...as well as items which should check in normally. Messages should display correctly. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit e03a802a1c71e202eae126d60b027564f326834c Merge: 8524994 357cf7f Author: Jared Camins-Esakov Date: Sun Apr 21 09:23:33 2013 -0400 Merge branch 'bug_8746' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 15:31:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 13:31:19 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10046 created. v3.12.00-beta1-266-g9a67617 Message-ID: This is an automated email from the git hooks/post-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_10046 has been created at 9a67617eaffc8427441c1270e9b0acd0a7d2f33d (commit) - Log ----------------------------------------------------------------- commit 9a67617eaffc8427441c1270e9b0acd0a7d2f33d Author: Katrin Fischer Date: Sun Apr 14 17:29:20 2013 +0200 Bug 10046: Standardize terms used in invoices Changes are: budget > where actually fund is meant branch > library bookseller, supplier > vendor To test: 1) Receive a shipment, check the little form where you enter your invoice number for correct use of terms. 2) Receive some orders and save finish receiving. 3) Search for your created invoice. Check filters and results table for correct use of terms. 4) Look at the details of your invoice, repeat check there. Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit a75df8f700c1cb28bcb64dcf55e451ba0d80d2b3 Merge: e03a802 3ce75bc Author: Jared Camins-Esakov Date: Sun Apr 21 09:33:56 2013 -0400 Merge branch 'bug_9860' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 15:32:46 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 13:32:46 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9613 created. v3.12.00-beta1-268-g00b587e Message-ID: This is an automated email from the git hooks/post-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_9613 has been created at 00b587e5ccc3de4d457eef45008ce9741146ab13 (commit) - Log ----------------------------------------------------------------- commit 00b587e5ccc3de4d457eef45008ce9741146ab13 Author: Fridolyn SOMERS Date: Thu Feb 14 14:23:30 2013 +0100 Bug 9613: items namespace missing in XSLT In some XSLT, "items" namespace is used in exclude-result-prefixes but is not defined. This patch add this namespace where missing. Also corrects a koha.org, instead of koha-community.org, in one namespace URL. Test plan : - Enable XSLT on search results - Perform a search => Look at error logs to check that there is no xsl error like : [Fri Feb 08 15:35:06 2013] [error] [client 127.0.0.1] [Fri Feb 8 15:35:06 2013] opac-search.pl: compilation error: file koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl line 8 element stylesheet, referer: http://opac.master.community.localhost/cgi-bin/koha/opac-detail.pl?biblionumber=299 [Fri Feb 08 15:35:06 2013] [error] [client 127.0.0.1] [Fri Feb 8 15:35:06 2013] opac-search.pl: xsl:exclude-result-prefixes : undefined namespace items, referer: http://opac.master.community.localhost/cgi-bin/koha/opac-detail.pl?biblionumber=299 Signed-off-by: Kyle M Hall Signed-off-by: Mathieu Saby Passed-QA-by: Marcel de Rooy With comment on Bugzilla. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov commit 3fe3052cfecb5533041a070d79caf54cde4e83f7 Merge: a75df8f 9a67617 Author: Jared Camins-Esakov Date: Sun Apr 21 09:37:15 2013 -0400 Merge branch 'bug_10046' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 15:36:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 13:36:09 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8745 created. v3.12.00-beta1-271-g2eefd1f Message-ID: This is an automated email from the git hooks/post-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_8745 has been created at 2eefd1f3a588532950bed42ff20fcb6ff3f932a3 (commit) - Log ----------------------------------------------------------------- commit 2eefd1f3a588532950bed42ff20fcb6ff3f932a3 Author: Mason James Date: Tue Apr 2 22:36:16 2013 +1300 Bug 8745: General whitespace and tab tidy http://bugs.koha-community.org/show_bug.cgi?id=8745 Signed-off-by: Katrin Fischer 1) Runs not with root. 2) Runs with root and -run-as-root. 3) Runs using the normal koha user. Note: Maybe the message should be clear about why running as root is bad and which user you should be running the script with? Signed-off-by: Jared Camins-Esakov commit ef86a77801ea42eb1f703a77f53123ccb924a9fe Author: Barry Cannon Date: Mon Sep 10 15:23:29 2012 +0100 Bug 8745 - Disallow rebuild_zebra.pl from executing, when run by root user. Added a check to warn users of execution as root user. Added a 'runas-root' switch to allow users to force execution as root user. Signed-off-by: Mason James Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov commit b9ffe8b11c426f0e9567aa849c27530eb947dcdc Merge: 3fe3052 00b587e Author: Jared Camins-Esakov Date: Sun Apr 21 09:38:40 2013 -0400 Merge branch 'bug_9613' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 15:38:51 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 13:38:51 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-242-g1a934d0 Message-ID: This is an automated email from the git hooks/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 1a934d0fcc7e52f58ad5e5fc77a0b7218efa51f5 (commit) via e2d725aa92a84c5da81940d0f41c9c3560c74174 (commit) via 4d49c174dd68a042e777f9d3be3750d4d0cf3e06 (commit) via 67200321898303504f708791891ee97f3f35c02e (commit) via e633e4b045ff7b8894f0d746e450450db828dae3 (commit) via 5f3777350b4e69b36d4c164af2b520e6a832c70c (commit) via 90e3fae692147b78cceb7ce49aee470066071958 (commit) via 439221c1c5a72f55c8b91dc4db119d462b7dad4a (commit) via 055c09fc2de20bbf0f5c2600e7dbeb32e491ae7e (commit) from 5c4c680fa69c2af8643a61268b5568c57401e5b1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1a934d0fcc7e52f58ad5e5fc77a0b7218efa51f5 Author: Jared Camins-Esakov Date: Sun Apr 21 09:43:16 2013 -0400 Add Barry Cannon to the history file Welcome, Barry, you are the 208th developer with a patch in Koha! (cherry picked from commit d2c989713999cab4a7b4bf7ea69e2d7d036e876c) Signed-off-by: Jared Camins-Esakov commit e2d725aa92a84c5da81940d0f41c9c3560c74174 Author: Mason James Date: Tue Apr 2 22:36:16 2013 +1300 Bug 8745: General whitespace and tab tidy http://bugs.koha-community.org/show_bug.cgi?id=8745 Signed-off-by: Katrin Fischer 1) Runs not with root. 2) Runs with root and -run-as-root. 3) Runs using the normal koha user. Note: Maybe the message should be clear about why running as root is bad and which user you should be running the script with? Signed-off-by: Jared Camins-Esakov (cherry picked from commit 2eefd1f3a588532950bed42ff20fcb6ff3f932a3) Signed-off-by: Jared Camins-Esakov commit 4d49c174dd68a042e777f9d3be3750d4d0cf3e06 Author: Barry Cannon Date: Mon Sep 10 15:23:29 2012 +0100 Bug 8745 - Disallow rebuild_zebra.pl from executing, when run by root user. Added a check to warn users of execution as root user. Added a 'runas-root' switch to allow users to force execution as root user. Signed-off-by: Mason James Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov (cherry picked from commit ef86a77801ea42eb1f703a77f53123ccb924a9fe) Signed-off-by: Jared Camins-Esakov commit 67200321898303504f708791891ee97f3f35c02e Author: Fridolyn SOMERS Date: Thu Feb 14 14:23:30 2013 +0100 Bug 9613: items namespace missing in XSLT In some XSLT, "items" namespace is used in exclude-result-prefixes but is not defined. This patch add this namespace where missing. Also corrects a koha.org, instead of koha-community.org, in one namespace URL. Test plan : - Enable XSLT on search results - Perform a search => Look at error logs to check that there is no xsl error like : [Fri Feb 08 15:35:06 2013] [error] [client 127.0.0.1] [Fri Feb 8 15:35:06 2013] opac-search.pl: compilation error: file koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl line 8 element stylesheet, referer: http://opac.master.community.localhost/cgi-bin/koha/opac-detail.pl?biblionumber=299 [Fri Feb 08 15:35:06 2013] [error] [client 127.0.0.1] [Fri Feb 8 15:35:06 2013] opac-search.pl: xsl:exclude-result-prefixes : undefined namespace items, referer: http://opac.master.community.localhost/cgi-bin/koha/opac-detail.pl?biblionumber=299 Signed-off-by: Kyle M Hall Signed-off-by: Mathieu Saby Passed-QA-by: Marcel de Rooy With comment on Bugzilla. Signed-off-by: Paul Poulain Signed-off-by: Jared Camins-Esakov (cherry picked from commit 00b587e5ccc3de4d457eef45008ce9741146ab13) Signed-off-by: Jared Camins-Esakov commit e633e4b045ff7b8894f0d746e450450db828dae3 Author: Katrin Fischer Date: Sun Apr 14 17:29:20 2013 +0200 Bug 10046: Standardize terms used in invoices Changes are: budget > where actually fund is meant branch > library bookseller, supplier > vendor To test: 1) Receive a shipment, check the little form where you enter your invoice number for correct use of terms. 2) Receive some orders and save finish receiving. 3) Search for your created invoice. Check filters and results table for correct use of terms. 4) Look at the details of your invoice, repeat check there. Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit 9a67617eaffc8427441c1270e9b0acd0a7d2f33d) Signed-off-by: Jared Camins-Esakov commit 5f3777350b4e69b36d4c164af2b520e6a832c70c Author: Owen Leonard Date: Mon Apr 8 10:13:11 2013 -0400 Bug 9860 [Alternate] Incorrect box heading 'Cannot check in' when a late document is returned The fix for Bug 9397 moved the "cannot check in" heading from within the one conditional where it should have been displayed to the top of all check-in errors/messages. "Cannot check in" is still only valid if the item is withdrawn and BlockReturnOfWithdrawnItems is ON. In order to accomplish the goal of Bug 9397 while fixing Bug 9860 this patch puts "cannot check in" back into the correct conditional and adds a generic heading to check in messages for accessibility purposes. To test, check in items which will trigger a variety of errors including: - item must be returned to home library - item is lost - item is withdrawn (wtih BlockReturnOfWithdrawnItems on and off) - item is overdue ...as well as items which should check in normally. Messages should display correctly. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit 3ce75bcf2631bccb584dff6ea2f78d16f49770f8) Signed-off-by: Jared Camins-Esakov commit 90e3fae692147b78cceb7ce49aee470066071958 Author: Julian Maurice Date: Tue Mar 19 13:54:32 2013 +0000 Bug 8746 [Follow-up] Replace == by eq in string comparison Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer All tests and QA script pass. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 357cf7fdd850008e4c4f94a4d8d115490a3f4262) Signed-off-by: Jared Camins-Esakov commit 439221c1c5a72f55c8b91dc4db119d462b7dad4a Author: Julian Maurice Date: Fri Jan 11 11:57:41 2013 +0100 Bug 8746: Fix indexation in DOM index mode When in DOM index mode, files exported by `rebuild_zebra.pl -x` are wrapped by '' tag. This is a problem because splitting files produces invalid files. This is fixed by adding the missing tags in each generated file. Another problem was that the wrong zebra configuration file was used. The script now uses C4::Context->zebraconfig($server)->{config} to know which configuration file has to be used. Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov (cherry picked from commit a4e844369106f0713123c8a2ecec12b0ed7b0027) Signed-off-by: Jared Camins-Esakov commit 055c09fc2de20bbf0f5c2600e7dbeb32e491ae7e Author: Julian Maurice Date: Thu Sep 20 12:12:31 2012 +0200 Bug 8746: rebuild_zebra_sliced.sh now export/index records as MARCXML This avoid indexing failures due to "bad offset" or "bad length" error with ISO2709 format + minor improvements: - --length parameter is optional. If not given, it will execute the right sql query to find the number of records to index - new parameter --reset-index. If set, index is reset before indexing Signed-off-by: Bernardo Gonzalez Kriegel Comment: Work as described. No errors. Test: Edit record to make it longer than 9999. Without patch rebuild_sliced fails. With patches works. Signed-off-by: Katrin Fischer Signed-off-by: Jared Camins-Esakov (cherry picked from commit eef4b3f23c0b4558bd2a87af009f39012393994c) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 1 + .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 14 +- .../prog/en/modules/acqui/invoices.tt | 4 +- .../intranet-tmpl/prog/en/modules/acqui/parcels.tt | 4 +- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 3 +- .../prog/en/xslt/UNIMARCslim2intranetResults.xsl | 2 +- .../prog/en/xslt/UNIMARCslimUtils.xsl | 1 + .../opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl | 1 + misc/migration_tools/rebuild_zebra.pl | 101 ++++++++------- misc/migration_tools/rebuild_zebra_sliced.sh | 135 ++++++++++++++++--- 10 files changed, 187 insertions(+), 79 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 15:38:52 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 13:38:52 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-273-gd2c9897 Message-ID: This is an automated email from the git hooks/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 d2c989713999cab4a7b4bf7ea69e2d7d036e876c (commit) via 3e68147e28d9d43951b6c24223d2b4d83df2e1e4 (commit) via 2eefd1f3a588532950bed42ff20fcb6ff3f932a3 (commit) via ef86a77801ea42eb1f703a77f53123ccb924a9fe (commit) via b9ffe8b11c426f0e9567aa849c27530eb947dcdc (commit) via 00b587e5ccc3de4d457eef45008ce9741146ab13 (commit) via 3fe3052cfecb5533041a070d79caf54cde4e83f7 (commit) via 9a67617eaffc8427441c1270e9b0acd0a7d2f33d (commit) via a75df8f700c1cb28bcb64dcf55e451ba0d80d2b3 (commit) via 3ce75bcf2631bccb584dff6ea2f78d16f49770f8 (commit) via e03a802a1c71e202eae126d60b027564f326834c (commit) via 357cf7fdd850008e4c4f94a4d8d115490a3f4262 (commit) via a4e844369106f0713123c8a2ecec12b0ed7b0027 (commit) via eef4b3f23c0b4558bd2a87af009f39012393994c (commit) from 8524994eda7a780738d556dd7ea462e2ac9403a1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d2c989713999cab4a7b4bf7ea69e2d7d036e876c Author: Jared Camins-Esakov Date: Sun Apr 21 09:43:16 2013 -0400 Add Barry Cannon to the history file Welcome, Barry, you are the 208th developer with a patch in Koha! commit 3e68147e28d9d43951b6c24223d2b4d83df2e1e4 Merge: b9ffe8b 2eefd1f Author: Jared Camins-Esakov Date: Sun Apr 21 09:41:56 2013 -0400 Merge branch 'bug_8745' into 3.14-master ----------------------------------------------------------------------- Summary of changes: docs/history.txt | 1 + .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 14 +- .../prog/en/modules/acqui/invoices.tt | 4 +- .../intranet-tmpl/prog/en/modules/acqui/parcels.tt | 4 +- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 3 +- .../prog/en/xslt/UNIMARCslim2intranetResults.xsl | 2 +- .../prog/en/xslt/UNIMARCslimUtils.xsl | 1 + .../opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl | 1 + misc/migration_tools/rebuild_zebra.pl | 101 ++++++++------- misc/migration_tools/rebuild_zebra_sliced.sh | 135 ++++++++++++++++--- 10 files changed, 187 insertions(+), 79 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 15:41:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 13:41:22 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10065 created. v3.12.00-beta1-274-g6e88f5c Message-ID: This is an automated email from the git hooks/post-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_10065 has been created at 6e88f5c736689cab23561e3f8be968e973f52c61 (commit) - Log ----------------------------------------------------------------- commit 6e88f5c736689cab23561e3f8be968e973f52c61 Author: Owen Leonard Date: Tue Apr 16 09:37:24 2013 -0400 Bug 10065 - Style invoice edit form according to standard structure The structure of the invoice edit form does not match that of similar forms in the staff client. This patch alters it to be consistent. To test you must also have the patch for Bug 10046 applied. Go to Acquisitions -> Invoices and search for invoices. Click an invoice to view/edit details. The form displaying fields for shipment date, billing date, etc. should look correct and work correctly. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 15:49:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 13:49:16 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9995 created. v3.12.00-beta1-276-gcbe3e76 Message-ID: This is an automated email from the git hooks/post-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_9995 has been created at cbe3e7656d9050dbebb6224f7f7c5fb419a2e6c3 (commit) - Log ----------------------------------------------------------------- commit cbe3e7656d9050dbebb6224f7f7c5fb419a2e6c3 Author: Kyle M Hall Date: Mon Apr 8 09:07:43 2013 -0400 Bug 9995 - For reference items no longer listed in XSLT result lists Re-added the xsl that shouldn't have been removed. Signed-off-by: Katrin Fischer Tested with different settings for OpacItemLocation and not for loan set in the item and for the item type. Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov commit 81d9ea89abaec1ce2b282f97928405b1a36ac471 Merge: d2c9897 6e88f5c Author: Jared Camins-Esakov Date: Sun Apr 21 09:47:14 2013 -0400 Merge branch 'bug_10065' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 15:51:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 13:51:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9839 created. v3.12.00-beta1-278-ga986c92 Message-ID: This is an automated email from the git hooks/post-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_9839 has been created at a986c92c4d92da6fb1bba330cf693dde31207877 (commit) - Log ----------------------------------------------------------------- commit a986c92c4d92da6fb1bba330cf693dde31207877 Author: Kyle M Hall Date: Wed Mar 27 13:57:01 2013 -0400 Bug 9839 - when importing MARC records, item record not created even when set to "always add" Test Plan: 1) Catalog a new record with an ISBN 2) Add some items to the record 3) Download the record as MARCXML 4) Delete the itemnumbers from the 952 fields in the record, Change the barcode fields to unused barcodes 5) Use xml2marc to save as a standard MARC file 6) Import the record using the 'Stage MARC for import' tool Use the settings: Record matching rule: ISBN Action if matching record found: ignore Action if no match found: ignore Item processing: always_add Check for embedded item record data?: Yes How to process items: Always add items 7) Import, note the bib is ignored, and the items are not processed 8) Undo import into catalog 8) Apply this patch 9) Import this batch into the catalog 10) Note the items were processed and are now added to the matching record Signed-off-by: Mathieu Saby Tested with UNIMARC record. I followed the test plan, just changing 952 by 995 Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov commit 2c3b5827a12a2d5e78b877e148c1264baf21a2ce Merge: 81d9ea8 cbe3e76 Author: Jared Camins-Esakov Date: Sun Apr 21 09:54:56 2013 -0400 Merge branch 'bug_9995' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 15:54:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 13:54:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10049 created. v3.12.00-beta1-280-g6910bec Message-ID: This is an automated email from the git hooks/post-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_10049 has been created at 6910bec11677bbee4e29a4c79587cbcf60c28e85 (commit) - Log ----------------------------------------------------------------- commit 6910bec11677bbee4e29a4c79587cbcf60c28e85 Author: Owen Leonard Date: Mon Apr 15 09:23:58 2013 -0400 Bug 10049 [Alternate] Comments tab shows ( ) instead of ( 0 ) on translated templates This patch is an alternate solution to the problem of "0" not appearing on the comment tab in translated templates. It uses the Template Toolkit option of specifying a default value for a variable: [% reviews.size || 0 %] This syntax is already in use elsewhere in the template. Same test plan: 1) Make sure comments/reviews are activated 2) Find a record with 0 comments/reviews in the opac 3) The tab shows: Comments ( 0 ) 4) Switch to any other languages. 5) Tab now shows: ( ) 6) Apply patch 7) Check English templates stil work correctly 8) Rerun 'perl translate install 9) Check display is now correct. 10) Also check that number shows correctly for records with comments. Signed-off-by: Magnus Enger Tested with nb-NO. English still works after the patch. Norwegian was showing "Comments" untranslated, which had me a bit unnerved. Turns out the string to be translated changed from "Comments ( %s%s%s%s )" to "Comments ( %s )", so to make sure all was well, I had to update the nb-NO translation, fix the number of %s's in the Norwegian string, make sure it was not marked as fuzzy and then install nb-NO. And it works! Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 0a67a0c043c405ae27baad69b6b0cc6a477064c3 Merge: 2c3b582 a986c92 Author: Jared Camins-Esakov Date: Sun Apr 21 09:57:10 2013 -0400 Merge branch 'bug_9839' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 16:00:38 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 14:00:38 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-246-ga734dc5 Message-ID: This is an automated email from the git hooks/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 a734dc5dbb58002839a14b186e69ad24ff64274d (commit) via 2bb7ddb185ba10a471ed9dbeccab682ea78d9b1b (commit) via 9af46e7de460cf4e18ff40b6c20b042a07647fd6 (commit) via ea3ea841d0c928ffab796324a7a91043a0febed6 (commit) from 1a934d0fcc7e52f58ad5e5fc77a0b7218efa51f5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a734dc5dbb58002839a14b186e69ad24ff64274d Author: Owen Leonard Date: Mon Apr 15 09:23:58 2013 -0400 Bug 10049 [Alternate] Comments tab shows ( ) instead of ( 0 ) on translated templates This patch is an alternate solution to the problem of "0" not appearing on the comment tab in translated templates. It uses the Template Toolkit option of specifying a default value for a variable: [% reviews.size || 0 %] This syntax is already in use elsewhere in the template. Same test plan: 1) Make sure comments/reviews are activated 2) Find a record with 0 comments/reviews in the opac 3) The tab shows: Comments ( 0 ) 4) Switch to any other languages. 5) Tab now shows: ( ) 6) Apply patch 7) Check English templates stil work correctly 8) Rerun 'perl translate install 9) Check display is now correct. 10) Also check that number shows correctly for records with comments. Signed-off-by: Magnus Enger Tested with nb-NO. English still works after the patch. Norwegian was showing "Comments" untranslated, which had me a bit unnerved. Turns out the string to be translated changed from "Comments ( %s%s%s%s )" to "Comments ( %s )", so to make sure all was well, I had to update the nb-NO translation, fix the number of %s's in the Norwegian string, make sure it was not marked as fuzzy and then install nb-NO. And it works! Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit 6910bec11677bbee4e29a4c79587cbcf60c28e85) Signed-off-by: Jared Camins-Esakov commit 2bb7ddb185ba10a471ed9dbeccab682ea78d9b1b Author: Kyle M Hall Date: Wed Mar 27 13:57:01 2013 -0400 Bug 9839 - when importing MARC records, item record not created even when set to "always add" Test Plan: 1) Catalog a new record with an ISBN 2) Add some items to the record 3) Download the record as MARCXML 4) Delete the itemnumbers from the 952 fields in the record, Change the barcode fields to unused barcodes 5) Use xml2marc to save as a standard MARC file 6) Import the record using the 'Stage MARC for import' tool Use the settings: Record matching rule: ISBN Action if matching record found: ignore Action if no match found: ignore Item processing: always_add Check for embedded item record data?: Yes How to process items: Always add items 7) Import, note the bib is ignored, and the items are not processed 8) Undo import into catalog 8) Apply this patch 9) Import this batch into the catalog 10) Note the items were processed and are now added to the matching record Signed-off-by: Mathieu Saby Tested with UNIMARC record. I followed the test plan, just changing 952 by 995 Signed-off-by: Mason James Signed-off-by: Jared Camins-Esakov (cherry picked from commit a986c92c4d92da6fb1bba330cf693dde31207877) Signed-off-by: Jared Camins-Esakov commit 9af46e7de460cf4e18ff40b6c20b042a07647fd6 Author: Kyle M Hall Date: Mon Apr 8 09:07:43 2013 -0400 Bug 9995 - For reference items no longer listed in XSLT result lists Re-added the xsl that shouldn't have been removed. Signed-off-by: Katrin Fischer Tested with different settings for OpacItemLocation and not for loan set in the item and for the item type. Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov (cherry picked from commit cbe3e7656d9050dbebb6224f7f7c5fb419a2e6c3) Signed-off-by: Jared Camins-Esakov commit ea3ea841d0c928ffab796324a7a91043a0febed6 Author: Owen Leonard Date: Tue Apr 16 09:37:24 2013 -0400 Bug 10065 - Style invoice edit form according to standard structure The structure of the invoice edit form does not match that of similar forms in the staff client. This patch alters it to be consistent. To test you must also have the patch for Bug 10046 applied. Go to Acquisitions -> Invoices and search for invoices. Click an invoice to view/edit details. The form displaying fields for shipment date, billing date, etc. should look correct and work correctly. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit 6e88f5c736689cab23561e3f8be968e973f52c61) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/ImportBatch.pm | 1 + .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 82 ++++++++++---------- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 19 ++++- 4 files changed, 62 insertions(+), 42 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sun Apr 21 16:00:40 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sun, 21 Apr 2013 14:00:40 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-281-ge55cd07 Message-ID: This is an automated email from the git hooks/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 e55cd07f1506cc326169c61166e20ff12fc002d0 (commit) via 6910bec11677bbee4e29a4c79587cbcf60c28e85 (commit) via 0a67a0c043c405ae27baad69b6b0cc6a477064c3 (commit) via a986c92c4d92da6fb1bba330cf693dde31207877 (commit) via 2c3b5827a12a2d5e78b877e148c1264baf21a2ce (commit) via cbe3e7656d9050dbebb6224f7f7c5fb419a2e6c3 (commit) via 81d9ea89abaec1ce2b282f97928405b1a36ac471 (commit) via 6e88f5c736689cab23561e3f8be968e973f52c61 (commit) from d2c989713999cab4a7b4bf7ea69e2d7d036e876c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e55cd07f1506cc326169c61166e20ff12fc002d0 Merge: 0a67a0c 6910bec Author: Jared Camins-Esakov Date: Sun Apr 21 10:00:43 2013 -0400 Merge branch 'bug_10049' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/ImportBatch.pm | 1 + .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 82 ++++++++++---------- koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 2 +- .../prog/en/xslt/MARC21slim2OPACResults.xsl | 19 ++++- 4 files changed, 62 insertions(+), 42 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 22 02:38:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Apr 2013 00:38:11 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9984 created. v3.12.00-beta1-282-g9115547 Message-ID: This is an automated email from the git hooks/post-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_9984 has been created at 91155470ba3cbee869368d6904cb3da4a0197768 (commit) - Log ----------------------------------------------------------------- commit 91155470ba3cbee869368d6904cb3da4a0197768 Author: Jonathan Druart Date: Wed Apr 3 15:31:08 2013 +0200 Bug 9984: Remove server-side sort on the hold ratios table JS is a requirement for the staff client, so the sort link on header is useless. Test plan: Check that there is no regression (sort, data, etc.) on the hold ratios table. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Tested on top of patch for bug 9459. 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 Mon Apr 22 02:39:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Apr 2013 00:39:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-247-g6eb9176 Message-ID: This is an automated email from the git hooks/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 6eb9176cbf4613830f9d90a640e18efdb9871a53 (commit) from a734dc5dbb58002839a14b186e69ad24ff64274d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6eb9176cbf4613830f9d90a640e18efdb9871a53 Author: Jonathan Druart Date: Wed Apr 3 15:31:08 2013 +0200 Bug 9984: Remove server-side sort on the hold ratios table JS is a requirement for the staff client, so the sort link on header is useless. Test plan: Check that there is no regression (sort, data, etc.) on the hold ratios table. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Tested on top of patch for bug 9459. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 91155470ba3cbee869368d6904cb3da4a0197768) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: circ/reserveratios.pl | 28 ++------- .../prog/en/modules/circ/reserveratios.tt | 68 ++++++++------------ 2 files changed, 32 insertions(+), 64 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 22 02:39:24 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Apr 2013 00:39:24 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-283-gcb82ade Message-ID: This is an automated email from the git hooks/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 cb82ade9eb95bb0ad634ab220f0867bb8453713b (commit) via 91155470ba3cbee869368d6904cb3da4a0197768 (commit) from e55cd07f1506cc326169c61166e20ff12fc002d0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cb82ade9eb95bb0ad634ab220f0867bb8453713b Merge: e55cd07 9115547 Author: Jared Camins-Esakov Date: Sun Apr 21 20:44:05 2013 -0400 Merge branch 'bug_9984' into 3.14-master ----------------------------------------------------------------------- Summary of changes: circ/reserveratios.pl | 28 ++------- .../prog/en/modules/circ/reserveratios.tt | 68 ++++++++------------ 2 files changed, 32 insertions(+), 64 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 22 02:48:33 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Apr 2013 00:48:33 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9588 created. v3.12.00-beta1-284-g39bf1c5 Message-ID: This is an automated email from the git hooks/post-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_9588 has been created at 39bf1c502aec95742c81f43d7d631223b399ce5b (commit) - Log ----------------------------------------------------------------- commit 39bf1c502aec95742c81f43d7d631223b399ce5b Author: Fridolyn SOMERS Date: Mon Feb 11 14:47:09 2013 +0100 Bug 9588: weighted search query with index When QueryWeightFields is enabled, the searching query is created with several options. In C4::Search::_build_weighted_query, when no index is defined, the query is build with fuzzy and stemming options. When an index is defined, theses options are missing, only unconditional right truncation is used. The consequence is that when QueryStemming is disabled, a search with index can give more results (due to right truncation) that a search without. This patch adds stemming and fuzzy on search with index, conditioned with QueryFuzzy and QuerryStemming sysprefs. Also changes world list search (wrld) weight to r6 in order to set fuzzy search to r8 and stemming search to r9 (like search without index). Test plan : - Go to searching preferences (admin/preferences.pl?tab=searching) - Set QueryAutoTruncate to "only if * is added" - Set QueryFuzzy and QuerryStemming to "Don't try" - Set QueryWeightFields to "Enable" - Go to advanced search page - Select an indexe (ie Title) and perform a search on a short word => Look at zebrarv log and see that query does not contain right truncation : @attr 5=1 - Set QueryFuzzy to "Try" - Perform same search => Look at zebrarv log and see that query contains fuzzy : @attr 5=103 - Set QueryFuzzy to "Don't try" and QuerryStemming to "Try" - Perform same search => Look at zebrarv log and see that query contains rigth truncation on stemmed word : @attr 5=1 Signed-off-by: koha.aixmarseille Signed-off-by: Marcel de Rooy This patch makes Fuzzy and Stemming influence search results on weighted queries when using an index. Side-effect is however that the results for a search like index=term* (add truncation manually too) could be LOWER than the the number of hits for index=term. Further comments on Bugzilla. Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 22 02:49:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Apr 2013 00:49:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-248-gdd2a4c2 Message-ID: This is an automated email from the git hooks/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 dd2a4c21e609fce9b3babbfe2272db26a30e3cf6 (commit) from 6eb9176cbf4613830f9d90a640e18efdb9871a53 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dd2a4c21e609fce9b3babbfe2272db26a30e3cf6 Author: Fridolyn SOMERS Date: Mon Feb 11 14:47:09 2013 +0100 Bug 9588: weighted search query with index When QueryWeightFields is enabled, the searching query is created with several options. In C4::Search::_build_weighted_query, when no index is defined, the query is build with fuzzy and stemming options. When an index is defined, theses options are missing, only unconditional right truncation is used. The consequence is that when QueryStemming is disabled, a search with index can give more results (due to right truncation) that a search without. This patch adds stemming and fuzzy on search with index, conditioned with QueryFuzzy and QuerryStemming sysprefs. Also changes world list search (wrld) weight to r6 in order to set fuzzy search to r8 and stemming search to r9 (like search without index). Test plan : - Go to searching preferences (admin/preferences.pl?tab=searching) - Set QueryAutoTruncate to "only if * is added" - Set QueryFuzzy and QuerryStemming to "Don't try" - Set QueryWeightFields to "Enable" - Go to advanced search page - Select an indexe (ie Title) and perform a search on a short word => Look at zebrarv log and see that query does not contain right truncation : @attr 5=1 - Set QueryFuzzy to "Try" - Perform same search => Look at zebrarv log and see that query contains fuzzy : @attr 5=103 - Set QueryFuzzy to "Don't try" and QuerryStemming to "Try" - Perform same search => Look at zebrarv log and see that query contains rigth truncation on stemmed word : @attr 5=1 Signed-off-by: koha.aixmarseille Signed-off-by: Marcel de Rooy This patch makes Fuzzy and Stemming influence search results on weighted queries when using an index. Side-effect is however that the results for a search like index=term* (add truncation manually too) could be LOWER than the the number of hits for index=term. Further comments on Bugzilla. Signed-off-by: Jared Camins-Esakov (cherry picked from commit 39bf1c502aec95742c81f43d7d631223b399ce5b) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 22 02:49:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Apr 2013 00:49:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-285-gde44ba2 Message-ID: This is an automated email from the git hooks/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 de44ba220ab1f54d87d01cac71b8373a5d26a6b5 (commit) via 39bf1c502aec95742c81f43d7d631223b399ce5b (commit) from cb82ade9eb95bb0ad634ab220f0867bb8453713b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit de44ba220ab1f54d87d01cac71b8373a5d26a6b5 Merge: cb82ade 39bf1c5 Author: Jared Camins-Esakov Date: Sun Apr 21 20:54:25 2013 -0400 Merge branch 'bug_9588' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Search.pm | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 22 03:01:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Apr 2013 01:01:06 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9523 created. v3.12.00-beta1-286-gea23dbe Message-ID: This is an automated email from the git hooks/post-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_9523 has been created at ea23dbeab2a2f5cf6be64e707ea56b3ea89e437b (commit) - Log ----------------------------------------------------------------- commit ea23dbeab2a2f5cf6be64e707ea56b3ea89e437b Author: Kyle M Hall Date: Thu Feb 7 09:57:47 2013 -0500 Bug 9523: importing staged bib records hangs if a matched bib has been deleted Test Plan: 1) Stage a MARC record file that will have matches with existing records 2) Delete the bib from Koha that was matched on 3) Attempt to import the records into Koha, the import will hang 4) Apply the patch 5) Reload manage-marc-import.pl and attempt to import again, this time it should succeed. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 22 03:04:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Apr 2013 01:04:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-249-g71cbc37 Message-ID: This is an automated email from the git hooks/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 71cbc3700fc4d113a3343ef1bba893b4cfc8266b (commit) from dd2a4c21e609fce9b3babbfe2272db26a30e3cf6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 71cbc3700fc4d113a3343ef1bba893b4cfc8266b Author: Kyle M Hall Date: Thu Feb 7 09:57:47 2013 -0500 Bug 9523: importing staged bib records hangs if a matched bib has been deleted Test Plan: 1) Stage a MARC record file that will have matches with existing records 2) Delete the bib from Koha that was matched on 3) Attempt to import the records into Koha, the import will hang 4) Apply the patch 5) Reload manage-marc-import.pl and attempt to import again, this time it should succeed. Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit ea23dbeab2a2f5cf6be64e707ea56b3ea89e437b) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: C4/ImportBatch.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 22 03:04:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Apr 2013 01:04:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-287-g79a67fc Message-ID: This is an automated email from the git hooks/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 79a67fcff29f82bb2b7ae0984fd5900f575b78f4 (commit) via ea23dbeab2a2f5cf6be64e707ea56b3ea89e437b (commit) from de44ba220ab1f54d87d01cac71b8373a5d26a6b5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 79a67fcff29f82bb2b7ae0984fd5900f575b78f4 Merge: de44ba2 ea23dbe Author: Jared Camins-Esakov Date: Sun Apr 21 21:06:56 2013 -0400 Merge branch 'bug_9523' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/ImportBatch.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Mon Apr 22 12:10:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 22 Apr 2013 10:10:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-49-gbb89dd2 Message-ID: This is an automated email from the git hooks/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 bb89dd2133a402ccdf55d93281e616bcab626039 (commit) from bc7859e8488887a9234b06b9fdd69c946268a414 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bb89dd2133a402ccdf55d93281e616bcab626039 Author: Jared Camins-Esakov Date: Sat Nov 10 08:40:19 2012 -0500 Bug 9050: Use safer adelete when deleting records from Zebra index Previously we used the "delete" command in zebraidx, which fails when you try to delete a record that doesn't exist in the index. By changing to the "adelete" command, we can reduce the likelihood of a failed delete causing ghost records. A symptom of this problem is the warning message occasionally encountered when indexing from the zebraqueue, "[warn] cannot delete record above (seems new)." To test: 1) Add a recordDelete action for a record that does not exist to zebraqueue in MySQL: INSERT INTO zebraqueue (biblio_auth_number, operation, server) \ VALUES (999999999, 'recordDelete', 'biblioserver'); 2) Run `rebuild_zebra.pl -b -z -v [-x]`. 3) Note that you do not get the message "[warn] cannot delete record above (seems new)". Signed-off-by: Chris Cormack Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: misc/migration_tools/rebuild_zebra.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 23 11:11:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Apr 2013 09:11:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.04-65-gcc4d753 Message-ID: This is an automated email from the git hooks/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 cc4d75380941acec672b29a7d814caaea33ac0ae (commit) via 0d56930529f85f54208b40bccbcb5e22f1543948 (commit) from aac9199afbf4b8d8f4130fd61124f3f491bb8996 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cc4d75380941acec672b29a7d814caaea33ac0ae Author: Chris Cormack Date: Tue Apr 23 21:16:12 2013 +1200 Bumping database version commit 0d56930529f85f54208b40bccbcb5e22f1543948 Author: Chris Cormack Date: Tue Apr 23 21:09:59 2013 +1200 Release Notes for 3.10.5 ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 7 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_10_5.txt | 386 +++++++++++++++++++++++++++ 3 files changed, 394 insertions(+), 1 deletions(-) create mode 100644 misc/release_notes/release_notes_3_10_5.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 23 11:24:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Apr 2013 09:24:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-51-g912453e Message-ID: This is an automated email from the git hooks/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 912453e468c4fc888952bdc66e2618541b94d242 (commit) via 503d5b09c02d1c76f50be47bc29d8d08b1cc997f (commit) from bb89dd2133a402ccdf55d93281e616bcab626039 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 912453e468c4fc888952bdc66e2618541b94d242 Author: Chris Cormack Date: Tue Apr 23 21:30:08 2013 +1200 3.8.12 release notes commit 503d5b09c02d1c76f50be47bc29d8d08b1cc997f Author: Chris Cormack Date: Tue Apr 23 21:24:21 2013 +1200 Bumpding database version ----------------------------------------------------------------------- Summary of changes: installer/data/mysql/updatedatabase.pl | 7 + kohaversion.pl | 2 +- misc/release_notes/release_notes_3_8_12.txt | 350 +++++++++++++++++++++++++++ 3 files changed, 358 insertions(+), 1 deletions(-) create mode 100644 misc/release_notes/release_notes_3_8_12.txt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 23 14:28:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Apr 2013 12:28:05 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10085 created. v3.12.00-beta1-288-gc029319 Message-ID: This is an automated email from the git hooks/post-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_10085 has been created at c02931977e5121b51eb29db6116b768c24a1aadd (commit) - Log ----------------------------------------------------------------- commit c02931977e5121b51eb29db6116b768c24a1aadd Author: Jared Camins-Esakov Date: Fri Apr 19 22:52:07 2013 -0400 Bug 10085: unapi does not function under Plack The following errors appear when trying to use unapi under Plack (among others): Variable "$cgi" is not available at /home/jcamins/kohaclone/opac/unapi line 160. Variable "$format_to_stylesheet_map" is not available at /home/jcamins/kohaclone/opac/unapi line 173. Variable "$format_info" is not available at /home/jcamins/kohaclone/opac/unapi line 174. Variable "$format_to_stylesheet_map" is not available at /home/jcamins/kohaclone/opac/unapi line 185. To test: 1) Try to view /cgi-bin/koha/unapi under Plack 2) There is no step 2. Plack crashes. 3) Apply patch. 4) Try to view /cgi-bin/koha/unapi again, and note that it doesn't crash Signed-off-by: Chris Cormack I'm puzzled how this ever worked anyway, accidentally i'm guessing, this tidies up some lazy coding Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 23 14:33:43 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Apr 2013 12:33:43 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8294 created. v3.12.00-beta1-290-g815bcbc Message-ID: This is an automated email from the git hooks/post-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_8294 has been created at 815bcbc1d16ad2764fde9f6d3221d2527e48855a (commit) - Log ----------------------------------------------------------------- commit 815bcbc1d16ad2764fde9f6d3221d2527e48855a Author: Katrin Fischer Date: Sun Apr 14 19:29:13 2013 +0200 Bug 8294: Fix display of serial enumeration for OPAC holds It turns out that this was not a missing but a broken feature. This patch corrects the template variables to make enumchron show up on the item table for item level holds in the OPAC. To test: Try to place item level holds on 1) a record where at least one item 2) a record where none of the items has items.enumchron information. The column with enumchron should only show for 1), but not for 2). Signed-off-by: David Cook Works as described. Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit f0e12560479c0b5b19696e6c514cc2403d683b84 Merge: 79a67fc c029319 Author: Jared Camins-Esakov Date: Tue Apr 23 08:34:02 2013 -0400 Merge branch 'bug_10085' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 23 14:38:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Apr 2013 12:38:10 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10026 created. v3.12.00-beta1-292-g9186c2f Message-ID: This is an automated email from the git hooks/post-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_10026 has been created at 9186c2fedacfa1d0063fc67ec1e1e1a923abdcf6 (commit) - Log ----------------------------------------------------------------- commit 9186c2fedacfa1d0063fc67ec1e1e1a923abdcf6 Author: Owen Leonard Date: Wed Apr 10 14:24:16 2013 -0400 Bug 10026 - OPAC cart not showing location anymore When Bug 7570 added availability information to the cart it switched which subroutine was used to get item information, and thus changed how the information was being returned. This patch makes accommodations for this change by adding processing of item location information to the script in a way that will match the existing template variables. To test, add items to the cart in the OPAC some of which include shelving location information. When you view the cart you should see the shelving location displayed. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov commit 91649531c2e890a67258aca3808733cca44e4fd8 Merge: f0e1256 815bcbc Author: Jared Camins-Esakov Date: Tue Apr 23 08:39:11 2013 -0400 Merge branch 'bug_8294' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 23 14:58:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Apr 2013 12:58:39 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9358 created. v3.12.00-beta1-295-gcb47df4 Message-ID: This is an automated email from the git hooks/post-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_9358 has been created at cb47df4bbbc676e29f75c1c686c9ba12e8e73b57 (commit) - Log ----------------------------------------------------------------- commit cb47df4bbbc676e29f75c1c686c9ba12e8e73b57 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 commit 67dae3abd4bbd5394c62eaeccfa67d9c0220a627 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 commit 061b38fe8483ee62a226784df1233ae37ad798d2 Merge: 9164953 9186c2f Author: Jared Camins-Esakov Date: Tue Apr 23 08:44:07 2013 -0400 Merge branch 'bug_10026' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 23 14:59:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Apr 2013 12:59:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-254-g1de8e7c Message-ID: This is an automated email from the git hooks/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 1de8e7cb1e978e7c72bd6de81be996514755bd0d (commit) via 75b662028ae825bb2db4801132bb23707af7db53 (commit) via ba7396e4cab8542a13e69a5545828e6e0a85960e (commit) via d4eea219c2aa70e7f6cef34fcdbfeb295d237bb2 (commit) via 5a8980f0e86c2785163aa172b2abeee0816bcb2e (commit) from 71cbc3700fc4d113a3343ef1bba893b4cfc8266b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1de8e7cb1e978e7c72bd6de81be996514755bd0d 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 commit 75b662028ae825bb2db4801132bb23707af7db53 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 commit ba7396e4cab8542a13e69a5545828e6e0a85960e Author: Owen Leonard Date: Wed Apr 10 14:24:16 2013 -0400 Bug 10026 - OPAC cart not showing location anymore When Bug 7570 added availability information to the cart it switched which subroutine was used to get item information, and thus changed how the information was being returned. This patch makes accommodations for this change by adding processing of item location information to the script in a way that will match the existing template variables. To test, add items to the cart in the OPAC some of which include shelving location information. When you view the cart you should see the shelving location displayed. Signed-off-by: Chris Cormack Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit 9186c2fedacfa1d0063fc67ec1e1e1a923abdcf6) Signed-off-by: Jared Camins-Esakov commit d4eea219c2aa70e7f6cef34fcdbfeb295d237bb2 Author: Katrin Fischer Date: Sun Apr 14 19:29:13 2013 +0200 Bug 8294: Fix display of serial enumeration for OPAC holds It turns out that this was not a missing but a broken feature. This patch corrects the template variables to make enumchron show up on the item table for item level holds in the OPAC. To test: Try to place item level holds on 1) a record where at least one item 2) a record where none of the items has items.enumchron information. The column with enumchron should only show for 1), but not for 2). Signed-off-by: David Cook Works as described. Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit 815bcbc1d16ad2764fde9f6d3221d2527e48855a) Signed-off-by: Jared Camins-Esakov commit 5a8980f0e86c2785163aa172b2abeee0816bcb2e Author: Jared Camins-Esakov Date: Fri Apr 19 22:52:07 2013 -0400 Bug 10085: unapi does not function under Plack The following errors appear when trying to use unapi under Plack (among others): Variable "$cgi" is not available at /home/jcamins/kohaclone/opac/unapi line 160. Variable "$format_to_stylesheet_map" is not available at /home/jcamins/kohaclone/opac/unapi line 173. Variable "$format_info" is not available at /home/jcamins/kohaclone/opac/unapi line 174. Variable "$format_to_stylesheet_map" is not available at /home/jcamins/kohaclone/opac/unapi line 185. To test: 1) Try to view /cgi-bin/koha/unapi under Plack 2) There is no step 2. Plack crashes. 3) Apply patch. 4) Try to view /cgi-bin/koha/unapi again, and note that it doesn't crash Signed-off-by: Chris Cormack I'm puzzled how this ever worked anyway, accidentally i'm guessing, this tidies up some lazy coding Signed-off-by: Jonathan Druart Signed-off-by: Jared Camins-Esakov (cherry picked from commit c02931977e5121b51eb29db6116b768c24a1aadd) Signed-off-by: Jared Camins-Esakov ----------------------------------------------------------------------- Summary of changes: .../cataloguing/value_builder/marc21_field_006.xml | 198 +++++++------- .../cataloguing/value_builder/marc21_field_007.tt | 301 +++++++++++++++++++- .../cataloguing/value_builder/marc21_field_008.xml | 308 ++++++++++---------- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 4 +- opac/opac-basket.pl | 4 + opac/unapi | 9 +- 6 files changed, 564 insertions(+), 260 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 23 14:59:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Tue, 23 Apr 2013 12:59:13 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-296-g06b8876 Message-ID: This is an automated email from the git hooks/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 06b887630b8ebca124e88579fe6c0a586daaad47 (commit) via cb47df4bbbc676e29f75c1c686c9ba12e8e73b57 (commit) via 67dae3abd4bbd5394c62eaeccfa67d9c0220a627 (commit) via 061b38fe8483ee62a226784df1233ae37ad798d2 (commit) via 9186c2fedacfa1d0063fc67ec1e1e1a923abdcf6 (commit) via 91649531c2e890a67258aca3808733cca44e4fd8 (commit) via 815bcbc1d16ad2764fde9f6d3221d2527e48855a (commit) via f0e12560479c0b5b19696e6c514cc2403d683b84 (commit) via c02931977e5121b51eb29db6116b768c24a1aadd (commit) from 79a67fcff29f82bb2b7ae0984fd5900f575b78f4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 06b887630b8ebca124e88579fe6c0a586daaad47 Merge: 061b38f cb47df4 Author: Jared Camins-Esakov Date: Tue Apr 23 09:04:19 2013 -0400 Merge branch 'bug_9358' into 3.14-master ----------------------------------------------------------------------- Summary of changes: .../cataloguing/value_builder/marc21_field_006.xml | 198 +++++++------- .../cataloguing/value_builder/marc21_field_007.tt | 301 +++++++++++++++++++- .../cataloguing/value_builder/marc21_field_008.xml | 308 ++++++++++---------- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 4 +- opac/opac-basket.pl | 4 + opac/unapi | 9 +- 6 files changed, 564 insertions(+), 260 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 06:50:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 04:50:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.11-52-gd38d769 Message-ID: This is an automated email from the git hooks/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 d38d7696821b4c6642e53ddf896d4ac5f1525075 (commit) from 912453e468c4fc888952bdc66e2618541b94d242 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d38d7696821b4c6642e53ddf896d4ac5f1525075 Author: D Ruth Bavousett Date: Wed Apr 24 00:56:27 2013 -0300 Language updates for 3.8.12 ----------------------------------------------------------------------- Summary of changes: .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 391 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 1271 +- misc/translator/po/am-Ethi-opac-ccsr.po | 853 + misc/translator/po/am-Ethi-pref.po | 37 + .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 451 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 1412 +- misc/translator/po/ar-Arab-opac-ccsr.po | 848 + misc/translator/po/ar-Arab-pref.po | 60 +- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 391 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 1306 +- misc/translator/po/az-AZ-opac-ccsr.po | 859 + misc/translator/po/az-AZ-pref.po | 49 + misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 387 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 1271 +- misc/translator/po/ben-opac-ccsr.po | 846 + misc/translator/po/ben-pref.po | 41 + .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 391 +- .../po/ca-VA-i-staff-t-prog-v-3006000.po | 1271 +- misc/translator/po/ca-VA-opac-ccsr.po | 857 + misc/translator/po/ca-VA-pref.po | 36 + .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 545 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 1295 +- misc/translator/po/da-DK-opac-ccsr.po | 847 + misc/translator/po/da-DK-pref.po | 22 + .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 391 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 1285 +- misc/translator/po/de-CH-pref.po | 28 + .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 392 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 1345 +- misc/translator/po/de-DE-opac-ccsr.po | 848 + misc/translator/po/de-DE-pref.po | 51 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 1197 +- .../po/el-GR-i-staff-t-prog-v-3006000.po |12143 ++-- misc/translator/po/el-GR-opac-ccsr.po | 850 + misc/translator/po/el-GR-pref.po | 987 +- .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 391 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 1299 +- misc/translator/po/en-GB-opac-ccsr.po | 855 + misc/translator/po/en-GB-pref.po | 62 + .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 391 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 1284 +- misc/translator/po/en-NZ-opac-ccsr.po | 853 + misc/translator/po/en-NZ-pref.po | 32 + .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 392 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 1289 +- misc/translator/po/es-ES-opac-ccsr.po | 845 + misc/translator/po/es-ES-pref.po | 21 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 391 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po |93547 ++++++++++++++++++++ misc/translator/po/eu-opac-ccsr.po | 850 + misc/translator/po/eu-pref.po | 1124 +- .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 391 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 1274 +- misc/translator/po/fi-FI-opac-ccsr.po | 860 + misc/translator/po/fi-FI-pref.po | 50 + .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 391 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 1292 +- misc/translator/po/fr-CA-opac-ccsr.po | 862 + misc/translator/po/fr-CA-pref.po | 16 + .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 391 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 1288 +- misc/translator/po/fr-FR-opac-ccsr.po | 859 + misc/translator/po/fr-FR-pref.po | 6 + misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 391 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 1305 +- misc/translator/po/hi-opac-ccsr.po | 855 + misc/translator/po/hi-pref.po | 27 + .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 389 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 1283 +- misc/translator/po/hr-HR-opac-ccsr.po | 855 + misc/translator/po/hr-HR-pref.po | 17 + .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 391 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 1289 +- misc/translator/po/hu-HU-opac-ccsr.po | 855 + misc/translator/po/hu-HU-pref.po | 54 + .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 388 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 1338 +- misc/translator/po/hy-Armn-opac-ccsr.po | 850 + misc/translator/po/hy-Armn-pref.po | 56 + .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 391 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 1272 +- misc/translator/po/id-ID-opac-ccsr.po | 846 + misc/translator/po/id-ID-pref.po | 1126 +- .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 391 +- misc/translator/po/is-IS-opac-ccsr.po | 859 + misc/translator/po/is-IS-pref.po | 44 + .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 388 +- .../po/it-IT-i-staff-t-prog-v-3006000.po | 1295 +- misc/translator/po/it-IT-opac-ccsr.po | 851 + misc/translator/po/it-IT-pref.po | 39 + .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 389 +- misc/translator/po/ja-Jpan-JP-opac-ccsr.po | 873 + misc/translator/po/ja-Jpan-JP-pref.po | 38 + .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 391 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 1274 +- misc/translator/po/lo-Laoo-opac-ccsr.po | 854 + misc/translator/po/lo-Laoo-pref.po | 55 + .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 391 +- misc/translator/po/mi-NZ-opac-ccsr.po | 854 + misc/translator/po/mi-NZ-pref.po | 19 + misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 391 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 1302 +- misc/translator/po/mon-opac-ccsr.po | 860 + misc/translator/po/mon-pref.po | 58 + misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 388 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 1273 +- misc/translator/po/mr-opac-ccsr.po | 851 + misc/translator/po/mr-pref.po | 46 + .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 391 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 1273 +- misc/translator/po/ms-MY-opac-ccsr.po | 848 + misc/translator/po/ms-MY-pref.po | 5 + .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 391 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 1285 +- misc/translator/po/nb-NO-opac-ccsr.po | 851 + misc/translator/po/nb-NO-pref.po | 15 + .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 391 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 1285 +- misc/translator/po/nl-BE-opac-ccsr.po | 849 + misc/translator/po/nl-BE-pref.po | 29 + .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 391 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 1271 +- misc/translator/po/nl-NL-opac-ccsr.po | 858 + misc/translator/po/nl-NL-pref.po | 45 + .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 389 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 1302 +- misc/translator/po/nn-NO-opac-ccsr.po | 866 + misc/translator/po/nn-NO-pref.po | 34 + .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 391 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 1288 +- misc/translator/po/pl-PL-opac-ccsr.po | 853 + misc/translator/po/pl-PL-pref.po | 20 + .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 388 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 1287 +- misc/translator/po/pt-BR-opac-ccsr.po | 853 + misc/translator/po/pt-BR-pref.po | 11 + .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 388 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 1289 +- misc/translator/po/pt-PT-opac-ccsr.po | 871 + misc/translator/po/pt-PT-pref.po | 9 + .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 391 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 1297 +- misc/translator/po/ro-RO-opac-ccsr.po | 860 + misc/translator/po/ro-RO-pref.po | 40 + .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 391 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 1289 +- misc/translator/po/ru-RU-opac-ccsr.po | 859 + misc/translator/po/ru-RU-pref.po | 12 + .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 388 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 1271 +- misc/translator/po/sd-PK-opac-ccsr.po | 845 + misc/translator/po/sd-PK-pref.po | 1127 +- .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 390 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 1312 +- misc/translator/po/sk-SK-opac-ccsr.po | 851 + misc/translator/po/sk-SK-pref.po | 49 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 391 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 1275 +- misc/translator/po/sv-SE-opac-ccsr.po | 857 + misc/translator/po/sv-SE-pref.po | 1129 +- .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 387 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 1271 +- misc/translator/po/ta-LK-opac-ccsr.po | 841 + misc/translator/po/ta-LK-pref.po | 52 + misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 387 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 1271 +- misc/translator/po/ta-pref.po | 47 + misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 391 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 1297 +- misc/translator/po/tet-opac-ccsr.po | 854 + misc/translator/po/tet-pref.po | 25 + .../po/th-THA-i-opac-t-prog-v-3006000.po | 391 +- .../po/th-THA-i-staff-t-prog-v-3006000.po | 1271 +- misc/translator/po/th-THA-opac-ccsr.po | 859 + misc/translator/po/th-THA-pref.po | 10 + .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 392 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 1290 +- misc/translator/po/tr-TR-opac-ccsr.po | 849 + misc/translator/po/tr-TR-pref.po | 76 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 391 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 1289 +- misc/translator/po/uk-UA-opac-ccsr.po | 862 + misc/translator/po/uk-UA-pref.po | 21 + .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 387 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 1271 +- misc/translator/po/ur-Arab-opac-ccsr.po | 847 + misc/translator/po/ur-Arab-pref.po | 7 + .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 439 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 1271 +- misc/translator/po/vi-VN-opac-ccsr.po | 845 + misc/translator/po/vi-VN-pref.po | 1125 +- misc/translator/po/zh-Hans-CN-opac-ccsr.po | 841 + misc/translator/po/zh-Hans-CN-pref.po | 51 + .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 394 +- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 841 + misc/translator/po/zh-Hans-TW-pref.po | 53 + 196 files changed, 183856 insertions(+), 49193 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/da-DK-opac-ccsr.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/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 Wed Apr 24 06:53:16 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 04:53:16 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.04-66-ga3649cf Message-ID: This is an automated email from the git hooks/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 a3649cf28de5979c872327203e2e37669c5d4ae3 (commit) from cc4d75380941acec672b29a7d814caaea33ac0ae (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a3649cf28de5979c872327203e2e37669c5d4ae3 Author: D Ruth Bavousett Date: Wed Apr 24 01:04:32 2013 -0300 Language update for 3.10.5 ----------------------------------------------------------------------- Summary of changes: .../po/am-Ethi-i-opac-t-prog-v-3006000.po | 405 +- .../po/am-Ethi-i-staff-t-prog-v-3006000.po | 2271 +- misc/translator/po/am-Ethi-pref.po | 1166 + .../po/ar-Arab-i-opac-t-prog-v-3006000.po | 434 +- .../po/ar-Arab-i-staff-t-prog-v-3006000.po | 4983 +- misc/translator/po/ar-Arab-opac-ccsr.po | 168 +- misc/translator/po/ar-Arab-pref.po | 6639 +- .../translator/po/az-AZ-i-opac-t-prog-v-3006000.po | 405 +- .../po/az-AZ-i-staff-t-prog-v-3006000.po | 2300 +- misc/translator/po/az-AZ-pref.po | 1178 + misc/translator/po/ben-i-opac-t-prog-v-3006000.po | 2307 +- misc/translator/po/ben-i-staff-t-prog-v-3006000.po | 2272 +- misc/translator/po/ben-opac-ccsr.po | 284 +- misc/translator/po/ben-pref.po | 1170 + .../translator/po/ca-VA-i-opac-t-prog-v-3006000.po | 405 +- .../po/ca-VA-i-staff-t-prog-v-3006000.po | 2272 +- misc/translator/po/ca-VA-pref.po | 1165 + .../translator/po/cs-CZ-i-opac-t-prog-v-3006000.po |17272 ++-- .../po/cs-CZ-i-staff-t-prog-v-3006000.po |118675 +++++++++++--------- misc/translator/po/cs-CZ-opac-ccsr.po | 806 +- misc/translator/po/cs-CZ-pref.po |23867 +---- .../translator/po/da-DK-i-opac-t-prog-v-3006000.po | 411 +- .../po/da-DK-i-staff-t-prog-v-3006000.po | 8565 +- misc/translator/po/da-DK-pref.po | 1425 +- .../translator/po/de-CH-i-opac-t-prog-v-3006000.po | 405 +- .../po/de-CH-i-staff-t-prog-v-3006000.po | 2288 +- .../po/{de-DE-opac-ccsr.po => de-CH-opac-ccsr.po} | 0 misc/translator/po/de-CH-pref.po | 28 + .../translator/po/de-DE-i-opac-t-prog-v-3006000.po | 413 +- .../po/de-DE-i-staff-t-prog-v-3006000.po | 2365 +- misc/translator/po/de-DE-pref.po | 1198 +- .../translator/po/el-GR-i-opac-t-prog-v-3006000.po | 466 +- .../po/el-GR-i-staff-t-prog-v-3006000.po | 2298 +- misc/translator/po/el-GR-pref.po | 13 + .../translator/po/en-GB-i-opac-t-prog-v-3006000.po | 405 +- .../po/en-GB-i-staff-t-prog-v-3006000.po | 2295 +- misc/translator/po/en-GB-pref.po | 1191 + .../translator/po/en-NZ-i-opac-t-prog-v-3006000.po | 405 +- .../po/en-NZ-i-staff-t-prog-v-3006000.po | 2286 +- misc/translator/po/en-NZ-pref.po | 32 + .../translator/po/es-ES-i-opac-t-prog-v-3006000.po | 411 +- .../po/es-ES-i-staff-t-prog-v-3006000.po | 2300 +- misc/translator/po/es-ES-pref.po | 21 +- misc/translator/po/eu-i-opac-t-prog-v-3006000.po | 405 +- misc/translator/po/eu-i-staff-t-prog-v-3006000.po | 2271 +- misc/translator/po/eu-pref.po | 1193 + .../translator/po/fi-FI-i-opac-t-prog-v-3006000.po | 405 +- .../po/fi-FI-i-staff-t-prog-v-3006000.po | 2275 +- misc/translator/po/fi-FI-pref.po | 1179 + .../translator/po/fr-CA-i-opac-t-prog-v-3006000.po | 405 +- .../po/fr-CA-i-staff-t-prog-v-3006000.po | 2290 +- misc/translator/po/fr-CA-pref.po | 16 + .../translator/po/fr-FR-i-opac-t-prog-v-3006000.po | 405 +- .../po/fr-FR-i-staff-t-prog-v-3006000.po | 2285 +- misc/translator/po/fr-FR-opac-ccsr.po | 34 +- misc/translator/po/fr-FR-pref.po | 6 + misc/translator/po/hi-i-opac-t-prog-v-3006000.po | 405 +- misc/translator/po/hi-i-staff-t-prog-v-3006000.po | 2299 +- misc/translator/po/hi-pref.po | 27 + .../translator/po/hr-HR-i-opac-t-prog-v-3006000.po | 405 +- .../po/hr-HR-i-staff-t-prog-v-3006000.po | 2282 +- misc/translator/po/hr-HR-pref.po | 17 + .../translator/po/hu-HU-i-opac-t-prog-v-3006000.po | 405 +- .../po/hu-HU-i-staff-t-prog-v-3006000.po | 2286 +- misc/translator/po/hu-HU-pref.po | 1183 + .../po/hy-Armn-i-opac-t-prog-v-3006000.po | 405 +- .../po/hy-Armn-i-staff-t-prog-v-3006000.po | 2351 +- misc/translator/po/hy-Armn-pref.po | 1203 +- .../translator/po/id-ID-i-opac-t-prog-v-3006000.po | 405 +- .../po/id-ID-i-staff-t-prog-v-3006000.po | 2271 +- misc/translator/po/id-ID-pref.po | 1195 + .../translator/po/is-IS-i-opac-t-prog-v-3006000.po | 405 +- misc/translator/po/is-IS-pref.po | 1173 + .../translator/po/it-IT-i-opac-t-prog-v-3006000.po | 409 +- .../po/it-IT-i-staff-t-prog-v-3006000.po | 2299 +- misc/translator/po/it-IT-pref.po |48880 ++++++++- .../po/ja-Jpan-JP-i-opac-t-prog-v-3006000.po | 405 +- misc/translator/po/ja-Jpan-JP-pref.po | 1167 + ...006000.po => ku-SOR-i-opac-t-prog-v-3006000.po} | 4466 +- ...06000.po => ku-SOR-i-staff-t-prog-v-3006000.po} |42082 ++++---- .../po/{ta-opac-ccsr.po => ku-SOR-opac-ccsr.po} | 20 +- .../po/{ca_ES-pref.po => ku-SOR-pref.po} | 36 + .../po/lo-Laoo-i-opac-t-prog-v-3006000.po | 405 +- .../po/lo-Laoo-i-staff-t-prog-v-3006000.po | 2276 +- misc/translator/po/lo-Laoo-pref.po | 1184 + .../translator/po/mi-NZ-i-opac-t-prog-v-3006000.po | 405 +- misc/translator/po/mi-NZ-pref.po | 19 + misc/translator/po/mon-i-opac-t-prog-v-3006000.po | 405 +- misc/translator/po/mon-i-staff-t-prog-v-3006000.po | 2296 +- misc/translator/po/mon-pref.po | 1187 + misc/translator/po/mr-i-opac-t-prog-v-3006000.po | 405 +- misc/translator/po/mr-i-staff-t-prog-v-3006000.po | 2272 +- misc/translator/po/mr-pref.po | 1175 + .../translator/po/ms-MY-i-opac-t-prog-v-3006000.po | 405 +- .../po/ms-MY-i-staff-t-prog-v-3006000.po | 2271 +- misc/translator/po/ms-MY-pref.po | 5 + .../translator/po/nb-NO-i-opac-t-prog-v-3006000.po | 407 +- .../po/nb-NO-i-staff-t-prog-v-3006000.po | 2286 +- misc/translator/po/nb-NO-pref.po | 31 +- .../translator/po/nl-BE-i-opac-t-prog-v-3006000.po | 405 +- .../po/nl-BE-i-staff-t-prog-v-3006000.po | 2288 +- misc/translator/po/nl-BE-pref.po | 47 +- .../translator/po/nl-NL-i-opac-t-prog-v-3006000.po | 405 +- .../po/nl-NL-i-staff-t-prog-v-3006000.po | 2276 +- misc/translator/po/nl-NL-pref.po | 1174 + .../translator/po/nn-NO-i-opac-t-prog-v-3006000.po | 405 +- .../po/nn-NO-i-staff-t-prog-v-3006000.po | 2294 +- misc/translator/po/nn-NO-pref.po | 1163 + .../translator/po/pl-PL-i-opac-t-prog-v-3006000.po | 411 +- .../po/pl-PL-i-staff-t-prog-v-3006000.po | 3498 +- misc/translator/po/pl-PL-pref.po | 20 + .../translator/po/pt-BR-i-opac-t-prog-v-3006000.po | 405 +- .../po/pt-BR-i-staff-t-prog-v-3006000.po | 2290 +- misc/translator/po/pt-BR-pref.po | 11 + .../translator/po/pt-PT-i-opac-t-prog-v-3006000.po | 415 +- .../po/pt-PT-i-staff-t-prog-v-3006000.po | 2293 +- misc/translator/po/pt-PT-pref.po | 131 +- .../translator/po/ro-RO-i-opac-t-prog-v-3006000.po | 405 +- .../po/ro-RO-i-staff-t-prog-v-3006000.po | 2295 +- misc/translator/po/ro-RO-pref.po | 1169 + .../translator/po/ru-RU-i-opac-t-prog-v-3006000.po | 426 +- .../po/ru-RU-i-staff-t-prog-v-3006000.po | 2971 +- misc/translator/po/ru-RU-pref.po | 828 +- .../translator/po/sd-PK-i-opac-t-prog-v-3006000.po | 405 +- .../po/sd-PK-i-staff-t-prog-v-3006000.po | 2271 +- misc/translator/po/sd-PK-pref.po | 1196 + .../translator/po/sk-SK-i-opac-t-prog-v-3006000.po | 407 +- .../po/sk-SK-i-staff-t-prog-v-3006000.po | 2332 +- misc/translator/po/sk-SK-pref.po | 122 +- .../translator/po/sv-SE-i-opac-t-prog-v-3006000.po | 405 +- .../po/sv-SE-i-staff-t-prog-v-3006000.po | 2275 +- misc/translator/po/sv-SE-pref.po | 1198 + .../translator/po/ta-LK-i-opac-t-prog-v-3006000.po | 405 +- .../po/ta-LK-i-staff-t-prog-v-3006000.po | 2271 +- misc/translator/po/ta-LK-pref.po | 1181 + misc/translator/po/ta-i-opac-t-prog-v-3006000.po | 405 +- misc/translator/po/ta-i-staff-t-prog-v-3006000.po | 2271 +- misc/translator/po/ta-pref.po | 1176 + misc/translator/po/tet-i-opac-t-prog-v-3006000.po | 405 +- misc/translator/po/tet-i-staff-t-prog-v-3006000.po | 2293 +- misc/translator/po/tet-pref.po | 25 + .../po/th-THA-i-opac-t-prog-v-3006000.po | 405 +- .../po/th-THA-i-staff-t-prog-v-3006000.po | 2271 +- misc/translator/po/th-THA-opac-ccsr.po | 142 +- misc/translator/po/th-THA-pref.po | 10 + .../translator/po/tr-TR-i-opac-t-prog-v-3006000.po | 407 +- .../po/tr-TR-i-staff-t-prog-v-3006000.po | 2301 +- misc/translator/po/tr-TR-pref.po | 1202 +- .../translator/po/uk-UA-i-opac-t-prog-v-3006000.po | 435 +- .../po/uk-UA-i-staff-t-prog-v-3006000.po | 3002 +- misc/translator/po/uk-UA-pref.po | 1422 +- .../po/ur-Arab-i-opac-t-prog-v-3006000.po | 405 +- .../po/ur-Arab-i-staff-t-prog-v-3006000.po | 2271 +- misc/translator/po/ur-Arab-opac-ccsr.po | 46 +- misc/translator/po/ur-Arab-pref.po | 7 + .../translator/po/vi-VN-i-opac-t-prog-v-3006000.po | 405 +- .../po/vi-VN-i-staff-t-prog-v-3006000.po | 2271 +- misc/translator/po/vi-VN-pref.po | 1194 + misc/translator/po/zh-Hans-CN-opac-ccsr.po | 11 +- misc/translator/po/zh-Hans-CN-pref.po | 1180 + .../po/zh-Hans-TW-i-opac-t-prog-v-3006000.po | 409 +- misc/translator/po/zh-Hans-TW-opac-ccsr.po | 4 +- misc/translator/po/zh-Hans-TW-pref.po | 3088 +- 163 files changed, 259861 insertions(+), 180844 deletions(-) copy misc/translator/po/{de-DE-opac-ccsr.po => de-CH-opac-ccsr.po} (100%) copy misc/translator/po/{ta-LK-i-opac-t-prog-v-3006000.po => ku-SOR-i-opac-t-prog-v-3006000.po} (99%) copy misc/translator/po/{ta-LK-i-staff-t-prog-v-3006000.po => ku-SOR-i-staff-t-prog-v-3006000.po} (99%) copy misc/translator/po/{ta-opac-ccsr.po => ku-SOR-opac-ccsr.po} (99%) copy misc/translator/po/{ca_ES-pref.po => ku-SOR-pref.po} (99%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 07:00:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 05:00:41 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.08.12 created. v3.08.12 Message-ID: This is an automated email from the git 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.12 has been created at 9680eb71b62f39c9516e60fa25b0978d2702bccb (tag) tagging d38d7696821b4c6642e53ddf896d4ac5f1525075 (commit) replaces v3.08.11 tagged by Chris Cormack on Wed Apr 24 17:06:23 2013 +1200 - Log ----------------------------------------------------------------- Koha release 3.8.12 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlF3aE8ACgkQZgbcHEvgMLPkjwCfVNdsYF+agnS9ugjNBHjd/QpS XAEAn2IwDPv02X2GP/DNsas2pZQYwtqq =7vuZ -----END PGP SIGNATURE----- Aaron Wells (1): Bug 8816: Add warning about manual edits to top of debian/control Adrien Saurat (2): Bug 9838: fix on 04patron_status.t Bug 7379: display of copy number description (AV) Chris Cormack (9): Bump db number Bumping db version Bug 8942 : Adding a test to make sure we don't use single quotes for js Removing a single quote in the js Revert "Bug 9908 - Fixing OCLC Connexion Client" Tidying up updatedatabase.pl Merge remote-tracking branch 'kc/3.8.x' into 3.8.x Bumpding database version 3.8.12 release notes Chris Nighswonger (1): Bug 9535 - Patron card creator "Remove duplicates" function doesn't work D Ruth Bavousett (1): Language updates for 3.8.12 David Cook (3): Bug 9781 - Fix bug in 3.8.x (dynarch) calendar positioning in IE Bug 9002 - Remove Problematic Logic from Patron Messaging Preferences Form Bug 9571 - Fix width for textareas in Edit Item screen Dobrica Pavlinusic (4): Bug 8378 - in overdues changed to <> Bug 8378 - show all items columns and new items.fine Bug 8378 - followup - sample_notices.sql updated to <> Bug 8378 - followup - update notices to use <> Fridolyn SOMERS (9): Bug 7018 : need all acq permissions to search Bug 8942: Translation process breaks javascript Bug 8942: Translation process breaks javascript (followup 1) Bug 8942: Translation process breaks javascript (followup 2) Bug 9953 - When OpacMaintenance breaks lifting debarment Bug 9274: Software error in bibtex export Bug 9726: XISBN service throttle not initialized Bug 9954 - CVS profile encoding not selected in edition Bug 9947 - Creating item for received serial prefills enumchron subfield Jared Camins-Esakov (1): Bug 9050: Use safer adelete when deleting records from Zebra index Jen Zajac (1): Bug 5648: Changed display: inline to inline-block on the inline CSS styling on the li elements. Jonathan Druart (2): Bug 9419: The highlight feature can cause a browser freeze Bug 9945: Changed display: inline to inline-block on the inline CSS styling on the li elements. Karam Qubsi (1): Bug 9956 : Add translators to the about page Kyle M Hall (2): Bug 9748: don't link items in SCO checkout list back to main OPAC Bug 8860 - can't merge if you don't have fast cataloging permissions Marcel de Rooy (1): Bug 9609: Rebuilding zebra reports double number of exported records. Mark Tompsett (4): Bug 8780 - Lower dependency version for DateTime::TimeZone Bug 8737 - Incorrect icon at login in staff client Bug 8742 - Example uses perl 5.8 in Makefile.PL Bug 8861 - Undefined variables in batchMod.pl trigger error logs Mathieu Saby (1): Bug 7875: Change the pending suggestion link in home page so that it directs to pending suggestions Owen Leonard (1): Bug 9571 [Alternate] Fix width for textareas in Edit Item screen Peter Crellan Kelly (2): Bug 9863: Correct casing and add arrow-heads for consistency with earlier submit messages. Bug 9885 Passwords generated by command line scripts are weak Robin Sheat (1): Bug 9802 - add test case to ensure man pages have correct XML Thatcher Rea (1): Bug 9908 - Fixing OCLC Connexion Client Tomas Cohen Arazi (1): Bug 9502 - Wrong destination in cp command (INSTALL.opensuse!) Vitor FERNANDES (1): Bug 9341: Problem with UNIMARC authors facets Will Stokes (1): Bug 7938: Added description of -v/--verbose parameter ?ByWater (1): Bug 9786 - Holds to pull showing items not available ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 07:08:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 05:08:04 +0000 Subject: [koha-commits] main Koha release repository annotated tag v3.10.05 created. v3.10.05 Message-ID: This is an automated email from the git 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.05 has been created at afc147fe8ceb3feef5fd7c25d6d04dabcbd24cfc (tag) tagging a3649cf28de5979c872327203e2e37669c5d4ae3 (commit) replaces v3.10.04 tagged by Chris Cormack on Wed Apr 24 17:13:55 2013 +1200 - Log ----------------------------------------------------------------- Koha release 3.10.5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlF3ahMACgkQZgbcHEvgMLOaPgCgkQg3S2MWyJleIr6SBqMsmLYp jM8AnitRacy9trBiMLEwjwJ8mBq9dBVC =viR/ -----END PGP SIGNATURE----- Aaron Wells (1): Bug 8816: Add warning about manual edits to top of debian/control Adrien Saurat (2): Bug 9952: translation of the "tab 0" in MARC detail Bug 9838: fix on 04patron_status.t ByWater Migration Support (1): Bug 9932 - Broken calendar image and misplaced masthead include for CCSR theme Chris Cormack (7): Bumping the version number Bumping db version Bug 8942 : Adding a test to make sure we don't use single quotes for js Removing a single quote in the js Bumping db version Release Notes for 3.10.5 Bumping database version Chris Nighswonger (1): Bug 9535 - Patron card creator "Remove duplicates" function doesn't work Colin Campbell (1): Bug 9727: Fix typo in variable name D Ruth Bavousett (1): Language update for 3.10.5 David Cook (3): Bug 9003 - Add css fix for opac items with strong and em Bug 9002 - Remove Problematic Logic from Patron Messaging Preferences Form Bug 9571 - Fix width for textareas in Edit Item screen Dobrica Pavlinusic (4): Bug 8378 - in overdues changed to <> Bug 8378 - show all items columns and new items.fine Bug 8378 - followup - sample_notices.sql updated to <> Bug 8378 - followup - update notices to use <> Fridolyn SOMERS (15): Bug 9415: XML catalog export is missing root node Bug 9423: Add notforloan value to issue confirmation or blocking message Bug 7018 : need all acq permissions to search Bug 9504: URL escape in OPAC more searches Bug 8942: Translation process breaks javascript Bug 8942: Translation process breaks javascript (followup 1) Bug 8942: Translation process breaks javascript (followup 2) Bug 9935 - Social icons missing in CSSR theme Bug 9953 - When OpacMaintenance breaks lifting debarment Bug 9274: Software error in bibtex export Bug 9726: XISBN service throttle not initialized Bug 9954 - CVS profile encoding not selected in edition Bug 9554: single quote in didyoumean Bug 9947 - Creating item for received serial prefills enumchron subfield Bug 7449: billingplace and freedeliveryplace not saved when creating a new basketgroup Galen Charlton (1): bug 9496: improve error checking in rebuild_zebra.pl Jared Camins-Esakov (3): Bug 9660 follow-up: OpenLibrary covers are too small in CCSR too Bug 9003 follow-up: add fix to CCSR Add Aaron Wells to history as committer #207 Jen Zajac (1): Bug 5648: Changed display: inline to inline-block on the inline CSS styling on the li elements. Jonathan Druart (2): Bug 9419: The highlight feature can cause a browser freeze Bug 9945: Changed display: inline to inline-block on the inline CSS styling on the li elements. Karam Qubsi (1): Bug 9956 : Add translators to the about page Kyle M Hall (4): Bug 9748: don't link items in SCO checkout list back to main OPAC 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 [3.10.x] Liz Rea (2): Bug 8979 - simple addition of news to CCSR theme Bug 9745 - don't nuke translated strings in permissions on DB upgrade Magnus Enger (4): Bug 9841 - Improve the link from the "logged in as mysql-user"-warning 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 Marcel de Rooy (2): Bug 9498 QA Followup for updatedatabase Bug 9609: Rebuilding zebra reports double number of exported records. Mason James (1): Bug 9660 - OpenLibrary covers are too small on OPAC search results Mathieu Saby (1): Bug 7875: Change the pending suggestion link in home page so that it directs to pending suggestions Owen Leonard (2): Bug 9571 [Alternate] Fix width for textareas in Edit Item screen Bug 9166 [Revised] OPAC needs configuration file for datepicker Peter Crellan Kelly (2): Bug 9863: Correct casing and add arrow-heads for consistency with earlier submit messages. Bug 9885 Passwords generated by command line scripts are weak Robin Sheat (1): Bug 9802 - add test case to ensure man pages have correct XML Thatcher Rea (1): Bug 9908 - Fixing OCLC Connexion Client Vitor FERNANDES (1): Bug 9341: Problem with UNIMARC authors facets 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 Wed Apr 24 09:22:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 07:22:22 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-2-g065816d Message-ID: This is an automated email from the git hooks/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 065816de92d40f6f8f597b236bc3f118afcd1911 (commit) via e27da4a9b5e0ae41885e93240bf2e2a025f4e4e5 (commit) from a3649cf28de5979c872327203e2e37669c5d4ae3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 065816de92d40f6f8f597b236bc3f118afcd1911 Author: Jared Camins-Esakov Date: Sat Nov 10 07:51:22 2012 -0500 Bug 9049: Don't use shadow with rebuild_zebra -r Due to a limitation of Zebra, the register must be cleared *before* doing shadow indexing if you want to reset the indexes. In light of that, it does not make sense to do shadow indexing at all when rebuild_zebra.pl is run with the -r switch. This patch makes -r (reset) imply -n (no shadow). To test: 1) Run `rebuild_zebra.pl -b -r -v -v -v` 2) Note that the script never runs the merge phase Without the patch I see log lines refering to the shadow cache (enabling shadow spec=/home/koha/koha-dev/var/lib/zebradb/biblios/shadow:20G) With the patch I don't see anything in the logs about shadow. I do however see lines about merging. I think it could just be a misunderstanding of the logs Signed-off-by: wajasu Signed-off-by: Elliott Davis Signed-off-by: Chris Cormack commit e27da4a9b5e0ae41885e93240bf2e2a025f4e4e5 Author: Jonathan Druart Date: Wed Aug 22 13:37:31 2012 +0200 Bug 7358: reaffect a closed basket to a closed basketgroup The list of basketgroups when looking at a closed basket show all the basketgroups. It should not be possible to affect a basket to a closed basketgroup, since this basketgroup should have been sent to a supplier. Signed-off-by: Kyle M Hall Signed-off-by: Paul Poulain Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: acqui/basket.pl | 4 +- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 48 +++++++++++++------- misc/migration_tools/rebuild_zebra.pl | 6 ++- 3 files changed, 39 insertions(+), 19 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 10:30:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 08:30:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-4-g2f4aae6 Message-ID: This is an automated email from the git hooks/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 2f4aae67af3ea621c6565c85219d2f4bca43fa55 (commit) via 9da5a782f7806e526624925da284c9b95a0a5209 (commit) from 065816de92d40f6f8f597b236bc3f118afcd1911 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2f4aae67af3ea621c6565c85219d2f4bca43fa55 Author: Galen Charlton Date: Wed Feb 6 08:02:18 2013 -0800 Bug 9556: fix setting messaging prefs when changing patron category As a result of accumulated changes to field names returned by the members/default_messageprefs.pl service, the JavaScript to change the patron messaging preferences to the category default when changing a patron's category in the patron editor stopped working. To test: [1] Turn on the EnhancedMessagingPreferences feature. [2] Set message preference defaults for at least two patron categories. [3] Before applying the patch, create a new patron record using one of the categories you set prefs for, then change the category, then change it back again. You will see that numeric settings like the number of days for advanced notices will change, but checkboxes won't change. [4] Apply the patch, then create a new patron record and try changing the patron category. You will see that all of the preferences will get updated to the category default each time you change the category. Signed-off-by: Galen Charlton Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack commit 9da5a782f7806e526624925da284c9b95a0a5209 Author: Adrien Saurat Date: Mon Dec 31 12:12:02 2012 +0100 Bug 9330: title field empty when duplicating a patron For a duplicated patron, the "Saluation" information is now empty by default. Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/members/memberentrygen.tt | 4 ++-- members/memberentry.pl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 10:57:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 08:57:15 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-9-gc06d15c Message-ID: This is an automated email from the git hooks/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 c06d15c9f2020a2821a76a4c1bdf462f0f1b3390 (commit) via c7f21c821e7d109bdda4a5a65fdccb37e66109bc (commit) via 4b9a3061195a05dc9a31ba17b8b0bbfb350b497e (commit) via 2e757c4b78d75f02881a654b9f40a73aba2ce368 (commit) via 5cadea611423181099506938e9f206743766a88d (commit) from 2f4aae67af3ea621c6565c85219d2f4bca43fa55 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c06d15c9f2020a2821a76a4c1bdf462f0f1b3390 Author: Chris Cormack Date: Fri Mar 8 18:41:54 2013 +1300 Bug 9555: Another template contains single quotes in a js string Signed-off-by: Kyle M Hall Signed-off-by: Chris Cormack commit c7f21c821e7d109bdda4a5a65fdccb37e66109bc Author: Owen Leonard Date: Wed Feb 13 11:11:23 2013 -0500 Bug 9608 - White background on header on check in The white background behind the header search form on the checkin page appears because the search include is missing a
which carries the background gradient CSS. This patch adds the missing markup to the checkin search header include file and 6 others. To test, view the following pages and confirm that the normal gradient background appears behind the header search form: - Checkin - Contracts administration - Currencies administration - Notices and slips - Printers administration (admin/printers.pl) - Stop words administration (admin/stopwords.pl) - Adding an order to a basket from a suggestions (Acquisitions -> Basket -> Add order to basket -> From a suggestions). Signed-off-by: Nicole C. Engard Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack commit 4b9a3061195a05dc9a31ba17b8b0bbfb350b497e Author: Kyle M Hall Date: Tue Feb 5 08:51:21 2013 -0500 Bug 5790 - Prevent deletion of records with holds - QA Followup Signed-off-by: Liz Rea fixes qa concerns, feature still works Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack commit 2e757c4b78d75f02881a654b9f40a73aba2ce368 Author: Kyle M Hall Date: Wed Jan 30 11:36:38 2013 -0500 Bug 5790 - Prevent deletion of records with holds Test Plan: 1) Apply patch 2) Create a record 3) Create an item for the record 3) Place a hold on the bib 4) Attempt to 'Delete all items', you should recieve an error message stating to delete all holds before deleting all items. Also, it is possible to get into a situation where a record has holds but no items. In this situation, it is not possible to view/delete the holds without adding an item back to the record. In this case, attempting to delete the bib causes a warning, but does not prevent deletion. Signed-off-by: Liz Rea Passes tests - do note that it was a design decision to leave the delete links clickable even though they are grey. The reasoning is that librarians will want to be able to know *why* they cannot delete a given item or bib - I like this. Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack commit 5cadea611423181099506938e9f206743766a88d Author: Fridolyn SOMERS Date: Tue Jan 15 09:24:25 2013 +0100 Bug 9392: confirmation does not appear for negative notforloan items issues When checking-out an item marked "not for loan" with a positive value, you get a message to forbid or confirm issue (depending on AllowNotForLoanOverride syspref). For an item with a negative value (usually during acquisition process), the issue is made without forbid or confirm message. This patch simply changes the test notforloan > 0 into notforloan != 0. Test plan : - Checkout an item with items.notforloan = 0 => The item is issued without message - Checkout an item with items.notforloan > 0 => A message forbids or asks confirmation to override - Checkout an item with items.notforloan < 0 (e.g., on order) => A message forbids or asks confirmation to override Signed-off-by: Galen Charlton Signed-off-by: Katrin Fischer Checked with AllowNotForLoanOverride on and off. All tests and QA script pass. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 5 +- catalogue/ISBDdetail.pl | 4 + catalogue/MARCdetail.pl | 3 + catalogue/detail.pl | 7 +- catalogue/imageviewer.pl | 3 + catalogue/labeledMARCdetail.pl | 3 + catalogue/moredetail.pl | 5 ++ .../intranet-tmpl/prog/en/css/staff-global.css | 3 + .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 60 +++++++++++--------- .../prog/en/includes/checkin-search.inc | 4 +- .../prog/en/includes/contracts-admin-search.inc | 3 +- .../prog/en/includes/currencies-admin-search.inc | 3 +- .../prog/en/includes/letters-search.inc | 3 +- .../prog/en/includes/printers-admin-search.inc | 3 +- .../prog/en/includes/stopwords-admin-search.inc | 3 +- .../prog/en/includes/suggestions-add-search.inc | 3 +- .../prog/en/modules/patroncards/manage.tt | 2 +- 17 files changed, 75 insertions(+), 42 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 11:09:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 09:09:03 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-11-gc1ae7e3 Message-ID: This is an automated email from the git hooks/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 c1ae7e3765ffb226bb9f5b058a32568b9672edd6 (commit) via ba6dc6c200bb880f4a4634596283b8ed2f0c4d5c (commit) from c06d15c9f2020a2821a76a4c1bdf462f0f1b3390 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c1ae7e3765ffb226bb9f5b058a32568b9672edd6 Author: Julian Maurice Date: Wed Nov 7 10:51:49 2012 +0100 Bug 9019: Return item fields in ILS-DI GetRecords Signed-off-by: Srikanth Dhondi Signed-off-by: Katrin Fischer 1) Activate ILS-DI in system preferencs 2) Access http://.../cgi-bin/koha/ilsdi.pl to see documentation 3) Try http://.../cgi-bin/koha/ilsdi.pl?service=GetRecords&id=12+14 with various valid biblionumbers for your system 4) Verify 952 is included in the and all other data displays correctly All tests pass. Signed-off-by: Chris Cormack commit ba6dc6c200bb880f4a4634596283b8ed2f0c4d5c Author: Robin Sheat Date: Fri Mar 8 14:29:39 2013 +1300 Bug 9035 - delete bulkauthimport.pl Then bulkauthimport.pl? bulkauthimport should not be used ever. it probably should be deleted It should be. Signed-off-by: David Cook I've poked around in bulkmarcimport.pl and it certainly seems to have the functionality that Mason (and Jared and Robin) mention. Signed-off-by: Jonathan Druart Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/ILSDI/Services.pm | 6 ++ misc/migration_tools/bulkauthimport.pl | 154 -------------------------------- 2 files changed, 6 insertions(+), 154 deletions(-) delete mode 100755 misc/migration_tools/bulkauthimport.pl hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 11:09:13 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 09:09:13 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-1-g2f2ec10 Message-ID: This is an automated email from the git hooks/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 2f2ec10b467d705c3333e02d61215e6d937e4305 (commit) from d38d7696821b4c6642e53ddf896d4ac5f1525075 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2f2ec10b467d705c3333e02d61215e6d937e4305 Author: Julian Maurice Date: Wed Nov 7 10:51:49 2012 +0100 Bug 9019: Return item fields in ILS-DI GetRecords Signed-off-by: Srikanth Dhondi Signed-off-by: Katrin Fischer 1) Activate ILS-DI in system preferencs 2) Access http://.../cgi-bin/koha/ilsdi.pl to see documentation 3) Try http://.../cgi-bin/koha/ilsdi.pl?service=GetRecords&id=12+14 with various valid biblionumbers for your system 4) Verify 952 is included in the and all other data displays correctly All tests pass. Signed-off-by: Chris Cormack ----------------------------------------------------------------------- Summary of changes: C4/ILSDI/Services.pm | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 11:15:18 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 09:15:18 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-12-g6002812 Message-ID: This is an automated email from the git hooks/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 6002812a220115d9b5b7b083ec931d9098f7af11 (commit) from c1ae7e3765ffb226bb9f5b058a32568b9672edd6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6002812a220115d9b5b7b083ec931d9098f7af11 Author: Magnus Enger Date: Thu Jan 24 23:17:45 2013 +0100 Bug 9213 - Implement analytics for NORMARC XSLT Problem: Links between anaytics records were not being displayed for NORMARC setups. What this patch does: 1. Add indexing for 773 subfield a, w and 9; both for GRS-1 and DOM indexing (The DOM indexing config was generated from the GRS-1 record.abs) 2. Add "analytics links" to NORMARC XSLT files, both for OPAC and intranet To test: - Make sure you have a NORMARC installation - Set UseControlNumber = Use - Create a parent record with LDR/07=c. Leave 001 empty. - In the "Normal" view, do New > New child record and create another record. Do this twice (so you get a list of hits when you click on the "Show anaytics" links later on). - Do the following steps both in the OPAC and the Intranet: - Search for the parent record in such a way that you can see the record in a *result list* - Check that the "Show analytics" link is displayed, and uses the title of the parent record for linking: ?q=Host-item: - Clik on the "Show analytics" link and check that you get a result list with the two child records you created earlier - Go back to the result list and click on the parent record, so you get the *detail view* - Check that the "Show analytics" link is displayed, and uses the title of the parent record for linking: ?q=Host-item:<Title of parent record> - Clik on the "Show analytics" link and check that you get a result list with the two child records you created earlier - Search for one or both of the child records in such a way that you can see the record(s) in a *result list* - Check that the "In: <Title of parent record>" link is displayed, and that it uses the biblionumber of the parent record for linking: ?q=Control-number:<biblionumber of parent record> - Click on the "In: <Title of parent record>" link, and check that the parent record is displayed - Go back to the result list and click on the child record, so you get the *detail view* - Check that the "In: <Title of parent record>" link is displayed, and that it uses the biblionumber of the parent record for linking: ?q=Control-number:<biblionumber of parent record> - Click on the "In: <Title of parent record>" link, and check that the parent record is displayed - Now edit the parent record and put it's biblionumber in 001. Repeat the steps above, and check that everything still works, but that the links are different: - The "Show analytics" link on the parent record should look like this: ?q=rcn:<biblionumber of parent record>+and+(bib-level:a+or+bib-level:b) - The "In: <Title of parent record>" link on the child records should be the same as it was earlier - Now set UseControlNumber = "Don't use" and repeat all of the steps above - All of the links should still be displayed and work, of course - The "In: <Title of parent record>" link on the child records should look like this: ?q=ti,phr:<Title of parent record> - The "Show analytics" link on the parent record should look like this: ?q=Host-item:<Title of parent record> - Change LDR/07 to "s" and repeat all of the steps above - Do all of this both for GRS-1 indexing and for DOM indexing... Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: .../normarc/biblios/biblio-zebra-indexdefs.xml | 132 +++++++++++--------- .../normarc/biblios/biblio-zebra-indexdefs.xsl | 21 +++ etc/zebradb/marc_defs/normarc/biblios/record.abs | 3 + .../prog/en/xslt/NORMARCslim2intranetDetail.xsl | 66 ++++++++++ .../prog/en/xslt/NORMARCslim2intranetResults.xsl | 68 ++++++++++- .../prog/en/xslt/NORMARCslimUtils.xsl | 19 +++ .../prog/en/xslt/NORMARCslim2OPACDetail.xsl | 66 ++++++++++ .../prog/en/xslt/NORMARCslim2OPACResults.xsl | 67 ++++++++++ .../opac-tmpl/prog/en/xslt/NORMARCslimUtils.xsl | 19 +++ 9 files changed, 400 insertions(+), 61 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 12:14:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 10:14:32 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-18-g43e6791 Message-ID: <E1UUwie-0001TN-0r@git.koha-community.org> This is an automated email from the git hooks/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 43e679156a5250e79de0accca960e4836aa55385 (commit) via 24f42ba74ce0fe24b267ab9f6d8bd8064897b172 (commit) via ebd666c4d2ee07dd60c11513e1bcc1441c01c177 (commit) via 6655d6e2d02df18fe29ece1865929684fa276265 (commit) via 8146604253622783a26093e1decc57cf14828a36 (commit) via 26038d897ebdda32f2bdf2435f82d15efb70c0c7 (commit) from 6002812a220115d9b5b7b083ec931d9098f7af11 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 43e679156a5250e79de0accca960e4836aa55385 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Wed Feb 27 15:37:39 2013 +0100 Bug 9720 : uninitialized value warnings in circulation (followup 1) This patch corrects several uninitialized value errors. Test plan: - Edit a borrower - Enter a surname using lowercase (it will be displayed uppercase by CSS) and save => Borrower surname is uppercase - Edit an organisation (depends on borrower category) - Enter a surname using lowercase (it will be displayed uppercase by CSS) and save => Borrower surname is uppercase - Go to a borrower page who has today issues - Click on More/Export today's checked in barcodes => You get a file to dowload Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 24f42ba74ce0fe24b267ab9f6d8bd8064897b172 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Wed Feb 27 15:02:49 2013 +0100 Bug 9720 : uninitialized value warnings in circulation This patch corrects several uninitialized value errors. Test plan: - Go to check out page - Check that issues and old issues are in different tables - Check that author is diplayed if exists - Check that patron address is displayed if exists - Perform a checkout Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> commit ebd666c4d2ee07dd60c11513e1bcc1441c01c177 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Thu Mar 7 11:54:57 2013 +0100 Bug 9759: last subfield can be deleted In authorities and biblios editors, a repeatable subfield can be deleted (small icon next to input). Clone subfields are really deleted but last existing subfield is just set empty instead of deleted. But when same field is repeated, the last subfield can be deleted. This patch corrects this, last subfield of a field, even repeated, can not be deleted. Test plan : - Edit a biblio - Choose a repeatable field with a repeatable subfield : ie 600 and $x - Edit 600, enter a text in $x : ie "subA" - Clone $x - Delete second $x => second $x is deleted - Delete first $x => $x is not deleted but set empty - Edit 600, enter a text in $x : ie "subA" - Clone 600 - Edit second 600, enter a text in $x : ie "subB" - Clone $x of second 600 - Delete second $x of second 600 => second $x of second 600 is deleted - Delete first $x of second 600 => with this patch : first $x of second 600 is set empty => without this patch : first $x of second 600 is deleted, second 600 has no $x anymore Perform same test plan on an authority. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 6655d6e2d02df18fe29ece1865929684fa276265 Author: Adrien Saurat <adrien.saurat at biblibre.com> Date: Thu Mar 21 16:05:27 2013 +0100 Bug 7241, follow-up: viewlog link for circulation Fixes a few things about the CIRC link in viewlogs: - "itemnumber=" instead of "item=" - anchor #item was filled with the wrong field - tooltip now indicates "item" instead of "biblio" Signed-off-by: Adrien Saurat <adrien.saurat at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 8146604253622783a26093e1decc57cf14828a36 Author: Adrien Saurat <adrien.saurat at biblibre.com> Date: Thu Mar 21 14:30:46 2013 +0100 Bug 7241 follow-up: DB changes Reset timestamp modification on update after patch application. Give more information about the log history fix. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 26038d897ebdda32f2bdf2435f82d15efb70c0c7 Author: Adrien Saurat <adrien.saurat at biblibre.com> Date: Tue Jan 22 14:46:38 2013 +0100 Bug 7241: circulation action logs record biblionumber instead of item number Issue log and and circulation logs are incorrectly recording biblionumber instead of item number, creating incorrect logs. This patch corrects this, and modifies the action_logs table in two ways: - the timestamp is not updated anymore with UPDATES (but still automatically filled when INSERTing) - to partially correct the broken logs, the log history is filled with the first found item for each biblio Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 4 ++-- circ/circulation.pl | 20 ++++++++++++-------- installer/data/mysql/updatedatabase.pl | 9 +++++++++ koha-tmpl/intranet-tmpl/prog/en/js/cataloging.js | 4 ++-- .../intranet-tmpl/prog/en/modules/tools/viewlog.tt | 2 +- members/memberentry.pl | 4 ++-- members/readingrec.pl | 3 ++- 7 files changed, 30 insertions(+), 16 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 14:51:59 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 12:51:59 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10023 created. v3.12.00-beta1-299-g2cc3334 Message-ID: <E1UUzB1-0002Gg-HB@git.koha-community.org> This is an automated email from the git hooks/post-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_10023 has been created at 2cc3334a5c2d09a5efd5480b0eb0577e6b7a88cd (commit) - Log ----------------------------------------------------------------- commit 2cc3334a5c2d09a5efd5480b0eb0577e6b7a88cd Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Wed Apr 24 08:48:30 2013 -0400 Bug 10023 follow-up: Remove the last occurrences of N[degree sign] commit 7d3d347774cf44c02ca133798ead8c99849699ed Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 16:29:40 2013 +0200 Bug 10023: Change degree notation for number to No. This patch changes N<little circle> to No. in three templates. To test: 1) Search for a vendor with visible baskets. Check that the first column of the basket table in the is now labelled No. 2) Print a PDF order in acquisitons with layout2pages. 3) Print a PDF oder in acquisitons with layout3pages. Check both generated PDFs for the correct syntax. Note: you need to switch the system preference OrderPdfFormat in order to test 2) and 3). The 2 possible settings are: pdfformat::layout3pages pdfformat::layout2pages It's not only Koha - git bz doesn't like the degree notation either. Signed-off-by: Owen Leonard <oleonard at myacpl.org> I prefer "No." over "#" and my survey of the templates shows that "No." appears more often. Looks like something to add to our style guide. Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 3b45b745cf5a2a0392b9817e60de8461037feb6a Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 16:57:03 2013 +0200 Bug 10023: Change degree notation for number to # This patch changes N<little circle> to # in three templates. To test: 1) Search for a vendor with visible baskets. Check that the first column of the basket table in the is now labelled # 2) Print a PDF order in acquisitons with layout2pages. 3) Print a PDF oder in acquisitons with layout3pages. Check both generated PDFs for the correct syntax. Note: you need to switch the system preference OrderPdfFormat in order to test 2) and 3). The 2 possible settings are: pdfformat::layout3pages pdfformat::layout2pages It's not only Koha - git bz doesn't like the degree notation either. Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 15:05:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 13:05:41 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9903 created. v3.12.00-beta1-302-ga8eb99b Message-ID: <E1UUzOH-0002KW-Ou@git.koha-community.org> This is an automated email from the git hooks/post-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_9903 has been created at a8eb99b8ff9aa01479e26665ba8edd1f00c39a53 (commit) - Log ----------------------------------------------------------------- commit a8eb99b8ff9aa01479e26665ba8edd1f00c39a53 Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Wed Apr 24 10:31:19 2013 +0200 Bug 9903: Followup: use the KohaDates T::T plugin to display dates. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 0c76032738ffd4c18e5a90e68a27b46c9d82a37a Author: Owen Leonard <oleonard at myacpl.org> Date: Tue Apr 9 08:55:45 2013 -0400 Bug 9903 - Sort by date broken on patron detail page When the patron detail page switched to DataTables no accommodation was made for metric date formats in sorting. This patch adds sorting based on data in a span's title attribute, and thus requires that the patch for Bug 9887 be applied. To test, view the detail page for a patron who has assorted checkouts, relatives' checkouts, and holds. Sorting of date columns should be correct with the dateformat preference set to any value. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> All tests and QA script pass. Nice improvement. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit c396d731ec72c8b68228ff4f9c648c17cf20c773 Merge: 06b8876 2cc3334 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Wed Apr 24 08:57:42 2013 -0400 Merge branch 'bug_10023' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 15:10:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 13:10:15 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9804 created. v3.12.00-beta1-304-g6e4851f Message-ID: <E1UUzSh-0002Ly-4Y@git.koha-community.org> This is an automated email from the git hooks/post-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_9804 has been created at 6e4851fa406eb7b5c831c158faa5f83caf723c2a (commit) - Log ----------------------------------------------------------------- commit 6e4851fa406eb7b5c831c158faa5f83caf723c2a Author: Magnus Enger <magnus at enger.priv.no> Date: Mon Apr 15 20:24:08 2013 +0200 Bug 9804 - Fix name for NORMARC biblio-koha-indexdefs.xml When i did bug 8805, I gave the biblio-koha-indexdefs.xml file the wrong name, and called it biblio-zebra-indexdefs.xml. This patch fixes that. To reproduce: - Check that etc/zebradb/marc_defs/normarc/biblios/biblio-zebra- indexdefs.xml exists To test: - Apply the patch and check that etc/zebradb/marc_defs/normarc/ biblios/biblio-zebra-indexdefs.xml no longer exists, but that etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml does exist. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 54abf192f882f92601f23fe8696368509faab641 Merge: c396d73 a8eb99b Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Wed Apr 24 09:11:22 2013 -0400 Merge branch 'bug_9903' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 15:29:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 13:29:49 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-305-gf5709c0 Message-ID: <E1UUzld-0002TJ-98@git.koha-community.org> This is an automated email from the git hooks/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 f5709c00988bfd8c401d07d52b5925c105a61072 (commit) via 6e4851fa406eb7b5c831c158faa5f83caf723c2a (commit) via 54abf192f882f92601f23fe8696368509faab641 (commit) via a8eb99b8ff9aa01479e26665ba8edd1f00c39a53 (commit) via 0c76032738ffd4c18e5a90e68a27b46c9d82a37a (commit) via c396d731ec72c8b68228ff4f9c648c17cf20c773 (commit) via 2cc3334a5c2d09a5efd5480b0eb0577e6b7a88cd (commit) via 7d3d347774cf44c02ca133798ead8c99849699ed (commit) via 3b45b745cf5a2a0392b9817e60de8461037feb6a (commit) from 06b887630b8ebca124e88579fe6c0a586daaad47 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f5709c00988bfd8c401d07d52b5925c105a61072 Merge: 54abf19 6e4851f Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Wed Apr 24 09:16:20 2013 -0400 Merge branch 'bug_9804' into 3.14-master ----------------------------------------------------------------------- Summary of changes: acqui/pdfformat/layout2pages.pm | 2 +- acqui/pdfformat/layout3pages.pm | 6 +++--- ...bra-indexdefs.xml => biblio-koha-indexdefs.xml} | 0 .../prog/en/modules/acqui/booksellers.tt | 2 +- .../prog/en/modules/members/moremember.tt | 20 +++++++++++++------- members/moremember.pl | 4 +--- 6 files changed, 19 insertions(+), 15 deletions(-) rename etc/zebradb/marc_defs/normarc/biblios/{biblio-zebra-indexdefs.xml => biblio-koha-indexdefs.xml} (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 15:29:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 13:29:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-260-g11f8ba9 Message-ID: <E1UUzlc-0002Sp-18@git.koha-community.org> This is an automated email from the git hooks/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 11f8ba92b2f87581a980e18033353ec98b45c0cf (commit) via 5a5200562a8a0b39b95f254d8a5467a9a5629cd8 (commit) via 005ff0e54353c28aba4ce60eeb5c43ba2a8edeab (commit) via e03e3a15068243f8fb490f72b68841e068dd5a8d (commit) via 3726ce6c6208f89cd70e59e01e081fba59744605 (commit) via 66fcf69032e9a01aa18fbbc2f86bcc973d4afda3 (commit) from 1de8e7cb1e978e7c72bd6de81be996514755bd0d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 11f8ba92b2f87581a980e18033353ec98b45c0cf Author: Magnus Enger <magnus at enger.priv.no> Date: Mon Apr 15 20:24:08 2013 +0200 Bug 9804 - Fix name for NORMARC biblio-koha-indexdefs.xml When i did bug 8805, I gave the biblio-koha-indexdefs.xml file the wrong name, and called it biblio-zebra-indexdefs.xml. This patch fixes that. To reproduce: - Check that etc/zebradb/marc_defs/normarc/biblios/biblio-zebra- indexdefs.xml exists To test: - Apply the patch and check that etc/zebradb/marc_defs/normarc/ biblios/biblio-zebra-indexdefs.xml no longer exists, but that etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml does exist. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 6e4851fa406eb7b5c831c158faa5f83caf723c2a) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 5a5200562a8a0b39b95f254d8a5467a9a5629cd8 Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Wed Apr 24 10:31:19 2013 +0200 Bug 9903: Followup: use the KohaDates T::T plugin to display dates. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit a8eb99b8ff9aa01479e26665ba8edd1f00c39a53) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 005ff0e54353c28aba4ce60eeb5c43ba2a8edeab Author: Owen Leonard <oleonard at myacpl.org> Date: Tue Apr 9 08:55:45 2013 -0400 Bug 9903 - Sort by date broken on patron detail page When the patron detail page switched to DataTables no accommodation was made for metric date formats in sorting. This patch adds sorting based on data in a span's title attribute, and thus requires that the patch for Bug 9887 be applied. To test, view the detail page for a patron who has assorted checkouts, relatives' checkouts, and holds. Sorting of date columns should be correct with the dateformat preference set to any value. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> All tests and QA script pass. Nice improvement. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 0c76032738ffd4c18e5a90e68a27b46c9d82a37a) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit e03e3a15068243f8fb490f72b68841e068dd5a8d Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Wed Apr 24 08:48:30 2013 -0400 Bug 10023 follow-up: Remove the last occurrences of N[degree sign] (cherry picked from commit 2cc3334a5c2d09a5efd5480b0eb0577e6b7a88cd) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 3726ce6c6208f89cd70e59e01e081fba59744605 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 16:29:40 2013 +0200 Bug 10023: Change degree notation for number to No. This patch changes N<little circle> to No. in three templates. To test: 1) Search for a vendor with visible baskets. Check that the first column of the basket table in the is now labelled No. 2) Print a PDF order in acquisitons with layout2pages. 3) Print a PDF oder in acquisitons with layout3pages. Check both generated PDFs for the correct syntax. Note: you need to switch the system preference OrderPdfFormat in order to test 2) and 3). The 2 possible settings are: pdfformat::layout3pages pdfformat::layout2pages It's not only Koha - git bz doesn't like the degree notation either. Signed-off-by: Owen Leonard <oleonard at myacpl.org> I prefer "No." over "#" and my survey of the templates shows that "No." appears more often. Looks like something to add to our style guide. Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 7d3d347774cf44c02ca133798ead8c99849699ed) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 66fcf69032e9a01aa18fbbc2f86bcc973d4afda3 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 16:57:03 2013 +0200 Bug 10023: Change degree notation for number to # This patch changes N<little circle> to # in three templates. To test: 1) Search for a vendor with visible baskets. Check that the first column of the basket table in the is now labelled # 2) Print a PDF order in acquisitons with layout2pages. 3) Print a PDF oder in acquisitons with layout3pages. Check both generated PDFs for the correct syntax. Note: you need to switch the system preference OrderPdfFormat in order to test 2) and 3). The 2 possible settings are: pdfformat::layout3pages pdfformat::layout2pages It's not only Koha - git bz doesn't like the degree notation either. Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 3b45b745cf5a2a0392b9817e60de8461037feb6a) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- Summary of changes: acqui/pdfformat/layout2pages.pm | 2 +- acqui/pdfformat/layout3pages.pm | 6 +++--- ...bra-indexdefs.xml => biblio-koha-indexdefs.xml} | 0 .../prog/en/modules/acqui/booksellers.tt | 2 +- .../prog/en/modules/members/moremember.tt | 20 +++++++++++++------- members/moremember.pl | 4 +--- 6 files changed, 19 insertions(+), 15 deletions(-) rename etc/zebradb/marc_defs/normarc/biblios/{biblio-zebra-indexdefs.xml => biblio-koha-indexdefs.xml} (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Wed Apr 24 23:20:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 21:20:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-20-g074a71e Message-ID: <E1UV776-0004mg-K4@git.koha-community.org> This is an automated email from the git hooks/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 074a71e61c51fa65e9d9ffb75035c815e940d168 (commit) via 7b28feafacd46b496be7aed67f2f63bac7966e91 (commit) from 43e679156a5250e79de0accca960e4836aa55385 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 074a71e61c51fa65e9d9ffb75035c815e940d168 Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Thu Sep 13 10:20:56 2012 +0200 Bug 8508: Followup: Simplify the separateData js function I think this patch does the same job as previously. + It replaces tabulation characters with 4 spaces Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 7b28feafacd46b496be7aed67f2f63bac7966e91 Author: David Cook <dcook at prosentient.com.au> Date: Tue Sep 11 07:18:54 2012 +1000 Bug 8508 - Holds to Pull : Library dropdown options are erroneously concatenated by br tags This patch introduces a new javascript function that breaks apart option strings that are erroneously concatenated by br tags. The split strings are then checked against non-concatenated option strings, and pushed into the option array if there is no duplication. This function is nestled into the JQuery datatable function for populating the drop-down menu. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: .../prog/en/modules/circ/pendingreserves.tt | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 25 00:06:14 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 22:06:14 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-24-gdb7011c Message-ID: <E1UV7pO-0004yU-Bs@git.koha-community.org> This is an automated email from the git hooks/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 db7011c58c88e32c9cda3a1ae1a5adf315f261f1 (commit) via 449a0cb1d00d3a448c2853565d860c090a0e44ff (commit) via d892aa49d14b794b9336c4d6076fe9d048c6b437 (commit) via 2ab1400702b3602106e1291cc95b22a2d8e09710 (commit) from 074a71e61c51fa65e9d9ffb75035c815e940d168 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit db7011c58c88e32c9cda3a1ae1a5adf315f261f1 Author: Liz Rea <liz at catalyst.net.nz> Date: Wed Mar 27 16:14:43 2013 +1300 bug 4862 - Change label of Browse by subject or author to Authority search Replicate: Load the OPAC You should see "Browse by Subject or Author right below the search box To test: Apply patch Load the OPAC You should see "Authority search" where "Browse by Subject or Author" was . Signed-off-by: Mason James <mtj at kohaaloha.com> Amended patch: change strings in opac-authorities-home.tt Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 449a0cb1d00d3a448c2853565d860c090a0e44ff Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Fri Mar 22 09:52:18 2013 +0100 Bug 9479: FIX conflict with Bug 9014 3rd parameters of output_pref is already used Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> All tests and QA script pass. Checked sorting and display on notices page with various settings for dateformat and TimeFormat system preferences. Also checked other pages for correct display: - List of checkouts in patron account - Order search result list - Basket list in vendor search - Staff detail page Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit d892aa49d14b794b9336c4d6076fe9d048c6b437 Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Thu Jan 24 11:50:08 2013 +0100 Bug 9479: The member notices page doesn't display dates in the syspref format In order to let the KohaDates plugin display a datetime, this patch modify this plugin. Now it uses Koha::DateUtils instead of C4::Dates. Test plan: - check that the date format on the member notices page (members/notices.pl) is displayed according your syspref dateformat. - check that existing dates are always in the good format (without the hours) e.g. acqui/histsearch.pl, acqui/basket.pl, etc. - Modify your syspref and recheck the previous pages Signed-off-by: Owen Leonard <oleonard at myacpl.org> This is a nice addition, and works according to the test plan. A nice follow-up would be to create a system pref for formatting times (12/24hr). Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Fixed a tab in notices.tt to make QA script happy. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 2ab1400702b3602106e1291cc95b22a2d8e09710 Author: Adrien Saurat <adrien.saurat at biblibre.com> Date: Thu Jan 24 17:11:31 2013 +0100 Bug 9484: userid not generated consistently (different editing pages) When modifying a patron through different pages, the userid generation does not behave always the same way; this patch corrects this: - when firstname and surname are present in the form, they are used for the generation; - if there are not in the form, the firstname and surname in database are used instead. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> Comment: Work as described. No errors. Test This patch lacks a test plan, so I do the following 1) New user, empty userid, autocompleted 2) Edit user, change userid, saved correctly 3) Edit user, main edit window, emptied userid, autocompleted 4) Edit user, Detail > Library use, emptied userid, not autocomplete (not even a dot) 5) Applied patch 6) Repeated 1-3, same behavior 7) Repeated 4), now autocompletes with same userid as 3) So, works as described. No koha-qa errors. NOTE: It's impossible now to delete userid from interface. Off-topic: tried an userid in Arabic, works very well. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: Koha/Template/Plugin/KohaDates.pm | 23 ++++++++++++------- .../prog/en/modules/members/notices.tt | 3 +- koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 2 +- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 2 +- .../prog/en/modules/opac-authorities-home.tt | 4 +- members/memberentry.pl | 13 ++++++++++- 6 files changed, 32 insertions(+), 15 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 25 00:07:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Wed, 24 Apr 2013 22:07:12 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-2-gc3acf92 Message-ID: <E1UV7qK-0004zL-2O@git.koha-community.org> This is an automated email from the git hooks/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 c3acf92ac8d105b2a063067a76ec01ed20bbfb0e (commit) from 2f2ec10b467d705c3333e02d61215e6d937e4305 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c3acf92ac8d105b2a063067a76ec01ed20bbfb0e Author: Adrien Saurat <adrien.saurat at biblibre.com> Date: Thu Jan 24 17:11:31 2013 +0100 Bug 9484: userid not generated consistently (different editing pages) When modifying a patron through different pages, the userid generation does not behave always the same way; this patch corrects this: - when firstname and surname are present in the form, they are used for the generation; - if there are not in the form, the firstname and surname in database are used instead. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> Comment: Work as described. No errors. Test This patch lacks a test plan, so I do the following 1) New user, empty userid, autocompleted 2) Edit user, change userid, saved correctly 3) Edit user, main edit window, emptied userid, autocompleted 4) Edit user, Detail > Library use, emptied userid, not autocomplete (not even a dot) 5) Applied patch 6) Repeated 1-3, same behavior 7) Repeated 4), now autocompletes with same userid as 3) So, works as described. No koha-qa errors. NOTE: It's impossible now to delete userid from interface. Off-topic: tried an userid in Arabic, works very well. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: members/memberentry.pl | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 25 08:00:21 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Apr 2013 06:00:21 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-3-gf559384 Message-ID: <E1UVFED-0008VT-BC@git.koha-community.org> This is an automated email from the git hooks/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 f5593842dc99211192955a4e70818de18b6204b5 (commit) from c3acf92ac8d105b2a063067a76ec01ed20bbfb0e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f5593842dc99211192955a4e70818de18b6204b5 Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Wed Mar 13 14:24:20 2013 -0300 Bug 9812 - Forbid access to several files through the browser This patch hides (-Indexes) and forbids (Deny from all) access to some stuff through a browser. Specifically "xlst", "modules" and "includes" dirs and its contents. This is just a quick fix we talked about at IRC. The proper solution would be to remove this from htdocs which will still be needed. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: etc/koha-httpd.conf | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Thu Apr 25 08:00:39 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Thu, 25 Apr 2013 06:00:39 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-28-gf15bc76 Message-ID: <E1UVFEV-0008WG-Rz@git.koha-community.org> This is an automated email from the git hooks/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 f15bc76f298c66ba68195066e27efb93618072eb (commit) via e0ffef4a84da00e9fd79bc3a46c09fdd9f090ff0 (commit) via c0c8a46be7b61539cd920e1cf51791e38c99813b (commit) via 4a1f2f70bb8264f37c31fc041350571cbb718d80 (commit) from db7011c58c88e32c9cda3a1ae1a5adf315f261f1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f15bc76f298c66ba68195066e27efb93618072eb Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Wed Apr 3 13:05:52 2013 -0400 Bug 8770 - amount does not equal amountoutstanding on a fine with no payments or credits If a lost item fee is owed and partially paid off when an item is returned and a refund is processed, Koha tries to pay off existing fees before adding any leftover balance as a credit on the account. However, those fee payments aren't actually processed, due to a bug where the accountnumber was quoted as a string literal, and thus the for the fee payment would fail. This did not result in an DB error, as the query was still valid SQL. Checking the return value of the query would have revealed that the accountline had not been updated. History: This bug was introduced on April 23, 2007 with the commit 'reintroducing fixaccountforlostandreturned as requested by rosalie'. Commit id 111d590e9cdaf801256822e23f170bfc2365338f On July 30, 2009 the error was flagged with a FIXME and remained in that state until now. Commit id 51e8fc2cb6a0cf79f19206c822a4361aeca6f63f Test plan: 1) Create a test patron 2) Check out an item to that patron and give it a due date in the past 3) Run fines.pl to generate the fine for the item 4) Mark the item long overdue on the item tab (not in edit items) 5) Pay for the lost item 6) Check the item back in 7) Note the incorrect fines. Only the lost fee balance due is refunded, not the entire lost fee, but no other fees are paid off. 8) Apply the patch 9) Repeat steps 1-6, then not the fines are paid correctly Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Totel due is correct after applying the patch. All tests and QA script pass. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit e0ffef4a84da00e9fd79bc3a46c09fdd9f090ff0 Author: Corey Fuimaono <agent.075 at gmail.com> Date: Wed Jan 16 10:48:03 2013 +1300 bug 9397 - Error Messages hard to find for Visually Impaired Users (Accessibility) [Returning Items] {REVISION 1.1} testing procedure: 1. Check in Invalid Item 2. See that new header has been added. "Can't Check in" Signed-off-by: Liz Rea <liz at catalyst.net.nz> A followup may come that makes this text invisible, but this helps accessibility a great dea, and passes validation. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Amended patch: replace "Can't Check in" with "Cannot check in" and delete a h3 element with the same text in order to avoid duplicated messages. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit c0c8a46be7b61539cd920e1cf51791e38c99813b Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Wed Mar 13 14:24:20 2013 -0300 Bug 9812 - Forbid access to several files through the browser This patch hides (-Indexes) and forbids (Deny from all) access to some stuff through a browser. Specifically "xlst", "modules" and "includes" dirs and its contents. This is just a quick fix we talked about at IRC. The proper solution would be to remove this from htdocs which will still be needed. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> commit 4a1f2f70bb8264f37c31fc041350571cbb718d80 Author: Owen Leonard <oleonard at myacpl.org> Date: Tue Mar 26 10:19:58 2013 -0400 Bug 9981: Handle sort1 field when duplicating patron It is noted in Bug 5432 that during a duplicate operation one field, 'Sort1' does not automatically clear when the cursor moves into it. This patch corrects this. Edit a patron record to have data in the Sort1 and Sort2 fields. Perform a duplicate operation on this patron and confirm that the Sort1 and Sort2 fields show the information from the original patron record. When you click on each field the contents should disappear. Signed-off-by: David Cook <dcook at prosentient.com.au> Works as described. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> ----------------------------------------------------------------------- Summary of changes: C4/Circulation.pm | 2 +- etc/koha-httpd.conf | 20 ++++++++++++++++++++ .../intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- .../prog/en/modules/members/memberentrygen.tt | 6 +++++- 4 files changed, 27 insertions(+), 3 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 02:29:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 00:29:27 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10070 created. v3.12.00-beta1-306-g52db043 Message-ID: <E1UVWXX-0005fq-Bx@git.koha-community.org> This is an automated email from the git hooks/post-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_10070 has been created at 52db043347016e106033c4c372bd9ec34cf8dee1 (commit) - Log ----------------------------------------------------------------- commit 52db043347016e106033c4c372bd9ec34cf8dee1 Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Wed Apr 17 15:37:57 2013 +0200 Bug 10070: Anonymous search history is not being set in the cookie Test plan: 1 - turn on EnableOpacSearchHistory 2 - launch some searches at the opac 3 - go to your search history 4 - there is no history! 5 - apply this patch 6 - retry steps 1 to 3 7 - your history search is available! Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> This does fix the bug, but does undo the change to make the cookie utf-8 safe, however I think that change was done in the wrong way so I am happy to sign this off Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Wondering if the comment line should be deleted now too. Patch fixes the problem. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 03:16:55 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 01:16:55 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10050 created. v3.12.00-beta1-310-gd8d4d99 Message-ID: <E1UVXHT-00067i-4c@git.koha-community.org> This is an automated email from the git hooks/post-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_10050 has been created at d8d4d9973fcd992570c6bfc0b2f8d1acd94a2aca (commit) - Log ----------------------------------------------------------------- commit d8d4d9973fcd992570c6bfc0b2f8d1acd94a2aca Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 23:28:41 2013 +0200 Bug 10050: Update German web installer files for 3.12 - Language settings Activate German and English for OPAC and intranet by default. To test: - Run the German web installer - Check that when logging into Koha the German interface is shown and you can switch between English and German using the links at the bottom of the page - Check language relevant settings in the system preferences are correctly set Note: The German po files in master are buggy, please use files from translate.koha-community.org for testing. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 60db9a9e244e1a93522384bf3b715fcfea364927 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 22:56:30 2013 +0200 Bug 10050: Update German web installer files for 3.12 - Optional This patch updates the German web installer files from the optional directory. This includes: - Adding the bridge/reference.gif to the REF itemtype - Updating currency rates and setting EUR to active - Adding branchcode MPL to the sample holidays - Updating a few strings on the patroncard samples - Fixing typos and rephrasing To test: - Run the web installer with German installed - Verify all optional SQL files are installed correctly Note: The German po files in master are buggy, please use files from translate.koha-community.org for testing. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 40cd834c74d0a8b5b1d92941c0ec651655630103 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 22:14:50 2013 +0200 Bug 10050: Update German web installer files for 3.12 - Mandatory This patch updates the German web installer files from the mandatory directory. This includes: - CalendarFirstDayOfWeek defaults to Monday - gist rates default to 0.07|0.19|0.00 - RoutlingListNote default text translation - uniqueitemfields default set to barcode stocknumber - Translation of new user flags and permissions - Corrections to existing translations and typo corrections To test: - Run the web installer with German installed - Verify all mandatory SQL files are installed correctly Note: The German po files in master are buggy, please use files from translate.koha-community.org for testing. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 21786fb71e5b7e0cf0c58d8a9b18a79af56063ef Merge: f5709c0 52db043 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 20:35:25 2013 -0400 Merge branch 'bug_10070' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 03:27:32 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 01:27:32 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9925 created. v3.12.00-beta1-312-gaadcdf7 Message-ID: <E1UVXRk-0006Bt-H7@git.koha-community.org> This is an automated email from the git hooks/post-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_9925 has been created at aadcdf7c7e4c254edea4f2c96229add6ec8c74b1 (commit) - Log ----------------------------------------------------------------- commit aadcdf7c7e4c254edea4f2c96229add6ec8c74b1 Author: Owen Leonard <oleonard at myacpl.org> Date: Tue Apr 9 09:29:32 2013 -0400 Bug 9925 - Remove unused table-pager include While the tablesorter plugin has not been completely eliminated from the staff client yet, there are no more instances where it requires the include file for showing paging controls. table-pager.inc can be safely removed. To test, apply the patch and confirm that the file is gone. A search of Koha templates for references to table-pager.inc should return no results. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 7d5c915e3cd9f4cbfb64d610b16c9c4e2168588b Merge: 21786fb d8d4d99 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 21:22:16 2013 -0400 Merge branch 'bug_10050' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 03:44:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 01:44:10 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9850 updated. v3.12.00-beta1-200-g68e8f72 Message-ID: <E1UVXhq-0006IC-FR@git.koha-community.org> This is an automated email from the git hooks/post-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_9850 has been updated via 68e8f724c0a9d185ba5a21fe240cd91d05fabd09 (commit) via 38421614a43d5aebbd3403ae8ee543e0e6dca07e (commit) via 80488c7bcf4a163d0cb7515d22f5b63dc3499c8f (commit) via 8b574a02ba194c07d15104bb185c331993770880 (commit) via 3bac3ffd32f48ba223b118925f1fd6a71d0ee07f (commit) via f2071b351e99a67108cc4a59ed5dc921f4470c55 (commit) via 595ac425b86864c2d52ca093bdc865a4804c033a (commit) via e6ebc86a07dee5843f7fffae3605fc3d00a183c8 (commit) via 3cac78bdb83b0a510f062e683698f5f253014296 (commit) via a7cfa33058c7b469869bedb8cb8dc838b37135da (commit) via c4629aaffed8afb1dab2a812e16dddd6dbf1acce (commit) via 50c46f52c27c6be63fa0cd268dd29d0de10fdef3 (commit) via 418d5706a1e474a4d06377cf685563199064490a (commit) via bec43ed6404a629d5a4384b38531842f1209897d (commit) via d45cd0f8b0a70cb20fd84053a4cecac47b7f9bab (commit) from f6b936d50c6c46c2e427ae60a109a65522f66763 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 68e8f724c0a9d185ba5a21fe240cd91d05fabd09 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 21:49:15 2013 -0400 Bug 9850: Fix Patron statistics link Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 38421614a43d5aebbd3403ae8ee543e0e6dca07e Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 21:48:03 2013 -0400 Bug 9850: Fix patron routing lists link Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 80488c7bcf4a163d0cb7515d22f5b63dc3499c8f Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 21:47:01 2013 -0400 Bug 9850: Fix patron files link Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 8b574a02ba194c07d15104bb185c331993770880 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Wed Mar 27 23:16:42 2013 -0400 Bug 9850: Update Lists Help This updates the manual link in the lists help file. To test: Visit lists pages in the staff client, view the help and confirm link goes to the right place. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 3bac3ffd32f48ba223b118925f1fd6a71d0ee07f Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Wed Mar 27 23:14:16 2013 -0400 Bug 9850: Update holds help file This updates the manual link on the holds help file. To test: Visit the holds tab on any bib record and click the Help link. Make sure it goes to the right place. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit f2071b351e99a67108cc4a59ed5dc921f4470c55 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Wed Mar 27 22:35:30 2013 -0400 Bug 9850: Add missing tags help file This patch adds a help file to the listing of titles that use a tag in the tag moderation tool. To test: * Visit the Tag Moderation Tool * Click on a accepted tag * Check that the help file loads on the list and that the text and links are right. Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 595ac425b86864c2d52ca093bdc865a4804c033a Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Wed Mar 27 22:31:57 2013 -0400 Bug 9850: Update Tags & Comments Help This patch updates the text and links for the Tag and Comment moderation tools. To test: Visit the help on the tags and comments tools and confirm that text and links are right. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit e6ebc86a07dee5843f7fffae3605fc3d00a183c8 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Wed Mar 27 14:41:05 2013 -0400 Bug 9850: Catalogue help files This patch updates the help files in the catalogue folder. To test: Visit the help on the search, detail pages, item details and item history pages and confirm text and links are right. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 3cac78bdb83b0a510f062e683698f5f253014296 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Wed Mar 27 12:49:05 2013 -0400 Bug 9850: Acq Help Files for 3.12 This patch updates the manual links and some text in the acq help files. To test: Visit help on all acq pages and make sure links and text are right. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit a7cfa33058c7b469869bedb8cb8dc838b37135da Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Sun Mar 24 01:14:58 2013 -0400 Bug 9850: Update Admin Help Files for 3.12 This patch updates the links to the manual and the text of the admin help files. To test: Visit the help files on all admin pages and make sure the links and text are right. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit c4629aaffed8afb1dab2a812e16dddd6dbf1acce Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Sat Mar 23 19:53:14 2013 -0400 Bug 9850: Update Patron Help Files for 3.12 This patch updates all the help files in the members folder. It also adds a missing help file for approving patron account changes. To Test: Visit the help on every patron page and make sure the text and manual links are all right. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Fixed 2 obvious typos mentioned on the bug report. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 50c46f52c27c6be63fa0cd268dd29d0de10fdef3 Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Sat Mar 23 09:46:38 2013 -0400 Bug 9850: Update Patron Card Help Files This patch updates the links to the manual in the patron card creator help files. There were no other changes. To test: Visit help on the patron card creator tool and make sure the links are right. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 418d5706a1e474a4d06377cf685563199064490a Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Sat Mar 23 09:42:12 2013 -0400 Bug 9850: Update Label Help Files This patch updates the manual links in the label creator help files. There were not other string changes. To test: Visit the help on the label creator and make sure that the links go to the 3.12 manual. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Updating links. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit bec43ed6404a629d5a4384b38531842f1209897d Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Sat Mar 23 09:17:00 2013 -0400 Bug 9850: Update Authority Help Files This patch just updates the links to the manual in the Authority help files. To Test: Visit the help on all authority pages and click the manual link in the help pop up. It should go to the 3.12 manual. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Updating links to new version. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit d45cd0f8b0a70cb20fd84053a4cecac47b7f9bab Author: Nicole C. Engard <nengard at bywatersolutions.com> Date: Sat Mar 23 09:09:39 2013 -0400 Bug 9850: Update Stray Help Files This patch updates the help files which do not have a module folder. To test: Visit About Koha, Koha Home, and the No Help Found pages and check links to the manual. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Updating links to new version. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- Summary of changes: .../intranet-tmpl/prog/en/modules/help/about.tt | 2 +- .../prog/en/modules/help/acqui/acqcontract.tt | 2 +- .../prog/en/modules/help/acqui/acqui-home.tt | 2 +- .../prog/en/modules/help/acqui/addorderiso2709.tt | 2 +- .../prog/en/modules/help/acqui/basket.tt | 2 +- .../prog/en/modules/help/acqui/basketgroup.tt | 2 +- .../prog/en/modules/help/acqui/basketheader.tt | 2 +- .../prog/en/modules/help/acqui/booksellers.tt | 2 +- .../prog/en/modules/help/acqui/histsearch.tt | 2 +- .../prog/en/modules/help/acqui/invoice.tt | 2 +- .../prog/en/modules/help/acqui/invoices.tt | 2 +- .../prog/en/modules/help/acqui/lateorders.tt | 2 +- .../prog/en/modules/help/acqui/neworderbiblio.tt | 2 +- .../prog/en/modules/help/acqui/neworderempty.tt | 2 +- .../en/modules/help/acqui/newordersuggestion.tt | 13 +- .../prog/en/modules/help/acqui/orderreceive.tt | 2 +- .../prog/en/modules/help/acqui/parcel.tt | 2 +- .../prog/en/modules/help/acqui/parcels.tt | 2 +- .../prog/en/modules/help/acqui/supplier.tt | 2 +- .../prog/en/modules/help/acqui/uncertainprice.tt | 2 +- .../prog/en/modules/help/acqui/z3950_search.tt | 2 +- .../prog/en/modules/help/admin/admin-home.tt | 2 +- .../prog/en/modules/help/admin/aqbudgetperiods.tt | 2 +- .../prog/en/modules/help/admin/aqbudgets.tt | 2 +- .../prog/en/modules/help/admin/aqplan.tt | 2 +- .../modules/help/admin/auth_subfields_structure.tt | 2 +- .../en/modules/help/admin/auth_tag_structure.tt | 2 +- .../en/modules/help/admin/authorised_values.tt | 43 ++++-- .../prog/en/modules/help/admin/authtypes.tt | 2 +- .../prog/en/modules/help/admin/biblio_framework.tt | 2 +- .../modules/help/admin/branch_transfer_limits.tt | 2 +- .../prog/en/modules/help/admin/branches.tt | 2 +- .../prog/en/modules/help/admin/categorie.tt | 3 +- .../prog/en/modules/help/admin/checkmarc.tt | 2 +- .../prog/en/modules/help/admin/cities.tt | 2 +- .../prog/en/modules/help/admin/classsources.tt | 2 +- .../prog/en/modules/help/admin/currency.tt | 2 +- .../prog/en/modules/help/admin/didyoumean.tt | 2 +- .../prog/en/modules/help/admin/fieldmapping.tt | 2 +- .../modules/help/admin/item_circulation_alerts.tt | 2 +- .../prog/en/modules/help/admin/itemtypes.tt | 2 +- .../prog/en/modules/help/admin/koha2marclinks.tt | 2 +- .../modules/help/admin/marc_subfields_structure.tt | 2 +- .../prog/en/modules/help/admin/marctagstructure.tt | 2 +- .../prog/en/modules/help/admin/matching-rules.tt | 2 +- .../prog/en/modules/help/admin/oai_set_mappings.tt | 2 +- .../prog/en/modules/help/admin/oai_sets.tt | 2 +- .../en/modules/help/admin/patron-attr-types.tt | 3 +- .../prog/en/modules/help/admin/preferences.tt | 2 +- .../prog/en/modules/help/admin/roadtype.tt | 2 +- .../prog/en/modules/help/admin/smart-rules.tt | 2 +- .../prog/en/modules/help/admin/stopwords.tt | 2 +- .../en/modules/help/admin/transport-cost-matrix.tt | 2 +- .../prog/en/modules/help/admin/z3950servers.tt | 2 +- .../modules/help/authorities/authorities-home.tt | 2 +- .../en/modules/help/authorities/authorities.tt | 2 +- .../prog/en/modules/help/authorities/detail.tt | 2 +- .../prog/en/modules/help/catalogue/detail.tt | 2 +- .../prog/en/modules/help/catalogue/issuehistory.tt | 2 +- .../prog/en/modules/help/catalogue/moredetail.tt | 2 +- .../prog/en/modules/help/catalogue/search.tt | 14 +- .../en/modules/help/labels/label-edit-batch.tt | 2 +- .../en/modules/help/labels/label-edit-layout.tt | 2 +- .../en/modules/help/labels/label-edit-profile.tt | 2 +- .../en/modules/help/labels/label-edit-template.tt | 2 +- .../prog/en/modules/help/labels/label-home.tt | 2 +- .../prog/en/modules/help/labels/spinelabel-home.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/mainpage.tt | 2 +- .../prog/en/modules/help/members/boraccount.tt | 4 +- .../prog/en/modules/help/members/files.tt | 2 +- .../prog/en/modules/help/members/mancredit.tt | 4 +- .../prog/en/modules/help/members/maninvoice.tt | 4 +- .../prog/en/modules/help/members/member-flags.tt | 169 +++++++++++++------- .../en/modules/help/members/member-password.tt | 2 +- .../prog/en/modules/help/members/member.tt | 9 +- .../prog/en/modules/help/members/memberentry.tt | 4 +- .../prog/en/modules/help/members/members-home.tt | 7 +- .../prog/en/modules/help/members/members-update.tt | 13 ++ .../prog/en/modules/help/members/moremember.tt | 4 +- .../prog/en/modules/help/members/notices.tt | 4 +- .../prog/en/modules/help/members/pay.tt | 2 +- .../prog/en/modules/help/members/paycollect.tt | 2 +- .../prog/en/modules/help/members/readingrec.tt | 4 +- .../prog/en/modules/help/members/routing-lists.tt | 2 +- .../prog/en/modules/help/members/statistics.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/nohelp.tt | 2 +- .../prog/en/modules/help/patroncards/edit-batch.tt | 2 +- .../en/modules/help/patroncards/edit-layout.tt | 2 +- .../en/modules/help/patroncards/edit-profile.tt | 2 +- .../en/modules/help/patroncards/edit-template.tt | 2 +- .../prog/en/modules/help/patroncards/home.tt | 2 +- .../en/modules/help/patroncards/image-manage.tt | 2 +- .../prog/en/modules/help/patroncards/manage.tt | 2 +- .../prog/en/modules/help/reserve/request.tt | 2 +- .../prog/en/modules/help/reviews/reviewswaiting.tt | 2 +- .../prog/en/modules/help/tags/list.tt | 11 ++ .../prog/en/modules/help/tags/review.tt | 4 +- .../prog/en/modules/help/virtualshelves/shelves.tt | 2 +- 98 files changed, 300 insertions(+), 177 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-update.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 03:47:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 01:47:34 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9818 created. v3.12.00-beta1-330-g44a8ed7 Message-ID: <E1UVXl8-0006KQ-5j@git.koha-community.org> This is an automated email from the git hooks/post-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_9818 has been created at 44a8ed7dec205dd264797ecf2638fea7f1ea67c8 (commit) - Log ----------------------------------------------------------------- commit 44a8ed7dec205dd264797ecf2638fea7f1ea67c8 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Mon Apr 15 06:21:55 2013 +0200 Bug 9818: Fixing capitalization and remove dollar sign Overdue Fines Cap ($) > Overdue fines cap (amount) To test: Go to administration > circulation and fine rules Check column label Overdue fines cap now follows capitalization rules and has no dollar sign. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 4b1749c170a534f315b17093c21b188837844868 Merge: dbb7a1e 68e8f72 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 21:49:41 2013 -0400 Merge branch 'bug_9850' into 3.14-master commit dbb7a1e08a02d6ec1e201b98cf8f9152a464a0b3 Merge: 7d5c915 aadcdf7 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 21:33:37 2013 -0400 Merge branch 'bug_9925' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 03:50:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 01:50:49 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9766 created. v3.12.00-beta1-332-g28518a0 Message-ID: <E1UVXoH-0006Mk-H2@git.koha-community.org> This is an automated email from the git hooks/post-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_9766 has been created at 28518a033bf9a1b3f86270cfab438b5b9cdee8be (commit) - Log ----------------------------------------------------------------- commit 28518a033bf9a1b3f86270cfab438b5b9cdee8be Author: Owen Leonard <oleonard at myacpl.org> Date: Thu Mar 7 16:07:16 2013 -0500 Bug 9766 - Remove YUI menu on budget planning page in favor of different column-hiding system The budget planning table previously used a YUI menu as part of a system for hiding and showing table columns. Instead of trying to convert that sytem to Bootstrap I have used code from the batch modification/deletion pages which uses a list of checkboxes to show and hide table columns. This has the advantage of giving the user visual feedback of what columns are hidden and of offering the user an interface which is familiar from other pages. This patch also moves CSS from a batch-operations-specific CSS file into the main CSS file. Batch modification templates have been modified accordingly. To test, view the budget planning page and choose different "plan by" options (by month, by library, by item type). Test the show/hide action on each individual column and using the "show all" and "hide all" checkboxes. Signed-off-by: David Cook <dcook at prosentient.com.au> Works as described. This interface is also much more visually appealing, user-friendly, and informative than it was when it used the YUI menu. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 1d1cd09456e263218befea64c023124fe4ce1e51 Merge: 4b1749c 44a8ed7 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 21:53:43 2013 -0400 Merge branch 'bug_9818' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 04:00:15 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 02:00:15 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_8068 created. v3.12.00-beta1-334-g8e222dc Message-ID: <E1UVXxP-0006RF-Hh@git.koha-community.org> This is an automated email from the git hooks/post-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_8068 has been created at 8e222dcdcc1f4aad9147f584df9d2f983f803a48 (commit) - Log ----------------------------------------------------------------- commit 8e222dcdcc1f4aad9147f584df9d2f983f803a48 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 17:44:43 2013 +0200 Bug 8068: Standardize terms used on acquisitions statistics branch > library budget > fund bookseller, supplier > vendor and capitalization To test: 1) Go to Reports > Acquisitions statistics 2) Check the labels and options of the form for correctness. 3) Run a few test searches to make sure functionality is unchanged. Unfortunately, some strings are from the .pl file, so a follow up moving those to the templates is needed. To make the changes consistent I have changed them in the .pl file. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 0b21236d2e7690bd3b499634fdb8fede249b4ff2 Merge: 1d1cd09 28518a0 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 21:56:51 2013 -0400 Merge branch 'bug_9766' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 04:02:25 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 02:02:25 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10106 created. v3.12.00-beta1-336-gfc34239 Message-ID: <E1UVXzV-0006TJ-JE@git.koha-community.org> This is an automated email from the git hooks/post-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_10106 has been created at fc34239c7d161b82d923dbf318537d6a22e7ed9f (commit) - Log ----------------------------------------------------------------- commit fc34239c7d161b82d923dbf318537d6a22e7ed9f Author: Owen Leonard <oleonard at myacpl.org> Date: Wed Apr 24 08:52:12 2013 -0400 Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen A misplaced closing </li> causes the "reopen" checkbox to be misplaced if you're editing the a closed invoice. This patch puts the </li> in its proper place. To test, view a closed invoice (Acquisitions -> Vendor -> Invoices) and confirm that the "reopen" checkbox is correctly placed. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Problem easy to spot, patch fixes it perfectly. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 8ffd35d8c1d3cb940b56b5702fac88f593e8f416 Merge: 0b21236 8e222dc Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:06:12 2013 -0400 Merge branch 'bug_8068' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 04:07:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 02:07:19 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9831 created. v3.12.00-beta1-340-g5959154 Message-ID: <E1UVY4F-0006W8-PC@git.koha-community.org> This is an automated email from the git hooks/post-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_9831 has been created at 5959154bc140a60164dd8652dd4285e2ec51f5d3 (commit) - Log ----------------------------------------------------------------- commit 5959154bc140a60164dd8652dd4285e2ec51f5d3 Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr> Date: Sun Mar 17 19:11:29 2013 +0100 Bug 9831: Correct and add authorised values un French UNIMARC installer 2d version, Correcting a typo In French UNIMARC mandatory installer, some authorised values for languages, countries and unimarc function codes are wrong. A lot of unimarc function codes and language codes are missing. Reference for country codes is ISO 3166-1 standard Reference for language codes is ISO 632-2 standard Reference for Unimarc function codes are Unimarc Manual (french version online in BNF website and ABES website) This patch correct wrong values and add new ones. For the moment I keep some wrong codes, because they may be used by some librairies : - language codes deu, lan, mla, sam - function codes 571, 573, 574, 575 To test : 1) take a fresh new koha 2) apply patch 3) install Koha, choosing French UNIMARC settings 4) look if values are OK in authorised values and if you can use them in cataloguing module Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> SQL change only, French installer installs authorised values without problems. Note: There is a problem loading sample labels unrelated to this patch: sample_labels.sql ERROR 1146 (42S02) at line 3: Table 'koha.labels_templates' doesn't exist Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit fe85af6929c0ad0ce9fdc7817a69286cb53f2a38 Merge: 8f40b04 cd14dae Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:11:23 2013 -0400 Merge branch 'bug_10045' into 3.14-master commit cd14dae7720b93f1ed101cd6383828885237aa02 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 18:02:43 2013 +0200 Bug 10045: Switch budget to fund in suggestions Labels are budget, but should be fund. To test: 1) Check the table on the suggestions page. 2) Check the suggestion edit form. 3) Check the suggestion display. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 8f40b04dcc55c10420b79ec7050028399b73131f Merge: 8ffd35d fc34239 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:08:33 2013 -0400 Merge branch 'bug_10106' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 04:08:17 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 02:08:17 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10006 created. v3.12.00-beta1-342-g0942cac Message-ID: <E1UVY5B-0006Ww-2G@git.koha-community.org> This is an automated email from the git hooks/post-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_10006 has been created at 0942cac72e8910b3ed6e557c42f6665060c14bd0 (commit) - Log ----------------------------------------------------------------- commit 0942cac72e8910b3ed6e557c42f6665060c14bd0 Author: Liz Rea <liz at catalyst.net.nz> Date: Tue Apr 9 13:20:09 2013 +1200 Bug 10006 - holding branch is not available to XSLT display To test: Use attached XSLT stylesheet for OPAC Results * set your OPACXSLTResultsDisplay to use the attached stylesheet. The path is the FULL PATH, from /, to the file. * be sure to copy MARC21slimUtils.xsl to the same folder, or change the path in the attached one to point to the correct path on your filesystem. Verify that the OPAC results now show the holding branch instead of the home branch. Possible fail states: * no branch is shown (only call numbers, if given) * the wrong branch is shown Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 141048bd9759689a7927895f3a50cf2c1dae5d23 Merge: fe85af6 5959154 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:13:28 2013 -0400 Merge branch 'bug_9831' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 04:09:10 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 02:09:10 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10045 created. v3.12.00-beta1-338-gcd14dae Message-ID: <E1UVY62-0006Ye-5j@git.koha-community.org> This is an automated email from the git hooks/post-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_10045 has been created at cd14dae7720b93f1ed101cd6383828885237aa02 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 04:09:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 02:09:26 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-288-g6edaffc Message-ID: <E1UVY6I-0006ZP-4H@git.koha-community.org> This is an automated email from the git hooks/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 6edaffcdb1ff283bbca4faa600fc6c015fc49b74 (commit) via 74a458b85335d70d1068b9f1491df52e92ac5d66 (commit) via 3054241585e614c9423210ea4fad8d5bf1f0c897 (commit) via c124e48057b5960a8c0ba82281e47d6e23e3b97a (commit) via c8f91111c0e36d3bc867653a84958408d7a45c05 (commit) via 9d612da96b5790179d954f2a0b8f191a38f75a26 (commit) via 37cd791fd9fa7921f4a8bac19f03b8b3e02ef5e8 (commit) via 8110875a61174e62605a753b35b013e570730875 (commit) via 68e8f724c0a9d185ba5a21fe240cd91d05fabd09 (commit) via 38421614a43d5aebbd3403ae8ee543e0e6dca07e (commit) via 80488c7bcf4a163d0cb7515d22f5b63dc3499c8f (commit) via 8b574a02ba194c07d15104bb185c331993770880 (commit) via 3bac3ffd32f48ba223b118925f1fd6a71d0ee07f (commit) via f2071b351e99a67108cc4a59ed5dc921f4470c55 (commit) via 595ac425b86864c2d52ca093bdc865a4804c033a (commit) via e6ebc86a07dee5843f7fffae3605fc3d00a183c8 (commit) via 3cac78bdb83b0a510f062e683698f5f253014296 (commit) via a7cfa33058c7b469869bedb8cb8dc838b37135da (commit) via c4629aaffed8afb1dab2a812e16dddd6dbf1acce (commit) via 50c46f52c27c6be63fa0cd268dd29d0de10fdef3 (commit) via 418d5706a1e474a4d06377cf685563199064490a (commit) via bec43ed6404a629d5a4384b38531842f1209897d (commit) via d45cd0f8b0a70cb20fd84053a4cecac47b7f9bab (commit) via 1fc5771dca0bc12f6f6b54440b110db1031e17f6 (commit) via 6363306c10c119a2d362a11082eadf0d84c53f15 (commit) via 3ae673410231bbd19249fba8390948ef31dc51a3 (commit) via 6aa20670113dcb0e4dfa9b60bd8756172ad8a949 (commit) via 8b3f379b9273f192c9cbe24ad936e1d8f04a6b3d (commit) from 11f8ba92b2f87581a980e18033353ec98b45c0cf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6edaffcdb1ff283bbca4faa600fc6c015fc49b74 Author: Liz Rea <liz at catalyst.net.nz> Date: Tue Apr 9 13:20:09 2013 +1200 Bug 10006 - holding branch is not available to XSLT display To test: Use attached XSLT stylesheet for OPAC Results * set your OPACXSLTResultsDisplay to use the attached stylesheet. The path is the FULL PATH, from /, to the file. * be sure to copy MARC21slimUtils.xsl to the same folder, or change the path in the attached one to point to the correct path on your filesystem. Verify that the OPAC results now show the holding branch instead of the home branch. Possible fail states: * no branch is shown (only call numbers, if given) * the wrong branch is shown Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 0942cac72e8910b3ed6e557c42f6665060c14bd0) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 74a458b85335d70d1068b9f1491df52e92ac5d66 Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr> Date: Sun Mar 17 19:11:29 2013 +0100 Bug 9831: Correct and add authorised values un French UNIMARC installer 2d version, Correcting a typo In French UNIMARC mandatory installer, some authorised values for languages, countries and unimarc function codes are wrong. A lot of unimarc function codes and language codes are missing. Reference for country codes is ISO 3166-1 standard Reference for language codes is ISO 632-2 standard Reference for Unimarc function codes are Unimarc Manual (french version online in BNF website and ABES website) This patch correct wrong values and add new ones. For the moment I keep some wrong codes, because they may be used by some librairies : - language codes deu, lan, mla, sam - function codes 571, 573, 574, 575 To test : 1) take a fresh new koha 2) apply patch 3) install Koha, choosing French UNIMARC settings 4) look if values are OK in authorised values and if you can use them in cataloguing module Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> SQL change only, French installer installs authorised values without problems. Note: There is a problem loading sample labels unrelated to this patch: sample_labels.sql ERROR 1146 (42S02) at line 3: Table 'koha.labels_templates' doesn't exist Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 5959154bc140a60164dd8652dd4285e2ec51f5d3) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 3054241585e614c9423210ea4fad8d5bf1f0c897 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 18:02:43 2013 +0200 Bug 10045: Switch budget to fund in suggestions Labels are budget, but should be fund. To test: 1) Check the table on the suggestions page. 2) Check the suggestion edit form. 3) Check the suggestion display. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit cd14dae7720b93f1ed101cd6383828885237aa02) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit c124e48057b5960a8c0ba82281e47d6e23e3b97a Author: Owen Leonard <oleonard at myacpl.org> Date: Wed Apr 24 08:52:12 2013 -0400 Bug 10106 - Markup error causing misplacement of "reopen" checkbox on invoice edit screen A misplaced closing </li> causes the "reopen" checkbox to be misplaced if you're editing the a closed invoice. This patch puts the </li> in its proper place. To test, view a closed invoice (Acquisitions -> Vendor -> Invoices) and confirm that the "reopen" checkbox is correctly placed. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Problem easy to spot, patch fixes it perfectly. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit fc34239c7d161b82d923dbf318537d6a22e7ed9f) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit c8f91111c0e36d3bc867653a84958408d7a45c05 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 17:44:43 2013 +0200 Bug 8068: Standardize terms used on acquisitions statistics branch > library budget > fund bookseller, supplier > vendor and capitalization To test: 1) Go to Reports > Acquisitions statistics 2) Check the labels and options of the form for correctness. 3) Run a few test searches to make sure functionality is unchanged. Unfortunately, some strings are from the .pl file, so a follow up moving those to the templates is needed. To make the changes consistent I have changed them in the .pl file. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 8e222dcdcc1f4aad9147f584df9d2f983f803a48) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 9d612da96b5790179d954f2a0b8f191a38f75a26 Author: Owen Leonard <oleonard at myacpl.org> Date: Thu Mar 7 16:07:16 2013 -0500 Bug 9766 - Remove YUI menu on budget planning page in favor of different column-hiding system The budget planning table previously used a YUI menu as part of a system for hiding and showing table columns. Instead of trying to convert that sytem to Bootstrap I have used code from the batch modification/deletion pages which uses a list of checkboxes to show and hide table columns. This has the advantage of giving the user visual feedback of what columns are hidden and of offering the user an interface which is familiar from other pages. This patch also moves CSS from a batch-operations-specific CSS file into the main CSS file. Batch modification templates have been modified accordingly. To test, view the budget planning page and choose different "plan by" options (by month, by library, by item type). Test the show/hide action on each individual column and using the "show all" and "hide all" checkboxes. Signed-off-by: David Cook <dcook at prosentient.com.au> Works as described. This interface is also much more visually appealing, user-friendly, and informative than it was when it used the YUI menu. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 28518a033bf9a1b3f86270cfab438b5b9cdee8be) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 37cd791fd9fa7921f4a8bac19f03b8b3e02ef5e8 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Mon Apr 15 06:21:55 2013 +0200 Bug 9818: Fixing capitalization and remove dollar sign Overdue Fines Cap ($) > Overdue fines cap (amount) To test: Go to administration > circulation and fine rules Check column label Overdue fines cap now follows capitalization rules and has no dollar sign. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 44a8ed7dec205dd264797ecf2638fea7f1ea67c8) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 8110875a61174e62605a753b35b013e570730875 Merge: 1fc5771 68e8f72 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 21:50:02 2013 -0400 Merge branch 'bug_9850' into 3.12-master commit 1fc5771dca0bc12f6f6b54440b110db1031e17f6 Author: Owen Leonard <oleonard at myacpl.org> Date: Tue Apr 9 09:29:32 2013 -0400 Bug 9925 - Remove unused table-pager include While the tablesorter plugin has not been completely eliminated from the staff client yet, there are no more instances where it requires the include file for showing paging controls. table-pager.inc can be safely removed. To test, apply the patch and confirm that the file is gone. A search of Koha templates for references to table-pager.inc should return no results. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit aadcdf7c7e4c254edea4f2c96229add6ec8c74b1) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 6363306c10c119a2d362a11082eadf0d84c53f15 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 23:28:41 2013 +0200 Bug 10050: Update German web installer files for 3.12 - Language settings Activate German and English for OPAC and intranet by default. To test: - Run the German web installer - Check that when logging into Koha the German interface is shown and you can switch between English and German using the links at the bottom of the page - Check language relevant settings in the system preferences are correctly set Note: The German po files in master are buggy, please use files from translate.koha-community.org for testing. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit d8d4d9973fcd992570c6bfc0b2f8d1acd94a2aca) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 3ae673410231bbd19249fba8390948ef31dc51a3 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 22:56:30 2013 +0200 Bug 10050: Update German web installer files for 3.12 - Optional This patch updates the German web installer files from the optional directory. This includes: - Adding the bridge/reference.gif to the REF itemtype - Updating currency rates and setting EUR to active - Adding branchcode MPL to the sample holidays - Updating a few strings on the patroncard samples - Fixing typos and rephrasing To test: - Run the web installer with German installed - Verify all optional SQL files are installed correctly Note: The German po files in master are buggy, please use files from translate.koha-community.org for testing. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 60db9a9e244e1a93522384bf3b715fcfea364927) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 6aa20670113dcb0e4dfa9b60bd8756172ad8a949 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 22:14:50 2013 +0200 Bug 10050: Update German web installer files for 3.12 - Mandatory This patch updates the German web installer files from the mandatory directory. This includes: - CalendarFirstDayOfWeek defaults to Monday - gist rates default to 0.07|0.19|0.00 - RoutlingListNote default text translation - uniqueitemfields default set to barcode stocknumber - Translation of new user flags and permissions - Corrections to existing translations and typo corrections To test: - Run the web installer with German installed - Verify all mandatory SQL files are installed correctly Note: The German po files in master are buggy, please use files from translate.koha-community.org for testing. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 40cd834c74d0a8b5b1d92941c0ec651655630103) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 8b3f379b9273f192c9cbe24ad936e1d8f04a6b3d Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Wed Apr 17 15:37:57 2013 +0200 Bug 10070: Anonymous search history is not being set in the cookie Test plan: 1 - turn on EnableOpacSearchHistory 2 - launch some searches at the opac 3 - go to your search history 4 - there is no history! 5 - apply this patch 6 - retry steps 1 to 3 7 - your history search is available! Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> This does fix the bug, but does undo the change to make the cookie utf-8 safe, however I think that change was done in the wrong way so I am happy to sign this off Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Wondering if the comment line should be deleted now too. Patch fixes the problem. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 52db043347016e106033c4c372bd9ec34cf8dee1) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- Summary of changes: C4/XSLT.pm | 2 + .../data/mysql/de-DE/mandatory/class_sources.txt | 2 +- .../de-DE/mandatory/message_transport_types.txt | 3 +- .../data/mysql/de-DE/mandatory/sample_notices.sql | 2 +- .../sample_notices_message_attributes.txt | 3 +- .../sample_notices_message_transports.txt | 4 +- .../mysql/de-DE/mandatory/system_preferences.sql | 13 +- .../mysql/de-DE/mandatory/system_preferences.txt | 2 +- installer/data/mysql/de-DE/mandatory/userflags.sql | 14 +- .../data/mysql/de-DE/mandatory/userpermissions.sql | 12 +- .../data/mysql/de-DE/mandatory/userpermissions.txt | 2 +- installer/data/mysql/de-DE/optional/auth_val.txt | 4 +- .../optional/marc21_holdings_coded_values.txt | 2 +- installer/data/mysql/de-DE/optional/parameters.sql | 10 +- installer/data/mysql/de-DE/optional/parameters.txt | 2 +- .../mysql/de-DE/optional/patron_categories.sql | 2 +- .../mysql/de-DE/optional/patron_categories.txt | 19 +- .../mysql/de-DE/optional/sample_creator_data.sql | 4 +- .../mysql/de-DE/optional/sample_creator_data.txt | 2 +- .../data/mysql/de-DE/optional/sample_holidays.sql | 10 +- .../data/mysql/de-DE/optional/sample_itemtypes.sql | 2 +- .../data/mysql/de-DE/optional/sample_itemtypes.txt | 2 +- .../data/mysql/de-DE/optional/sample_libraries.sql | 4 - .../data/mysql/de-DE/optional/sample_news.sql | 4 +- .../data/mysql/de-DE/optional/sample_patrons.txt | 2 +- .../fr-FR/1-Obligatoire/authorised_values.sql | 587 +++++++++++++++----- .../intranet-tmpl/prog/en/css/pages/batchMod.css | 7 - .../intranet-tmpl/prog/en/css/staff-global.css | 8 + .../intranet-tmpl/prog/en/includes/table-pager.inc | 17 - koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 80 +-- .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/aqplan.tt | 102 ++-- .../prog/en/modules/admin/smart-rules.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/about.tt | 2 +- .../prog/en/modules/help/acqui/acqcontract.tt | 2 +- .../prog/en/modules/help/acqui/acqui-home.tt | 2 +- .../prog/en/modules/help/acqui/addorderiso2709.tt | 2 +- .../prog/en/modules/help/acqui/basket.tt | 2 +- .../prog/en/modules/help/acqui/basketgroup.tt | 2 +- .../prog/en/modules/help/acqui/basketheader.tt | 2 +- .../prog/en/modules/help/acqui/booksellers.tt | 2 +- .../prog/en/modules/help/acqui/histsearch.tt | 2 +- .../prog/en/modules/help/acqui/invoice.tt | 2 +- .../prog/en/modules/help/acqui/invoices.tt | 2 +- .../prog/en/modules/help/acqui/lateorders.tt | 2 +- .../prog/en/modules/help/acqui/neworderbiblio.tt | 2 +- .../prog/en/modules/help/acqui/neworderempty.tt | 2 +- .../en/modules/help/acqui/newordersuggestion.tt | 13 +- .../prog/en/modules/help/acqui/orderreceive.tt | 2 +- .../prog/en/modules/help/acqui/parcel.tt | 2 +- .../prog/en/modules/help/acqui/parcels.tt | 2 +- .../prog/en/modules/help/acqui/supplier.tt | 2 +- .../prog/en/modules/help/acqui/uncertainprice.tt | 2 +- .../prog/en/modules/help/acqui/z3950_search.tt | 2 +- .../prog/en/modules/help/admin/admin-home.tt | 2 +- .../prog/en/modules/help/admin/aqbudgetperiods.tt | 2 +- .../prog/en/modules/help/admin/aqbudgets.tt | 2 +- .../prog/en/modules/help/admin/aqplan.tt | 2 +- .../modules/help/admin/auth_subfields_structure.tt | 2 +- .../en/modules/help/admin/auth_tag_structure.tt | 2 +- .../en/modules/help/admin/authorised_values.tt | 43 ++- .../prog/en/modules/help/admin/authtypes.tt | 2 +- .../prog/en/modules/help/admin/biblio_framework.tt | 2 +- .../modules/help/admin/branch_transfer_limits.tt | 2 +- .../prog/en/modules/help/admin/branches.tt | 2 +- .../prog/en/modules/help/admin/categorie.tt | 3 +- .../prog/en/modules/help/admin/checkmarc.tt | 2 +- .../prog/en/modules/help/admin/cities.tt | 2 +- .../prog/en/modules/help/admin/classsources.tt | 2 +- .../prog/en/modules/help/admin/currency.tt | 2 +- .../prog/en/modules/help/admin/didyoumean.tt | 2 +- .../prog/en/modules/help/admin/fieldmapping.tt | 2 +- .../modules/help/admin/item_circulation_alerts.tt | 2 +- .../prog/en/modules/help/admin/itemtypes.tt | 2 +- .../prog/en/modules/help/admin/koha2marclinks.tt | 2 +- .../modules/help/admin/marc_subfields_structure.tt | 2 +- .../prog/en/modules/help/admin/marctagstructure.tt | 2 +- .../prog/en/modules/help/admin/matching-rules.tt | 2 +- .../prog/en/modules/help/admin/oai_set_mappings.tt | 2 +- .../prog/en/modules/help/admin/oai_sets.tt | 2 +- .../en/modules/help/admin/patron-attr-types.tt | 3 +- .../prog/en/modules/help/admin/preferences.tt | 2 +- .../prog/en/modules/help/admin/roadtype.tt | 2 +- .../prog/en/modules/help/admin/smart-rules.tt | 2 +- .../prog/en/modules/help/admin/stopwords.tt | 2 +- .../en/modules/help/admin/transport-cost-matrix.tt | 2 +- .../prog/en/modules/help/admin/z3950servers.tt | 2 +- .../modules/help/authorities/authorities-home.tt | 2 +- .../en/modules/help/authorities/authorities.tt | 2 +- .../prog/en/modules/help/authorities/detail.tt | 2 +- .../prog/en/modules/help/catalogue/detail.tt | 2 +- .../prog/en/modules/help/catalogue/issuehistory.tt | 2 +- .../prog/en/modules/help/catalogue/moredetail.tt | 2 +- .../prog/en/modules/help/catalogue/search.tt | 14 +- .../en/modules/help/labels/label-edit-batch.tt | 2 +- .../en/modules/help/labels/label-edit-layout.tt | 2 +- .../en/modules/help/labels/label-edit-profile.tt | 2 +- .../en/modules/help/labels/label-edit-template.tt | 2 +- .../prog/en/modules/help/labels/label-home.tt | 2 +- .../prog/en/modules/help/labels/spinelabel-home.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/mainpage.tt | 2 +- .../prog/en/modules/help/members/boraccount.tt | 4 +- .../prog/en/modules/help/members/files.tt | 2 +- .../prog/en/modules/help/members/mancredit.tt | 4 +- .../prog/en/modules/help/members/maninvoice.tt | 4 +- .../prog/en/modules/help/members/member-flags.tt | 169 ++++-- .../en/modules/help/members/member-password.tt | 2 +- .../prog/en/modules/help/members/member.tt | 9 +- .../prog/en/modules/help/members/memberentry.tt | 4 +- .../prog/en/modules/help/members/members-home.tt | 7 +- .../prog/en/modules/help/members/members-update.tt | 13 + .../prog/en/modules/help/members/moremember.tt | 4 +- .../prog/en/modules/help/members/notices.tt | 4 +- .../prog/en/modules/help/members/pay.tt | 2 +- .../prog/en/modules/help/members/paycollect.tt | 2 +- .../prog/en/modules/help/members/readingrec.tt | 4 +- .../prog/en/modules/help/members/routing-lists.tt | 2 +- .../prog/en/modules/help/members/statistics.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/nohelp.tt | 2 +- .../prog/en/modules/help/patroncards/edit-batch.tt | 2 +- .../en/modules/help/patroncards/edit-layout.tt | 2 +- .../en/modules/help/patroncards/edit-profile.tt | 2 +- .../en/modules/help/patroncards/edit-template.tt | 2 +- .../prog/en/modules/help/patroncards/home.tt | 2 +- .../en/modules/help/patroncards/image-manage.tt | 2 +- .../prog/en/modules/help/patroncards/manage.tt | 2 +- .../prog/en/modules/help/reserve/request.tt | 2 +- .../prog/en/modules/help/reviews/reviewswaiting.tt | 2 +- .../prog/en/modules/help/tags/list.tt | 11 + .../prog/en/modules/help/tags/review.tt | 4 +- .../prog/en/modules/help/virtualshelves/shelves.tt | 2 +- .../prog/en/modules/reports/acquisitions_stats.tt | 14 +- .../prog/en/modules/suggestion/suggestion.tt | 6 +- .../prog/en/modules/tools/batchMod-del.tt | 1 - .../prog/en/modules/tools/batchMod-edit.tt | 1 - opac/opac-search.pl | 2 +- reports/acquisitions_stats.pl | 4 +- 137 files changed, 910 insertions(+), 528 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/pages/batchMod.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/table-pager.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-update.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 04:09:27 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 02:09:27 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-343-gc98d65a Message-ID: <E1UVY6J-0006aD-Ql@git.koha-community.org> This is an automated email from the git hooks/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 c98d65adf742ab0cadacd1ae0811a83d4d711c27 (commit) via 0942cac72e8910b3ed6e557c42f6665060c14bd0 (commit) via 141048bd9759689a7927895f3a50cf2c1dae5d23 (commit) via 5959154bc140a60164dd8652dd4285e2ec51f5d3 (commit) via fe85af6929c0ad0ce9fdc7817a69286cb53f2a38 (commit) via cd14dae7720b93f1ed101cd6383828885237aa02 (commit) via 8f40b04dcc55c10420b79ec7050028399b73131f (commit) via fc34239c7d161b82d923dbf318537d6a22e7ed9f (commit) via 8ffd35d8c1d3cb940b56b5702fac88f593e8f416 (commit) via 8e222dcdcc1f4aad9147f584df9d2f983f803a48 (commit) via 0b21236d2e7690bd3b499634fdb8fede249b4ff2 (commit) via 28518a033bf9a1b3f86270cfab438b5b9cdee8be (commit) via 1d1cd09456e263218befea64c023124fe4ce1e51 (commit) via 44a8ed7dec205dd264797ecf2638fea7f1ea67c8 (commit) via 4b1749c170a534f315b17093c21b188837844868 (commit) via 68e8f724c0a9d185ba5a21fe240cd91d05fabd09 (commit) via 38421614a43d5aebbd3403ae8ee543e0e6dca07e (commit) via 80488c7bcf4a163d0cb7515d22f5b63dc3499c8f (commit) via 8b574a02ba194c07d15104bb185c331993770880 (commit) via 3bac3ffd32f48ba223b118925f1fd6a71d0ee07f (commit) via f2071b351e99a67108cc4a59ed5dc921f4470c55 (commit) via 595ac425b86864c2d52ca093bdc865a4804c033a (commit) via e6ebc86a07dee5843f7fffae3605fc3d00a183c8 (commit) via 3cac78bdb83b0a510f062e683698f5f253014296 (commit) via a7cfa33058c7b469869bedb8cb8dc838b37135da (commit) via c4629aaffed8afb1dab2a812e16dddd6dbf1acce (commit) via 50c46f52c27c6be63fa0cd268dd29d0de10fdef3 (commit) via 418d5706a1e474a4d06377cf685563199064490a (commit) via bec43ed6404a629d5a4384b38531842f1209897d (commit) via d45cd0f8b0a70cb20fd84053a4cecac47b7f9bab (commit) via dbb7a1e08a02d6ec1e201b98cf8f9152a464a0b3 (commit) via aadcdf7c7e4c254edea4f2c96229add6ec8c74b1 (commit) via 7d5c915e3cd9f4cbfb64d610b16c9c4e2168588b (commit) via d8d4d9973fcd992570c6bfc0b2f8d1acd94a2aca (commit) via 60db9a9e244e1a93522384bf3b715fcfea364927 (commit) via 40cd834c74d0a8b5b1d92941c0ec651655630103 (commit) via 21786fb71e5b7e0cf0c58d8a9b18a79af56063ef (commit) via 52db043347016e106033c4c372bd9ec34cf8dee1 (commit) from f5709c00988bfd8c401d07d52b5925c105a61072 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c98d65adf742ab0cadacd1ae0811a83d4d711c27 Merge: 141048b 0942cac Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:14:26 2013 -0400 Merge branch 'bug_10006' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/XSLT.pm | 2 + .../data/mysql/de-DE/mandatory/class_sources.txt | 2 +- .../de-DE/mandatory/message_transport_types.txt | 3 +- .../data/mysql/de-DE/mandatory/sample_notices.sql | 2 +- .../sample_notices_message_attributes.txt | 3 +- .../sample_notices_message_transports.txt | 4 +- .../mysql/de-DE/mandatory/system_preferences.sql | 13 +- .../mysql/de-DE/mandatory/system_preferences.txt | 2 +- installer/data/mysql/de-DE/mandatory/userflags.sql | 14 +- .../data/mysql/de-DE/mandatory/userpermissions.sql | 12 +- .../data/mysql/de-DE/mandatory/userpermissions.txt | 2 +- installer/data/mysql/de-DE/optional/auth_val.txt | 4 +- .../optional/marc21_holdings_coded_values.txt | 2 +- installer/data/mysql/de-DE/optional/parameters.sql | 10 +- installer/data/mysql/de-DE/optional/parameters.txt | 2 +- .../mysql/de-DE/optional/patron_categories.sql | 2 +- .../mysql/de-DE/optional/patron_categories.txt | 19 +- .../mysql/de-DE/optional/sample_creator_data.sql | 4 +- .../mysql/de-DE/optional/sample_creator_data.txt | 2 +- .../data/mysql/de-DE/optional/sample_holidays.sql | 10 +- .../data/mysql/de-DE/optional/sample_itemtypes.sql | 2 +- .../data/mysql/de-DE/optional/sample_itemtypes.txt | 2 +- .../data/mysql/de-DE/optional/sample_libraries.sql | 4 - .../data/mysql/de-DE/optional/sample_news.sql | 4 +- .../data/mysql/de-DE/optional/sample_patrons.txt | 2 +- .../fr-FR/1-Obligatoire/authorised_values.sql | 587 +++++++++++++++----- .../intranet-tmpl/prog/en/css/pages/batchMod.css | 7 - .../intranet-tmpl/prog/en/css/staff-global.css | 8 + .../intranet-tmpl/prog/en/includes/table-pager.inc | 17 - koha-tmpl/intranet-tmpl/prog/en/js/acq.js | 80 +-- .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- .../intranet-tmpl/prog/en/modules/admin/aqplan.tt | 102 ++-- .../prog/en/modules/admin/smart-rules.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/about.tt | 2 +- .../prog/en/modules/help/acqui/acqcontract.tt | 2 +- .../prog/en/modules/help/acqui/acqui-home.tt | 2 +- .../prog/en/modules/help/acqui/addorderiso2709.tt | 2 +- .../prog/en/modules/help/acqui/basket.tt | 2 +- .../prog/en/modules/help/acqui/basketgroup.tt | 2 +- .../prog/en/modules/help/acqui/basketheader.tt | 2 +- .../prog/en/modules/help/acqui/booksellers.tt | 2 +- .../prog/en/modules/help/acqui/histsearch.tt | 2 +- .../prog/en/modules/help/acqui/invoice.tt | 2 +- .../prog/en/modules/help/acqui/invoices.tt | 2 +- .../prog/en/modules/help/acqui/lateorders.tt | 2 +- .../prog/en/modules/help/acqui/neworderbiblio.tt | 2 +- .../prog/en/modules/help/acqui/neworderempty.tt | 2 +- .../en/modules/help/acqui/newordersuggestion.tt | 13 +- .../prog/en/modules/help/acqui/orderreceive.tt | 2 +- .../prog/en/modules/help/acqui/parcel.tt | 2 +- .../prog/en/modules/help/acqui/parcels.tt | 2 +- .../prog/en/modules/help/acqui/supplier.tt | 2 +- .../prog/en/modules/help/acqui/uncertainprice.tt | 2 +- .../prog/en/modules/help/acqui/z3950_search.tt | 2 +- .../prog/en/modules/help/admin/admin-home.tt | 2 +- .../prog/en/modules/help/admin/aqbudgetperiods.tt | 2 +- .../prog/en/modules/help/admin/aqbudgets.tt | 2 +- .../prog/en/modules/help/admin/aqplan.tt | 2 +- .../modules/help/admin/auth_subfields_structure.tt | 2 +- .../en/modules/help/admin/auth_tag_structure.tt | 2 +- .../en/modules/help/admin/authorised_values.tt | 43 ++- .../prog/en/modules/help/admin/authtypes.tt | 2 +- .../prog/en/modules/help/admin/biblio_framework.tt | 2 +- .../modules/help/admin/branch_transfer_limits.tt | 2 +- .../prog/en/modules/help/admin/branches.tt | 2 +- .../prog/en/modules/help/admin/categorie.tt | 3 +- .../prog/en/modules/help/admin/checkmarc.tt | 2 +- .../prog/en/modules/help/admin/cities.tt | 2 +- .../prog/en/modules/help/admin/classsources.tt | 2 +- .../prog/en/modules/help/admin/currency.tt | 2 +- .../prog/en/modules/help/admin/didyoumean.tt | 2 +- .../prog/en/modules/help/admin/fieldmapping.tt | 2 +- .../modules/help/admin/item_circulation_alerts.tt | 2 +- .../prog/en/modules/help/admin/itemtypes.tt | 2 +- .../prog/en/modules/help/admin/koha2marclinks.tt | 2 +- .../modules/help/admin/marc_subfields_structure.tt | 2 +- .../prog/en/modules/help/admin/marctagstructure.tt | 2 +- .../prog/en/modules/help/admin/matching-rules.tt | 2 +- .../prog/en/modules/help/admin/oai_set_mappings.tt | 2 +- .../prog/en/modules/help/admin/oai_sets.tt | 2 +- .../en/modules/help/admin/patron-attr-types.tt | 3 +- .../prog/en/modules/help/admin/preferences.tt | 2 +- .../prog/en/modules/help/admin/roadtype.tt | 2 +- .../prog/en/modules/help/admin/smart-rules.tt | 2 +- .../prog/en/modules/help/admin/stopwords.tt | 2 +- .../en/modules/help/admin/transport-cost-matrix.tt | 2 +- .../prog/en/modules/help/admin/z3950servers.tt | 2 +- .../modules/help/authorities/authorities-home.tt | 2 +- .../en/modules/help/authorities/authorities.tt | 2 +- .../prog/en/modules/help/authorities/detail.tt | 2 +- .../prog/en/modules/help/catalogue/detail.tt | 2 +- .../prog/en/modules/help/catalogue/issuehistory.tt | 2 +- .../prog/en/modules/help/catalogue/moredetail.tt | 2 +- .../prog/en/modules/help/catalogue/search.tt | 14 +- .../en/modules/help/labels/label-edit-batch.tt | 2 +- .../en/modules/help/labels/label-edit-layout.tt | 2 +- .../en/modules/help/labels/label-edit-profile.tt | 2 +- .../en/modules/help/labels/label-edit-template.tt | 2 +- .../prog/en/modules/help/labels/label-home.tt | 2 +- .../prog/en/modules/help/labels/spinelabel-home.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/mainpage.tt | 2 +- .../prog/en/modules/help/members/boraccount.tt | 4 +- .../prog/en/modules/help/members/files.tt | 2 +- .../prog/en/modules/help/members/mancredit.tt | 4 +- .../prog/en/modules/help/members/maninvoice.tt | 4 +- .../prog/en/modules/help/members/member-flags.tt | 169 ++++-- .../en/modules/help/members/member-password.tt | 2 +- .../prog/en/modules/help/members/member.tt | 9 +- .../prog/en/modules/help/members/memberentry.tt | 4 +- .../prog/en/modules/help/members/members-home.tt | 7 +- .../prog/en/modules/help/members/members-update.tt | 13 + .../prog/en/modules/help/members/moremember.tt | 4 +- .../prog/en/modules/help/members/notices.tt | 4 +- .../prog/en/modules/help/members/pay.tt | 2 +- .../prog/en/modules/help/members/paycollect.tt | 2 +- .../prog/en/modules/help/members/readingrec.tt | 4 +- .../prog/en/modules/help/members/routing-lists.tt | 2 +- .../prog/en/modules/help/members/statistics.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/nohelp.tt | 2 +- .../prog/en/modules/help/patroncards/edit-batch.tt | 2 +- .../en/modules/help/patroncards/edit-layout.tt | 2 +- .../en/modules/help/patroncards/edit-profile.tt | 2 +- .../en/modules/help/patroncards/edit-template.tt | 2 +- .../prog/en/modules/help/patroncards/home.tt | 2 +- .../en/modules/help/patroncards/image-manage.tt | 2 +- .../prog/en/modules/help/patroncards/manage.tt | 2 +- .../prog/en/modules/help/reserve/request.tt | 2 +- .../prog/en/modules/help/reviews/reviewswaiting.tt | 2 +- .../prog/en/modules/help/tags/list.tt | 11 + .../prog/en/modules/help/tags/review.tt | 4 +- .../prog/en/modules/help/virtualshelves/shelves.tt | 2 +- .../prog/en/modules/reports/acquisitions_stats.tt | 14 +- .../prog/en/modules/suggestion/suggestion.tt | 6 +- .../prog/en/modules/tools/batchMod-del.tt | 1 - .../prog/en/modules/tools/batchMod-edit.tt | 1 - opac/opac-search.pl | 2 +- reports/acquisitions_stats.pl | 4 +- 137 files changed, 910 insertions(+), 528 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/css/pages/batchMod.css delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/table-pager.inc create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-update.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/list.tt hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 04:33:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 02:33:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-296-g0d59169 Message-ID: <E1UVYTT-0006v4-7v@git.koha-community.org> This is an automated email from the git hooks/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 0d5916987e3320b2c52b8bb41cfd7e5a9015e751 (commit) via 90756506f9326d885dc854ce3ff8507c1b023b32 (commit) via a0ede79720fef1f7f2aa54e90061ba90ee5ba83d (commit) via abb1b2839cc0e7bb7937a628bf265b90d84c7bc2 (commit) via 86409db5d9141ff4a4036bf5bcd61dda0ed580cb (commit) via 7f7c80a1507c1fdf6c877a7f1d5658d07f77d763 (commit) via b54f971beb834421f0eca19793e59f4b1a793700 (commit) via 4dc5411423ed597d3887101e7fd3ac6ce5b41fba (commit) from 6edaffcdb1ff283bbca4faa600fc6c015fc49b74 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0d5916987e3320b2c52b8bb41cfd7e5a9015e751 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:37:54 2013 -0400 Revert "Merge branch 'bug_6554' into 3.12-master" This reverts commit 9c0b2e408b496b999cdbede92e651f3aef588209, reversing changes made to 65ea963e5217b1e955e404ea1c09928f6b259110. 6554 considered harmful Conflicts: opac/opac-search.pl commit 90756506f9326d885dc854ce3ff8507c1b023b32 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:33:19 2013 -0400 Revert "Bug 6554 Fix error caused by modifying $_ in a map" This reverts commit 32a0703092172e9dc92624bbc8a5649e05a79929. 6554 considered harmful. commit a0ede79720fef1f7f2aa54e90061ba90ee5ba83d Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:32:57 2013 -0400 Revert "Bug 10074 - Encoding problems at login time" This reverts commit 1ee3892529a0d920c555f357330316fdaff50e08. 6554 considered harmful. commit abb1b2839cc0e7bb7937a628bf265b90d84c7bc2 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:32:43 2013 -0400 Revert "Bug 10074 - Encoding problems for installer" This reverts commit 362d399e48a89e2903a48f189d593ace0e82b88f. 6554 considered harmful. commit 86409db5d9141ff4a4036bf5bcd61dda0ed580cb Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:32:26 2013 -0400 Revert "Bug 10074: QA Followup for InstallAuth.pm" This reverts commit c509ea3f18e71d230b634ba88291f3b32f446345. 6554 considered harmful. commit 7f7c80a1507c1fdf6c877a7f1d5658d07f77d763 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:32:13 2013 -0400 Revert "Bug 10019: Fix for userid containing UTF8 chars" This reverts commit 678884ba389251849c69a40435a15f43f1bbb277. 6554 considered harmful. commit b54f971beb834421f0eca19793e59f4b1a793700 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:31:49 2013 -0400 Revert "Bug 9951: Followup for Tools" This reverts commit 22c88aa4cdfbe7389133d393199f57b5946e6605. 6554 considered harmful. commit 4dc5411423ed597d3887101e7fd3ac6ce5b41fba Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Thu Apr 25 22:31:21 2013 -0400 Revert "Bug 9951: Followup for tools/viewlog.pl" This reverts commit 5c4c680fa69c2af8643a61268b5568c57401e5b1. 6554 considered harmful. ----------------------------------------------------------------------- Summary of changes: C4/Auth.pm | 15 +++++++------ C4/Context.pm | 17 +-------------- C4/ItemType.pm | 2 +- C4/Output.pm | 6 ++++- 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, 90 insertions(+), 80 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 13:48:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 11:48:05 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10115 created. v3.12.00-beta1-344-gf8130fb Message-ID: <E1UVh8H-00019E-30@git.koha-community.org> This is an automated email from the git hooks/post-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_10115 has been created at f8130fb8486a3bb840d37006ddfbf046cb9b161a (commit) - Log ----------------------------------------------------------------- commit f8130fb8486a3bb840d37006ddfbf046cb9b161a Author: Owen Leonard <oleonard at myacpl.org> Date: Thu Apr 25 08:49:51 2013 -0400 Bug 10115 - Hiding advanced search in Orders search tab removes plus button The logic of the JavaScript for showing and hiding additional options in the orders search form wasn't quite right, resulting in the +/- control being hidden incorrectly. This patch corrects and simplifies the JS in order to fix the problem. To test: - Open any page in Acquisitions which shows the orders search form in the header search bar (for instance, Acquisitions home). - Open the orders search tab and click on the "+" to show more options. - Click the "-" to hide the additional options. The additional options should now be hidden and the "+" displayed. Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net> Works as expected Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 13:49:41 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 11:49:41 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10107 created. v3.12.00-beta1-346-g545573d Message-ID: <E1UVh9p-0001Ak-C3@git.koha-community.org> This is an automated email from the git hooks/post-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_10107 has been created at 545573d33318a37e5f58f053acc3a5cf09a9260c (commit) - Log ----------------------------------------------------------------- commit 545573d33318a37e5f58f053acc3a5cf09a9260c Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Wed Apr 24 11:40:18 2013 -0300 Bug 10107 - opacbookbag shouldn't prevent from adding items to a list in the OPAC This bug is present in master and (at least 3.8.x, where we spotted it). The patch makes adding items, to a list from the results page, not rely only on opacbookbag syspref but also 'virtualshelves'. Regards To+ PS: Thanks Graciela Galli for reporting. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Template only patch, works nicely. Test plan copied from bug report: - Disable the opacbookbag syspref - Login in the OPAC - Create a list (I tested a private one) - Search in your db for some biblios. - Choose some and add them to the created list - Go to your users's page, to the my lists tab - Your list is empty. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 9e70efd11049b12f672b0fdbbe22d23a6e304d1c Merge: c98d65a f8130fb Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 07:54:13 2013 -0400 Merge branch 'bug_10115' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 14:04:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 12:04:11 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9659 created. v3.12.00-beta1-350-g1f9145b Message-ID: <E1UVhNr-0001Ni-0b@git.koha-community.org> This is an automated email from the git hooks/post-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_9659 has been created at 1f9145bbbdf020e18a4e0a49652a9cf55f6bed20 (commit) - Log ----------------------------------------------------------------- commit 1f9145bbbdf020e18a4e0a49652a9cf55f6bed20 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 08:08:07 2013 -0400 Bug 9659: Move new unit test to db-dependent directory C4::Reports::Guided requires a koha-conf.xml file to be in place in order to load. This means that any test which uses it has to go in t/db_dependent Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 6110375307845778f74d6e5a214d63ab69cc5330 Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Wed Apr 10 15:50:50 2013 -0300 Bug 9659 - QA Follow up: Unit tests Added some tests against the methods added by this patch. To test, prove -v - t/Koha.t - t/ReportsGuided.t Edit: fixed the amount of tests in the skip block. Tests fail for people having earlier versions of DBD::Mock. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Works quite nicely! All tests and QA script pass. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit cdc5e11159c6c3dba8ae371094633feb5e64b57d Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Tue Feb 19 15:58:53 2013 -0300 Bug 9659 - Better handling of non-existent authorised value categories used in SQL reports A user might create a SQL report that relies on non-existent authorised value categories. Because of a typo, or just because they copy&pasted the report from the Wiki. Use cases are: - The user creates a report from SQL a) Uses bad authorised values b) Clicks 'Save Report' c) Koha lists the problematic authorised values d) The user decides to e-1) Save it anyway, it gets saved e-2) Edit the report, it gets back to where it chose 'Save Report' - The user edits an already saved report (Update SQL) a) Uses bad authorised values b) Clicks 'Update SQL' c) Koha lists the problematic authorised values d) The user decides to e-1) Save it anyway, it gets saved e-2) Edit the report, it gets back to where it chose 'Update SQL' - The user tries to run a saved report that contains bad authorised values, Koha advertises the problem and provides the user with a button 'Edit SQL' to fix things. To test, just create a report from SQL using invalid authorised values like this (misspelled 'branch'): SELECT * FROM itemtypes WHERE hola=<<Test branch1|branchee>> AND hola2=<<Test branch2|brancha>> Regards To+ Notes: - I added several comments on the code. - Fixed an annoying warning of uninitialised variable also (refactored some tiny bits to do it). - Added the following methods - C4::Reports::Guided::GetReservedAuthorisedValues - C4::Reports::Guided::GetParametersFromSQL - C4::Reports::Guided::IsAuthorisedValueValid - C4::Reports::Guided::ValidateSQLParameters - C4::Koha::IsAuthorisedValueCategory - Those methods could have been used to refactor this guided reports code as its *a bit messy*. I chose to do it in a new bug of course :-D. - Fixed some trivial perlcritic -5 errors - Removed some debugging stuff left by mistake - Fixed some POD problems - Optimal SQL-driven IsAuthorisedValueCategory method - Thanks to Owen and Jared for their patience heh. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> Comment: Work as described. No koha-qa errors. Test: Tried with examples (from help and test plan) reports, correctly identifies invalid authorized values, and no problem with authorized ones. NOTE: Online help for this does not states that partial values need to be between '%' in a SQLish way. Perhaps this could be addressed inserting % in values or adding a checkbox (partial|exact). Or changing help. Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit b60a81111048a03591c455134b2b311c644d8754 Merge: 9e70efd 545573d Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 07:55:53 2013 -0400 Merge branch 'bug_10107' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 14:12:56 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 12:12:56 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9219 created. v3.12.00-beta1-352-g6385cfd Message-ID: <E1UVhWK-0001Qh-Tv@git.koha-community.org> This is an automated email from the git hooks/post-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_9219 has been created at 6385cfd1dc6c0dbceed0064c35f6f86f86e22be2 (commit) - Log ----------------------------------------------------------------- commit 6385cfd1dc6c0dbceed0064c35f6f86f86e22be2 Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Wed Dec 5 13:55:00 2012 -0500 Bug 9219 - Show damaged and lost statuses for issues on circulation.pl as they are on moremember.pl This patch adds the lost and damaged status for an issued item to the table of issued items on circulation.pl to make it align more closely to the same table on moremember.pl Test Plan: 1) Apply patch 2) Issue an item 3) Set the item's damaged status 4) Verify the status is showing near the date due on circulation.pl 5) Clear the damaged status and set the lost status again 6) Repeat step 4 Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> I could only test this with the DAMAGED value, because currently lost items are removed from the patron account when you set the status. I know there is a patch somewhere to make it optional and the change looks alright. Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 48161f3c8abd4f01f4915b9d42515d128e70de81 Merge: b60a811 1f9145b Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 08:09:23 2013 -0400 Merge branch 'bug_9659' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 14:24:50 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 12:24:50 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-353-g03b4dfe Message-ID: <E1UVhhq-0001XT-38@git.koha-community.org> This is an automated email from the git hooks/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 03b4dfe846047f233d7de84d8987f6622ee24129 (commit) via 6385cfd1dc6c0dbceed0064c35f6f86f86e22be2 (commit) via 48161f3c8abd4f01f4915b9d42515d128e70de81 (commit) via 1f9145bbbdf020e18a4e0a49652a9cf55f6bed20 (commit) via 6110375307845778f74d6e5a214d63ab69cc5330 (commit) via cdc5e11159c6c3dba8ae371094633feb5e64b57d (commit) via b60a81111048a03591c455134b2b311c644d8754 (commit) via 545573d33318a37e5f58f053acc3a5cf09a9260c (commit) via 9e70efd11049b12f672b0fdbbe22d23a6e304d1c (commit) via f8130fb8486a3bb840d37006ddfbf046cb9b161a (commit) from c98d65adf742ab0cadacd1ae0811a83d4d711c27 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 03b4dfe846047f233d7de84d8987f6622ee24129 Merge: 48161f3 6385cfd Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 08:18:59 2013 -0400 Merge branch 'bug_9219' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 23 +++ C4/Reports/Guided.pm | 127 +++++++++++++--- .../prog/en/includes/acquisitions-search.inc | 4 +- .../prog/en/modules/circ/circulation.tt | 22 +++ .../en/modules/reports/guided_reports_start.tt | 87 +++++++++-- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- reports/guided_reports.pl | 170 ++++++++++++++------ t/Koha.t | 36 ++++- t/db_dependent/ReportsGuided.t | 110 +++++++++++++ 9 files changed, 497 insertions(+), 84 deletions(-) create mode 100755 t/db_dependent/ReportsGuided.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 14:24:48 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 12:24:48 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-302-ga80ef2b Message-ID: <E1UVhho-0001X1-Fa@git.koha-community.org> This is an automated email from the git hooks/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 a80ef2bc9877c1de54eeb0ed6c980290e0d9f53d (commit) via 9522316ce2e7382ced1f70f4d462f14d8b0bbaa2 (commit) via 041beaa1d4932b022ea34de7789e74b2ae586977 (commit) via f4c72bbc2aa660ba2c72a06fe7c3f9a3ff6ded15 (commit) via b391e79c2e30b7feaa984c0fd835f97ac88b6221 (commit) via 5bff5aa448c921fb67879924a54b3704f5485eb1 (commit) from 0d5916987e3320b2c52b8bb41cfd7e5a9015e751 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a80ef2bc9877c1de54eeb0ed6c980290e0d9f53d Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Wed Dec 5 13:55:00 2012 -0500 Bug 9219 - Show damaged and lost statuses for issues on circulation.pl as they are on moremember.pl This patch adds the lost and damaged status for an issued item to the table of issued items on circulation.pl to make it align more closely to the same table on moremember.pl Test Plan: 1) Apply patch 2) Issue an item 3) Set the item's damaged status 4) Verify the status is showing near the date due on circulation.pl 5) Clear the damaged status and set the lost status again 6) Repeat step 4 Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> I could only test this with the DAMAGED value, because currently lost items are removed from the patron account when you set the status. I know there is a patch somewhere to make it optional and the change looks alright. Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 6385cfd1dc6c0dbceed0064c35f6f86f86e22be2) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 9522316ce2e7382ced1f70f4d462f14d8b0bbaa2 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 08:08:07 2013 -0400 Bug 9659: Move new unit test to db-dependent directory C4::Reports::Guided requires a koha-conf.xml file to be in place in order to load. This means that any test which uses it has to go in t/db_dependent Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 1f9145bbbdf020e18a4e0a49652a9cf55f6bed20) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 041beaa1d4932b022ea34de7789e74b2ae586977 Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Wed Apr 10 15:50:50 2013 -0300 Bug 9659 - QA Follow up: Unit tests Added some tests against the methods added by this patch. To test, prove -v - t/Koha.t - t/ReportsGuided.t Edit: fixed the amount of tests in the skip block. Tests fail for people having earlier versions of DBD::Mock. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Works quite nicely! All tests and QA script pass. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 6110375307845778f74d6e5a214d63ab69cc5330) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit f4c72bbc2aa660ba2c72a06fe7c3f9a3ff6ded15 Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Tue Feb 19 15:58:53 2013 -0300 Bug 9659 - Better handling of non-existent authorised value categories used in SQL reports A user might create a SQL report that relies on non-existent authorised value categories. Because of a typo, or just because they copy&pasted the report from the Wiki. Use cases are: - The user creates a report from SQL a) Uses bad authorised values b) Clicks 'Save Report' c) Koha lists the problematic authorised values d) The user decides to e-1) Save it anyway, it gets saved e-2) Edit the report, it gets back to where it chose 'Save Report' - The user edits an already saved report (Update SQL) a) Uses bad authorised values b) Clicks 'Update SQL' c) Koha lists the problematic authorised values d) The user decides to e-1) Save it anyway, it gets saved e-2) Edit the report, it gets back to where it chose 'Update SQL' - The user tries to run a saved report that contains bad authorised values, Koha advertises the problem and provides the user with a button 'Edit SQL' to fix things. To test, just create a report from SQL using invalid authorised values like this (misspelled 'branch'): SELECT * FROM itemtypes WHERE hola=<<Test branch1|branchee>> AND hola2=<<Test branch2|brancha>> Regards To+ Notes: - I added several comments on the code. - Fixed an annoying warning of uninitialised variable also (refactored some tiny bits to do it). - Added the following methods - C4::Reports::Guided::GetReservedAuthorisedValues - C4::Reports::Guided::GetParametersFromSQL - C4::Reports::Guided::IsAuthorisedValueValid - C4::Reports::Guided::ValidateSQLParameters - C4::Koha::IsAuthorisedValueCategory - Those methods could have been used to refactor this guided reports code as its *a bit messy*. I chose to do it in a new bug of course :-D. - Fixed some trivial perlcritic -5 errors - Removed some debugging stuff left by mistake - Fixed some POD problems - Optimal SQL-driven IsAuthorisedValueCategory method - Thanks to Owen and Jared for their patience heh. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> Comment: Work as described. No koha-qa errors. Test: Tried with examples (from help and test plan) reports, correctly identifies invalid authorized values, and no problem with authorized ones. NOTE: Online help for this does not states that partial values need to be between '%' in a SQLish way. Perhaps this could be addressed inserting % in values or adding a checkbox (partial|exact). Or changing help. Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit cdc5e11159c6c3dba8ae371094633feb5e64b57d) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit b391e79c2e30b7feaa984c0fd835f97ac88b6221 Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Wed Apr 24 11:40:18 2013 -0300 Bug 10107 - opacbookbag shouldn't prevent from adding items to a list in the OPAC This bug is present in master and (at least 3.8.x, where we spotted it). The patch makes adding items, to a list from the results page, not rely only on opacbookbag syspref but also 'virtualshelves'. Regards To+ PS: Thanks Graciela Galli for reporting. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Template only patch, works nicely. Test plan copied from bug report: - Disable the opacbookbag syspref - Login in the OPAC - Create a list (I tested a private one) - Search in your db for some biblios. - Choose some and add them to the created list - Go to your users's page, to the my lists tab - Your list is empty. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 545573d33318a37e5f58f053acc3a5cf09a9260c) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 5bff5aa448c921fb67879924a54b3704f5485eb1 Author: Owen Leonard <oleonard at myacpl.org> Date: Thu Apr 25 08:49:51 2013 -0400 Bug 10115 - Hiding advanced search in Orders search tab removes plus button The logic of the JavaScript for showing and hiding additional options in the orders search form wasn't quite right, resulting in the +/- control being hidden incorrectly. This patch corrects and simplifies the JS in order to fix the problem. To test: - Open any page in Acquisitions which shows the orders search form in the header search bar (for instance, Acquisitions home). - Open the orders search tab and click on the "+" to show more options. - Click the "-" to hide the additional options. The additional options should now be hidden and the "+" displayed. Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net> Works as expected Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit f8130fb8486a3bb840d37006ddfbf046cb9b161a) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- Summary of changes: C4/Koha.pm | 23 +++ C4/Reports/Guided.pm | 127 +++++++++++++--- .../prog/en/includes/acquisitions-search.inc | 4 +- .../prog/en/modules/circ/circulation.tt | 22 +++ .../en/modules/reports/guided_reports_start.tt | 87 +++++++++-- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- reports/guided_reports.pl | 170 ++++++++++++++------ t/Koha.t | 36 ++++- t/db_dependent/ReportsGuided.t | 110 +++++++++++++ 9 files changed, 497 insertions(+), 84 deletions(-) create mode 100755 t/db_dependent/ReportsGuided.t hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 23:23:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 21:23:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-6-g69231a2 Message-ID: <E1UVq6p-0004D5-LJ@git.koha-community.org> This is an automated email from the git hooks/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 69231a29cedd0b15f403afe71004b40df5ddaa12 (commit) via 642fb2b85b8cdc39e81f7fe19b05608d4b4a4ea2 (commit) via c8c80a8e787ff04cf167dbeae7602a484e22f977 (commit) from f5593842dc99211192955a4e70818de18b6204b5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 69231a29cedd0b15f403afe71004b40df5ddaa12 Author: Chris Cormack <chris at bigballofwax.co.nz> Date: Sat Apr 27 09:27:12 2013 +1200 Revert "Bug 9812 - Forbid access to several files through the browser" This reverts commit f5593842dc99211192955a4e70818de18b6204b5. Revert at author's request commit 642fb2b85b8cdc39e81f7fe19b05608d4b4a4ea2 Merge: c8c80a8 f559384 Author: Chris Cormack <chris at bigballofwax.co.nz> Date: Sat Apr 27 09:26:44 2013 +1200 Merge remote-tracking branch 'origin/3.8.x' into 3.8.x commit c8c80a8e787ff04cf167dbeae7602a484e22f977 Author: Marc Veron <veron at veron.ch> Date: Wed Oct 10 07:49:36 2012 +0200 Bug 8895 - Warning in systempreferences.pl: Use of uninitialized value in length... Clicking on Local use tab in system preferences results in warning in log file: systempreferences.pl: Use of uninitialized value in length at (...)/admin/systempreferences.pl line 456 Reason: content field "value" in table "systempreferences" can be NULL (and is tested for length). Added test for "defined" at to places. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> ----------------------------------------------------------------------- Summary of changes: admin/systempreferences.pl | 2 ++ etc/koha-httpd.conf | 20 -------------------- 2 files changed, 2 insertions(+), 20 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 23:46:35 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 21:46:35 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-7-ged0faee Message-ID: <E1UVqTT-0004Jr-Q3@git.koha-community.org> This is an automated email from the git hooks/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 ed0faee2e3eb81c32612807ec935d99d06a93814 (commit) from 69231a29cedd0b15f403afe71004b40df5ddaa12 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ed0faee2e3eb81c32612807ec935d99d06a93814 Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Sat Apr 13 21:31:14 2013 -0300 Bug 10042 - Minor typo ("Communnity") in packages docs VERY trivial string patch. Couldn't help sending it. To+ Signed-off-by: Magnus Enger <magnus at enger.priv.no> Thanks for fixing my typo! I did not test by building packages etc, but by grepping for "Communnity". The patch removes all occurences of the typo. Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-common.xml | 2 +- debian/docs/koha-create-dirs.xml | 2 +- debian/docs/koha-create.xml | 2 +- debian/docs/koha-disable.xml | 2 +- debian/docs/koha-dump-defaults.xml | 2 +- debian/docs/koha-dump.xml | 2 +- debian/docs/koha-email-disable.xml | 2 +- debian/docs/koha-email-enable.xml | 2 +- debian/docs/koha-enable.xml | 2 +- debian/docs/koha-foreach.xml | 2 +- debian/docs/koha-list.xml | 2 +- debian/docs/koha-mysql.xml | 2 +- debian/docs/koha-rebuild-zebra.xml | 2 +- debian/docs/koha-remove.xml | 2 +- debian/docs/koha-reset-passwd.xml | 2 +- debian/docs/koha-restart-zebra.xml | 2 +- debian/docs/koha-restore.xml | 2 +- debian/docs/koha-run-backups.xml | 2 +- debian/docs/koha-start-zebra.xml | 2 +- debian/docs/koha-stop-zebra.xml | 2 +- debian/docs/koha-upgrade-schema.xml | 2 +- debian/docs/koha-upgrade-to-3.4.xml | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Fri Apr 26 23:46:49 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 21:46:49 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-31-g951092b Message-ID: <E1UVqTh-0004Kf-QN@git.koha-community.org> This is an automated email from the git hooks/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 951092bc3137c63dcae5dac1facfa7a7eef5b233 (commit) via 77e66cb814c5c203a3b94c303394bf0f37b3a94a (commit) via 2a7fa64bdfacec7411f06b6d35d30154c9f53d2a (commit) from f15bc76f298c66ba68195066e27efb93618072eb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 951092bc3137c63dcae5dac1facfa7a7eef5b233 Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Sat Apr 13 21:31:14 2013 -0300 Bug 10042 - Minor typo ("Communnity") in packages docs VERY trivial string patch. Couldn't help sending it. To+ Signed-off-by: Magnus Enger <magnus at enger.priv.no> Thanks for fixing my typo! I did not test by building packages etc, but by grepping for "Communnity". The patch removes all occurences of the typo. Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 77e66cb814c5c203a3b94c303394bf0f37b3a94a Author: David Cook <dcook at prosentient.com.au> Date: Fri Mar 1 13:22:33 2013 +1100 Bug 9737 - Local Covers sometimes appear then disappear on OPAC Search Results/Lists The current problem: When the verify_images() function runs from amazonimages.js, it loops through every img element and selects the elements that come from Amazon sources. However, if the height/width is 1 (i.e. Amazon passes off a blank image) or if the img element's complete property is null or non-existent, then it searches for the parent node and re-writes the HTML with the "No Cover Image Available" (NO_AMAZON_IMAGE) text, even though that parent node might contain other img elements that have images available (from Google, local images, etc)! Proposed fix: Wrap the Amazon image in a span tag (as we do with the Google and local covers), so that it re-writes the HTML within that parent span, rather than the parent anchor which contains all the other images. To test: 1) Turn on the OPACAmazonCoverImages, GoogleJackets, and OPACLocalCoverImages system preferences 2) Replace the ISBN in one of your records with 9780615352435 3) Now load a local cover image for that record 4) Search for that record (but make sure you're vague enough to have multiple search results) 5) For a split second, you may notice the local cover image appears before being replaced by a "No Cover Image Available". Now apply this patch 6) Refresh your search results page 7) You should now see your local cover image, PLUS the "No Cover Image Available" for the Amazon image, and whatever other graphics/"no cover image available" "graphics" for the Google Jackets. To be comprehensive, try the same set of steps using the OPAC Lists rather than the OPAC Search Results Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 2a7fa64bdfacec7411f06b6d35d30154c9f53d2a Author: Chris Cormack <chris at bigballofwax.co.nz> Date: Sat Apr 27 09:25:31 2013 +1200 Revert "Bug 9812 - Forbid access to several files through the browser" This reverts commit c0c8a46be7b61539cd920e1cf51791e38c99813b. Reverted at Authors request ----------------------------------------------------------------------- Summary of changes: debian/docs/koha-common.xml | 2 +- debian/docs/koha-create-dirs.xml | 2 +- debian/docs/koha-create.xml | 2 +- debian/docs/koha-disable.xml | 2 +- debian/docs/koha-dump-defaults.xml | 2 +- debian/docs/koha-dump.xml | 2 +- debian/docs/koha-email-disable.xml | 2 +- debian/docs/koha-email-enable.xml | 2 +- debian/docs/koha-enable.xml | 2 +- debian/docs/koha-foreach.xml | 2 +- debian/docs/koha-list.xml | 2 +- debian/docs/koha-mysql.xml | 2 +- debian/docs/koha-rebuild-zebra.xml | 2 +- debian/docs/koha-remove.xml | 2 +- debian/docs/koha-reset-passwd.xml | 2 +- debian/docs/koha-restart-zebra.xml | 2 +- debian/docs/koha-restore.xml | 2 +- debian/docs/koha-run-backups.xml | 2 +- debian/docs/koha-start-zebra.xml | 2 +- debian/docs/koha-stop-zebra.xml | 2 +- debian/docs/koha-upgrade-schema.xml | 2 +- debian/docs/koha-upgrade-to-3.4.xml | 2 +- etc/koha-httpd.conf | 20 -------------------- .../opac-tmpl/prog/en/modules/opac-results.tt | 6 +++--- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 6 +++--- 25 files changed, 28 insertions(+), 48 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 00:09:19 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 22:09:19 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-303-g393b226 Message-ID: <E1UVqpT-0004QQ-Fr@git.koha-community.org> This is an automated email from the git hooks/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 393b226aca948e5136f69a2abb65467c61a78323 (commit) from a80ef2bc9877c1de54eeb0ed6c980290e0d9f53d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 393b226aca948e5136f69a2abb65467c61a78323 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 18:15:19 2013 -0400 Revert "Merge branch 'bug_9812' into 3.12-master" This reverts commit 761c6213f4d813e7eef00781867521dc1faabead, reversing changes made to c007557f24d6deff086f4c024f4a5c3dc25d721a. Reverted at request of author. ----------------------------------------------------------------------- Summary of changes: etc/koha-httpd.conf | 20 -------------------- 1 files changed, 0 insertions(+), 20 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 00:11:57 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 22:11:57 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10103 created. v3.12.00-beta1-354-gfaa93af Message-ID: <E1UVqs1-0004Sf-AV@git.koha-community.org> This is an automated email from the git hooks/post-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_10103 has been created at faa93aff62a5bc381134720177918f09987ea61a (commit) - Log ----------------------------------------------------------------- commit faa93aff62a5bc381134720177918f09987ea61a Author: Mirko Tietgen <mirko at abunchofthings.net> Date: Tue Apr 23 18:05:22 2013 +0200 Bug 10103 UniqueItemFields is missing from sysprefs.sql Bug 7892 introduced UniqueItemFields but did not add it to sysprefs.sql. Also fixes an unrelated missing semicolon in sysprefs.sql Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 00:25:02 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 22:25:02 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10073 created. v3.12.00-beta1-356-gab5c3ec Message-ID: <E1UVr4g-0004X1-L6@git.koha-community.org> This is an automated email from the git hooks/post-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_10073 has been created at ab5c3eccf4a7e874f8b654c199caeeae9a98128f (commit) - Log ----------------------------------------------------------------- commit ab5c3eccf4a7e874f8b654c199caeeae9a98128f Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Date: Thu Apr 18 10:03:38 2013 +0200 Bug 10073: Show ccode or location also if not bound to Authorized Values in XSLT If you do not have ccode or location governed by authorized value (you can release this default connection in the marc structure), these item values are not passed through in the items section, created by buildKohaItemsNamespace for XSLTParse4Display. This simple patch checks if the authorized value hash on ccode or location returns something and passes the original value in otherwise. Test plan: Temporarily disconnect ccode and location from authorized values in MARC structure. Edit an item, put some values in location and ccode. Look at this record via opac search (XSLT enabled). Toggle the value of OPACItemLocation to show ccode or location before call number. Restore authorized values-connection when applicable. Note: Since bug 9995 adjusts OPAC XSLT Results, it may be helpful to apply these patches when testing this. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> This works as described for the XSLT result list. The text is shown when OpacItemLocation is set to show collection or location. Note: Displaying location and collection without using authorised values doesn't work in other places like the detail page item table. So this will need more work to be fully functional. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 9f8a7baa50bcb4ebcf096570d5c76ad15748dba7 Merge: 03b4dfe faa93af Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 18:17:09 2013 -0400 Merge branch 'bug_10103' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 00:26:56 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 22:26:56 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10040 created. v3.12.00-beta1-358-g0f2945d Message-ID: <E1UVr6W-0004YP-HF@git.koha-community.org> This is an automated email from the git hooks/post-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_10040 has been created at 0f2945d768753b92c7014830efc31345d3ce7e87 (commit) - Log ----------------------------------------------------------------- commit 0f2945d768753b92c7014830efc31345d3ce7e87 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 20:59:08 2013 +0200 Bug 10040: Capitalization wrong when deleting subfields from authority Confirmation message for deleting subfields from an authority framework has wrong capitalization. To reproduce: 1) Go to Administration > Authority types 2) Click on MARC structure for one of the authority types 3) Click on the subfields link for one of the fields 4) Delete one of the subfields Signed-off-by: Owen Leonard <oleonard at myacpl.org> Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit ff1567000846e41362424e69a6de686261e0f5f0 Merge: 9f8a7ba ab5c3ec Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 18:31:13 2013 -0400 Merge branch 'bug_10073' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 00:29:44 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 22:29:44 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9671 created. v3.12.00-beta1-360-g109f316 Message-ID: <E1UVr9E-0004Zz-MU@git.koha-community.org> This is an automated email from the git hooks/post-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_9671 has been created at 109f316efb49287e92f56164f819d2ced03536c1 (commit) - Log ----------------------------------------------------------------- commit 109f316efb49287e92f56164f819d2ced03536c1 Author: Aaron Wells <aaronw at catalyst.net.nz> Date: Mon Mar 25 16:56:24 2013 +1300 Bug 9671: Make fines.pl help text more accurate To test: run kohaclone/misc/cronjobs/fines.pl --help and note the help text. It should match the settings in System Preferences. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Documentation change, passes all tests. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 86f3175a0dc6e22edff3d25ffbc39b561d5d9b70 Merge: ff15670 0f2945d Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 18:33:03 2013 -0400 Merge branch 'bug_10040' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 00:31:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 22:31:22 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9886 created. v3.12.00-beta1-362-g4b1c71e Message-ID: <E1UVrAo-0004cN-7n@git.koha-community.org> This is an automated email from the git hooks/post-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_9886 has been created at 4b1c71e91a19fcf37e302bba66019807b18cb307 (commit) - Log ----------------------------------------------------------------- commit 4b1c71e91a19fcf37e302bba66019807b18cb307 Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Date: Thu Mar 21 13:56:01 2013 +0100 Bug 9886: ParseLetter removes too often punctuation characters from fields This patch makes ParseLetter somewhat more restrictive in removing punctuation characters from the end of a table field. Based on the assumption that we want to remove punctuation from fields in biblio and biblioitems (like ISBD). ParseLetter should not remove e.g. a parenthesis in itemcallnumber, but still removes e.g. a colon (:) at the end of a title. Removed an unneeded global and lookahead from the regex. Test plan: 1) Add a colon (:) to the end of a title. 2) Add a colon to the end of item copynumber. 3) Place a hold on that item. Check it in. Confirm hold. 4) Check the email or print notice generated. There should be no colon at the end of the title, but the colon in the copynumber should still be there. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> I compared checkout notices with lots of different fields before and after applying the patch. For example the ) at the end of a field in branches is now longer removed. Other fields looked ok before and after. Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 12fd63da99b5d217e4537e3f346f1730997ec084 Merge: 86f3175 109f316 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 18:35:56 2013 -0400 Merge branch 'bug_9671' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 00:39:05 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 22:39:05 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-308-g5e89a7e Message-ID: <E1UVrIH-0004fJ-Pc@git.koha-community.org> This is an automated email from the git hooks/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 5e89a7e09866dcb88e45d5e69761f0854b15b775 (commit) via 6089118225d8f7520f960bd30a31057ca159a36b (commit) via cb2fb765efb4009dc13be5b4ca0da997313c3363 (commit) via 86e0a34bb1340806536a50da99a03c79a966bde5 (commit) via 5a086cfed7e43e2ccfaf5a4833e0ede945d26ddf (commit) from 393b226aca948e5136f69a2abb65467c61a78323 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5e89a7e09866dcb88e45d5e69761f0854b15b775 Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Date: Thu Mar 21 13:56:01 2013 +0100 Bug 9886: ParseLetter removes too often punctuation characters from fields This patch makes ParseLetter somewhat more restrictive in removing punctuation characters from the end of a table field. Based on the assumption that we want to remove punctuation from fields in biblio and biblioitems (like ISBD). ParseLetter should not remove e.g. a parenthesis in itemcallnumber, but still removes e.g. a colon (:) at the end of a title. Removed an unneeded global and lookahead from the regex. Test plan: 1) Add a colon (:) to the end of a title. 2) Add a colon to the end of item copynumber. 3) Place a hold on that item. Check it in. Confirm hold. 4) Check the email or print notice generated. There should be no colon at the end of the title, but the colon in the copynumber should still be there. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> I compared checkout notices with lots of different fields before and after applying the patch. For example the ) at the end of a field in branches is now longer removed. Other fields looked ok before and after. Passes all tests and QA script. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 4b1c71e91a19fcf37e302bba66019807b18cb307) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 6089118225d8f7520f960bd30a31057ca159a36b Author: Aaron Wells <aaronw at catalyst.net.nz> Date: Mon Mar 25 16:56:24 2013 +1300 Bug 9671: Make fines.pl help text more accurate To test: run kohaclone/misc/cronjobs/fines.pl --help and note the help text. It should match the settings in System Preferences. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Documentation change, passes all tests. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 109f316efb49287e92f56164f819d2ced03536c1) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit cb2fb765efb4009dc13be5b4ca0da997313c3363 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 20:59:08 2013 +0200 Bug 10040: Capitalization wrong when deleting subfields from authority Confirmation message for deleting subfields from an authority framework has wrong capitalization. To reproduce: 1) Go to Administration > Authority types 2) Click on MARC structure for one of the authority types 3) Click on the subfields link for one of the fields 4) Delete one of the subfields Signed-off-by: Owen Leonard <oleonard at myacpl.org> Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 0f2945d768753b92c7014830efc31345d3ce7e87) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 86e0a34bb1340806536a50da99a03c79a966bde5 Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Date: Thu Apr 18 10:03:38 2013 +0200 Bug 10073: Show ccode or location also if not bound to Authorized Values in XSLT If you do not have ccode or location governed by authorized value (you can release this default connection in the marc structure), these item values are not passed through in the items section, created by buildKohaItemsNamespace for XSLTParse4Display. This simple patch checks if the authorized value hash on ccode or location returns something and passes the original value in otherwise. Test plan: Temporarily disconnect ccode and location from authorized values in MARC structure. Edit an item, put some values in location and ccode. Look at this record via opac search (XSLT enabled). Toggle the value of OPACItemLocation to show ccode or location before call number. Restore authorized values-connection when applicable. Note: Since bug 9995 adjusts OPAC XSLT Results, it may be helpful to apply these patches when testing this. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> This works as described for the XSLT result list. The text is shown when OpacItemLocation is set to show collection or location. Note: Displaying location and collection without using authorised values doesn't work in other places like the detail page item table. So this will need more work to be fully functional. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit ab5c3eccf4a7e874f8b654c199caeeae9a98128f) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 5a086cfed7e43e2ccfaf5a4833e0ede945d26ddf Author: Mirko Tietgen <mirko at abunchofthings.net> Date: Tue Apr 23 18:05:22 2013 +0200 Bug 10103 UniqueItemFields is missing from sysprefs.sql Bug 7892 introduced UniqueItemFields but did not add it to sysprefs.sql. Also fixes an unrelated missing semicolon in sysprefs.sql Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit faa93aff62a5bc381134720177918f09987ea61a) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- Summary of changes: C4/Letters.pm | 6 +++++- C4/XSLT.pm | 4 ++-- installer/data/mysql/sysprefs.sql | 3 ++- .../en/modules/admin/auth_subfields_structure.tt | 4 ++-- misc/cronjobs/fines.pl | 7 +++---- 5 files changed, 14 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 00:39:06 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Fri, 26 Apr 2013 22:39:06 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-363-g9fbdc7b Message-ID: <E1UVrII-0004fk-Uy@git.koha-community.org> This is an automated email from the git hooks/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 9fbdc7b1d6edb9a49d21beccaaa38770119e396f (commit) via 4b1c71e91a19fcf37e302bba66019807b18cb307 (commit) via 12fd63da99b5d217e4537e3f346f1730997ec084 (commit) via 109f316efb49287e92f56164f819d2ced03536c1 (commit) via 86f3175a0dc6e22edff3d25ffbc39b561d5d9b70 (commit) via 0f2945d768753b92c7014830efc31345d3ce7e87 (commit) via ff1567000846e41362424e69a6de686261e0f5f0 (commit) via ab5c3eccf4a7e874f8b654c199caeeae9a98128f (commit) via 9f8a7baa50bcb4ebcf096570d5c76ad15748dba7 (commit) via faa93aff62a5bc381134720177918f09987ea61a (commit) from 03b4dfe846047f233d7de84d8987f6622ee24129 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9fbdc7b1d6edb9a49d21beccaaa38770119e396f Merge: 12fd63d 4b1c71e Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 18:37:35 2013 -0400 Merge branch 'bug_9886' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Letters.pm | 6 +++++- C4/XSLT.pm | 4 ++-- installer/data/mysql/sysprefs.sql | 3 ++- .../en/modules/admin/auth_subfields_structure.tt | 4 ++-- misc/cronjobs/fines.pl | 7 +++---- 5 files changed, 14 insertions(+), 10 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 03:27:28 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 01:27:28 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-309-g00895ba Message-ID: <E1UVtvE-0006cj-NC@git.koha-community.org> This is an automated email from the git hooks/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 00895bab836e2698223c1e081868ef0932542d50 (commit) from 5e89a7e09866dcb88e45d5e69761f0854b15b775 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 00895bab836e2698223c1e081868ef0932542d50 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 21:32:49 2013 -0400 Bug 9659 follow-up: correct syntax for older Perl A construction that was a syntax error in older versions of Perl was causing problems for jenkins. This patch fixes it. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 906bf789febd3e97bd23ed2cc1fcf3233bdfba9c) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- Summary of changes: t/db_dependent/ReportsGuided.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 03:27:29 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 01:27:29 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-364-g906bf78 Message-ID: <E1UVtvF-0006d5-Pc@git.koha-community.org> This is an automated email from the git hooks/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 906bf789febd3e97bd23ed2cc1fcf3233bdfba9c (commit) from 9fbdc7b1d6edb9a49d21beccaaa38770119e396f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 906bf789febd3e97bd23ed2cc1fcf3233bdfba9c Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 26 21:32:49 2013 -0400 Bug 9659 follow-up: correct syntax for older Perl A construction that was a syntax error in older versions of Perl was causing problems for jenkins. This patch fixes it. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- Summary of changes: t/db_dependent/ReportsGuided.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 07:14:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 05:14:45 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-33-g7afc07b Message-ID: <E1UVxTA-0007ZK-Tk@git.koha-community.org> This is an automated email from the git hooks/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 7afc07bfaae3b508a043ec426f161bbe0cd87f8d (commit) via c31ebb9a3383432ce460ac8f98e9e9b6e2f902dd (commit) from 951092bc3137c63dcae5dac1facfa7a7eef5b233 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7afc07bfaae3b508a043ec426f161bbe0cd87f8d Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Thu Mar 7 12:17:33 2013 -0500 Bug 6898 - circulation librarians can't run overdues without reports permissions followup Better update database. Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit c31ebb9a3383432ce460ac8f98e9e9b6e2f902dd Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Fri Feb 10 10:43:29 2012 -0500 Bug 6898 - circulation librarians can't run overdues without reports permissions This patch adds a new user permission overdues_report for the circulation module, and requires this permission to run the overdue items report, rather than requiring full reports permissions. Test plan : With a user with permissions circulate_remaining_permissions : - Add overdues_report permission to user - Go to circulation home => you see "Overdues" link - Clik on it => you are allowed to access and use this page - Remove overdues_report permission to user - Go to circulation home => you do not see "Overdues" link - Edit URL : <server>/cgi-bin/koha/circ/overdue.pl => you are not allowed to access this page - Go to main page => you don't have access to reports module Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> ----------------------------------------------------------------------- Summary of changes: circ/overdue.pl | 2 +- .../data/mysql/de-DE/mandatory/userpermissions.sql | 1 + .../data/mysql/en/mandatory/userpermissions.sql | 1 + .../data/mysql/es-ES/mandatory/userpermissions.sql | 1 + .../mysql/fr-FR/1-Obligatoire/userpermissions.sql | 1 + .../data/mysql/it-IT/necessari/userpermissions.sql | 1 + .../mysql/nb-NO/1-Obligatorisk/userpermissions.sql | 1 + .../data/mysql/pl-PL/mandatory/userpermissions.sql | 1 + .../ru-RU/mandatory/permissions_and_user_flags.sql | 1 + .../uk-UA/mandatory/permissions_and_user_flags.sql | 1 + installer/data/mysql/updatedatabase.pl | 18 ++++++++++++++++++ .../prog/en/modules/circ/circulation-home.tt | 2 +- 12 files changed, 29 insertions(+), 2 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 08:00:20 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 06:00:20 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-8-g63ff9d8 Message-ID: <E1UVyBI-0007mg-EQ@git.koha-community.org> This is an automated email from the git hooks/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 63ff9d849db148f35393fee80997da5864141cd6 (commit) from ed0faee2e3eb81c32612807ec935d99d06a93814 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 63ff9d849db148f35393fee80997da5864141cd6 Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Thu Feb 14 14:23:30 2013 +0100 Bug 9613: items namespace missing in XSLT In some XSLT, "items" namespace is used in exclude-result-prefixes but is not defined. This patch add this namespace where missing. Also corrects a koha.org, instead of koha-community.org, in one namespace URL. Test plan : - Enable XSLT on search results - Perform a search => Look at error logs to check that there is no xsl error like : [Fri Feb 08 15:35:06 2013] [error] [client 127.0.0.1] [Fri Feb 8 15:35:06 2013] opac-search.pl: compilation error: file koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl line 8 element stylesheet, referer: http://opac.master.community.localhost/cgi-bin/koha/opac-detail.pl?biblionumber=299 [Fri Feb 08 15:35:06 2013] [error] [client 127.0.0.1] [Fri Feb 8 15:35:06 2013] opac-search.pl: xsl:exclude-result-prefixes : undefined namespace items, referer: http://opac.master.community.localhost/cgi-bin/koha/opac-detail.pl?biblionumber=299 Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr> Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> With comment on Bugzilla. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> ----------------------------------------------------------------------- Summary of changes: .../prog/en/xslt/UNIMARCslim2intranetResults.xsl | 2 +- .../prog/en/xslt/UNIMARCslimUtils.xsl | 1 + .../opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl | 1 + 3 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 08:00:34 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 06:00:34 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-40-g75334ca Message-ID: <E1UVyBW-0007nX-R3@git.koha-community.org> This is an automated email from the git hooks/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 75334ca55de4f15484cc524ad827d5862aa99ccd (commit) via 4a83dde8bf4b1f5110671c978b6cb4da38104cce (commit) via 49e363a4c571a22eb487082f5f1dbda01321525f (commit) via 74b4355cfda5008578e9b787e8f37171c4b28526 (commit) via 6da83232d242da58a3cee9ce50f11a50611e1f9b (commit) via aee438607062ea89e708644433990094954b0f06 (commit) via c7a722ea068c993c7cb351d77d0f8d0103030062 (commit) from 7afc07bfaae3b508a043ec426f161bbe0cd87f8d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 75334ca55de4f15484cc524ad827d5862aa99ccd Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Wed Mar 27 13:57:01 2013 -0400 Bug 9839 - when importing MARC records, item record not created even when set to "always add" Test Plan: 1) Catalog a new record with an ISBN 2) Add some items to the record 3) Download the record as MARCXML 4) Delete the itemnumbers from the 952 fields in the record, Change the barcode fields to unused barcodes 5) Use xml2marc to save as a standard MARC file 6) Import the record using the 'Stage MARC for import' tool Use the settings: Record matching rule: ISBN Action if matching record found: ignore Action if no match found: ignore Item processing: always_add Check for embedded item record data?: Yes How to process items: Always add items 7) Import, note the bib is ignored, and the items are not processed 8) Undo import into catalog 8) Apply this patch 9) Import this batch into the catalog 10) Note the items were processed and are now added to the matching record Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr> Tested with UNIMARC record. I followed the test plan, just changing 952 by 995 Signed-off-by: Mason James <mtj at kohaaloha.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 4a83dde8bf4b1f5110671c978b6cb4da38104cce Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com> Date: Thu Feb 14 14:23:30 2013 +0100 Bug 9613: items namespace missing in XSLT In some XSLT, "items" namespace is used in exclude-result-prefixes but is not defined. This patch add this namespace where missing. Also corrects a koha.org, instead of koha-community.org, in one namespace URL. Test plan : - Enable XSLT on search results - Perform a search => Look at error logs to check that there is no xsl error like : [Fri Feb 08 15:35:06 2013] [error] [client 127.0.0.1] [Fri Feb 8 15:35:06 2013] opac-search.pl: compilation error: file koha-tmpl/opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl line 8 element stylesheet, referer: http://opac.master.community.localhost/cgi-bin/koha/opac-detail.pl?biblionumber=299 [Fri Feb 08 15:35:06 2013] [error] [client 127.0.0.1] [Fri Feb 8 15:35:06 2013] opac-search.pl: xsl:exclude-result-prefixes : undefined namespace items, referer: http://opac.master.community.localhost/cgi-bin/koha/opac-detail.pl?biblionumber=299 Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr> Passed-QA-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> With comment on Bugzilla. Signed-off-by: Paul Poulain <paul.poulain at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 49e363a4c571a22eb487082f5f1dbda01321525f Author: Owen Leonard <oleonard at myacpl.org> Date: Mon Apr 8 10:13:11 2013 -0400 Bug 9860 [Alternate] Incorrect box heading 'Cannot check in' when a late document is returned The fix for Bug 9397 moved the "cannot check in" heading from within the one conditional where it should have been displayed to the top of all check-in errors/messages. "Cannot check in" is still only valid if the item is withdrawn and BlockReturnOfWithdrawnItems is ON. In order to accomplish the goal of Bug 9397 while fixing Bug 9860 this patch puts "cannot check in" back into the correct conditional and adds a generic heading to check in messages for accessibility purposes. To test, check in items which will trigger a variety of errors including: - item must be returned to home library - item is lost - item is withdrawn (wtih BlockReturnOfWithdrawnItems on and off) - item is overdue ...as well as items which should check in normally. Messages should display correctly. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 74b4355cfda5008578e9b787e8f37171c4b28526 Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Wed Apr 17 14:07:55 2013 -0400 Bug 10072 - "my suggestions" always says "There are no pending purchase suggestions." Test Plan: 1) Switch off the IndependantBranches syspref 2) Log into the OPAC 3) Place a suggestions 4) Instead of seeing your suggestion, you will see "There are no pending purchase suggestions." 5) Apply this patch 6) Reload the page 7) You should now see your suggestions Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 6da83232d242da58a3cee9ce50f11a50611e1f9b Author: Magnus Enger <magnus at enger.priv.no> Date: Mon Apr 15 21:56:53 2013 +0200 Bug 10058 - Fix unapi for NORMARC This patch uses a lot of MARC21 XSLT to transform NORMARC records to desired formats. Since NORMARC is mostly a subset of MARC21, I think this should give passable results. And better results than no unapi-support at all for NORMARC! To reproduce: - Make sure you have marcflavour = NORMARC - Visit /cgi-bin/koha/unapi in a browser - Observe the empty <formats></formats> element To test: - Apply the patch - Visit /cgi-bin/koha/unapi in a browser - Observe the the list of formats in the <formats></formats> element - Import the provided sample NORMARC record and make a note of its biblionumber - View the record at /cgi-bin/koha/unapi?id=koha:biblionumber:x&format=y where x = the biblionumber of the sample record and y = one of the formats marcxml, marcxml-full, mods, mods-full, mods3, mods3-full, oai_dc, rdfdc, rss2, rss2-full and srw_dc - Check that the transformed records make some kind of superficial sense Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit aee438607062ea89e708644433990094954b0f06 Author: Owen Leonard <oleonard at myacpl.org> Date: Tue Apr 9 15:44:45 2013 -0400 Bug 10002 - Don't include line breaks in strings that are translated Several JS alert messages contain "\n" which is problematic for translation. This patch removes those instances (a line break is not strictly necessary anyway). Also corrected: two instances of "holds(s)" To test, place a hold on a title with items. From the biblio detail page choose Edit -> Delete all items and Edit -> Delete record. In each case you should see error messages with no line breaks and no misspellings. Delete all items attached to the record with holds from the item edit page. Go back to the detail page and choose Edit -> Delete record. You should see an error message about existing hold(s) with no line breaks or misspellings. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Harmless change, fixes misspellings and makes translations easier Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit c7a722ea068c993c7cb351d77d0f8d0103030062 Author: Owen Leonard <oleonard at myacpl.org> Date: Mon Apr 8 10:26:06 2013 -0400 Bug 10000 - Little typo in intranet-tmpl/prog/en/modules/help/tools/letter.tt: sliip This patch removes the extra i in "sliip." To test, go to Tools -> Notices & Slips and view the help file. The last bulleted item on the page should contain no typo. Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> Comment: Can't resist to sign Bug 10000!! Work as described. No errors. Signed-off-by: Galen Charlton <gmc at esilibrary.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Can't resist to QA - All tests and QA script pass. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> ----------------------------------------------------------------------- Summary of changes: C4/ImportBatch.pm | 1 + C4/Suggestions.pm | 4 ---- .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 8 ++++---- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 3 ++- .../prog/en/modules/help/tools/letter.tt | 4 ++-- .../prog/en/xslt/UNIMARCslim2intranetResults.xsl | 2 +- .../prog/en/xslt/UNIMARCslimUtils.xsl | 1 + .../opac-tmpl/prog/en/xslt/UNIMARCslimUtils.xsl | 1 + opac/unapi | 13 +++++++++++++ 9 files changed, 25 insertions(+), 12 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 08:04:23 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 06:04:23 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-42-g61d8236 Message-ID: <E1UVyFD-0007pq-KJ@git.koha-community.org> This is an automated email from the git hooks/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 61d82360beae443b21ca439b97fe033bb5920173 (commit) via 9e2b58b582531859fbdede3b327c18b5f7db8e6e (commit) from 75334ca55de4f15484cc524ad827d5862aa99ccd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 61d82360beae443b21ca439b97fe033bb5920173 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Fri Apr 19 22:52:07 2013 -0400 Bug 10085: unapi does not function under Plack The following errors appear when trying to use unapi under Plack (among others): Variable "$cgi" is not available at /home/jcamins/kohaclone/opac/unapi line 160. Variable "$format_to_stylesheet_map" is not available at /home/jcamins/kohaclone/opac/unapi line 173. Variable "$format_info" is not available at /home/jcamins/kohaclone/opac/unapi line 174. Variable "$format_to_stylesheet_map" is not available at /home/jcamins/kohaclone/opac/unapi line 185. To test: 1) Try to view /cgi-bin/koha/unapi under Plack 2) There is no step 2. Plack crashes. 3) Apply patch. 4) Try to view /cgi-bin/koha/unapi again, and note that it doesn't crash Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> I'm puzzled how this ever worked anyway, accidentally i'm guessing, this tidies up some lazy coding Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 9e2b58b582531859fbdede3b327c18b5f7db8e6e Author: Kyle M Hall <kyle at bywatersolutions.com> Date: Thu Feb 7 09:57:47 2013 -0500 Bug 9523: importing staged bib records hangs if a matched bib has been deleted Test Plan: 1) Stage a MARC record file that will have matches with existing records 2) Delete the bib from Koha that was matched on 3) Attempt to import the records into Koha, the import will hang 4) Apply the patch 5) Reload manage-marc-import.pl and attempt to import again, this time it should succeed. Signed-off-by: Galen Charlton <gmc at esilibrary.com> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> ----------------------------------------------------------------------- Summary of changes: C4/ImportBatch.pm | 1 + opac/unapi | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 13:09:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 11:09:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10110 created. v3.12.00-beta1-368-g8084a70 Message-ID: <E1UW30j-0000mq-AY@git.koha-community.org> This is an automated email from the git hooks/post-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_10110 has been created at 8084a70a3b13a87a516844ee7b7f3665aa8c1e95 (commit) - Log ----------------------------------------------------------------- commit 8084a70a3b13a87a516844ee7b7f3665aa8c1e95 Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Date: Thu Apr 25 14:48:03 2013 +0200 Bug 10110 Followup for Acquisition.pm Adding a FIXE at a line that uses $sth->{NAME} for possible utf8 problems. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Adds a comment, no danger from that. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit d050e557f4ac3d7a8b1a0fa573a8ca00aa0862a9 Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Date: Thu Apr 25 13:54:31 2013 +0200 Bug 10110: Problems with diacritics in saved SQL reports Adds decoding for cgi params (for completeness). Apparently, the NAME attribute of DBI statement handle has a UTF8 bug. Fixing this by decoding the returned column names. Did this in a shared routine. http://bugs.koha-community.org/show_bug.cgi?id=10110 Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Copying test plan from bug report: Example SQL: select branchname as "Bibliothek (???)", branchname "Bibiothek (??a)", branchname from branches where branchcode = <<Bibliotheksk?rzel|branches>> 1) Create report with given example SQL or your own including some diacritics in the columnnames 2) Save the report and run it 3) Verify column names are broken before patch, but fixed after.. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 3d589018e75c71999d308c587f1fcaf63cc81be5 Merge: 906bf78 5b6f897 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Sat Apr 27 07:08:15 2013 -0400 Merge branch 'bug_9684' into 3.14-master commit 5b6f89714d58d4a7c33b621b2cefbc02523dafa3 Author: Colin Campbell <colin.campbell at ptfs-europe.com> Date: Fri Apr 26 17:11:37 2013 +0100 Bug 9684 : Correct path to compact.xsl When try to display card view of retrieved record error occurred as compact.xsl could not be found script was constructing path as though it was opac Also added fallback to en version if no xsl file found under current lang as done in opac-showmarc.pl Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Test plan: * Set sys pref to use CCSR * Do a Z39.50 Search * Click 'card' on one of the results * confirm that there is no error. All test pass Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> I am astonished that opacthemes affects Z39.50 search in staff so this might be fixing a bigger problem. Checked that clicking on Card works for both themes now correctly after I confirmed the bug. Also all views in OPAC were checked for both themes. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 13:10:09 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 11:10:09 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_9684 created. v3.12.00-beta1-365-g5b6f897 Message-ID: <E1UW317-0000na-5X@git.koha-community.org> This is an automated email from the git hooks/post-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_9684 has been created at 5b6f89714d58d4a7c33b621b2cefbc02523dafa3 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 13:15:45 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 11:15:45 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10093 created. v3.12.00-beta1-371-g97596d9 Message-ID: <E1UW36X-0000pi-Ha@git.koha-community.org> This is an automated email from the git hooks/post-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_10093 has been created at 97596d94982ce8c7ea4f2e8a29f724cb97cc1613 (commit) - Log ----------------------------------------------------------------- commit 97596d94982ce8c7ea4f2e8a29f724cb97cc1613 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Sat Apr 27 07:21:25 2013 -0400 Add Stefano Bargioni to the history Welcome, Stefano, you are the 209th developer with a patch in Koha! Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 9a449ce16ce00d667ff12ec262dc02e973a21cc2 Author: Stefano Bargioni <bargioni at pusc.it> 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 <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Good catch. Template change only. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit df4b4435970285f2303214e49f390c16e16a01e2 Merge: 3d58901 8084a70 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Sat Apr 27 07:15:38 2013 -0400 Merge branch 'bug_10110' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 14:06:26 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 12:06:26 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_2046 created. v3.12.00-beta1-374-ge1ecd7a Message-ID: <E1UW3ta-000174-Nn@git.koha-community.org> This is an automated email from the git hooks/post-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_2046 has been created at e1ecd7aa3fa5bbd6423255a4fc6585b946633eb1 (commit) - Log ----------------------------------------------------------------- commit e1ecd7aa3fa5bbd6423255a4fc6585b946633eb1 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Sat Apr 27 08:11:39 2013 -0400 Bug 2046: Increment version number Database update for bug 2046 has been given version 3.11.00.203 commit 7a5dc6eef546bfa4f9465e9f864bacdefe168cd5 Author: Kristina D.C. Hoeppner <kristina at catalyst.net.nz> 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 <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> 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 Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit eae18676cc7057c4d521685a3c1ab20912e2cbf1 Merge: df4b443 97596d9 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Sat Apr 27 07:21:50 2013 -0400 Merge branch 'bug_10093' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 14:17:22 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 12:17:22 +0000 Subject: [koha-commits] main Koha release repository branch new/bug_10088 created. v3.12.00-beta1-376-gf2e4471 Message-ID: <E1UW44A-0001Ca-4F@git.koha-community.org> This is an automated email from the git hooks/post-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_10088 has been created at f2e44716f60578b9663862d7b2ba3b16f7067143 (commit) - Log ----------------------------------------------------------------- commit f2e44716f60578b9663862d7b2ba3b16f7067143 Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Thu Apr 25 09:47:53 2013 +0200 Bug 10088: FIX adding an order from a staged file. Bug 9902 introduced an issue in the C4::Items::PrepareItemrecordDisplay routine. The existence of $defaulvalue hashref should be tested before getting to the branchcode key. Test plan: Before applying the patch, an error occurred when you try to create an order from a staged file. After applying the patch, the error does not appear anymore. Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr> Signed-off-by: Mason James <mtj at kohaaloha.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 5c529f2339a3033c26f20890e18ab2284357c6a1 Merge: eae1867 e1ecd7a Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Sat Apr 27 08:12:18 2013 -0400 Merge branch 'bug_2046' into 3.14-master ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 14:18:11 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 12:18:11 +0000 Subject: [koha-commits] main Koha release repository branch 3.12.x updated. v3.12.00-beta1-317-ga8ee942 Message-ID: <E1UW44x-0001Dl-AH@git.koha-community.org> This is an automated email from the git hooks/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 a8ee942442d42e7ae4f42567eba22f33725188a5 (commit) via 59ce0cd4a6863770e1cc6b956512e5698f94e06b (commit) via 8bb6bafbeb827cef15922ce497a7a73ebbfc3a6e (commit) via 2dbe9386065567f0f535188d843dfe12765f5fed (commit) via 239d37cb7e6d34fecd0050eadd5ac771c9ff5bda (commit) via b247b2c5217be18cc4f2fdd96877bac9b6eb9eab (commit) via 79a9b11a7937bab8397ec526114b0c072b253b17 (commit) via c48be8b905efa9ba4e472dbcbcea6ee15a92e075 (commit) from 00895bab836e2698223c1e081868ef0932542d50 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a8ee942442d42e7ae4f42567eba22f33725188a5 Author: Jonathan Druart <jonathan.druart at biblibre.com> Date: Thu Apr 25 09:47:53 2013 +0200 Bug 10088: FIX adding an order from a staged file. Bug 9902 introduced an issue in the C4::Items::PrepareItemrecordDisplay routine. The existence of $defaulvalue hashref should be tested before getting to the branchcode key. Test plan: Before applying the patch, an error occurred when you try to create an order from a staged file. After applying the patch, the error does not appear anymore. Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr> Signed-off-by: Mason James <mtj at kohaaloha.com> Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit f2e44716f60578b9663862d7b2ba3b16f7067143) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 59ce0cd4a6863770e1cc6b956512e5698f94e06b Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Sat Apr 27 08:11:39 2013 -0400 Bug 2046: Increment version number Database update for bug 2046 has been given version 3.11.00.203 (cherry picked from commit e1ecd7aa3fa5bbd6423255a4fc6585b946633eb1) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 8bb6bafbeb827cef15922ce497a7a73ebbfc3a6e Author: Kristina D.C. Hoeppner <kristina at catalyst.net.nz> 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 <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> 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 Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 7a5dc6eef546bfa4f9465e9f864bacdefe168cd5) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 2dbe9386065567f0f535188d843dfe12765f5fed Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Sat Apr 27 07:21:25 2013 -0400 Add Stefano Bargioni to the history Welcome, Stefano, you are the 209th developer with a patch in Koha! Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 97596d94982ce8c7ea4f2e8a29f724cb97cc1613) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 239d37cb7e6d34fecd0050eadd5ac771c9ff5bda Author: Stefano Bargioni <bargioni at pusc.it> 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 <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Good catch. Template change only. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 9a449ce16ce00d667ff12ec262dc02e973a21cc2) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit b247b2c5217be18cc4f2fdd96877bac9b6eb9eab Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Date: Thu Apr 25 14:48:03 2013 +0200 Bug 10110 Followup for Acquisition.pm Adding a FIXE at a line that uses $sth->{NAME} for possible utf8 problems. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Adds a comment, no danger from that. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 8084a70a3b13a87a516844ee7b7f3665aa8c1e95) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit 79a9b11a7937bab8397ec526114b0c072b253b17 Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Date: Thu Apr 25 13:54:31 2013 +0200 Bug 10110: Problems with diacritics in saved SQL reports Adds decoding for cgi params (for completeness). Apparently, the NAME attribute of DBI statement handle has a UTF8 bug. Fixing this by decoding the returned column names. Did this in a shared routine. http://bugs.koha-community.org/show_bug.cgi?id=10110 Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Copying test plan from bug report: Example SQL: select branchname as "Bibliothek (???)", branchname "Bibiothek (??a)", branchname from branches where branchcode = <<Bibliotheksk?rzel|branches>> 1) Create report with given example SQL or your own including some diacritics in the columnnames 2) Save the report and run it 3) Verify column names are broken before patch, but fixed after.. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit d050e557f4ac3d7a8b1a0fa573a8ca00aa0862a9) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> commit c48be8b905efa9ba4e472dbcbcea6ee15a92e075 Author: Colin Campbell <colin.campbell at ptfs-europe.com> Date: Fri Apr 26 17:11:37 2013 +0100 Bug 9684 : Correct path to compact.xsl When try to display card view of retrieved record error occurred as compact.xsl could not be found script was constructing path as though it was opac Also added fallback to en version if no xsl file found under current lang as done in opac-showmarc.pl Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Test plan: * Set sys pref to use CCSR * Do a Z39.50 Search * Click 'card' on one of the results * confirm that there is no error. All test pass Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> I am astonished that opacthemes affects Z39.50 search in staff so this might be fixing a bigger problem. Checked that clicking on Card works for both themes now correctly after I confirmed the bug. Also all views in OPAC were checked for both themes. All tests and QA script pass. Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> (cherry picked from commit 5b6f89714d58d4a7c33b621b2cefbc02523dafa3) Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com> ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 3 +++ C4/Items.pm | 6 +++++- catalogue/showmarc.pl | 7 +++++-- docs/history.txt | 1 + installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 7 +++++++ .../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 +- reports/guided_reports.pl | 15 ++++++++++----- 11 files changed, 36 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 14:18:12 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 12:18:12 +0000 Subject: [koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-377-g9c79f18 Message-ID: <E1UW44y-0001EF-Gl@git.koha-community.org> This is an automated email from the git hooks/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 9c79f183174d710f37b414c8dfa0b94ea2b8036a (commit) via f2e44716f60578b9663862d7b2ba3b16f7067143 (commit) via 5c529f2339a3033c26f20890e18ab2284357c6a1 (commit) via e1ecd7aa3fa5bbd6423255a4fc6585b946633eb1 (commit) via 7a5dc6eef546bfa4f9465e9f864bacdefe168cd5 (commit) via eae18676cc7057c4d521685a3c1ab20912e2cbf1 (commit) via 97596d94982ce8c7ea4f2e8a29f724cb97cc1613 (commit) via 9a449ce16ce00d667ff12ec262dc02e973a21cc2 (commit) via df4b4435970285f2303214e49f390c16e16a01e2 (commit) via 8084a70a3b13a87a516844ee7b7f3665aa8c1e95 (commit) via d050e557f4ac3d7a8b1a0fa573a8ca00aa0862a9 (commit) via 3d589018e75c71999d308c587f1fcaf63cc81be5 (commit) via 5b6f89714d58d4a7c33b621b2cefbc02523dafa3 (commit) from 906bf789febd3e97bd23ed2cc1fcf3233bdfba9c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9c79f183174d710f37b414c8dfa0b94ea2b8036a Merge: 5c529f2 f2e4471 Author: Jared Camins-Esakov <jcamins at cpbibliography.com> Date: Sat Apr 27 08:23:34 2013 -0400 Merge branch 'bug_10088' into 3.14-master ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 3 +++ C4/Items.pm | 6 +++++- catalogue/showmarc.pl | 7 +++++-- docs/history.txt | 1 + installer/data/mysql/kohastructure.sql | 2 +- installer/data/mysql/updatedatabase.pl | 7 +++++++ .../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 +- reports/guided_reports.pl | 15 ++++++++++----- 11 files changed, 36 insertions(+), 13 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 23:27:42 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 21:27:42 +0000 Subject: [koha-commits] main Koha release repository branch 3.8.x updated. v3.08.12-10-g5ad048b Message-ID: <E1UWCek-00040E-A8@git.koha-community.org> This is an automated email from the git hooks/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 5ad048bb78b560ca821f4531e62c545d76999855 (commit) via b7cdee156e47617ff79849321b178f66ec7058e6 (commit) from 63ff9d849db148f35393fee80997da5864141cd6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5ad048bb78b560ca821f4531e62c545d76999855 Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Wed Apr 24 11:40:18 2013 -0300 Bug 10107 - opacbookbag shouldn't prevent from adding items to a list in the OPAC This bug is present in master and (at least 3.8.x, where we spotted it). The patch makes adding items, to a list from the results page, not rely only on opacbookbag syspref but also 'virtualshelves'. Regards To+ PS: Thanks Graciela Galli for reporting. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Template only patch, works nicely. Test plan copied from bug report: - Disable the opacbookbag syspref - Login in the OPAC - Create a list (I tested a private one) - Search in your db for some biblios. - Choose some and add them to the created list - Go to your users's page, to the my lists tab - Your list is empty. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit b7cdee156e47617ff79849321b178f66ec7058e6 Author: Magnus Enger <magnus at enger.priv.no> Date: Mon Apr 15 20:24:08 2013 +0200 Bug 9804 - Fix name for NORMARC biblio-koha-indexdefs.xml When i did bug 8805, I gave the biblio-koha-indexdefs.xml file the wrong name, and called it biblio-zebra-indexdefs.xml. This patch fixes that. To reproduce: - Check that etc/zebradb/marc_defs/normarc/biblios/biblio-zebra- indexdefs.xml exists To test: - Apply the patch and check that etc/zebradb/marc_defs/normarc/ biblios/biblio-zebra-indexdefs.xml no longer exists, but that etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml does exist. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> ----------------------------------------------------------------------- Summary of changes: ...bra-indexdefs.xml => biblio-koha-indexdefs.xml} | 0 .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- 2 files changed, 1 insertions(+), 1 deletions(-) rename etc/zebradb/marc_defs/normarc/biblios/{biblio-zebra-indexdefs.xml => biblio-koha-indexdefs.xml} (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 23:28:04 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 21:28:04 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-48-g31a6b22 Message-ID: <E1UWCf6-000412-N4@git.koha-community.org> This is an automated email from the git hooks/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 31a6b2265315a9ac376887a64c6f532b94a28cce (commit) via a43c5d0bdd2413d6a125b10710deab6e38026404 (commit) via 042012cfe2d87cea0b569dad37dba6f12c1107d7 (commit) via 958e7626f16d46c9e1e8c81e8c9614364966deec (commit) via 575f8ed4425a7de45765ef10866569ff52645e6b (commit) via 652f01bdb32e2bff665add37c6d4863c679ec96a (commit) from 61d82360beae443b21ca439b97fe033bb5920173 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 31a6b2265315a9ac376887a64c6f532b94a28cce Author: Tomas Cohen Arazi <tomascohen at gmail.com> Date: Wed Apr 24 11:40:18 2013 -0300 Bug 10107 - opacbookbag shouldn't prevent from adding items to a list in the OPAC This bug is present in master and (at least 3.8.x, where we spotted it). The patch makes adding items, to a list from the results page, not rely only on opacbookbag syspref but also 'virtualshelves'. Regards To+ PS: Thanks Graciela Galli for reporting. Sponsored-by: Universidad Nacional de C?rdoba Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Template only patch, works nicely. Test plan copied from bug report: - Disable the opacbookbag syspref - Login in the OPAC - Create a list (I tested a private one) - Search in your db for some biblios. - Choose some and add them to the created list - Go to your users's page, to the my lists tab - Your list is empty. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit a43c5d0bdd2413d6a125b10710deab6e38026404 Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr> Date: Sun Mar 17 19:11:29 2013 +0100 Bug 9831: Correct and add authorised values un French UNIMARC installer 2d version, Correcting a typo In French UNIMARC mandatory installer, some authorised values for languages, countries and unimarc function codes are wrong. A lot of unimarc function codes and language codes are missing. Reference for country codes is ISO 3166-1 standard Reference for language codes is ISO 632-2 standard Reference for Unimarc function codes are Unimarc Manual (french version online in BNF website and ABES website) This patch correct wrong values and add new ones. For the moment I keep some wrong codes, because they may be used by some librairies : - language codes deu, lan, mla, sam - function codes 571, 573, 574, 575 To test : 1) take a fresh new koha 2) apply patch 3) install Koha, choosing French UNIMARC settings 4) look if values are OK in authorised values and if you can use them in cataloguing module Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> SQL change only, French installer installs authorised values without problems. Note: There is a problem loading sample labels unrelated to this patch: sample_labels.sql ERROR 1146 (42S02) at line 3: Table 'koha.labels_templates' doesn't exist Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 042012cfe2d87cea0b569dad37dba6f12c1107d7 Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Mon Apr 15 06:21:55 2013 +0200 Bug 9818: Fixing capitalization and remove dollar sign Overdue Fines Cap ($) > Overdue fines cap (amount) To test: Go to administration > circulation and fine rules Check column label Overdue fines cap now follows capitalization rules and has no dollar sign. Signed-off-by: Owen Leonard <oleonard at myacpl.org> Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 958e7626f16d46c9e1e8c81e8c9614364966deec Author: Magnus Enger <magnus at enger.priv.no> Date: Mon Apr 15 20:24:08 2013 +0200 Bug 9804 - Fix name for NORMARC biblio-koha-indexdefs.xml When i did bug 8805, I gave the biblio-koha-indexdefs.xml file the wrong name, and called it biblio-zebra-indexdefs.xml. This patch fixes that. To reproduce: - Check that etc/zebradb/marc_defs/normarc/biblios/biblio-zebra- indexdefs.xml exists To test: - Apply the patch and check that etc/zebradb/marc_defs/normarc/ biblios/biblio-zebra-indexdefs.xml no longer exists, but that etc/zebradb/marc_defs/normarc/biblios/biblio-koha-indexdefs.xml does exist. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 575f8ed4425a7de45765ef10866569ff52645e6b Author: Owen Leonard <oleonard at myacpl.org> Date: Wed Apr 10 14:24:16 2013 -0400 Bug 10026 - OPAC cart not showing location anymore When Bug 7570 added availability information to the cart it switched which subroutine was used to get item information, and thus changed how the information was being returned. This patch makes accommodations for this change by adding processing of item location information to the script in a way that will match the existing template variables. To test, add items to the cart in the OPAC some of which include shelving location information. When you view the cart you should see the shelving location displayed. Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 652f01bdb32e2bff665add37c6d4863c679ec96a Author: Katrin Fischer <Katrin.Fischer.83 at web.de> Date: Sun Apr 14 19:29:13 2013 +0200 Bug 8294: Fix display of serial enumeration for OPAC holds It turns out that this was not a missing but a broken feature. This patch corrects the template variables to make enumchron show up on the item table for item level holds in the OPAC. To test: Try to place item level holds on 1) a record where at least one item 2) a record where none of the items has items.enumchron information. The column with enumchron should only show for 1), but not for 2). Signed-off-by: David Cook <dcook at prosentient.com.au> Works as described. Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com> Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> ----------------------------------------------------------------------- Summary of changes: ...bra-indexdefs.xml => biblio-koha-indexdefs.xml} | 0 .../fr-FR/1-Obligatoire/authorised_values.sql | 587 +++++++++++++++----- .../prog/en/modules/admin/smart-rules.tt | 2 +- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 4 +- .../opac-tmpl/prog/en/modules/opac-results.tt | 2 +- opac/opac-basket.pl | 4 + 6 files changed, 454 insertions(+), 145 deletions(-) rename etc/zebradb/marc_defs/normarc/biblios/{biblio-zebra-indexdefs.xml => biblio-koha-indexdefs.xml} (100%) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Sat Apr 27 23:53:47 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Sat, 27 Apr 2013 21:53:47 +0000 Subject: [koha-commits] main Koha release repository branch 3.10.x updated. v3.10.05-51-g70f32c0 Message-ID: <E1UWD3z-0004DV-PT@git.koha-community.org> This is an automated email from the git hooks/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 70f32c0d3f0883167359242a9d54492e612f3f49 (commit) via 0159cab8767bec0f48d5a43dc11da9ef22315203 (commit) via f06fff86051e9ab15048382185e6379cb17d0396 (commit) from 31a6b2265315a9ac376887a64c6f532b94a28cce (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 70f32c0d3f0883167359242a9d54492e612f3f49 Author: Colin Campbell <colin.campbell at ptfs-europe.com> Date: Fri Apr 26 17:11:37 2013 +0100 Bug 9684 : Correct path to compact.xsl When try to display card view of retrieved record error occurred as compact.xsl could not be found script was constructing path as though it was opac Also added fallback to en version if no xsl file found under current lang as done in opac-showmarc.pl Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com> Test plan: * Set sys pref to use CCSR * Do a Z39.50 Search * Click 'card' on one of the results * confirm that there is no error. All test pass Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> I am astonished that opacthemes affects Z39.50 search in staff so this might be fixing a bigger problem. Checked that clicking on Card works for both themes now correctly after I confirmed the bug. Also all views in OPAC were checked for both themes. All tests and QA script pass. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit 0159cab8767bec0f48d5a43dc11da9ef22315203 Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Date: Thu Apr 25 14:48:03 2013 +0200 Bug 10110 Followup for Acquisition.pm Adding a FIXE at a line that uses $sth->{NAME} for possible utf8 problems. Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Adds a comment, no danger from that. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> commit f06fff86051e9ab15048382185e6379cb17d0396 Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl> Date: Thu Apr 25 13:54:31 2013 +0200 Bug 10110: Problems with diacritics in saved SQL reports Adds decoding for cgi params (for completeness). Apparently, the NAME attribute of DBI statement handle has a UTF8 bug. Fixing this by decoding the returned column names. Did this in a shared routine. http://bugs.koha-community.org/show_bug.cgi?id=10110 Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de> Copying test plan from bug report: Example SQL: select branchname as "Bibliothek (???)", branchname "Bibiothek (??a)", branchname from branches where branchcode = <<Bibliotheksk?rzel|branches>> 1) Create report with given example SQL or your own including some diacritics in the columnnames 2) Save the report and run it 3) Verify column names are broken before patch, but fixed after.. All tests and QA script pass. Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz> ----------------------------------------------------------------------- Summary of changes: C4/Acquisition.pm | 3 +++ catalogue/showmarc.pl | 7 +++++-- reports/guided_reports.pl | 15 ++++++++++----- 3 files changed, 18 insertions(+), 7 deletions(-) hooks/post-receive -- main Koha release repository From gitmaster at git.koha-community.org Tue Apr 30 00:12:03 2013 From: gitmaster at git.koha-community.org (Git repo owner) Date: Mon, 29 Apr 2013 22:12:03 +0000 Subject: [koha-commits] main Koha release repository branch new/bug6554_reverts created. v3.12.00-beta1-390-g16753c7 Message-ID: <E1UWwIl-0001Is-AY@git.koha-community.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "main Koha release repository". The branch, new/bug6554_reverts has been created at 16753c750d97385ad243329aa6a1328352749bb1 (commit) - Log ----------------------------------------------------------------- commit 16753c750d97385ad243329aa6a1328352749bb1 Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:17:39 2013 -0700 Revert "Bug 6554 Followup for circulation patron search" This reverts commit f257944d10c2660e7d7297768af314985c80a1c7. Rolling back bug 6554 work until we have more comprehensive tests. commit 5e47f766a2b5fc85e766e1fc67b054e971185de7 Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:17:31 2013 -0700 Revert "Bug 6554: Followup for preferences.pl" This reverts commit c78b905811ed4869a4a69f60272e1b7787026f6e. Rolling back bug 6554 work until we have more comprehensive tests. commit 7459297a3a4500cf0115962a81366a42a398be8f Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:17:24 2013 -0700 Revert "Bug 6554: Followup for acquisitions" This reverts commit b2b003adea685acf3f590ed00baf7abec734341f. Rolling back bug 6554 work until we have more comprehensive tests. commit 7c6e4f5a8d6e101377f949e1967bce8ae017ea4e Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:17:18 2013 -0700 Revert "Bug 6554: Followup for serial search" This reverts commit c18cd930eb3d15e20c642b2788116cc2abb30538. Rolling back bug 6554 work until we have more comprehensive tests. commit 94508a5c3d712f03d25ef63c40830b0c147140c5 Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:17:06 2013 -0700 Revert "Bug 6554 QA Followup" This reverts commit 686fdae32c2377b8748f71c534b5f32a2a83e850. Rolling back bug 6554 work until we have more comprehensive tests. commit a7eb34f2c8a281ef83f711e581079a2232296c88 Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:12:32 2013 -0700 Revert "Bug 6554 - make Koha internally utf-8 clean" This reverts commit d542740ab8877234d043c8a11cb19a6004e72656. Rolling back bug 6554 work until we have more comprehensive tests. Conflicts: opac/opac-search.pl commit 4ba31d2e2802183d8b1d1de466e9219107c7f061 Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:10:45 2013 -0700 Revert "Bug 6554 Fix error caused by modifying $_ in a map" This reverts commit e98fe7e32244fa11d218b4d2a1006eea547e70d8. Rolling back bug 6554 work until we have more comprehensive tests. commit 3536b10acf223b33819153532841494c816d6375 Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:10:23 2013 -0700 Revert "Bug 10074 - Encoding problems at login time" This reverts commit 5805b5f363bd657d3dac6aeba225438bf80cae9b. Rolling back bug 6554 work until we have more comprehensive tests. commit abe349ed6cc0b2296634b66d71de703fcd99a5a4 Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:09:48 2013 -0700 Revert "Bug 10074 - Encoding problems for installer" This reverts commit d0c6e09429d2af711f911b57601a02f17591d441. Rolling back bug 6554 work until we have more comprehensive tests. commit ad5e44bcde5948f73effb0732f79f8ceec2abf99 Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:06:12 2013 -0700 Revert "Bug 10074: QA Followup for InstallAuth.pm" This reverts commit e848d89e45d3e6610c3e9d246bd3672636dd63fb. Rolling back bug 6554 work until we have more comprehensive tests. commit 327b6c6ce31942963efcc03d5aea2981250360f2 Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:05:22 2013 -0700 Revert "Bug 10019: Fix for userid containing UTF8 chars" This reverts commit 7e90e1524f7e586dac0f98241ace430e5cbeac7f. Rolling back bug 6554 work until we have more comprehensive tests. commit 11b62318f445ca514d8c55d8c2973b45bdaa6295 Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:04:38 2013 -0700 Revert "Bug 9951: Followup for Tools" This reverts commit 252568aa8babdcc9508d3b3c7626543bfa648d99. Rolling back bug 6554 work until we have more comprehensive tests. commit 5948badf43bd30e5a6c52f30f440f400bcdbb51c Author: Galen Charlton <gmc at esilibrary.com> Date: Mon Apr 29 15:03:45 2013 -0700 Revert "Bug 9951: Followup for tools/viewlog.pl" This reverts commit de7ba790fd2533bcf44ad7fd2f1255514ed9313c. Rolling back bug 6554 work until we have more comprehensive tests. ----------------------------------------------------------------------- hooks/post-receive -- main Koha release repository