Prevent js failure if syspref "gist" is undefined.
[koha.git] / C4 /
2009-01-16 Jesse WeaverAdd holds policies
2009-01-12 Nahuel ANGELINETTI(bug #2908) adding send shelf by e-mail feature
2009-01-09 Nahuel ANGELINETTI(bug #2904) support of 856$u and 856$z in UNIMARC
2009-01-09 Joe AtzbergerPrevent multiple warnings per notice filling cron logs.
2009-01-09 Galen Charltonbug 2505: more warnings fixes in C4/Context.pm
2009-01-09 stanEnable use warnings;, clean up complainy functions...
2009-01-08 Galen Charltonfollowup to patch for bug 2900
2009-01-08 Joe AtzbergerBug 2900: fix GetPendingIssues.
2009-01-07 Joe AtzbergerBug 2747 for staff interface itemtype display.
2009-01-07 Galen Charltonfix permission error introduced in a previous patch
2009-01-07 Joe AtzbergerBug 2842: ->regexp('syspref') failed for users of iso...
2009-01-07 Joe AtzbergerDates expanding to expose some time (HH:MM:SS) granularity.
2009-01-07 Galen Charltonpatch followup: restore test in GetMarcItem
2009-01-07 Galen Charltonbug 2505: more warnings fixes to C4/Biblio.pm
2009-01-05 Andrew MooreBug 2505: adding warnings to C4/Biblio.pm
2009-01-05 Henri-Damien LAURENTUsing Warns would cause problems with NoZebra
2009-01-05 Joe Atzbergerbarcodedecode() did not always return barcode
2009-01-05 Joe Atzberger (siptestAllow AddIssue to log SIP transactions distinct from...
2008-12-31 Joe AtzbergerLabels Cleanup (Part 1 of Many)
2008-12-31 Joshua FerraroAdds the ability to reference itemcallnumber within...
2008-12-29 Galen Charltonbug 2856 followup: remove unconditional warn
2008-12-29 Nahuel ANGELINETTI(bug #2856) Activate the duplicate patrons detection...
2008-12-17 Kyle HallAdded 'Branch Transfer Limits' Feature requested by...
2008-12-11 Henri-Damien LAURENTAdding some fixing for NoZebra
2008-12-11 Joe AtzbergerMinor cleanup, unused variable removed.
2008-12-08 Jesse Weaverbug 2848 [1/2]: Send notifications to patrons when...
2008-12-02 Galen Charltonbug 2758: don't confirm checkout if fine balance is 0
2008-12-02 Nahuel Angelinettibug #2757: change the opac login generation
2008-12-01 Galen Charltonfix POD error introduced in last patch
2008-12-01 Danny Boumanbug 2817: Added support to pull Amazon information...
2008-12-01 Galen Charltonfix permissions error introduced by previous patch
2008-12-01 Nahuel AngelinettiDelete all calls to thesaurus_popup.pl, and no more...
2008-11-20 Allen ReinmeyerBug #2531 Cannot delete private shelf
2008-11-18 Henri-Damien LAURENTbug fix : 2805
2008-11-11 Galen Charltonfix POD error
2008-11-11 Andrew MooreBug 2775: adding method to clean syspref cache in C4...
2008-11-06 Frederic DemiansImprove C4::Charset::MarcToUTF8Record performance
2008-11-06 Clay FoutsDatabase connectivity cleanups
2008-11-06 Joe AtzbergerSquash warnings by checking if $type is defined before...
2008-11-04 Joe Atzberger (siptestAllow SIP checkout to pre-empt unfilled holds.
2008-11-04 Joe Atzberger (siptestfollowup - make barcode_to_borrowernumber an internal...
2008-10-30 Clay Foutsbug 2729: redundant call to C4::Biblio::get_biblio_auth...
2008-10-23 Galen Charltonfollowup to Calendar overhaul
2008-10-23 Joe AtzbergerBegin Calendar overhaul, turn on warnings.
2008-10-23 Jesse Weaverfix for bug 2543: report output by tabulation a bit...
2008-10-23 Galen Charltonfollowup 1 to to renewal limit override
2008-10-23 Michael HafenAllow renewal limits to be overridden
2008-10-16 Michael HafenAdding a few columns to members/readingrec.pl
2008-10-16 Michael Hafenbugfix: Sort previous borrowers descending in Items...
2008-10-16 Michael HafenDon't pull all of biblioitems in GetItemsInfo
2008-10-14 Galen Charltonfollowup - make barcode_to_borrowernumber() work as...
2008-10-14 Joe Atzberger (siptestSIP Holds processing on checkout
2008-10-13 Joe Atzberger (siptestFully qualify function call.
2008-10-06 Ryan HigginsBug 2555 : label batch_id not properly incremented...
2008-10-06 Michael Hafenbug: query squashes issues.timestamp which circulation...
2008-10-06 Michael Hafenbug: chargelostitem() didn't unset onloan on the item...
2008-10-01 Frederic DemiansBugfix #2630 2nd attempt
2008-10-01 Joe AtzbergerRemove hardcoded "Freelist" line from Auth.
2008-09-26 Joe AtzbergerRevising the stub for ILS/Transaction/FeePayment.pm
2008-09-11 Henri-Damien LAURENTBug Fixing : 2581 Problem With HomeBranchOrHoldingBranc...
2008-09-11 Joe Atzberger (siptestBugs 2541 and 2587 - AddIssue must return date object...
2008-09-09 Joe AtzbergerMinor cleanup, updated POD.
2008-09-09 Joe Atzberger (siptestCorrect application of noissues flag in SIP.
2008-09-09 Danny Boumanbug2580: category name and home library will now correc...
2008-09-08 Michael Hafenbugfix: need to return something if an itemtype doesn...
2008-09-05 Galen Charltonbug 2582 [1/2]: don't set issuedate during renewal
2008-09-02 Henri-Damien LAURENTmodification to show the library and not the username...
2008-08-30 Joe AtzbergerFines fixes: apparent problems with fines prevent proce...
2008-08-28 Galen Charltonbug 2466: fix clearing item field
2008-08-27 Joe AtzbergerMinor SIP cleanup, conditionalize warnings.
2008-08-27 Joe AtzbergerBug 2419: require Exporter
2008-08-27 Galen Charltonbug 2552: correct issue history display
2008-08-25 Michael Hafenbug: bookcount.pl pulls wrong title. Problem is sql...
2008-08-22 Jesse WeaverFix itemtype image problem in moremember.pl
2008-08-21 Galen Charltonbug 2509: fix file permissions
2008-08-21 Jesse Weaverfix for bug 1771: Template errors with remote itemtype...
2008-08-21 Jesse Weaverfix for bug 2477: Improve Speed of the Shelf Browser
2008-08-21 Vincent DanjeanStill fixing permission and first line of scripts
2008-08-20 Andrew Moorebug 2503: removing Force* subs and replacing them with...
2008-08-20 Andrew Moorebug 2503: adding dates to some C4:Circulation methods...
2008-08-20 Andrew Moorebug 2503: documentation improvements in C4::Circulation
2008-08-20 Kyle HallIntegrated version of the Koha Offline Circulation...
2008-08-18 Andrew Moorebug 2526: removing DEBUG flag from C4::Search
2008-08-18 Galen Charltonbug 2522 [2/3]: C4::Reserves support for request targeting
2008-08-18 Joe AtzbergerPrevent compilation errors from complex C4 import/export.
2008-08-18 Galen Charltonbug 2518: remove useless patron and branch lookups
2008-08-18 Galen Charltonbug 2519: clear waitingdate if request is moved off...
2008-08-13 Andrew MooreBug 2400 [18/18]: fixing pod syntax in C4/SIP/Sip/MsgTy...
2008-08-13 Andrew MooreBug 2400 [17/18]: fixing pod syntax in C4/SIP/ILS/Item.pm
2008-08-13 Andrew MooreBug 2400 [16/18]: fixing pod syntax in C4/SIP/ILS/Patron.pm
2008-08-13 Andrew MooreBug 2400 [15/18]: fixing pod syntax in C4/External...
2008-08-13 Andrew MooreBug 2400 [14/18]: fixing pod syntax in C4/Barcodes...
2008-08-13 Andrew MooreBug 2400 [13/18]: fixing pod syntax in C4/Barcodes...
2008-08-13 Andrew MooreBug 2400 [12/18]: fixing pod syntax in C4/NewsChannels.pm
2008-08-13 Andrew MooreBug 2400 [11/18]: fixing pod syntax in C4/Labels.pm
2008-08-13 Andrew MooreBug 2400 [10/18]: fixing pod syntax in C4/ImportBatch.pm
2008-08-13 Andrew MooreBug 2400 [9/18]: fixing pod syntax in C4/Overdues.pm
2008-08-13 Andrew MooreBug 2400 [8/18]: fixing pod syntax in C4/Koha.pm
2008-08-13 Andrew MooreBug 2400 [7/18]: fixing pod syntax in C4/Barcodes.pm
2008-08-13 Andrew MooreBug 2400 [6/18]: fixing pod syntax in C4/Serials.pm
next