- Pushing buttons in the editor would cause the field selection to be lost. Fixed. [smcmahon]
1.0b4
------------------
- Add tutorial. Elaborate 'Nuts and Bolts'. Add to readthedocs.org. [smcmahon]
- Allow RestrictedPython access to datetime.timedelta type. [smcmahon]
- Make sure RestrictedPython allows datetime.date and datetime.datetime class types and not just instance types. This is so we can get at date.today() and datetime.now(). [smcmahon]
1.0b3
------------------
- Added no-cache headers to all AJAX responses. [smcmahon]
- Fixed an error in a jQuery selector that would cause an editor error loading content-type information. Bug introduced in b2. Fixed. [smcmahon]
1.0b2
------------------
- The editor would sometimes fail to list any content types. Fixed. [smcmahon]
- Most operations would not work on sites that didn't have an id of 'Plone'. Fixed. Thanks, Wayne Glover. [smcmahon]