Joe Atzberger
5e78bc9a07
currency expansion - symbol and timestamp. PLEASE VERIFY SQL edit. Should be equivalent to: ALTER TABLE currency
ADD symbol
varchar(5) default NULL, ADD timestamp
timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP;
...
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 20:21:28 -06:00
Paul POULAIN
8b7085a8ab
removing useless code
...
the 3 parameters :
intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),
intranetstylesheet => C4::Context->preference("intranetstylesheet"),
IntranetNav => C4::Context->preference("IntranetNav"),
are filled by Auth.pm automatically, removing them in templates
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-24 17:03:38 -05: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
7bd99ef365
removing all useless %env / $env
2007-04-18 17:00:14 +00:00
tipaul
2ffd5b7228
rel_3_0 moved to HEAD
2007-03-09 14:28:54 +00:00
tgarip1957
fe59c6c516
New framework handling. New koha_attr table for mapping MARC to koha
2006-09-01 22:03:00 +00:00
toins
cc9524a875
Head & rel_2_2 merged
2006-07-04 14:36:51 +00:00
hdl
b810e2d71e
changing parameters template directory to admin
2006-02-24 11:15:01 +00:00
doxulting
e576fa725b
Adding a parameter to allow acces to people with management flag
2005-03-23 09:41:50 +00:00
tipaul
7457de546a
synch'ing with rel_2_0 version
2004-01-12 16:55:05 +00:00
tipaul
3aae53c4e1
authentication fixes
2003-05-06 14:55:39 +00:00
wolfpac444
60b1489fe5
Fixed bug #299
2003-04-10 04:05:18 +00:00
wolfpac444
6419ed7c78
Added "toggle" color functionality to the templates
2003-04-05 03:35:09 +00:00
wolfpac444
fcbdef09f0
Templating...
2003-04-05 00:12:43 +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
tonnesen
1e67687742
Added copyright statement to all .pl and .pm files
2002-08-14 18:12:50 +00:00
tonnesen
682ae23959
Merging bug fix from rel-1-2
2002-07-02 21:46:52 +00:00
tonnesen
d5fbd761f5
Switched button-add-member to button-add-new in /admin/ scripts.
2002-06-24 18:40:56 +00:00
tipaul
28c9f74a6c
scripts to manage parameters tables
2002-03-05 20:48:42 +00:00