Reason Developer Notebook
Posts tagged with “Minisite Modules” (All posts)
jQuery UI 1.8.11 in Reason - a few notes on use
April 13, 2011 at 2:10 pmAs of April 14, 2011, jQuery UI 1.8.11 is distributed in Reason, and can be added as a head item and used in a module in a similar way to…
Image sizing for sidebar, gallery, slideshow, and more
March 5, 2011 at 10:48 amMany modules that show images can now be configured to present those images at custom sizes. In all cases, image sizes are configurable through page type parameters. Read on for a list of the updated core modules, information about how to control image sizing, and how you can build image sizing into a custom module.
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…
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…
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.
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…
"Last modified" bug fixed
December 29, 2009 at 6:42 pmThe most recent nightly builds of Reason contain a resolution to bug #80. All modules should now be able to register their last maintained date/time with the maintained module after the init phase, and, as long as modules are run before the maintained modules, they can even now report their last updated date/time after their run phase (this is a little more iffy, as it relies on modules being run in a consistent order.)
In layman's language: before this fix, some modules, even when they attempted to report when they were last modified, the page footer did not properly reflect that. With this fix, the page footer should now properly report on all modules' last modified times.
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…