Joshua Ferraro
737fd3465a
adding CGI::Session dependency for recent session re-write
2007-08-07 13:55:41 -05:00
Joshua Ferraro
a88a0d04ac
taking out a warn
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-07 13:54:27 -05:00
Chris Cormack
cdbbf1e7d8
Merge branch 'master' of /home/jmf/repos/koha-rm-root.git/
2007-08-07 13:54:12 -05:00
Joshua Ferraro
1ba20cb4c6
adding CGI::Session dependency for recent session re-write
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-07 13:53:08 -05:00
Chris Cormack
df630421c8
Changing sessions table to work with CGI::Session
...
No longer need all the extra columns, its stored in the a_session, and with CGI::Session
you get back a session object which you can do things like
my $userid = $session->param('userid');
Signed-off-by: kados <jmf@liblime.com>
2007-08-07 13:22:23 -05:00
Chris Cormack
512eda82cf
Auth.pm rewritten to use CGI::Session
...
Signed-off-by: kados <jmf@liblime.com>
2007-08-07 13:22:11 -05:00
Chris Cormack
d40e78cf04
Script to allow patrons to download the due dates for the books in ICalendar format
...
Signed-off-by: kados <jmf@liblime.com>
2007-08-07 13:22:05 -05:00
kados
40af15d8e6
changing permissions on templates and scripts
2007-08-07 13:20:51 -05:00
paul
5cabc69758
Removing useless websites table from sql definition
...
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-08-07 09:41:20 -05:00
tipaul
e24c247915
adding confirmation to basket closing
2007-08-06 12:27:31 +00:00
Chris Cormack
1524c550b3
Fixing bad character
2007-08-04 22:45:15 -05:00
jmf@arwen.metavore.com
c0d85e87b4
From 0751ba130288bc69e9e563473e7fc25551edc40e Mon Sep 17 00:00:00 2001
...
From: kados <jmf@arwen.metavore.com>
Date: Sat, 4 Aug 2007 20:10:51 -0500
Subject: [PATCH] fixing permissions on all scripts
Signed-off-by: Chris Cormack <crc@arwen.metavore.com>
2007-08-04 22:41:41 -05:00
jmf@arwen.metavore.com
2fc59a2e76
From c428933ebfa5f56e14f3b32824ebb368c3258c24 Mon Sep 17 00:00:00 2001
...
From: kados <jmf@arwen.metavore.com>
Date: Sat, 4 Aug 2007 20:06:28 -0500
Subject: [PATCH] changing permissions on templates
Signed-off-by: Chris Cormack <crc@arwen.metavore.com>
2007-08-04 22:41:28 -05:00
jmf@arwen.metavore.com
9519c14e32
From d201d6349a10adc69c4de95a6465e92b293eb4f6 Mon Sep 17 00:00:00 2001
...
From: kados <jmf@arwen.metavore.com>
Date: Sat, 4 Aug 2007 20:02:10 -0500
Subject: [PATCH] changing permissions
Signed-off-by: Chris Cormack <crc@arwen.metavore.com>
2007-08-04 22:41:19 -05:00
thd
8bbf10efdb
Readding file to HEAD.
2007-08-04 23:21:50 +00:00
kados
758851a922
perltidy opac-rss.pl
2007-08-03 18:42:47 -05:00
Chris Cormack
61804c6815
Perltidy opac-logout.pl
2007-08-03 17:36:43 -05:00
Chris Cormack
b97261cb76
Perltidy opac-main.pl
2007-08-03 17:31:16 -05:00
Chris Cormack
2d46b42cd6
Perltidy mainpage.pl
2007-08-03 17:28:27 -05:00
Chris Cormack
ff16357698
Perltidy and conflict resolve
2007-08-03 17:23:05 -05:00
Chris Cormack
34d82eda22
Fixing conflict
2007-08-03 17:14:36 -05:00
Chris Cormack
4ce43414f8
Trying to fix
2007-08-03 17:05:53 -05:00
Chris Cormack
852b7d5274
Perltidying
...
Signed-off-by: Chris Cormack <crc@arwen.metavore.com>
2007-08-03 16:39:30 -05:00
Chris Cormack
00005d08c8
We shouldnt need to have Smart::Comments installed in a production envrionment
...
Signed-off-by: Chris Cormack <crc@arwen.metavore.com>
2007-08-03 12:57:03 -05:00
Chris Cormack
060d731bf6
Patch
2007-08-03 12:36:22 -05:00
tipaul
49e5c36e10
adding file just for creating the rss directory
2007-08-02 08:50:43 +00:00
tipaul
3ea77fd6a0
adding XML::RSS as mandatory package (to have RSS working)
2007-08-02 08:45:10 +00:00
tipaul
d7334d51ea
synch french templates
2007-08-01 09:22:37 +00:00
tipaul
1399945a75
eval() on getAuthority & getBiblio to avoid a script failure
2007-08-01 09:20:03 +00:00
toins
ae706f0d7a
fix indentation.
2007-07-31 16:14:15 +00:00
toins
1a48872caa
fixed to work with addbiblio.
2007-07-31 16:11:48 +00:00
toins
aeae5685c0
display enhancement.
2007-07-31 16:06:59 +00:00
toins
3731406592
plugin rewrited to works with addbiblio.
...
NOTE :
Unimarc plugins has been fully tested but not MARC21 one.
Unimarc plugins respect the norme now.
2007-07-31 16:06:21 +00:00
toins
e14fdf1f5e
addbiblio cleaned.
...
TODO: There is still a encoding pb when modifying a biblio.
2007-07-31 16:03:09 +00:00
toins
7f3265ccae
Some new functions.
...
TransformHTMLtoMarc rewrited.
2007-07-31 16:01:11 +00:00
hpassini
512e79ff68
*** empty log message ***
2007-07-30 15:55:48 +00:00
hpassini
46a99d8681
*** empty log message ***
2007-07-30 15:24:06 +00:00
toins
c07db4a97d
XHTML validation.
2007-07-26 15:23:11 +00:00
toins
942afede38
there is no detailprint for authorities
2007-07-26 15:22:31 +00:00
toins
d81440c91e
reindenting + removing unused syspref.
2007-07-26 15:20:22 +00:00
toins
a3135df486
really minor change : POD fixing, indentation & some compilation warn removing.
2007-07-26 15:18:46 +00:00
toins
1b77b07b3b
adding 'kw' to search on keyword on non zebra mod
2007-07-26 15:17:46 +00:00
toins
36d57b8f9a
using 'our' instead of 'use vars' + POD fixing.
2007-07-26 15:15:08 +00:00
toins
2ae0459df0
removing warn compilation.
2007-07-26 15:14:05 +00:00
btoumi
9395334e69
add control of 'return date' if it 's a special or repeatable holidays , and return a right return date
...
(renewal)
2007-07-25 14:09:39 +00:00
toins
ee5c4c303c
display enhancement.
2007-07-24 14:17:07 +00:00
toins
6cea0e824e
do not write the result if there is no breeding id.
2007-07-24 14:10:05 +00:00
hdl
1fcab18c44
Creating Biblio if BiblioAddAuthorities is set in system Preferences.
...
Need further testing and debugging.
Biblio is created but it seems the creation of authority fails.
2007-07-20 16:38:21 +00:00
hdl
0fcce07183
Bug Fixing search order now relies on Template and not on internal lists.
2007-07-20 16:10:51 +00:00
hdl
b89ed32cd1
Bug Fixing search order and pagination link
2007-07-20 16:05:22 +00:00