| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-29 | Implemented bharat's suggestions to the comment module in preparation for ↵ | Tim Almdal | |
| the spam_filter module | |||
| 2008-12-29 | Changes to the comment module to support spam filtering. Basically added ↵ | Tim Almdal | |
| two columns to the comment table. The url of the author's web site(default null) and a flag to indicate that the comment is visible (default true). The comment block has changed to only display comments that are visible. And there is code added to call the spam_filter helper if the spam_filter module is installed. | |||
| 2008-12-25 | Gut the comment module and simplify it. Stop trying to support Atom | Bharat Mediratta | |
| and XML for now, we have no driver for those technologies so anything we implement is not going to be sufficiently tested and therefore it'll be broken. Change all comment functions to return JSON and update the JS to deal purely with JSON. This is our new protocol for talking to the browser and it should be flexible and portable. Create comments.html.php. This duplicates comment.html.php, but will be more efficient for rendering comments since we won't be creating a new View for every comment we render. | |||
| 2008-12-21 | Implement the "recent comments" block with real data. | Bharat Mediratta | |
| 2008-12-20 | Move Recent Comments into its own block. | Bharat Mediratta | |
| 2008-11-27 | Move javascript from default theme to appropriate modules | Tim Almdal | |
| 2008-11-25 | Move comment listing into the comment module | Bharat Mediratta | |
