Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-11 | Update tests to match the way that we store server variables in the | Bharat Mediratta | |
comment. Get rid of comment::update tests since, comment::update is gone. Found a bug in comment::create() in the process.. yay unit tests! | |||
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 | Remove a test for code that was removed | Bharat Mediratta | |
2008-12-21 | Change "datetime" to "created" to give some semantics to this field. | Bharat Mediratta | |
2008-11-12 | Code cleanup, add test for time formatting function. | Jozef Selesi | |
2008-11-10 | Comment creation controller, helper and test. Add comments from the scaffold. | Jozef Selesi | |