[koha-commits] main Koha release repository branch master updated. v16.05.00-1228-g6b8f703

Git repo owner gitmaster at git.koha-community.org
Fri Oct 28 13:57:50 CEST 2016


This is an automated email from the git hooks/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  6b8f703364c8dcd9a263e9f77596ca0fba1a1bc4 (commit)
       via  7e619055e697d7d4da2f1082094b8d3ca8a9cb33 (commit)
       via  bab92d51e56ade24c89087ded6163ffa43f53915 (commit)
       via  13a528f2f3a3630239cc804cd3dcf214cc3412f1 (commit)
       via  916e9f4619229da80d7d8c45cecb77fc7db61816 (commit)
       via  9934dae30d19f48e254c8eb1751d051c32f17b4a (commit)
       via  d620bbc8872e9d1737d3d045839c1b1f793802fc (commit)
       via  a3d5b6cd666a8418938ace6507174a054dd7c3f5 (commit)
       via  babc6fbfe9e3ea8ac960609538dfb45da2e79ed9 (commit)
       via  3b6692bd9500c52ca98a5e007fc20e98806a6255 (commit)
      from  2354e41b6191d44be1d1e9e8830359335b3b87d6 (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 6b8f703364c8dcd9a263e9f77596ca0fba1a1bc4
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Oct 26 18:31:06 2016 +0200

    Bug 7679: Follow-up to fix group by hour
    
    Grouping by hour does not work with the collates.
    This patch removes them after talking to Julian on IRC.
    
    This partially reverts one of the earlier patches:
    Bug 7679: Display all table headers (case and accent
     sensitive)
    
    One could argue that this is more of a data problem,
    than something we should fix/'hide' with code.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7e619055e697d7d4da2f1082094b8d3ca8a9cb33
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Oct 26 17:41:49 2016 +0200

    Bug 7679 - Follow-up for terminology
    
    Patch changes "Library" to "Issuing library" and
    "Patron branch" to "Patron library".
    
    It also changes the text of the filters to match
    the terms and spelling on the form itself.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit bab92d51e56ade24c89087ded6163ffa43f53915
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Sep 1 17:22:00 2014 +0200

    Bug 7679: Display all table headers (case and accent sensitive)
    
    It appears that we can't assume that a lowercase word is equivalent to
    the same word in uppercase (or a mix of lowercase and uppercase
    letters). And this is also true about accented words.
    So display all values even if they differ only by case or by their
    accents.
    This means that:
    - "foobar" and "Foobar" will be in two separate rows/columns
    - "Etudiant" and "Étudiant" (french) will be in two separate
      rows/columns too
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 13a528f2f3a3630239cc804cd3dcf214cc3412f1
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Mar 24 11:56:58 2014 +0100

    Bug 7679: Various fixes for circulation statistics wizard
    
    - use SQL TRIM functions to avoid having '' and ' ' considered as
      different values
    - use Text::Unaccent to remove accents from columns or rows values when
      accessing %table. This is required as MySQL consider as equals two
      strings that differ only by their accents when using GROUP BY clause.
    - Exclude '' values from the list of columns or rows. Otherwise we could
      have a row 'UNKNOWN VALUE' and a row 'NULL' which both have the same
      values in their cells.
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 916e9f4619229da80d7d8c45cecb77fc7db61816
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Feb 19 12:44:29 2014 +0100

    Bug 7679: Fix two SQL queries when using patron attributes
    
    and remove some Perl warnings
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9934dae30d19f48e254c8eb1751d051c32f17b4a
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Feb 5 15:40:34 2014 +0100

    Bug 7679: Fix several bugs in circulation statistics wizard
    
    - Display values in NULL columns/rows
    - Display columns/rows that contain values only in NULL rows/columns
    - "To" filter in period row should be inclusive (YYYY-MM-DD should be
      YYYY-MM-DD 23:59:59)
    - Make it possible to use only the "To" filter in period row (actually
      it results in DBI error (2 bind variables instead of 1))
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d620bbc8872e9d1737d3d045839c1b1f793802fc
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Nov 6 08:47:13 2013 +0100

    Bug 7679: Group different case values in the same row/column
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a3d5b6cd666a8418938ace6507174a054dd7c3f5
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Apr 29 15:07:49 2013 +0000

    Bug 7679: Fix criteria display
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit babc6fbfe9e3ea8ac960609538dfb45da2e79ed9
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Oct 29 16:20:36 2012 +0100

    Bug 7679: Followup: circulation statistics wizard improvements
    
    Signed-off-by: Brendan <brendan at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3b6692bd9500c52ca98a5e007fc20e98806a6255
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Aug 8 17:02:19 2012 +0200

    Bug 7679: circulation statistics wizard improvements
    
    - Add patron branch to the list of possible rows, columns, and filters
    - Add extended patron attributes to the list of possible rows, columns,
      and filters
    - Allow to group period by hour
    - Allow to translate filter names
    
    NOTE: Removed signed off, since I believe I have dealt with the conflicts.
          Retesting required. Found some comments C4::Date that I missed.
          line prepatch 194/ postpatch 233 seems to be where the major
          conflict is.
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/reports/issues_stats.tt        |  104 ++-
 reports/issues_stats.pl                            |  824 ++++++++++++--------
 2 files changed, 579 insertions(+), 349 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list