Reason Developer Notebook
Posts tagged with “Administrative Interface” (All posts)
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…
Custom previewer for forms added
February 22, 2006 at 9:14 amI've created a custom previewer for Forms because the a) the thor xml is not valid xhtml, b) the tags mimic xhtml, so the browser gets barfy, and c) it's hard to debug a thor form without being able to easily inspect the xml.
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…
Master Admin listed first on Reason intro page
February 10, 2006 at 6:32 pmthe Master Admin is qualitatively different from all other sites, and I found myself constantly searching for it in the list. So it is now at the top of the…
Archives now grabbed regardless of ownership
February 10, 2006 at 6:26 pmThe script that moves entities from one site to another only changes the ownership of the entity itself, and not its archives. This is dumb and we should fix it.…
Users admin module added
February 3, 2006 at 3:02 pmAdded the new site tools admin module "ViewUsers," which allows you to see who is an administrator of the current site. It's not doing anything fancy (e.g. ldap lookups) yet,…