koha.git
21 years agoremoving Acquisition.pm
tipaul [Tue, 15 Oct 2002 13:39:17 +0000 (13:39 +0000)]
removing Acquisition.pm
deleting unused code in biblio.pm, rewriting POD and answering most FIXME comments

21 years agoroad to 1.3.2. Full rewrite of marcimport.pl.
tipaul [Tue, 15 Oct 2002 10:14:43 +0000 (10:14 +0000)]
road to 1.3.2. Full rewrite of marcimport.pl.
The acquisition system in MARC version will work like this :
* marcimport will put marc records into a "breeding farm" table.
* when the user want to add a biblio, he enters first the ISBN/ISSN of the biblio. koha searches into breeding farm and if the record exists, it is shown to the user to help him adding the biblio. When the biblio is added, it's deleted from the breeding farm.

This commit :
* modify acqui.simple home page  (addbooks.pl)
* adds import into breeding farm

Please note that :
* z3950 functionnality is dropped from "marcimport" will be added somewhere else.
* templates are in a new acqui.simple sub directory, and the marcimport template directory will become obsolete soon.I think this is more logic

21 years agofixme corrected, re-indent and adding the marc_breeding table (see commit of marcimpo...
tipaul [Tue, 15 Oct 2002 10:08:19 +0000 (10:08 +0000)]
fixme corrected, re-indent and adding the marc_breeding table (see commit of marcimport.pl for more explanations about breeding)

21 years agomore little changes from hlt
finlayt [Tue, 15 Oct 2002 04:43:50 +0000 (04:43 +0000)]
more little  changes from hlt

21 years agothe template file to go with the opac-account.pl
finlayt [Mon, 14 Oct 2002 22:51:22 +0000 (22:51 +0000)]
the template file to go with the opac-account.pl

21 years agoFixed up the display of reserves.
finlayt [Mon, 14 Oct 2002 22:49:27 +0000 (22:49 +0000)]
Fixed up the display of reserves.

21 years agoAdded quote so Emacs color doesn't get screwed up.
arensb [Mon, 14 Oct 2002 13:20:55 +0000 (13:20 +0000)]
Added quote so Emacs color doesn't get screwed up.

21 years agobugfix R_1-3-1
tipaul [Mon, 14 Oct 2002 11:48:59 +0000 (11:48 +0000)]
bugfix

21 years agomoving .kohaautoconf file to kohadir => help in release build without being root
tipaul [Mon, 14 Oct 2002 11:20:40 +0000 (11:20 +0000)]
moving .kohaautoconf file to kohadir => help in release build without being root

21 years agobugfixes : templates root in koha.conf is wrong
tipaul [Mon, 14 Oct 2002 09:58:33 +0000 (09:58 +0000)]
bugfixes : templates root in koha.conf is wrong

21 years agomerging arens + my modifs/bugfixes
tipaul [Mon, 14 Oct 2002 07:40:04 +0000 (07:40 +0000)]
merging arens + my modifs/bugfixes

21 years agomerging arens + my modifs/bugfixes
tipaul [Mon, 14 Oct 2002 07:40:04 +0000 (07:40 +0000)]
merging arens + my modifs/bugfixes

21 years agoadded small fix to UpdateReserve that fixes a bug coming from the calles from moremem...
finlayt [Mon, 14 Oct 2002 04:22:25 +0000 (04:22 +0000)]
added small fix to UpdateReserve that fixes a bug coming from the calles from moremember.pl

21 years ago*** empty log message ***
arensb [Mon, 14 Oct 2002 01:17:37 +0000 (01:17 +0000)]
*** empty log message ***

21 years agoUnbogotified a line.
arensb [Mon, 14 Oct 2002 01:16:00 +0000 (01:16 +0000)]
Unbogotified a line.

21 years ago*** empty log message ***
arensb [Mon, 14 Oct 2002 01:14:29 +0000 (01:14 +0000)]
*** empty log message ***

21 years agoTurned 'env' into a hash instead of a reference-to-hash, for
arensb [Mon, 14 Oct 2002 01:13:18 +0000 (01:13 +0000)]
Turned 'env' into a hash instead of a reference-to-hash, for
readability. Likewise, @$numbers -> @numbers, @$forminputs ->
@forminputs
Added a foreach loop to set up the search terms and output form, for
readability and easy extensibility.

21 years agoRemoved unused variable.
arensb [Mon, 14 Oct 2002 01:10:01 +0000 (01:10 +0000)]
Removed unused variable.

21 years agoFixed the name of the program.
arensb [Mon, 14 Oct 2002 01:04:46 +0000 (01:04 +0000)]
Fixed the name of the program.

21 years ago*** empty log message ***
arensb [Sun, 13 Oct 2002 11:40:58 +0000 (11:40 +0000)]
*** empty log message ***

21 years agoRemoved trailing whitespace.
arensb [Sun, 13 Oct 2002 11:38:37 +0000 (11:38 +0000)]
Removed trailing whitespace.

21 years agoReplaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
arensb [Sun, 13 Oct 2002 11:32:14 +0000 (11:32 +0000)]
Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
Thus, $x = $x+2 becomes $x += 2, and so forth.

21 years agoRemoved trailing whitespace.
arensb [Sun, 13 Oct 2002 10:43:54 +0000 (10:43 +0000)]
Removed trailing whitespace.

21 years agoRemoved trailing whitespace.
arensb [Sun, 13 Oct 2002 09:31:35 +0000 (09:31 +0000)]
Removed trailing whitespace.

21 years agoRemoved unused variables.
arensb [Sun, 13 Oct 2002 09:26:24 +0000 (09:26 +0000)]
Removed unused variables.
Unbogofied some code.

21 years ago*** empty log message ***
arensb [Sun, 13 Oct 2002 08:38:08 +0000 (08:38 +0000)]
*** empty log message ***

21 years agoRemoved unused finalizer.
arensb [Sun, 13 Oct 2002 08:34:49 +0000 (08:34 +0000)]
Removed unused finalizer.

21 years agoAdded a FIXME comment.
arensb [Sun, 13 Oct 2002 08:34:23 +0000 (08:34 +0000)]
Added a FIXME comment.

21 years agoDeleted unused variables.
arensb [Sun, 13 Oct 2002 08:27:49 +0000 (08:27 +0000)]
Deleted unused variables.
Removed trailing whitespace.

21 years agoRemoved trailing whitespace.
arensb [Sun, 13 Oct 2002 07:51:10 +0000 (07:51 +0000)]
Removed trailing whitespace.
Added a FIXME comment.

21 years agoAdded magic RCS comment.
arensb [Sun, 13 Oct 2002 07:45:05 +0000 (07:45 +0000)]
Added magic RCS comment.
Removed trailing whitespace.

21 years agoAdded magic RCS comment.
arensb [Sun, 13 Oct 2002 07:31:21 +0000 (07:31 +0000)]
Added magic RCS comment.
Removed trailing whitespace.

21 years agoDeleted unused variables.
arensb [Sun, 13 Oct 2002 06:37:54 +0000 (06:37 +0000)]
Deleted unused variables.
Removed trailing whitespace.

21 years agoAdded magic RCS comment.
arensb [Sun, 13 Oct 2002 06:32:17 +0000 (06:32 +0000)]
Added magic RCS comment.
Added a FIXME comment.

21 years agoAdded some FIXME comments.
arensb [Sun, 13 Oct 2002 06:30:50 +0000 (06:30 +0000)]
Added some FIXME comments.
Removed trailing whitespace.

21 years agoAdded a FIXME comment.
arensb [Sun, 13 Oct 2002 06:30:01 +0000 (06:30 +0000)]
Added a FIXME comment.

21 years agoAdded magic RCS comment.
arensb [Sun, 13 Oct 2002 06:29:37 +0000 (06:29 +0000)]
Added magic RCS comment.
Added some FIXME comments explaining why I didn't write a POD.
Removed unused finalizer.

21 years agoAdded magic RCS comment.
arensb [Sun, 13 Oct 2002 06:28:49 +0000 (06:28 +0000)]
Added magic RCS comment.
Added some FIXME comments.
Added some explanatory comments.
Removed trailing whitespace.
Deleted unused variables.
Added POD.
Removed unused finalizer.

21 years agoAdded magic RCS comment.
arensb [Sun, 13 Oct 2002 06:22:48 +0000 (06:22 +0000)]
Added magic RCS comment.
Added some FIXME comments.
Added some explanatory comments.
Removed trailing whitespace.
Deleted unused variables.
Added POD.
Removed unused finalizer.

21 years agoAdded magic RCS comment.
arensb [Sun, 13 Oct 2002 06:20:22 +0000 (06:20 +0000)]
Added magic RCS comment.
Added some FIXME comments.
Deleted unused variables.
Added POD.
Removed unused finalizer.

21 years agoAdded magic RCS comment.
arensb [Sun, 13 Oct 2002 06:18:42 +0000 (06:18 +0000)]
Added magic RCS comment.
Removed a lying comment.
Removed unused global variables.
Added POD.
Added some FIXME comments.
Added some explanatory comments.
Removed unused finalizer.

21 years agoAdded magic RCS string.
arensb [Sun, 13 Oct 2002 06:15:08 +0000 (06:15 +0000)]
Added magic RCS string.
Added some FIXME comments.
Removed unused finalizer.

21 years agoAdded magic RCS string.
arensb [Sun, 13 Oct 2002 06:14:10 +0000 (06:14 +0000)]
Added magic RCS string.
Added a FIXME comment.
Removed unused finalizer.

21 years agoRemoved bogus #! line (this isn't a script!)
arensb [Sun, 13 Oct 2002 06:13:23 +0000 (06:13 +0000)]
Removed bogus #! line (this isn't a script!)
Removed unused global variables.
Added POD.
Added some explanatory comments.
Added some FIXME comments.

21 years agoAdded magic RCS comment.
arensb [Sun, 13 Oct 2002 06:12:00 +0000 (06:12 +0000)]
Added magic RCS comment.
Removed declarations for nonexistent variables.
Added some FIXME comments.
Removed unused finalizer.

21 years agoAdded partial POD (but I don't understand reserves well enough to
arensb [Sun, 13 Oct 2002 06:09:26 +0000 (06:09 +0000)]
Added partial POD (but I don't understand reserves well enough to
continue).
Added magic RCS comment.
Added some explanatory comments.
Removed trailing whitespace.
Added some FIXME comments.
Moved comments in first column to where they wouldn't obscure the
indentation.
Removed unused finalizer.

21 years agoAdded some FIXME comments.
arensb [Sun, 13 Oct 2002 06:05:59 +0000 (06:05 +0000)]
Added some FIXME comments.

21 years agoAdded a FIXME comment.
arensb [Sun, 13 Oct 2002 06:03:38 +0000 (06:03 +0000)]
Added a FIXME comment.

21 years agoAdded some FIXME comments.
arensb [Sun, 13 Oct 2002 06:03:03 +0000 (06:03 +0000)]
Added some FIXME comments.
Added RCS magic comment.
Removed unused finalizer.

21 years agoAdded some FIXME comments.
arensb [Sun, 13 Oct 2002 05:56:10 +0000 (05:56 +0000)]
Added some FIXME comments.

21 years agoAdded a partial POD.
arensb [Sun, 13 Oct 2002 05:52:46 +0000 (05:52 +0000)]
Added a partial POD.
Wrote some FIXME comments explaining why I'm not going to write any
more PODs.
Added some other FIXME comments.

21 years agoAdded a FIXME comment.
arensb [Sun, 13 Oct 2002 05:50:21 +0000 (05:50 +0000)]
Added a FIXME comment.

21 years agoAdded some FIXME comments.
arensb [Sun, 13 Oct 2002 05:49:13 +0000 (05:49 +0000)]
Added some FIXME comments.

21 years agoAdded a FIXME comment.
arensb [Sun, 13 Oct 2002 05:40:31 +0000 (05:40 +0000)]
Added a FIXME comment.

21 years ago(bug workaround): Commented out some code that removes everything from
arensb [Sat, 12 Oct 2002 18:57:41 +0000 (18:57 +0000)]
(bug workaround): Commented out some code that removes everything from
the list of branches the user can select.
Added some FIXME comments.

21 years agoAdded some FIXME comments.
arensb [Sat, 12 Oct 2002 07:31:35 +0000 (07:31 +0000)]
Added some FIXME comments.

21 years ago*** empty log message ***
arensb [Sat, 12 Oct 2002 06:31:13 +0000 (06:31 +0000)]
*** empty log message ***

21 years agoTurn off authentication entirely if systempreference "insecure" is set
arensb [Sat, 12 Oct 2002 06:12:39 +0000 (06:12 +0000)]
Turn off authentication entirely if systempreference "insecure" is set
to "yes".

21 years agoSorted "use" statements in esthetic order.
arensb [Sat, 12 Oct 2002 06:10:00 +0000 (06:10 +0000)]
Sorted "use" statements in esthetic order.

21 years agoRemoved the dependency on Set::Scalar.
arensb [Sat, 12 Oct 2002 06:08:28 +0000 (06:08 +0000)]
Removed the dependency on Set::Scalar.

21 years agoGot rid of the dependency on Set::Scalar. Yay! One fewer package that
arensb [Sat, 12 Oct 2002 05:43:03 +0000 (05:43 +0000)]
Got rid of the dependency on Set::Scalar. Yay! One fewer package that
the user has to install!
Redid the way SQL queries are built up, to make it more readable and
maintainable.
Removed a couple of unused variables.
Got rid of some un-Perl-like bogosity.

21 years agosmall fixes : opac lib is the same as librarian lib by default.
tipaul [Fri, 11 Oct 2002 14:52:29 +0000 (14:52 +0000)]
small fixes : opac lib is the same as librarian lib by default.

21 years agohtml-link to the script for linking koha fields and marc-db
tipaul [Fri, 11 Oct 2002 14:24:18 +0000 (14:24 +0000)]
html-link to the script for linking koha fields and marc-db

21 years agowith this script, it's easy to see which koha-DB fields are not mapped to MARC-DB...
tipaul [Fri, 11 Oct 2002 14:23:28 +0000 (14:23 +0000)]
with this script, it's easy to see which koha-DB fields are not mapped to MARC-DB and map them.

21 years agominor improvment : loads only the 1st sentence. Thus, avoid lllooonnnggg descriptions
tipaul [Fri, 11 Oct 2002 13:35:10 +0000 (13:35 +0000)]
minor improvment : loads only the 1st sentence. Thus, avoid  lllooonnnggg descriptions

21 years ago*** empty log message ***
arensb [Fri, 11 Oct 2002 13:08:07 +0000 (13:08 +0000)]
*** empty log message ***

21 years agoAdded a FIXME comment.
arensb [Fri, 11 Oct 2002 13:06:52 +0000 (13:06 +0000)]
Added a FIXME comment.

21 years agoGutted.
arensb [Fri, 11 Oct 2002 12:52:11 +0000 (12:52 +0000)]
Gutted.
Every function in this module is now obsolete. Removed just about
everything.
The name "Database" might still be reused, though the next time
something gets added, it should probably be called v2.0.

21 years agoReplaced &requireDBI with C4::Context->dbh, thus making the "use
arensb [Fri, 11 Oct 2002 12:50:42 +0000 (12:50 +0000)]
Replaced &requireDBI with C4::Context->dbh, thus making the "use
Database" statement unnecessary.
Replaced a prepare()/execute() with a do().

21 years agoAdded FIXME comments for broken links.
arensb [Fri, 11 Oct 2002 12:48:25 +0000 (12:48 +0000)]
Added FIXME comments for broken links.

21 years agoReplaced &requireDBI with C4::Context->dbh, thus making the "use
arensb [Fri, 11 Oct 2002 12:45:10 +0000 (12:45 +0000)]
Replaced &requireDBI with C4::Context->dbh, thus making the "use
Fixed muffed quotes in &gettemplate calls.
Added a temporary print statement in &z3950menu, so it'll print
something instead of giving a browser error.

21 years agoRemoved bogus unused variables at the top.
arensb [Fri, 11 Oct 2002 12:42:08 +0000 (12:42 +0000)]
Removed bogus unused variables at the top.
Prettified @EXPORT list.
(bug fix): Added missing semicolon.

21 years agoReplaced &requireDBI with C4::Context->dbh, thus making the "use
arensb [Fri, 11 Oct 2002 12:40:50 +0000 (12:40 +0000)]
Replaced &requireDBI with C4::Context->dbh, thus making the "use
Database" statement unnecessary.
Fixed POD up a bit.

21 years agoRemoved trailing whitespace that was messing up the POD.
arensb [Fri, 11 Oct 2002 12:39:34 +0000 (12:39 +0000)]
Removed trailing whitespace that was messing up the POD.

21 years agoAdded FIXME comment. This file is obsolete, right?
arensb [Fri, 11 Oct 2002 12:36:44 +0000 (12:36 +0000)]
Added FIXME comment. This file is obsolete, right?

21 years agoUpdated FIXME comment. This file is obsolete, right?
arensb [Fri, 11 Oct 2002 12:36:26 +0000 (12:36 +0000)]
Updated FIXME comment. This file is obsolete, right?

21 years agoReplaced &requireDBI with C4::Context->dbh
arensb [Fri, 11 Oct 2002 12:34:53 +0000 (12:34 +0000)]
Replaced &requireDBI with C4::Context->dbh

21 years agoPOD doc and code cleaning
tipaul [Fri, 11 Oct 2002 10:17:41 +0000 (10:17 +0000)]
POD doc and code cleaning

21 years agominor bugfixes and improvements
tipaul [Fri, 11 Oct 2002 09:29:38 +0000 (09:29 +0000)]
minor bugfixes and improvements

21 years agobugfixes + improvment in navigation
tipaul [Fri, 11 Oct 2002 09:19:57 +0000 (09:19 +0000)]
bugfixes + improvment in navigation

21 years agomerging from 1.2 and templating
tipaul [Fri, 11 Oct 2002 07:25:22 +0000 (07:25 +0000)]
merging from 1.2 and templating

21 years ago*** empty log message ***
arensb [Fri, 11 Oct 2002 03:25:26 +0000 (03:25 +0000)]
*** empty log message ***

21 years agoCleaned things up a bit.
arensb [Fri, 11 Oct 2002 03:24:29 +0000 (03:24 +0000)]
Cleaned things up a bit.

21 years ago*** empty log message ***
arensb [Fri, 11 Oct 2002 03:16:22 +0000 (03:16 +0000)]
*** empty log message ***

21 years agoRemoved &systemprefs. It is no longer used.
arensb [Fri, 11 Oct 2002 03:14:51 +0000 (03:14 +0000)]
Removed &systemprefs. It is no longer used.

21 years agoUse C4::Context->preference instead of &systemprefs or explicit SQL
arensb [Fri, 11 Oct 2002 03:14:03 +0000 (03:14 +0000)]
Use C4::Context->preference instead of &systemprefs or explicit SQL
calls to get an entry from the systempreferences table.

21 years agoFixed a couple of bad links.
finlayt [Fri, 11 Oct 2002 01:11:51 +0000 (01:11 +0000)]
Fixed a couple of bad links.

21 years agoroad to 1.3.1 : viewing biblio MARC detail.
tipaul [Thu, 10 Oct 2002 16:20:52 +0000 (16:20 +0000)]
road to 1.3.1 : viewing biblio MARC detail.
if ACQUISITIONS=normal in systempref table, nothing changes,
if ACQUISITIONS=simple, the MARC record is shown

21 years agomerging 1.2 and bugfixes for auth, login and templating : admin, members and reports...
tipaul [Thu, 10 Oct 2002 16:17:05 +0000 (16:17 +0000)]
merging 1.2 and bugfixes for auth, login and templating : admin, members and reports home pages

21 years agomerging 1.2 and bugfixes for auth and login : admin, members and reports home pages
tipaul [Thu, 10 Oct 2002 16:15:36 +0000 (16:15 +0000)]
merging 1.2 and bugfixes for auth and login : admin, members and reports home pages

21 years ago(bug fix): Titles and due dates weren't being retrieved properly due
arensb [Thu, 10 Oct 2002 15:19:50 +0000 (15:19 +0000)]
(bug fix): Titles and due dates weren't being retrieved properly due
to missing braces.
Added bug report: the item type still isn't being displayed.

21 years agoMade code a bit more Perl-ish.
arensb [Thu, 10 Oct 2002 14:51:14 +0000 (14:51 +0000)]
Made code a bit more Perl-ish.

21 years agobugfixes
tipaul [Thu, 10 Oct 2002 14:48:25 +0000 (14:48 +0000)]
bugfixes

21 years agocleaning code
tipaul [Thu, 10 Oct 2002 14:47:00 +0000 (14:47 +0000)]
cleaning code

21 years agomerging auth from branch rel-1.2
tipaul [Thu, 10 Oct 2002 14:37:03 +0000 (14:37 +0000)]
merging auth from branch rel-1.2

21 years agomerging 1.2 and bugfixes for auth and login
tipaul [Thu, 10 Oct 2002 10:07:34 +0000 (10:07 +0000)]
merging 1.2 and bugfixes for auth and login

21 years ago*** empty log message ***
arensb [Thu, 10 Oct 2002 05:50:21 +0000 (05:50 +0000)]
*** empty log message ***

21 years agoUse the default theme if it wasn't given as a CGI parameter.
arensb [Thu, 10 Oct 2002 05:49:52 +0000 (05:49 +0000)]
Use the default theme if it wasn't given as a CGI parameter.

21 years agoRestored pre-template behavior: when you click on a member, you get
arensb [Thu, 10 Oct 2002 05:42:41 +0000 (05:42 +0000)]
Restored pre-template behavior: when you click on a member, you get
taken to the "show me more information about this member" page, not
the "update this member's information" page.

21 years ago*** empty log message ***
arensb [Thu, 10 Oct 2002 05:33:30 +0000 (05:33 +0000)]
*** empty log message ***