Reason Developer Notebook
Added link value parameter to show_image()
March 31, 2006 at 5:42 pmYou can now have the thumbnail images created by show_image() link to something other than a popup of themselves. It's the umpteenth parameter added to that function, which is now…
sanitize_by_replace_regexp function
March 30, 2006 at 4:10 pmThere is a new function called sanitize_by_replace_regexp($value, $array) that take a value and array which defines a pattern and replacement for input that is not acceptable. Multiple rules can be…
Support for embedding media in html pages and for importing media into Reason
March 30, 2006 at 2:10 pmOverview af a large package of changes made to support media management and display in Reason
many to one relationships
March 30, 2006 at 12:04 pmMany to one relationships have been implemented, and the associator and sharing modules now consider this type of connection when deciding which entities are available for selection. The allowable relationship…
sharing/borrow session data
March 30, 2006 at 11:53 amThe borrow interface, and the borrow interface as accessed through the associator module when borrowing entities from another site had been sharing session data. This would result in problems when…
Wrapping breadcrumbs in a div
March 18, 2006 at 9:36 amThe "You are here" breadcrumn navigation was previously wrapped in a table. This was bad and wrong and ancient. It is now wrapped in a div, so we are all…
Bug fix in faculty / staff content manager
March 15, 2006 at 4:22 pmFixed a small bug/security issue in the faculty staff content manager. The visibility of the ldap_created field is toggled according to whether or not the logged in user is an…
Passing query vars to feeds
March 9, 2006 at 4:18 pmWe're now passing query vars to feeds. We were doing this with "real" query vars, but now we are doing it with ones made at the original requested url. These…
Added toggles for branding to default template
March 6, 2006 at 10:43 amAdded two class vars to the default minisite template. $use_persistent_navigation defaults to true and can toggle the use of the blue bar on and off. $use_default_org_name_in_page_title defaults to true and…
cleanup rule - check_against_regexp
March 3, 2006 at 1:00 pmI've added a function check_against_regexp to util.php3 that allows user-supplied input to be matched (using preg_match) against one or more regular expressions.
For example, the following cleanup rule checks to make…
ajax session refresh and more
March 3, 2006 at 11:40 amI've added a script to the js folder called loadurl.js. The script should be loaded in the head of a document. While I added it in order to create a…
Updated projects module to hide cancelled items
February 27, 2006 at 8:34 pmCancelled items were not being excluded from the frontend projects module or the current projects sorting view, so I removed them.