Fix for Bug 1927
[koha.git] / C4 /
2008-03-17 Joshua FerraroAdding experimental OPACShelfBrowser feature -- to...
2008-03-16 Joshua FerraroIMPORTANT: Upgrading to Amazon.com Associates Web Servi...
2008-03-16 Joe AtzbergerSearch.pm - minor cleanup
2008-03-16 Joe AtzbergerC4::Search - vastly reduced calls to preference and...
2008-03-16 Joe AtzbergerC4::Debug - should resolve conflict w/ CGI upload....
2008-03-15 Galen Charltonfix initiation of transfer on return of non-issued...
2008-03-15 Galen Charltonfix crash when levying a rental charge
2008-03-15 Galen Charltoncheck on max renewals now respects item-level item...
2008-03-15 Galen Charltonremoved warns
2008-03-15 Galen Charltoncreated old_issues and old_reserves tables
2008-03-11 Chris NighswongerFurther adjustments on recent label improvments
2008-03-10 Ryan HigginsAdd Local-use statistical patron category_type
2008-03-08 Chris NighswongerBumping DB to 061 - Adding the ability to choose font...
2008-03-08 Joe Atzbergeracqui/addorder.pl - use reliable GetBookSellerFromId...
2008-03-06 Chris NighswongerAdding Update/Delete functions to patron image manageme...
2008-03-05 Joshua Ferrarofixing a typo s/tab/tag/
2008-03-05 Joshua Ferrarofix for warning in logs: Argument "\x{61}" isn't numeri...
2008-03-05 Galen Charltonremoved compile-time dep on a valid $dbh from C4::Dates
2008-03-04 Galen CharltonIMPORTANT: clean up after Z39.50 connections
2008-03-04 Galen Charltonimprove authority heading matching (partial fix for...
2008-03-03 Galen Charltonremoved lock tables for authority updates
2008-03-03 Galen Charltonupdated POD for ModZebra sub
2008-03-03 Galen Charltonindexing - explicitly pass previous record to ModZebra
2008-03-01 Galen Charltonuse ZOOM::Connection error method compatible with 1.16
2008-02-29 Paul POULAINpartial bugfix for 1534: Guided reports returning only...
2008-02-29 Mason Jameswrapping regex in \Q$value\E to handle tricky strings...
2008-02-29 Paul POULAINBUGFIXING mail alert on issue arrival
2008-02-29 Ryan HigginsReinstating use of C4::Calendar object on issuing.
2008-02-28 Galen Charltoncirc: fix use of CircControl; staff user branch
2008-02-28 Chris CormackFix for bug 1908
2008-02-27 Chris NighswongerBUGFIX Critical: Correcting misspelling of C4:Context...
2008-02-27 Chris NighswongerBugfix for 1814: Correcting the way we handle a case...
2008-02-27 Paul POULAINNoZebra fixes : removing \r and \n when indexing
2008-02-27 Paul POULAINOAI-PMH second try
2008-02-23 Chris NighswongerFirst installment on moving patronimages into the database.
2008-02-23 Joe AtzbergerShelves - fixup display, in particular intranet side
2008-02-21 Galen Charltondisable OPAC login form if opacuserlogin syspref is off
2008-02-20 Paul POULAINNoZebra : removing . and : before indexing
2008-02-20 Paul POULAINBUGFIX NoZebra search (removal of adv zebra keyword...
2008-02-20 Ryan HigginsAdding barcode_decode syspref
2008-02-19 Chris CormackFix for renewals not working at circulation
2008-02-19 Paul POULAINBUGFIX (critical) return instead of next
2008-02-19 Galen Charltonbug 1834: add entries to zebraqueue only when necessary
2008-02-16 Galen Charltonvarious virtual shelves/lists fixes
2008-02-16 Galen Charltongetalert - do not generate bad SQL for borrowernumber=0
2008-02-16 Galen CharltonDC XML export - declare encoding
2008-02-16 Galen Charltonfixed Dublin Core XML export of bibs
2008-02-16 Chris NighswongerAdding Printer Profiles feature to the Label Creator.
2008-02-16 Paul POULAINbugfixing scan index for UNIMARC
2008-02-15 Galen CharltonXHTML corrections: guided reports
2008-02-12 Chris CormackFix for Zconn not creating a new connection when zebra...
2008-02-11 Galen Charltonadded back use of C4::Charset
2008-02-11 Galen CharltonFRBR: configure PazPar2 during installation
2008-02-11 Galen CharltonFRBR: fixed paging through grouped results
2008-02-11 Galen CharltonFRBR: added OPAC search result grouping option
2008-02-11 Galen Charltonmore experimental work on grouping with pazpar2
2008-02-11 Paul POULAINbugfixing inventory
2008-02-11 Henri-Damien LAURENTDisplaying Sort Authorised values if linked to authoris...
2008-02-11 Henri-Damien LAURENTusing Warn and not print for debugging purpose
2008-02-11 Henri-Damien LAURENTordering branches by branchcodes on Auth page.
2008-02-11 Paul POULAINswitching home and holdingbranch (rewritten)
2008-02-11 Galen Charltonmoved use of C4::Heading to avoid symbol export problem
2008-02-11 Galen Charltonauthorities: added LinkBibHeadingsToAuthorities
2008-02-09 Galen Charltonbug 1372: count MARC records correctly
2008-02-09 Galen Charltonadded StripNonXmlChars to C4::Charset
2008-02-09 Galen Charltonkeep biblioitems.cn_sort in sync with MARC record
2008-02-08 Joshua Ferrarohandling multiple languages gracefully in sysprefs...
2008-02-08 Joe Atzberger (siptestMembers.pm - make sure we don't return empty refs ...
2008-02-08 Galen Charltonauthority headings search: remove CCL metacharacters
2008-02-08 Galen Charltonmoved use of C4::Heading to avoid symbol export problem
2008-02-08 Galen Charltonauthorities: added LinkBibHeadingsToAuthorities
2008-02-08 Galen Charltonexperiment: use PazPar2 to group related works
2008-02-08 Galen Charltonauthorities: limit by heading type during matching
2008-02-08 Galen Charltonauthorities - new module - C4::Heading
2008-02-08 Galen Charltonquell warnings for SimpleSearch under 'use warnings'
2008-02-07 Joe AtzbergerSMS - widespread cleanup and moving code away from...
2008-02-03 Joe AtzbergerContext.pm - file size test (-s) is subset of file...
2008-02-03 Galen Charltoncharset: fixed bug that prevented ISO-5426 conversion
2008-02-03 Chris NighswongerMore fixes for patron images
2008-02-03 Galen Charltontemp bugfix -- restore file upload functionality
2008-02-03 Galen CharltonIMPORTANT - refactor MARC character set handling
2008-02-03 ChrisRemoving extra warn
2008-02-03 Galen Charltonstaged MARC import: handle non-ASCII characters in...
2008-01-30 ChrisBugfix for Bug 1790: Theme defaults to prog if other...
2008-01-27 Chris CormackBugfix to correct C4:Koha behavior which caused admin...
2008-01-25 Henri-Damien LAURENTDisplaying functions for UNIMARC authors instead of...
2008-01-25 Henri-Damien LAURENTAdding OpacHighlightedWords system preference
2008-01-25 Owen LeonardWorking on the language-picker menu in the footer
2008-01-24 Joe AtzbergerBackend for "Session" Shelves in toolbar. Affects Auth...
2008-01-24 Joe AtzbergerAuth.pm - Clarify logout conditionals, debug messages...
2008-01-24 Joe AtzbergerAuth.pm - _session_log calls moved before undef of...
2008-01-24 Chris CormackFix for bug 1790 Thanks to Chris Nighswonger
2008-01-24 Chris CormackFix for bug 1791
2008-01-24 Henri-Damien LAURENTBug Fixing : Encoding in Z3950 searches
2008-01-24 Owen LeonardAdding noItemTypeImages syspref to Auth.pm; Beginning...
2008-01-24 Chris CormackBug, using branchcode instead of branch
2008-01-24 Joe AtzbergerC4::Debug - Centralized debug switches module, test...
2008-01-22 Galen Charltonmore items work; handle unlinked subfields (DB rev...
2008-01-22 Galen Charltonadded caching of results of GetMarcStructure
2008-01-22 Galen CharltonC4::Items -- removed two warns
next