koha.git
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 ***

21 years agoAdded some FIXMEs.
arensb [Thu, 10 Oct 2002 05:32:20 +0000 (05:32 +0000)]
Added some FIXMEs.
Made code more Perlish.
(bug fix): Allow whitespace in $HTTP_ACCEPT_LANGUAGE (Konqueror uses
", " as language separator).

21 years agoFixed typo.
arensb [Thu, 10 Oct 2002 05:27:16 +0000 (05:27 +0000)]
Fixed typo.
Added missing function argument.

21 years agoAdded some FIXME comments.
arensb [Thu, 10 Oct 2002 04:48:57 +0000 (04:48 +0000)]
Added some FIXME comments.

21 years agoAdded whitespace to make the POD work.
arensb [Thu, 10 Oct 2002 04:47:54 +0000 (04:47 +0000)]
Added whitespace to make the POD work.
Added author.

21 years agoAdded whitespace to make the POD work.
arensb [Thu, 10 Oct 2002 04:44:28 +0000 (04:44 +0000)]
Added whitespace to make the POD work.

21 years agoFixed a few problems with POD.
arensb [Thu, 10 Oct 2002 04:43:44 +0000 (04:43 +0000)]
Fixed a few problems with POD.

21 years agoSimplified references.
arensb [Thu, 10 Oct 2002 04:42:35 +0000 (04:42 +0000)]
Simplified references.

21 years agoAdded whitespace to make the POD work.
arensb [Thu, 10 Oct 2002 04:41:05 +0000 (04:41 +0000)]
Added whitespace to make the POD work.
Removed references, added author.

21 years agoRemoved reference to Perl in POD. It should be obvious.
arensb [Thu, 10 Oct 2002 04:34:51 +0000 (04:34 +0000)]
Removed reference to Perl in POD. It should be obvious.

21 years agoAdded whitespace to make the POD work.
arensb [Thu, 10 Oct 2002 04:34:20 +0000 (04:34 +0000)]
Added whitespace to make the POD work.
Simplified references.
Added author email address.

21 years agoFixed FIXMEs.
arensb [Thu, 10 Oct 2002 04:33:25 +0000 (04:33 +0000)]
Fixed FIXMEs.
Removed reference to Perl in POD. It should be obvious.

21 years agoSimplified references.
arensb [Thu, 10 Oct 2002 04:32:44 +0000 (04:32 +0000)]
Simplified references.

21 years agoFixed FIXMEs.
arensb [Thu, 10 Oct 2002 04:32:06 +0000 (04:32 +0000)]
Fixed FIXMEs.
Removed reference to Perl. It should be obvious.

21 years agoAdded whitespace to make the POD work.
arensb [Thu, 10 Oct 2002 04:29:39 +0000 (04:29 +0000)]
Added whitespace to make the POD work.
Simplified references.

21 years agoswitched from picktemplate() to gettemplate()
tonnesen [Wed, 9 Oct 2002 18:09:16 +0000 (18:09 +0000)]
switched from picktemplate() to gettemplate()

21 years agoSwitched from "picktemplate" to "gettemplate"
tonnesen [Wed, 9 Oct 2002 18:02:15 +0000 (18:02 +0000)]
Switched from "picktemplate" to "gettemplate"

21 years agoroad to 1.3.1 : little fixes
tipaul [Wed, 9 Oct 2002 16:00:26 +0000 (16:00 +0000)]
road to 1.3.1 : little fixes

21 years agomerging from 1,2 branch. Seems OK
tipaul [Wed, 9 Oct 2002 15:49:49 +0000 (15:49 +0000)]
merging from 1,2 branch. Seems OK

21 years agomerging from 1.2 : adding auth
tipaul [Wed, 9 Oct 2002 15:48:15 +0000 (15:48 +0000)]
merging from 1.2 : adding auth
seems to work poorly. Please steve/finlay, fixme or explain...

