[koha-commits] main Koha release repository branch 3.6.x updated. v3.06.06-31-gdbd614c

Git repo owner gitmaster at git.koha-community.org
Fri Jul 13 14:42:41 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.6.x has been updated
       via  dbd614c3559b009d099c59ca879f378cafa8e826 (commit)
       via  21e0dc6f99d9699712da8f1b1d2d76a31e17a6b3 (commit)
       via  2e8e85ba054583fda129af8198abd1c008a2a12b (commit)
       via  315329693185924ea09b0f21d7b3853543020edb (commit)
       via  1e91ea43d1e12b165dd0d26eece6c257c46a1f44 (commit)
       via  86e928c265dc19c08f701c4bc3e737834dcb9c38 (commit)
       via  64a483b0dcb451ec264d1a1bb8a92d331779eaae (commit)
       via  e87270a2d53f35454c92c2fa69c5baab354287a8 (commit)
       via  859b7e8625d9c45eb419870c07cb11a909566f06 (commit)
       via  234a97e35d28f8138a099059fed2967178f9e46f (commit)
       via  5ad9b11fd17b4bc1839c3f99a2c22a9e72eaadf9 (commit)
       via  7427897be20a43c43e5f0199373f15724cda7bd1 (commit)
       via  6a20d16fc3559d866250505eae31bab6d4836cac (commit)
       via  0fee051f73c47c1d315a0e1322df4ed4d29d8904 (commit)
       via  27fa0ecd1517ed5898aa03cda794236744a4e45f (commit)
       via  c40e1e090050c427585bbdfafd04d182d5bb1679 (commit)
       via  c8d2dda4963e897796c03f21f1b99303d551502a (commit)
       via  898ffc99e079f267365c73792361404a7c919cf5 (commit)
       via  446fa45d45b8f70a099b4d89ed28c79aff4c4bca (commit)
       via  522b4bcfea6a4bfc92155c465da40212e9e953bd (commit)
       via  e6e59792725daccf675aaade0a794a78ae8348c4 (commit)
       via  7fcca683ffdaadfd03a64ad441bc72c746a60286 (commit)
       via  f6e479f47dbf73ceba974aff149e4a7239f224fe (commit)
       via  67658bfa92099607b810eacfcf696d5d2f323914 (commit)
       via  938a9ee392b2b991c96fa56992d6287233e1ac9a (commit)
       via  8ff776091aa10a6719ae61ac11b7872a91bd222a (commit)
       via  fc63d3e0b8e5b3b180d3da9ee3fdae706ac8645d (commit)
       via  eabaff3004813401e62270675c385acfb3969973 (commit)
       via  a10059d31116ffe021c8e7faafc7fe2d694b8595 (commit)
       via  860f5e19978e36cca17cf7eed09b24743ba50cfc (commit)
       via  332df5f0352a16478cc9b587c590765baaf2e75e (commit)
      from  2bb8793cc9560f7e9a5a5c824af2b3985fbe5133 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dbd614c3559b009d099c59ca879f378cafa8e826
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sat Jun 9 19:20:52 2012 +0100

    Bug 7548: Missing arguments when receiving orders
    
    Patch redone for 3.6.x to fix TT scoping problems and taking care
    of changed variable names (booksellerid vs supplierid).
    
    To test:
    Check pagination works correctly when receiving orders.
    Invoice number and date received should always appear in your URL
    and be shown at the top of the website.
    
    Signed-off-by: MJ Ray <mjr at phonecoop.coop>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 21e0dc6f99d9699712da8f1b1d2d76a31e17a6b3
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Sun Jun 10 14:52:08 2012 +0100

    Bug 8201: Receive date not passed through correctly
    
    Separate patch for 3.6.x because variable name got changed between versions.
    (supplieried instead of booksellerid)
    
    Signed-off-by: MJ Ray <mjr at phonecoop.coop>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 2e8e85ba054583fda129af8198abd1c008a2a12b
