koha.git
16 years agoChanging sessions table to work with CGI::Session
Chris Cormack [Tue, 7 Aug 2007 17:56:51 +0000 (12:56 -0500)]
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>
16 years agoAuth.pm rewritten to use CGI::Session
Chris Cormack [Tue, 7 Aug 2007 17:56:09 +0000 (12:56 -0500)]
Auth.pm rewritten to use CGI::Session

Signed-off-by: kados <jmf@liblime.com>
16 years agoScript to allow patrons to download the due dates for the books in ICalendar format
Chris Cormack [Sun, 5 Aug 2007 23:11:09 +0000 (18:11 -0500)]
Script to allow patrons to download the due dates for the books in ICalendar format

Signed-off-by: kados <jmf@liblime.com>
16 years agochanging permissions on templates and scripts
kados [Tue, 7 Aug 2007 18:20:51 +0000 (13:20 -0500)]
changing permissions on templates and scripts

16 years agoRemoving useless websites table from sql definition
paul [Tue, 7 Aug 2007 14:27:46 +0000 (16:27 +0200)]
Removing useless websites table from sql definition

Signed-off-by: Chris Cormack <crc@liblime.com>
16 years agoFixing bad character
Chris Cormack [Sun, 5 Aug 2007 03:45:15 +0000 (22:45 -0500)]
Fixing bad character

16 years agoFrom 0751ba130288bc69e9e563473e7fc25551edc40e Mon Sep 17 00:00:00 2001
jmf@arwen.metavore.com [Sun, 5 Aug 2007 18:11:23 +0000 (13:11 -0500)]
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>
16 years agoFrom c428933ebfa5f56e14f3b32824ebb368c3258c24 Mon Sep 17 00:00:00 2001
jmf@arwen.metavore.com [Sun, 5 Aug 2007 18:07:10 +0000 (13:07 -0500)]
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>
16 years agoFrom d201d6349a10adc69c4de95a6465e92b293eb4f6 Mon Sep 17 00:00:00 2001
jmf@arwen.metavore.com [Sun, 5 Aug 2007 18:02:55 +0000 (13:02 -0500)]
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>
16 years agoperltidy opac-rss.pl
kados [Fri, 3 Aug 2007 23:42:47 +0000 (18:42 -0500)]
perltidy opac-rss.pl

16 years agoPerltidy opac-logout.pl
Chris Cormack [Fri, 3 Aug 2007 22:36:43 +0000 (17:36 -0500)]
Perltidy opac-logout.pl

16 years agoPerltidy opac-main.pl
Chris Cormack [Fri, 3 Aug 2007 22:31:16 +0000 (17:31 -0500)]
Perltidy opac-main.pl

16 years agoPerltidy mainpage.pl
Chris Cormack [Fri, 3 Aug 2007 22:28:27 +0000 (17:28 -0500)]
Perltidy mainpage.pl

16 years agoPerltidy and conflict resolve
Chris Cormack [Fri, 3 Aug 2007 22:23:05 +0000 (17:23 -0500)]
Perltidy and conflict resolve

16 years agoFixing conflict
Chris Cormack [Fri, 3 Aug 2007 22:14:36 +0000 (17:14 -0500)]
Fixing conflict

16 years agoTrying to fix
Chris Cormack [Fri, 3 Aug 2007 22:05:53 +0000 (17:05 -0500)]
Trying to fix

16 years agoPerltidying
Chris Cormack [Fri, 3 Aug 2007 21:35:14 +0000 (16:35 -0500)]
Perltidying

Signed-off-by: Chris Cormack <crc@arwen.metavore.com>
16 years agoWe shouldnt need to have Smart::Comments installed in a production envrionment
Chris Cormack [Sat, 4 Aug 2007 10:54:57 +0000 (05:54 -0500)]
We shouldnt need to have Smart::Comments installed in a production envrionment

