koha-ffzg.git
11 years agoMerge branch 'dev/stetienne' into dev/itt itt_maj_130408
Fridolyn SOMERS [Thu, 4 Apr 2013 15:31:24 +0000 (17:31 +0200)]
Merge branch 'dev/stetienne' into dev/itt

11 years agoMerge dev/solr into dev/stetienne stetienne_maj_130408
Fridolyn SOMERS [Thu, 4 Apr 2013 14:59:25 +0000 (16:59 +0200)]
Merge dev/solr into dev/stetienne

11 years agoMerge remote-tracking branch 'origin/solr/MIN/MT10986' into dev/solr
Fridolyn SOMERS [Thu, 4 Apr 2013 14:34:09 +0000 (16:34 +0200)]
Merge remote-tracking branch 'origin/solr/MIN/MT10986' into dev/solr

11 years agoMerge remote-tracking branch 'origin/solr/bug/MT11067' into dev/solr
Fridolyn SOMERS [Thu, 4 Apr 2013 14:33:28 +0000 (16:33 +0200)]
Merge remote-tracking branch 'origin/solr/bug/MT11067' into dev/solr

11 years agoMerge remote-tracking branch 'origin/solr/bug/MT8968' into dev/solr
Fridolyn SOMERS [Thu, 4 Apr 2013 14:32:45 +0000 (16:32 +0200)]
Merge remote-tracking branch 'origin/solr/bug/MT8968' into dev/solr

11 years agoMT11194 : fines, notes now stored for 'write off' operations
Adrien Saurat [Tue, 5 Mar 2013 10:06:07 +0000 (11:06 +0100)]
MT11194 : fines, notes now stored for 'write off' operations

The note field was not filled in every case, left empty for
'write off' payments.

11 years agoMT10350: adds itemcallnumber to waiting holds
Adrien Saurat [Thu, 13 Dec 2012 16:15:24 +0000 (17:15 +0100)]
MT10350: adds itemcallnumber to waiting holds

On the patron page, the waiting holds list now
displays the itemcallnumber after the author name.

11 years agoMerge remote-tracking branch 'origin/solr/bug/MIN/MT10351' into dev/solr
Fridolyn SOMERS [Thu, 4 Apr 2013 14:28:03 +0000 (16:28 +0200)]
Merge remote-tracking branch 'origin/solr/bug/MIN/MT10351' into dev/solr

11 years agoMT8968: Fix CanItemBeReserved
Julian Maurice [Tue, 3 Jul 2012 12:47:50 +0000 (14:47 +0200)]
MT8968: Fix CanItemBeReserved

Check if a borrower has already reserved an item.

Fix ILS-DI services HoldTitle and HoldItem :
- Calculate reserve rank
- Pass parameters to AddReserve in the right orders (two parameters were
  missing)

11 years agoMT10356: search on ppn to find duplicate
Koha Team St-Étienne [Thu, 3 Jan 2013 14:48:22 +0000 (15:48 +0100)]
MT10356: search on ppn to find duplicate

11 years agoMT11236: Deleting a subfield deletes entire field in authority editor
Fridolyn SOMERS [Thu, 7 Mar 2013 10:13:39 +0000 (11:13 +0100)]
MT11236: Deleting a subfield deletes entire field in authority editor

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT11012' into dev/solr biblibre-dev-solr
Jonathan Druart [Tue, 26 Feb 2013 08:58:41 +0000 (09:58 +0100)]
Merge remote-tracking branch 'origin/solr/ft/MT11012' into dev/solr

11 years agoImprove error message when translation installation fails
Jonathan Druart [Thu, 21 Feb 2013 10:01:37 +0000 (11:01 +0100)]
Improve error message when translation installation fails

