| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-02 | 1) Removed the published boolean database field | Tim Almdal | |
| 2) Replaced it with a string field (state) which contains the state of the comment. i.e. published, unpublished, spam. Unsure if we want to create constants in comments.php to standardize the valid values... thoughts? 3) synchronized the spamfilter and comment unit tests with the current functionality | |||
| 2009-01-02 | Update the api to allow each driver to specify validation rules and generate ↵ | Tim Almdal | |
| the appropriate form content. Add a callback so if the driver changes in the driver selection dropdown, then the api form fields are updated with the new form fields for that driver | |||
| 2008-12-30 | Make some columns smaller so that multi-column keys don't exceed 1024 | Bharat Mediratta | |
| bytes on some systems. | |||
| 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-21 | Change "datetime" to "created" to give some semantics to this field. | Bharat Mediratta | |
| 2008-11-27 | Centralize logging around installing/uninstalling modules. | Bharat Mediratta | |
| 2008-11-13 | Create module helper and refactor all the code that creates, updates | Bharat Mediratta | |
| and deletes modules into it. | |||
| 2008-11-09 | Chain away temporary variables | Bharat Mediratta | |
| 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. | |||