Signed-off-by: Chris Cormack <crc@arwen.metavore.com>
16 years agoPatch
Chris Cormack [Fri, 3 Aug 2007 17:36:22 +0000 (12:36 -0500)]
Patch

16 years agoGPL added + tmpl display fix.
toins [Fri, 13 Jul 2007 16:01:32 +0000 (16:01 +0000)]
GPL added + tmpl display fix.

16 years agosyntax error
toins [Fri, 13 Jul 2007 16:00:50 +0000 (16:00 +0000)]
syntax error

16 years agoadding a pagination bar
toins [Fri, 13 Jul 2007 15:37:20 +0000 (15:37 +0000)]
adding a pagination bar

16 years agousing a white logo.
toins [Fri, 13 Jul 2007 13:18:07 +0000 (13:18 +0000)]
using a white logo.

16 years agobug fix there was an internal servor error when there is no result
toins [Fri, 13 Jul 2007 13:13:41 +0000 (13:13 +0000)]
bug fix there was an internal servor error when there is no result

16 years agoIn Serials-home.pl
hdl [Thu, 12 Jul 2007 17:38:05 +0000 (17:38 +0000)]
In Serials-home.pl
librarians can now search titles with lists of words.

16 years agominor changes
hdl [Thu, 12 Jul 2007 16:40:47 +0000 (16:40 +0000)]
minor changes

16 years agoAdding some information to resultlists.
hdl [Thu, 12 Jul 2007 16:35:19 +0000 (16:35 +0000)]
Adding some information to resultlists.

16 years agosystempreferences were too large.
hdl [Thu, 12 Jul 2007 16:17:53 +0000 (16:17 +0000)]
systempreferences were too large.
Beware... Some values contains long links and should be used as links with  shorter labels.

16 years agooptimisation + encoding set.
toins [Thu, 12 Jul 2007 15:33:31 +0000 (15:33 +0000)]
optimisation + encoding set.
FIXME : unimarc hard coded.

16 years agobug fixing: there was a 500 error when GetReservesFromBorrowernumber returns an empty...
toins [Thu, 12 Jul 2007 15:32:23 +0000 (15:32 +0000)]
bug fixing: there was a 500 error when GetReservesFromBorrowernumber returns an empty array.

16 years agodisplaying the query to search
toins [Thu, 12 Jul 2007 15:30:13 +0000 (15:30 +0000)]
displaying the query to search
re indenting
minor style enhancement

16 years agoremove duplicated line.
toins [Thu, 12 Jul 2007 15:28:31 +0000 (15:28 +0000)]
remove duplicated line.

16 years agoadding a pagination bar & displaying only 20 results per page.
toins [Thu, 12 Jul 2007 15:28:00 +0000 (15:28 +0000)]
adding a pagination bar & displaying only 20 results per page.
style enhancement
re indenting

16 years agocomment unused code.
toins [Thu, 12 Jul 2007 15:26:45 +0000 (15:26 +0000)]
comment unused code.

16 years agore indenting
toins [Thu, 12 Jul 2007 15:26:22 +0000 (15:26 +0000)]
re indenting

16 years agousing 'our' instead of 'use vars' which is deprecated.
toins [Thu, 12 Jul 2007 15:22:09 +0000 (15:22 +0000)]
using 'our' instead of 'use vars' which is deprecated.
removing some compilation warns.

16 years agoBug Fixing :
hdl [Thu, 12 Jul 2007 12:54:17 +0000 (12:54 +0000)]
Bug Fixing :
- GetReservesFromBiblionumber returns an array !!

16 years agoBug Fixing : Deleting an unused variable
hdl [Thu, 12 Jul 2007 12:51:34 +0000 (12:51 +0000)]
Bug Fixing : Deleting an unused variable

16 years agoBug Fixing : Reserves in OPAC or in intranet lead to an internal server error
hdl [Thu, 12 Jul 2007 12:47:19 +0000 (12:47 +0000)]
Bug Fixing : Reserves in OPAC or in intranet lead to an internal server error

