tipaul
73e37063d5
road to 1.3.2 :
...
* many bugfixes
* adding value_builder : you can map a subfield in the marc_subfield_structure to a sub stored in "value_builder" directory. In this directory you can create screen used to build values with any method. In this commit is a 1st draft of the builder for 100$a unimarc french subfield, which is composed of 35 digits, with 12 differents values (only the 4th first are provided for instance)
2002-11-12 16:39:14 +00:00
tipaul
e11872aeb1
road to 1.3.2 :
...
* many bugfixes
* adding value_builder : you can map a subfield in the marc_subfield_structure to a sub stored in "value_builder" directory. In this directory you can create screen used to build values with any method. In this commit is a 1st draft of the builder for 100$a unimarc french subfield, which is composed of 35 digits, with 12 differents values (only the 4th first are provided for instance)
2002-11-12 15:58:43 +00:00
tonnesen
c16a952963
Merging from rel-1-2 to trunk
2002-10-28 20:02:57 +00:00
tipaul
94b6b3a6c1
Road to 1.3.2
...
* bugfixes and improvements
2002-10-25 10:58:26 +00:00
tonnesen
08d26bcc75
Removing ReserveWaiting call pending further discussion...
2002-10-24 20:09:29 +00:00
tonnesen
7aeb26593b
Merging changes from rel-1-2 into trunk (circulation module only)
2002-10-24 18:30:17 +00:00
arensb
fbb774f115
Fixed "no title" warning when generating HTML documentation from POD.
2002-10-24 12:09:01 +00:00
tonnesen
a0df2d5ea3
Added a couple of tests.
2002-10-24 04:12:10 +00:00
tonnesen
d0a060afb5
Added some more functionality to Shelf.pm (including the ability to actually
...
create a new shelf) and started a test script (Shelf.t)
2002-10-23 23:32:47 +00:00
tonnesen
263f5ecd46
First shot at a Shelf module. I'd appreciate comments on this. It contains
...
perldoc documentation describing the interface to date.
2002-10-23 22:21:09 +00:00
arensb
15a05e968f
Updated a FIXME comment.
2002-10-16 12:45:15 +00:00
arensb
aa3a88a76c
Added and updated some FIXME comments.
2002-10-16 12:44:25 +00:00
arensb
15d6ecc822
Added some FIXME comments.
2002-10-16 12:42:29 +00:00
tipaul
6d578747a9
removing Acquisition.pm
...
deleting unused code in biblio.pm, rewriting POD and answering most FIXME comments
2002-10-15 13:39:17 +00:00
tipaul
c4892ded4d
merging arens + my modifs/bugfixes
2002-10-14 07:40:04 +00:00
finlayt
6800d04813
added small fix to UpdateReserve that fixes a bug coming from the calles from moremember.pl
2002-10-14 04:22:25 +00:00
arensb
eff606ba56
Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
...
Thus, $x = $x+2 becomes $x += 2, and so forth.
2002-10-13 11:32:14 +00:00
arensb
24b7b9a73d
Removed trailing whitespace.
2002-10-13 09:31:35 +00:00
arensb
89ed0f29f6
Removed unused finalizer.
2002-10-13 08:34:49 +00:00
arensb
fddab26c2e
Deleted unused variables.
...
Removed trailing whitespace.
2002-10-13 08:27:49 +00:00
arensb
7197a3735b
Added magic RCS comment.
...
Removed trailing whitespace.
2002-10-13 07:31:21 +00:00
arensb
d5c8d40e23
Deleted unused variables.
...
Removed trailing whitespace.
2002-10-13 06:37:54 +00:00
arensb
73bcde4fa1
Added magic RCS comment.
...
Added some FIXME comments explaining why I didn't write a POD.
Removed unused finalizer.
2002-10-13 06:29:37 +00:00
arensb
a3118241ed
Added magic RCS comment.
...
Added some FIXME comments.
Added some explanatory comments.
Removed trailing whitespace.
Deleted unused variables.
Added POD.
Removed unused finalizer.
2002-10-13 06:28:49 +00:00
arensb
c572ee3b11
Added magic RCS comment.
...
Added some FIXME comments.
Added some explanatory comments.
Removed trailing whitespace.
Deleted unused variables.
Added POD.
Removed unused finalizer.
2002-10-13 06:22:48 +00:00
arensb
f96a21551d
Added magic RCS comment.
...
Added some FIXME comments.
Deleted unused variables.
Added POD.
Removed unused finalizer.
2002-10-13 06:20:22 +00:00
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
5c91d43a43
Added some FIXME comments.
2002-10-13 05:49:13 +00:00
arensb
125a9fafcf
Added some FIXME comments.
2002-10-12 07:31:35 +00:00
arensb
5ff7515d5b
Turn off authentication entirely if systempreference "insecure" is set
...
to "yes".
2002-10-12 06:12:39 +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
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
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
arensb
99fdc7afa0
Cleaned things up a bit.
2002-10-11 03:24:29 +00:00