summaryrefslogtreecommitdiff
path: root/modules/comment/tests
AgeCommit message (Collapse)Author
2009-01-11Update tests to match the way that we store server variables in theBharat 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-29Implemented bharat's suggestions to the comment module in preparation for ↵Tim Almdal
the spam_filter module
2008-12-29Changes 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-25Remove a test for code that was removedBharat Mediratta
2008-12-21Change "datetime" to "created" to give some semantics to this field.Bharat Mediratta
2008-11-12Code cleanup, add test for time formatting function.Jozef Selesi
2008-11-10Comment creation controller, helper and test. Add comments from the scaffold.Jozef Selesi