16 years agoBug Fixing : GetNextSeq did not pass through innerloop parameters.
hdl [Thu, 12 Jul 2007 10:01:20 +0000 (10:01 +0000)]
Bug Fixing : GetNextSeq did not pass through innerloop parameters.

16 years agoBug Fixing :
hdl [Wed, 11 Jul 2007 12:37:45 +0000 (12:37 +0000)]
Bug Fixing :
Call to Members::GetMemberDetail.pl useless. + no use C4::Members.

Dropping it.

16 years agominor changes in SQL
hdl [Wed, 11 Jul 2007 12:08:09 +0000 (12:08 +0000)]
minor changes in SQL

16 years agoadding maintenance script to warn users when maintenance is on.
hdl [Wed, 11 Jul 2007 10:28:18 +0000 (10:28 +0000)]
adding maintenance script to warn users when maintenance is on.

16 years agobug fixing install.pl
hdl [Wed, 11 Jul 2007 10:27:11 +0000 (10:27 +0000)]
bug fixing install.pl

It is to be mentioned that error came from the use of DBI.
Indeed, we read sql file OK.
But the last command came with no order => error.

Next time we should be more careful.

16 years agoAdding KohaAdminEmailAdress
hdl [Wed, 11 Jul 2007 10:24:24 +0000 (10:24 +0000)]
Adding KohaAdminEmailAdress
Adding LoginBranchCode
Adding a redirect to maintenance.pl for OPAC when installer required.

16 years agonew img
toins [Tue, 10 Jul 2007 15:22:06 +0000 (15:22 +0000)]
new img

16 years agoauto focus on search box
toins [Tue, 10 Jul 2007 15:21:51 +0000 (15:21 +0000)]
auto focus on search box

16 years agosyspref already writed in Auth.pm
toins [Tue, 10 Jul 2007 15:18:27 +0000 (15:18 +0000)]
syspref already writed in Auth.pm

16 years agoremoving note from results list
toins [Tue, 10 Jul 2007 15:17:02 +0000 (15:17 +0000)]
removing note from results list

16 years agobug fix : Sometime importing biblio return no breedingid.
toins [Tue, 10 Jul 2007 14:34:32 +0000 (14:34 +0000)]
bug fix : Sometime importing biblio return no breedingid.
+ remove warn compilation
+ remove pod error.

16 years agosyspref are writed for the template in auth.pm
toins [Tue, 10 Jul 2007 14:21:41 +0000 (14:21 +0000)]
syspref are writed for the template in auth.pm

16 years agoAdding macle_plugin for FRANTIQ
hdl [Tue, 10 Jul 2007 08:48:54 +0000 (08:48 +0000)]
Adding macle_plugin for FRANTIQ

16 years ago*** empty log message ***
hpassini [Tue, 10 Jul 2007 07:31:35 +0000 (07:31 +0000)]
*** empty log message ***

16 years agoBug Fixing : Dynamic change of framework in edition wouldnot change framework in...
hdl [Mon, 9 Jul 2007 13:04:55 +0000 (13:04 +0000)]
Bug Fixing : Dynamic change of framework in edition wouldnot change framework in selection list

16 years agoBug Fixing : Dynamic change of framework in edition would blank the biblio record.
hdl [Mon, 9 Jul 2007 13:03:46 +0000 (13:03 +0000)]
Bug Fixing : Dynamic change of framework in edition would blank the biblio record.

16 years agoBug Fixing : reserves in OPAC and intranet.
hdl [Mon, 9 Jul 2007 08:29:51 +0000 (08:29 +0000)]
Bug Fixing : reserves in OPAC and intranet.

16 years agoFix for bug 1376, prompting to save wrong filename when exporting marc
rangi [Sun, 8 Jul 2007 23:24:18 +0000 (23:24 +0000)]
Fix for bug 1376, prompting to save wrong filename when exporting marc

16 years agoFix for bug 1295 adding a borrower with the same cardnumber
rangi [Sun, 8 Jul 2007 23:07:31 +0000 (23:07 +0000)]
Fix for bug 1295 adding a borrower with the same cardnumber

