add call to doc-head-open.inc and doc-head-close.inc
[koha.git] / C4 /
2006-02-27 kadosuse new Context->Zconn object
2006-02-27 kadosRemoving 'our Zconn' from top...
2006-02-26 kadosmoving all $Zconn s to z3950_extended_services (current...
2006-02-25 kadosChanged to use new Zconn object in Context.pm. Not...
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-22 kadosFirst go at a connection object for Zebra. You can...
2006-02-21 rangiget_record works now
2006-02-20 kadostypo
2006-02-20 kadosA new subroutine to handle Z39.50 extended services...
2006-02-17 tipaulforcing utf8 communications between perl & apache
2006-02-17 tipaulremoving set names=UTF8, seems useless. Still investiga...
2006-02-16 rangiLittle test set up that lets you type cql in which...
2006-02-16 kadosdestroy a connection after we're done -- we really...
2006-02-16 rangiTrying to error trap a little more.
2006-02-16 thdQuick fix for functional bug in getMARCsubjects to...
2006-02-14 rangiBack to using xml, a much better idea :)
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-14 tipaul(chris, read carefully)
2006-02-14 tipaulfixing bugs for :
2006-02-14 rangiWork in progress still, committing for testing
2006-02-13 rangiJust a little fix while im testing
2006-02-13 rangiStart of the complete rewrite of Search.pm
2006-02-13 tipaulsome modifs to enable search on old search API with...
2006-02-13 tipaulfixing some warnings (perl -w should be quiet)
2006-02-09 rangiJust getting rid of some annoying warnings
2006-02-09 rangiHmm there seem to be quite a few subroutines twice...
2006-02-09 rangiCleaning up some unessecary my statements
2006-01-17 tipaulremoving useless script
2006-01-17 tipaulremoving unused package
2006-01-17 tipaulremoving useless package & script
2006-01-17 tipaulremoving useless package
2006-01-17 tipaulremoving useless sub
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-27 tipaulcode cleaning : removing useless package (everything...
2005-10-27 tipaulnew features for serial module :
2005-10-27 tipaulroad to normalization : changing API = removing getbran...
2005-10-26 tipaulbig commit, still breaking things...
2005-10-26 tipaulcode cleaning : removing useless package (everything...
2005-09-30 joshferraroPreviously there was no check to make sure that an...
2005-09-22 rangiMarks the item borrowed now on the items table
2005-09-22 tipaulsee mail on koha-devel : code cleaning on Search.pm...
2005-09-22 tipaulsee mail on koha-devel : code cleaning on Search.pm...
2005-09-06 rangiFixing typo channing ' to " so the title is stored...
2005-09-05 tipaulmoving NewBorrowerNumber sub to Members package
2005-09-05 tipaulmoving findguarantor sub to Members package
2005-09-05 tipaulremoving findguarantee, that is also in Members.pm
2005-09-03 rangiModified module to no longer use Date::Manip, not as...
2005-09-03 rangiThis is currently a copy of C4::Date
2005-09-03 rangiA work in progress still.
2005-09-02 tipaulcontinuing the work to move to zebra. Begin of work...
2005-09-02 tipaulremoving branches sub, that should be in Koha.pm packag...
2005-09-02 tipaulnew feature : image for itemtypes.
2005-08-31 rangiFix for loanlength to make the default length work...
2005-08-25 rangifixing unfilledreserves
2005-08-24 hdlAdding a note field in serial table.
2005-08-22 szrj1m&getcredits now returning 'BAY' and 'WORK' type credits...
2005-08-19 szrj1mAdded &getcredits routine.
2005-08-18 szrj1mUpdateStats is now being passed $accountno.
2005-08-12 tipaulremoving itemcount sub, that is already in Biblio.pm
2005-08-12 tipaulsearching with the zebra.
2005-08-12 tipaulremoving useless sub declarations
2005-08-12 tipaulwas a test for inverted indexes. Useless we have choose...
2005-08-12 tipaulremoving useless package
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 hdlMinor display changes.
2005-08-10 hdlBug fixing on query getlateorders.
2005-08-10 tipaulcontinuing the road to zebra :
2005-08-09 hdlAdding lateorders page.
2005-08-09 tipaul1st commit to go to zebra.
2005-08-08 tipaulminor (graphic) changes in log viewer
2005-08-08 hdlCode necessary for IndependantBranches parameter to...
2005-08-05 tipauladding some fields available for Letters
2005-08-05 tipaulremoving my own adress as "From" ;-)
2005-08-05 tipaul2 new features :
2005-08-05 tipauladding emailaddress to user context.
2005-08-04 tipaulfixing a bug in synch
2005-08-04 tipaulsynch'ing 2.2 and head
2005-08-04 tipaulLetters / alert system, continuing...
2005-07-29 hdlRemoving some unuseful warns.
2005-07-28 hdlSome Bug Fixes
2005-07-28 tipaulFor instance, the return date does not rely on the...
2005-07-28 hdlImplementing Independancy Branches management :
2005-07-26 hdlAdding branch Independancy support for searchsugestion.
2005-07-26 hdlBug Fixing for independantBranches support.
next