summaryrefslogtreecommitdiff
path: root/modules/comment/helpers/comment_installer.php
AgeCommit message (Expand)Author
2010-06-15Fix a bug in the upgrader where we weren't bumping the version numberBharat Mediratta
2010-06-05Create a UI under Admin > Settings > Comments where you can limitBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2009-11-12Re-generate the install.sql so that the keys of the block lists are an md5 ha...Tim Almdal
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-08-08Update tags module to notify modules when items related to a tag areBharat Mediratta
2009-06-23Replay change from Romain DE LISEZ to change the state column to be a varcharBharat Mediratta
2009-06-23Upgrade to version 2 and change the state column to a varchar forBharat Mediratta
2009-06-23Refactor the install/upgrade code to be more flexible.Bharat Mediratta
2009-05-26Restructure the module lifecycle.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-04-05Remove extra blank line.Bharat Mediratta
2009-03-18Forgot to remove a back tickTim Almdal
2009-03-18Couple of sql statements that had incorrect prefix handling or noTim Almdal
2009-02-28Change the pattern to identify tables that need prefix substitution toTim Almdal
2009-02-27This implements table prefix for all the queries in core, user, exif,Tim Almdal
2009-01-18Refactor dashboard -> block_manager since it'll manage blocks siteBharat Mediratta
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