]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/perlmods/lib/OpenILS/Application/Storage
Make spell-checking case insensitive
[working/Evergreen.git] / Open-ILS / src / perlmods / lib / OpenILS / Application / Storage /
2011-07-14 Mike RylanderCorrect CDBI thinko -- search_where is smart about...
2011-07-07 Mike RylanderCorrect CDBI field name on biblio::peer_bib_copy_map
2011-07-07 Mike RylanderAdd Class::DBI linking for monograph parts (and some...
2011-07-07 Mike RylanderFilter out copies that have a monograph part designator...
2011-06-21 Thomas BerezanskyActive date
2011-06-17 Thomas BerezanskyGrace period is an interval. Convert to seconds.
2011-06-13 Dan ScottPrevent uninit var warnings in QueryParser.pm
2011-06-11 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2011-06-10 Jason Etheridgepatch from James Fournie re: https://bugs.launchpad...
2011-06-06 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2011-06-03 Thomas BerezanskySip Statcats - Actor/Asset Statcats via SIP2
2011-06-02 Mike RylanderMerge of transit_abort_perms from git.evergreen-ils...
2011-06-02 Mike RylanderMerge branch 'master' of git.evergreen-ils.org:Evergree...
2011-06-01 Bill EricksonCollections exemption user setting
2011-05-23 Mike RylanderMerge branch 'master' of git.evergreen-ils.org:Evergreen
2011-05-23 Mike RylanderRevert "Wrap proximity refreshing in a transaction...
2011-05-16 Mike RylanderIgnore "deleted" authority records when using the tag...
2011-05-12 mikerWrap proximity refreshing in a transaction to avoid...
2011-05-05 senatorPatch from Niles Ingalls to make patron phone number...
2011-04-22 mikeraddress the empty-query case
2011-04-22 mikerAddress LP#730743, errant parens cause pain
2011-04-22 phasefxBetter call number prefix/support in opac. The copy...
2011-04-20 mikerAdd support for facet and filter negation via "-" prefix
2011-04-20 mikerAlways use BinaryEncodeing => "UTF-8" with MARC::File...
2011-04-18 mikerImprovements to search tuning
2011-04-14 dbsEscape rather than filter SIMILAR TO metacharacters...
2011-04-13 mikerProtect search against all-deleted bibs by pinning...
2011-04-12 mikerAdd support for Multi-Homed Items (aka Foreign Bibs...
2011-04-05 dbsPrevent patron search from returning horrible errors...
2011-04-01 ericksonPatch from Thomas Berezansky to address unneccessary...
2011-04-01 dbwellsBetter search normalization de-duping when 'params...
2011-03-31 dbwellsUse identifer indexes for older ISxN API methods (LP...
2011-03-29 mikerMonograph Parts; Unified vol/copy wizard; Call Number...
2011-03-29 gmcbug 744687: fix multi-field MARC expert search
2011-03-22 dbwellsHonor the 'active' flag in QueryParser.pm for search...
2011-03-19 mikerIn-database Grace intervals
2011-03-16 mikerPatch from Steve Callendar addressing holdability tests...
2011-03-12 dbsResolve inconsistent results when invoking LOWER()...
2011-03-11 dbsEnsure incoming query values to patron search are UTF8...
2011-03-07 mikerThese are now magic filters. Thanks, SVF!
2011-03-07 mikerregister the "I only need a query string" search method
2011-03-07 mikerOnly generate ORed filters if there are some to use
2011-03-07 mikermore SVF filter cleanup
2011-03-07 mikerGeneral testing-based cleanup of the new SVF QueryParse...
2011-03-07 mikername is the pkey, not id
2011-03-07 mikerarg, typo
2011-03-07 mikerTeach storage to initialize the new bits of QueryParser
2011-03-07 mikerWorking towards SVF. This is most of phase 1, which...
2011-02-24 gmcadded missing columns to CDBI table definitions
2011-02-21 mikerMake sure we continue looping in situations where there...
2011-02-17 senatorBooking: fix the targeter in the I'm-reserving-this...
2011-02-08 dbsRemove syntax error from O:A:Storage:Publisher:authorit...
2011-01-31 dbsMake Evergreen Perl modules installable via Module...