Commit graph

33 commits

Author SHA1 Message Date
tipaul
3583bd69ff "tab-ing" script 2003-05-21 14:36:21 +00:00
tipaul
b31ff7ec23 fixes for bug 246 (zipcode), 207 (display of institutional member) and some improvment and other bugfixes 2003-05-15 12:25:04 +00:00
tipaul
04fdb2e08c fix for #277 2003-04-08 12:34:14 +00:00
tipaul
a3ed52337a templating Mr, Mrs, Ms... 2003-04-08 11:12:22 +00:00
tipaul
5edc7ef9a7 fixes for #207, 208, 211 2003-04-08 09:39:17 +00:00
wolfpac444
398a4d5242 Fixed Bug #230. 2003-03-26 03:02:13 +00:00
wolfpac444
746006508b Fixed bug #218 2003-03-25 06:05:13 +00:00
wolfpac444
a09fc08c37 Added the stuff for the text messaging field -- Fixed bug #219 2003-03-25 05:13:26 +00:00
tipaul
5347b92619 bugfix 2003-03-18 11:14:50 +00:00
wolfpac444
0aaaa1cbed Fixed Bug #196 by using Date::Manip to put the date in the correct format. 2003-03-16 07:39:27 +00:00
acli
7d7deb7b36 Moved the cardnumber generation logic out of memberentry.pl; new module
C4::Members created to hold this logic

Fixed syntax error in newimember.pl
Make newimember.pl use the cardnumber generation logic (bug 206)
Updated newimember.pl to use get_template_and_user
Other minor mods to newimember.pl; new tab size noted
2003-02-10 07:14:16 +00:00
acli
850a3e41f6 Use the new C4::Boolean module and the new C4::Auth::boolean_parameter
function to test for boolean values in parameters
2003-02-06 06:35:26 +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
7d8fcad974 Corrected wrong method to include the page header and footer 2003-01-25 19:31:09 +00:00
tipaul
d26b2df9dc *** empty log message *** 2003-01-20 13:15:01 +00:00
acli
125c7f9c7e Handle meta tags for non-latin1 charsets 2003-01-20 07:39:27 +00:00
tipaul
9d54a6437b adding authentification with Auth.pm 2002-12-13 10:21:58 +00:00
tipaul
6e9e3cf3ab templating stuff : use of gettemplate method 2002-10-28 18:00:57 +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
7197a3735b Added magic RCS comment.
Removed trailing whitespace.
2002-10-13 07:31:21 +00:00
arensb
5c91d43a43 Added some FIXME comments. 2002-10-13 05:49:13 +00:00
arensb
cc1d55c136 Use C4::Context->preference, rather than getting all system
preferences and picking out only what's needed.
2002-10-05 23:56:13 +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
arensb
4bddc658c2 Added some FIXME comments. 2002-09-22 16:49:20 +00:00
dnmeid
0f24c70900 templatified:set templatedirectory in koha.conf to use the templates 2002-09-17 15:08:42 +00:00
tonnesen
1e67687742 Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00
tipaul
fbe10b879f merging 1.2 and main branches. main branch now uses ethnicity SQL table 2002-07-04 13:53:56 +00:00
rangi
d9deed33c7 Little typo, missing t in systemprefs
Apart from that, all the patch files seem to be running happily on
hlt.katipo.co.nz
2002-04-09 00:16:52 +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
e81f216f08 Fix to handle the delete call, redirects to deletemem.pl 2001-07-05 21:37:15 +00:00
rangi
17bf0d8b9d Modified to include Glen Stewarts automatic member/patron cardnumber incrementation 2001-03-12 23:29:44 +00:00
rangi
c8b9187aed Added the functionality to allow librarians to manipulate the flag status on borrowers
ie lost, debarred, and gone no address
2001-03-07 01:48:48 +00:00
rangi
d0374d0037 Initial revision 2000-12-19 23:45:51 +00:00