For Translator Manager (myself...). A translation installation may fail because
translator hasn't enter properly string parameters (%s). With this patch, the
message ID is displayed not only the parameter.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
11 years agoMT11067 : add sort order on budgets combobox
Fridolyn SOMERS [Wed, 20 Feb 2013 15:49:23 +0000 (16:49 +0100)]
MT11067 : add sort order on budgets combobox

11 years agoMT10986 : format debarred end date in return page
Fridolyn SOMERS [Fri, 15 Feb 2013 10:33:00 +0000 (11:33 +0100)]
MT10986 : format debarred end date in return page

11 years ago[SOLR] Indexation: Add --from and --to parameters
Jonathan Druart [Mon, 11 Feb 2013 10:40:43 +0000 (11:40 +0100)]
[SOLR] Indexation: Add --from and --to parameters

Allow to call rebuild_solr with --from and/or --to parameters

11 years ago[SOLR] FIX the output for the solr indexation
Jonathan Druart [Mon, 4 Feb 2013 16:33:20 +0000 (17:33 +0100)]
[SOLR] FIX the output for the solr indexation

When C4::Search::Engine::Solr::IndexRecord is called from the
rebuild_solr.pl script we want to display the output for the indexing and
building time.
Before this patch, the building time was never shown at the first pass
and both times were never shown for the last pass.

11 years agoMerge remote-tracking branch 'koha_biblibre/stetienne/ft/MT9392' into dev/stetienne
Julian Maurice [Fri, 1 Feb 2013 08:36:36 +0000 (09:36 +0100)]
Merge remote-tracking branch 'koha_biblibre/stetienne/ft/MT9392' into dev/stetienne

11 years agoMT9392: Fix 'Generate next serial' when no issue has status 'Expected'
Julian Maurice [Wed, 30 Jan 2013 14:18:48 +0000 (15:18 +0100)]
MT9392: Fix 'Generate next serial' when no issue has status 'Expected'

11 years agoMT9392: Fix serialseq generation on subscription creation
Julian Maurice [Wed, 30 Jan 2013 13:41:31 +0000 (14:41 +0100)]
MT9392: Fix serialseq generation on subscription creation

11 years agoMT10351: userid generation when field is empty
Adrien Saurat [Thu, 24 Jan 2013 15:45:44 +0000 (16:45 +0100)]
MT10351: userid generation when field is empty

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.

11 years agoMT9215: pb with member extended attributs search itt_maj_130114
Fridolyn SOMERS [Mon, 14 Jan 2013 14:27:39 +0000 (15:27 +0100)]
MT9215: pb with member extended attributs search

Member search is very specific for ITT.
They dont use it by now so disable extended attributs search.

11 years agoMerge dev/stetienne in dev/itt
Fridolyn SOMERS [Mon, 14 Jan 2013 14:24:20 +0000 (15:24 +0100)]
Merge dev/stetienne in dev/itt

11 years agoMerge dev/solr in dev/stetienne stetienne_maj_130114
Fridolyn SOMERS [Mon, 14 Jan 2013 13:25:55 +0000 (14:25 +0100)]
Merge dev/solr in dev/stetienne

11 years agoMT10696: fix on reserve code
BibLibre [Wed, 5 Dec 2012 13:23:51 +0000 (14:23 +0100)]
MT10696: fix on reserve code

11 years agoMT10567 : rebase MT8330 to dev/solr
Christophe Croullebois [Sat, 26 Nov 2011 17:33:19 +0000 (18:33 +0100)]
MT10567 : rebase MT8330 to dev/solr

Add a checkbox in batchMod.pl to delete biblio
Default checked, this option delete biblio if no more items attached, in Batch item deletion page.

11 years agoMT10113: Multiline borrower notes brakes ajax search
Fridolyn SOMERS [Tue, 11 Dec 2012 17:02:26 +0000 (18:02 +0100)]
MT10113: Multiline borrower notes brakes ajax search