16 years agoCleaning up perldocs for make utility that MJ wrote. I was getting a bunch
kados [Sun, 8 Jul 2007 15:36:59 +0000 (15:36 +0000)]
Cleaning up perldocs for make utility that MJ wrote. I was getting a bunch
of warnings:

Manifying blib/man3/reports::cat_issues_top.3pm
reports/cat_issues_top.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::acquisitions_stats.3pm
reports/acquisitions_stats.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Koha.3pm
C4/Koha.pm:1227: Unmatched =back
Manifying blib/man3/reports::catalogue_stats.3pm
reports/catalogue_stats.pl:38: Unknown command paragraph "=over2"
Manifying blib/man3/opac::opac-topissues.3pm
opac/opac-topissues.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::issues_avg_stats.3pm
reports/issues_avg_stats.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::borrowers_stats.3pm
reports/borrowers_stats.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::bor_issues_top.3pm
reports/bor_issues_top.pl:40: Unknown command paragraph "=over2"
Manifying blib/man3/reports::catalogue_out.3pm
reports/catalogue_out.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/reports::borrowers_out.3pm
reports/borrowers_out.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Languages.3pm
C4/Languages.pm:445: Unmatched =back
Manifying blib/man3/reports::issues_stats.3pm
reports/issues_stats.pl:39: Unknown command paragraph "=over2"
Manifying blib/man3/C4::Acquisition.3pm
C4/Acquisition.pm:772: Unmatched =back

16 years agoadding defaultvalue definition
kados [Sat, 7 Jul 2007 23:49:08 +0000 (23:49 +0000)]
adding defaultvalue definition

16 years agoFeature porting :
hdl [Fri, 6 Jul 2007 15:21:29 +0000 (15:21 +0000)]
Feature porting :
Adding SearchMyLibraryFirst feature to OPAC
It select the user's library for research by default

16 years agoBug Fixing:
hdl [Fri, 6 Jul 2007 15:16:40 +0000 (15:16 +0000)]
Bug Fixing:
Authority display hierarchy had a problem.

Feature porting :
Adding SearchMyLibraryFirst feature to OPAC
It select the user's library for research by default

16 years agodeleting a wrong and unused javascript code.
toins [Fri, 6 Jul 2007 13:36:28 +0000 (13:36 +0000)]
deleting a wrong and unused javascript code.

16 years agoBug Fixing:
hdl [Fri, 6 Jul 2007 12:59:06 +0000 (12:59 +0000)]
Bug Fixing:
authorised values for a subfield was not taken into account beacause value names were conflicting.

16 years agoytpo fixes in description and variables
slef [Thu, 5 Jul 2007 21:03:04 +0000 (21:03 +0000)]
ytpo fixes in description and variables

16 years agoNew installer and exclusions file
slef [Thu, 5 Jul 2007 20:55:33 +0000 (20:55 +0000)]
New installer and exclusions file

16 years agoType on the reference to the NISO standard for holdings,
kados [Thu, 5 Jul 2007 17:35:08 +0000 (17:35 +0000)]
Type on the reference to the NISO standard for holdings,
it's Z39.71 not Z39.77

Thanks Jaron for pointing it out

16 years agoreserves => holds, some language cleanup
kados [Tue, 3 Jul 2007 18:36:14 +0000 (18:36 +0000)]
reserves => holds, some language cleanup

16 years agomore instances of branches => libraries
kados [Tue, 3 Jul 2007 18:33:35 +0000 (18:33 +0000)]
more instances of branches => libraries

16 years agoreplacing SUPER with NO_LIBRARY_SET for login information
kados [Tue, 3 Jul 2007 18:29:37 +0000 (18:29 +0000)]
replacing SUPER with NO_LIBRARY_SET for login information

16 years agomore language improvements
kados [Tue, 3 Jul 2007 18:27:18 +0000 (18:27 +0000)]
more language improvements

