Commit Graph

260 Commits (legacy/0.4)
 

Author SHA1 Message Date
posativ 2e1831f609 show pending status, add some css
12 years ago
posativ 1bafe193ad approve comments
12 years ago
posativ 23232d4f0e fix admin.js
12 years ago
posativ 5d15ab0ea3 use highly sophisticated '2 weeks ago' dates including microformats
12 years ago
posativ c7d4b5a071 use promise.js -> less code, less indentation, 2 kb less framework
12 years ago
posativ 6f4b02ab12 show deleted comments when they are referenced
12 years ago
posativ 35310300ac add 'edit comment' functionality. Use with care.
12 years ago
posativ b4708fb284 modify can return plain text and marked up content
12 years ago
posativ ba631eaa57 add Hacking section to README.md
12 years ago
posativ db32d1c7f0 refactor JS and add YUI compression.
12 years ago
posativ 66cc7911f5 limit to 20 by default
12 years ago
posativ 6bb7b8c8d9 admin interface can delete comments :>
12 years ago
posativ 15ead12683 I can't still remember what ASC and DESC means
12 years ago
posativ 7420e6a130 add path to comment class
12 years ago
posativ 05b77f99fe add db.recent(mode, limit) method
12 years ago
posativ 2bfbad39ca begin dashboard using mako templates
12 years ago
posativ 39899dda81 /comment/ -> /1.0/
12 years ago
posativ ac6d88f61e `isso import FILE` can import Disqus export
12 years ago
posativ ecd4c6b120 fix an edge case, where mallory can delete comments by bo
12 years ago
posativ 3459b7b9ee delete comment works for non-referenced comments now
12 years ago
posativ d9a9eaf8c5 zero-fill date and add cookie recognition
12 years ago
posativ 10b1b1b470 use unique cookie name
12 years ago
posativ ae96122ea1 fix issues caused by @moschlar
12 years ago
posativ d2bc2537a1 remove limit, introduced unnecessary complexity
12 years ago
posativ 3b197c4c3c close form after reply
12 years ago
posativ d6e4312e47 threaded comments :>
12 years ago
posativ eee2e43588 refactor and re-indentation
12 years ago
posativ 63f3d6ff2f add date formatting and link to website
12 years ago
posativ a15338209b basic XSS protection m)
12 years ago
posativ 443eb2bbe1 fix tests
12 years ago
posativ 487d76ba61 add API for different markup languages
12 years ago
posativ 9aeed1a47e client-side draft using qwery, bean, bonzo and domReady
12 years ago
posativ efa334de39 markdown support (using misaka)
12 years ago
posativ d30c3c059b sort in chronological order
12 years ago
posativ f2eff22ff7 circumvent CGI 1.1 specs (PATH_INFO is quoted)
12 years ago
posativ 3cb623e7c2 check if url exists before creating a comment
12 years ago
posativ 2c8c97b2a8 add db.activate function and use UNIX-style permission bits for normal/activated/deleted comments
12 years ago
posativ f1fb80f5ef add license decoration
12 years ago
posativ 54f1176249 decrease headings
12 years ago
posativ 98328eebb0 commit README.md
12 years ago
posativ 05336728f4 use itsdangerous
12 years ago
posativ 759b304cb5 refactor configuration variables
12 years ago
posativ 27801eef26 delete only when not referenced
12 years ago
posativ af8fcdab19 most database operations now return Comment object
12 years ago
posativ 3d398341a3 update database requirements
12 years ago
posativ ca79ee5b67 rm url tests
12 years ago
posativ e2198ed74a add update and delete views
12 years ago
posativ 1b2b4da490 fix db update
12 years ago
posativ 27007547bb return 404 if none found
12 years ago
posativ 5d23bff409 clean json fuckup and add create and get views
12 years ago