11 years agoMerge remote-tracking branch 'origin/stetienne/ft/MT8761' into dev/stetienne
Julian Maurice [Thu, 13 Dec 2012 08:59:29 +0000 (09:59 +0100)]
Merge remote-tracking branch 'origin/stetienne/ft/MT8761' into dev/stetienne

11 years agoMT9392: Fix generating next serial when there is no 'Expected' issue
Julian Maurice [Tue, 11 Dec 2012 10:16:54 +0000 (11:16 +0100)]
MT9392: Fix generating next serial when there is no 'Expected' issue

Change API of GetNextSeq and GetSeq

11 years agoMT10497: Add log if a record can not be indexed
Jonathan Druart [Mon, 26 Nov 2012 11:00:32 +0000 (12:00 +0100)]
MT10497: Add log if a record can not be indexed

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT10401' into dev/solr
Jonathan Druart [Tue, 13 Nov 2012 10:40:45 +0000 (11:40 +0100)]
Merge remote-tracking branch 'origin/solr/ft/MT10401' into dev/solr

11 years agoMT9180: Remove the column deleteditems.marc
Jonathan Druart [Mon, 5 Nov 2012 14:22:24 +0000 (15:22 +0100)]
MT9180: Remove the column deleteditems.marc

11 years agoMT10401: Add debug logs for BiblioAddAuthorities
Jonathan Druart [Fri, 26 Oct 2012 11:39:38 +0000 (13:39 +0200)]
MT10401: Add debug logs for BiblioAddAuthorities

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT10241' into dev/solr
Jonathan Druart [Fri, 26 Oct 2012 10:19:36 +0000 (12:19 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT10241' into dev/solr

11 years agoMT10401: The '-' link does not work correctly
Jonathan Druart [Fri, 26 Oct 2012 09:27:07 +0000 (11:27 +0200)]
MT10401: The '-' link does not work correctly

To reproduce the issue:
In the cataloguing module, choose a field containing subfield with a
select html element. Click on the '-' link to empty all subfields. Show
your record with the marc view.
A value is set to your subfield.

This patch set an empty value ("") for the select instead of an
undefined value

11 years agoMT10401: FIX OOM caused by BiblioAddAuthorities if fields are empty
Jonathan Druart [Fri, 26 Oct 2012 08:19:27 +0000 (10:19 +0200)]
MT10401: FIX OOM caused by BiblioAddAuthorities if fields are empty

When we modify a 700 or 702 field in a biblio, the routine BiblioAddAuthorities
is executed.
But there was no test if fields are empty. So all authorities in the
Solr index are processed for nothing.
This patch adds a test for each field. If all subfields to test are
empty, the loop skip this field.

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9519' into dev/solr
Jonathan Druart [Fri, 26 Oct 2012 10:01:55 +0000 (12:01 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9519' into dev/solr

11 years agoMerge remote-tracking branch 'origin/stetienne/ft/MT7156' into dev/stetienne
Jonathan Druart [Fri, 26 Oct 2012 10:00:17 +0000 (12:00 +0200)]
Merge remote-tracking branch 'origin/stetienne/ft/MT7156' into dev/stetienne

11 years agoMerge remote-tracking branch 'origin/stetienne/ft/MT5854' into dev/stetienne
Jonathan Druart [Fri, 26 Oct 2012 09:53:07 +0000 (11:53 +0200)]
Merge remote-tracking branch 'origin/stetienne/ft/MT5854' into dev/stetienne

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9544' into dev/solr
Jonathan Druart [Fri, 26 Oct 2012 09:51:19 +0000 (11:51 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9544' into dev/solr

11 years agoMT10083: Patron cardnumber manual creation : suffix length for branch 4
Fridolyn SOMERS [Fri, 5 Oct 2012 14:39:05 +0000 (16:39 +0200)]
MT10083: Patron cardnumber manual creation : suffix length for branch 4

11 years agoMT9756 : Fix navigation on report results when query asks for parameters
Sophie Meynieux [Wed, 20 Jun 2012 15:08:27 +0000 (17:08 +0200)]
MT9756 : Fix navigation on report results when query asks for parameters

    If a report needs parameters and results are larger than one page, parameters where asked each time you wanted to go to another page.

11 years agoMT5854: Make a string translatable in transferorder.tmpl
Julian Maurice [Fri, 5 Oct 2012 14:10:24 +0000 (16:10 +0200)]
MT5854: Make a string translatable in transferorder.tmpl

11 years agoMT9544: Add placeholder to the list of translatable HTML attributes
Julian Maurice [Fri, 5 Oct 2012 14:10:04 +0000 (16:10 +0200)]
MT9544: Add placeholder to the list of translatable HTML attributes

11 years agoMerge branch 'MT9215' into stetienne stetienne_maj_121005
Sophie Meynieux [Fri, 5 Oct 2012 13:39:01 +0000 (15:39 +0200)]
Merge branch 'MT9215' into stetienne

11 years agoMerge branch 'MT10085' into stetienne
Sophie Meynieux [Fri, 5 Oct 2012 13:19:06 +0000 (15:19 +0200)]
Merge branch 'MT10085' into stetienne

11 years agoMerge branch 'MT10252' into stetienne
Sophie Meynieux [Fri, 5 Oct 2012 13:15:57 +0000 (15:15 +0200)]
Merge branch 'MT10252' into stetienne

11 years agoMerge branch 'MT9868' into stetienne
Sophie Meynieux [Fri, 5 Oct 2012 13:00:20 +0000 (15:00 +0200)]
Merge branch 'MT9868' into stetienne

11 years agoMT9584: acquisition can not find deleted orders
Fridolyn SOMERS [Fri, 5 Oct 2012 07:33:29 +0000 (09:33 +0200)]
MT9584: acquisition can not find deleted orders

11 years agoMT9215: Patron seach with patron attributs is broken
Fridolyn SOMERS [Thu, 4 Oct 2012 09:43:50 +0000 (11:43 +0200)]
MT9215: Patron seach with patron attributs is broken
and corrects moremember template
Based on MT8153 on master

11 years agoMT10252: Breading search on title does not work
Fridolyn SOMERS [Thu, 4 Oct 2012 08:43:36 +0000 (10:43 +0200)]
MT10252: Breading search on title does not work
Correction basee sur la version existant dans master

11 years agoMerge remote-tracking branch 'origin/dev/stetienne' into dev/itt itt_maj_121001
Claire Hernandez [Fri, 28 Sep 2012 12:56:09 +0000 (14:56 +0200)]
Merge remote-tracking branch 'origin/dev/stetienne' into dev/itt

Conflicts solved:
koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tmpl

11 years agoMerge remote-tracking branch 'origin/dev/solr' into dev/stetienne stetienne_maj_121001
Claire Hernandez [Fri, 28 Sep 2012 12:16:50 +0000 (14:16 +0200)]
Merge remote-tracking branch 'origin/dev/solr' into dev/stetienne

Conflicts solved:
C4/Members.pm
acqui/basketgroup.pl
koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl

11 years agoMT10241: Prefix all C4::Items subroutines with module name
Julian Maurice [Fri, 28 Sep 2012 09:35:06 +0000 (11:35 +0200)]
MT10241: Prefix all C4::Items subroutines with module name

in C4/Circulation.pm

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT7578' into dev/solr solr_12.10
Jonathan Druart [Fri, 21 Sep 2012 10:29:41 +0000 (12:29 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT7578' into dev/solr

11 years agoMT7578: Default sort order : desc
Jonathan Druart [Fri, 21 Sep 2012 08:51:40 +0000 (10:51 +0200)]
MT7578: Default sort order : desc

11 years agoMT9868: Pass invoicenumber when filtering
Julian Maurice [Tue, 18 Sep 2012 12:53:12 +0000 (14:53 +0200)]
MT9868: Pass invoicenumber when filtering

11 years ago(MT #7400) Default framework in MARCdetail.pl solr_12.09
Christophe Croullebois [Wed, 27 Jul 2011 08:31:40 +0000 (10:31 +0200)]
(MT #7400) Default framework in MARCdetail.pl

A bug cleans the screen when you choose "default".
(cherry picked from commit 21a625cd1daf6f6dcdafa4210084928509113389)

11 years agoMT8455 - Changes AddReserve parameters in HoldItem ILSDI service
Alex Arnaud [Fri, 2 Dec 2011 10:03:00 +0000 (11:03 +0100)]
MT8455 - Changes AddReserve parameters in HoldItem ILSDI service

11 years agoMT8078 : automatic copy of translated columns.def
Adrien Saurat [Wed, 28 Dec 2011 11:26:03 +0000 (12:26 +0100)]
MT8078 : automatic copy of translated columns.def

Modified the misc/translator/translate script to automatically
copy the columns.def.fr-FR (or other language) file after
translation.
+ update of columns.def.fr-FR translation

Solved conflicts:
koha-tmpl/intranet-tmpl/prog/en/columns.def.fr-FR

11 years agoMerge remote-tracking branch 'origin/solr/bug/MT8048' into dev/solr
Julian Maurice [Tue, 18 Sep 2012 08:16:24 +0000 (10:16 +0200)]
Merge remote-tracking branch 'origin/solr/bug/MT8048' into dev/solr

11 years ago(MT #7227) cron script to delete old entries in import's tables
Stéphane Delaune [Wed, 7 Sep 2011 07:36:25 +0000 (09:36 +0200)]
(MT #7227) cron script to delete old entries in import's tables

it deletes from import_batches, import_records, import_biblios, import_items, import_record_matches
it takes 3 args : the "status" to delete, the "duration" integer of "laps" to delete
To delete entries with status cleaned older than 1 month :
perl ./clean_batchimport.pl -status cleaned -duration 1 -laps MONTH

11 years ago(MT #7574) add item types in opac-user Checked Out table
Stéphane Delaune [Tue, 30 Aug 2011 14:52:56 +0000 (16:52 +0200)]
(MT #7574) add item types in opac-user Checked Out table
(cherry picked from commit 8e6703b753cba84712e705d3dfce57271bef6459)

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9873' into dev/solr
Julian Maurice [Tue, 18 Sep 2012 07:28:42 +0000 (09:28 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9873' into dev/solr

11 years agoMT9873: Remove a line that was here for debugging purpose
Julian Maurice [Tue, 18 Sep 2012 07:27:16 +0000 (09:27 +0200)]
MT9873: Remove a line that was here for debugging purpose

and breaks search on staff client.

11 years agoMT10085: FIX Bug from MT 7562: GetNextDate returns a C4::Dates
Jonathan Druart [Mon, 10 Sep 2012 15:03:39 +0000 (17:03 +0200)]
MT10085: FIX Bug from MT 7562: GetNextDate returns a C4::Dates

11 years agoMT9868: Receiving: FIX after filtering, we want to receive
Jonathan Druart [Mon, 3 Sep 2012 09:10:48 +0000 (11:10 +0200)]
MT9868: Receiving: FIX after filtering, we want to receive

If we filter (eg. on ISBN), we can't receiving because the link become
disabled.
It's caused by an invoicenumber filled with an empty string. Then the
$invoiceclosedate could be set (the db returns invoices with an
invoicenumber empty).

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9198' into dev/solr
Julian Maurice [Mon, 3 Sep 2012 07:56:35 +0000 (09:56 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9198' into dev/solr

11 years agoMT7578: FIX DT correct dates sorting
Jonathan Druart [Thu, 16 Aug 2012 10:06:04 +0000 (12:06 +0200)]
MT7578: FIX DT correct dates sorting
(cherry picked from commit bf4c9f5649b870326937cf65b2006504fe84b1a3)

11 years agoMT7578: Add links for checkall/checknone in serials-collection tables
Jonathan Druart [Mon, 13 Aug 2012 13:44:08 +0000 (15:44 +0200)]
MT7578: Add links for checkall/checknone in serials-collection tables
(cherry picked from commit de660782282486099880e3718f51943594ebc64c)

Conflicts:
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT7578' into dev/solr
Jonathan Druart [Fri, 31 Aug 2012 14:18:32 +0000 (16:18 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT7578' into dev/solr

Conflicts solved:
koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tmpl

11 years agoMT9198: Use items.itype when item-level_itypes is ON
Julian Maurice [Mon, 20 Aug 2012 14:22:54 +0000 (16:22 +0200)]
MT9198: Use items.itype when item-level_itypes is ON

Prevent useless JOINs on biblioitems when syspref is ON
Display itemtypes descriptions instead of codes

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9873' into dev/solr
Jonathan Druart [Thu, 16 Aug 2012 12:56:40 +0000 (14:56 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9873' into dev/solr

11 years agoMT7578: FIX DT correct dates sorting
Jonathan Druart [Thu, 16 Aug 2012 10:06:04 +0000 (12:06 +0200)]
MT7578: FIX DT correct dates sorting

11 years agoMT7156: planning type 'BRANCHES' should be based on aqorders.branchcode
Julian Maurice [Thu, 16 Aug 2012 08:48:35 +0000 (10:48 +0200)]
MT7156: planning type 'BRANCHES' should be based on aqorders.branchcode

11 years agoRevert "MT7578: Add links for checkall/checknone in serials-collection tables"
Jonathan Druart [Mon, 13 Aug 2012 13:52:43 +0000 (15:52 +0200)]
Revert "MT7578: Add links for checkall/checknone in serials-collection tables"

This reverts commit b5e427b6a88bd4ddaa6e9e7b01ec890a4e4633f9.

11 years agoMT7578: Add links for checkall/checknone in serials-collection tables
Jonathan Druart [Mon, 13 Aug 2012 13:44:08 +0000 (15:44 +0200)]
MT7578: Add links for checkall/checknone in serials-collection tables

11 years agoMerge remote-tracking branch 'origin/solr/ft/undefined_subroutines' into dev/solr
Julian Maurice [Thu, 9 Aug 2012 09:10:43 +0000 (11:10 +0200)]
Merge remote-tracking branch 'origin/solr/ft/undefined_subroutines' into dev/solr

11 years agofind-undefined-subroutines.pl: All tests pass...
Julian Maurice [Wed, 8 Aug 2012 12:13:36 +0000 (14:13 +0200)]
find-undefined-subroutines.pl: All tests pass...

...using a blacklist of 4 scripts.

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9265' into dev/solr
Julian Maurice [Mon, 6 Aug 2012 09:18:31 +0000 (11:18 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9265' into dev/solr

11 years agoMerge remote-tracking branch 'origin/stetienne/ft/MT9529' into dev/stetienne
Julian Maurice [Fri, 27 Jul 2012 14:52:43 +0000 (16:52 +0200)]
Merge remote-tracking branch 'origin/stetienne/ft/MT9529' into dev/stetienne

11 years agoMerge remote-tracking branch 'origin/stetienne/ft/MT8979' into dev/stetienne
Julian Maurice [Fri, 27 Jul 2012 14:14:30 +0000 (16:14 +0200)]
Merge remote-tracking branch 'origin/stetienne/ft/MT8979' into dev/stetienne

Solved conflicts:
C4/Reserves.pm

11 years agoMerge remote-tracking branch 'origin/stetienne/ft/MT8261' into dev/stetienne
Julian Maurice [Fri, 27 Jul 2012 14:05:10 +0000 (16:05 +0200)]
Merge remote-tracking branch 'origin/stetienne/ft/MT8261' into dev/stetienne

11 years agoMT9198: issues_avg_stats: code clean & several fixes
Julian Maurice [Thu, 26 Jul 2012 11:38:41 +0000 (13:38 +0200)]
MT9198: issues_avg_stats: code clean & several fixes

- remove a lot of Perl warnings
- per-row and per-column averages calculation was wrong
- global average was not calculated
- change label 'TOTAL' to 'AVERAGE'
- make the sql joins conditionnals, it should make queries faster
- remove useless code

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9936' into dev/solr
Jonathan Druart [Mon, 23 Jul 2012 09:27:07 +0000 (11:27 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9936' into dev/solr

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9267' into dev/solr
Jonathan Druart [Mon, 23 Jul 2012 08:47:10 +0000 (10:47 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9267' into dev/solr

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9282' into dev/solr
Jonathan Druart [Mon, 23 Jul 2012 08:43:42 +0000 (10:43 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9282' into dev/solr

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9619' into dev/solr
Jonathan Druart [Mon, 23 Jul 2012 08:33:28 +0000 (10:33 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9619' into dev/solr

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9638' into dev/solr
Jonathan Druart [Mon, 23 Jul 2012 08:33:04 +0000 (10:33 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9638' into dev/solr

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT9257' into dev/solr
Jonathan Druart [Mon, 23 Jul 2012 08:30:33 +0000 (10:30 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT9257' into dev/solr

11 years agoMT9125: FIX test if *_items_loop are not undefined
Jonathan Druart [Mon, 23 Jul 2012 07:47:16 +0000 (09:47 +0200)]
MT9125: FIX test if *_items_loop are not undefined

Can't use an undefined value as an ARRAY reference at
/home/koha/src/opac/opac-search.pl line XXX.

11 years agoMT9081: [ITT-SPECIFIC] FIX opac-topissues
Jonathan Druart [Fri, 20 Jul 2012 13:48:09 +0000 (15:48 +0200)]
MT9081: [ITT-SPECIFIC] FIX opac-topissues

for AdvancedSearchTypes=ccode and item-level_itypes=1

11 years agoMT9936: GetPendingIssues: do nothing if no borrowernumbers
Julian Maurice [Fri, 20 Jul 2012 09:48:55 +0000 (11:48 +0200)]
MT9936: GetPendingIssues: do nothing if no borrowernumbers

11 years agoMerge remote-tracking branch 'remotes/origin/solr/ft/MT9775' into dev/solr
Claire Hernandez [Wed, 18 Jul 2012 09:10:23 +0000 (11:10 +0200)]
Merge remote-tracking branch 'remotes/origin/solr/ft/MT9775' into dev/solr

11 years agoMerge remote-tracking branch 'origin/solr/ft/MT7510' into dev/solr
Jonathan Druart [Tue, 17 Jul 2012 09:42:17 +0000 (11:42 +0200)]
Merge remote-tracking branch 'origin/solr/ft/MT7510' into dev/solr

11 years agoMT7510: Adds todo and fixme for check_consistency.pl
Jonathan Druart [Tue, 17 Jul 2012 09:39:25 +0000 (11:39 +0200)]
MT7510: Adds todo and fixme for check_consistency.pl

11 years agoMT9282: FIX translations
Jonathan Druart [Tue, 17 Jul 2012 09:24:08 +0000 (11:24 +0200)]
MT9282: FIX translations

11 years agoMT9619: FIX translations
Jonathan Druart [Tue, 17 Jul 2012 09:20:48 +0000 (11:20 +0200)]
MT9619: FIX translations

11 years agoMT9638: FIX translation
Jonathan Druart [Tue, 17 Jul 2012 08:47:50 +0000 (10:47 +0200)]
MT9638: FIX translation

11 years agoBug 9267: FIX Translation strings
Jonathan Druart [Mon, 16 Jul 2012 15:49:38 +0000 (17:49 +0200)]
Bug 9267: FIX Translation strings