Author: MJ Ray <mjr at phonecoop.coop>
Date:   Wed Apr 4 10:23:06 2012 +0100

    bug 7894 [SIGNED-OFF]: crude fix: convert results array into an arrayref
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    This patch fixes the problem with the first record on the second
    page, but there is still a problem with the next/previous links,
    as described in comments 3 and 4 in the bug report. I'm signing
    off since it's unclear wether that problem is directly linked to
    the "first record on the second page" problem, and a partial fix
    seems better than no fix at all.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 315329693185924ea09b0f21d7b3853543020edb
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Fri Jun 1 08:10:21 2012 +0100

    Bug 8176 [SIGNED-OFF] Assign an intial value to $sqlwhere
    
    warnings in log because of undefined value in
    string concatenation
    variable should be initialized to empty string rather
    than left undefined
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Removes a warning in logs
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 1e91ea43d1e12b165dd0d26eece6c257c46a1f44
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Aug 18 16:48:44 2011 +0100

    Bug 3638 : Captured Holds may need to generate a transfer
    
    If a discharged item is captured for a hold at another branch
    the selfcheck should generate a branchtransfer for it.
    This was complicated as the checkin routine was setting its own
    location from a field not set in many scm machines (e.g. 3M)
    also in ILS::Transaction the test for location was incorrect
    assuming that an empty string or undefined was a valid location
    
    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>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 86e928c265dc19c08f701c4bc3e737834dcb9c38
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Jul 4 16:44:16 2011 +0100

    Bug 3638 Self Check Should Capture Hold Items
    
    Shelf Check was receiving messages saying item was wanted
    for a hold but the item was discharged to the shelf
    not associated with the hold or transited to
    the pickup location. The message was also being sent
    on discharge of items when a suitable item had already
    been captured.
    Checkin now associates the item with the hold and sets
    the appropriate data for a correct checkin response
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 64a483b0dcb451ec264d1a1bb8a92d331779eaae
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Mon May 14 13:48:53 2012 +1200

    Bug 8082: Fixing circulation.pref to match reality for IssuingInProcess
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    passes tests, changes are as advertised.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit e87270a2d53f35454c92c2fa69c5baab354287a8
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Tue Jun 5 15:54:50 2012 +0200

    Welcome to Piotr Kowalski, that is 183th
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 859b7e8625d9c45eb419870c07cb11a909566f06
Author: Piotr Kowalski <kolpen at o2.pl>
Date:   Mon May 28 21:50:49 2012 +1200

    Bug 8116 : Fixing warn in error log
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 234a97e35d28f8138a099059fed2967178f9e46f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed May 16 12:44:56 2012 -0400

    Bug 8111 - Language chooser display problem in self-checkout
    
    - Adds required JavaScript and JavaScript linked files
    - Updates CSS with changes relevant to this feature which had
      been made to the main CSS file.
    - Removes an image file which has been made obsolete now that
      sco.css uses the main image sprite like opac.css does.
    
    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>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 5ad9b11fd17b4bc1839c3f99a2c22a9e72eaadf9
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon May 28 19:27:45 2012 -0400

    Bug 7847: OPAC search dies with Plack
    
    Due to a dependency cycle between C4::Search and C4::Items, searches
    in the OPAC die spectacularly under Plack. This counter-patch extends
    dpavlin's solution and replaces use with require for C4::Search in
    C4::Items and for C4::Items in C4::Search.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 7427897be20a43c43e5f0199373f15724cda7bd1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue May 22 14:42:42 2012 -0400

    Bug 7599 - [SIGNED-OFF] Cart JavaScript contains untranslatable English strings
    
    To simplify the sentence structure for better translation flexibility
    the message now reads:
    
    "Item in your cart: " + number
    
    Fixed in both OPAC and staff client, although I'm not sure
    the message is actually triggered in the staff client.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Strings become translatable
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 6a20d16fc3559d866250505eae31bab6d4836cac
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed May 23 07:43:59 2012 -0400

    Bug 8140 - [SIGNED-OFF] Error when exporting label xml
    
    It appears that the name of a variable was changed,
    but the declaration of said variable was not.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 0fee051f73c47c1d315a0e1322df4ed4d29d8904
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Mon May 21 20:06:36 2012 +1200

    Bug 4330 : Adding copyright headers and fixing FSF addresses
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 27fa0ecd1517ed5898aa03cda794236744a4e45f
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Mon May 21 11:03:21 2012 +1200

    Bug 4330 : Fixing FSF address and copyright headers for acqui/
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit c40e1e090050c427585bbdfafd04d182d5bb1679
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Sun May 20 22:30:41 2012 +1200

    Bug 4330 : Adding missing license statement
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit c8d2dda4963e897796c03f21f1b99303d551502a
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Sun May 20 22:27:29 2012 +1200

    Bug 4330 Fixing FSF statements
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 898ffc99e079f267365c73792361404a7c919cf5
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Sun May 20 22:14:04 2012 +1200

    Bug 4330 : Fixing FSF address and copyright statements
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 446fa45d45b8f70a099b4d89ed28c79aff4c4bca
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Sun May 20 21:55:55 2012 +1200

    Bug 4330 : Fixing FSF address and copyright headers
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 522b4bcfea6a4bfc92155c465da40212e9e953bd
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon May 28 17:36:32 2012 +0200

    Bug 8144 - 775 tag in the MARC record causes display issue
    
    Fixing XSL template in the OPAC and staff client following
    recommendations by Jared.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Fixes the markup and correctly displays 775 notes.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit e6e59792725daccf675aaade0a794a78ae8348c4
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Mon May 28 11:29:28 2012 +0200

    Welcome to the 182th commiter !
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 7fcca683ffdaadfd03a64ad441bc72c746a60286
Author: Simon Story <simon.story at catalyst-eu.net>
Date:   Fri Nov 18 14:52:09 2011 +0000

    Bug 6684: Fixes to koha-remove
    
    Fixes bugs 6684 6997 4880:
    6684 koha-remove should check the number of arguments it gets
    6997 koha-remove leaves system in inconsistent state if there is an error
    4880 koha-remove sometimes fails because user is logged in
    
    Amended by chrisc at catalyst.net.nz
    Trying to resolve conflicts.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Rebased on top of bug 7924.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit f6e479f47dbf73ceba974aff149e4a7239f224fe
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon May 14 08:22:14 2012 -0400

    Bug 8080 - login and password is pre-filled by the browser when creating a new patron
    
    When creating a new patron, if you have chosen to let your browser remember your
    login and password for you, the login and password fields will be pre-filled with
    them, leading to a systematic error "the passwords entered do not match" since
    the second password field was not filled. These fields should be blank.
    
    Add the directive autocomplete="off" to the memberentry form tags.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    passes t xt
    enhances usability of password forms, gets my signoff.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 67658bfa92099607b810eacfcf696d5d2f323914
