]>
git.koha-community.org Git - koha.git/log
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.
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().
arensb [Fri, 11 Oct 2002 12:48:25 +0000 (12:48 +0000)]
Added FIXME comments for broken links.
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.
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.
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.
arensb [Fri, 11 Oct 2002 12:39:34 +0000 (12:39 +0000)]
Removed trailing whitespace that was messing up the POD.
arensb [Fri, 11 Oct 2002 12:36:44 +0000 (12:36 +0000)]
Added 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?
arensb [Fri, 11 Oct 2002 12:34:53 +0000 (12:34 +0000)]
Replaced &requireDBI with C4::Context->dbh
tipaul [Fri, 11 Oct 2002 10:17:41 +0000 (10:17 +0000)]
POD doc and code cleaning
tipaul [Fri, 11 Oct 2002 09:29:38 +0000 (09:29 +0000)]
minor bugfixes and improvements
tipaul [Fri, 11 Oct 2002 09:19:57 +0000 (09:19 +0000)]
bugfixes + improvment in navigation
tipaul [Fri, 11 Oct 2002 07:25:22 +0000 (07:25 +0000)]
merging from 1.2 and templating
arensb [Fri, 11 Oct 2002 03:25:26 +0000 (03:25 +0000)]
*** empty log message ***
arensb [Fri, 11 Oct 2002 03:24:29 +0000 (03:24 +0000)]
Cleaned things up a bit.
arensb [Fri, 11 Oct 2002 03:16:22 +0000 (03:16 +0000)]
*** empty log message ***
arensb [Fri, 11 Oct 2002 03:14:51 +0000 (03:14 +0000)]
Removed &systemprefs. It is no longer used.
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.
finlayt [Fri, 11 Oct 2002 01:11:51 +0000 (01:11 +0000)]
Fixed a couple of bad links.
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
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
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
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.
arensb [Thu, 10 Oct 2002 14:51:14 +0000 (14:51 +0000)]
Made code a bit more Perl-ish.
tipaul [Thu, 10 Oct 2002 14:48:25 +0000 (14:48 +0000)]
bugfixes
tipaul [Thu, 10 Oct 2002 14:47:00 +0000 (14:47 +0000)]
cleaning code
tipaul [Thu, 10 Oct 2002 14:37:03 +0000 (14:37 +0000)]
merging auth from branch rel-1.2
tipaul [Thu, 10 Oct 2002 10:07:34 +0000 (10:07 +0000)]
merging 1.2 and bugfixes for auth and login
arensb [Thu, 10 Oct 2002 05:50:21 +0000 (05:50 +0000)]
*** empty log message ***
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.
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.
arensb [Thu, 10 Oct 2002 05:33:30 +0000 (05:33 +0000)]
*** empty log message ***
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).
arensb [Thu, 10 Oct 2002 05:27:16 +0000 (05:27 +0000)]
Fixed typo.
Added missing function argument.
arensb [Thu, 10 Oct 2002 04:48:57 +0000 (04:48 +0000)]
Added some FIXME comments.
arensb [Thu, 10 Oct 2002 04:47:54 +0000 (04:47 +0000)]
Added whitespace to make the POD work.
Added author.
arensb [Thu, 10 Oct 2002 04:44:28 +0000 (04:44 +0000)]
Added whitespace to make the POD work.
arensb [Thu, 10 Oct 2002 04:43:44 +0000 (04:43 +0000)]
Fixed a few problems with POD.
arensb [Thu, 10 Oct 2002 04:42:35 +0000 (04:42 +0000)]
Simplified references.
arensb [Thu, 10 Oct 2002 04:41:05 +0000 (04:41 +0000)]
Added whitespace to make the POD work.
Removed references, added author.
arensb [Thu, 10 Oct 2002 04:34:51 +0000 (04:34 +0000)]
Removed reference to Perl in POD. It should be obvious.
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.
arensb [Thu, 10 Oct 2002 04:33:25 +0000 (04:33 +0000)]
Fixed FIXMEs.
Removed reference to Perl in POD. It should be obvious.
arensb [Thu, 10 Oct 2002 04:32:44 +0000 (04:32 +0000)]
Simplified references.
arensb [Thu, 10 Oct 2002 04:32:06 +0000 (04:32 +0000)]
Fixed FIXMEs.
Removed reference to Perl. It should be obvious.
arensb [Thu, 10 Oct 2002 04:29:39 +0000 (04:29 +0000)]
Added whitespace to make the POD work.
Simplified references.
tonnesen [Wed, 9 Oct 2002 18:09:16 +0000 (18:09 +0000)]
switched from picktemplate() to gettemplate()
tonnesen [Wed, 9 Oct 2002 18:02:15 +0000 (18:02 +0000)]
Switched from "picktemplate" to "gettemplate"
tipaul [Wed, 9 Oct 2002 16:00:26 +0000 (16:00 +0000)]
road to 1.3.1 : little fixes
tipaul [Wed, 9 Oct 2002 15:49:49 +0000 (15:49 +0000)]
merging from 1,2 branch. Seems OK
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...
tipaul [Wed, 9 Oct 2002 15:45:59 +0000 (15:45 +0000)]
road to 1.3.1 : viewing biblio MARC detail
tipaul [Wed, 9 Oct 2002 15:45:25 +0000 (15:45 +0000)]
bugfix : uses gettemplate and not picktemplate
tipaul [Wed, 9 Oct 2002 15:44:49 +0000 (15:44 +0000)]
merging from 1,2 branch. Seems OK
arensb [Wed, 9 Oct 2002 15:25:03 +0000 (15:25 +0000)]
Removed trailing whitespace that was breaking the POD.
arensb [Wed, 9 Oct 2002 14:35:29 +0000 (14:35 +0000)]
*** empty log message ***
arensb [Wed, 9 Oct 2002 14:29:39 +0000 (14:29 +0000)]
Added some FIXME comments.
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.
arensb [Wed, 9 Oct 2002 14:17:49 +0000 (14:17 +0000)]
Added POD.
Added a bunch of FIXMEs.
Trimmed trailing whitespace.
arensb [Wed, 9 Oct 2002 14:14:08 +0000 (14:14 +0000)]
Fixed missing bracket in POD.
arensb [Wed, 9 Oct 2002 14:13:31 +0000 (14:13 +0000)]
Added some FIXMEs.
arensb [Wed, 9 Oct 2002 14:13:01 +0000 (14:13 +0000)]
Fixed FIXMEs in the POD.
arensb [Wed, 9 Oct 2002 14:04:49 +0000 (14:04 +0000)]
Added a couple of comments.
tipaul [Mon, 7 Oct 2002 14:08:26 +0000 (14:08 +0000)]
small fixes
tipaul [Mon, 7 Oct 2002 14:06:19 +0000 (14:06 +0000)]
marc tag structure management, from /admin/
tipaul [Mon, 7 Oct 2002 14:04:26 +0000 (14:04 +0000)]
road to 1.3.1 : viewing MARC biblio
tipaul [Mon, 7 Oct 2002 14:02:43 +0000 (14:02 +0000)]
road to 1.3.1 : viewing biblio MARC detail
tipaul [Mon, 7 Oct 2002 14:01:17 +0000 (14:01 +0000)]
road to 1.3.1 : marc viewing from biblio search
tipaul [Mon, 7 Oct 2002 11:31:41 +0000 (11:31 +0000)]
road to 1.3.1 : marc parameter table management
tipaul [Mon, 7 Oct 2002 11:31:11 +0000 (11:31 +0000)]
road to 1.3.1 : marc parameter management
tipaul [Mon, 7 Oct 2002 09:37:09 +0000 (09:37 +0000)]
removing old templates
tipaul [Mon, 7 Oct 2002 09:34:59 +0000 (09:34 +0000)]
*** empty log message ***
arensb [Mon, 7 Oct 2002 00:57:18 +0000 (00:57 +0000)]
*** empty log message ***
arensb [Mon, 7 Oct 2002 00:51:55 +0000 (00:51 +0000)]
Removed unnecessary "use" line.
arensb [Mon, 7 Oct 2002 00:51:22 +0000 (00:51 +0000)]
Added POD and some comments.
arensb [Mon, 7 Oct 2002 00:50:33 +0000 (00:50 +0000)]
Added a FIXME comment.
arensb [Mon, 7 Oct 2002 00:48:50 +0000 (00:48 +0000)]
Added a POD of sorts.
arensb [Mon, 7 Oct 2002 00:45:25 +0000 (00:45 +0000)]
Added some FIXME comments.
arensb [Mon, 7 Oct 2002 00:44:23 +0000 (00:44 +0000)]
Removed unnecessary "use" line.
arensb [Mon, 7 Oct 2002 00:35:44 +0000 (00:35 +0000)]
Added a FIXME comment.
arensb [Mon, 7 Oct 2002 00:34:24 +0000 (00:34 +0000)]
Added POD and some comments.
arensb [Mon, 7 Oct 2002 00:33:50 +0000 (00:33 +0000)]
Fixed typo in synopsis.
arensb [Sun, 6 Oct 2002 00:36:46 +0000 (00:36 +0000)]
*** empty log message ***
arensb [Sun, 6 Oct 2002 00:24:48 +0000 (00:24 +0000)]
Added "use C4::Context" (how did I forget it earlier?)
arensb [Sat, 5 Oct 2002 23:59:40 +0000 (23:59 +0000)]
Fixed some bogosity.
Added some FIXMEs.
arensb [Sat, 5 Oct 2002 23:57:39 +0000 (23:57 +0000)]
Replaced several prepare()/execute()/finish() sequences with do().
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.
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).
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.
arensb [Sat, 5 Oct 2002 17:18:10 +0000 (17:18 +0000)]
*** empty log message ***
arensb [Sat, 5 Oct 2002 17:17:20 +0000 (17:17 +0000)]
Added a couple of FIXME comments.
arensb [Sat, 5 Oct 2002 16:55:09 +0000 (16:55 +0000)]
Switched new functions to using C4::Context.
arensb [Sat, 5 Oct 2002 16:48:08 +0000 (16:48 +0000)]
Removed remnants of code that read /etc/koha.conf for itself.
arensb [Sat, 5 Oct 2002 10:19:02 +0000 (10:19 +0000)]
*** empty log message ***
arensb [Sat, 5 Oct 2002 09:44:27 +0000 (09:44 +0000)]
Merged with arensb-context branch: use C4::Context->dbh instead of
&C4Connect, and generally prefer C4::Context over C4::Database.
finlayt [Fri, 4 Oct 2002 00:09:27 +0000 (00:09 +0000)]
added link back to user home page.
finlayt [Thu, 3 Oct 2002 22:05:14 +0000 (22:05 +0000)]
fixed for the new do-it-yourself reserves.
arensb [Thu, 3 Oct 2002 16:15:10 +0000 (16:15 +0000)]
Changed a function call to a class method call, and a few more anal
changes.
tipaul [Thu, 3 Oct 2002 11:31:31 +0000 (11:31 +0000)]
pod doc adding