]> git.evergreen-ils.org Git - working/Evergreen.git/history - Open-ILS/src/python/oils/utils
QueryParser Driver: Much work
[working/Evergreen.git] / Open-ILS / src / python / oils / utils /
2012-05-23 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2012-05-21 Dan ScottMerge branch 'master' of git.evergreen-ils.org:Evergree...
2011-03-23 senatorMerge branch 'master' of ssh://yeti.esilibrary.com...
2011-03-23 Mike RylanderMerge branch 'opac-tt-poc' of git+ssh://yeti.esilibrary...
2011-03-19 Mike RylanderMerge branch 'master' of git+ssh://yeti.esilibrary...
2011-03-19 dbsImport osrf.log and reference it when we attempt to log
2011-03-19 dbsProvide a top-level docstring for oils/utils/utils.py
2011-03-19 dbsRemove unused imports, correct some references, and...
2011-03-19 dbsDon't stomp "type" built-in and don't import that which...
2011-03-19 dbsParse the field_safe parameter in Python's IDL parser
2010-12-20 ericksonadded a simple stringifierr for IDLClass and IDLField...
2010-07-20 ericksonmd5 module is deprecated; move to hashlib
2010-06-09 atzSome python code is non-executable (script_x_check...
2010-06-09 atzExecutable scripts
2009-04-30 ericksonfield array position is determined by position in the...
2008-11-11 ericksonsome trivial python changes I meant to check in a while...
2008-08-15 mikerprotecting against (future) non-class root node children
2008-04-19 ericksonmoved to the more correct (and functional) documnentElement
2008-03-06 ericksonfetching IDL from new open-ils idl method. added a...
2008-02-26 ericksonchanged the /right/ error to warning to prevent stderr...
2008-02-26 ericksonchanged error to warning to prevent stderr spewing
2008-01-17 ericksonadded a generic event class to model ILS events, remove...
2008-01-15 ericksonupdated to match opensrf changes, more move away from...
2008-01-09 ericksonadded an is_true function
2008-01-06 ericksonmore IDL api work. moving to more pythonic lower/under...
2008-01-06 dbsTypo fix in Python IDL module (virtul -> virtual)
2008-01-04 ericksonlogging error for now instead of throwing exception
2008-01-04 erickson* added link parsing
2008-01-04 ericksonparsing primary, sequence, and primitive settings from IDL
2008-01-03 ericksonreplaced unneccesary loop with API call
2007-12-21 ericksonadded some documentation. sorry, dbs, if the format...
2007-12-21 dbsAdd a little bit of example usage to the docs for idl.pl
2007-12-21 dbsFix typo that prevents parsing virtual fields
2007-12-21 dbsAdd some documentation to this marvelous class
2007-12-21 ericksonfixed atomic method re-naming
2007-12-19 ericksonupdating to use new osrf api
2007-12-19 ericksonchanged str calls to unicode, changed a var from str...
2007-12-16 dbsSync up with OpenSRF trunk function name change
2007-12-16 dbsBring Evergreen Python code in sync with OpenSRF python.
2007-11-28 dbsTypo: it's -> its
2007-11-26 ericksonadded a batch retrieve method
2007-11-11 ericksonif we have already parsed the IDL,no need to re-parse
2007-11-08 ericksondid some re-tabbing
2007-09-16 ericksonrolling back unnecessary use of custom replace method
2007-09-16 ericksonfixed some attr fetching bugs. also loading tablename...
2007-09-16 ericksonadded a login method
2007-07-23 ericksonadded a list unique-ifier
2007-07-05 ericksonadded some event handling utility code and app name...
2007-06-11 ericksonported XML parsing from libxml2 to Python's builtin...
2007-01-05 ericksonadding oils libs