fix error introduced in a previous commit
[koha.git] / C4 /
2009-03-11 Galen Charltonfix error introduced in a previous commit
2009-03-11 Joe AtzbergerCorrect perldoc
2009-03-11 Joe AtzbergerBug 2691 - LCCN split (for labels)
2009-03-11 Mason JamesResubmitting: fixes print statements with missing ...
2009-03-11 Nahuel ANGELINETTI(bug #3025) multiple check-in of a multiple times reser...
2009-03-11 Joe AtzbergerBug 2617: Add strict (and warnings), partial fix.
2009-03-11 Joe AtzbergerTrivial correction to comment.
2009-03-06 Joe AtzbergerBranchoverdues circ report reworking.
2009-03-06 Nahuel ANGELINETTI(bug #2863) add the borrowers branchcodes in suggestion...
2009-03-06 Galen Charltonfix permissions error
2009-03-06 Nahuel Angelinettifix the sql request to work in all mysqls
2009-03-06 Joe AtzbergerAllow all argument forms to GetBranchesLoops.
2009-03-06 Joe AtzbergerAllow GetBranchesLoop to intuit IndependantBranches...
2009-03-06 Joe AtzbergerAdd GetBranchLoop since so many pages use exactly the...
2009-03-06 Joe AtzbergerAddReserve had bogus prepare statement.
2009-03-06 Joe AtzbergerBasic cleanup of fixup_cardnumber
2009-03-06 Galen Charltonbug 2904: fix display of URLs in UNIMARC
2009-03-06 Mason Jamescorrected patch for bug 2951
2009-03-06 kohaThis patch allows the Branch Transfer Limits feature...
2009-03-06 Nahuel Angelinettibug 2772: bad image location
2009-03-04 Daniel SweeneyAdded a require C4::Heading to resolve a circular depen...
2009-03-04 Mason Jamesfix for bug-2923, corrects renew status in SCO
2009-03-04 Nahuel ANGELINETTI(bug #2961) add a button to add manually the next issue
2009-03-04 Chris NighswongerKohabug 2500 Fiction Call Number Splitting Enhancement...
2009-03-04 Mason Jamesfixes missing 'STDERR', causing 500 error below..
2009-03-04 Nahuel ANGELINETTI(bug #2995) Set a default encoding for e-mails
2009-02-27 Galen Charltondisplay library name instead of code in limit description
2009-02-26 Joe AtzbergerBug 2968 - SIP ACS_STATUS message (98) misreported...
2009-02-26 Andrew Elwellmore Minor documentation fixes
2009-02-25 Michael HafenAdd option to inventory tool to ignore copies on loan
2009-02-12 Galen Charltonbug 2952 followup
2009-02-12 Mason Jamespatch for feature 2952 - v3
2009-02-12 Nahuel ANGELINETTI(bug #2957) import Date_to_Days
2009-02-12 Galen Charltonreduce bib fetches during search and OPAC display
2009-02-12 Galen Charltonbug 2126: reduce round-off errors in fine balance
2009-02-09 Joshua FerraroFixes to two issues with status display on OPAC:
2009-02-09 Joshua FerraroDistinguish between items marked 'not for loan' and...
2009-02-09 Joe AtzbergerBug 2940 - private shelf (list) display error on 2nd...
2009-02-09 Joe AtzbergerGetMarcFromKohaField needs 2 args, or there's no point.
2009-02-09 Frederic DemiansAvoid XSLT stylesheet building for each biblio record...
2009-02-09 Michael Hafentweak Inventory tool and sub in C4/Items so call number...
2009-02-04 Galen Charltonremove editor settings
2009-02-04 John Beppubug 341: Use the Right Branch
2009-02-04 John Beppubug 324: Setting to_address
2009-02-04 John Beppubug 323: Item Circulation Alerts UI Fixes
2009-02-04 John BeppuPerl Modules
2009-02-04 John BeppuBrand New UI for Alert Configuration
2009-02-04 John Beppuwhitespace cleanup
2009-02-04 John BeppuSending Circulation Alerts part 1
2009-02-04 John BeppuNew C4 Modules
2009-02-04 John BeppuPOD for C4::Members::Messaging
2009-02-02 Mason Jamesfixes SQL typo and return value in GetImportBatchStatus()
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
next