Scott Taylor
|
e49980bdc1
|
get_comment_count() currently increments awaiting_moderation when comments are in the trash. This occurs because case 0: will match any value passed to switch that is a string that isn't specified in the list of cases. This is terrifying.
* Cases for `0` and `1` should be `'1'` and `'0'`
* Add unit tests for `get_comment_count()`. Currently, there are none.
See #33414.
Built from https://develop.svn.wordpress.org/trunk@33806
git-svn-id: http://core.svn.wordpress.org/trunk@33774 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-08-30 02:19:21 +00:00 |
|
Scott Taylor
|
f07ab12359
|
Comments: move WP_Comment_Query into its own file. comment.php loads the new files, so this is 100% BC if someone is loading comment.php directly. New files created using svn cp .
Creates:
`class-wp-comment-query.php`
`comment-functions.php`
`comment.php` contains only top-level code. Class file only contains the class. Functions file only contains functions.
See #33413.
Built from https://develop.svn.wordpress.org/trunk@33750
git-svn-id: http://core.svn.wordpress.org/trunk@33718 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-08-26 04:27:21 +00:00 |
|
ryan
|
6027cfa946
|
Reorg comment functions. #2525
git-svn-id: http://svn.automattic.com/wordpress/trunk@3714 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-19 02:32:12 +00:00 |
|
ryan
|
d650991531
|
Move clean_url() to functions-formatting.php. #2525
git-svn-id: http://svn.automattic.com/wordpress/trunk@3713 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-04-18 04:58:38 +00:00 |
|
ryan
|
31cb659651
|
Filter comments when updating. Props mdawaffe.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-03-29 20:41:13 +00:00 |
|
ryan
|
25c2dcac3c
|
More comment cookie sanitation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-28 09:49:06 +00:00 |
|
ryan
|
5322fc2faa
|
current user cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@3566 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-22 19:08:55 +00:00 |
|
ryan
|
34398e5a2e
|
Make sure user_id is set before inserting. Props bungeman. fixes #2459
git-svn-id: http://svn.automattic.com/wordpress/trunk@3537 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-17 01:00:18 +00:00 |
|
ryan
|
60d01b1f96
|
Use post_type not post_status.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3535 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-15 07:16:58 +00:00 |
|
ryan
|
dd202ce1f9
|
Death to trailing tabs. Props Mark J. fixes #2405
git-svn-id: http://svn.automattic.com/wordpress/trunk@3517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-02-12 07:53:23 +00:00 |
|
ryan
|
d96ba966cd
|
Use ->comments instead of . fixes #2294
git-svn-id: http://svn.automattic.com/wordpress/trunk@3442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-16 20:03:56 +00:00 |
|
ryan
|
ba29615e7e
|
Trigger pre_ping action outside of loop. Props Mark Jaquith. fixes #2269
git-svn-id: http://svn.automattic.com/wordpress/trunk@3427 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-11 21:35:36 +00:00 |
|
ryan
|
ee8b3c94df
|
i18n fixes from SteveAgl. fixes #2207
git-svn-id: http://svn.automattic.com/wordpress/trunk@3393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-01-02 21:08:34 +00:00 |
|
ryan
|
00e695e6f5
|
LJ tweaks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3375 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-29 01:25:41 +00:00 |
|
ryan
|
2d9779beba
|
Make sure comment_parent is set.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-20 04:28:32 +00:00 |
|
ryan
|
97cd7143da
|
New asyncronous ping method. fixes #2048
git-svn-id: http://svn.automattic.com/wordpress/trunk@3317 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-16 03:04:33 +00:00 |
|
ryan
|
9d4c41b823
|
i18n fix from pandem. fixes #2028
git-svn-id: http://svn.automattic.com/wordpress/trunk@3272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-05 16:58:26 +00:00 |
|
ryan
|
9dc3881715
|
Decrease comment count only when deleting approved comments.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3271 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-12-05 05:31:27 +00:00 |
|
ryan
|
24e2307445
|
Instead of incrementing the current comment count, recount all comments to make sure we have a good count. Props Mark Jaquith. fixes #1920
git-svn-id: http://svn.automattic.com/wordpress/trunk@3193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-22 03:45:40 +00:00 |
|
ryan
|
f4f22fce81
|
Attachment cleanups from skeltoac. fixes #1870
git-svn-id: http://svn.automattic.com/wordpress/trunk@3145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-18 09:25:47 +00:00 |
|
ryan
|
a370a5d002
|
i18n fix from nbachiyski. fixes #1874
git-svn-id: http://svn.automattic.com/wordpress/trunk@3125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 03:01:55 +00:00 |
|
ryan
|
a41c4a693f
|
Add missing space to fix validation. Props seth. fixes #1887
git-svn-id: http://svn.automattic.com/wordpress/trunk@3118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 23:59:29 +00:00 |
|
ryan
|
5fdc8b56da
|
Add some comment API and update comment popup templates to use them. Props David Hose. fixes #1892
git-svn-id: http://svn.automattic.com/wordpress/trunk@3115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 23:48:12 +00:00 |
|
ryan
|
25b644e8ce
|
Add comment_count to the posts table. Props donncha. fixes #1860
git-svn-id: http://svn.automattic.com/wordpress/trunk@3104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 06:29:36 +00:00 |
|
matt
|
682ad94a9f
|
Follow standards in Pingback - fixes #1668
git-svn-id: http://svn.automattic.com/wordpress/trunk@3078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 10:08:12 +00:00 |
|
matt
|
1301fdf266
|
More accessible comment links
git-svn-id: http://svn.automattic.com/wordpress/trunk@3065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 03:06:52 +00:00 |
|
matt
|
9187979859
|
Moderation and comment_author_link, fixes #1019
git-svn-id: http://svn.automattic.com/wordpress/trunk@3055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-13 02:45:53 +00:00 |
|
matt
|
f67be7f30f
|
Don't notify your own comments, fixes #1670
git-svn-id: http://svn.automattic.com/wordpress/trunk@3031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-10 23:31:58 +00:00 |
|
matt
|
cdd3a0a295
|
Allow "anonymous" to be translated, fixes #1740
git-svn-id: http://svn.automattic.com/wordpress/trunk@2986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-05 22:53:40 +00:00 |
|
ryan
|
e445ffe7e6
|
Don't self ping. Props Mark Jaquith fixes #993
git-svn-id: http://svn.automattic.com/wordpress/trunk@2983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-05 16:20:09 +00:00 |
|
matt
|
65f1a4df26
|
Awesome fix from Dougal about ping timeout problems.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-10 16:36:54 +00:00 |
|
ryan
|
46df98f327
|
Typos
git-svn-id: http://svn.automattic.com/wordpress/trunk@2905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-22 21:14:52 +00:00 |
|
matt
|
e91046317b
|
Uppercase, please.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-22 08:39:09 +00:00 |
|
ryan
|
a34a4ca8c7
|
wp_insert_comment(), wp_update_comment(), wp_allow_comment(), and wp_filter_comment() from skeltoac. fixes #1683
git-svn-id: http://svn.automattic.com/wordpress/trunk@2894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-20 03:17:43 +00:00 |
|
ryan
|
ef29f0ba5f
|
get_comments_number() improvements from markjaquith. fixes #1677
git-svn-id: http://svn.automattic.com/wordpress/trunk@2881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-15 23:40:04 +00:00 |
|
matt
|
ab39a0e1ac
|
Make posting faster. Fixes #1580 for 1.6
git-svn-id: http://svn.automattic.com/wordpress/trunk@2828 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-08-30 23:19:32 +00:00 |
|
ryan
|
d878c57a30
|
Call time pass by reference not allowed. Use the array trick. fixes #1583
git-svn-id: http://svn.automattic.com/wordpress/trunk@2798 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-08-20 02:01:44 +00:00 |
|
matt
|
5ebbcc659b
|
Adding some hooks, fixes #1489
git-svn-id: http://svn.automattic.com/wordpress/trunk@2743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-08-03 00:40:42 +00:00 |
|
ryan
|
91efba11ad
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2699 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-07-05 20:47:22 +00:00 |
|
matt
|
f048ab7b0a
|
Indentation and correct response link when no comments, fixes #1408
git-svn-id: http://svn.automattic.com/wordpress/trunk@2685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-07-02 23:35:36 +00:00 |
|
ryan
|
ebdf64dce2
|
Fix WP version in pingbacks. http://mosquito.wordpress.org/view.php?id=1285 Props: error
git-svn-id: http://svn.automattic.com/wordpress/trunk@2575 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-04-26 05:51:25 +00:00 |
|
matt
|
5eb42126dd
|
Whitelist from own domain. http://mosquito.wordpress.org/view.php?id=999
git-svn-id: http://svn.automattic.com/wordpress/trunk@2562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-04-20 22:01:24 +00:00 |
|
matt
|
ac4cbfa853
|
Test for true.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-04-19 03:11:55 +00:00 |
|
matt
|
03b04efa1c
|
Only ping the site once. Fixes http://mosquito.wordpress.org/view.php?id=1254
git-svn-id: http://svn.automattic.com/wordpress/trunk@2545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-04-19 03:10:12 +00:00 |
|
ryan
|
4780b6f925
|
Use UTC in comments rss feed. http://mosquito.wordpress.org/view.php?id=1256 Props: nbachiyski
git-svn-id: http://svn.automattic.com/wordpress/trunk@2543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-04-19 00:23:55 +00:00 |
|
ryan
|
84c853d8d0
|
LIMIT 1 in the whitelist query. Props: Brian Dupuis
git-svn-id: http://svn.automattic.com/wordpress/trunk@2531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-04-13 16:50:13 +00:00 |
|
ryan
|
f81f76f751
|
Use comment count cache.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-04-09 07:09:26 +00:00 |
|
matt
|
50829f1dda
|
Adding new comment template hooks
git-svn-id: http://svn.automattic.com/wordpress/trunk@2518 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-04-06 15:13:56 +00:00 |
|
ryan
|
08b02d95bc
|
Move plugin replacebale functions to pluggable-functions.php. http://mosquito.wordpress.org/view.php?id=1211
git-svn-id: http://svn.automattic.com/wordpress/trunk@2516 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-04-04 23:25:51 +00:00 |
|
ryan
|
2ca5ffceea
|
Accidentally dropped admin_email var. http://mosquito.wordpress.org/view.php?id=1190 Props: MtDewVirus
git-svn-id: http://svn.automattic.com/wordpress/trunk@2498 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-03-30 05:45:30 +00:00 |
|