Reason Changelog
Media embedding changes
September 23, 2009 at 9:14 pmWe recently made changes to the way Reason embeds media in web pages. To sum them up:
- You can now have multiple av_displayer classes. You can swap them out in code, or can set a default av_displayer in the Reason settings.
- The new default av_displayer generally attempts to produce w3c-standards-compliant markup; this is a change from how Reason previously worked.
- When the markup for a media file can be successfully placed in Reason content (given the markup produced and your settings for allowed tags), Reason will provide the embed code in the media file's preview page.
Asynchronous Upload
August 6, 2009 at 11:04 amTonight's nightly build includes plasmature types that allow for asynchronous uploads. The new types are now integrated into the default image and asset content managers. This provides a much improved upload interface for javascript / flash 9+ enabled browsers. For browsers that cannot support it, everything should work as it did before.
Automatic Checking for Updates
July 29, 2009 at 4:08 pmTonight's nightly build will include an automatic check to see if there are updates to Reason. For you bleeding edge types, this check only checks against actual releases -- if…
Callbacks available in Disco
July 7, 2009 at 3:54 pmThe latest nightly builds of Disco introduce a new way of using Disco forms, using callbacks.
New carl_util string functions to fix mbstring crash
July 1, 2009 at 3:30 pmI've added a set of string functions to carl_util/misc.php. We have not documented that the mbstring extension is required, but there was a bunch of code in Reason that assumed it was present.
Short tags no longer a requirement
April 15, 2009 at 6:08 pmWhile it has not been extensively tested, the Reason codebase is now free of short open tags, so you should be able to run Reason with
short_open_tagoff.Nicer page url interface in page content manager
March 26, 2009 at 2:31 pmThe interface for entering a page's slug/url string has been improved.
Here's what it looks like now:
The two most significant changes are:- The full path from…
Batch deletion
March 20, 2009 at 6:42 pmReason now has an interface to delete multiple items at once. It's not directly accessible in the administrative interface, but by changing the current module to BatchDelete you can call…
Cancel change in admin
March 17, 2009 at 3:56 pmThe link to cancel the creation of a new item now only shows when directly editing an item that has not been edited yet. Previously it showed in all modules…
Core API changes
March 16, 2009 at 6:35 pmTonight's nightly build will contain a change to Reason's core API: the function delete_entity() has been deprecated in favor of reason_expunge_entity().
This change should improve the clarity of the Reason API…
Minor administrative interface improvements
February 11, 2009 at 8:28 pmThere are two minor changes to the administrative interface:
- The site statistics link shows up if the site has ever been live (that is, if you have integrated a stats package…
Loki updated
January 15, 2009 at 11:33 amThe version of Loki included in the Reason package has been updated to 2.0.2, which includes a number of important…
The two most significant changes are: