Add basic client-side AJAX wrappers
[koha.git] / C4 /
2009-09-06 Nicole EngardBug 2576: Added OPACFinesTab Syspref
2009-09-06 Nicole EngardBug 1172: Added OPACPatronDetails system preference
2009-09-06 Galen Charltonbug 1003: tweak GetBibliosShelves
2009-09-06 Nicole EngardBug 1003 Added lists to bib details pages
2009-09-06 Katrin FischerBug 3464: Added altcontactcountry and B_address2 to...
2009-09-06 Sébastien HindererGet rid of a few warnings in the bulkmarcimport script...
2009-09-06 Chris CormackModules for caching - C4::Cache is the base class,...
2009-09-06 Chris CormackStarting on OO module for memoizing our functions
2009-09-06 Colin CampbellReturn barcode as Sip hold_patron_id
2009-09-06 Galen CharltonMerge branch 'labels_recon' into to-push
2009-09-06 Galen CharltonMerge commit 'origin/master' into labels_recon
2009-09-06 Galen Charltondebugify a warn
2009-09-06 Galen Charltonreplace syslog with warns
2009-09-05 Chris NighswongerFixing warns (tnx to Chris Cormack for identifying...
2009-09-01 Chris Nighswonger[40/40] Removing depricated files
2009-09-01 Chris Nighswonger[39/40] Removeing depricated functions from label module.
2009-09-01 Chris Nighswonger[35/40] Work on C4::Labels tests and various bugfixs...
2009-09-01 Chris Nighswonger[33/40] Porting call number splitting improvements...
2009-09-01 Chris Nighswonger[32/40] Work on patron card creator module
2009-09-01 Chris Nighswonger[31/40] Misc bugfixes and cosmetic cleanup.
2009-09-01 Chris Nighswonger[24/40] Adding single/multiple label printing to label...
2009-09-01 Chris Nighswonger[23/40] Initial work on label export interface.
2009-09-01 Chris Nighswonger[22/40] General code cleanup of new labels module code.
2009-09-01 Chris Nighswonger[21/40] Adding de-duplicating method and associated...
2009-09-01 Chris Nighswonger[20/40] Work on label printing code.
2009-09-01 Chris Nighswonger[18/40] Work on label item search.
2009-09-01 Chris Nighswonger[17/40] Work on C4::Labels::Lib::html_table api to...
2009-09-01 Chris Nighswonger[16/40] Improvements to label management interface...
2009-09-01 Chris Nighswonger[15/40] Initial work on label batch edit interface.
2009-09-01 Chris Nighswonger[14/40] Work on batch management interface.
2009-09-01 Chris Nighswonger[13/40] Work on profile editor interface.
2009-09-01 Chris Nighswonger[12/40] Work on label managment interface.
2009-09-01 Chris Nighswonger[11/40] Work on layout editor interface.
2009-09-01 Chris Nighswonger[9/40] Work on template interface.
2009-09-01 Chris Nighswonger[8/40] Adding new layout management page
2009-09-01 Chris Nighswonger[7/40] Adding C4::Labels::Lib module
2009-09-01 Chris Nighswonger[6/40] Adding C4::Labels::Label Module
2009-09-01 Chris Nighswonger[5/40] Adding C4::Labels::PDF module
2009-09-01 Chris Nighswonger[4/40] Work on C4::Labels::Batch module
2009-09-01 Chris Nighswonger[3/40] Work on C4::Labels::Profile module and tests
2009-09-01 Chris Nighswonger[2/40] Work on C4::Labels::Template and associated...
2009-09-01 Chris Nighswonger[1/40] Work on C4::Labels::Layout module and tests
2009-08-31 Galen Charltonbug 3564 follow: ensure NoZebra is passed to templates
2009-08-31 Michael Hafenbugfix error if memcached_servers is empty in koha...
2009-08-26 Chris CormackAdding some caching to C4::Biblio, to GetMarcStructure
2009-08-24 Galen Charltongraceful degradation if memcached option is not configu...
2009-08-24 Chris CormackFailing gracefully if Memoize::Memcached is not installed
2009-08-24 Chris CormackStarting work on memoizing expensive functions with...
2009-08-23 Sébastien Hindererbug 3464: Takes columns country and B_country of table...
2009-08-23 Galen Charltonbug 3481 followup - ensure permanent location is stored...
2009-08-23 Galen Charltonbug 3481 followup - improve CartToShelf
2009-08-23 Colin Campbellbug 3481: Allow Item Temporary Locations for Processing...
2009-08-23 Galen Charltonimplement bailing out of AddReturn if IndependantBranch...
2009-08-23 Galen Charltonbug 3409 followup - fix use of $hbr
2009-08-23 Galen CharltonAddReturn now always updates holdingbranch
2009-08-23 Galen Charltonbug 3409 follow: fix crash if holdingbranch is undef
2009-08-23 Galen Charltonbug 3409 followup: renamed _GetCirculationBranch
2009-08-23 Galen Charltonbug 3409 followup: always set holdinglibrary to library...
2009-08-23 Henri-Damien LAURENTBug fix 3409 : Adding an internal function to C4::Circu...
2009-08-21 Colin CampbellAvoid numeric comparisons with leading zeroes
2009-08-15 Michael Hafenbugfix invalid comparison to ceilingDueDate in CalcDate...
2009-08-13 Galen Charltonbug 3204: tweaks to AWS request signing
2009-08-13 Galen Charltonbug 3204: followup to fix AWS request signing
2009-08-13 Henri-Damien LAURENTbug 3204: implement request signing for Amazon Web...
2009-08-11 Galen Charltonfuture hold request followup 2 - fix queries
2009-08-11 Michael HafenAllow the reserve date to be set on holds
2009-08-11 Galen Charltonbug 3520: fix crash when adding or editing items
2009-08-11 Galen Charltonbug 2157: add ability to 'clean' staged record batches
2009-08-10 Kyle M HallReverse Payment - Allows any payment to be 'undone...
2009-08-10 Garry CollumBug 3292: Fix to display Branch names instead of branch...
2009-08-09 Henri-Damien LAURENT_remove_stopwords in C4::Search had some issues
2009-08-09 Joe AtzbergerCleanup docs, typos, style etc.
2009-08-09 Joe AtzbergerFix Maintenance page.
2009-08-06 Nahuel ANGELINETTI(bug #3497) show publication year, or copyrightdate
2009-08-01 Sébastien Hindererbug 3440: C4/Branch.pm: the branch{zip,city,country...
2009-08-01 Colin CampbellStop generation of unnecessary warning messages to...
2009-08-01 Henri-Damien LAURENTInstaller break utf8 for DBD::mysql
2009-07-31 Garry CollumBug 3452: Additional patch that expands the branch...
2009-07-31 Colin Campbellbug 3434 Fix SQL Syntax Error when setting claimdate
2009-07-31 Colin CampbellUser will find it useful to see the date claimed
2009-07-30 Galen Charltonbug 3435: added missing _ in _FixAccountForLostAndReturned
2009-07-30 Galen Charltonbug 3435 followup: tweak AddReturn cleanup
2009-07-30 Joe Atzbergerbug 3435: SIP2 - 3M extension for SmartChute checkin.
2009-07-30 Joe Atzbergerbug 3435: AddReturn overhaul.
2009-07-30 Joe Atzbergerbug 3435: SIP Checkin extension for 3M SmartChute ...
2009-07-30 Joe AtzbergerBug 3056 - replace span hacking for terms in C4::Search
2009-07-30 Joe AtzbergerSearch.pm minor cleanup
2009-07-30 Garry CollumBug 3452: Displays borrower category and adds links...
2009-07-30 Kyle M HallBugfix 2339 - Place hold button display with AllowOnShe...
2009-07-28 Galen CharltonRevert "Bug 3226 - Extended characters inconsistantly...
2009-07-22 Joe AtzbergerFix POD for GetReservesFromBiblionumber
2009-07-22 Joe AtzbergerCleanup _Findgroupreserve.
2009-07-22 Joe AtzbergerCorrect GetItemIssue to actually return undef if item...
2009-07-22 Joe AtzbergerGive Overdues a few whacks with perltidy
2009-07-22 Colin CampbellExplicitly set _find_value's return to a string if...
2009-07-22 Darrell UlmBug#: 3230 Penny fine, needs fixed, just a round off...
2009-07-22 Galen Charltonfollowup to AddReturn patch - fix test
2009-07-22 Galen Charltoncheck $debug to print debug info only when wanted
2009-07-22 Joe Atzberger3M SIP2 Extensions groundwork and Patron Info popoulation
2009-07-21 Frédéric DemiansBug 3423 - In Cataloging, fields are not ordered by...
next