Timeline
08/29/10:
- 15:19 Changeset [62231ec] by
- master[msg::entity] Add a stub for get_decoded_body. Signed-off-by: …
- 03:33 Ticket #76 (Email confirmation of email subscribe/unsubscribe) created by
- Currently the only confirmation is the icon changing on the website and …
08/28/10:
- 23:49 Ticket #2 (Inactivity timeouts) closed by
- fixed: Fixed for HTTP in changset:8fab37d78032b4009b127dc2d5c06b71a627ebd5 Fixed …
- 23:47 Changeset [8fab37d] by
- master[http::connection] Kill idle connections. Signed-off-by: Antti-Juhani …
- 23:01 Ticket #61 (Subject line in email subscription) closed by
- fixed: Implemented in changeset:e044cc70b8bbba183fdf396ddbc00b2407eb5bea
- 23:00 Changeset [e044cc7] by
- masterAdd a subject tag to email distribution Signed-off-by: Antti-Juhani …
- 22:41 Ticket #52 ($from$ address identified as verbosify) closed by
- fixed: Made it configurable in changeset:92c18c14e163e2ab3200ccad6c6c0e6ee5c3e1a6
- 22:40 Changeset [92c18c1] by
- masterMake Alue self-identity in emails configurable Fixes #52 Signed-off-by: …
- 08:57 Ticket #75 (Provide escapes for special characters) closed by
- fixed: Deployment error, fixed.
- 02:47 Ticket #71 (Support ajax for read/unread) closed by
- fixed: Mark read/unread ajax is all happy and supported.
- 02:32 Ticket #75 (Provide escapes for special characters) reopened by
- Still not working for me (either braces within $def head_custom()$ or for …
08/27/10:
- 18:33 Ticket #75 (Provide escapes for special characters) closed by
- fixed: Fixed in changeset:28939ac15506b95f59142a06b7d6794a801f8198: The variable …
- 18:32 Changeset [28939ac] by
- masterAllow templates access to literal special characters The variable "_" …
- 09:03 Ticket #75 (Provide escapes for special characters) created by
- eg #, $, {, } etc
08/26/10:
- 22:11 Changeset [19a2630] by
- master[http::request] Handle POST form Content-Types with parameters …
- 21:52 Ticket #14 (Limit to n messages per page) closed by
- fixed: Implemented in changeset:43f521291669f483d361949fa6c886c0fbd94daf although …
- 21:50 Changeset [654bb60] by
- master[http::article,threads] Fixes for pagination Signed-off-by: Antti-Juhani …
- 21:27 Changeset [62c7c77] by
- master[tlate::thread_value] Bugfixes Signed-off-by: Antti-Juhani Kaijanaho …
- 21:26 Changeset [1a490d9] by
- master[db::user] Brown paper bag. Signed-off-by: Antti-Juhani Kaijanaho …
- 21:26 Changeset [f3e4a78] by
- master[config] Use argv[0] as the default executable name. Signed-off-by: …
- 21:26 Changeset [6c86e7c] by
- master:assertion_failed Improve on the logging speed. Signed-off-by: …
- 20:21 Changeset [43f5212] by
- masterAdd support for paginating thread and article lists. Signed-off-by: …
- 20:00 Ticket #74 (Fix AJAX ERR NOAUTH bug) closed by
- worksforme: Works for me on Chromium.
- 09:41 Ticket #74 (Fix AJAX ERR NOAUTH bug) created by
- Currently using the new ajax mark read/unread functionality always returns …
08/25/10:
- 18:30 Changeset [7ccc366] by
- master[db::db_reader] Move from db_detail Signed-off-by: Antti-Juhani Kaijanaho …
08/24/10:
- 21:54 Changeset [7eb42be] by
- master[http::markread] Separate the AJAX interface from the regular POST service …
- 21:31 Changeset [751fac6] by
- master[http::request] Cleanup Signed-off-by: Antti-Juhani Kaijanaho …
- 21:25 Ticket #73 (Support HTTP caching of file resources) created by
- 14:38 Changeset [ec0da3f] by
- master[http::markread] Add a simple AJAX protocol Signed-off-by: Antti-Juhani …
- 10:17 Ticket #20 (Sync 'read' status from nntp->http) closed by
- fixed: Fixed while fixing #13. Of course, it's not an option currently.
- 04:24 Ticket #72 (Don't offer mark read to anon users) closed by
- fixed: Looks all fixed now.
08/23/10:
- 22:42 Ticket #72 (Don't offer mark read to anon users) created by
- The templates should be fixed to not offer mark/unmark read to people who …
- 22:39 Ticket #70 (Fix auto-mark-read) closed by
- fixed: Fixed in changeset:d3efc818ad12f25b70157a80a98888a3fbaac544
- 22:36 Changeset [d3efc81] by
- master[http::markread,article] Prevent marking read after explicit unmarking …
- 13:01 Ticket #71 (Support ajax for read/unread) created by
- Or else tell me that it's already supported and I just need more learnings …
- 12:26 Ticket #70 (Fix auto-mark-read) created by
- "Mark unread" button doesn't work on single-article view as the redirect …
- 11:38 Changeset [22d9643] by
- master[http::markread] Use form parsing that works with POST Signed-off-by: …
08/22/10:
- 22:17 Ticket #13 (System remembers each member's read/unread items) closed by
- fixed: The rudiments of this feature are implemented in changeset: …
- 22:13 Ticket #68 (Crash – bad file descriptor) closed by
- fixed: This is mitigated, if not solved, by …
- 22:11 Changeset [050d01b] by
- master[db::db] Fix misparsing of generated records Signed-off-by: Antti-Juhani …
- 21:55 Changeset [67c3cdb] by
- master[nntp::connection] Catch exceptions from command handlers This will …
- 21:29 Changeset [563ece2] by
- masterAdd support for marking messages read Closes #13 Signed-off-by: …
08/16/10:
- 20:39 Changeset [5d836bd] by
- master[db::user,db::db] Update user data by parsing the new record, not directly …
08/14/10:
- 22:31 Changeset [9948114] by
- master[msg::msg::parse_date] A missing date is not a bad date Signed-off-by: …
- 20:44 Ticket #69 (Crash – std::bad_alloc) closed by
- fixed: The immediate cause is addressed by …
- 20:42 Changeset [08f5bd7] by
- master[tls::session] Use ring buffers instead of dynamically growing buffers …
08/13/10:
08/08/10:
- 13:21 Ticket #65 (Crash) closed by
- duplicate: Dup of #67
07/30/10:
- 19:55 Ticket #69 (Crash – std::bad_alloc) created by
- terminate called after throwing an instance of 'std::bad_alloc' what(): …
Note: See TracTimeline
for information about the timeline view.
