]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/lib/OpenILS/Application/Storage
Optimize away always-true hold count clause
[Evergreen.git] / Open-ILS / src / perlmods / lib / OpenILS / Application / Storage /
2013-07-15 Liam WhalenFixes error with generate_fines for overdues returned... tags/rel_2_5_m2
2013-06-25 Mike RylanderOnly attempt to map copies once per hold
2013-06-21 Dan ScottSilence QP warning due to inappropriate cmp op
2013-06-21 Dan ScottSilence uninit var warnings from query normalizer
2013-06-21 Dan Scottreturn, not next, from eval BLOCK
2013-06-19 Dan ScottSupport script-based circ in nearest_hold()
2013-06-14 Dan WellsPost-2.5-m1 whitespace fixup
2013-06-13 Bill EricksonRepair fine generator memory leak
2013-06-13 Mike RylanderUse the centralized initialization method for QP
2013-05-14 Galen CharltonLP#118066: fix searches that failed because punctuation...
2013-04-19 Lebbeous Fogle-WeekleyRepair too-timid hold targeter (it misses copies at...
2013-04-19 Lebbeous Fogle-WeekleyFix various Traditional and holds-go-home best-hold...
2013-04-18 Lebbeous Fogle-WeekleyQP: Repair edit_date, create_date, and bib_source filters
2013-04-18 Lebbeous Fogle-WeekleyQP: Limit to deleted records for #deleted modifier...
2013-04-18 Mike RylanderBring back #deleted modifier post-revive-qp-fts
2013-04-18 Mike RylanderAllow combined search to be optional per class
2013-04-02 Bill EricksonQP copy location group filter repair
2013-04-02 Lebbeous Fogle-WeekleyBest hold selection: fix a checkin-busting bug affectin...
2013-04-01 Lebbeous Fogle-WeekleyFix bug in hold targeter introduced with Calculated...
2013-04-01 Mike RylanderRevert "Remove dependence on search.query_parser_fts...
2013-03-13 Mike RylanderQP search modifier '#deleted'
2013-03-13 Mike RylanderAllow nesting of create_date and edit_date filters
2013-03-13 Mike RylanderTwo new QP filters: create_date and edit_date
2013-03-05 Jeff Davistruncate fines to max fine amount (LP#1145284)
2013-02-27 Lebbeous Fogle-WeekleyCustom best-hold selection sort order
2013-02-27 Lebbeous Fogle-WeekleyCalculated Proximity Adjustments, a new feature
2013-02-25 Thomas BerezanskyQueryParser: Improve container searches
2013-02-25 Thomas BerezanskyQueryParser: Check for URIs in staff visibility
2013-02-25 Thomas BerezanskyQueryParser: Adjust visibility order
2013-02-25 Thomas BerezanskyQueryParser: Provide null rank query as default
2013-02-15 Thomas BerezanskyQueryParser: use combined metabib_field column
2013-02-15 Thomas BerezanskyQueryParser Driver: Much work
2013-02-15 Thomas BerezanskyQueryParser Driver: Remove Unphrases, add negates
2013-02-15 Thomas BerezanskyUse ][ instead of # to split facets
2013-02-15 Thomas BerezanskyQueryParser Driver: Add "lucky" modifier
2013-02-15 Thomas BerezanskyQueryParser Driver: Improve format filter
2013-02-15 Thomas BerezanskyQueryParser Driver: Long Line Cleanup
2013-02-15 Thomas BerezanskyQueryParser Driver: Remove Switch usage
2013-02-15 Thomas BerezanskyQueryParser Driver: Improve anchored searches
2013-02-15 Thomas BerezanskyQueryParser Driver: Protect against NULLs
2013-02-15 Thomas BerezanskyAdd bib_source filter
2013-02-15 Thomas BerezanskyFix empty statuses filter
2013-02-15 Thomas BerezanskyQueryParser Driver: Use proper table alias
2013-02-15 Thomas BerezanskyRemove dependence on search.query_parser_fts proc
2013-02-15 Thomas BerezanskyQueryparser Driver: SQL Generation Tweaks
2013-02-15 Thomas BerezanskyQueryParser Driver: Adjust query whitespace
2013-02-15 Thomas BerezanskyQueryParser: Expand negate and disallow operators
2013-02-15 Thomas BerezanskyQueryParser: Add negate operator
2013-02-15 Thomas BerezanskyQueryParser: Treat Unphrases as negated phrases
2013-02-15 Thomas BerezanskyQueryParser: Protect phrase parsing
2013-02-15 Mike RylanderConvert negated words to unphrases, like we do with...
2013-02-15 Mike RylanderLots ...
2013-02-15 Jared Camins-EsakovStart adding skeletal POD for subroutines
2013-02-15 Mike RylanderMove allow_nested_modifiers to the driver level, provid...
2013-02-15 Jared Camins-EsakovAllow nested modifiers
2013-02-15 Mike RylanderPretty-fy canonicalization
2013-02-15 Mike RylanderTeach QP about floating (force-to-top) subplans indicat...
2013-02-15 Mike RylanderQP: OO-ize canonicalizer; remove extra nesting from...
2013-02-15 Mike RylanderAutomatic push-down of explicitly-bool-connected conditions
2012-10-12 Galen Charltontrivial whitespace cleanup
2012-10-12 Chris SharpAdding a WHERE clause to prevent timeout of juv-to...
2012-08-22 Thomas BerezanskyRemove an extra ternary op
2012-08-22 Mike RylanderAllow copy-ish holds to target, even for part-copies...
2012-08-16 Thomas BerezanskyJoin subqueries as OR'd groups in QueryParser
2012-07-24 Bill EricksonAvoid CAPTURE-blocked holds in pull list
2012-07-24 Mike RylanderAvoid checkin capture for CAPTURE-blocked holds
2012-07-17 Bill EricksonSquelch uninitialized var warning from hold_copy_targeter
2012-06-25 Galen Charltonlp#1014664: add new columns to CDBI table definitions
2012-05-25 Bill EricksonRepair tpac QueryParser bookbag/container filter
2012-05-23 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2012-05-23 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2012-05-22 Bill EricksonNew QueryParser filter_group_entry filter
2012-05-22 Mike RylanderGive the PG QP driver a subquery callback for the new...
2012-05-22 Mike RylanderTeach QueryParser about search filter callbacks, and...
2012-05-22 Bill EricksonQuery Parser merged copy / non-dynamic filters
2012-05-22 Bill EricksonQuery Parser nested dynamic filters
2012-05-21 Dan ScottUse spaces instead of tabs in QueryParser.pm
2012-05-21 Lebbeous Fogle-WeekleyMakes a warning go away when running fts-replacement...
2012-05-21 Dan ScottFix typo in TEST_SETUP for QueryParser.pm
2012-05-21 Mike Rylanderabstract query representations from QueryParser
2012-05-21 Dan ScottQueryParser: comma-delimit multiple WITH clauses
2012-05-21 Bill EricksonQP support for nested WITH construction
2012-05-21 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2012-05-17 Dan ScottOptimize full text search with a CTE
2012-05-10 Thomas BerezanskyHold Targeter: Ensure old best still valid
2012-04-13 Dan ScottAdd pref_ou query filter for preferred library searching
2012-04-09 Mike RylanderProtect against empty default_CD_modifiers in opensrf.xml
2012-04-03 Lebbeous Fogle-WeekleyMerge remote branch 'working/user/dbwells/shared_siss_e...
2012-04-02 Scott PraterPatron Stat Cat Enhancements: Add Publisher actor metho...
2012-04-02 Scott PraterPatron Stat Cat Enhancements: Add Pg DBI actor::stat_ca...
2012-04-02 Scott PraterPatron Stat Cat Enhancements: Add CDBI package actor...
2012-04-02 Scott PraterPatron Stat Cat Enhancements: Link CDBI actor::stat_cat...
2012-04-02 Scott PraterPatron Stat Cat Enhancements: Add 'allow free text...
2012-03-29 Bill EricksonHold targeter cancellation action/trigger repairs
2012-03-23 Mike RylanderAllow fines to accrue during closings
2012-03-20 Thomas BerezanskyCall set_audit_info and clear_audit_info DB funcs
2012-03-11 Bill EricksonCopy Location Search Groups : location_groups() QP...
2012-02-24 Mike RylanderCorrectly quote regexp-y characters in phrase quoting...
2012-02-21 Thomas BerezanskyStop targeter crash on empty metarecord with holds
2012-02-09 Mike RylanderStream results from targetable holds list retrieval
next