kb2qzv
558cb0088d
minor addition in translation (YES, NO)
2003-01-10 16:45:34 +00:00
kb2qzv
cb4785ab9f
First round translation
2003-01-10 16:39:27 +00:00
kb2qzv
8a65b91301
First round translation
2003-01-10 16:00:57 +00:00
kb2qzv
29e68d576c
First round translation
2003-01-10 15:15:19 +00:00
kb2qzv
5d63f4e7b1
First round translation
2003-01-10 14:49:37 +00:00
kb2qzv
ec77493b04
*** empty log message ***
2003-01-10 00:57:51 +00:00
kb2qzv
c8872227c7
First round translation
2003-01-10 00:56:54 +00:00
kb2qzv
b7a7d305f4
*** empty log message ***
2003-01-09 20:57:26 +00:00
kb2qzv
a45d0232a5
*** empty log message ***
2003-01-09 13:29:25 +00:00
kb2qzv
1adebf5fb0
*** empty log message ***
2003-01-09 11:39:26 +00:00
kb2qzv
9f7396af53
First round translation
2003-01-09 11:35:10 +00:00
kb2qzv
3dda2d1f2f
First round translation
2003-01-09 11:27:22 +00:00
kb2qzv
34f5a2446c
*** empty log message ***
2003-01-09 10:17:27 +00:00
kb2qzv
7cf05b6b94
*** empty log message ***
2003-01-09 10:09:52 +00:00
kb2qzv
54f8b0e9d2
First round translation
2003-01-09 10:08:14 +00:00
kb2qzv
a9ccd90946
First round translation
2003-01-07 20:13:24 +00:00
kb2qzv
0bdaed7ba1
First round translation
2003-01-07 19:52:00 +00:00
kb2qzv
34107b613e
first round translation
2003-01-07 18:07:28 +00:00
kb2qzv
ca6a863031
first round translation
2003-01-07 17:30:55 +00:00
kb2qzv
eb3578468c
First round translation
2003-01-07 17:22:32 +00:00
kb2qzv
48fb7541dc
lub instead of lb
2003-01-07 17:13:21 +00:00
kb2qzv
f7dbfb71e3
First round translation
2003-01-07 16:59:55 +00:00
kb2qzv
db50fb849a
First round translation.
2003-01-07 16:49:10 +00:00
kb2qzv
65946e8506
Capital letter removed
2003-01-07 16:45:50 +00:00
kb2qzv
deda2da9fa
First round translation.
2003-01-07 13:51:03 +00:00
kb2qzv
61f8cc056e
First round translation.
2003-01-07 13:34:43 +00:00
tipaul
29ee4abc63
*** empty log message ***
2003-01-06 13:32:43 +00:00
tipaul
95791d11cf
last bugfix before releasing 1.3.3. Not trully a bugfix (see release notes)
2003-01-06 13:31:01 +00:00
tipaul
22e89e1685
bugfix
2003-01-06 13:11:45 +00:00
tipaul
63c8e57b7a
removing trailing #
2003-01-06 13:06:28 +00:00
tipaul
002f594a70
last bugfixes before 1.3.3 : systempref table correctly filled
2003-01-06 11:14:11 +00:00
tipaul
bc017fb032
lasts commits before 1.3.3 release
2003-01-06 11:13:29 +00:00
tipaul
be7ab4cfec
last commit before 1.3.3 ?
...
small bugfix and polish opac language selection
2003-01-06 11:11:56 +00:00
tipaul
a891dc71f0
rollback to english version : benedict today commit changed english opac to polish, which is a bad idea :-)
2003-01-06 10:08:13 +00:00
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