Commit Graph

37 Commits (3905e84af10fed03dc25727336937dc602f2b908)

Author SHA1 Message Date
Martin Zimmermann 30fa254023 connect to SMTP on-demand
11 years ago
Martin Zimmermann adb3d40c03 send notification for new comments
11 years ago
Martin Zimmermann 63f03e1111 disqus import now sets the comment creation date correctly
11 years ago
Martin Zimmermann 45d4e18aef new /count?uri=path and count.js
11 years ago
Martin Zimmermann f0c1574c15 remove stale comments from DB, closes #9
11 years ago
Martin Zimmermann 5cad8fb8b5 clean db interface and comment model
11 years ago
Martin Zimmermann c7ee35423b implement db backend for votes/likes #5
11 years ago
Martin Zimmermann 11c6e4d720 remove email column
11 years ago
Martin Zimmermann 59706815e7 add comment.hash to recognize user by email or ip fallback
11 years ago
Martin Zimmermann dd4ba9263a refactor all the things (use werkzeug instead of NIH to handle WSGI)
11 years ago
posativ 6f4b02ab12 show deleted comments when they are referenced
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 ac6d88f61e `isso import FILE` can import Disqus export
12 years ago
posativ d2bc2537a1 remove limit, introduced unnecessary complexity
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 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 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 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
posativ 8301f0af78 replace db.initialize with db.__init__
12 years ago
posativ 98c4b6ccb2 move Comment class to isso.models
12 years ago
posativ 36add653a7 change modified timestamp after update
12 years ago
posativ 633b0bee33 add update, get and delete methods to SQLite adapter
12 years ago
posativ 48cff63d4c add Comment.fromjson and update table definitions
12 years ago
posativ 3bb830e86c add mode for comments (normal, pending, deleted)
12 years ago
posativ 54548d4bd5 docs and input sanitization
12 years ago
posativ 1199424a2b add basic SQLite adapter + tests
12 years ago