Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added libbe.ui.util.user for managing user ids. | W. Trevor King | 2009-12-12 | 2 | -7/+6 |
| | |||||
* | Moved properties.py and settings_object.py to libbe/storage/util/ | W. Trevor King | 2009-12-08 | 3 | -0/+13 |
| | |||||
* | Transitioned bugdir.py to new storage format. | W. Trevor King | 2009-12-08 | 3 | -4/+173 |
| | |||||
* | Transitioned comment.py to new storage format. | W. Trevor King | 2009-12-08 | 2 | -0/+0 |
| | |||||
* | Use .storage.is_read/writeable() rather than .sync_with_disk() in ↵ | W. Trevor King | 2009-12-08 | 1 | -8/+8 |
| | | | | settings_object.py | ||||
* | Use mapfile to only create & parse mapfile strings, not files | W. Trevor King | 2009-12-08 | 1 | -10/+0 |
| | |||||
* | Extended libbe.storage.base for separate read/write control. | W. Trevor King | 2009-12-08 | 1 | -36/+94 |
| | | | | | | | | | | | | | | Rather than just having .read_only to set write permissions and assuming that read was always legal. We also added user and backend control of both readable and writeable: do you want to read/write? and can you read/write? Specialized NotSupported into NotWriteable and NotReadable. Added automatic unicode encoding on .set(), and decode option on .get(). | ||||
* | Added libbe.storage.base and test suite. | W. Trevor King | 2009-12-08 | 1 | -0/+687 |
| | |||||
* | Initial directory restructuring to clarify dependencies | W. Trevor King | 2009-12-07 | 11 | -0/+3365 |