Djblets 0.8.1 Release Notes¶
Release date: May 26, 2014
djblets.configforms¶
- Fixed the layout of the config page form title. - The title is now wrapped in a - <div>with a- box-headCSS class, fixing styling issues and making it consistent with other templates.
djblets.extensions¶
- Added some bullet-proofing for when extension uninitialization fails. 
- Fixed race conditions in a threaded environment (such as mod_worker) when reloading extensions. 
- Fixed extension packaging to use setuptools instead of distutils. - This allows the usage of more advanced features like the - MANIFEST.infile.
- Fixed a compatibility issue with Windows when deploying media files. (Bug #3367) 
JavaScript¶
- modalBoxbutton click handlers now respect the disabled state of the buttons. (Bug #3338)- Patch by Salam Al-yahya. 
Contributors¶
- Christian Hammond 
- David Trowbridge 
- Salam Al-yahya 
