Reason Developer Notebook
Posts tagged with “Minisite Modules” (All posts)
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…
Deprecating Old News Modules in the Reason Core
April 15, 2008 at 4:31 pmThe nightly build will include error triggers in various news modules to notify developers that these modules are slated to be removed from Reason before release candidate 1.
If you have…
Thor Updates
January 7, 2008 at 12:50 pmThe thor_viewer class has been modified to extend the table_admin class. Some notable results of the changes:
- Row level delete (previously all data had to be deleted)
- Ability to edit data
- Detail view…
Publication improvements
November 14, 2007 at 5:40 pmWe've made the following improvements to the publication framework:
- Better handling of searches and filtering in issue-based publications
- Reworked interface for creating and managing publications
- Issue- and section-based publications now can be set…
The last 9 months of reason development
October 17, 2007 at 1:40 pmWe have been rather lax about updating the change log but are going to start actively using it once again. Needless to say, there have been many, many changes in…
Datachecks improved in policy modules
January 11, 2007 at 1:48 pmThe policy modules now do a better job of ensuring that requested policies are kosher before displaying them.
Web Root Site Support
October 5, 2006 at 4:50 pmSite can now be placed at the root level of the server, e.g. at https://www.yoursite.com/. This is new -- at Carleton we hadn't needed this, so there were a lot of places that were assuming that a site would not be at the server root.
Core local split
October 3, 2006 at 10:36 amWhile the core / local split functionality has been available for a long time, it was never being used extensively in production. Carleton specific modules, content managers, content listers, content…Content Conditional Module
September 27, 2006 at 1:37 pmThe ContentConditional Module provides a mechanism to conditionally show the content of a page based on parameters defined in page_types.php
The parameters used by the module include
- default - optional - 'show_content'…
get_safer_html function
August 15, 2006 at 4:34 pmI have added a function to util.php called get_safer_html. This function uses the PEAR HTML_Safe package (now on ventnor and chicago) to do extensive sanitization of user input intended to…
Faculty / Staff module separates out "Other Faculty"
August 2, 2006 at 10:42 amIn response to a request from the Dean of the College Office, I've modified the faculty/staff module so that it shows faculty that teach or are otherwise involved with a…
Faculty/Staff Module affects last modified date
August 1, 2006 at 8:40 pmThe Faculty/Staff module now sends the last modified date of the most recently updated faculty/staff entity to the template so that the date at the bottom of the page can accurately reflect the right last mod info.