<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>

<title>Reason Developer Notebook :: Carleton College</title>
<description>The latest posts from Reason Developer Notebook</description>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/</link>
<generator>Reason</generator>
<copyright>Carleton College, 2013</copyright>

<item>
<title>New access denied module simplifies adding yourself to a site</title>
<description>&lt;p&gt;I've pushed into the master branch of Reason a new &quot;site access denied&quot; module that lets users with privileges add themselves as a site editor (or pose as a site editor) to get quick editing access.&lt;/p&gt;
&lt;p&gt;If you are a user with the &quot;administrator&quot; role, you can now go from a page you want to edit on the front end to an editing interface in a couple clicks, without a visit to the Master Admin site.&lt;/p&gt;</description>
<pubDate>Tue, 02 Oct 2012 15:23:36 -0500</pubDate>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/?story_id=894669</link>
</item>

<item>
<title>Small but important change to update_entity &amp;amp; reason_update_entity</title>
<description>&lt;p&gt;We just made a small change to update_entity() (and by extension, reason_update_entity()). You can now pass a last_modified value in the update array, and the last_modified date of the entity will be set to that value. Previously update_entity ignored any last_modified value passed, always setting it to mysql NOW(). This change will not effect most code, but there is a specific case where things will change -- read the full post for details.&lt;/p&gt;</description>
<pubDate>Tue, 26 Jun 2012 10:31:09 -0500</pubDate>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/?story_id=861065</link>
</item>

<item>
<title>Reason 4.2 Performance &amp; Database Indexing Outline</title>
<description>&lt;p&gt;Reason 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.&lt;/p&gt;</description>
<pubDate>Tue, 17 Apr 2012 14:03:47 -0500</pubDate>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/?story_id=836757</link>
</item>

<item>
<title>Page Type Administrative Notes</title>
<description>&lt;p&gt;It has long been an issue that custom page types were opaque to Reason users: what they did, how one managed their data. We're proud to announce one step towards…&lt;/p&gt;</description>
<pubDate>Wed, 04 May 2011 12:11:40 -0500</pubDate>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/?story_id=732571</link>
</item>

<item>
<title>jQuery UI 1.8.11 in Reason - a few notes on use</title>
<description>&lt;p&gt;As 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…&lt;/p&gt;</description>
<pubDate>Wed, 13 Apr 2011 14:10:20 -0500</pubDate>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/?story_id=726617</link>
</item>

<item>
<title>Image sizing for sidebar, gallery, slideshow, and more</title>
<description>&lt;p&gt;Many 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.&lt;/p&gt;</description>
<pubDate>Sat, 05 Mar 2011 10:48:29 -0600</pubDate>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/?story_id=715768</link>
</item>

<item>
<title>Custom Image Sizing</title>
<description>&lt;p&gt;We have added the ability to generate arbitrarily-sized images from images that have been uploaded to Reason. A link now appears in the image preview page that directs users to…&lt;/p&gt;</description>
<pubDate>Mon, 10 Jan 2011 14:48:44 -0600</pubDate>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/?story_id=699559</link>
</item>

<item>
<title>New config folder / admin module changes / module sets</title>
<description>&lt;p&gt;We have created a new folder within the core/local split called &lt;strong&gt;config&lt;/strong&gt;. The intent is to provide a space to configure components of Reason while also providing access to the…&lt;/p&gt;</description>
<pubDate>Thu, 29 Jul 2010 14:38:09 -0500</pubDate>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/?story_id=652065</link>
</item>

<item>
<title>Global variable _reason_deprecated_page_types removed</title>
<description>&lt;p&gt;The Reason page_types.php defined a global variables called _reason_deprecated_page_types. The contents were a mixed bag of page_type and module names. The code that used this variable (content_managers/minisite_page.php and scripts/view_page_types.php) treated…&lt;/p&gt;</description>
<pubDate>Wed, 16 Jun 2010 14:31:39 -0500</pubDate>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/?story_id=642117</link>
</item>

<item>
<title>generic3 query optimization / conditional straight joins</title>
<description>&lt;p&gt;Generic3 can have terrible performance when multiple relationship filters are applied to a page. I have committed two changes today which should help the situation.&lt;/p&gt;
&lt;p&gt;1. generic3 will automatically cause mysql…&lt;/p&gt;</description>
<pubDate>Wed, 12 May 2010 18:16:19 -0500</pubDate>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/?story_id=633695</link>
</item>

<item>
<title>developer benchmarks in default template</title>
<description>&lt;p&gt;Developers 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.&lt;/p&gt;
&lt;p&gt;As…&lt;/p&gt;</description>
<pubDate>Wed, 05 May 2010 15:10:33 -0500</pubDate>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/?story_id=630572</link>
</item>

<item>
<title>Removed reset button support from thor and reason form module</title>
<description>&lt;p&gt;The thor class and reason forms have previously supported a specially named button called &quot;reset&quot; that would serve as a reset or clear button for a form.&lt;/p&gt;
&lt;p&gt;Support for this special…&lt;/p&gt;</description>
<pubDate>Mon, 03 May 2010 19:02:16 -0500</pubDate>
<link>http://apps.carleton.edu/opensource/reason/developers/changes/?story_id=629710</link>
</item>

</channel>
</rss>