ExtendingPixelpost.FrontWorkspaces History
Hide minor edits - Show changes to markup
November 11, 2007, at 02:11 PM
by 83.85.227.184 -
Deleted line 6:
| start_save_comment | functions_comments.php | at the start of the comment save process before any other checks |
November 11, 2007, at 01:46 PM
by 83.85.227.184 -
Added line 7:
| start_save_comment | functions_comments.php | at the start of the comment save process before any other checks |
November 06, 2007, at 08:57 AM
by austriaka -
Changed lines 21-24 from:
to:
| comment_passed_askimet | functions_comments.php | right after the comment is identified as non-spam by Akismet |
November 05, 2007, at 03:25 PM
by austriaka -
Changed line 24 from:
to:
November 05, 2007, at 03:25 PM
by austriaka -
Changed lines 21-24 from:
| comment_passed_askimet | functions_comments.php | right after the comment is identified as non-spam by Akismet |
to:
November 05, 2007, at 12:33 PM
by austriaka -
Added line 16:
| comment_blocked_banlist | functions_comments.php | right after checking the banlist |
Deleted line 17:
| comment_passed | functions_comments.php | right before saving the comment in the database |
Deleted line 18:
| comment_blocked_banlist | functions_comments.php | right after checking the banlist |
November 05, 2007, at 12:32 PM
by austriaka -
Added lines 1-22:
Front Workspaces
| Workspace Name | File Name | Insert Location |
| All Pages |
| frontpage_init | index.php | in the beginning of index.php, useful to call functions before any other code |
| Comments |
| comment_blocked_waited_too_long | functions_comments.php | right after the check of the token time |
| comment_blocked_token | functions_comments.php | right after the check of the token |
| comment_blocked_flood | functions_comments.php | right after the spam flood check |
| comment_blocked_id | functions_comments.php | right after the check for newlines in the image id |
| comment_blocked_intrusion_id | functions_comments.php | right after the check for numeric image id |
| comment_blocked_maxurl | functions_comments.php | right after the check for the number of URLs |
| comment_blocked_urllisted | functions_comments.php | right after the check for blacklisted URLs |
| comment_blocked_disabled | functions_comments.php | right after the checking if commenting is disabled |
| comment_invalid_email | functions_comments.php | right after the check for valid email |
| comment_passed | functions_comments.php | right before saving the comment in the database |
| comment_passed | functions_comments.php | right before saving the comment in the database |
| comment_accepted | functions_comments.php | right after saving the comment in the database |
| comment_blocked_banlist | functions_comments.php | right after checking the banlist |
| Akismet |
| comment_blocked_askimet | front_akismet_comment.php | right after the comment is identified as spam by Akismet |
| comment_passed_askimet | functions_comments.php | right after the comment is identified as non-spam by Akismet |