Zope Subversion Repository |
|
Correcting mistake of suggesting this were a subpackage of zope
Moving bugtracker to separate project
Merge of jim-adapter branch: This branch has three major refactorings on it: - A redesign of the adapter registration machinery - A major simplification of local component management See zope.component.interfaces.IComponentRegistry. - A flexible system for combining component registries. - A beginning of the migration of packages out of zope.app. - A new package for doing deferred imports. This allows you to make names available at the package level without creating circular imports. See zope.deferredimport and see zope.component.__init__ for examples of it's use. This package also provides a way to deprecate names in a module. - Deprecation of zope. i18nmessageid.MessageID I should have created checkin messages for individual sets of related changes, but there were just too many for the time allowed.
Changed svn:props Added svn:eol-style: native Added svn:keywords: Id
Added missing svn:eol-style=native property on text files that didn't have them yet. Please add this property to new files that are added to the repo. Best practice is to use svn auto props (see my email to the list).
Okay, fixed the bugtracker, so it will work again. We really, really need ftests here; I will add some another time, but I won't forget, promised.
Revived the bugtracker from the dead (CVS). I updated the API calls and fixed the tests. I also modernized some of the code. The only new feature is that you can now choose the type of text you are entering in bug descriptions and comments, i.e. plain text, stx or rest. Also, principals are handled more sanely in the XML Export/Import. After all, I was able to import the an old bug tracker export from last year, so I am sure things work again.
|
webmaster@zope.org Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |