Tuesday, May 29, 2007

Disabling and Re-Enabling Bugzilla

Posted here since I am bound to forget this again:

To disable your bugzilla, point your browser to http://yourhost/bugzilla/editparams.cgi and log in as administrator. Next, put some text or html in the "shutdownhtml" field, preferably something informative.

To re-enable your bugzilla, go to the same URL above, login, and remove any text/html in the shutdownhtml field.

Thursday, May 03, 2007

Example Google Map with Clickable Polygons

Thanks to Pamela Fox for pointing me to this: http://www.veamadrid.com/googlemaps/recorridoscallejeros.htm.

View source and take a look at the javascript to see how to make polygons listen for events. I wonder why this is not in the official documentation.