Joshua Ferraro
a8ba013e1e
Synching opac with fixes to reserves adding back dev_week opac reserve cancel feature that was removed Could use some style improvements
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-24 02:01:04 -06:00
Chris Cormack
c3f1a079d1
Doh, typo, fixed
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-23 20:27:17 -06:00
Chris Cormack
04fd34d948
Reserves not made at priority 0 if ReservesNeedReturns is switched on
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-23 20:27:16 -06:00
Chris Cormack
618ae1855b
An item is only waiting if found is set to W in the reserves table
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-23 20:27:11 -06:00
Joshua Ferraro
ba7287c03a
nomenclature cleanup in the OPAC detail and user pages
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-23 15:48:04 -06:00
Joshua Ferraro
85092daa56
Warning: Big Commit. Fixing Virtual Shelves
...
* prior to this commit, virtual shelvesn't did not function in
the OPAC! Now they do, except for deletion from virtual shelves
in list form
* I've re-named 'Virtual Shelves' to 'Lists' as per our agreed
upon convention
* while vshelves aren't perfect yet, they're in enough of a working
state for the RC1 now
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-23 14:31:14 -06:00
Joshua Ferraro
3edaba0cc0
fixes to search results list, ccl.properties tweak
...
patch updateitem.pl (was failing ... missing 'my')
update OPAC results
fix limit by availability
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-20 17:35:46 -06:00
Joshua Ferraro
4075926730
adding query_desc and limit_desc to staff catalog search
...
when no hits found
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:52:31 -06:00
Joshua Ferraro
fcc3986cfd
Updates to date indexing and search processing
...
Summary of Koha 3.0 date indexing for MARC21:
Index Expected format Notes
-----------------------------------------------------
date-entered-on-file [yymmdd] (008/0-5, indexed in word and sort indexes)
copydate [yyyy] (260$c, indexed in word and sort indexes)
acqdate [yyyy-mm-dd] (952$d, indexed in date,word,sort indexes)
pubdate [yyyy] (008/7-10, indexed in year,word,sort indexes)
Template Search Parameters Tested:
limit-yr (either yyyy or yyyy-yyyy) (added processing for ge le, structure attribute st-numeric, etc.)
yr pubdate (yyyy)
acqdate,st-date-normalized (yyyy-mm-dd)
Template Sort Parameters Tested:
pubdate_dsc
pubdate_asc
acqdate_dsc
acqdate_asc
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-17 12:00:30 -06:00
Mason James
cb1cc28612
adding collection-code description lookup.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 23:06:31 -06:00
Henri-Damien LAURENT
f3b0f3816b
Bug fixing : serial collection on OPAC were not correctly displayed.
...
Call to PrepareSerialsData on Serial information
Adding receivedlist and missing list to brief display
Modifying js to use display:block/display:none rather than visibility attribute.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-14 10:51:14 -06:00
Chris Nighswonger
6bf61aa64f
Fix for BUG 1653
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-13 17:27:13 -06:00
Ryan Higgins
46d77f4461
Virtual shelves: per shelf sort, multiple add in OPAC, partial bug fixes.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-12 08:03:13 -06:00
Ryan Higgins
433be86631
Add multiple items to virt shelf, and bugvix virtual shelf adds.
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-12 08:03:11 -06:00
Joshua Ferraro
71edba65d4
cleanup for opac/ Dates - missing format_date, etc.
2007-12-04 18:56:27 -06:00
Joe Atzberger
093e3f5215
opac subdir - Dates.pm integration and warnings fixes.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 18:21:03 -06:00
1e78daf9ab
Changes to fix Bug 1335 (Min password length is hardcoded in template error message). Script now checks for passes to the template the value of minPasswordLength system preference so the user knows beforehand what the requirements are, and so that the error message can contain the correct value.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 15:06:31 -06:00
Chris Cormack
ac03e64109
Fix to get this working with the modules in 3.0
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-04 15:06:14 -06:00
Paul POULAIN
c28aaec2d5
it appears that hidelostitems can be true here and not set to 1 in syspref
...
in syspref it appears as "OFF", but in opac-search it's considered as true.
Changing the test to be sure syspref & opac-search consider the same thing
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-02 14:56:31 -06:00
Paul POULAIN
a502aa1c76
HTML::Template => HTML::Template::Pro
...
HTML::Template is no more used, some were remaining,
fixing the "use ...;" to H::T::Pro only
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-12-02 14:55:55 -06:00
96fcc7137c
Enabling FRBR system pref for OPAC, to enable/disable display of other editions. Adding editions display to opac-detail, and making some other cosmetic changes. Adding alterating table row colors in opac-user.pl
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-26 19:59:32 -06:00
Joshua Ferraro
a0b220f855
much-awaited web-based self-checkout system
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 23:45:52 -06:00
Joshua Ferraro
824d50c50d
forward-porting default sort by options
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 18:47:12 -06:00
Joshua Ferraro
eab6705ce6
adding numSearchResults and OPACnumSearchResults
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 18:04:56 -06:00
Galen Charlton
958b5a097c
new C4::Auth::get_session for single place to get CGI::Session object
...
Refactoring to provide single place to get CGI::Session ojbject;
fixes bug for DB storage method other than 'mysql'.
This refactoring is also part of the patch series for
handling large input files for staging and processing
MARC records.
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:43:26 -06:00
Joshua Ferraro
52d9e90655
adding back count of remaining renewals to OPAC
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:57 -06:00
Joshua Ferraro
7471f4c017
add OPAC hidelostitems and suppression from dev_week
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:44 -06:00
Joshua Ferraro
7bfd9507ae
fix for bug 1352: 'Suggestions Link Should Force Patron Login'
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:31 -06:00
Joshua Ferraro
160440cc3a
fixing masthead query detection, fixing author and subject links
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:27:26 -06:00
Joshua Ferraro
7b4c5fd8e0
searchdesc improvements, more opac fixes
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:26:35 -06:00
Joshua Ferraro
bb86c39e35
adding limit_cgi_not_availablity which is identical to
...
limit_cgi but without the available limit
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:26:25 -06:00
Joshua Ferraro
cf46662107
starting work on porting search to OPAC
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-25 16:25:48 -06:00
eb1b0ac1b6
Tweaks to opac-detail, opac-results. Many changes to opac-shelves.tmpl following the pattern of revision started in dev_week and continued in the 3.0 staff client.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-21 18:08:05 -06:00
5cc3cdeb29
Finishing first round of OPAC updates. Lost of unstandardized interface elements and menu placement issues still to be resolved. Also included are a couple of changes to the intranet detail page.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-20 16:27:05 -06:00
Joshua Ferraro
dd05dd3dbb
adding xisbn, amazon similar items to OPAC
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-20 16:18:35 -06:00
Joshua Ferraro
2a1587d1ce
adding export feature to OPAC
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-20 15:59:06 -06:00
Paul POULAIN
ef2855e2cd
porting sort_by stuff from staff to opac
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-17 11:16:15 -06:00
e496677ac9
Beginning redesign of the OPAC. At this stage it's a move to make it more like the dev_week design, but this is only a starting point. This commit makes most OPAC page layouts very broken.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-13 21:35:45 -06:00
Paul POULAIN
321f3694c4
bugfix to limit search to branch in OPAC
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-12 17:10:18 -06:00
Henri-Damien LAURENT
8c482560f4
Bug FIX : ISBD links to pages should be changed in order to work both at OPAC and intranet.
...
Proposing a quick fix for that.
parsing links to change calls from /cgi-bin/koha/***/function.pl?myvars
to opar-function.pl?myvars
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-06 06:23:47 -06:00
Paul POULAIN
4c7ca14fb8
fixing buildQuery call to new API
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-31 19:42:26 -05:00
Paul POULAIN
9a954f7263
revert kw,wrdl search (part 2)
...
kados should commit something better, this is a quick hack.
if I send it mistakenly chris/kados, pls don't validate
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-31 05:44:22 -05:00
Paul POULAIN
b1f2856974
Show images only if there is one
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-31 05:43:21 -05:00
Chris Cormack
906921e558
Fix for a bug in reserves, if a charge was incurred we got a server error, and it wasnt listing the itemtypes available
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-29 16:11:38 -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
Paul POULAIN
6cfc26f856
defaut search on kw,wrdl
...
without this, the search is done on kw, and truncation is not possible.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-24 17:03:22 -05:00
Henri-Damien LAURENT
6645791b3e
Ordering items on holdingbranch for ISBD.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-18 19:41:52 -05:00
Chris Cormack
606ecb532a
Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts
...
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-18 16:27:04 -05:00
Paul POULAIN
4d73edcd8a
bugfix for top issues, for branch selector
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-17 07:15:27 -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
865036b43c
opac-logout fixed
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-17 07:14:24 -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
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
669a146e1a
Sorting Branches by Branchcode on display.
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-11 12:32:04 -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
54c6d55b7e
removing comment
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-09 19:05:23 -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
Joshua Ferraro
e87c497f5d
Fix for 1279: Detail page should display error message for invalid biblionumbers
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-06 21:44:40 -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
bb12924c1b
some cleaning in Auth
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-02 15:45:07 -05:00
Chris Cormack
6c871b7847
Fix for a bug in reserves, if a charge was incurred we got a server error, and it wasnt listing the itemtypes available
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-10-01 18:25:19 -05:00
Paul POULAIN
30fbc40061
BUGFIX (minor)
...
authority list ordering was bugguy
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-30 16:03:35 -05:00
Joshua Ferraro
45e9e184ef
genericize spsuggest feature
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-29 16:00:55 -05:00
Paul POULAIN
85636b5cf1
BUGFIX : updating opac-logout to deal with CGI::Sessions
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-27 16:32:42 -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
Paul POULAIN
91b01d3862
BUGFIX for 1309 (displayXXX in Koha.pm)
...
Those subs were no more useful, the template didn't use them.
No hardcoding strings in .pl & .pm pls, we can't translate them.
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-24 15:29:16 -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
Joshua Ferraro
8ee881174f
Merge branch 'master' of /usr/local/git/koha_base.git/
2007-08-08 07:27:26 -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
Paul POULAIN
f8fcab514b
fixing buggy reserve script
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:25:09 -05:00
Paul POULAIN
f60f27dea7
removed useless systempref
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-08 07:25:09 -05:00
Chris Cormack
d40e78cf04
Script to allow patrons to download the due dates for the books in ICalendar format
...
Signed-off-by: kados <jmf@liblime.com>
2007-08-07 13:22:05 -05:00
kados
758851a922
perltidy opac-rss.pl
2007-08-03 18:42:47 -05:00
Chris Cormack
61804c6815
Perltidy opac-logout.pl
2007-08-03 17:36:43 -05:00
Chris Cormack
b97261cb76
Perltidy opac-main.pl
2007-08-03 17:31:16 -05:00
tipaul
49e5c36e10
adding file just for creating the rss directory
2007-08-02 08:50:43 +00:00
toins
ae706f0d7a
fix indentation.
2007-07-31 16:14:15 +00:00
hdl
8c10d9dd91
Bug Fixing Norequests was not right.
2007-07-20 15:37:16 +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
be803a70f4
Bug Fixing :
...
- GetReservesFromBiblionumber returns an array !!
2007-07-12 12:54:17 +00:00
hdl
4abd89f94f
Bug Fixing :
...
Call to Members::GetMemberDetail.pl useless. + no use C4::Members.
Dropping it.
2007-07-11 12:37:45 +00:00
hdl
830dfcf69a
adding maintenance script to warn users when maintenance is on.
2007-07-11 10:28:18 +00:00
kados
4af7e13c70
Cleaning up perldocs for make utility that MJ wrote. I was getting a bunch
...
of warnings:
Manifying blib/man3/reports::cat_issues_top.3pm
reports/cat_issues_top.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::acquisitions_stats.3pm
reports/acquisitions_stats.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Koha.3pm
C4/Koha.pm:1227: Unmatched =back
Manifying blib/man3/reports::catalogue_stats.3pm
reports/catalogue_stats.pl:38: Unknown command paragraph "=over2"
Manifying blib/man3/opac::opac-topissues.3pm
opac/opac-topissues.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::issues_avg_stats.3pm
reports/issues_avg_stats.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::borrowers_stats.3pm
reports/borrowers_stats.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::bor_issues_top.3pm
reports/bor_issues_top.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::catalogue_out.3pm
reports/catalogue_out.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::borrowers_out.3pm
reports/borrowers_out.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Languages.3pm
C4/Languages.pm:445: Unmatched =back
Manifying blib/man3/reports::issues_stats.3pm
reports/issues_stats.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Acquisition.3pm
C4/Acquisition.pm:772: Unmatched =back
2007-07-08 15:36:59 +00:00
hdl
109644cdb4
Bug Fixing:
...
Authority display hierarchy had a problem.
Feature porting :
Adding SearchMyLibraryFirst feature to OPAC
It select the user's library for research by default
2007-07-06 15:16:40 +00:00
tipaul
08daf60a70
improving opac default CSS to have a npl/ccfls like theme (look at http://o15.bureau.paulpoulain.com to see the result)
2007-06-06 13:07:15 +00:00
tipaul
c8c6012195
merging opac details only for items with the same branch+location+itemcallnumber && putting publisher before publicationyear && lowering item column size in result page && fixing a missing branch reference in ccl.properties
2007-05-28 16:28:43 +00:00
tipaul
67d1dcf1f7
various bugfixes (minor) and french translation updated
2007-05-23 16:19:40 +00:00
tipaul
5ff7fcffa4
Bugfixes & improvements (various and minor) :
...
- updating templates to have tmpl_process3.pl running without any errors
- adding a drupal-like css for prog templates (with 3 small images)
- fixing some bugs in circulation & other scripts
- updating french translation
- fixing some typos in templates
2007-05-22 09:13:54 +00:00
hdl
286930bdc7
Changing GetMarcStructure signature.
...
Deleting first parameter $dbh
2007-05-22 08:50:47 +00:00
alaurin
700fcf77a6
minor bugfixing for reservations
2007-05-11 16:22:03 +00:00
tipaul
ca201e36af
Koha NoZebra :
...
- support for authorities
- some bugfixes in ordering and "CCL" parsing
- support for authorities <=> biblios walking
Seems I can do what I want now, so I consider its done, except for bugfixes that will be needed i m sure !
2007-05-10 14:45:15 +00:00
tipaul
63e9b146e7
copyright & licence added
2007-05-09 10:18:11 +00:00
tipaul
847b82ff23
NEW feature : RSS feeds. See POD & koha-devel for details
2007-05-09 10:09:40 +00:00
hdl
097fef712a
Removing $dbh from GetMarcFromKohaField (dbh is not used in this function.)
2007-04-27 14:00:48 +00:00
hdl
a171035f1d
GetBorrowerIssues is deleted from C4::Circulation
...
Use GetPendingIssues from C4::Members instead.
2007-04-25 14:07:34 +00:00
tipaul
fb143b71ba
BIG COMMIT : cleaning of Reserves.pm. See detail on koha-devel
2007-04-24 16:10:36 +00:00
hdl
b642e687d2
Still Code Cleaning.
...
Abiding by Name Convention.
Using Members wherever it should be used.
Borrower is only used for borrower Categories.
+ GetBorrowersWhoHaveNeverBorrowed
and lists like that.
2007-04-24 15:41:27 +00:00
hdl
100e6a9808
functions that were in C4::Interface::CGI::Output are now in C4::Output.
...
So this implies quite a change for files.
Sorry about conflicts which will be caused.
directory Interface::CGI should now be dropped.
I noticed that many scripts (reports ones, but also some circ/stats.pl or opac-topissues) still use Date::Manip.
2007-04-24 13:54:28 +00:00
tipaul
3ddec89262
moving Reserves2.pm to Reserves.pm
2007-04-23 14:08:47 +00:00
hdl
0b66bd800d
Code Cleaning Members.
...
- checkaccount and getborraccountno => GetBorrowerAcctRecord
Many changes in names,
some changes in function signature.
Will be detailed in a mail to kohadevel.
2007-04-23 13:10:07 +00:00
tipaul
7bd99ef365
removing all useless %env / $env
2007-04-18 17:00:14 +00:00
tipaul
b71839d85c
circulation cleaning continued: bufixing
2007-04-17 08:44:49 +00:00
hdl
b767f50c8f
Code Cleaning : AuthoritiesMARC.
2007-04-06 14:48:45 +00:00
tipaul
c596d55374
HUGE COMMIT : code cleaning circulation.
...
some stuff to do, i'll write a mail on koha-devel NOW !
2007-04-04 16:46:22 +00:00
tipaul
eba2552086
Code cleaning of Biblio.pm (continued)
...
All subs have be cleaned :
- removed useless
- merged some
- reordering Biblio.pm completly
- using only naming conventions
Seems to have broken nothing, but it still has to be heavily tested.
Note that Biblio.pm is now much more efficient than previously & probably more reliable as well.
2007-03-29 16:45:53 +00:00
tipaul
a481fad4b7
Code cleaning :
...
== Biblio.pm cleaning (useless) ==
* some sub declaration dropped
* removed modbiblio sub
* removed moditem sub
* removed newitems. It was used only in finishrecieve. Replaced by a Koha2Marc+AddItem, that is better.
* removed MARCkoha2marcItem
* removed MARCdelsubfield declaration
* removed MARCkoha2marcBiblio
== Biblio.pm cleaning (naming conventions) ==
* MARCgettagslib renamed to GetMarcStructure
* MARCgetitems renamed to GetMarcItem
* MARCfind_frameworkcode renamed to GetFrameworkCode
* MARCmarc2koha renamed to TransformMarcToKoha
* MARChtml2marc renamed to TransformHtmlToMarc
* MARChtml2xml renamed to TranformeHtmlToXml
* zebraop renamed to ModZebra
== MARC=OFF ==
* removing MARC=OFF related scripts (in cataloguing directory)
* removed checkitems (function related to MARC=off feature, that is completly broken in head. If someone want to reintroduce it, hard work coming...)
* removed getitemsbybiblioitem (used only by MARC=OFF scripts, that is removed as well)
2007-03-29 13:30:31 +00:00
hdl
1ab5cdfd44
removing $dbh as a parameter in AuthoritiesMarc functions
...
And reporting all differences into the scripts taht relies on those functions.
2007-03-28 10:39:16 +00:00
hdl
2fadb98a16
Bug Fixing :
...
- new authoritiessearch API (without $dbh)
- new search API (using ccl)
2007-03-27 14:48:39 +00:00
kados
56244e6efd
Using my precrash CVS copy I did the following:
...
cvs -z3 -d:ext:kados@cvs.savannah.nongnu.org:/sources/koha co -P koha
find koha.precrash -type d -name "CVS" -exec rm -v {} \;
cp -r koha.precrash/* koha/
cd koha/
cvs commit
This should in theory put us right back where we were before the crash
2007-03-16 01:25:08 +00:00
tipaul
f8e9fb6445
rel_3_0 moved to HEAD (introducing new files)
2007-03-09 15:34:17 +00:00
tipaul
86e9db4e67
rel_3_0 moved to HEAD (removing useless file)
2007-03-09 15:22:00 +00:00
tipaul
fc1342f73d
rel_3_0 moved to HEAD
2007-03-09 15:12:54 +00:00
toins
f9c678aaaa
use C4::Search; replace use C4::SearchMarc;
2006-08-11 16:08:28 +00:00
toins
a367ee8bdd
Add a call to C4::Members & GPL added.
2006-08-11 15:59:14 +00:00
toins
1bc7d0b313
allow to search with zoom on opac. (sync with dev_week)
2006-08-11 15:55:45 +00:00
toins
28e96084be
Some usefuls functions were commented.
2006-08-11 15:45:37 +00:00
toins
a0b6741c93
Add a call to C4::Members & GPL added.
2006-08-11 09:14:01 +00:00
toins
c08ab01523
Add a call to GetOrderNumber.
2006-08-01 08:50:11 +00:00
toins
cb19c9a7d3
modify input parameter for GetOrder function.
2006-07-28 13:19:27 +00:00
toins
feaf055c28
subs renamed & fix broken link
2006-07-21 09:52:34 +00:00
toins
fc8cdb1808
subs renamed according to coding guidelines.
2006-07-21 09:51:42 +00:00
toins
9565922f3e
GetFullSubscriptionList... renamed to GetFullSubscriptions...
2006-07-12 17:20:36 +00:00
toins
77dc2a7f79
GetSubscription... renamed to CountSubscription...
2006-07-12 17:18:10 +00:00
toins
1696f62652
Sub renamed & GPL Licence added.
2006-07-07 09:00:12 +00:00
toins
cc9524a875
Head & rel_2_2 merged
2006-07-04 14:36:51 +00:00
rangi
c9d0afceac
Fixing, working now
2006-06-17 03:50:50 +00:00
rangi
d1fb70c16b
Tidying up formatting
2006-06-17 03:43:57 +00:00
rangi
001d396412
Passing through reviewson value, and fixing syntax error
2006-06-17 03:42:56 +00:00
rangi
d7e4407c00
Tidying up, and getting it working again
2006-06-17 03:18:32 +00:00
bob_lyon
0a7c849997
merging katipo changes...
...
Added the ability to display all branches opening/closing times on the opac
homepage
2006-06-07 04:56:55 +00:00
kados
e61173aa8e
syncing dev-week and HEAD
2006-05-21 02:29:09 +00:00
kados
f358be8c66
merging dev-week and HEAD
2006-05-21 02:27:24 +00:00
kados
e02fd93801
syncing dev-week and head
2006-05-21 02:19:00 +00:00
kados
90a5a7dc68
syncing dev-week and HEAD
2006-05-21 02:17:02 +00:00
kados
aecb302298
syncing dev-week and HEAD
2006-05-21 02:10:32 +00:00
kados
ef8a07c21b
merging dev-week and HEAD
2006-05-21 02:07:44 +00:00
kados
f9f4a63ea0
merging dev-week and HEAD
2006-05-21 01:54:13 +00:00
kados
b4a2505312
merging dev-week and head. NOTE:
...
<<<<<<< opac-readingrecord.pl
use C4::Date;
use C4::Members;
=======
use C4::Date;
use C4::Search;
>>>>>>> 1.6.2.6
C4::Search ... but it might be needed.
2006-05-21 01:50:51 +00:00
rangi
d7b8437e1b
Using get_record() from Search.pm
...
Not ready for production, its just set to always use the default framework at the moment
2006-02-21 00:12:26 +00:00
rangi
f4ab73fff2
Using get_record() from C4::Search now (ie fetching the record from zebra)
2006-02-21 00:11:06 +00:00
rangi
08107e0d76
Fixing broken code to show list of branches
2006-02-09 03:12:23 +00:00
rangi
55028b3979
Commenting out a line that was preventing the script executing
2006-02-09 01:26:16 +00:00
tipaul
d5938493d7
synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
...
Seems not to break too many things, but i'm probably wrong here.
at least, new features/bugfixes from 2.2.5 are here (tested on some features on my head local copy)
- removing useless directories (koha-html and koha-plucene)
2006-01-06 16:39:37 +00:00
tipaul
73ef51958f
road to normalization : changing API = removing getbranchname, replaced by getbranchdetail (should be getbranch, but this sub already exists and I don't understand what it does...)
2005-10-27 12:05:58 +00:00