Code

Fix first part of Password handling security issue2550688 (thanks
[roundup.git] / roundup / hyperdb.py
2011-04-14 schlatterbeckFix first part of Password handling security issue25506...
2011-03-21 schlatterbeck- Optimisation: Late evaluation of Multilinks (only...
2010-10-07 schlatterbeck- fix import (now passes for memorydb, too)
2010-10-07 schlatterbeck- refactor: move import_journal to hyperdb -- it was...
2010-08-09 richardfix for incorrect except: syntax, issue2550661
2009-12-15 schlatterbeckClean up all the places where role processing occurs...
2009-03-12 richardAdd compatibility package to allow us to deal with...
2009-02-20 stefanUniformly use """...""" instead of '''...''' for comments.
2009-02-17 stefanClarify 'search_matches' docs.
2009-02-16 stefanFix issue2550505.
2009-02-06 stefansvn repository setup
2004-02-11 richarddocumentation cleanup
2003-11-16 jlgijsbers- Add docstring to safeget method.
2003-11-16 jlgijsbersSmall readability improvements.
2003-11-16 jlgijsbersAdd 'safeget' method to hyperdb, including tests, and...
2003-11-16 jlgijsbers- Remove implementations of Class.getnode from back_any...
2003-11-11 richardCentralised conversion of user-input data to hyperdb...
2003-10-24 richardFixed "documentation" of getnodeids in roundup.hyperdb
2003-10-07 anthonybaxterhyperdb grows a refresh_database() method. There will...
2003-09-04 richardInitial implementaion (half-baked) at new Tracker instance.
2003-03-17 kedderchecked to make sure that the restored item doesn't...
2003-02-26 richardapplied patch 688595
2003-02-18 richarddon't attempt to create FileClass items if no content...
2002-10-07 richard- fixed filter() with no sort/group (sf bug 618614)
2002-10-03 richardmerge from maintenance branch
2002-09-09 richardinstance_config -> config, and other related cleanups
2002-08-30 richardturn on journalling of links by default
2002-08-16 richardadded is_retired query to Class
2002-07-29 richarddocumentation reorg post-new-security
2002-07-21 richardGordon, does this help?
2002-07-18 richardws
2002-07-18 gmcmAdd Number and Boolean types to hyperdb.
2002-07-14 richard. all storage-specific code (ie. backend) is now implem...
2002-07-10 richardbraino
2002-07-10 richardAdded explicit closing of backend database handles.
2002-07-09 gmcmOptimize Class.find so that the propspec can contain...
2002-07-09 richardMore indexer work:
2002-06-27 gmcmImprove an error message.
2002-06-17 richardCan debug to stdout now
2002-06-11 richard . #564271 ] find() and new properties
2002-06-11 richard . #565979 ] code error in hyperdb.Class.find
2002-05-25 rochecompaanMerged search_indexing-branch with HEAD
2002-05-22 richard . applied patch #558876 ] cgi client customization
2002-05-15 richard . node caching now works, and gives a small boost...
2002-04-15 richard. node ids are now generated from a lockable store...
2002-04-03 richardd'oh! killed retirement of nodes :(
2002-04-03 richardFix for old databases that contain properties that...
2002-04-03 richardFixed serialisation problem by moving the serialisation...
2002-03-12 richardmore pychecker warnings removed
2002-02-27 richardRan it through pychecker, made fixes
2002-02-20 richardDidn't accomodate new values for new properties
2002-02-20 richard . Added simple editing for classes that don't define...
2002-02-15 richardOops, precedences around the way w0rng.
2002-02-15 richard . Alternate email addresses are now available for...
2002-01-22 richard. fixed back_bsddb so it passed the journal tests
2002-01-21 rochecompaanYou can now use the roundup-admin tool to pack the...
2002-01-21 richardbrief docco on the do_journal argument
2002-01-19 rochecompaanJournal entries for link and multilink properties can...
2002-01-16 richard . lots of date/interval related changes:
2002-01-14 richard . #502951 ] adding new properties to old database
2002-01-14 richard . changed all config accesses so they access either...
2002-01-07 richardoops
2002-01-02 richardhyperdb docstrings
2002-01-02 richardSorry for the huge checkin message - I was only intendi...
2001-12-20 rochecompaanBugs fixed:
2001-12-16 richardtake a copy of the node dict so that the subsequent set
2001-12-15 richardCleaned up some bare except statements
2001-12-14 richardyuck, a gdbm instance tests false :(
2001-12-02 richard. We now use weakrefs in the Classes to keep the databa...
2001-12-01 richard. We now have basic transaction support! Information...
2001-11-28 richard . login_action and newuser_action return values were...
2001-11-27 richardAnother place that wasn't handling missing properties.
2001-11-22 jhermannAdded module docstrings to all modules.
2001-11-21 richard*sigh* more missing value handling
2001-11-21 richardmore new property handling
2001-11-21 richardBetter handling of new properties.
2001-11-12 richardFixed issues with nosy reaction and author copies.
2001-11-09 richard . roundup-admin now handles all hyperdb exceptions
2001-10-27 richardMade Class.stringFind() do caseless matching.
2001-10-21 richardbug #473124: UI inconsistency with Link fields.
2001-10-20 richardHyperdatabase sorts strings-that-look-like-numbers...
2001-10-16 richardadmin tool now complains if a "find" is attempted with...
2001-10-11 richardReverted a change in hyperdb so the default value for...
2001-10-10 richardAdded database importing and exporting through CSV...
2001-10-09 richardMoved the data stringification up into the hyperdb...
2001-10-09 richardAdded the Password property type. See "pydoc roundup...
2001-10-05 richard . roundup-admin create now prompts for property info...
2001-10-04 richardAdded nicer command-line item adding: passing no argume...
2001-08-29 richardFixed CGI client change messages so they actually inclu...
2001-08-16 richardbetter CGI text searching - but hidden filter fields...
2001-08-16 richardall searches use re now - and they're all case insensitive
2001-08-15 richardFixed some isFooTypes that I missed.
2001-08-12 richardusing isinstance(blah, Foo) now instead of isFooType
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-08-02 richardRoundupdb now appends "mailing list" information to...
2001-08-01 richardmailgw was assuming certain properties existed on the...
2001-07-30 richardget() now has a default arg - for migration only.
2001-07-29 richardFixed sorting by clicking on column headings.
2001-07-29 richardFixed handling of passed-in values in form elements...
next