16 years agoDefault use the pretty CSS, not the programmer one ... programmers can
kados [Tue, 3 Jul 2007 18:22:02 +0000 (18:22 +0000)]
Default use the pretty CSS, not the programmer one ... programmers can
switch back for ease of programming

16 years agoThis is a language commit. I've gone through most of the templates and
kados [Tue, 3 Jul 2007 18:19:49 +0000 (18:19 +0000)]
This is a language commit. I've gone through most of the templates and
based on user feedback I've made the following changes:

Borrower, Member => Patron
Debarred => Restricted
Issues => Checkouts
Reserves => Holds

16 years agofix for bug 1369: sql-datas dir, pick a naming convention, remove the rest
kados [Tue, 3 Jul 2007 16:20:02 +0000 (16:20 +0000)]
fix for bug 1369: sql-datas dir, pick a naming convention, remove the rest
Removing 'french' and 'english' directories as they're unnecessary

16 years agowarning the user about the redirect after the install has completed,
kados [Tue, 3 Jul 2007 16:17:54 +0000 (16:17 +0000)]
warning the user about the redirect after the install has completed,
giveing them the option to click directly

16 years agoTurn off foreign key check for the installation
kados [Tue, 3 Jul 2007 15:58:29 +0000 (15:58 +0000)]
Turn off foreign key check for the installation

