fixing bug #526 : gst rate is now calculated through systempref gist entry.
[koha.git] / C4 /
2003-07-03 tipauldramatically improves search speed when searching somet...
2003-07-02 tipaulfix for #519 : items.dateaccessioned imports incorrectly
2003-07-02 tipaulfix for #512 (not sure it's enogh. to be checked by...
2003-07-02 tipaulfixing bug in thesaurus entry modification
2003-07-01 wolfpac444*** empty log message ***
2003-07-01 plugzAdded &getbranchname and &getborrowercategory
2003-06-20 plugzFIX: Incorrect parameters given to function Stats:...
2003-06-20 plugzFIX: Incorrect values inserted in database. used '...
2003-06-20 plugzBugfix for #499
2003-06-19 plugzbugfix for #499
2003-06-17 tipaulimprovments/fixes for z3950 support.
2003-06-17 rangiFixing a bug ine sql
2003-06-16 rangiJust added an order clause to getitemtypes
2003-06-16 rangiOrdering branches by branchname
2003-06-11 tonnesenAdded two new routines for getting a list of available...
2003-06-11 tonnesenChanging "preference()" calls to "boolean_preference...
2003-06-11 tonnesenIncreased default inactivity timeout from 2 minutes...
2003-06-05 tipaulremoving searchborrower from circ2.pm.
2003-05-30 rangiFixing a bug that was breaking adding or modifying...
2003-05-20 tipaulfixing typo in Biblio.pm POD
2003-05-19 tipaul* PARTIAL fix for #322 => gives strange results imho
2003-05-19 tipaulfixing strange bug when cardnumber not set and borrower...
2003-05-19 wolfpac444Bug fixes.
2003-05-19 tipaulsupport for subtitles, additional authors, subject.
2003-05-13 wolfpac444Fixed theme/language templating in intranet.
2003-05-08 wolfpac444Fixed bug #405
2003-05-08 wolfpac444Changed the scripts to use format_date
2003-05-08 wolfpac444Added "noissuescharge" parameter
2003-05-05 tipaulmoving loggedinuser => loggedinusername in includes...
2003-05-05 tipaulfix : when a book is taken and marked "not returned...
2003-05-05 wolfpac444*** empty log message ***
2003-05-05 tipaulmissing "
2003-05-05 tipaulfix for 191, code reindenting & some query improvment
2003-05-02 tipaulremoving warnings
2003-05-02 tipaul*** empty log message ***
2003-04-30 rangirenewbook is used by renewscript.pl
2003-04-29 tipaul*** empty log message ***
2003-04-29 tipaulreally proud of this commit :-)
2003-04-29 tipaulz3950 support is coming...
2003-04-28 tipaulThose fixes solves the "internal server error" with...
2003-04-24 tipaulfix for #410
2003-04-24 tipaulsome fixes
2003-04-24 tipaulfix for 361
2003-04-23 tipaulfix for #297 and some others bugs
2003-04-22 tipaul1st draft for z3950 client import.
2003-04-11 tipaul*** empty log message ***
2003-04-10 tipaulFix some bugs :
2003-04-08 tipaulfix for #229
2003-04-07 tipaulfix for #187
2003-04-05 wolfpac444Fixed the dates in aqbudget.pl
2003-04-04 tipaullast commits before 1.9.1
2003-04-04 wolfpac444Fixed bug #250
2003-04-03 wolfpac444Added Paul's changes to the version that should be...
2003-04-01 tipaulsmall fix to avoid empty list when itemtypes does'nt...
2003-04-01 tipaulfixes
2003-04-01 tipaulsmall improvment
2003-03-29 wolfpac444Bug fixes
2003-03-28 wolfpac444Here we go again...
2003-03-28 wolfpac444Fixed bug #241
2003-03-26 wolfpac444*** empty log message ***
2003-03-26 wolfpac444*** empty log message ***
2003-03-26 wolfpac444Hmm.. having problems getting my changes to Date.pm...
2003-03-26 wolfpac444Added format_date_in_iso function.
2003-03-26 wolfpac444Fixed problems with non-US date such as 28/10/1983.
2003-03-26 wolfpac444Module to format dates in the correct manner.
2003-03-19 tipaulfix for bug #54
2003-03-19 tipaulreindenting & code cleaning
2003-03-18 tipauladding checkdigit parameter that choose how to check...
2003-03-11 tipaulpod updating
2003-03-10 tipaul*** empty log message ***
2003-03-07 tipaul* moving generic functions to Koha.pm
2003-03-04 tipauladding "interface" parameter : /intranet-tmpl or /opac...
2003-03-03 tipaulbugfix for bookseller forgot and minor sql improvement
2003-03-03 tipaulmigrating to prepare (?) execute($var) structure
2003-02-28 tipaulsmall bugfix
2003-02-27 tipaul* moving prepare / execute to ? form.
2003-02-21 wolfpac444Fixed the subject search.
2003-02-19 wolfpac444*** empty log message ***
2003-02-19 wolfpac444Removed the unecessary $dbh argument from being passed.
2003-02-19 wolfpac444Cleaned up the FIXME issues.
2003-02-12 tipaulSupport for 000 -> 010 fields.
2003-02-12 tipaulSupport for 000 -> 010 fields.
2003-02-10 tipaulremoving unused sub
2003-02-10 acliMoved the cardnumber generation logic out of memberentr...
2003-02-10 acliFixed completely wrong logic in my boolean_preference...
2003-02-06 acliTentatively export the "internal" function CalcReserveF...
2003-02-06 acliForgot to take out debugging code
2003-02-06 acliUse the new C4::Boolean module and the new C4::Auth...
2003-02-06 acliConvenience function to check for 1/0/true/false/on...
2003-02-06 acliPOD elaboration for checkauth() (esp. regarding "$flags...
2003-02-06 acliExplicitly declare dependency on HTML::Template
2003-02-05 acliConverted a few SQL statements to use ? to fix a few...
2003-02-05 acliChanged the 3 "this does nothing" lines to set the...
2003-02-05 acliImplemented fixes for bug 170
2003-02-04 tonnesenRemoving +1y expiry time from cookies so that cookies...
2003-02-04 acliReverted to using s/// instead of quotemeta for title...
2003-02-03 acliMinor factoring in C4/Biblio.pm, plus change to export...
2003-02-03 acliUpdated module location
2003-02-03 acliMinor code cleanup
2003-02-02 acliDistinguish between On Loan, Item Lost, and Withdrawn...
next