Commit graph

34 commits

Author SHA1 Message Date
tipaul
3635a596cf synch'ing 2.0.0 branch and head 2004-02-11 08:35:31 +00:00
tipaul
8ca3eab9fa fix for #683 2003-12-19 17:28:03 +00:00
tonnesen
d884477651 Using boolean_preference instead of preference for 'marc' setting 2003-06-11 18:37:55 +00:00
rangi
be6a8f9d22 Removing duplicate use C4::Auth 2003-05-11 07:31:37 +00:00
rangi
246b6269e7 Fixing bug 348 2003-04-21 02:16:13 +00:00
wolfpac444
16f422a8f7 Bug fixes 2003-03-29 00:02:24 +00:00
tipaul
547c0daf6d *** empty log message *** 2003-03-19 21:02:24 +00:00
tipaul
b3b3d3bb17 *** empty log message *** 2003-02-03 10:52:40 +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
125c7f9c7e Handle meta tags for non-latin1 charsets 2003-01-20 07:39:27 +00:00
tipaul
0e7f86db7e adding authentification with Auth.pm 2002-12-12 16:33:58 +00:00
tipaul
5c67993c8f road to 1.3.2
various bugfixes, improvments, and migration from acquisition.pm to biblio.pm
2002-11-19 12:31:34 +00:00
arensb
15d6ecc822 Added some FIXME comments. 2002-10-16 12:42:29 +00:00
tipaul
c4892ded4d merging arens + my modifs/bugfixes 2002-10-14 07:40:04 +00:00
arensb
dff0b77740 Turned 'env' into a hash instead of a reference-to-hash, for
readability. Likewise, @$numbers -> @numbers, @$forminputs ->
@forminputs
Added a foreach loop to set up the search terms and output form, for
readability and easy extensibility.
2002-10-14 01:13:18 +00:00
arensb
eff606ba56 Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
Thus, $x = $x+2 becomes $x += 2, and so forth.
2002-10-13 11:32:14 +00:00
arensb
5c91d43a43 Added some FIXME comments. 2002-10-13 05:49:13 +00:00
arensb
a1441d959a Sorted "use" statements in esthetic order. 2002-10-12 06:10:00 +00:00
arensb
db647c3f45 Fixed typo.
Added missing function argument.
2002-10-10 05:27:16 +00:00
tipaul
817bb59fd3 merging from 1,2 branch. Seems OK 2002-10-09 15:44:49 +00:00
tipaul
8515ca8a0c road to 1.3.1 : viewing biblio MARC detail 2002-10-07 14:02:43 +00:00
arensb
235a0f252b Added "use C4::Context" (how did I forget it earlier?) 2002-10-06 00:24:48 +00:00
arensb
dbca39823f Merged with arensb-context branch: use C4::Context->dbh instead of
&C4Connect, and generally prefer C4::Context over C4::Database.
2002-10-05 09:44:27 +00:00
tipaul
5daa177422 long is the road to 1.4.0
* MARCadditem and MARCmoditem now works
* various bugfixes in MARC management
!!! 1.3.0 should be released very soon now. Be careful !!!
2002-09-20 13:01:50 +00:00
tonnesen
1e67687742 Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00
rangi
b355e2187c Reverting back to old search.pl (for now)
The html::template version is in html-template
2002-05-15 04:36:51 +00:00
tonnesen
101d1c604e Fixed search.pl so that next and previous buttons work... had to pass form
parameters in to the templates

Didn't make any changes to bulkmarcimport.pl recently, so I'm probably
squashing somebody else's changes.  Will have to fix that...
2002-05-15 04:12:24 +00:00
rangi
f1e1110cf9 Now use the new hash based results returned from Search.pm 2002-05-07 00:09:06 +00:00
pate
0376493cd4 refactored slashifyDate function out of inline code, created C4/Koha.pm
to hold it and wrote tests for it, started marking other places for
potential refactoring.
2002-04-08 23:44:43 +00:00
rangi
564fd1d8ec Removing reference to the FrontSearch subroutine as its never called 2002-03-13 07:46:43 +00:00
tonnesen
33ab2526f3 Changed search interface to allow searches on Illustrator. This is
apparently a common search in elementary school libraries.
2001-10-05 20:13:20 +00:00
rangi
77e0a9ef76 Fixing " glitch in titles 2001-03-06 21:16:10 +00:00
rangi
17ab6b0b68 Changing the front page search of the intranet site to just be a keyword search 2001-02-11 22:38:17 +00:00
rangi
d0374d0037 Initial revision 2000-12-19 23:45:51 +00:00