| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-11-16 | Create Forge::add_rules_from() which pulls validation rules from the model and | Bharat Mediratta | |
| associates them with the form. This replaces the various _add_validation_rules() functions in the user and comment modules. Move user edit form into user helper for consistency with the comment module. Implement missing _form method in the user controller. | |||
| 2008-11-15 | Initial add comment implementation. | Jozef Selesi | |
| 2008-11-09 | Fix line endings. | Jozef Selesi | |
| 2008-11-09 | Install/uninstall support for the comment module. Missing from the previous ↵ | Jozef Selesi | |
| commit. | |||
