road to 1.3.2 :
[koha.git] / C4 /
2002-11-12 tipaulroad to 1.3.2 :
2002-11-12 tipaulroad to 1.3.2 :
2002-10-28 tonnesenMerging from rel-1-2 to trunk
2002-10-25 tipaulRoad to 1.3.2
2002-10-24 tonnesenRemoving ReserveWaiting call pending further discussion...
2002-10-24 tonnesenMerging changes from rel-1-2 into trunk (circulation...
2002-10-24 arensbFixed "no title" warning when generating HTML documenta...
2002-10-24 tonnesenAdded a couple of tests.
2002-10-23 tonnesenAdded some more functionality to Shelf.pm (including...
2002-10-23 tonnesenFirst shot at a Shelf module. I'd appreciate comments...
2002-10-16 arensbUpdated a FIXME comment.
2002-10-16 arensbAdded and updated some FIXME comments.
2002-10-16 arensbAdded some FIXME comments.
2002-10-15 tipaulremoving Acquisition.pm
2002-10-14 tipaulmerging arens + my modifs/bugfixes
2002-10-14 finlaytadded small fix to UpdateReserve that fixes a bug comin...
2002-10-13 arensbReplaced expressions of the form "$x = $x <op> $y"...
2002-10-13 arensbRemoved trailing whitespace.
2002-10-13 arensbRemoved unused finalizer.
2002-10-13 arensbDeleted unused variables.
2002-10-13 arensbAdded magic RCS comment.
2002-10-13 arensbDeleted unused variables.
2002-10-13 arensbAdded magic RCS comment.
2002-10-13 arensbAdded magic RCS comment.
2002-10-13 arensbAdded magic RCS comment.
2002-10-13 arensbAdded magic RCS comment.
2002-10-13 arensbAdded magic RCS comment.
2002-10-13 arensbAdded magic RCS string.
2002-10-13 arensbAdded magic RCS string.
2002-10-13 arensbRemoved bogus #! line (this isn't a script!)
2002-10-13 arensbAdded magic RCS comment.
2002-10-13 arensbAdded partial POD (but I don't understand reserves...
2002-10-13 arensbAdded some FIXME comments.
2002-10-13 arensbAdded a FIXME comment.
2002-10-13 arensbAdded some FIXME comments.
2002-10-13 arensbAdded some FIXME comments.
2002-10-13 arensbAdded a partial POD.
2002-10-13 arensbAdded some FIXME comments.
2002-10-12 arensbAdded some FIXME comments.
2002-10-12 arensbTurn off authentication entirely if systempreference...
2002-10-12 arensbGot rid of the dependency on Set::Scalar. Yay! One...
2002-10-11 arensbAdded a FIXME comment.
2002-10-11 arensbGutted.
2002-10-11 arensbRemoved bogus unused variables at the top.
2002-10-11 arensbReplaced &requireDBI with C4::Context->dbh, thus making...
2002-10-11 arensbRemoved trailing whitespace that was messing up the...
2002-10-11 arensbAdded FIXME comment. This file is obsolete, right?
2002-10-11 arensbUpdated FIXME comment. This file is obsolete, right?
2002-10-11 arensbReplaced &requireDBI with C4::Context->dbh
2002-10-11 arensbCleaned things up a bit.
2002-10-11 arensbRemoved &systemprefs. It is no longer used.
2002-10-11 arensbUse C4::Context->preference instead of &systemprefs...
2002-10-10 arensbMade code a bit more Perl-ish.
2002-10-10 tipaulbugfixes
2002-10-10 tipaulcleaning code
2002-10-10 tipaulmerging 1.2 and bugfixes for auth and login
2002-10-10 arensbAdded some FIXMEs.
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-10 arensbFixed a few problems with POD.
2002-10-10 arensbSimplified references.
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-10 arensbRemoved reference to Perl in POD. It should be obvious.
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-10 arensbFixed FIXMEs.
2002-10-10 arensbSimplified references.
2002-10-10 arensbFixed FIXMEs.
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-09 arensbRemoved trailing whitespace that was breaking the POD.
2002-10-09 arensbAdded POD.
2002-10-09 arensbFixed missing bracket in POD.
2002-10-09 arensbAdded some FIXMEs.
2002-10-09 arensbFixed FIXMEs in the POD.
2002-10-09 arensbAdded a couple of comments.
2002-10-07 tipaulroad to 1.3.1 : viewing MARC biblio
2002-10-07 arensbRemoved unnecessary "use" line.
2002-10-07 arensbAdded POD and some comments.
2002-10-07 arensbAdded a FIXME comment.
2002-10-07 arensbAdded a POD of sorts.
2002-10-07 arensbAdded some FIXME comments.
2002-10-07 arensbRemoved unnecessary "use" line.
2002-10-07 arensbAdded a FIXME comment.
2002-10-07 arensbAdded POD and some comments.
2002-10-07 arensbFixed typo in synopsis.
2002-10-05 arensbFixed some bogosity.
2002-10-05 arensbReplaced several prepare()/execute()/finish() sequences...
2002-10-05 arensbAdded "preference" method, for fetching a single value...
2002-10-05 arensbAdded a couple of FIXME comments.
2002-10-05 arensbSwitched new functions to using C4::Context.
2002-10-05 arensbRemoved remnants of code that read /etc/koha.conf for...
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-10-03 arensbChanged a function call to a class method call, and...
2002-10-03 tipaulpod doc adding
2002-10-03 tipaulExtending Context.pm to add stopword management and...
2002-10-03 finlaytAdded a field to the barcodes sql search, now it return...
2002-10-02 arensbFixed some run-time bugs, so it'll actually load.
2002-10-02 arensbFixed typos in POD.
2002-10-02 arensb(added) Module for reading the config file and getting...
2002-10-02 tipaulroad to 1.3.1
2002-10-02 tipaultemplating modifications to rspect finlay structure
next