Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change interval to 1000ms | Rodney Ewing | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | Changed how the comment was encoded/read. | Emily O'Leary | 2013-08-07 | 1 | -9/+10 |
| | | | | | Fixed CSRF + Post with comment preview. Merged with latest master | ||||
* | Added i18n to my javascript changes as per trac #417 | Emily O'Leary | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | Added comment preview functionality to user pages. It works by passing the ↵ | Emily O'Leary | 2013-08-07 | 1 | -0/+12 |
| | | | | | | comment's value as a JSON string to a new handler that lives at /ajax/comment/preview. The query string is decoded, unquoted, and has its leading and trailing quotes removed to match the input that cleaned_markdown_conversion expects. It does this in real time with a 500ms lag by using a timer. Initially I tried the onChange handler but you need to lose focus for that to process. The javascript timer is only invoked if the add comment button is pressed. A request is only sent if the comment box is not empty and the current value is not the same as the last value. | ||||
* | It's 2012 all up in here | Christopher Allan Webber | 2012-02-02 | 1 | -1/+1 |
| | |||||
* | JavaScript fixes - AGPL headers, etc | Joar Wandborg | 2012-01-28 | 1 | -0/+18 |
| | | | | | | - Added AGPL header to comment_show.js, show_password.js and geolocation-map.js - Removed console.log from geolocation-map.js | ||||
* | Seperate jQuery bit that was still in media.html | Jef van Schendel | 2012-01-01 | 1 | -0/+9 |