16 years agoimproving installer : now the database Version is compared to the Koha version (defin...
tipaul [Tue, 3 Jul 2007 13:50:20 +0000 (13:50 +0000)]
improving installer : now the database Version is compared to the Koha version (defined by <kohaversion>XXX</kohaversion> in koha.xml file. If the Version systempref does not exist or is lower than kohaversion, you're redirected to installer. If there is no Version, you're redirected to the 1st step of the installer (full install). If Version < kohaversion, you're redirected to step 3 (updatedatabase). check that you have <kohaversion> in you koha.xml, otherwise, you'l loop forever to the installer...

16 years agofixing some display bugs (itemtype not properly returned and a html table bug that...
tipaul [Tue, 3 Jul 2007 13:47:44 +0000 (13:47 +0000)]
fixing some display bugs (itemtype not properly returned and a html table bug that makes items appear strangely

16 years agoadding volume and volumeddesc field in the result list. Kados, pls check that it...
tipaul [Tue, 3 Jul 2007 10:12:34 +0000 (10:12 +0000)]
adding volume and volumeddesc field in the result list. Kados, pls check that it is interesting for you as well (sounds interesting for serials or volumed publications, where the title will be the same on every volume, like an encyclopedia

16 years agoreturn itemtype description properly
tipaul [Tue, 3 Jul 2007 09:40:58 +0000 (09:40 +0000)]
return itemtype description properly

16 years agoif you just replace su by a space in subjects, you'll replace jesus by je s, which...
tipaul [Tue, 3 Jul 2007 09:33:05 +0000 (09:33 +0000)]
if you just replace su by a space in subjects, you'll replace jesus by je s, which is strange for users. this fix solves the problem and introduces authoritysep systempref as separator of subfields, for a better identification of where the authority starts and end

16 years agodo not use REPLACE in SQL statements : it is not standard SQL, and don't work with...
tipaul [Tue, 3 Jul 2007 08:48:14 +0000 (08:48 +0000)]
do not use REPLACE in SQL statements : it is not standard SQL, and don't work with integrity contraints : it's a delete/insert, not an UPDATE if the row exist. fixes the problem for borrower categories

16 years agoadding a warn to log why we're redirecting to installer
kados [Tue, 3 Jul 2007 04:39:03 +0000 (04:39 +0000)]
adding a warn to log why we're redirecting to installer

16 years agoReverting to previous version, kohastructure.sql file didn't work for me, I got an...
kados [Tue, 3 Jul 2007 03:45:00 +0000 (03:45 +0000)]
Reverting to previous version, kohastructure.sql file didn't work for me, I got an error:
[Mon Jul 02 20:37:14 2007] [error] [client 71.171.181.120] DBD::mysql::db do failed: Query was empty at /koha/production/intranet/cgi-bin/installer/install.pl line 340, <INPUT> line 1775., referer: http://intranet/cgi-bin/koha/installer/install.pl?step=3

16 years agoleader length checking bugfix : 25 and not 24
tipaul [Mon, 2 Jul 2007 09:51:28 +0000 (09:51 +0000)]
leader length checking bugfix : 25 and not 24

16 years agounimarc bugfix : the encoding is in field 100 in UNIMARC. when TransformHTMLtoXML...
tipaul [Mon, 2 Jul 2007 09:50:03 +0000 (09:50 +0000)]
unimarc bugfix : the encoding is in field 100 in UNIMARC. when TransformHTMLtoXML on an item, you must not automatically add a 100 field in items, otherwise there will be 2 100 fields in the biblio, which is wrong

16 years agofix to avoid an error when removing an authority
tipaul [Mon, 2 Jul 2007 09:49:40 +0000 (09:49 +0000)]
fix to avoid an error when removing an authority

16 years agofrench translations
tipaul [Mon, 2 Jul 2007 09:15:40 +0000 (09:15 +0000)]
french translations

16 years agominor template changes
tipaul [Mon, 2 Jul 2007 09:14:52 +0000 (09:14 +0000)]
minor template changes

16 years agominor code rewritte
tipaul [Mon, 2 Jul 2007 09:14:09 +0000 (09:14 +0000)]
minor code rewritte

16 years agounimarc bugfix : the encoding is in field 100 in UNIMARC. when TransformHTMLtoXML...
tipaul [Mon, 2 Jul 2007 09:13:22 +0000 (09:13 +0000)]
unimarc bugfix : the encoding is in field 100 in UNIMARC. when TransformHTMLtoXML on an item, you must not automatically add a 100 field in items, otherwise there will be 2 100 fields in the biblio, which is wrong

16 years agodon t display the 1 in location column if there is only 1 item : it's useless & confu...
tipaul [Mon, 2 Jul 2007 08:50:56 +0000 (08:50 +0000)]
don t display the 1 in location column if there is only 1 item : it's useless & confusing for users

16 years agoFix for bug 1296, making surnames uppercase a systems preference
rangi [Mon, 2 Jul 2007 02:30:15 +0000 (02:30 +0000)]
Fix for bug 1296, making surnames uppercase a systems preference

16 years agoFix for bug 1314 manual credits broken
rangi [Mon, 2 Jul 2007 00:44:25 +0000 (00:44 +0000)]
Fix for bug 1314 manual credits broken

16 years agoFix for bug 1365
rangi [Mon, 2 Jul 2007 00:38:17 +0000 (00:38 +0000)]
Fix for bug 1365

16 years agoFix for layout problem with css
rangi [Mon, 2 Jul 2007 00:24:37 +0000 (00:24 +0000)]
Fix for layout problem with css

16 years agoMaking transferbook update the last seen date of the item transfered
rangi [Sun, 1 Jul 2007 23:56:43 +0000 (23:56 +0000)]
Making transferbook update the last seen date of the item transfered

16 years agoUse DBI not mysql command-line to load the database tables
slef [Sun, 1 Jul 2007 18:43:57 +0000 (18:43 +0000)]
Use DBI not mysql command-line to load the database tables

16 years agoserials-home.tmpl
hdl [Sat, 30 Jun 2007 06:25:06 +0000 (06:25 +0000)]
serials-home.tmpl
Display information provided serials-edit modifications.

16 years agoserials-edit.pl
hdl [Sat, 30 Jun 2007 06:23:10 +0000 (06:23 +0000)]
serials-edit.pl
Changing redirection to serials-home.pl
serials-home.pl
Adding some parameters to serials-home script to display information passed by serials-edit.pl
Preparing information for display.
(template to get committed)