21 years agoroad to 1.3.1 : viewing biblio MARC detail
tipaul [Wed, 9 Oct 2002 15:45:59 +0000 (15:45 +0000)]
road to 1.3.1 : viewing biblio MARC detail

21 years agobugfix : uses gettemplate and not picktemplate
tipaul [Wed, 9 Oct 2002 15:45:25 +0000 (15:45 +0000)]
bugfix : uses gettemplate and not picktemplate

21 years agomerging from 1,2 branch. Seems OK
tipaul [Wed, 9 Oct 2002 15:44:49 +0000 (15:44 +0000)]
merging from 1,2 branch. Seems OK

21 years agoRemoved trailing whitespace that was breaking the POD.
arensb [Wed, 9 Oct 2002 15:25:03 +0000 (15:25 +0000)]
Removed trailing whitespace that was breaking the POD.

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

21 years agoAdded some FIXME comments.
arensb [Wed, 9 Oct 2002 14:29:39 +0000 (14:29 +0000)]
Added some FIXME comments.

21 years ago(bug fix?) What looks like possibly a line left over from debugging
arensb [Wed, 9 Oct 2002 14:28:51 +0000 (14:28 +0000)]
(bug fix?) What looks like possibly a line left over from debugging
was giving me an empty branch list, so transfers didn't work.

21 years agoAdded POD.
arensb [Wed, 9 Oct 2002 14:17:49 +0000 (14:17 +0000)]
Added POD.
Added a bunch of FIXMEs.
Trimmed trailing whitespace.

21 years agoFixed missing bracket in POD.
arensb [Wed, 9 Oct 2002 14:14:08 +0000 (14:14 +0000)]
Fixed missing bracket in POD.

21 years agoAdded some FIXMEs.
arensb [Wed, 9 Oct 2002 14:13:31 +0000 (14:13 +0000)]
Added some FIXMEs.

21 years agoFixed FIXMEs in the POD.
arensb [Wed, 9 Oct 2002 14:13:01 +0000 (14:13 +0000)]
Fixed FIXMEs in the POD.

21 years agoAdded a couple of comments.
arensb [Wed, 9 Oct 2002 14:04:49 +0000 (14:04 +0000)]
Added a couple of comments.

21 years agosmall fixes
tipaul [Mon, 7 Oct 2002 14:08:26 +0000 (14:08 +0000)]
small fixes

21 years agomarc tag structure management, from /admin/
tipaul [Mon, 7 Oct 2002 14:06:19 +0000 (14:06 +0000)]
marc tag structure management, from /admin/

21 years agoroad to 1.3.1 : viewing MARC biblio
tipaul [Mon, 7 Oct 2002 14:04:26 +0000 (14:04 +0000)]
road to 1.3.1 : viewing MARC biblio

21 years agoroad to 1.3.1 : viewing biblio MARC detail
tipaul [Mon, 7 Oct 2002 14:02:43 +0000 (14:02 +0000)]
road to 1.3.1 : viewing biblio MARC detail

21 years agoroad to 1.3.1 : marc viewing from biblio search
tipaul [Mon, 7 Oct 2002 14:01:17 +0000 (14:01 +0000)]
road to 1.3.1 : marc viewing from biblio search

21 years agoroad to 1.3.1 : marc parameter table management
tipaul [Mon, 7 Oct 2002 11:31:41 +0000 (11:31 +0000)]
road to 1.3.1 : marc parameter table management

21 years agoroad to 1.3.1 : marc parameter management
tipaul [Mon, 7 Oct 2002 11:31:11 +0000 (11:31 +0000)]
road to 1.3.1 : marc parameter management

21 years agoremoving old templates
tipaul [Mon, 7 Oct 2002 09:37:09 +0000 (09:37 +0000)]
removing old templates

