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

The branch, new/enh/bug_5508 has been created
        at  5bc49fe9ebada6642865175b83b9d299a11e8793 (commit)

- Log -----------------------------------------------------------------
commit 5bc49fe9ebada6642865175b83b9d299a11e8793
Author: Colin Campbell <colin.campb...@ptfs-europe.com>
Date:   Wed Dec 15 16:39:31 2010 +0000

    Fix supplier loop in serials claims
    
    Wrong parameter was being passed to GetLateOrMissingIssues
    causing incorrect display of count
    Remove superfluous loop creating array we dont use
    No need to sort a sorted array

commit 9bfcf01abdaa52f89d41893c44dfe74980cd1252
Author: Henri-Damien LAURENT <henridamien.laur...@biblibre.com>
Date:   Mon Jun 7 11:13:10 2010 +0200

    MT3801: Serials not received issues cannot be claimed
    
    waiting issues which where planned for an old date were not "claimable"
    This also fixes a bug from commit
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 63a8c5bc9df7585ac4e5796e9f1a62f25f52ebb0
Author: Henri-Damien LAURENT <henridamien.laur...@biblibre.com>
Date:   Mon Nov 1 22:15:05 2010 +1300

    MT3801 followup : Cannot claim for issues
    
    was missing an opening (
    Adding test script
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 78038d3cf6816fe9cb001f7edddebf83592df3e6
Author: Paul POULAIN <paul.poul...@biblibre.com>
Date:   Fri Oct 29 04:32:02 2010 +0200

    fixing unopened closed tmpl_if
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit c401514b9546f14df3be6f9740b94b323c21cd0e
Author: Paul POULAIN <paul.poul...@biblibre.com>
Date:   Thu Sep 23 09:06:43 2010 +0200

    MT2743 : add filter on subscription branch to subscription claims
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 73a140b509b23a9bd097342f13f6dee12add1c7b
Author: Paul POULAIN <paul.poul...@biblibre.com>
Date:   Thu Sep 9 20:37:29 2010 +0200

    some display changes in subscription add
    
    - removing librarian line
    - displaying subscription number only if it's a modif
    - some minor html tag changes
    - putting month length on top, as default for subscription duration (it's 
from far the most usual case)
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 2f9c8293c8cd74283a7468adbe15e14441e15b26
Author: Paul POULAIN <paul.poul...@biblibre.com>
Date:   Thu Sep 9 20:35:49 2010 +0200

    adding some javascript strings for translator
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 43bfa4030748423cc5a285edb17879d29bca5db7
Author: Paul POULAIN <paul.poul...@biblibre.com>
Date:   Thu Sep 9 20:03:58 2010 +0200

    minor change: reordering branch/location/callnumber display
    
    it's more logical to have branch first, then location, then callnumber 
(from general to specific)
    Previously, it was location/callnumber/branch
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit ff36d256b70cd1a9fbc38816313964f3187621d9
Author: Jean-André Santoni <jeanandre.sant...@biblibre.com>
Date:   Tue Aug 24 14:48:46 2010 +0200

    (bug #4363) Fix subscription search error when no results
    
    There was a template param assignment before template is loaded.
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 01e4b668caa41faaaad01b18a2e30cb7bebf8252
Author: Christophe Croullebois <christophe.croulleb...@biblibre.com>
Date:   Thu Aug 12 17:57:01 2010 +0200

    (MT #4108) Notes in serial
    
    The public and nonpublic notes was redundant with two areas in the page, 
one was inactive, and in edit subscription page, the subscription history area 
had two redundant blocks for notes, this fix it.
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit ba8a2c7e8ad871958c3c1b27536a3f3d922f2cbe
Author: Alex Arnaud <alex.arn...@biblibre.com>
Date:   Wed Aug 11 09:58:04 2010 +0200

    (MT4068) Display callnumber & location in serials-collection.pl & 
serials-edit.pl.
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 5fbcf225a491dcfd400054e0c6a8b0ec6a8d99bc
Author: Matthias Meusburger <matthias.meusbur...@biblibre.com>
Date:   Mon Jul 5 17:38:19 2010 +0200

    MT3802: Patron notification is not correctly shown in subscription 
modification
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 44560fc73c7481334aaf6165430659ff6903dd87
Author: Paul Poulain <paul.poul...@biblibre.com>
Date:   Thu Jun 24 14:48:25 2010 +0200

    Editing help for subscription-add
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit c7effbe20900edb883501db7be77698fe4b92945
Author: Henri-Damien LAURENT <henridamien.laur...@biblibre.com>
Date:   Tue Jun 8 10:20:27 2010 +0200

    MT3667 followup MT3811 : unexpected issues not stored
    
    As a consequence of previous MT3667 patch, the subscriptionid list was 
processed.
    And unfortunately, since array order is the only relevant information from 
HTML processing,
    it caused subscriptionid to be null for a double edition.
    This patch only uses uniq for serials-collection and when passing 
information to serials-collection page.
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 2f318ab84189edf79ad8842601abef93849fa422
Author: Henri-Damien LAURENT <henridamien.laur...@biblibre.com>
Date:   Mon Jun 7 16:20:12 2010 +0200

    MT3801: Serials not received issues cannot be claimed
    
    position problem for claimst table
    the table was displayed at right handside of the window
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit fc725ae6435cbd8dce3be4f92303c308a975779b
Author: Henri-Damien LAURENT <henridamien.laur...@biblibre.com>
Date:   Thu May 20 20:54:59 2010 +0200

    MT3667 : multiple display of same subscription
    
    The same subscription would be displayed multiple times when coming from 
serials-edit.
    This patch fixes that problem
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 36e766aa4ad1bbd042547cd7c8d791ef5240706b
Author: Henri-Damien LAURENT <henridamien.laur...@biblibre.com>
Date:   Fri May 7 18:52:40 2010 +0200

    merge problem

commit 99c0d2bf74d67c9cb08a657ec547d6d689bd69ca
Author: Nahuel ANGELINETTI <nahuel.angeline...@biblibre.com>
Date:   Tue Mar 9 11:25:09 2010 +0100

    (MT #3110) fix repetable titles
    
    This fix in serials search, for repeatables titles.
    Now we use biblionumber to detect repeated serials.
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit dade9a2a24003e90eaf1c21e53992860086fec80
Author: Nicolas Morin <nicolas.mo...@biblibre.com>
Date:   Tue Mar 2 10:26:06 2010 +0100

    correct vocabulary
    
    in GUI, changes technical vocab like "string" to proper user-friendly terms 
like "Title"
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit b833e0a70d43349c9b571154054faa0e3a6cfcf5
Author: Jean-André Santoni <jeanandre.sant...@biblibre.com>
Date:   Mon Feb 22 12:56:37 2010 +0100

    Fixed a bug about hidden checkboxes in claims
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 159c586b3c82cdf5bc52aa46c1326e9c06681212
Author: Jean-André Santoni <jeanandre.sant...@biblibre.com>
Date:   Mon Feb 22 12:53:48 2010 +0100

    Added table filter to claims.tmpl
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 0efaa6a41cfb2fbd401b1bffdec7714fd9db7051
Author: Jean-André Santoni <jeanandre.sant...@biblibre.com>
Date:   Mon Feb 22 11:54:10 2010 +0100

    Replaced CGI dropdown box call wich is deprecated
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit df6283ffe9f19bf64c5608bdc13ee76b9afdd78c
Author: Jean-André Santoni <jeanandre.sant...@biblibre.com>
Date:   Mon Feb 22 10:50:16 2010 +0100

    Fixed the checkall checkbox
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 04dbd152f890f14ef4424dd334e9294a723f9f7b
Author: Henri-Damien LAURENT <henridamien.laur...@biblibre.com>
Date:   Tue Feb 23 08:56:27 2010 +0100

    (MT 3035) subscription created expired
    
    Subscription expiration date was not calculated on creation of a 
subscription
    (cherry picked from commit 263e9217c8cd736924f66d699981949e29b4c200)
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 34673bf4efcad5746e16a1bf29d849b024497dd1
Author: Jean-André Santoni <jeanandre.sant...@biblibre.com>
Date:   Fri Feb 26 12:32:53 2010 +0100

    Checks serials item form
    
    Signed-off-by: Colin Campbell <colin.campb...@ptfs-europe.com>

commit 12100e13e4cb929f772ab72a69304ec4d7c39a83
Author: Colin Campbell <colin.campb...@ptfs-europe.com>
Date:   Wed Dec 15 11:01:00 2010 +0000

    Add jquery.uitablefilter.js
    
    Add jquery plugin included in a number of templates modified by biblibre
    Add as a separate commit rather than as part of a feature patch
    as we may be merging out of sequence

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


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to