Reason Developer Notebook
Enabled inline editing for content above forms
April 14, 2010 at 11:54 amForm pages extended ContentModule instead of EditableContentModule, and so inline editing was not available for the page content area of form pages. This has now been resolved so that inline…
Reason 4 Beta 8 Released - Lots of Changes
April 9, 2010 at 5:14 pmReason 4 Beta 8 was released on April 9, 2010. This post names some of the major changes, provides some links to more details and svn revision numbers.
Review Changes admin module
March 12, 2010 at 4:34 pmThere is a new admin module in town, called "Review Changes." It allows you to see what was added, changed, or deleted in a given timeframe. For Reason administrators, you…
Site pages admin module
March 10, 2010 at 3:43 pmThe new "SitePages" admin module gives you an list of all the pages on a site with a link to the front-end, along with the author field, created by username,…
Reason inline editing updates
March 8, 2010 at 3:54 pmInline editing in Reason has been more fully implemented, and template cruft removed. There is no longer any direct connection between a template and support for inline editing - it is entirely module based.
Breadcrumbs API overhauled
March 2, 2010 at 2:12 pmWe've overhauled the API for dealing with breadcrumbs. These changes will, hopefully, make dealing with breadcrumbs significantly easier – particularly when developing modules that are more complex than a single…
MEDIA_ALLOW_IMPORT_FROM_FILESYSTEM default value changed
February 25, 2010 at 6:21 pmThe default value for MEDIA_ALLOW_IMPORT_FROM_FILESYSTEM – the setting that determines whether Reason offers a menu of media files stored in the user's personal directly on the filesystem, and which may…
jquery updated to 1.4.1
February 10, 2010 at 5:51 pmTonight's nightly build updates jquery_latest.js to jQuery 1.4.1.
I've put the previous version 1.3.2 parallel to jquery_latest.js. If you have compatibility problems with any custom javascript, you might just reference the…
Logout timer rewritten to handle sleep
February 8, 2010 at 4:10 pmReason has a logout timer which helps people avoid the problem where they submit a form and lose all the submitted information because of a session timeout.
From user reports, we discovered that the timer was not handling the case where a computer would go to sleep.
The logout timer has now been completely rewritten and should work better while consuming less resources.
Loki Image Feed Order Changed
February 3, 2010 at 10:45 amThe feed that supplies images to the Loki HTML editor, has been altered slightly. It now returns most recently modified images first, and least recently modified images last. This should help users find the image they are looking for, as it is likely to be one they have recently added or edited.
Active User Reports
January 20, 2010 at 6:09 pmThere is a new administrative module that provides reports on which users have been active Reason site maintainers since a given date.
There is no link in the interface to this…
Event splitting added
January 20, 2010 at 6:07 pmUsers can now split a repeating event into separate event entities (one for each repeat). This can be nice if they want to provide separate titles, times, etc. for individual…