Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.11 KB

0.5-rc-1.rst

File metadata and controls

49 lines (31 loc) · 1.11 KB

Djblets 0.5 RC 1 Release Notes

Release date: May 3, 2009

JavaScript

  • Clicking the edit icons for inlineEditors no longer causes the page to scroll in some browsers. (🐛`1057`)

djblets.datagrids

  • Sped up the datagrids in some cases by always including related objects (up to one depth level) in the query for the datagrid.

djblets.siteconfig

  • Prepended the site's domain to the siteconfig cache key, making it possible to use multiple siteconfig-based apps on the same server. (🐛`986`)
  • Saving a SiteConfig didn't always cause other instances of that SiteConfig on the server to reload, meaning that people would sometimes have to restart the server to get settings to apply. This is now fixed. (🐛`734`)
  • Removed a redundant key for the timezone.

djblets.util.templatetags.djblets_utils

  • The ageid filter now returns an empty string if passed None as the timestamp.

Contributors

  • Christian Hammond
  • David Trowbridge