Commit graph

70 commits

Author SHA1 Message Date
Paul POULAIN
18fc5c89a6 remove facets header if there is no facets to show
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-08 17:17:29 -06:00
Paul POULAIN
c509f5836f reintroducing facets and sorting on OPAC
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-31 05:51:39 -05:00
Henri-Damien LAURENT
44ed3ec39a Using pb,wrdl search reather than pb search
Is it really useful to use two different ways to search authors ?
I mean, OPAC search for strings in author fields.
Wile Intranet search for Koha-Auth-Number.
What if there is no authority number linked to author name ?

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 15:47:16 -05:00
Joshua Ferraro
6984d77f18 Revert "reverting defaut-search-on-kw-wrdl and doing it elsewhere"
This reverts commit 38884abf65.

This commit results in failed searches all over the place, I'm reverting
the revert :-)

Conflicts:

	koha-tmpl/intranet-tmpl/prog/fr/includes/circ-search-autocompl.inc

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-25 06:38:49 -05:00
Paul POULAIN
38884abf65 reverting defaut-search-on-kw-wrdl and doing it elsewhere
The patch default search on kw-wrdl is bugguy, as there ca be 2 idx (maybe an API limit,not sure)

So i've reverted it and added kw,wrdl on every place there is a query (the search boxes)

QUESTION : isn't it possible to have a single query for catalogue, that is TMPL_INCLUDE'd ?

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-24 17:07:22 -05:00
Henri-Damien LAURENT
8f6033ee92 Minor : Adding item count to result lists.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-18 16:27:56 -05:00
Paul POULAIN
847bf18dad SearchMyLibraryFirst : reintroducing behaviour (from 2.2)
If the SearchMyLibraryFirst is set, then a logged user will automatically limit the search
to it's own library.

