ryan
|
bcdb29372d
|
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: http://svn.automattic.com/wordpress/trunk@8758 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-27 22:04:12 +00:00 |
|
westi
|
00583d64eb
|
Performance improvements using strpos. Fixes #7611 and #7610 props johnbillion.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8754 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-27 20:47:01 +00:00 |
|
ryan
|
bc3c83bf1d
|
RSS widget shouldn't link if there isn't a link. Props MtDewVirus. fixes #7614
git-svn-id: http://svn.automattic.com/wordpress/trunk@8746 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-27 18:00:51 +00:00 |
|
westi
|
a76720a8b7
|
phpDoc updates for formatting functions. See #5638 props scohoust and santosj.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-27 06:49:21 +00:00 |
|
westi
|
f7b32217a3
|
phpDoc corrections for wp-includes. See #7550 props santosj.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8742 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-27 06:45:13 +00:00 |
|
ryan
|
ed5372a6ab
|
wpdb::has_cap() from mdawaffe. fixes #7609
git-svn-id: http://svn.automattic.com/wordpress/trunk@8740 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-26 23:57:48 +00:00 |
|
ryan
|
562fda59a7
|
include mysql version in version check query string. Props andy. fixes #7600 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@8739 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-26 22:30:56 +00:00 |
|
ryan
|
e6640c911a
|
Use a subquery in category__not_in query if the DB version supports it. Props pedrop. fixes #7599
git-svn-id: http://svn.automattic.com/wordpress/trunk@8738 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-26 19:18:58 +00:00 |
|
ryan
|
19a1e9682b
|
Notice fixes. see #7509
git-svn-id: http://svn.automattic.com/wordpress/trunk@8732 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-25 21:50:11 +00:00 |
|
ryan
|
37d88adaff
|
Don't ignore scheme when cookie value is empty. Props bendalton. fixes #7521
git-svn-id: http://svn.automattic.com/wordpress/trunk@8731 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-25 21:09:26 +00:00 |
|
ryan
|
8dfd6d050f
|
Do secure redirect only for admin destinations. see #7561
git-svn-id: http://svn.automattic.com/wordpress/trunk@8730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-25 20:40:34 +00:00 |
|
ryan
|
dccf7edf8e
|
wp_rand() - more randy rands
git-svn-id: http://svn.automattic.com/wordpress/trunk@8728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-25 17:52:28 +00:00 |
|
azaozz
|
f2dd6dd861
|
Few small improvements to the password strength meter.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8722 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-24 14:35:46 +00:00 |
|
azaozz
|
67ef4e1abc
|
Remove extra filter, fixes #7585
git-svn-id: http://svn.automattic.com/wordpress/trunk@8721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-24 14:19:05 +00:00 |
|
azaozz
|
95fa29a208
|
Reply to comments from admin, first run, see #7435
git-svn-id: http://svn.automattic.com/wordpress/trunk@8720 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-24 06:56:22 +00:00 |
|
ryan
|
894d5682de
|
Respect argument in get_author_feed_link(). Props Latz. fixes #7564
git-svn-id: http://svn.automattic.com/wordpress/trunk@8706 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-22 02:21:37 +00:00 |
|
ryan
|
38dfd6e69a
|
Consolidate contiguous whitespace in usernames
git-svn-id: http://svn.automattic.com/wordpress/trunk@8704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-21 22:58:29 +00:00 |
|
ryan
|
419db63a01
|
Rename wp_insert_post filter to wp_insert_post_data to avoid collision. see #5196
git-svn-id: http://svn.automattic.com/wordpress/trunk@8702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-21 18:31:35 +00:00 |
|
ryan
|
203086a4de
|
Option to force SSL. see #7561
git-svn-id: http://svn.automattic.com/wordpress/trunk@8701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-21 17:40:38 +00:00 |
|
ryan
|
01e3a5ec79
|
Some cookie validation hooks. fixes #7440
git-svn-id: http://svn.automattic.com/wordpress/trunk@8696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-21 00:08:25 +00:00 |
|
ryan
|
9f9ef004db
|
comment_class(). Props sandbox theme. see #7560
git-svn-id: http://svn.automattic.com/wordpress/trunk@8695 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-20 23:48:09 +00:00 |
|
ryan
|
d3b414932c
|
Collapse crazyhorse to trunk. Incoming! see #7552
git-svn-id: http://svn.automattic.com/wordpress/trunk@8691 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-20 21:42:31 +00:00 |
|
westi
|
23645ea1c4
|
File level phpdoc for tinymcs spellchecker. See #7550 props santosj.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-20 06:20:22 +00:00 |
|
ryan
|
18459850ef
|
Typo fix from mdawaffe. fixes #7551 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@8675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-19 22:35:28 +00:00 |
|
ryan
|
543eb608c9
|
Support named headers and footers in get_footer() and get_header(). Props AaronCampbell. fixes #7549 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@8673 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-19 20:57:48 +00:00 |
|
ryan
|
0348a10d49
|
site_url filter
git-svn-id: http://svn.automattic.com/wordpress/trunk@8672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-19 19:41:11 +00:00 |
|
ryan
|
3911137835
|
Apply kses bad-protocol checks only to URI typed attributes. Props takayukister. fixes #5917 #6888 #6910 #7512
git-svn-id: http://svn.automattic.com/wordpress/trunk@8671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-19 18:43:21 +00:00 |
|
ryan
|
42b36e1e64
|
post.php phpdoc. Props santosj. fixes #7538
git-svn-id: http://svn.automattic.com/wordpress/trunk@8669 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-19 16:38:06 +00:00 |
|
ryan
|
96b987270d
|
Tag cloud fixes from DD32. Implements number arg. see #6015
git-svn-id: http://svn.automattic.com/wordpress/trunk@8668 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-19 16:36:18 +00:00 |
|
markjaquith
|
f4f6fb2019
|
Strip trailing spaces in URLs, redirect to canonical URL. fixes #7537
git-svn-id: http://svn.automattic.com/wordpress/trunk@8667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-19 03:21:12 +00:00 |
|
ryan
|
facedb8d81
|
Revert tag cloud changes in 8540 and 8569. They broke tag sorting. see #6015
git-svn-id: http://svn.automattic.com/wordpress/trunk@8666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-18 23:40:41 +00:00 |
|
westi
|
3b85b84a5e
|
phpdoc for formatting functions. See #5638 props scohoust.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-17 11:29:43 +00:00 |
|
westi
|
bfa931c5d1
|
alt attibutes for get_avatar(). Fixes #7523 props Speedboxer.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-17 11:23:49 +00:00 |
|
westi
|
e462ca421d
|
remove_all_{actions|filters}. Fixes #7216 props filosofo and santosj.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-17 11:15:38 +00:00 |
|
azaozz
|
0b6768f3ea
|
Disable fsockopen for 12 hours if it fails. Props jacobsantos, fixes #7514
git-svn-id: http://svn.automattic.com/wordpress/trunk@8654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-16 05:38:57 +00:00 |
|
ryan
|
2955c83e99
|
Image default options for size, alignment and link type. Props tellyworth. fixes #7520
git-svn-id: http://svn.automattic.com/wordpress/trunk@8653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-15 15:40:35 +00:00 |
|
ryan
|
02f5232d6e
|
Always use '&' as arg separator when building the body. fixes #7522
git-svn-id: http://svn.automattic.com/wordpress/trunk@8648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-14 22:54:43 +00:00 |
|
ryan
|
aaaffe8316
|
Notice fix. see #7509
git-svn-id: http://svn.automattic.com/wordpress/trunk@8647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-14 20:36:09 +00:00 |
|
ryan
|
113c014920
|
Notice fixes. Props DD32. see #7509
git-svn-id: http://svn.automattic.com/wordpress/trunk@8646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-14 17:00:37 +00:00 |
|
ryan
|
1ef0029be8
|
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: http://svn.automattic.com/wordpress/trunk@8644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-13 23:37:42 +00:00 |
|
ryan
|
9179510fc1
|
get_post_class() from mdawaffe. see #7457
git-svn-id: http://svn.automattic.com/wordpress/trunk@8643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-13 23:26:14 +00:00 |
|
ryan
|
f592eb9e43
|
Initialize classes array. see #7457
git-svn-id: http://svn.automattic.com/wordpress/trunk@8642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-13 21:59:52 +00:00 |
|
ryan
|
9e05ca767a
|
Add more classes to post_class(). see #7457
git-svn-id: http://svn.automattic.com/wordpress/trunk@8641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-13 21:58:06 +00:00 |
|
ryan
|
9a95395188
|
phpdoc fix up for post_class(). see #7457
git-svn-id: http://svn.automattic.com/wordpress/trunk@8639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-13 19:10:44 +00:00 |
|
ryan
|
a9d35dafba
|
Add post_class() template function for emitting standard classes for post div. see #7457
git-svn-id: http://svn.automattic.com/wordpress/trunk@8638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-13 19:09:08 +00:00 |
|
ryan
|
15440186be
|
Add sticky_class() template tag. see #7457
git-svn-id: http://svn.automattic.com/wordpress/trunk@8637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-13 18:21:52 +00:00 |
|
ryan
|
b76abe33b4
|
Make sure timestamps are not 0000 when publishing. Props techcookies. fixes #6527
git-svn-id: http://svn.automattic.com/wordpress/trunk@8636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-13 16:01:01 +00:00 |
|
westi
|
fa410bb8f4
|
Give plugins the ability to do extra processing on a post before it is inserted/updated. See #5196.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-13 05:53:48 +00:00 |
|
westi
|
94ad9a773f
|
Fix bugs in chunked encoding handling. See #4779 props santosj.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-13 05:09:59 +00:00 |
|
westi
|
88f521011a
|
HTTP API improvements. Implements chunked transfer decoding. Moves plugin update checker over to api. see #4779 props santosj.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-08-12 21:21:11 +00:00 |
|