arensb
048e1fdfe1
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.
2002-10-13 06:18:42 +00:00
arensb
198d27dd88
Added magic RCS string.
...
Added some FIXME comments.
Removed unused finalizer.
2002-10-13 06:15:08 +00:00
arensb
4779119226
Added magic RCS string.
...
Added a FIXME comment.
Removed unused finalizer.
2002-10-13 06:14:10 +00:00
arensb
3660bc647a
Removed bogus #! line (this isn't a script!)
...
Removed unused global variables.
Added POD.
Added some explanatory comments.
Added some FIXME comments.
2002-10-13 06:13:23 +00:00
arensb
6e4f0b9fb7
Added magic RCS comment.
...
Removed declarations for nonexistent variables.
Added some FIXME comments.
Removed unused finalizer.
2002-10-13 06:12:00 +00:00
arensb
bc9257875b
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.
2002-10-13 06:09:26 +00:00
arensb
3a92eb7781
Added some FIXME comments.
2002-10-13 06:05:59 +00:00
arensb
6da9869463
Added a FIXME comment.
2002-10-13 06:03:38 +00:00
arensb
118907bcdd
Added some FIXME comments.
...
Added RCS magic comment.
Removed unused finalizer.
2002-10-13 06:03:03 +00:00
arensb
c7f9fb2b99
Added some FIXME comments.
2002-10-13 05:56:10 +00:00
arensb
3e5e5e0303
Added a partial POD.
...
Wrote some FIXME comments explaining why I'm not going to write any
more PODs.
Added some other FIXME comments.
2002-10-13 05:52:46 +00:00
arensb
2d44c0a57b
Added a FIXME comment.
2002-10-13 05:50:21 +00:00
arensb
5c91d43a43
Added some FIXME comments.
2002-10-13 05:49:13 +00:00
arensb
8752582dc2
Added a FIXME comment.
2002-10-13 05:40:31 +00:00
arensb
eb57e3b92a
(bug workaround): Commented out some code that removes everything from
...
the list of branches the user can select.
Added some FIXME comments.
2002-10-12 18:57:41 +00:00
arensb
125a9fafcf
Added some FIXME comments.
2002-10-12 07:31:35 +00:00
arensb
976d19cbc9
*** empty log message ***
2002-10-12 06:31:13 +00:00
arensb
5ff7515d5b
Turn off authentication entirely if systempreference "insecure" is set
...
to "yes".
2002-10-12 06:12:39 +00:00
arensb
a1441d959a
Sorted "use" statements in esthetic order.
2002-10-12 06:10:00 +00:00
arensb
cef449e3fa
Removed the dependency on Set::Scalar.
2002-10-12 06:08:28 +00:00
arensb
57bc667d07
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.
2002-10-12 05:43:03 +00:00
tipaul
afb916d6d4
small fixes : opac lib is the same as librarian lib by default.
2002-10-11 14:52:29 +00:00
tipaul
f73b72aee1
html-link to the script for linking koha fields and marc-db
2002-10-11 14:24:18 +00:00
tipaul
bf1b862180
with this script, it's easy to see which koha-DB fields are not mapped to MARC-DB and map them.
2002-10-11 14:23:28 +00:00
tipaul
4ebff7b4a0
minor improvment : loads only the 1st sentence. Thus, avoid lllooonnnggg descriptions
2002-10-11 13:35:10 +00:00
arensb
484df09804
*** empty log message ***
2002-10-11 13:08:07 +00:00
arensb
13d93ef115
Added a FIXME comment.
2002-10-11 13:06:52 +00:00
arensb
f981e30f4a
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.
2002-10-11 12:52:11 +00:00
arensb
d582d90c53
Replaced &requireDBI with C4::Context->dbh, thus making the "use
...
Database" statement unnecessary.
Replaced a prepare()/execute() with a do().
2002-10-11 12:50:42 +00:00
arensb
82cd94b25c
Added FIXME comments for broken links.
2002-10-11 12:48:25 +00:00
arensb
8702b5f680
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.
2002-10-11 12:45:10 +00:00
arensb
70d8c21450
Removed bogus unused variables at the top.
...
Prettified @EXPORT list.
(bug fix): Added missing semicolon.
2002-10-11 12:42:08 +00:00
arensb
70c08fd084
Replaced &requireDBI with C4::Context->dbh, thus making the "use
...
Database" statement unnecessary.
Fixed POD up a bit.
2002-10-11 12:40:50 +00:00
arensb
52d2d7bf92
Removed trailing whitespace that was messing up the POD.
2002-10-11 12:39:34 +00:00
arensb
cd8203d8d8
Added FIXME comment. This file is obsolete, right?
2002-10-11 12:36:44 +00:00
arensb
e744903393
Updated FIXME comment. This file is obsolete, right?
2002-10-11 12:36:26 +00:00
arensb
81ec28f127
Replaced &requireDBI with C4::Context->dbh
2002-10-11 12:34:53 +00:00
tipaul
4a6b840064
POD doc and code cleaning
2002-10-11 10:17:41 +00:00
tipaul
aef9c7d0b9
minor bugfixes and improvements
2002-10-11 09:29:38 +00:00
tipaul
6d74968993
bugfixes + improvment in navigation
2002-10-11 09:19:57 +00:00
tipaul
ba69be3a92
merging from 1.2 and templating
2002-10-11 07:25:22 +00:00
arensb
67e39ef679
*** empty log message ***
2002-10-11 03:25:26 +00:00
arensb
99fdc7afa0
Cleaned things up a bit.
2002-10-11 03:24:29 +00:00
arensb
14fa1e6dca
*** empty log message ***
2002-10-11 03:16:22 +00:00
arensb
61d632bf8a
Removed &systemprefs. It is no longer used.
2002-10-11 03:14:51 +00:00
arensb
ddcc85bfc2
Use C4::Context->preference instead of &systemprefs or explicit SQL
...
calls to get an entry from the systempreferences table.
2002-10-11 03:14:03 +00:00
finlayt
dd761c549e
Fixed a couple of bad links.
2002-10-11 01:11:51 +00:00
tipaul
0491c600ec
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
2002-10-10 16:20:52 +00:00
tipaul
34bf3e7da7
merging 1.2 and bugfixes for auth, login and templating : admin, members and reports home pages
2002-10-10 16:17:05 +00:00
tipaul
4630b49761
merging 1.2 and bugfixes for auth and login : admin, members and reports home pages
2002-10-10 16:15:36 +00:00