Author: Amit Gupta <amit.gupta at osslabs.biz>
Date:   Tue May 22 16:02:31 2012 +0530

    Bug 5795 Update the database as follow-up If sys pref
    
    ReservesControlBranch has null then update the table to
    insert a PatronLibrary as value
    
    To Test:
    1) Go to mysql use koha database
    2) select * from systempreferences where variable = 'ReservesControlBranch'; Check if value set to ItemHomeLibrary.
    +-----------------------+-----------------+-------------------------------+-------------------------------------------------+--------+
    | variable              | value           | options                       | explanation                                     | type   |
    +-----------------------+-----------------+-------------------------------+-------------------------------------------------+--------+
    | ReservesControlBranch | PatronLibrary   | ItemHomeLibrary|PatronLibrary | Branch checked for members reservations rights. | Choice |
    +-----------------------+-----------------+-------------------------------+-------------------------------------------------+--------+
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Conflicts:
    
    	installer/data/mysql/updatedatabase.pl
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Fixed for 3.8.x
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 938a9ee392b2b991c96fa56992d6287233e1ac9a
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Apr 14 13:12:54 2012 +0200

    Bug 5795 [SIGNED-OFF] - Missing ReservesControlBranch system pref in database installer
    
    sysprefs.sql file was missing ReservesControlBranch.
    
    To test:
    1) Create a new installation and check sysprefs.sql loads correctly.
    2) Check ReservesControlBranch shows up correctly in the sys pref editor.
    3) Check sys pref can be edited and new value saves correctly.
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    - Line is added at the end of installer/data/mysql/sysprefs.sql
    - Tested Line diretly in MySQL with a systempreferences table where variable 'ReservesControlBranch' was missing. Data inserted correctly.
    - Syspref shows up in Staff client
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    - Fixed merge conflict
    
    Conflicts:
    
    	installer/data/mysql/sysprefs.sql
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    - Tidied for 3.8.x
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 8ff776091aa10a6719ae61ac11b7872a91bd222a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Mar 29 09:54:38 2012 -0400

    Bug 3521 - Items table in catalogue/detail.pl and cataloguing/additem.pl is sorted nonsensically
    
    Based on patch submitted by Ian Walls
    
    Items were sorted by branch, then date accessioned, in GetItemsInfo.  While this can be
    helpful in some circumstances, more often it is useful for items to be sorted first by
    their enumchron (volume/issue, if applicable) then by their copy number.  This patch changes the
    sort on GetItemsInfo to branch, enumcrhon, copynumber then date accessioned.
    
    As sorting on copynumber will be incorrect based on standard sorting ( e.g. 1, 10, 2, 20 ),
    the copynumber is now padded with leading zeros to correct the sorting ( e.g. 01, 02, 10 20 ).
    This function appears to be a standard SQL function and not a mysql-ism. I have verfified
    that is available in MySQL, Postgres, and Oracle.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Passed t xt
    
    Item sorts appear to be correct to me based on the rubric of branch, enumchron, copynumber, then date accessioned.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit fc63d3e0b8e5b3b180d3da9ee3fdae706ac8645d
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Apr 12 11:16:20 2012 -0400

    Bug 7948 - Printing transfer slip loses barcode field focus
    
      * Refocus on barcode field after running Dopop()
      * Cleaned up javascript, removed tabs
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    passes t xt
    works as advertised.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit eabaff3004813401e62270675c385acfb3969973
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Apr 14 14:43:32 2012 +0200

    Bug 7604 - Link on basket group name for closed basket groups is broken
    
    Fixes the intended behaviour of the link on the basket group name
    for closed basket groups by adding a missing '='.
    
    Clicking the link will reopen the basket group.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit a10059d31116ffe021c8e7faafc7fe2d694b8595
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Apr 24 16:43:56 2012 +1200

    Bug 8001: [SIGNED-OFF] improve styling potential of the tag list
    
    This adds the class name "tagterm" to the terms in the list of a user's
    tags in the OPAC, allowing them to be seperately styled.
    
    signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 860f5e19978e36cca17cf7eed09b24743ba50cfc
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 17 10:52:31 2012 -0500

    Bug 7496 - Personally identifying information sent in opac user TITLE
    
    Removing patron name from OPAC page <title> tags. Making
    some other minor changes to improve <title> clarity and consistency.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    titles appear to be consistent
    passes prove xt
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    (cherry picked from commit aba25db7615d0c46fa33930022ad37c775f7a572)

