Andrew Ozz
|
6d8233700e
|
Pass default value to get_option(), fixes #7637
git-svn-id: https://develop.svn.wordpress.org/trunk@8770 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-29 07:25:45 +00:00 |
|
Andrew Ozz
|
7e1f0947d8
|
Reply to comments from admin, small improvements and fixes, see #7435
git-svn-id: https://develop.svn.wordpress.org/trunk@8767 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-29 05:07:40 +00:00 |
|
Ryan Boren
|
cefe351dac
|
Suppress query filters when called from get_posts(). see #7326 #7547
git-svn-id: https://develop.svn.wordpress.org/trunk@8766 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-28 22:30:27 +00:00 |
|
Ryan Boren
|
297183391d
|
Update phpMailer to 2.0.2. Props mattyrob. fixes #7474
git-svn-id: https://develop.svn.wordpress.org/trunk@8762 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-28 20:26:36 +00:00 |
|
Ryan Boren
|
6e53d55b55
|
Don't 404 for categories, tags, and authors that exist but have no posts. see #5324
git-svn-id: https://develop.svn.wordpress.org/trunk@8761 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-28 19:58:57 +00:00 |
|
Ryan Boren
|
5e69c6919c
|
Use farbtastic for custom header color picker. Props rmmccue. see #5591
git-svn-id: https://develop.svn.wordpress.org/trunk@8760 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-28 17:42:21 +00:00 |
|
Ryan Boren
|
fa0b44817d
|
Add edit and delete links to the Content->Links rows. Add get_edit_bookmark_link(). Add caching for individual bookmarks. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8758 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-27 22:04:12 +00:00 |
|
Peter Westwood
|
e7559c8134
|
Performance improvements using strpos. Fixes #7611 and #7610 props johnbillion.
git-svn-id: https://develop.svn.wordpress.org/trunk@8754 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-27 20:47:01 +00:00 |
|
Ryan Boren
|
2a643a7f56
|
RSS widget shouldn't link if there isn't a link. Props MtDewVirus. fixes #7614
git-svn-id: https://develop.svn.wordpress.org/trunk@8746 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-27 18:00:51 +00:00 |
|
Peter Westwood
|
eab05b3379
|
phpDoc updates for formatting functions. See #5638 props scohoust and santosj.
git-svn-id: https://develop.svn.wordpress.org/trunk@8743 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-27 06:49:21 +00:00 |
|
Peter Westwood
|
000f6ec3b6
|
phpDoc corrections for wp-includes. See #7550 props santosj.
git-svn-id: https://develop.svn.wordpress.org/trunk@8742 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-27 06:45:13 +00:00 |
|
Ryan Boren
|
9ab6c5d3f7
|
wpdb::has_cap() from mdawaffe. fixes #7609
git-svn-id: https://develop.svn.wordpress.org/trunk@8740 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-26 23:57:48 +00:00 |
|
Ryan Boren
|
e4dd07c75e
|
include mysql version in version check query string. Props andy. fixes #7600 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8739 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-26 22:30:56 +00:00 |
|
Ryan Boren
|
13cf1a5c78
|
Use a subquery in category__not_in query if the DB version supports it. Props pedrop. fixes #7599
git-svn-id: https://develop.svn.wordpress.org/trunk@8738 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-26 19:18:58 +00:00 |
|
Ryan Boren
|
bda582ab0d
|
Notice fixes. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@8732 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-25 21:50:11 +00:00 |
|
Ryan Boren
|
5725b0ae44
|
Don't ignore scheme when cookie value is empty. Props bendalton. fixes #7521
git-svn-id: https://develop.svn.wordpress.org/trunk@8731 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-25 21:09:26 +00:00 |
|
Ryan Boren
|
00e2cd0917
|
Do secure redirect only for admin destinations. see #7561
git-svn-id: https://develop.svn.wordpress.org/trunk@8730 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-25 20:40:34 +00:00 |
|
Ryan Boren
|
835b51ff59
|
wp_rand() - more randy rands
git-svn-id: https://develop.svn.wordpress.org/trunk@8728 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-25 17:52:28 +00:00 |
|
Andrew Ozz
|
1ce5ef67db
|
Few small improvements to the password strength meter.
git-svn-id: https://develop.svn.wordpress.org/trunk@8722 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-24 14:35:46 +00:00 |
|
Andrew Ozz
|
539565c49a
|
Remove extra filter, fixes #7585
git-svn-id: https://develop.svn.wordpress.org/trunk@8721 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-24 14:19:05 +00:00 |
|
Andrew Ozz
|
3e9d31fc8f
|
Reply to comments from admin, first run, see #7435
git-svn-id: https://develop.svn.wordpress.org/trunk@8720 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-24 06:56:22 +00:00 |
|
Ryan Boren
|
6cf5701318
|
Respect argument in get_author_feed_link(). Props Latz. fixes #7564
git-svn-id: https://develop.svn.wordpress.org/trunk@8706 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-22 02:21:37 +00:00 |
|
Ryan Boren
|
519072ea9f
|
Consolidate contiguous whitespace in usernames
git-svn-id: https://develop.svn.wordpress.org/trunk@8704 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-21 22:58:29 +00:00 |
|
Ryan Boren
|
fc22c0304b
|
Rename wp_insert_post filter to wp_insert_post_data to avoid collision. see #5196
git-svn-id: https://develop.svn.wordpress.org/trunk@8702 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-21 18:31:35 +00:00 |
|
Ryan Boren
|
c7cd726bf1
|
Option to force SSL. see #7561
git-svn-id: https://develop.svn.wordpress.org/trunk@8701 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-21 17:40:38 +00:00 |
|
Ryan Boren
|
78a2c0f781
|
Some cookie validation hooks. fixes #7440
git-svn-id: https://develop.svn.wordpress.org/trunk@8696 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-21 00:08:25 +00:00 |
|
Ryan Boren
|
ba5140d219
|
comment_class(). Props sandbox theme. see #7560
git-svn-id: https://develop.svn.wordpress.org/trunk@8695 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-20 23:48:09 +00:00 |
|
Ryan Boren
|
6db75e59d4
|
Collapse crazyhorse to trunk. Incoming! see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8691 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-20 21:42:31 +00:00 |
|
Peter Westwood
|
4b21f1922b
|
File level phpdoc for tinymcs spellchecker. See #7550 props santosj.
git-svn-id: https://develop.svn.wordpress.org/trunk@8686 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-20 06:20:22 +00:00 |
|
Ryan Boren
|
ce083ccfaf
|
Typo fix from mdawaffe. fixes #7551 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8675 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-19 22:35:28 +00:00 |
|
Ryan Boren
|
d93d32ae99
|
Support named headers and footers in get_footer() and get_header(). Props AaronCampbell. fixes #7549 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8673 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-19 20:57:48 +00:00 |
|
Ryan Boren
|
8027eb1ca6
|
site_url filter
git-svn-id: https://develop.svn.wordpress.org/trunk@8672 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-19 19:41:11 +00:00 |
|
Ryan Boren
|
35657e8988
|
Apply kses bad-protocol checks only to URI typed attributes. Props takayukister. fixes #5917 #6888 #6910 #7512
git-svn-id: https://develop.svn.wordpress.org/trunk@8671 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-19 18:43:21 +00:00 |
|
Ryan Boren
|
c26e7cff13
|
post.php phpdoc. Props santosj. fixes #7538
git-svn-id: https://develop.svn.wordpress.org/trunk@8669 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-19 16:38:06 +00:00 |
|
Ryan Boren
|
4fc2923bb4
|
Tag cloud fixes from DD32. Implements number arg. see #6015
git-svn-id: https://develop.svn.wordpress.org/trunk@8668 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-19 16:36:18 +00:00 |
|
Mark Jaquith
|
71632ab8c7
|
Strip trailing spaces in URLs, redirect to canonical URL. fixes #7537
git-svn-id: https://develop.svn.wordpress.org/trunk@8667 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-19 03:21:12 +00:00 |
|
Ryan Boren
|
f104c612cb
|
Revert tag cloud changes in 8540 and 8569. They broke tag sorting. see #6015
git-svn-id: https://develop.svn.wordpress.org/trunk@8666 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-18 23:40:41 +00:00 |
|
Peter Westwood
|
0d0bb6aad8
|
phpdoc for formatting functions. See #5638 props scohoust.
git-svn-id: https://develop.svn.wordpress.org/trunk@8662 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-17 11:29:43 +00:00 |
|
Peter Westwood
|
73bcc94ddf
|
alt attibutes for get_avatar(). Fixes #7523 props Speedboxer.
git-svn-id: https://develop.svn.wordpress.org/trunk@8661 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-17 11:23:49 +00:00 |
|
Peter Westwood
|
120a3d3cf1
|
remove_all_{actions|filters}. Fixes #7216 props filosofo and santosj.
git-svn-id: https://develop.svn.wordpress.org/trunk@8660 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-17 11:15:38 +00:00 |
|
Andrew Ozz
|
d852afb9e9
|
Disable fsockopen for 12 hours if it fails. Props jacobsantos, fixes #7514
git-svn-id: https://develop.svn.wordpress.org/trunk@8654 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-16 05:38:57 +00:00 |
|
Ryan Boren
|
e621a3239a
|
Image default options for size, alignment and link type. Props tellyworth. fixes #7520
git-svn-id: https://develop.svn.wordpress.org/trunk@8653 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-15 15:40:35 +00:00 |
|
Ryan Boren
|
257fd97f4c
|
Always use '&' as arg separator when building the body. fixes #7522
git-svn-id: https://develop.svn.wordpress.org/trunk@8648 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-14 22:54:43 +00:00 |
|
Ryan Boren
|
b8c683da8d
|
Notice fix. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@8647 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-14 20:36:09 +00:00 |
|
Ryan Boren
|
197fc1d118
|
Notice fixes. Props DD32. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@8646 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-14 17:00:37 +00:00 |
|
Ryan Boren
|
93f3f4cdb5
|
Adds checking for fsockopen to check for WP_DEBUG and silently drop warnings. Adds streams_set_timeout to fsockopen to help prevent long waits. Props santosj. see #7514
git-svn-id: https://develop.svn.wordpress.org/trunk@8644 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-13 23:37:42 +00:00 |
|
Ryan Boren
|
21400530e1
|
get_post_class() from mdawaffe. see #7457
git-svn-id: https://develop.svn.wordpress.org/trunk@8643 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-13 23:26:14 +00:00 |
|
Ryan Boren
|
6992ce6781
|
Initialize classes array. see #7457
git-svn-id: https://develop.svn.wordpress.org/trunk@8642 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-13 21:59:52 +00:00 |
|
Ryan Boren
|
812ff9b44f
|
Add more classes to post_class(). see #7457
git-svn-id: https://develop.svn.wordpress.org/trunk@8641 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-13 21:58:06 +00:00 |
|
Ryan Boren
|
198e2f10e0
|
phpdoc fix up for post_class(). see #7457
git-svn-id: https://develop.svn.wordpress.org/trunk@8639 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-13 19:10:44 +00:00 |
|