I also did some code cleaning

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-17 07:15:06 -05:00
Paul POULAIN
64e2118e81 authorities : Adding sorting option to opac & sorting mainentry asc by default
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-17 07:13:55 -05:00
Henri-Damien LAURENT
ed4a7e083d Removing connexion informations from basket page.
It masked biblio information.

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-17 07:07:13 -05:00
Henri-Damien LAURENT
e6e4395553 patches for members and resultlists.
--
Henri Damien LAURENT et Paul POULAIN
Consultants indépendants
en logiciels libres et bibliothéconomie (http://www.koha-fr.org)

>From 616f0a385848b9a1fee7c76ff7b1f3be090ccb66 Mon Sep 17 00:00:00 2001
From: Henri-Damien LAURENT <henridamien@koha-fr.org>
Date: Tue, 16 Oct 2007 15:20:45 +0200
Subject: [PATCH] Bug Fixing : userid was blanked out in partial edit.
Adding some checks on branch presence for independant branches

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-17 07:05:39 -05:00
Paul POULAIN
b426ecb4f2 BUGfixes in availability management
- the availability status was not available on result list. This patch reintroduces that
- notforloan as itemtype was not properly managed : an itemtype that was notforloan resulted in nothing in detail. Not, the user can't place a reserve anymore, and the status is correctly displayed

the fix is for OPAC as well as staff

(owen, pls, validate cat-toolbar.inc & catalogue/detail.tmpl)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-14 19:10:53 -05:00
Ryan Higgins
1c2adfe7ff adding GetMarcUrls() fcn to display 856's - adding also output to opac-detail.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-12 07:24:53 -05:00
Paul POULAIN
c3e0cf6b42 #1255 : flagged patron can't renew
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-12 07:24:28 -05:00
Paul POULAIN
d5e98bdc7d (minor) bugfixing topissues (no limit query)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-09 19:10:54 -05:00
Paul POULAIN
d1e0eda8fa IMPORTANT : biblioitems.editionresponsibility field was sometimes spelled with a 'a'
editionserponsability.
This commit fixes all editionresponsAbibility. However, that won't change the biblioitems
column name if you have a wrong one in your DB (if you install a new one, or try a migration from 2.2, that should be OK)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-09 19:08:44 -05:00
Paul POULAIN
39f88e650f #1456, automatically suggest user branch as pickup branch
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-08 15:54:53 -05:00
Paul POULAIN
336bf41e04 No need of wrdl for kw search
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-05 14:10:53 -05:00
Paul POULAIN
7fa02cdb8a updating opac searches, same as librarian
(adding explicit wrdl to some queries)

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-05 14:10:14 -05:00
Paul POULAIN
57f8e48039 #1455 (placing reserve from OPAC)
SANOP hadn't ported reserve to OPAC yet. that's why opac reserves were no more working.

I've fixed that, but it need more testing...

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-03 14:58:55 -05:00
Paul POULAIN
015ab20239 No need of wrdl for kw search
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-03 14:58:26 -05:00
Paul POULAIN
028cc1904b updating opac searches, same as librarian
(adding explicit wrdl to some queries)

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-03 14:58:16 -05:00
Paul POULAIN
5c5f8fcf68 adding a message if browser table is empty
The message point to the wiki page that explain how to set the feature.

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 04:35:55 -05:00
Paul POULAIN
a400e4be59 Bug Fixing :
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 15:58:00 -05:00
Paul POULAIN
a477061dc9 BUGFIX #670
Ported code from librarian interface, as it works here

Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:31:45 -05:00
Chris Cormack
8ef96bcd4b Fixing spelling mistakes with reviews
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-08 19:26:02 -05:00
Paul POULAIN
78a65edccc don't show the issuer on OPAC
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-14 21:29:08 -05:00
Joshua Ferraro
6cdf0832e2 new virtual shelves changes, keyed by biblionumber
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-09 09:17:49 -05:00
Joshua Ferraro
d5acfe9d73 update to virtual shelves -- approved 2007-08-08 13:12:47 -05:00
Joshua Ferraro
812ba6cd9c working on virtual shelves cleanup, partially finished
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 11:39:24 -05:00
Joshua Ferraro
e9ae8c0686 patches from paul 2007-08-08 07:41:19 -05:00
Chris Cormack
2e4a11773c Merge branch 'master' of /home/jmf/repos/koha-rm-root.git/ 2007-08-08 07:36:43 -05:00
Paul POULAIN
af1d4d541e removing 2 useless files
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:25:09 -05:00
hdl
4a6bb67c21 Adding tabs to shelves management (not tested.. It is a copy of dev_week)
Bug Fixing sort by on opac-srach.pl
2007-07-20 15:39:36 +00:00
hdl
57cdaee5de Putting order list into Template rather than setting this in a script. For translations. 2007-07-20 07:49:06 +00:00
hdl
b54e5f934e Putting order list into Template rather than setting this in a script. For translattions. 2007-07-20 07:41:53 +00:00
toins
858f4f85ca s/UNLESS/IF/ 2007-07-19 14:59:58 +00:00
toins
0c5f1a7a66 refine your search is not available on NoZebra. 2007-07-19 13:20:53 +00:00
hdl
0bba8edb0d Adding | as separation between authors and subjects and urls. 2007-07-19 13:06:37 +00:00
toins
43809f2a92 disable to change password if syspref is set to '0' 2007-07-19 09:46:47 +00:00
toins
5c5c2471e5 do not show "change my password" if syspref is set to '0' 2007-07-19 09:39:56 +00:00
toins
c7a263aa11 bug fix : do not display login box if opagloginuser syspref is set to '0' 2007-07-16 15:55:28 +00:00
toins
466979fff0 fix XHTML syntax error.
writing method="post" instead of method="POST"
2007-07-16 15:54:08 +00:00
toins
3e4537f488 bug fix : bookbag was display even if opacbookbag syspref was set to '0' 2007-07-16 15:40:24 +00:00
hdl
830dfcf69a adding maintenance script to warn users when maintenance is on. 2007-07-11 10:28:18 +00:00
hdl
399ac60815 Feature porting :
Adding SearchMyLibraryFirst feature to OPAC
It select the user's library for research by default
2007-07-06 15:21:29 +00:00
tipaul
96386e6568 fixing some display bugs (itemtype not properly returned and a html table bug that makes items appear strangely 2007-07-03 13:47:44 +00:00
tipaul
a60c83d5b0 adding volume and volumeddesc field in the result list. Kados, pls check that it is interesting for you as well (sounds interesting for serials or volumed publications, where the title will be the same on every volume, like an encyclopedia 2007-07-03 10:12:34 +00:00
hdl
584096b7eb Adding hierarchy for hierarchy showing in opac-authoritiesdetail.pl 2007-06-28 12:57:22 +00:00
hdl
aed457af42 Bug Fixing :
Authorities display hierarchies is now OK (provided hierarchy.css is in includes)
link with biblios OK.
2007-06-28 12:34:12 +00:00
tipaul
b01fd6ffdb adding location sql field to location column, with branch & callnumber 2007-06-26 09:23:02 +00:00