Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added decorator-style properties to bugdir. Created settings_object module. | W. Trevor King | 2008-12-02 | 1 | -18/+77 |
| | | | | | | | | settings_object.SavedSettingsObject encapsulates some of the common settings functionality in the BE BugDir, Bug, and Comment classes. It's a bit awkward due to the nature of scoping in python subclasses, but it's better than reproducing this code in each of the above classes. Now I need to move Bug and Comment over to *this* system ;). | ||||
* | Added libbe/properties to make property management easier. | W. Trevor King | 2008-11-28 | 1 | -0/+418 |
libbe/bug has been moved over to the new system. comment and bugdir still to go. |