|
|
|
@8149
|
[8149]
|
06/20/08 20:56:40 |
westi |
Minor phpdoc fixups. |
|
|
|
@7991
|
[7991]
|
05/25/08 15:50:15 |
ryan |
File file level phpdoc from jacobsantos. see #7037 |
|
|
|
@7971
|
[7971]
|
05/21/08 05:59:27 |
ryan |
Allow wp-config.php to exist one level up from WordPress root directory. … |
|
|
|
@7645
|
[7645]
|
04/14/08 16:13:25 |
ryan |
Prepare DB queries in more places. Props filosofo. see #6644 |
|
|
|
@6716
|
[6716]
|
02/04/08 20:27:45 |
ryan |
Add filters to comments_open() and pings_open(). Props tellyworth. fixes … |
|
|
|
@5777
|
[5777]
|
07/04/07 16:12:37 |
markjaquith |
Update wp-comments-post.php to WP coding conventions. props JeremyVisser?. … |
|
|
|
@5707
|
[5707]
|
06/14/07 16:24:28 |
markjaquith |
Introducing post_status="pending". see #4446 and put any initial bug … |
|
|
|
@5640
|
[5640]
|
06/02/07 05:21:18 |
rob1n |
Content-Type, not Content-type, as headers are case sensitive. Props … |
|
|
|
@5128
|
[5128]
|
03/28/07 17:34:42 |
ryan |
Requesting wp-comments-post.php with GET should return 405. Props Mike … |
|
|
|
@5089
|
[5089]
|
03/23/07 02:05:29 |
matt |
Ryan slays the dragon. (Some of these return WP_Error objects.) |
|
|
|
@5087
|
[5087]
|
03/23/07 00:59:21 |
matt |
(int)er the dragon. |
|
|
|
@5039
|
[5039]
|
03/14/07 23:10:57 |
markjaquith |
nonce-protect comments by users with unfiltered_html cap to prevent … |
|
|
|
@4939
|
[4939]
|
02/25/07 13:35:16 |
markjaquith |
strip tags from comment author before determining emptiness status. props … |
|
|
|
@4260
|
[4260]
|
09/28/06 19:16:15 |
ryan |
comment_post_redirect and comment_edit_redirect from Mark J. fixes #2590 |
|
|
|
@4144
|
[4144]
|
08/30/06 21:46:31 |
ryan |
Use get_option instead of get_settings. Just 'cause. |
|
|
|
@3984
|
[3984]
|
07/05/06 20:34:19 |
ryan |
wp_die() for comment errors. Props filosofo. fixes #1786 |
|
|
|
@3577
|
[3577]
|
02/28/06 09:49:06 |
ryan |
More comment cookie sanitation. |
|
|
|
@3574
|
[3574]
|
02/28/06 04:22:24 |
ryan |
Strip all html from comment author name, email, and url. |
|
|
|
@3566
|
[3566]
|
02/22/06 19:08:55 |
ryan |
current user cleanup |
|
|
|
@3542
|
[3542]
|
02/17/06 01:31:53 |
ryan |
clean comment author url. fixes #2454 |
|
|
|
@2984
|
[2984]
|
11/05/05 22:08:56 |
matt |
Redirect to permalink instead of referrer. Fixes #1673 |
|
|
|
@2837
|
[2837]
|
09/05/05 04:14:29 |
matt |
Don't set for logged in users. |
|
|
|
@2699
|
[2699]
|
07/05/05 20:47:22 |
ryan |
Use wpdb->escape instead of addslashes to prepare DB bound data. |
|
|
|
@2623
|
[2623]
|
06/09/05 00:17:43 |
matt |
Better headers for CGI enviroments |
|
|
|
@2580
|
[2580]
|
05/03/05 07:31:29 |
matt |
Don't accept comments on drafts - … |
|
|
|
@2558
|
[2558]
|
04/20/05 19:05:34 |
matt |
I count good now |
|
|
|
@2556
|
[2556]
|
04/20/05 03:37:23 |
matt |
Line ending fixes and commenting cleanups from Scott Reilly |
|
|
|
@2552
|
[2552]
|
04/19/05 17:24:05 |
matt |
It was a Wednesday. (?!) Hat tip: Lucas Larson |
|
|
|
@2490
|
[2490]
|
03/29/05 14:52:41 |
ryan |
Trim comment info. http://mosquito.wordpress.org/view.php?id=1183 Props: … |
|
|
|
@2464
|
[2464]
|
03/22/05 00:29:43 |
ryan |
Validate comment author email. … |
|
|
|
@2436
|
[2436]
|
03/13/05 16:36:09 |
ryan |
Introducing wp_redirect(), first cut. … |
|
|
|
@2431
|
[2431]
|
03/11/05 03:31:39 |
ryan |
Don't require email address from registered authors. … |
|
|
|
@2427
|
[2427]
|
03/10/05 07:01:42 |
ryan |
Fix comments popup window reload upon post. … |
|
|
|
@2359
|
[2359]
|
02/16/05 23:01:02 |
rboren |
Don't strip scheme from comment url. Bug 883. |
|
|
|
@2231
|
[2231]
|
02/06/05 19:02:10 |
rboren |
Addslashes to user data before inserting in DB. |
|
|
|
@2221
|
[2221]
|
02/05/05 05:38:57 |
saxmatt |
Wrong variable - http://mosquito.wordpress.org/view.php?id=786 |
|
|
|
@2166
|
[2166]
|
01/31/05 06:38:12 |
saxmatt |
Comment registration goodness. Hat tip to Jason at noprequisite.com for … |
|
|
|
@2002
|
[2002]
|
12/25/04 18:01:06 |
rboren |
Fix comment cookies. |
|
|
|
@1985
|
[1985]
|
12/20/04 06:45:19 |
rboren |
Fix required fields checking. Bug 576. Hat tip: bronski |
|
|
|
@1983
|
[1983]
|
12/19/04 18:43:45 |
saxmatt |
Don't cache. No, really. Hat tip: Kimmo Suominen. |
|
|
|
@1974
|
[1974]
|
12/18/04 20:56:26 |
saxmatt |
Some code cleanups. |
|
|
|
@1968
|
[1968]
|
12/17/04 08:44:30 |
saxmatt |
http://mosquito.wordpress.org/view.php?id=558 |
|
|
|
@1964
|
[1964]
|
12/16/04 02:57:05 |
saxmatt |
Comments refactoring and cleanup |
|
|
|
@1854
|
[1854]
|
11/15/04 06:20:28 |
rboren |
Refuse comments for post IDs that do not exist. |
|
|
|
@1781
|
[1781]
|
10/11/04 22:07:09 |
saxmatt |
Move balanceTags into filters. |
|
|
|
@1756
|
[1756]
|
10/06/04 06:34:19 |
donncha |
Fixed minor bug - wrong variable passed to get_permalink() - … |
|
|
|
@1751
|
[1751]
|
10/05/04 16:22:31 |
saxmatt |
Better redirect cleaning. |
|
|
|
@1748
|
[1748]
|
10/05/04 08:35:22 |
saxmatt |
Changes to how we do redirects. |
|
|
|
@1739
|
[1739]
|
10/04/04 08:54:04 |
saxmatt |
Move plugin call to allow plugin authors to get in before notification is … |
|
|
|
@1603
|
[1603]
|
09/05/04 01:50:39 |
saxmatt |
Track and check user agent for comments. |
|
|
|
@1405
|
[1405]
|
06/11/04 08:02:40 |
rboren |
Get our slashes straight. |
|
|
|
@1355
|
[1355]
|
05/24/04 08:22:18 |
saxmatt |
Giant commit, sorry mailing list people. Move all table names to new $wpdb … |
|
|
|
@1237
|
[1237]
|
05/07/04 23:21:31 |
saxmatt |
Fix for cookie paths being set correctly when using a different home … |
|
|
|
@1108
|
[1108]
|
04/20/04 22:56:47 |
saxmatt |
Changed to superglobals, and eliminated $use_cache (since we always do). |
|
|
|
@1018
|
[1018]
|
03/26/04 11:26:57 |
michelvaldrighi |
typo |
|
|
|
@1012
|
[1012]
|
03/25/04 20:18:20 |
saxmatt |
Additional plugin API hooks, extending moderation scheme to more fully … |
|
|
|
@997
|
[997]
|
03/25/04 01:56:02 |
michelvaldrighi |
now commenting in localtime+gmt |
|
|
|
@984
|
[984]
|
03/21/04 08:31:33 |
saxmatt |
New comment moderation code, for trackbacks and comments. |
|
|
|
@956
|
[956]
|
03/01/04 06:13:32 |
saxmatt |
Migration to get_settings |
|
|
|
@914
|
[914]
|
02/23/04 03:42:40 |
michelvaldrighi |
big leap to GMT dates |
|
|
|
@860
|
[860]
|
02/10/04 19:43:39 |
jverber |
Removed redundant convert_chars (it is called during display) |
|
|
|
@707
|
[707]
|
01/03/04 20:35:02 |
saxmatt |
Comments number bug. |
|
|
|
@601
|
[601]
|
12/11/03 00:22:36 |
saxmatt |
The great renaming. |