Code

use the upload-supplied content-type if there is one
[roundup.git] / roundup / backends / rdbms_common.py
2004-01-20 richarduse the upload-supplied content-type if there is one
2003-12-05 richardmore unit tests to improve coverage (up from 85% to...
2003-11-16 jlgijsbers- Remove implementations of Class.getnode from back_any...
2003-11-14 richard- Fixed retirement of items in rdbms imports (sf bug...
2003-11-12 richard- fixes for sf bug 818339
2003-11-12 richardfixed ZRoundup - mostly changes to classic template
2003-11-11 richard- that's the postgresql backend in (cleaned up doc...
2003-10-25 richard- using Zope3's test runner now, allowing GC checks...
2003-10-07 anthonybaxterhyperdb grows a refresh_database() method. There will...
2003-10-07 anthonybaxterexpand an XXX comment
2003-10-07 anthonybaxtermake the RDBMS common backend and the SQLite and MYsql...
2003-09-08 jlgijsbers- Extended getuid() to replace figure_curuserid().
2003-09-06 jlgijsbersMove up figure_curuserid(), it should be available...
2003-09-04 richardInitial implementaion (half-baked) at new Tracker instance.
2003-08-26 richardImporting wasn't setting None values explicitly when...
2003-08-12 richarddon't have RDBMS backends list retired nodes (sf bug...
2003-07-03 richard*** empty log message ***
2003-06-24 anthonybaxtersqlite backend now passes all tests under 2.3. Searchin...
2003-04-22 kedderextended date syntax to make range searches even more...
2003-04-20 keddersearching on ranges of intervals is implemented
2003-04-08 richarddon't modify filterspec passed in (bad Richard)
2003-03-26 richardClass.find() may now find unset Links (sf bug 700620)
2003-03-26 richardsigh
2003-03-26 richardhandle myriad of argument types to filter()
2003-03-26 richardimplemented ability to search for multilink properties...
2003-03-24 richardfixed rdbms email address lookup (case insensitivity)
2003-03-21 richardfixed rdbms export - getnodeids in particular with...
2003-03-18 richardbye bye gadfly - you served your purpose well (sf bug...
2003-03-17 kedderchecked to make sure that the restored item doesn't...
2003-03-16 kedderadded ability to restore retired nodes
2003-03-14 richardfixed rdbms table update detection logic (sf bug 703297)
2003-03-09 richardFixed issue with gadfly and exact column matching when...
2003-03-08 kedderadded support for searching on ranges of dates
2003-03-06 richardrelaxed CVS importing (sf feature 693277)
2003-03-06 richardfixed sqlite rollback/caching bug (sf bug 689383)
2003-02-28 richardfixes to import/export
2003-02-27 richardfixed rdbms mutation of properties
2003-02-26 richardfixed export/import of retired nodes (sf bug 685273)
2003-02-25 richard- registration is now a two-step process, with confirma...
2003-02-18 richarddon't attempt to create FileClass items if no content...
2003-02-14 richard- altered Class.create() and FileClass.create() methods...
2003-02-12 richard- fixed error in indexargs_url (thanks Patrick Ohly)
2003-02-08 keddermysql backend passes all tests (at last!)
2003-02-06 richardFixed a backlog of bug reports, and worked on python...
2003-01-15 kedderapplied unicode patch
2003-01-12 richard- fixed rdbms searching by ID (sf bug 666615)
2003-01-08 richardfixed searching on date / interval fields (sf bug 658157)
2003-01-05 richardfire auditors and reactors in rdbms retire (thanks...
2002-12-12 richardimplemented whole-database locking
2002-11-06 richardworking toward 0.5.2 release
2002-10-31 richardwork-around for sqlite bug
2002-10-08 richardallow blank passwords again (sf bug 619714)
2002-10-07 richard- fixed filter() with no sort/group (sf bug 618614)
2002-10-03 richardmerge from maintenance branch
2002-09-26 richardadded Class.find() unit test, fixed implementations
2002-09-25 richard*** empty log message ***
2002-09-25 richardfix to SQL filtering
2002-09-24 richardfix to SQL lookup() and retirement
2002-09-24 richardadded missing stringFind to sql backends
2002-09-23 richardimport fixes
2002-09-23 richardimport fixes
2002-09-23 richardfix to LRU cache
2002-09-23 richardSome speedups - both of the SQL backends can handle...
2002-09-23 richardsome speedups, some fixes to the benchmarking
2002-09-20 richardOn second thought, that last checkin was dumb.
2002-09-20 richardmissed some of the creator prop spec fixes .. metakit...
2002-09-20 richard- verify contents of tracker module when the tracker...
2002-09-19 richardsimple LRU cache for SQL databases
2002-09-19 richardremoved debugging
2002-09-19 richardfix to setid
2002-09-19 richardAdded some words to the installation doc about choosing...
2002-09-18 richardfixes to the rdbms backends
2002-09-18 richardsqlite backend!