commit 332df5f0352a16478cc9b587c590765baaf2e75e
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed Jul 11 07:43:41 2012 -0400

    Add sponsor list to 3.6.x
    
    Sponsored-by: Los Gatos Public Library
    Sponsored-by: NEKLS
    Sponsored-by: East Brunswick Public Library
    Sponsored-by: Athens County Public Libraries
    Sponsored-by: Horowhenua Library Trust
    Sponsored-by: Halton Borough Council
    Sponsored-by: South Taranaki District Council
    Sponsored-by: Arcadia Public Library

-----------------------------------------------------------------------

Summary of changes:
 C4/Category.pm                                     |    9 ++-
 C4/Creators.pm                                     |   17 +++++
 C4/Dates.pm                                        |   10 ++-
 C4/ItemCirculationAlertPreference.pm               |    8 ++-
 C4/ItemType.pm                                     |    9 ++-
 C4/Items.pm                                        |    3 +-
 C4/Message.pm                                      |   20 +++++
 C4/SIP/ILS.pm                                      |    2 +-
 C4/SIP/ILS/Item.pm                                 |   30 ++++++---
 C4/SIP/ILS/Transaction/Checkin.pm                  |   26 ++++++-
 C4/SIP/Sip/MsgType.pm                              |   15 ++---
 C4/SMS.pm                                          |    8 ++-
 C4/Scrubber.pm                                     |   11 ++-
 C4/Search.pm                                       |    9 ++-
 C4/Serials.pm                                      |    2 +-
 C4/TTParser.pm                                     |   18 +++++
 C4/Tags.pm                                         |   10 ++-
 C4/TmplToken.pm                                    |   18 +++++
 C4/TmplTokenType.pm                                |   17 +++++
 C4/Utils.pm                                        |   18 +++++
 acqui/histsearch.pl                                |    8 +-
 acqui/lateorders.pl                                |    9 ++-
 acqui/newordersuggestion.pl                        |   10 ++-
 cataloguing/z3950_search.pl                        |    2 +-
 debian/scripts/koha-remove                         |   35 ++++++++--
 docs/history.txt                                   |    2 +
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |    9 +++
 .../prog/en/includes/doc-head-close.inc            |    1 +
 koha-tmpl/intranet-tmpl/prog/en/js/basket.js       |    4 +-
 .../prog/en/modules/acqui/basketgroup.tt           |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |    4 +-
 .../en/modules/admin/preferences/circulation.pref  |    4 +-
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |   68 +++++++++---------
 .../prog/en/modules/members/memberentrygen.tt      |    4 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |    9 ++-
 koha-tmpl/opac-tmpl/prog/en/css/sco.css            |   74 ++++++++++++++------
 .../opac-tmpl/prog/en/includes/doc-head-close.inc  |    3 +
 koha-tmpl/opac-tmpl/prog/en/js/basket.js           |    4 +-
 .../opac-tmpl/prog/en/modules/opac-account.tt      |    2 +-
 .../opac-tmpl/prog/en/modules/opac-messaging.tt    |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-passwd.tt |    2 +-
 .../opac-tmpl/prog/en/modules/opac-privacy.tt      |    2 +-
 .../prog/en/modules/opac-readingrecord.tt          |    2 +-
 .../opac-tmpl/prog/en/modules/opac-reserve.tt      |    2 +-
 .../prog/en/modules/opac-search-history.tt         |    2 +-
 .../opac-tmpl/prog/en/modules/opac-shelves.tt      |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-tags.tt   |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt   |    5 +-
 .../opac-tmpl/prog/en/modules/opac-userdetails.tt  |    2 +-
 .../opac-tmpl/prog/en/modules/opac-userupdate.tt   |    5 +-
 .../opac-tmpl/prog/en/modules/sco/sco-main.tt      |   33 +++++++++
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |    9 ++-
 koha-tmpl/opac-tmpl/prog/images/more-up-arrow.gif  |  Bin 66 -> 0 bytes
 labels/label-create-xml.pl                         |    2 +-
 opac/changelanguage.pl                             |    6 +-
 opac/errors/400.pl                                 |    6 +-
 opac/errors/401.pl                                 |    6 +-
 opac/errors/402.pl                                 |    6 +-
 opac/errors/403.pl                                 |    6 +-
 opac/errors/404.pl                                 |    6 +-
 opac/errors/500.pl                                 |    6 +-
 opac/maintenance.pl                                |    6 +-
 opac/oai.pl                                        |   18 +++++
 opac/opac-account.pl                               |   11 ++--
 opac/opac-basket.pl                                |    6 +-
 opac/opac-changelanguage.pl                        |    6 +-
 opac/opac-detail.pl                                |    3 +-
 opac/opac-main.pl                                  |    6 +-
 opac/opac-mymessages.pl                            |    8 ++-
 opac/opac-passwd.pl                                |    6 +-
 opac/opac-privacy.pl                               |    6 +-
 opac/opac-readingrecord.pl                         |    6 +-
 opac/opac-reserve.pl                               |    9 ++-
 opac/opac-sendbasket.pl                            |    8 ++-
 opac/opac-suggestions.pl                           |    6 +-
 opac/opac-user.pl                                  |    6 +-
 opac/sco/help.pl                                   |   16 ++++
 reports/itemslost.pl                               |    9 ++-
 reports/reports-home.pl                            |   10 ++-
 reports/stats.screen.pl                            |    9 ++-
 81 files changed, 553 insertions(+), 231 deletions(-)
 delete mode 100644 koha-tmpl/opac-tmpl/prog/images/more-up-arrow.gif


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list