Mercurial > public > sg101
log
age | author | description |
---|---|---|
Sun, 28 Mar 2010 22:19:08 +0000 | Brian Neal | Updating jQuery and jQuery UI. This is for ticket #57. Noticed GCalendar wasn't opening the datepicker on the correct date until I set a dateFormat option. Fixed member map to undisable the update button if you type in a location that can't be geocoded. |
Sun, 28 Mar 2010 21:47:48 +0000 | Brian Neal | Updated to TinyMCE version 3.3.2. This is for #57. |
Sun, 28 Mar 2010 21:41:11 +0000 | Brian Neal | Fixing #64. Updating all model save() methods to use *args and **kwargs. Django 1.2 has new keyword arguments. |
Sun, 28 Mar 2010 01:07:47 +0000 | Brian Neal | Implementing #61: adding a forum topic subscription feature. |
Sun, 21 Mar 2010 20:33:33 +0000 | Brian Neal | Implement #63, add a queued email facility. |
Wed, 17 Mar 2010 03:18:53 +0000 | Brian Neal | Django 1.2 contrib apps need csrf_token. In particular, my login template needs to send a csrf_token to contrib.auth. |