Correcting the name of one of the developers. :)
[koha.git] / C4 /
2011-02-14 Colin CampbellBug 4263: Remove duplicated lines from C4::Items
2011-02-07 Chris CormackBug 5691 - Delete all items respects independentbranche...
2011-02-07 Henri-Damien LAURENTBug 5690
2011-02-03 Chris CormackFixing a syntax error, that snuck in with a merge
2011-02-03 Frédéric DemiansBug 3212 Force leader 9 position to 'a' for new biblios
2011-02-03 Ian WallsBug 2341: items marked 'on order' not reserveable from...
2011-02-03 Chris CormackBug: 4263 - Repeatable subfields in items
2011-02-03 Chris CormackBug 4931: Stocking can be by homebranch or holding...
2011-02-02 Frédérick CapovillaBug 5661 Fix a problem when doing an authority search...
2011-02-02 Paul PoulainBug 5681: Fixes leading zeroes in Add Mulpiple Copies
2011-02-02 Jared Camins-EsakovBug 5683 - it is possible to save corrupt records
2011-01-17 Colin CampbellBug 5403 Remove DisplayISBN and GetPublisherNameFromIsbn
2011-01-17 Zach SimBug 5327 - Adding UNIT Tests.
2011-01-14 Owen LeonardFix for Bug 4885 - Only 1 ISBN shows in non-XSL detail...
2011-01-12 Chris CormackBug 5611: Simple typo fix in the comments
2011-01-12 Colin CampbellBug 5611 Tidy up C4::Scrubber
2011-01-12 Bryce SanchezBug 5611 INIT block causes failure with mod perl
2011-01-12 Colin CampbellBug 5601 Fix processing of DueDate return
2011-01-11 Ian WallsBug 5603: advance_notice.pl uninitialized element in...
2011-01-10 Nahuel ANGELINETTI(bug #3737) fix title search in order history
2011-01-10 Colin CampbellBug 5589: Remove duplicated Exports in Suggestions.pm
2011-01-10 Owen LeonardFix for Bug 5570 - item types not showing on other...
2011-01-06 Owen LeonardFix for Bug 3347 - Inconsistencies with tables in opac...
2011-01-04 Marcel de RooyBug 5375 (Update date/time last transaction (MARC 005...
2011-01-04 Marcel de RooyBug 5374 (update transaction date when saving biblio...
2011-01-03 Chris CormackBug 5526: Follow up patch removing a warn statement
2011-01-03 Owen LeonardFix for Bug 5526, List of lists should be in alphabetic...
2011-01-03 Chris CormackBug 5542: Availability code commented out - Uncommenting
2010-12-24 Amit GuptaBug 5489: Send hold email to branch email address if...
2010-12-24 Owen LeonardFix for Bug 4946 - hold warning needs rewording
2010-12-15 Robin SheatBug 5084 - hide funds that are part of an inactive...
2010-12-15 Srdjan JankovicBug 2965: Allow due date in the past
2010-12-15 Colin CampbellVariable redeclared in same scope
2010-12-14 Katrin FischerBug 3381 - Add an IntranetUserCSS system preference
2010-12-14 Owen LeonardFix for Bug 4173 - Statuses not appearing in the OPAC
2010-12-12 Frédéric DemiansBug 5475 Wrong messages date formating on Check Out...
2010-12-12 Colin CampbellBug 5022 Supplements were not saved correctly
2010-12-06 Owen LeonardIncremental fix for Bug 3285 - Location on Add Subscrip...
2010-12-01 Colin CampbellFix some compile time errors reported in test suite
2010-12-01 Colin CampbellBug 5448: Refactor Boolean.pm
2010-12-01 Ian WallsFixes bug 5232: Shelfname won't display on high-numbere...
2010-11-30 Colin CampbellBug 5450 Avoid a name clash in ILSDI modules
2010-11-29 Galen Charltonbug 4211: ensure that suggestion emails have full details
2010-11-29 Galen Charltonbug 4211: more fixes to suggestion letter template...
2010-11-29 Chris CormackBug 4211: This patch should provide a working way to...
2010-11-18 Tomás Cohen AraziBug 5412 double quotes break coins and thus search...
2010-11-17 Marcel de RooyBug 5066 (Log timestamp consistently in _session_log)
2010-11-17 Colin CampbellBug 4074 Fix fail to parse simple qualified search
2010-11-13 Owen LeonardFix for Bug 4359, noItemTypeImages not active in OPAC
2010-11-12 Galen Charltonbug 5389: mark Business::ISBN as a required dependency
2010-11-12 Chris CormackBug 5385 - Fixing an error that crept in with the POD...
2010-11-12 Colin CampbellBug 4305 Improve code flow
2010-11-12 Andrew ElwellBug 5385: POD Cleanups (part 1)
2010-11-10 Chris CormackMerge remote branch 'kc/master' into new/bug_5105
2010-11-07 Katrin FischerBug 5370: Fix all references to koha.org
2010-11-05 Nahuel ANGELINETTI(MT 2985) simplify CanBookBeReserved
2010-11-05 ByWater SolutionsBug 4254 - adding new patron advanced notice doesn...
2010-11-04 Chris CormackBug 5363 - Removing unused module (C4::Cache::FastMemca...
2010-11-03 Owen LeonardFix for Bug 4991, Overhaul of Calendar interface
2010-11-03 Galen Charltonbug 5301: improve escaping of XML characters in bib...
2010-11-03 Galen Charltonbug 5243: avoid crash when saving authority records...
2010-11-02 Owen LeonardFix for Bug 5221 - Preselect tab containing itemtype...
2010-10-22 Galen Charltonbug 3597: DelItemCheck now refuses to delete items...
2010-10-22 Galen Charltonfixing various links to point to *.koha-community.org
2010-10-22 Galen Charltonbug 3756: start removing references to disused sysprefs
2010-10-22 Galen Charltonremove two disused functions
2010-10-22 Henri-Damien LAURENT(bug 3536) fix homeorholdingbranch on return
2010-10-21 Frédéric DemiansBug 5303 Overdue notices subject is improperly encoded
2010-10-21 Robin SheatBug 4305 - prevent errors when handling invalid ISBN13...
2010-10-13 Jean-André Santoni(MT #3697) Fixed GetAuthorityRecords
2010-10-13 Jean-André Santoni(MT #3698) Fixed ILSDI GetRecords
2010-10-06 Galen CharltonMerge branch 'translation' of git://git.workbuffer...
2010-10-06 Galen CharltonMerge remote branch 'koha-fbc/k_bug_5284' into master
2010-10-06 Galen CharltonMerge remote branch 'koha-fbc/k_bug_5284' into master
2010-10-06 Chris NighswongerBug 5284 - Generic report covering various problems...
2010-10-06 Chris NighswongerBug 5284 - Generic report covering various problems...
2010-10-06 Chris NighswongerBug 5284 - Generic report covering various problems...
2010-10-06 Ian WallsFollowup to Bug 4305: multiple ISBNS in biblioitems...
2010-10-06 Chris NighswongerBug 5284 - Generic report covering various problems...
2010-10-06 Galen Charltonremoved AddToShelfFromBiblio from C4::VirtualShelves
2010-10-06 Marcel de RooyBug 5264 (Retain additional bibliographic subfields...
2010-10-06 Chris CormackFixing non placeholder sql in UpdateGuarantees
2010-10-06 Frédéric DemiansBug 3630 Impossible to perform Scan Indexes search
2010-10-06 Frédéric DemiansAvoid to add a warning in log
2010-10-06 Ian WallsUpdate VOKAL icon set
2010-10-06 Galen Charltonbug 5086: fix setting claim date
2010-10-06 Galen CharltonMerge remote branch 'koha-fbc/k_bug_5215' into master
2010-10-06 Galen CharltonMerge remote branch 'koha-fbc/k_bug_5247' into to-push
2010-10-06 Galen CharltonMerge remote branch 'koha-fbc/k_bug_5249' into to-push
2010-10-06 Colin Campbellbug_5245 Fix SQL syntax in GetItems
2010-10-06 Galen CharltonMerge remote branch 'koha-fbc/k_bug_5203' into master
2010-10-06 Ian WallsFixes bug 5231: bad call to GetAuthType in BiblioAddAut...
2010-10-06 Galen CharltonMerge branch 'translation' of git://git.workbuffer...
2010-10-06 Owen LeonardFix for Bug 5265, error message on lists is misleading
2010-10-06 Frédéric DemiansBug 4305 Get Amazon book covers for ISBN13
2010-10-06 Katrin FischerBug 5194 - Patron notification on new issues not working
2010-09-29 Nahuel ANGELINETTI(bug #4084) fix offline circ
2010-09-28 Galen CharltonMerge remote branch 'koha-fbc/k_bug_5183' into to-push
2010-09-28 Galen CharltonMerge remote branch 'koha-fbc/k_bug_5182' into to-push
2010-09-24 Chris NighswongerBug 5249 - Guide boxes do not print when selected for...
next