Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-11 | Log the JSON response on errors so that we can figure out what's going | Bharat Mediratta | |
wrong. This will help diagnose #1364 which appears to be an ORM_Validation_Exception, except the actual output is getting eaten by the Organize SWF so we can't see it without snooping network traffic. | |||
2010-08-08 | Add a button to the user profile page to let you reset your REST API | Bharat Mediratta | |
key. This is useful if you think it's been compromised in some way. Fixes ticket #1226. | |||
2010-07-20 | Fix internationalization of REST key. | Bharat Mediratta | |
2010-06-20 | Remove trailing ?> | Bharat Mediratta | |
2010-06-20 | Rename error_rest.php to error_rest.json.php so that we specify the | Bharat Mediratta | |
result type in the filename as is our convention for views. | |||
2010-06-19 | Throw exceptions as appropriate, but allow the Kohana exception | Bharat Mediratta | |
handling framework to handle the exception and delegate to our template, which will JSON encode the response. | |||
2010-01-28 | Do all the html::clean|purify calls in the views and not the controller. ↵ | Tim Almdal | |
Also clean the subject line and email message body of the contact user email. | |||
2010-01-24 | Add the active notifications and rest api key to user profile page. | Tim Almdal | |