Merge branch 'master' of /home/jmf/repos/koha-rm-root.git/
[koha.git] / C4 / Biblio.pm
2007-08-08 Chris CormackMerge branch 'master' of /home/jmf/repos/koha-rm-root...
2007-08-08 Joshua FerraroMerge branch 'master' of /usr/local/git/koha_base.git/
2007-07-31 toinsSome new functions.
2007-07-20 hdlBug Fixing GetMarcSubjects.
2007-07-20 hdlAdding biblio.biblionumber to GetItemsfor Inventory
2007-07-19 hdlAdding selection by location for inventory
2007-07-03 tipaulfixing some display bugs (itemtype not properly returne...
2007-07-03 tipaulreturn itemtype description properly
2007-07-03 tipaulif you just replace su by a space in subjects, you...
2007-07-02 tipaulunimarc bugfix : the encoding is in field 100 in UNIMAR...
2007-06-25 tipaulbugfixes on unimarc 100 handling (the field used for...
2007-06-15 tipaulsome fixes (and only fixes)
2007-06-15 toinsdo not get $3 $4 and $5 on GetMarcSubjects GetMarcAutho...
2007-06-13 toinsremoving warn compilation.
2007-05-23 tipaulvarious bugfixes (minor) and french translation updated
2007-05-22 tipaulBugfixes & improvements (various and minor) :
2007-05-22 hdlChanging GetMarcStructure signature.
2007-05-21 btoumiadd security when u delete biblio :
2007-05-11 btoumibug fix:
2007-05-10 tipaulKoha NoZebra :
2007-05-03 tipaulBUGFIX for : NoZebra
2007-05-02 tipaulNoZebra SQL index management :
2007-04-27 hdlRemoving $dbh from GetMarcFromKohaField (dbh is not...
2007-04-25 tipaulKoha 3.0 nozebra 1st commit : the script misc/migration...
2007-04-24 tipaulmoving dotransfer to Biblio.pm::ModItemTransfer + some...
2007-04-23 tipaulrenaming currenttransfers to transferstoreceive
2007-04-18 tipaulremoving all useless %env / $env
2007-04-17 tipaulcirculation cleaning continued: bufixing
2007-04-04 tipaulHUGE COMMIT : code cleaning circulation.
2007-03-30 tipaulwhy the hell do we need to explicitly utf8 decode this...
2007-03-29 tipaulCode cleaning of Biblio.pm (continued)
2007-03-29 tipaulCode cleaning :
2007-03-29 tipauladding default value new feature into cataloguing....
2007-03-29 hdlDeleting ignore_errors(1) pour MARC::Charset
2007-03-28 hdlremoving $dbh as a parameter in AuthoritiesMarc functions
2007-03-09 tipaulrel_3_0 moved to HEAD
2006-11-15 tgarip1957Savannah seems out of sync. reloading.Mainly code clean...
2006-11-06 tgarip1957Bug fixing and complete removal of Date::Manip
2006-10-20 tgarip1957A new Date.pm to use for all date calculations. Mysql...
2006-09-27 tgarip1957Finalizing main components. All koha modules are now...
2006-09-20 tgarip1957Some bug fixing, new acquisitions handling
2006-09-11 tgarip1957Fixes bug with MARChtml2xml in Biblio.pm
2006-09-06 tgarip1957Clean up before final commits
2006-09-01 tgarip1957No more MARC Records - everything is MARC XML
2006-08-25 tgarip1957New set of routines for HEAD.
2006-08-21 toinsAdd a forgetted function : getbibliofromitemnumber
2006-08-11 toinsre-input an old function.
2006-08-10 toinssync with dev_week.
2006-07-27 toins1 Sub renamed.
2006-07-12 btoumibug fixing:
2006-07-04 toinsHead & rel_2_2 merged
2006-06-06 bob_lyonMerging katipo changes...
2006-05-17 plgNew feature from SAN Ouest Provence: ability to reserve...
2006-04-15 tgarip1957Change the MARC Leader to UTF-8 incase user did not...
2006-04-10 tgarip1957New sub to use by Circ2.pm . Allows one subfield of...
2006-04-03 rangiModify item now works
2006-04-03 kadossome modifs to improve plugin support
2006-04-01 rangiFixing the problem that all items were getting biblioit...
2006-04-01 rangiAdding a little fake subroutine that a few scripts...
2006-03-29 rangiDelete isnt working using the extended services method
2006-03-28 rangiDelete working now
2006-03-13 rangiAdding commits, so that changes stick
2006-03-10 kadossyncing MARChtml2xml wtih rel_2_2, removing unused...
2006-03-07 kadosadding support for 'delete' function
2006-03-07 rangiStarting work on deletes
2006-03-06 kadosAdding fixes to MARC editor to HEAD
2006-03-01 kadosrollback ... by accident I committed a rel_2_2 Biblio.pm
2006-03-01 kadosMARChtml2xml for improved MARC editor
2006-02-27 kadosRemoving 'our Zconn' from top...
2006-02-26 kadosmoving all $Zconn s to z3950_extended_services (current...
2006-02-25 kadosAnother purely documentation commit. Just changing...
2006-02-25 kadosPurely documentation change: converted all =head2 entri...
2006-02-25 kadosFurther cleanup, convering new routines to 4-chars
2006-02-25 kadosBetter documentation, added warning if serviceType...
2006-02-25 kadosIMPORTANT: Paul, I've removed the decode_char routine...
2006-02-25 kadoscleaning up POD docs, deleting zebra_create as it's...
2006-02-25 kadosreadding some lost subs
2006-02-25 kadosReverting to last version because the fix I committed...
2006-02-22 kadosReplacing all calls to zebra_update with calls to
2006-02-20 kadostypo
2006-02-20 kadosA new subroutine to handle Z39.50 extended services...
2006-02-16 kadosdestroy a connection after we're done -- we really...
2006-02-16 rangiTrying to error trap a little more.
2006-02-14 kadosadding a 'use ZOOM' to biblio.pm, needed for non-mod_pe...
2006-02-14 rangiJust a little missing my
2006-02-14 tipaulroad to 3.0 : updating a biblio in zebra seems to work...
2006-02-13 tipaulfixing some warnings (perl -w should be quiet)
2006-01-10 tipauladding a XMLgetbiblio in Biblio.pm (1st draft, to use...
2006-01-06 tipaulsynch'ing head and rel_2_2 (from 2.2.5, including npl...
2006-01-04 tipaulutf8 is a : go for beta test in HEAD.
2005-12-12 thdReverse array filled with elements from repeated subfields
2005-10-26 tipaulbig commit, still breaking things...
2005-09-22 tipaulsee mail on koha-devel : code cleaning on Search.pm...
2005-09-02 tipaulcontinuing the work to move to zebra. Begin of work...
2005-08-12 tipaulremoving useless sub declarations
2005-08-11 tipaulPlaying with the zebra...
2005-08-11 tipaul* POD documenting
2005-08-11 tipauljust removing useless subs (a lot !!!) for code cleaning
2005-08-11 tipaulOk guys, this time, it seems that item add and modif...
2005-08-10 tipaulcontinuing the road to zebra :
next