Fixing renewal error messages for todays issues in circulation.tmpl
[koha.git] / C4 /
2008-01-08 Chris CormackChanging CanBookBeRenewed to pass back the reason a...
2008-01-08 Ryan HigginsCHANGE TO PREVIOUS .046 DATABASE UPDATE
2008-01-08 Chris CormackFix for bug 1753
2008-01-08 Galen Charltonremove extra warn left in by mistake
2008-01-08 Galen Charltontest suite cleanup
2008-01-08 Henri-Damien LAURENTBugFix for Circulation
2008-01-08 Henri-Damien LAURENTAdding feature : multiple returns via moremember page.
2008-01-08 MJ RayUndo strange copy-paste error from last commit
2008-01-08 MJ Raydie on db connection failure
2008-01-08 Joe AtzbergerLanguages.pm - add a carp for bad arg, return undef...
2008-01-08 Joe AtzbergerOutput.pm - integrity checks prevent warns, author...
2008-01-08 Ryan HigginsSerials updates to link item record to serial table.
2008-01-08 Ryan Higginsset of serials fixes to subscriptions
2008-01-08 Chris CormackMore work on the til reconciliation report
2008-01-08 Chris CormackWork in progress, working on the til reconciliation...
2008-01-08 Joe AtzbergerOverdues.pm - fix typo ("Context" not "context")
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...
next