[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-174-g9abfb7a

Git repo owner gitmaster at git.koha-community.org
Fri Nov 1 01:09:51 CET 2013


This is an automated email from the git hooks/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  9abfb7a7645388b159bfb0a249d98f9fe29cde1f (commit)
       via  effd8f55f6fcc1d2c33bb2d0310dbbc42cda341e (commit)
       via  a24debb1507e35fa8edd41831880394e0c059600 (commit)
       via  f86a16182b859063d21118002a8be936ff692b12 (commit)
       via  0313856d9a1a9c0c002da0aead8c8516b51e1c11 (commit)
      from  8ae61b6a2a6b2c6e27f33d1d32e1849265782530 (commit)

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

- Log -----------------------------------------------------------------
commit 9abfb7a7645388b159bfb0a249d98f9fe29cde1f
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Nov 1 00:25:08 2013 +0000

    Bug 7684: (follow-up) fix UTF-8 encoding problems in CSV export
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit effd8f55f6fcc1d2c33bb2d0310dbbc42cda341e
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Nov 1 00:17:35 2013 +0000

    Bug 7684: (follow-up) use datatables.inc
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a24debb1507e35fa8edd41831880394e0c059600
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Oct 11 16:29:34 2013 +0200

    Bug 7684: (follow-up) fix crash when generating the CSV
    
    The cgi argument in missing for routine
    C4::Reports::Guided::_get_column_defs. It causes a crash on generating
    the CSV file.
    
    Signed-off-by: Koha Team Amu <koha.aixmarseille at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit f86a16182b859063d21118002a8be936ff692b12
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Jun 6 14:37:19 2013 +0200

    Bug 7684: QA Followup and bugfixes
    
    This followup fixes some QA issues:
    - replace the MySQLism SQL_CALC_FOUND_ROWS
    - use Koha::DateUtils instead of C4::Dates
    - replace "branch" and "location" with "library"
    - fixe wrong capitalisation on "Clear all" and "Select all"
    
    and fixes some behaviors:
    - the inventory tools can be used without barcode file (fixed for the
      csv export too).
    - mark as not scanned a non scanned item.
    - update the datelastseen 1 time per biblio (and fixes the displayed
      count)
    
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: Koha Team Amu <koha.aixmarseille at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0313856d9a1a9c0c002da0aead8c8516b51e1c11
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Thu Aug 23 16:02:52 2012 +0200

    Bug 7684: multiple fixes for inventory
    
    * when a file was uploaded and the comparison with catalogue range
     requested, the comparison was wrong: the logic was wrong
    * items that were not supposed to be scanned (ie: supposed to be on another shelf)
      didn't had the author and title, it was hard to retrieve them on the shelved
    * some useful fields were missing, like homebranch, location, status
    * the CSV export contained all the item information. It should contain the same
       informations as the screen
    
    Behaviour now:
       * scan a list of barcode & select a range of location
       * if a barcode has been scanned and should not be (misplaced item),
           the information is displayed
       * if you choose "compare barcodes list to result option", the
         resulting list contains all items that have been scanned and those
         that were supposed to be. Any item not in both list appears with a
         specific message on the last column
    
    Signed-off-by: Leila <koha.aixmarseille at gmail.com>
    Signed-off-by: Koha Team Amu <koha.aixmarseille at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Items.pm                                        |   55 ++--
 C4/Templates.pm                                    |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/columns.def        |    1 +
 .../prog/en/modules/tools/inventory.tt             |  260 +++++++++--------
 tools/ajax-inventory.pl                            |   23 ++
 tools/inventory.pl                                 |  301 ++++++++++++++------
 6 files changed, 418 insertions(+), 224 deletions(-)
 create mode 100755 tools/ajax-inventory.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list