bugfix: haspermission API
[koha.git] / C4 / Biblio.pm
2009-09-30 Paul PoulainFixing API of ModBiblioMarc
2009-09-30 Nahuel ANGELINETTI(bug #3370) export function and fix return
2009-09-30 Henri-Damien LAURENTAdding management for multiple $9 in MARCSubjects
2009-09-30 Galen CharltonMerge commit 'origin/master' into bl-sopac
2009-09-15 Galen Charltonbug 3614 followup
2009-09-15 Colin Campbellbug 3614 Fix incorrect setting of indicator
2009-09-06 Sébastien HindererGet rid of a few warnings in the bulkmarcimport script...
2009-08-26 Chris CormackAdding some caching to C4::Biblio, to GetMarcStructure
2009-08-11 Galen Charltonbug 3520: fix crash when adding or editing items
2009-08-09 Joe AtzbergerCleanup docs, typos, style etc.
2009-07-30 Kyle M HallBugfix 2339 - Place hold button display with AllowOnShe...
2009-07-22 Colin CampbellExplicitly set _find_value's return to a string if...
2009-07-21 Frédéric DemiansBug 3423 - In Cataloging, fields are not ordered by...
2009-05-28 Galen Charltonfix permissions error introduced in prior patch
2009-05-28 Paul PoulainFixing API of ModBiblioMarc
2009-05-28 Paul Poulainfix for 2997 : superlibrarian's ability to edit item...
2009-05-27 Galen Charltonfix uninitialized value warnings during COinS generation
2009-05-12 Galen Charltonadd subtitle to COinS for MARC21
2009-05-12 Nahuel ANGELINETTI(bug #1578) fix a little error in code
2009-05-12 Nahuel ANGELINETTI(bug #1578) Add the (quasi)full COinS(Zotero) support
2009-04-27 Galen Charltonbug 2915 followup - small efficiency improvement
2009-04-18 Joe AtzbergerMulti-bug fix - SetMarcUnicodeFlag for records coming...
2009-04-08 Galen Charltonfix various warnings
2009-04-08 Nahuel ANGELINETTI(bug #2915) C4::Biblio::DelBiblio delete the serials
2009-04-06 Nahuel ANGELINETTI(bug #3053) extract ISBD view generator, and permit...
2009-04-01 Mason Jamesfix to ignore 600$2 'Source of heading' fields for...
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
next