Reason Developer Notebook
Posts tagged with “Error Handling” (All posts)
New carl_util string functions to fix mbstring crash
July 1, 2009 at 3:30 pmI've added a set of string functions to carl_util/misc.php. We have not documented that the mbstring extension is required, but there was a bunch of code in Reason that assumed it was present.
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…
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…
Image Import improvements
February 26, 2008 at 5:43 pmThe image import tool has had several improvements:
- It now has better internal error checking for problems like apache not having proper filesystem permissions
- Imported photos are now assigned appropriate sort orders…
Reason setup script updated
October 26, 2007 at 2:00 pmReason setup script updated - should provide much more thorough checks and more user friendly messages.
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.
Disco and Plasmature updates live
August 28, 2006 at 11:29 amMany changes and bug fixes in Disco and Plasmature have been moved into production. Disco has new functionality to work with element groups, the ability to get and set class…
image content manager throws error if mogrify fails
March 31, 2006 at 5:44 pmMogrify was failing silently on ventnor because we didn't have Imagemagick turned on. Matt B. turned on Imagemagick and added error checking to make sure that we hear about it…
create_relationship error trigger
February 22, 2006 at 3:31 pmThe create_relationship function in admin_actions.php3 provides no indication of whether it succeeded or not, and is perfectly willing to create relationships where entity_a, entity_b, and relationship_type are values such as…
Assets with indeterminate extensions get .unk extension
February 14, 2006 at 6:18 pmThe asset content manager will now assign an extension of .unk to uploaded files that do not have an extension or mime type we are able to map to an…