koha-ffzg.git
12 years ago[SOLR] New way to install solrconf mrlimoges_prod_110704
Claire Hernandez [Tue, 28 Jun 2011 10:19:44 +0000 (12:19 +0200)]
[SOLR] New way to install solrconf

We prefer to clone a git repository wich contains solr configuration.
So this patch delete unused lines in makefile.pl

12 years ago[SOLR] Quick fix - circular dependency bad use mrlimoges_prod_110628
Claire Hernandez [Tue, 28 Jun 2011 08:15:48 +0000 (10:15 +0200)]
[SOLR] Quick fix - circular dependency bad use

12 years ago[SOLR] Follow-up FIX Get description for facets with ccode (in opac)
Claire [Mon, 27 Jun 2011 09:25:40 +0000 (11:25 +0200)]
[SOLR] Follow-up FIX Get description for facets with ccode (in opac)

12 years agoMT6223 follow-up: deal correctly with status/lost/notforloan flags
Paul Poulain [Mon, 23 May 2011 16:24:09 +0000 (18:24 +0200)]
MT6223 follow-up: deal correctly with status/lost/notforloan flags

The calculation of the SQL was done on the ID of the flag, not on the value itself.

For example: "available" = 0 in notforloan, but has an id=5432

The SQL searched for items.notforloan=5432, which was, obviously, wrong !
(cherry picked from commit e1172aa64997ea5c435283fe6fb2d42b881c1c39)

12 years agoMT6223: multiple fixes for inventory
Paul Poulain [Fri, 22 Apr 2011 08:12:41 +0000 (10:12 +0200)]
MT6223: 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 (mis placed 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
(cherry picked from commit b57515520cea4a80dcbf5295d280f17c4de42661)

12 years agoMT6383 : Revert "MT5210 CanItemBeReserved too restrictive"
Sophie Meynieux [Wed, 27 Apr 2011 08:51:09 +0000 (10:51 +0200)]
MT6383 : Revert "MT5210 CanItemBeReserved too restrictive"

This reverts commit 75581a700f1f295ee32f74876f950116c13c7c58.
(cherry picked from commit 7bc15da923dbeea2ec70a143dab7fc1303e52e38)

12 years ago(MT #6181) Dead link in Checked-In items
Christophe Croullebois [Wed, 27 Apr 2011 12:00:47 +0000 (14:00 +0200)]
(MT #6181) Dead link in Checked-In items

The line for patron, when the item needs to be transfered, and the transfer is done, appears like a blank link with parenthesis.
This patch in this case, shows "Not checked out".
(cherry picked from commit 6b2d8a7935f2f7e2f14e785aee379a32192b5c21)

12 years ago(MT #6609) mandatory fields are display before mandatory subfields in alert
Stéphane Delaune [Wed, 27 Apr 2011 14:22:44 +0000 (16:22 +0200)]
(MT #6609) mandatory fields are display before mandatory subfields in alert
(cherry picked from commit e0ff1fa0f1fe3d66207febd8045302a15fe30362)

12 years agoMT6416 Followup : sometimes reserves were not saved into old_reserves because of...
Sophie Meynieux [Thu, 28 Apr 2011 13:43:48 +0000 (15:43 +0200)]
MT6416 Followup : sometimes reserves were not saved into old_reserves because of duplicate primary key

Add _SaveInOld function to insert into old_reserves table all reserves value but reservenumber which is newly calculated
(cherry picked from commit dc387cbe60d48a9cbc357a2ae13790c3f8cf3b18)

12 years agoMT6416 Table old_reserves is not filled
Sophie Meynieux [Wed, 6 Apr 2011 12:19:39 +0000 (14:19 +0200)]
MT6416 Table old_reserves is not filled

Mismatch between reservenumber and borrowernumber prevents reserves to be written in old_reserves table wher a reserve is filled (ModReserveFill)
(cherry picked from commit 3c65aed55c401fa9db4b38b8af8aff298d71abd8)

12 years ago(MT #6021-6022)update othername, B_email and B_phone display on moremember.tmpl
Stéphane Delaune [Wed, 23 Feb 2011 14:39:28 +0000 (15:39 +0100)]
(MT #6021-6022)update othername, B_email and B_phone display on moremember.tmpl
(cherry picked from commit 734f8c99a0af24e8e33fb568a84f26f3d8bffbe3)

12 years agoFIX Indexing in Plugins DeleteDash and Date
Jonathan Druart [Wed, 22 Jun 2011 09:39:58 +0000 (11:39 +0200)]
FIX Indexing in Plugins DeleteDash and Date

Plugins DeleteDash and Date don't index all values of subfields

12 years agoMT6901 Adds the ability to display the current date in overdue letters
Alex Arnaud [Mon, 6 Jun 2011 11:49:26 +0000 (13:49 +0200)]
MT6901 Adds the ability to display the current date in overdue letters
(cherry picked from commit 6e7a248215eef39fd894b3c40186664ee6d246ed)

12 years agoMT6892: Buttons are not displayed in catalogue/detail.pl
Matthias Meusburger [Thu, 26 May 2011 15:19:50 +0000 (17:19 +0200)]
MT6892: Buttons are not displayed in catalogue/detail.pl
(cherry picked from commit 7bd8695b2ec0c89a3def13201f22c6df9601dfbf)

12 years agoMT5359 Overdue fines are not correctly displaid on OPAC user account
Sophie Meynieux [Thu, 26 May 2011 13:11:24 +0000 (15:11 +0200)]
MT5359 Overdue fines are not correctly displaid on OPAC user account

Adding 'FU' category for display
(cherry picked from commit a41028e7704d1ba2dd582c36a2508111635af65d)

12 years agoFix broken morememberpage if no patron_attributes
Claire Hernandez [Wed, 25 May 2011 11:44:25 +0000 (13:44 +0200)]
Fix broken morememberpage if no patron_attributes

- Buttons were missing
(cherry picked from commit d934e829dac041a5600dc0237b34a94869d454fd)

12 years agoMT6657 Autonumber does not find the right next number
Sophie Meynieux [Wed, 18 May 2011 13:50:36 +0000 (15:50 +0200)]
MT6657 Autonumber does not find the right next number

Adding - in regexp to match branchcode containing -
(cherry picked from commit 67961fe98f8be284e6ac6d1ac3a2f49c5c6824e2)

12 years agoMT6063 : addbiblio.pl : authorised values with 0
Henri-Damien LAURENT [Tue, 17 May 2011 10:22:18 +0000 (12:22 +0200)]
MT6063 : addbiblio.pl : authorised values with 0

authorised value count 0 as a value would not be correctly processed.
Indeed, the CGIScrolling list would not be passed the correct value
because the test was not done on defined but on the value itself.

This adds a test on defined value in order to fix that.

Way to reproduce :
    - Add an authorised value category with authorised value 0 "mylib" as description and some others
    - Add a link to your framework to a subfield and change authorisedvalue in the more constraints on the category you edited
    - take a biblio, edit it.
    - Store the value 0
    - go to MARCdetail.pl you see it
    - click on Edit Record
    - one expects to see "mylib" displayed in the subfield linked to that category.
    But shows nothing and if saved as such, forgets the value
(cherry picked from commit 8791a45ea8076f8b32d49c106beea0449ff976ae)

12 years agoGetCOiNS problem :
Henri-Damien LAURENT [Sun, 10 Apr 2011 20:42:53 +0000 (22:42 +0200)]
GetCOiNS problem :

place and tpages were not correctly written.
(cherry picked from commit cafa1ca7db3caf550b503c4bf22547d9d5dbc926)

12 years agoMT6626: prevents form validation by pressing "Enter" key
Alex Arnaud [Mon, 9 May 2011 11:46:53 +0000 (13:46 +0200)]
MT6626: prevents form validation by pressing "Enter" key
(cherry picked from commit b6c2594ef3d93b7af0a1f300ec92ce2eb068d6ef)

12 years agoMT5923 force utf-8 header in the mail
Paul Poulain [Thu, 5 May 2011 10:10:36 +0000 (12:10 +0200)]
MT5923 force utf-8 header in the mail

The mail for overdues, when you choose html format does not containt utf-8 encoding header

Some mailers can deal with this missing info, some display as latin1

This patch specifies the utf8 encoding
(cherry picked from commit 8ed3410b35ca02367e0466250e9fb66176bf48f4)

12 years agoMT6419: fixing marc2bibtex API return
Paul Poulain [Tue, 3 May 2011 16:21:47 +0000 (18:21 +0200)]
MT6419: fixing marc2bibtex API return

The marc2bibtex API returns just a result, not an error then result.
Before this patch, BIBTEX export from opac-detail just returned an empty file
(cherry picked from commit ba70fd269c96607c906afe4b9e037627394be2d3)

12 years agoMT6645 Some items are displaid on loan although they have been checked-in
Sophie Meynieux [Tue, 3 May 2011 11:57:46 +0000 (13:57 +0200)]
MT6645 Some items are displaid on loan although they have been checked-in

Add reseting of onloan item attribute on return with offline circulation
(cherry picked from commit 9c28e26bba2d26c15d3387880d8f9e2153dd80ab)

12 years agoMT6412 When overdue_notices.pl is run without -t parameter, a user is notified twice...
Sophie Meynieux [Fri, 15 Apr 2011 14:28:45 +0000 (16:28 +0200)]
MT6412 When overdue_notices.pl is run without -t parameter, a user is notified twice if his delay match exactly the delay defined fro trigger.

It is due to the fact that the interval tested included both limits each time, so if the delay of the user was exactly the limit, it matches previous and current trigger at the same time.
(cherry picked from commit 5e22d973bfa71c29b0f99d3c75555db82ef2233b)

12 years agoMT6270 display debarment date and comment
Paul Poulain [Fri, 29 Apr 2011 17:48:36 +0000 (19:48 +0200)]
MT6270 display debarment date and comment

The duration and comment when a patron is debarred is not displayed at login.
The patron had no way to know it (except by asking a librarian)
(cherry picked from commit 0519bb7b84953be58e53b7d5681b0b8706e5ac67)

12 years ago[SOLR] Followup : Support for searching in index of type date
Jonathan Druart [Tue, 21 Jun 2011 14:07:54 +0000 (16:07 +0200)]
[SOLR] Followup : Support for searching in index of type date

Update doc

12 years ago[SOLR] Support for searching in index of type date
Jonathan Druart [Tue, 21 Jun 2011 13:25:03 +0000 (15:25 +0200)]
[SOLR] Support for searching in index of type date

12 years ago[SOLR] Rename Plugin PubDate => Date
Jonathan Druart [Tue, 21 Jun 2011 10:20:12 +0000 (12:20 +0200)]
[SOLR] Rename Plugin PubDate => Date

Create a generic plugin date from old PubDate

12 years ago[SOLR] FIX Get description for facets with ccode
Jonathan Druart [Tue, 21 Jun 2011 08:22:36 +0000 (10:22 +0200)]
[SOLR] FIX Get description for facets with ccode

12 years ago[SOLR] rebuild_solr : Adding -w with list of biblionumbers separated by coma
Jonathan Druart [Wed, 15 Jun 2011 14:40:37 +0000 (16:40 +0200)]
[SOLR] rebuild_solr : Adding -w with list of biblionumbers separated by coma

12 years ago[SOLR] FIX pubdate limitation (when it's the only one limit)
Jonathan Druart [Wed, 15 Jun 2011 14:31:28 +0000 (16:31 +0200)]
[SOLR] FIX pubdate limitation (when it's the only one limit)

12 years ago[SOLR] Follow up MT6953 - UsedInXBiblio is not updated
Claire [Mon, 20 Jun 2011 10:32:42 +0000 (12:32 +0200)]
[SOLR] Follow up MT6953 - UsedInXBiblio is not updated

- in opac too

12 years ago[SOLR] New option -i (information) for rebuild_solr script
Claire [Mon, 20 Jun 2011 09:56:50 +0000 (11:56 +0200)]
[SOLR] New option -i (information) for rebuild_solr script

- Ping Solr Service and stop if Solr is down
- Gives SolrAPI values
- Count all documents

12 years ago[SOLR]MT7076: Sort mappings on option text, not option value
Jonathan Druart [Fri, 17 Jun 2011 14:25:48 +0000 (16:25 +0200)]
[SOLR]MT7076: Sort mappings on option text, not option value

New file tablesorter.js with a getTextExtractor function.
Tablesorter doesn't sort words with accents

12 years ago[SOLR] Display pubdate in facets with C4::Dates
Jonathan Druart [Fri, 17 Jun 2011 13:00:39 +0000 (15:00 +0200)]
[SOLR] Display pubdate in facets with C4::Dates

12 years ago[SOLR] FIX harcoded ccl indexes in opac search
Jonathan Druart [Fri, 17 Jun 2011 12:43:53 +0000 (14:43 +0200)]
[SOLR] FIX harcoded ccl indexes in opac search

12 years ago[SOLR] FIX fields' order for pubdate in table indexes
Jonathan Druart [Fri, 17 Jun 2011 12:00:19 +0000 (14:00 +0200)]
[SOLR] FIX fields' order for pubdate in table indexes

12 years ago[SOLR] Remove useless call IndexRecord in ModBiblio
Jonathan Druart [Tue, 14 Jun 2011 13:15:42 +0000 (15:15 +0200)]
[SOLR] Remove useless call IndexRecord in ModBiblio

12 years ago[SOLR] Author link in results list must use index name
Jonathan Druart [Tue, 14 Jun 2011 13:12:37 +0000 (15:12 +0200)]
[SOLR] Author link in results list must use index name

12 years agoMT7004 FIX subscription-bib-search.pl search
Jonathan Druart [Tue, 14 Jun 2011 09:59:19 +0000 (11:59 +0200)]
MT7004 FIX subscription-bib-search.pl search

12 years ago[SOLR] MT6953 - UsedInXBiblio is not updated
Claire Hernandez [Tue, 7 Jun 2011 10:03:26 +0000 (12:03 +0200)]
[SOLR] MT6953 - UsedInXBiblio is not updated

- Index usedinxbiblio use C4::AuthorityMarc::CountUsage
- Authorities are not updated in solr index at each biblio update linked
- So, the results displayed on Authority Search Results and Autority detail are differents (first use usedinxbiblio index and second use CountUsage in real time)

12 years ago[SOLR] FIX don't escape colons if already escaped in buildQuery
Jonathan Druart [Mon, 6 Jun 2011 14:31:34 +0000 (16:31 +0200)]
[SOLR] FIX don't escape colons if already escaped in buildQuery

13 years agoFix merge comment forgotten
Claire Hernandez [Fri, 3 Jun 2011 14:06:09 +0000 (16:06 +0200)]
Fix merge comment forgotten

13 years agoMT6196: strange order in CSV upload
Paul Poulain [Fri, 29 Apr 2011 17:31:40 +0000 (19:31 +0200)]
MT6196: strange order in CSV upload

uploading the circ overdues result in a csv with columns in a strange order
and not the order of the screen
This patch reorder the column by putting the usefull ones first

13 years agoMT6267: opacDefaultTab fix
Paul Poulain [Fri, 29 Apr 2011 16:38:55 +0000 (18:38 +0200)]
MT6267: opacDefaultTab fix

The opacDefaultTab syspref defines the default tab displayed (in item part)

If is was set to "serialcollection" or "holdings", it was not working.

13 years agoremoving warnings
Paul Poulain [Mon, 14 Mar 2011 09:53:13 +0000 (10:53 +0100)]
removing warnings

13 years agoFix buildEDITORS.pl script for 3.2
Frédéric Demians [Sat, 19 Jun 2010 07:16:13 +0000 (09:16 +0200)]
Fix buildEDITORS.pl script for 3.2

buildEDITORS.pl was deprecated in 3.2.

This patch uses also Business::ISBN to construct editor ISBN prefix.

13 years agocatalogue_stats, using INNER JOIN instead of LEFT JOIN
Paul Poulain [Thu, 24 Mar 2011 13:27:49 +0000 (14:27 +0100)]
catalogue_stats, using INNER JOIN instead of LEFT JOIN

The stats were using INNER JOIN instead of LEFT : if a biblio had no items, it was not counted
as the INNER JOIN was false.
With a LEFT JOIN, all biblios are now counted, it's more correct

13 years agoVery minor fix : putting a - between branchcode and location
Paul Poulain [Wed, 16 Mar 2011 15:25:44 +0000 (16:25 +0100)]
Very minor fix : putting a - between branchcode and location

(only if location is filled). This is usefull to separate both fields

13 years agoremoving warn
Paul Poulain [Wed, 20 Apr 2011 15:47:52 +0000 (17:47 +0200)]
removing warn

13 years agochanging url for sudoc
Claire Hernandez [Fri, 3 Jun 2011 13:45:07 +0000 (15:45 +0200)]
changing url for sudoc

Conflicts solved:

.gitmodules

13 years agofollow-up: same problem with merging when there is a " in the title
Paul Poulain [Wed, 9 Mar 2011 15:52:32 +0000 (16:52 +0100)]
follow-up: same problem with merging when there is a " in the title

13 years agoBZ5725 follow-up : another wrong permission
Paul Poulain [Mon, 7 Mar 2011 16:14:06 +0000 (17:14 +0100)]
BZ5725 follow-up : another wrong permission

missing permission, same thing as the previous patch, but for another call of batchedit

13 years agoMT5668 Librarians who were not superlibrarians were disconnected from koha where...
Sophie Meynieux [Mon, 30 May 2011 12:09:20 +0000 (14:09 +0200)]
MT5668 Librarians who were not superlibrarians were disconnected from koha where using editors plugin

Permissions were wrong in the plugin, causing silent disconnection of the user when searching for an editor if user did not have superlibrarians permissions.

13 years agoMT6294: keep frameworkcode of both biblios
Paul Poulain [Mon, 28 Mar 2011 15:49:25 +0000 (17:49 +0200)]
MT6294: keep frameworkcode of both biblios

Before this patch, the frameworkcode of the biblio that had the item detached was modified to be the same as the biblio that had the item attached

With this patch, frameworkcode is preserved

13 years agoMT5446: total is wrong
Paul Poulain [Thu, 24 Mar 2011 13:39:40 +0000 (14:39 +0100)]
MT5446: total is wrong

In Acqui-home, with hierarchic bugdets, it's a non sense to do total & sub-totals:
we're adding budgets more than once.

For example :
Books 1000
  fictions books 500
  NF books 500
result in a total of 2000 !

This patch removes the total

13 years agoMT6039 opacstylesheet not transmitted to opac-auth
Paul Poulain [Thu, 17 Mar 2011 14:49:30 +0000 (15:49 +0100)]
MT6039 opacstylesheet not transmitted to opac-auth

opacstylesheet syspref is not tramsmitted on login page. Thus, the opac login look different

13 years agoMT6244: Authorised values administration, warn for modifs
Paul Poulain [Wed, 16 Mar 2011 15:15:27 +0000 (16:15 +0100)]
MT6244: Authorised values administration, warn for modifs

When a librarian modifies auth values, he sometimes think that the modifs he does will be done on records that use the authvalue.
It's not the case. This patch just add a warning about that on main & modif pages.

13 years agoMT6139 uncertainprice can't be unset on an order
Paul Poulain [Mon, 14 Mar 2011 09:52:04 +0000 (10:52 +0100)]
MT6139 uncertainprice can't be unset on an order

The uncertainprice flag couldn't be removed on a given order,
due to the fact an unchecked checkbox returned nothing (must be 0 to uncheck)

13 years ago(MT #5068) Itemcallnumber with "'"
Christophe Croullebois [Fri, 11 Mar 2011 16:20:40 +0000 (17:20 +0100)]
(MT #5068) Itemcallnumber with "'"

In this case the increment does not work, this patch allow to use "'".

13 years ago(MT #4718) Contradictious messages on check in
Christophe Croullebois [Wed, 9 Mar 2011 15:31:36 +0000 (16:31 +0100)]
(MT #4718) Contradictious messages on check in

When an item is returned on a branch with a reservation and if his home branch differs, two messages appears.
One for transfering the item, an other for the hold, this patch hides the transfering message to homebranch if there is a hold.

13 years ago[SOLR] Fix install kohastructure for indexmappings table
Claire Hernandez [Tue, 31 May 2011 09:44:06 +0000 (11:44 +0200)]
[SOLR] Fix install kohastructure for indexmappings table

- index column size

13 years ago[SOLR] Follow-up: Fix ccode advanced search display (in opac too)
Claire Hernandez [Tue, 24 May 2011 13:27:52 +0000 (15:27 +0200)]
[SOLR] Follow-up: Fix ccode advanced search display (in opac too)

- the list displayed was ever the same

13 years ago[SOLR] FIX option -w in rebuild_solr.pl
Jonathan Druart [Fri, 20 May 2011 12:39:48 +0000 (14:39 +0200)]
[SOLR] FIX option -w in rebuild_solr.pl

Without this patch, rebuild_solr.pl always reindexing biblio with biblionumber=1

13 years agoMerge remote branch 'origin/solr/bug/MT6644' into dev/solr
Claire Hernandez [Thu, 19 May 2011 15:07:30 +0000 (17:07 +0200)]
Merge remote branch 'origin/solr/bug/MT6644' into dev/solr

13 years ago[SOLR] optimize indexrecord
Claire Hernandez [Thu, 19 May 2011 14:41:03 +0000 (16:41 +0200)]
[SOLR] optimize indexrecord

- read indexes hash in memory if present
- don't read it every time in database...

Simple test with 10000 records

==> log_10000auth_before.log <==
Building - elapsed time is   2:02 min.
Indexing - elapsed time is   0:22 min.
226.44user 6.98system 4:59.77elapsed 77%CPU (0avgtext+0avgdata 589328maxresident)k
4496inputs+1704outputs (58major+80623minor)pagefaults 0swaps

==> log_10000auth_after.log <==
Building - elapsed time is   0:51 min. (for 5000)
Indexing - elapsed time is   0:22 min.
116.64user 4.10system 2:31.16elapsed 79%CPU (0avgtext+0avgdata 584864maxresident)k
16inputs+1600outputs (1major+80061minor)pagefaults 0swaps

==> log_10000biblio_before.log <==
Building - elapsed time is   5:03 min.
Indexing - elapsed time is   3:25 min.
763.85user 25.71system 16:38.79elapsed 79%CPU (0avgtext+0avgdata 3059712maxresident)k
128inputs+1768outputs (2major+389171minor)pagefaults 0swaps

==> log_10000biblio_after.log <==
Building - elapsed time is   2:31 min.
Indexing - elapsed time is   3:28 min.
553.96user 5.76system 11:39.05elapsed 80%CPU (0avgtext+0avgdata 3059712maxresident)k
0inputs+1720outputs (0major+389242minor)pagefaults 0swaps

13 years ago[SOLR] fix kohastructure syntax error.
Claire Hernandez [Thu, 19 May 2011 13:47:36 +0000 (15:47 +0200)]
[SOLR] fix kohastructure syntax error.

13 years ago[SOLR] FIX C4/Biblio.pm GetMarcNote : return unless $record
Jonathan Druart [Thu, 19 May 2011 12:41:15 +0000 (14:41 +0200)]
[SOLR] FIX C4/Biblio.pm GetMarcNote : return unless $record

13 years agoMT6794: Adding sorting and pager in cataloguing/addbooks.pl
Jonathan Druart [Wed, 18 May 2011 13:46:09 +0000 (15:46 +0200)]
MT6794: Adding sorting and pager in cataloguing/addbooks.pl

13 years ago[SOLR] MT6594 Follow-up - Search limit by branch
Claire Hernandez [Wed, 18 May 2011 11:57:48 +0000 (13:57 +0200)]
[SOLR] MT6594 Follow-up - Search limit by branch

13 years ago[SOLR] Return an empty string if query is not defined (normalSearch)
Jonathan Druart [Wed, 18 May 2011 11:26:30 +0000 (13:26 +0200)]
[SOLR] Return an empty string if query is not defined (normalSearch)

13 years ago[SOLR] Followup FIX in advsearch when we select just itemtypes without term or filter
Jonathan Druart [Wed, 18 May 2011 10:24:27 +0000 (12:24 +0200)]
[SOLR] Followup FIX in advsearch when we select just itemtypes without term or filter

Followup FIX in advsearch when we select just itemtypes without term or filter

13 years ago[SOLR] Followup FIX in advsearch when we select just itemtypes without term or filter
Jonathan Druart [Wed, 18 May 2011 09:51:39 +0000 (11:51 +0200)]
[SOLR] Followup FIX in advsearch when we select just itemtypes without term or filter

Followup FIX in advsearch when we select just itemtypes without term or
filter for opac

13 years ago[SOLR] Follow-up - Search limit by branch
Claire Hernandez [Tue, 17 May 2011 15:20:39 +0000 (17:20 +0200)]
[SOLR] Follow-up - Search limit by branch

13 years agoRevert "MT6594: when OpacAddMastheadLibraryPulldown is activated the syspref SearchMy...
Claire Hernandez [Tue, 17 May 2011 14:46:01 +0000 (16:46 +0200)]
Revert "MT6594: when OpacAddMastheadLibraryPulldown is activated the syspref SearchMyLibraryFirst is is taken into account"

This reverts commit c017cf4a998a56eaffe6550594ef5a5a77a3927a.

13 years ago[SOLR] updatedatabase init on *SortOrder initial value
Claire Hernandez [Tue, 17 May 2011 10:07:24 +0000 (12:07 +0200)]
[SOLR] updatedatabase init on *SortOrder initial value

- by default, value is NULL and it gives a 'Missing sort order' error.
- "score desc" choosen - seems more relevant for a default value

13 years agoMT6707: FIX orderby var name
Jonathan Druart [Tue, 17 May 2011 08:59:37 +0000 (10:59 +0200)]
MT6707: FIX orderby var name

13 years ago[SOLR] MT6644 FindDuplicate would break addbiblio
Henri-Damien LAURENT [Tue, 17 May 2011 07:36:50 +0000 (09:36 +0200)]
[SOLR] MT6644 FindDuplicate would break addbiblio

When no item is returned, the FindDuplicate would return Error 500 because
$res would be undefined and we are using @{$res->item}

13 years agoMT6707: FIX Pager + escape quotes and brackets
Jonathan Druart [Fri, 13 May 2011 14:11:08 +0000 (16:11 +0200)]
MT6707: FIX Pager + escape quotes and brackets

13 years ago[SOLR] Best support of escaped quote
Jonathan Druart [Fri, 13 May 2011 13:50:21 +0000 (15:50 +0200)]
[SOLR] Best support of escaped quote

13 years ago[SOLR] FIX in adv search when we select just itemtypes without term or filter
Jonathan Druart [Thu, 12 May 2011 15:17:50 +0000 (17:17 +0200)]
[SOLR] FIX in adv search when we select just itemtypes without term or filter

13 years ago[SOLR] MT6685: Add tags in opac
Jonathan Druart [Thu, 12 May 2011 15:01:05 +0000 (17:01 +0200)]
[SOLR] MT6685: Add tags in opac

13 years ago[SOLR] Fix ccode advanced search display
Claire Hernandez [Thu, 12 May 2011 13:33:06 +0000 (15:33 +0200)]
[SOLR] Fix ccode advanced search display

- the list displayed was ever the same

13 years agoMT6622: Opac search history now works with solr
Matthias Meusburger [Wed, 11 May 2011 12:44:39 +0000 (14:44 +0200)]
MT6622: Opac search history now works with solr

13 years ago[SOLR] FIX Replace itype description by code in option value
Jonathan Druart [Tue, 10 May 2011 13:11:05 +0000 (15:11 +0200)]
[SOLR] FIX Replace itype description by code in option value

13 years ago[SOLR] FIX tmpl param name for pager
Jonathan Druart [Tue, 10 May 2011 13:10:26 +0000 (15:10 +0200)]
[SOLR] FIX tmpl param name for pager

13 years ago[SOLR] FIX error in Plugin 4XX
Jonathan Druart [Mon, 9 May 2011 11:31:10 +0000 (13:31 +0200)]
[SOLR] FIX error in Plugin 4XX

13 years ago[SOLR][Limoges] removing filters when no data passed
BibLibre [Mon, 2 May 2011 16:28:13 +0000 (18:28 +0200)]
[SOLR][Limoges] removing filters when no data passed

When filters was empty and parameter passed
(Context:
OPACMastHead and SearchMyLibraryfirst enabled)
The Search string produced a BAD request on solr.
This patch fixes that.

13 years agoMT6594: when OpacAddMastheadLibraryPulldown is activated the syspref SearchMyLibraryF...
Stéphane Delaune [Mon, 2 May 2011 09:38:48 +0000 (11:38 +0200)]
MT6594: when OpacAddMastheadLibraryPulldown is activated the syspref SearchMyLibraryFirst is is taken into account

13 years ago[SOLR] MT6642 Plugin PubDate would block cataloguing
BibLibre [Fri, 29 Apr 2011 21:50:37 +0000 (23:50 +0200)]
[SOLR] MT6642 Plugin PubDate would block cataloguing

When no field 210 set, then the plugin would fail because it searched a subfield of an undefined value
use method subfield of record which is much more forgiving.

13 years ago[SOLR] MT6624 : authorities pagination
BibLibre [Fri, 29 Apr 2011 21:41:51 +0000 (23:41 +0200)]
[SOLR] MT6624 : authorities pagination

Some required parameters are badly transmitted and sometimes not transmitted at all

13 years ago[SOLR] Search limit by branch
Julian Maurice [Thu, 28 Apr 2011 14:24:40 +0000 (16:24 +0200)]
[SOLR] Search limit by branch

Fix masthead.inc to allow limiting search by branch

13 years ago[SOLR] merge problem on opac-advsearch.tmpl
Claire Hernandez [Thu, 28 Apr 2011 12:53:58 +0000 (14:53 +0200)]
[SOLR] merge problem on opac-advsearch.tmpl

13 years ago[SOLR] authorised values management with facets
Claire Hernandez [Thu, 28 Apr 2011 12:51:01 +0000 (14:51 +0200)]
[SOLR] authorised values management with facets

13 years ago[SOLR] opac authorities authentication required.
Claire Hernandez [Thu, 28 Apr 2011 12:42:50 +0000 (14:42 +0200)]
[SOLR] opac authorities authentication required.

This patch removes the required authentication when searching
authorities at OPAC

13 years ago[SOLR] Remove diacritics before search authority
Jonathan Druart [Wed, 27 Apr 2011 08:42:31 +0000 (10:42 +0200)]
[SOLR] Remove diacritics before search authority

Solr can't truncate with diacritics (in ste index)

13 years ago[SOLR] MT6309 display descriptions for facets
Claire Hernandez [Tue, 26 Apr 2011 12:07:31 +0000 (14:07 +0200)]
[SOLR] MT6309 display descriptions for facets

Display of indexes linked to authorised values was returning
descriptions instead of codes

Porting to OPAC the diffs for facet display

13 years ago[SOLR]MT5655: Addings authtypecode into url params
Jonathan Druart [Tue, 26 Apr 2011 12:05:52 +0000 (14:05 +0200)]
[SOLR]MT5655: Addings authtypecode into url params

13 years ago[SOLR] Adding new search in opac + FIX Query in string
Jonathan Druart [Fri, 22 Apr 2011 15:30:43 +0000 (17:30 +0200)]
[SOLR] Adding new search in opac + FIX Query in string

FIX cf catalogue/search.pl

13 years ago[SOLR] Adding toggle on itypes form + cleaning
Jonathan Druart [Fri, 22 Apr 2011 14:24:36 +0000 (16:24 +0200)]
[SOLR] Adding toggle on itypes form +  cleaning