Commit graph

857 commits

Author SHA1 Message Date
kb2qzv
8153f3c0ee *** empty log message *** 2003-01-06 02:06:06 +00:00
kb2qzv
c2ecc846b0 *** empty log message *** 2003-01-06 01:45:52 +00:00
kb2qzv
ec10ec4a8d *** empty log message *** 2003-01-06 01:19:19 +00:00
tipaul
af4c06b3ac road to 1.3.3 releasing... 2003-01-03 16:17:34 +00:00
tipaul
77e100f9a4 update of unimarc french default structure, to reflect plugin and new tab usage (from dombes installation) 2003-01-03 16:10:35 +00:00
tipaul
9684ad629a bugfixes for 1.3.3 release 2002-12-30 09:26:33 +00:00
tipaul
e077776ec7 Forgotten plugin... 2002-12-20 14:50:50 +00:00
tipaul
bb98c06076 changes to reflect official API 2002-12-20 14:02:39 +00:00
tipaul
d1a905a786 small bugfix to make logout work 2002-12-20 13:59:07 +00:00
tipaul
4844b4c717 small bugfixes 2002-12-20 13:58:34 +00:00
tipaul
ccc963ab56 uses temp koha.conf file by default 2002-12-20 13:55:01 +00:00
tipaul
40d6ddb383 checks that the config file passed in parameter exist, otherwise, uses the default one (/etc/koha.conf)
useful in upgradedb2marc.pl script.
* if this script is called during installation, uses /etc/koha.conf.tmp
* if it's called manually (after installation), uses /etc/koha.conf, as the tmp file is no more here :-)
2002-12-20 13:54:31 +00:00
tipaul
88034fbccb bugfixes + language selection during install
road to 1.3.3
2002-12-20 10:30:15 +00:00
tipaul
6098d9c4eb little modif in gettemplate.
auto-replaces theme and lang template variable.
This is useful if you have images in your template :
<img src="/<TMPL_VAR name="theme">/<TMPL_VAR name="lang">/images/picture.gif>
or
<img src="/<TMPL_VAR name="theme">/images/picture.gif>
in the case of a non-language dependant image.

Before this fix, gettemplate only replaced a variable called themelang, which was useful for language dependant images, but didn't work with theme-only images.
Note the previous behaviour is still activated (ie : themelang still works)
2002-12-20 08:35:19 +00:00
hdl
16c57f0a75 Templating reservereport et shelves. 2002-12-19 18:55:40 +00:00
hdl
9d8857f344 Templating reports.pl
This might be of no use... Since it is never called and seems obsolete.
2002-12-19 15:22:18 +00:00
tipaul
3c00689334 bugfix for bug #149 (" and ' escaping) 2002-12-19 14:23:00 +00:00
tipaul
12118778b7 bugfix for bug #149 (" and ' escaping) 2002-12-19 14:21:54 +00:00
tipaul
d9fa74c37e minor bugfix (for biblio modification) 2002-12-19 14:20:27 +00:00
tipaul
747a71aa67 little bugfixes for opac templated.
Need "use HTML::Template" at the beginning of every script.

Note : opac-reserve does not work at all.
Could katipo/finlay check why ?
2002-12-19 11:04:14 +00:00
tipaul
781b82eddd french default opac.
images are still in english at the moment
2002-12-19 11:02:03 +00:00
hdl
67b07bb7ae Templating newmember.pl
newjmember.tmpl bugfixes
2002-12-18 16:58:28 +00:00
tipaul
7b7cafb055 bugfix for bug #144 2002-12-18 10:57:40 +00:00
tipaul
492ca6fcc6 small bugfix to search on >= and not > 2002-12-18 10:56:41 +00:00
tipaul
73cd4c6081 small bugfix to avoid empty list at beginning 2002-12-18 10:55:16 +00:00
tipaul
09d92397f6 bugfix for #143 : deletion ask for confirmation of the asked-for-deletion subfield, not for another one ! 2002-12-18 10:52:16 +00:00
tipaul
d066b4cfdc bugfix for #143 : deletion ask for confirmation of the asked-for-deletion subfield, not for another one ! 2002-12-18 10:45:48 +00:00
tipaul
eaab1def1a bugfix to bug 142
But : modification of the behaviour : when you select 200 as search string in tag screen, the tags >200 are shown. Not only the 200 tag.
I think it's more logic and better.
2002-12-18 10:38:59 +00:00
tipaul
27dddb87c3 bugfix for bug #141 2002-12-18 10:20:46 +00:00
hdl
c1614d9f81 Templating newjmember.pl 2002-12-17 12:33:54 +00:00
hdl
0de731be08 template includes modification 2002-12-16 16:22:57 +00:00
tipaul
80a37bdd4a small but important bugfix (fixes a problem in export) 2002-12-16 15:08:50 +00:00
hdl
12a8d67c21 Templating moditem, modbib, modwebsites, newimember 2002-12-16 00:26:18 +00:00
hdl
ffbe400ce5 Templating : modbibitem.pl modbibitem.tmpl 2002-12-15 17:38:20 +00:00
tipaul
4b9af7f1ff 1st draft of marc export 2002-12-13 16:22:04 +00:00
tipaul
a067d70c35 code cleaning 2002-12-13 10:36:22 +00:00
tipaul
016de75d8c small bugfix 2002-12-13 10:36:00 +00:00
tipaul
9d54a6437b adding authentification with Auth.pm 2002-12-13 10:21:58 +00:00
tonnesen
92821ae783 Moving install and upgrade scripts from rel-1-2 branch. This needs testing! 2002-12-12 21:40:39 +00:00
tipaul
4d315418f2 YAB ! (Yet Another Bugfix) => related to biblio modif
(some warning cleaning too)
2002-12-12 21:26:35 +00:00
tipaul
dd696c61e8 adding authentification with Auth.pm and
MAJOR BUGFIX on marc biblio modification
2002-12-12 16:34:41 +00:00
tipaul
0e7f86db7e adding authentification with Auth.pm 2002-12-12 16:33:58 +00:00
tipaul
5f3749d437 adding authentification with Auth.pm
(note : i want to stay the 1st commiter in december as in november :-) )
2002-12-10 17:35:27 +00:00
tipaul
d10e9b539c adding authentification with Auth.pm 2002-12-10 17:34:24 +00:00
tipaul
fc7d0d5538 copying opac-auth.tmpl into intranet templates branch to enable auth.pm to work properly and show a login screen if user is not logged in.
finlay => see yesterday mail about auth.tmpl missing and validate this commit (which is just a copy/paste from opac-auth)
2002-12-10 15:54:30 +00:00
tipaul
b0d0dddfac authentification bugfix :
the api in pod-auth.pm has "type => 'opac' "parameter.
If called from intranet, should be type => 'intranet'.
Output.pm checked for type existed, and not it's value. Now, Output compares checks for type value.
If type='intranet', then the intranet template is called, else it's an opac template.
Finlay, please validate this commit.
2002-12-10 15:52:49 +00:00
tipaul
afe757aeca * bugfixes
* improvements done during dombes intallation/tests
* adding authentication (new Auth.pm)
2002-12-10 13:54:08 +00:00
tipaul
d0ade962d3 improvements from Dombes Abbey work 2002-12-10 13:52:44 +00:00
tipaul
421de1df64 new and modified plugins for unimarc biblio management.
note that the plugin api has been deeply modified, and should now be definitive.
It will be documented soon on the wiki.
2002-12-10 13:52:20 +00:00
tipaul
1215d1dc77 minor presentation modifs 2002-12-10 13:48:40 +00:00