summaryrefslogtreecommitdiff
path: root/modules/comment/helpers/comment_installer.php
AgeCommit message (Expand)Author
2009-01-17Implement relevance ranked boolean searching on a full text index ofBharat Mediratta
2009-01-14Make sure that helper functions are all static. Add newBharat Mediratta
2009-01-12Refactor dashboard block handling out into a dashboard helper so thatBharat Mediratta
2009-01-12Implement deleting dashboard blocks.Bharat Mediratta
2009-01-12Dashboard blocks are now data driven, and you can add new blocks toBharat Mediratta
2009-01-11Increase length for user-agent and accept fields in comments table.Andy Staudacher
2009-01-10Auto-delete 7-day old spam/deleted comments.Bharat Mediratta
2009-01-10Big set of changes to comments, with related changes to akismet andBharat Mediratta
2009-01-08Incremental improvement in comment moderation:Bharat Mediratta
2009-01-021) Removed the published boolean database fieldTim Almdal
2009-01-02Update the api to allow each driver to specify validation rules and generate ...Tim Almdal
2008-12-30Make some columns smaller so that multi-column keys don't exceed 1024Bharat Mediratta
2008-12-29Implemented bharat's suggestions to the comment module in preparation for the...Tim Almdal
2008-12-29Changes to the comment module to support spam filtering. Basically added two...Tim Almdal
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
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 c...Jozef Selesi