Weekly Web Development Round-up May 2-6, 2011

To give our colleagues a better idea of what’s changed in our web applications each week, we’ll be preparing this quick list for publication each Friday. Not all of the details of each change are included below, but we’ll be happy to answer any questions you might have in the comments.

Recently, several people have had issues uploading files to Drupal using Firefox. What happens is that, when you use Firefox to download a file, like a PDF, the server you download it from tells Firefox what type of file you’re downloading. Firefox then associates that file type with the file extension. A server might tell you that a PDF is the file type “application/x-download” instead of “application/pdf” and from then on Firefox will think that all PDFs are “application/x-download”s. This causes problems when you then try to upload a PDF to our site and your browser tells our server than you’re sending us a “application/x-download”, which we don’t want you to upload.

To resolve this, you need to delete a file called “mimeTypes.rdf” from your Firefox profile folder. See this guide to locating your profile folder. You only need to do this if you start experiencing this issue.

Drupal

  • There are now named anchors above every node on the site. If you have a page with a bunch of nodes, you can link to a specific one by adding #node-XXXXXX to the URL where XXXXXX is the node ID, usually a six-digit number that is in the URL when you’re editing the node.
  • The Google Calendar content type now supports multiple calendars and will let you select from a drop down list to choose which calendar you want to view. Items in the month display now line wrap to show you the full title. These changes were done to help support adding Library hours to our website.
  • A meta description is now automatically created for every news article on the site so that when you link to a news article on Facebook the description of the link will be taken from the beginning text of the article.
  • We’ve replaced the ShareThis link at the bottom of our news articles with large buttons that look nicer. This also corrects an issue where people visiting our site using Firefox 3.5 were not able to load news articles. We encourage people to upgrade to the latest version of their browsers for best support.

Course Hub

  • If a course site is empty, the description from Banner is now displayed on the front page. (suggested by Shel)
  • The list of updates is now styled to be more constrained table-layout — along the lines of a Twitter feed or a Facebook wall. The most common feedback we received from faculty about the Course Hub was that the update list was “messy looking”. This styling change is a big improvement on that front.

GO

  • A fix so it’s now not possible to make a code with the same name as an existing alias.

One thought on “Weekly Web Development Round-up May 2-6, 2011

  1. Jess Isler

    Thank you so much for all your work getting the Google Calendars ready for Drupal. Looking forward to showing them off after we finish creating a few more this week. Thanks again!

    Reply

Leave a Reply to Jess Isler Cancel reply

Your email address will not be published. Required fields are marked *