Bug: 4263 - Repeatable subfields in items
[koha.git] / C4 / Biblio.pm
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...
2007-11-01 Paul POULAINdealing with empty XML : return an empty string, and...
2007-10-31 Galen Charltonquelled perl -w variable masking warnings
2007-10-31 Galen CharltonBiblio.pm - restored after duplicate application of
2007-10-29 Chris CormackFix for broken Biblio.pm
2007-10-29 Chris CormackTidying up TransformMarctoKoha
2007-10-24 Galen CharltonBiblio.pm bugfixes
2007-10-23 Galen Charltonbib and item editing bugfixes
2007-10-22 Paul POULAINbugfix (security flaw) : the additem template was open...
2007-10-22 Paul POULAINbugfix : handling biblionumber in a field < 010
2007-10-22 Galen Charltoncall number work part 3 -- now using new routines to...
2007-10-19 Galen Charltonstart of reworking call number handling and other Bibli...
2007-10-15 Paul POULAINBUGfixes in availability management
2007-10-12 Ryan Higginsadding GetMarcUrls() fcn to display 856's - adding...
2007-10-12 Chris CormackDelbiblio no longer deletes items.
2007-10-12 Chris CormackWorking on a fix for 1176
2007-10-10 Paul POULAINBumping to 3.00.00.008 : adding biblio.datecreated
2007-10-06 Joshua Ferraropartial 1481: adding to templates, fixing non-display...
2007-10-06 Joshua Ferraroremoving multivolume,multivolumepart,binding
2007-10-03 Henri-Damien LAURENTBUG FIXING : Using LEFT JOIN in replacement of implicit...
2007-09-30 Chris CormackFix for bug 1437, items not showing on moredetail.pl
2007-09-30 Ryan Higginsfix column spelling errors and inconsistency btwn kohas...
2007-09-29 Joshua Ferraromissing ) caused install to fail! We need to test chang...
next