Bug 2691 - LCCN split (for labels)
[koha.git] / C4 / Biblio.pm
2009-03-06 Galen Charltonbug 2904: fix display of URLs in UNIMARC
2009-03-06 Mason Jamescorrected patch for bug 2951
2009-03-04 Daniel SweeneyAdded a require C4::Heading to resolve a circular depen...
2009-02-12 Galen Charltonreduce bib fetches during search and OPAC display
2009-02-09 Joe AtzbergerGetMarcFromKohaField needs 2 args, or there's no point.
2009-01-09 Nahuel ANGELINETTI(bug #2904) support of 856$u and 856$z in UNIMARC
2009-01-07 Galen Charltonfix permission error introduced in a previous patch
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
2008-12-11 Henri-Damien LAURENTAdding some fixing for NoZebra
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-08-25 Michael Hafenbug: bookcount.pl pulls wrong title. Problem is sql...
2008-08-21 Galen Charltonbug 2509: fix file permissions
2008-08-09 Henri-Damien LAURENTBug Fixing merge_authority.pl
2008-08-06 Owen LeonardReformatting serials item edit screen to eliminate...
2008-08-06 Henri-Damien LAURENTBug fixing : 2470 Serials forgetting library
2008-07-04 Galen Charltonbug 2297: improve ModBiblio() to avoid duplicate item...
2008-07-02 Paul POULAINcommenting warn
2008-06-12 Galen Charltonkohabug 2207 - improve indicator input in MARC editor
2008-06-10 Galen Charltonbug 2235: fix various data-corrupting bugs in MARC...
2008-06-02 Ryan HigginsRemove a couple of warns.
2008-05-30 Paul POULAINsmall (UNIMARC) fix, error in regexp writing
2008-05-27 Paul POULAINBUGFIXING authority link in detail.pl
2008-05-27 Ryan Higginsadd URLLinkText syspref to opac detail, and add some...
2008-05-19 Galen Charltonminor POD improvement
2008-05-11 Andrew MooreBug 2047: another fix for error during search when...
2008-05-01 Andrew MooreBug 2047: adding images to arbitrary authorized values
2008-04-21 Galen Charltonfix crash when saving MARC21 bib with NoZebra and Bibli...
2008-04-01 Galen Charltonavoid croak on latest CVS version of MARC::Record
2008-03-19 Galen Charltonrefactor C4::Log::logaction
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-03 Galen Charltonupdated POD for ModZebra sub
2008-03-03 Galen Charltonindexing - explicitly pass previous record to ModZebra
2008-02-27 Paul POULAINNoZebra fixes : removing \r and \n when indexing
2008-02-20 Paul POULAINNoZebra : removing . and : before indexing
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-11 Galen Charltonadded back use of C4::Charset
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 Charltonadded StripNonXmlChars to C4::Charset
2008-02-09 Galen Charltonkeep biblioitems.cn_sort in sync with MARC record
2008-02-08 Galen Charltonmoved use of C4::Heading to avoid symbol export problem
2008-02-08 Galen Charltonauthorities: added LinkBibHeadingsToAuthorities
2008-01-25 Henri-Damien LAURENTDisplaying functions for UNIMARC authors instead of...
2008-01-22 Galen Charltonadded caching of results of GetMarcStructure
2008-01-10 Mason JamesEscaping the $title in the regexes with \Q and \E to...
2008-01-09 Henri-Damien LAURENTImproving encoding Support for z3950 clients.
2008-01-09 Henri-Damien LAURENTmore logs for MARC::Charset problems
2008-01-08 Henri-Damien LAURENTAdding feature : multiple returns via moremember page.
2008-01-08 Ryan HigginsSerials updates to link item record to serial table.
2008-01-08 Joe AtzbergerBiblio.pm - BEGIN block VERSION and vars related to...
2008-01-03 Galen Charltonitem rework: replaced AddBiblioAndItems
2008-01-03 Galen Charltonitem rework: various changes
2008-01-03 Galen Charltonremoved duplicate call to C4::Context->marcfromkohafield
2008-01-03 Galen Charltonitem rework: moved DelItem
2008-01-03 Galen Charltonitem rework: moved various accessor functions
2008-01-03 Galen Charltonitem rework: moved GetItem
2008-01-03 Galen Charltonitem rework: moved GetMarcItem
2008-01-03 Galen Charltonitem rework: moved ModItemInMarc
2008-01-03 Galen Charltonstart of BIB change -- introduce C4::Items
2008-01-03 Joshua FerraroFixing Database Definitions for Statuses *PARTIAL*
2008-01-02 Mason JamesTransformHtmlToXml() now checks from UNIMARC flavour...
2007-12-28 Galen Charltononly munge copyrightdate and publicationyear if they...
2007-12-27 Chris CormackGetting rid of noisy warn
2007-12-25 Galen CharltonIMPORTANT - replaced TransformMarcToKoha
2007-12-25 Galen Charltonimproved error detection in AddBiblioAndItems
2007-12-25 Galen CharltonC4::Biblio::AddBiblioAndItems - added duplicate barcode...
2007-12-25 Galen Charltonbulk MARC record import - speed improved
2007-12-24 Joshua FerraroWarning: big commit Fixing moredetail.pl
2007-12-19 Galen CharltonMerge git://git.koha.org/pub/scm/koha
2007-12-19 Joshua FerraroMerge branch 'master' of manage-gmc.dev.kohalibrary...
2007-12-19 Joshua Ferrarofixing additional authors links on detail pages in...
2007-12-15 Mason Jamesmod to GetAuthorisedValueDesc() to simply take $categor...
2007-12-14 Joe AtzbergerC4 and misc: permissions fixes
2007-12-13 Galen Charltonbugfix: do not try to set items.cn_sort twice
2007-12-12 Ryan HigginsClean up moredetail.pl and updateitem.pl
2007-12-06 Mason Jamesfix for ModZebra() trying to delete an existing bib...
2007-12-02 Galen Charltonbug 1615: AddItem() now sets issues, renewals, and...
2007-11-27 Galen Charltonbug 1614: revise GetMarcItem so that info dervies from...
2007-11-27 Galen Charltonbugfix: handle subfield $0 in MARC for an item
2007-11-27 Galen Charltonbug 1616: update bib MARC and zebraqueue on item update
2007-11-25 Paul POULAINinclude 700 (author) in authority author list
2007-11-20 Mason JamesGetNoZebraIndexes() regex now handles naughty whitespac...
2007-11-17 Paul POULAINchanging the way subjects are build in detail.pl
2007-11-13 Chris CormackFix so with independent branches a staff member cant...
2007-11-13 Ryan Higginsupdate item-at-wrong-branch error message to show homeb...
2007-11-13 Galen Charltonbugfixes for reindexing problems
2007-11-12 Ryan Higginschanges to item-level itype reintroduce items.itype...
2007-11-08 Galen CharltonRevert "leader must be 25 and not 24 char long"
2007-11-08 Ryan Higginsfix typos on syspref
2007-11-08 Ryan Higginsfurther item-level itype changes
2007-11-08 Ryan Higginsnotforloan from items.ccode->itemtypes.notforloan inste...
2007-11-07 Joshua Ferrarofixing subject link on detail pages and searching API
2007-11-07 Paul POULAINleader must be 25 and not 24 char long
2007-11-01 Galen Charltonmade several PKs be auto_increment columns
2007-11-01 Galen Charltonbugfix: deletedbiblioitems row now added upon delete...
next