[geeklog-devel] summer of code comments
    Jared Wenerd 
    wenerd87 at gmail.com
       
    Wed Jun 25 18:38:53 EDT 2008
    
    
  
Hello:
I've been working the comment improvements for 1.x. Everything seems
to be going well so far. Currently I've been working on the comment
moderation queue but I'd like some feedback on past work.
I've included a package which contains the changes I've made so far
for the feature to edit comments. It should work with a default
install then run the following SQL queries:
INSERT INTO gl_features VALUES (27, 'comment.moderate', 'Ability to
moderate comments', 1);
INSERT INTO gl_groups VALUES (19, 'Comment Admin', 'Can moderate comments', 0);
INSERT INTO gl_access VALUES (27, 19);
INSERT INTO gl_group_assignments VALUES (19, NULL, 1);
INSERT INTO gl_conf_values VALUES ('comment_edit', 'i:1;', 'select',
'Core', 'i:1;', 4, -1, 1680, 21);
INSERT INTO gl_conf_values VALUES ('comment_edittime', 'i:3600;',
'text', 'Core', 'i:1800;', 4, -1, 1680, 21);
(I plan on adding those to the install as well as changing the
language files at a later time)
The download is here: http://php.scripts.psu.edu/jgw5017/gsoc/gl-soc-edit.tar.gz
I would appreciate any criticisms or suggestions.
-Jared
    
    
More information about the geeklog-devel
mailing list