Reason Developer Notebook
Posts tagged with “Classes” (All posts)
Reason 4.2 Performance & Database Indexing Outline
April 17, 2012 at 2:03 pmReason 4.2 includes major deep changes that eliminate some and simplify most queries in queries in Reason. If you are upgrading Reason and want to take optimal advantage of these changes, we recommend a few database indexing changes.
New config folder / admin module changes / module sets
July 29, 2010 at 2:38 pmWe have created a new folder within the core/local split called config. The intent is to provide a space to configure components of Reason while also providing access to the…
generic3 query optimization / conditional straight joins
May 12, 2010 at 6:16 pmGeneric3 can have terrible performance when multiple relationship filters are applied to a page. I have committed two changes today which should help the situation.
1. generic3 will automatically cause mysql…
developer benchmarks in default template
May 5, 2010 at 3:10 pmDevelopers now have the option of seeing live benchmarks for the init and run phase of any module. This can be very useful for optimizing pages and for debugging purposes.
As…
Removed reset button support from thor and reason form module
May 3, 2010 at 7:02 pmThe thor class and reason forms have previously supported a specially named button called "reset" that would serve as a reset or clear button for a form.
Support for this special…
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.
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…
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.
Tweaks to login & unique name checking code
August 29, 2008 at 2:26 pmThe login script was triggering a warning when unique names not in the database were requested. Since these values are coming in from userland, this could cause lots of unneccesary…
form module / thor updates
August 20, 2008 at 5:50 pmAmong other changes in Reason 4 Beta 7, the form module and its backend framework has undergone a complete rewrite. Reason administrators can configure user-created database backed forms in some…