Commit graph

30 commits

Author SHA1 Message Date
hdl
8c417fbda5 Bug Fixing catalogue directory was added for MARCdetail and detail.pl
Taking this change into account in script.
2006-03-24 13:20:58 +00:00
tipaul
b38997925f big commit, still breaking things...
* synch with rel_2_2. Probably the last non manual synch, as rel_2_2 should not be modified deeply.
* code cleaning (cleaning warnings from perl -w) continued
2005-10-26 09:11:02 +00:00
doxulting
b65bf02b9c Fixed bug #1013. Works for me, if someone can check. 2005-10-05 16:19:21 +00:00
tipaul
3a3f9bbb47 see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...) 2005-09-22 15:31:05 +00:00
tipaul
d44df0a47d normalizing API, using biblionumber everywhere 2005-08-12 14:03:00 +00:00
rangi
b7d3329ecf If MARC is switched off, it will now jump to detail.pl instead of
MARCdetail.pl when only one result is found
This provides for a more consistent experience
2005-07-29 00:56:22 +00:00
tipaul
64cd740d2b synch'ing 2.2 and head 2005-05-04 08:58:30 +00:00
oleonard
534fe7fb6f Copying code from opac-search.pl that allows search terms to be output along with search results ("You searched for...") Add <!-- TMPL_VAR NAME="searchdesc" --> to template to take advantage of this change. 2005-02-03 20:48:22 +00:00
oleonard
fdaafc82fa Adding 'id' values to script-generated option lists (to work with <label> tag) 2004-12-08 20:57:58 +00:00
tipaul
9c7e383156 adding items fields to field list in MARC list of fields to search 2004-11-25 17:40:36 +00:00
tipaul
8ddc4ec447 using preference and not preferences to see if marc=ON or OFF 2004-11-23 14:46:21 +00:00
tipaul
5dda1342e9 improving behaviour when MARC=OFF 2004-11-19 16:41:49 +00:00
tipaul
2580ddc726 fixing a complex bug : the last results didn't have callnumber informations. Had to rewrite algorythm for building the result array. 2004-08-20 08:19:52 +00:00
tipaul
947580c047 adding frameworkcode to API in some subs 2004-08-13 16:44:31 +00:00
tipaul
6376aa4326 catalogue.pm deals only with acquisitions.
so, renaming it...
catalogue management is done in Biblio.pm package
2004-07-13 12:52:13 +00:00
tipaul
853ad792a5 css'ing & improving MARC search 2004-05-03 09:28:39 +00:00
tipaul
a2f1bf834f improving Search :
* adding "suggestion", that popup a windows. The popup windows shows, for each word entered in the search form, the 10 words that sounds like the word entered, and that are used most often.
* fixes some minor bugs

Still to do :
* good support of ' and ,
2004-04-16 07:28:22 +00:00
tipaul
98dbf5769f introducing new features :
* search on non marc fields : the marc field is found by a sub in Biblio.pm
* ordering a search

This commit shows the sql in log. Pls test it's correctly indexed (using : explain <sql_in_log>)
2004-03-15 15:03:35 +00:00
tipaul
1498ce1415 adding seealso feature in MARC searches 2004-03-06 20:26:13 +00:00
tipaul
256d7b1864 *** empty log message *** 2003-09-05 11:29:48 +00:00
plugz
95a3530c7b Support for SearchMarc.pm v1.8
Added support for results per page and naviguation through results.
Added functionnality to add criterias to the search.
2003-07-08 12:00:34 +00:00
tipaul
72c367ac80 fix for 415 2003-05-02 13:06:33 +00:00
tipaul
452e65166c fixes 2003-04-01 12:26:43 +00:00
wolfpac444
16f422a8f7 Bug fixes 2003-03-29 00:02:24 +00:00
tipaul
aa5bc6d084 MARC search fixes and improvements. Now, ALL searches are indexed and should be very fast with any statement.
a few improvments, and it will be useable even with a NON-MARC installation of koha.
2003-03-04 16:15:16 +00:00
acli
a7b83fdbf7 Minor visual tweaks
Noted correct tab size
2003-02-06 07:05:51 +00:00
acli
b5ecefd485 Minor factoring in C4/Biblio.pm, plus change to export the per-tag
'mandatory' property to a per-subfield 'tag_mandatory' template parameter,
so that addbiblio.tmpl can distinguish between mandatory subfields in a
mandatory tag and mandatory subfields in an optional tag

Not-minor factoring in acqui.simple/addbiblio.pl to make the if-else blocks
smaller, and to add some POD; need further testing for this

Added function to check if a MARC subfield name is "koha-internal" (instead
of checking it for 'lib' and 'tag' everywhere); temporarily added to Koha.pm

Use above function in acqui.simple/additem.pl and search.marc/search.pl
2003-02-03 18:46:00 +00:00
acli
52a5fd4bbd Moved C4/Charset.pm to C4/Interface/CGI/Output.pm
Create output_html_with_http_headers function to contain the "print $query
->header(-type => guesstype...),..." call. This is in preparation for
non-HTML output (e.g., text/xml) and charset conversion before output in
the future.

Created C4/Interface/CGI/Template.pm to hold convenience functions specific
to the CGI interface using HTML::Template

Modified moremembers.pl to make the "sex" field localizable for languages
where M and F doesn't make sense
2003-02-02 07:18:37 +00:00
acli
fc2daff31e Handle non-latin1 charsets 2003-02-02 00:13:10 +00:00
tipaul
c23d07724e search on MARC datas.
first draft
2003-01-28 14:56:39 +00:00