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
arensb
876c361191
(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.
2002-10-10 15:19:50 +00:00
arensb
527fdc97e0
Made code a bit more Perl-ish.
2002-10-10 14:51:14 +00:00
tipaul
b47c3c7627
bugfixes
2002-10-10 14:48:25 +00:00
tipaul
ae8bd1dbf8
cleaning code
2002-10-10 14:47:00 +00:00
tipaul
22febf401a
merging auth from branch rel-1.2
2002-10-10 14:37:03 +00:00
tipaul
9d31145bf2
merging 1.2 and bugfixes for auth and login
2002-10-10 10:07:34 +00:00
arensb
c989c9221f
*** empty log message ***
2002-10-10 05:50:21 +00:00
arensb
d6f6462bf4
Use the default theme if it wasn't given as a CGI parameter.
2002-10-10 05:49:52 +00:00
arensb
f7b8e9d4c5
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.
2002-10-10 05:42:41 +00:00
arensb
ff7d8f15e4
*** empty log message ***
2002-10-10 05:33:30 +00:00
arensb
afa8db75fc
Added some FIXMEs.
...
Made code more Perlish.
(bug fix): Allow whitespace in $HTTP_ACCEPT_LANGUAGE (Konqueror uses
", " as language separator).
2002-10-10 05:32:20 +00:00
arensb
db647c3f45
Fixed typo.
...
Added missing function argument.
2002-10-10 05:27:16 +00:00
arensb
5428fada05
Added some FIXME comments.
2002-10-10 04:48:57 +00:00
arensb
657643c67d
Added whitespace to make the POD work.
...
Added author.
2002-10-10 04:47:54 +00:00
arensb
94d2f6ea1f
Added whitespace to make the POD work.
2002-10-10 04:44:28 +00:00