another ' missing $query arg to themelanguage()' call
[koha.git] / C4 /
2008-01-08 Chris CormackFix for missing CGI object in call to themelanguage
2008-01-08 Joe AtzbergerZ3950.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerVirtualShelves.pm - BEGIN block VERSION and vars relate...
2008-01-08 Joe AtzbergerSuggestions.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerStats.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerSerials.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerScheduler.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerSMS.pm - BEGIN block VERSION and vars related to export.
2008-01-08 Joe AtzbergerSip.pm - BEGIN block VERSION and vars related to export.
2008-01-08 Joe AtzbergerSIPServer.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerReview.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerReserves.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerReports.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerPrint.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerOverdues.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerOutput.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerNewsChannels.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerMembers.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerMatcher.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerLog.pm - BEGIN block VERSION and vars related to export.
2008-01-08 Joe AtzbergerLanguages.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerKoha.pm - BEGIN block VERSION and vars related to export.
2008-01-08 Joe AtzbergerItems.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerImportBatch.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerDates.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerContext.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerCirculation.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerBoolean.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerBookseller.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerBiblio.pm - BEGIN block VERSION and vars related to...
2008-01-08 Joe AtzbergerPrinterConfig.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerAcquisition.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerAccounts.pm - BEGIN block VERSION and vars related...
2008-01-08 Joe AtzbergerC4 - BEGIN blocks and 1; __END__ for modules
2008-01-08 Frederic DEMIANSFixes two bugs affecting Web installer when used with...
2008-01-07 Mason Jameslanguage_script_bidi table typo
2008-01-07 Chris CormackFix for bug 1730 fixing display for pay.pl
2008-01-07 Chris CormackFix for bug 1442, if you have independent branches...
2008-01-05 Joshua FerraroWARNING: BIG I18N PATCH, you must import the subtag_reg...
2008-01-05 Joshua Ferraroadditional updates to language support
2008-01-05 Joshua Ferrarorefactoring changelanguage, better var names, etc.
2008-01-05 Joshua Ferraroremoving warns from Output.pm
2008-01-05 Joshua Ferrarofix the 'current language' change language display
2008-01-05 Joshua Ferrarotemplate improvement: fall back on english if the templ...
2008-01-05 Joshua FerraroImprovements to handling language subtags
2008-01-05 Joshua Ferrarorename internal function
2008-01-05 Joshua Ferraroremove warn
2008-01-05 Joshua Ferraroadding bi-directional support to the OPAC based on...
2008-01-05 Joshua FerraroSwitching Languages.pm to EXPORT_OK -- don't export
2008-01-05 Joshua Ferrarosynching deletedborrowers table with borrowers table
2008-01-05 Joshua Ferraroadditional fixes to permissions
2008-01-05 Galen Charltonadded C4/AuthoritesMarc/*.pm missed in previous patch
2008-01-05 Galen Charltonstart of big MARC21 authorities work
2008-01-05 Galen Charltonminor POD correction
2008-01-04 Joshua Ferrarofix for bug 1736: Zebra searching, " " quotes cannot...
2008-01-04 Galen Charltonadd INIT block to import C4::Items
2008-01-04 Galen CharltonC4::Circulation - ensure that certain modules always...
2008-01-04 Galen Charltonfixed variable masking warnings found by perl -w
2008-01-03 Joe AtzbergerLabels.pm - add deduplicate_batch sub
2008-01-03 Galen Charltonitem rework: correct '' for various status fields
2008-01-03 Galen Charltonbatch import: do not ersatz MARC item fields
2008-01-03 Galen Charltonitem rework: replaced AddBiblioAndItems
2008-01-03 Galen Charltonremoved more redundant 'my' causing variable masking...
2008-01-03 Galen Charltonremoved extra 'my' that was causing a masking warning
2008-01-03 Galen Charltonitem rework: various changes
2008-01-03 Galen Charltonremoved 'use' that was causing redefined sub warning
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: replace direct SQL update of items
2008-01-03 Galen Charltoncheck for undefined values when mapping item to MARC
2008-01-03 Galen Charltonitem rework: POD and comments improvement
2008-01-03 Galen Charlton_replace_item_field_in_biblio now handles missing item...
2008-01-03 Galen Charltonitem rework: moved GetItem
2008-01-03 Galen Charltonitem rework: moved GetMarcItem
2008-01-03 Galen Charltonitem rework: do not allow bulkedit to update items
2008-01-03 Galen Charltonitem rework: moved ModItemInMarc
2008-01-03 Galen Charltonitems rework: fix several non-NULL columns during ModItem
2008-01-03 Galen Charltonstart of BIB change -- introduce C4::Items
2008-01-03 Joshua FerraroFixing Database Definitions for Statuses *PARTIAL*
2008-01-03 Joshua FerraroImproving searchhighlightblob, similar to Paul's patch:
2008-01-03 Henri-Damien LAURENTNZSearch debugging
2008-01-03 Joshua FerraroWARNING: Updates to Index Defs for Authorities
2008-01-02 Mason JamesTransformHtmlToXml() now checks from UNIMARC flavour...
2008-01-02 Ryan HigginsFix bug in ModReceiveOrder call
2008-01-02 Ryan HigginsSpecify datereceived when receiving a new parcel.
2008-01-01 Chris CormackFix for bug 1711
2008-01-01 Ryan HigginsFurther updates to acq, merging in dev_week mods.
2008-01-01 Ryan Higginsupdates to acqui - first of several commits
2007-12-31 Joe AtzbergerNewsChannels - format_date for news "Posted on" date
2007-12-31 Chris CormackFix for bug 1708
2007-12-31 Chris CormackFix for bug 1515
2007-12-30 Joshua Ferrarofix to enable separate imageurls for item-level itypes
2007-12-30 Chris CormackFix for item level itypes and toomany subroutine
2007-12-30 Chris CormackFixing a bug with notforloan being checked properly
2007-12-30 Chris CormackFix for bug 1689
2007-12-30 Chris CormackGet biblioitem data in canbookbeissued, we need this...
2007-12-28 Joe AtzbergerOPAC VirtualShelves overhaul -- bugfix 1413 (among...
2007-12-28 Galen Charltononly munge copyrightdate and publicationyear if they...
2007-12-28 Owen LeonardFix to enable reading history in the staff client.
next