summaryrefslogtreecommitdiff
path: root/modules/comment/helpers/comment_installer.php
AgeCommit message (Collapse)Author
2008-12-30Make some columns smaller so that multi-column keys don't exceed 1024Bharat Mediratta
bytes on some systems.
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-21Change "datetime" to "created" to give some semantics to this field.Bharat Mediratta
2008-11-27Centralize logging around installing/uninstalling modules.Bharat Mediratta
2008-11-13Create module helper and refactor all the code that creates, updatesBharat Mediratta
and deletes modules into it.
2008-11-09Chain away temporary variablesBharat Mediratta
2008-11-09Fix line endings.Jozef Selesi
2008-11-09Install/uninstall support for the comment module. Missing from the previous ↵Jozef Selesi
commit.