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