21 years ago*** empty log message ***
tipaul [Mon, 7 Oct 2002 09:34:59 +0000 (09:34 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
arensb [Mon, 7 Oct 2002 00:57:18 +0000 (00:57 +0000)]
*** empty log message ***

21 years agoRemoved unnecessary "use" line.
arensb [Mon, 7 Oct 2002 00:51:55 +0000 (00:51 +0000)]
Removed unnecessary "use" line.

21 years agoAdded POD and some comments.
arensb [Mon, 7 Oct 2002 00:51:22 +0000 (00:51 +0000)]
Added POD and some comments.

21 years agoAdded a FIXME comment.
arensb [Mon, 7 Oct 2002 00:50:33 +0000 (00:50 +0000)]
Added a FIXME comment.

21 years agoAdded a POD of sorts.
arensb [Mon, 7 Oct 2002 00:48:50 +0000 (00:48 +0000)]
Added a POD of sorts.

21 years agoAdded some FIXME comments.
arensb [Mon, 7 Oct 2002 00:45:25 +0000 (00:45 +0000)]
Added some FIXME comments.

21 years agoRemoved unnecessary "use" line.
arensb [Mon, 7 Oct 2002 00:44:23 +0000 (00:44 +0000)]
Removed unnecessary "use" line.

21 years agoAdded a FIXME comment.
arensb [Mon, 7 Oct 2002 00:35:44 +0000 (00:35 +0000)]
Added a FIXME comment.

21 years agoAdded POD and some comments.
arensb [Mon, 7 Oct 2002 00:34:24 +0000 (00:34 +0000)]
Added POD and some comments.

21 years agoFixed typo in synopsis.
arensb [Mon, 7 Oct 2002 00:33:50 +0000 (00:33 +0000)]
Fixed typo in synopsis.

21 years ago*** empty log message ***
arensb [Sun, 6 Oct 2002 00:36:46 +0000 (00:36 +0000)]
*** empty log message ***

21 years agoAdded "use C4::Context" (how did I forget it earlier?)
arensb [Sun, 6 Oct 2002 00:24:48 +0000 (00:24 +0000)]
Added "use C4::Context" (how did I forget it earlier?)

21 years agoFixed some bogosity.
arensb [Sat, 5 Oct 2002 23:59:40 +0000 (23:59 +0000)]
Fixed some bogosity.
Added some FIXMEs.

21 years agoReplaced several prepare()/execute()/finish() sequences with do().
arensb [Sat, 5 Oct 2002 23:57:39 +0000 (23:57 +0000)]
Replaced several prepare()/execute()/finish() sequences with do().

21 years agoUse C4::Context->preference, rather than getting all system
arensb [Sat, 5 Oct 2002 23:56:13 +0000 (23:56 +0000)]
Use C4::Context->preference, rather than getting all system
preferences and picking out only what's needed.

21 years agoAdded "preference" method, for fetching a single value from
arensb [Sat, 5 Oct 2002 23:55:00 +0000 (23:55 +0000)]
Added "preference" method, for fetching a single value from
systempreferences (which is all most scripts need).

21 years agoClarified need for File::Spec.
arensb [Sat, 5 Oct 2002 23:53:25 +0000 (23:53 +0000)]
Clarified need for File::Spec.
Rewrote sections on writing and installing koha.conf for clarity, and
to reflect the fact that the config file no longer needs to go in
/etc/koha.conf.
Fixed typo in "SetEnv" example.
Replaced "ur" with the English equivalent throughout.

21 years ago*** empty log message ***
arensb [Sat, 5 Oct 2002 17:18:10 +0000 (17:18 +0000)]
*** empty log message ***

21 years agoAdded a couple of FIXME comments.
arensb [Sat, 5 Oct 2002 17:17:20 +0000 (17:17 +0000)]
Added a couple of FIXME comments.

21 years agoSwitched new functions to using C4::Context.
arensb [Sat, 5 Oct 2002 16:55:09 +0000 (16:55 +0000)]
Switched new functions to using C4::Context.

21 years agoRemoved remnants of code that read /etc/koha.conf for itself.
arensb [Sat, 5 Oct 2002 16:48:08 +0000 (16:48 +0000)]
Removed remnants of code that read /etc/koha.conf for itself.