Reason Developer Notebook
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…
Maximum Asset Upload Size Now Configurable
December 30, 2008 at 5:31 pmReason administrators can now set the maximum allowed size for uploaded assets by defining the constant REASON_ASSET_MAX_UPLOAD_SIZE_MEGS in…
Pending posts now only viewable to logged-in site maintainers
November 26, 2008 at 4:33 pmUntil now you could see pending posts if you guessed their Reason IDs. Now you can still see pending posts, but only if you are a) logged in, and b)…
Smarter logic around rewrites and url history updates
November 12, 2008 at 5:52 pmThe page content manager is a little smarter about URL history updates and rewrites.
Specifically:
1. URL rewrites and URL history updates are triggered only when a page url_fragment or parent changes.
Posts' "Allow Comments" field now defaults to "Yes"
October 2, 2008 at 8:47 pmPosts had been defaulting to not allow comments, which was awkward, and was in conflict with how the publications module interpreted null values for that field -- that comments should be allowed. Anyway, posts now default to "yes" for that field.
iCalendar feeds now exposed
October 2, 2008 at 8:22 pmReason has had a secret feature for about a year -- if you added "&format=ical" to any Reason calendar you would get an iCalendar-formatted version of…
Links to sites with base URL "/" now work properly
September 30, 2008 at 1:09 pmI fixed a rather major bug reported by the sage colleges today. Bascially, links in Loki 2 to sites with base url "/" were not working at all. They would…
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…
Editor Integration rework
August 21, 2008 at 2:03 pmI've committed changes to Reason's editor integration framework…
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…
Page-level access control
April 25, 2008 at 11:46 amIn the latest development build of Reasonyou can restrict access to minisite pages. How does it work? After running the appropriate upgrade script, just attach a group to the page…