ryan
|
32ed8e4b8a
|
Nested install fixes. Props sivel. fixes #7997 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-04 19:30:16 +00:00 |
|
ryan
|
d7b53ad4f8
|
Add RSS Error handling functionality to RSS Widget displays. Props DD32. fixes #9273
git-svn-id: http://svn.automattic.com/wordpress/trunk@10697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-04 19:24:48 +00:00 |
|
azaozz
|
65e0cea07b
|
Show file url after upload form media library, props yoavf, fixes #9267
git-svn-id: http://svn.automattic.com/wordpress/trunk@10696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-04 08:22:25 +00:00 |
|
westi
|
53c53c0bc8
|
Display the search query when searching users. Fixes #9265 for trunk props johnbillion.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-04 08:16:53 +00:00 |
|
westi
|
303d892aa8
|
Syncronise the queries used for attachment slug uniqueness checking. Fixes #4396 props futurix and Nazgul.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-04 08:03:02 +00:00 |
|
westi
|
add8403cec
|
First pass of HTTP Proxy support. See #4011 props jacobsantos.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10692 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-04 07:28:39 +00:00 |
|
ryan
|
cf07babee1
|
Add auth_cookie_expiration filter
git-svn-id: http://svn.automattic.com/wordpress/trunk@10691 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-03 22:51:55 +00:00 |
|
westi
|
88cab327c9
|
The url for the time-since plugin has changed. Fixes #7250 props Paveo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10690 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-03 22:08:50 +00:00 |
|
westi
|
a5594ea3a3
|
Improve the description for the default comment status. Fixes #8894 props jacobsantos.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10689 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-03 21:08:02 +00:00 |
|
ryan
|
a33afa3546
|
Pass blog charset to html_entity_decode(). Props adferguson. fixes #7563
git-svn-id: http://svn.automattic.com/wordpress/trunk@10688 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-03 18:37:25 +00:00 |
|
ryan
|
8fb1093aad
|
Use WordPress HTTP class for SimplePie requests. Props DD32. fixes #9247
git-svn-id: http://svn.automattic.com/wordpress/trunk@10687 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-03 17:41:01 +00:00 |
|
ryan
|
5777900e02
|
Add media_row_actions filter. Props johnbillion. fixes #9172
git-svn-id: http://svn.automattic.com/wordpress/trunk@10686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-03 17:25:31 +00:00 |
|
ryan
|
5d3a29dacd
|
Add auth_redirect action
git-svn-id: http://svn.automattic.com/wordpress/trunk@10685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-02 23:42:28 +00:00 |
|
ryan
|
27ff02e402
|
Require user to be logged in to comment on private posts. Props tott. see #8997
git-svn-id: http://svn.automattic.com/wordpress/trunk@10684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-02 22:42:22 +00:00 |
|
ryan
|
d4a2f81323
|
Fix wp_authenticate_user hook
git-svn-id: http://svn.automattic.com/wordpress/trunk@10683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-02 22:25:55 +00:00 |
|
westi
|
43ba2effcd
|
Allow a plugin to change the jpeg image quality. Fixes #9245 props filosofo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-02 21:55:40 +00:00 |
|
ryan
|
3e3cb817f1
|
Add some error feedback to ajax comment moderation. see #9261
git-svn-id: http://svn.automattic.com/wordpress/trunk@10681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-02 21:48:37 +00:00 |
|
ryan
|
0bf194de3b
|
Use _x() and extracted comments. Props nbachiyski. see #9112
git-svn-id: http://svn.automattic.com/wordpress/trunk@10680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-02 19:20:19 +00:00 |
|
azaozz
|
00b6ce601c
|
Fix typo, props sambauers
git-svn-id: http://svn.automattic.com/wordpress/trunk@10678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-02 00:28:52 +00:00 |
|
ryan
|
ebe8aa4804
|
Escape hyphen in regex. Props chrisbliss18. fixes #8548 #9244
git-svn-id: http://svn.automattic.com/wordpress/trunk@10676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-01 19:57:37 +00:00 |
|
ryan
|
cc26b0347f
|
Bail if no themes found. see #8652
git-svn-id: http://svn.automattic.com/wordpress/trunk@10675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-01 19:38:42 +00:00 |
|
ryan
|
5c402dd266
|
Make sure last_updated is set. see #8652
git-svn-id: http://svn.automattic.com/wordpress/trunk@10674 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-28 20:09:09 +00:00 |
|
westi
|
68d8884d6d
|
Improve the Grammar. Fixes #9181 props Viper007Bond.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10673 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-28 09:55:07 +00:00 |
|
westi
|
51dc94d250
|
Make the exit call explicit so that it works. Fixes #9248.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-28 09:30:46 +00:00 |
|
ryan
|
0a90b7aaf9
|
phpdoc for fetch_feed(). Props rmmcue. see #9198
git-svn-id: http://svn.automattic.com/wordpress/trunk@10671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-28 01:50:47 +00:00 |
|
westi
|
4e787135ea
|
Don't pass defaulted argument to checked(). Fixes #9032 props filosofo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 22:15:14 +00:00 |
|
ryan
|
ba14664d1e
|
Don't display empty theme. see #8652
git-svn-id: http://svn.automattic.com/wordpress/trunk@10669 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 21:24:19 +00:00 |
|
ryan
|
0e3ffd1095
|
Display more theme info. see #8652
git-svn-id: http://svn.automattic.com/wordpress/trunk@10668 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 21:22:49 +00:00 |
|
ryan
|
f20bb41b3c
|
Text tweaks. Props MichaelH. see #8652
git-svn-id: http://svn.automattic.com/wordpress/trunk@10667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 20:23:30 +00:00 |
|
ryan
|
a02d6e4179
|
Use SimplePie for widget and dashboard feeds. First cut. see #9198
git-svn-id: http://svn.automattic.com/wordpress/trunk@10666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 19:32:50 +00:00 |
|
ryan
|
b8d8a346d5
|
Fix inverted login in get_transient().
git-svn-id: http://svn.automattic.com/wordpress/trunk@10665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 19:21:41 +00:00 |
|
westi
|
1629f412ab
|
Ensure that updating an uploaded file using AtomPub works correct. Fixes #9233 for trunk props josephscott
git-svn-id: http://svn.automattic.com/wordpress/trunk@10663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 18:37:02 +00:00 |
|
westi
|
6eb64d687b
|
Enhance checked and selected as well as consolidating code. See #9032 props johnbillion for the idea.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 18:28:09 +00:00 |
|
westi
|
b35b81f298
|
Add (get_)the_modified_author template tags. Fixes #9154 props tomontoast.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 17:54:47 +00:00 |
|
westi
|
420b597cfe
|
Put search string into <title> of search results page. Fixes #9103 props DD32.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 17:46:13 +00:00 |
|
westi
|
8da10297ba
|
Explain consequences of changing the *_KEY defines. Fixes #9181.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 17:14:22 +00:00 |
|
westi
|
56436d1ffc
|
Fix regression in shortcode behaviour. Fixes #9238 props tellyworth.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 17:01:59 +00:00 |
|
westi
|
402c4609ff
|
Use the html entity for the smart quote. Fixes #9058 props rmccue.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-27 08:43:48 +00:00 |
|
ryan
|
c4f1411a69
|
More theme install tweaks. See #8652
git-svn-id: http://svn.automattic.com/wordpress/trunk@10656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-26 23:35:38 +00:00 |
|
ryan
|
35afb3b9c7
|
Hide theme details. See #8652
git-svn-id: http://svn.automattic.com/wordpress/trunk@10655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-26 07:54:33 +00:00 |
|
ryan
|
a0fd2c6eaf
|
Use plain link style instead of button. See #8652
git-svn-id: http://svn.automattic.com/wordpress/trunk@10654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-26 02:46:51 +00:00 |
|
ryan
|
6498762e4c
|
Try grid layout for theme browser. see #8652
git-svn-id: http://svn.automattic.com/wordpress/trunk@10653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-26 00:44:32 +00:00 |
|
ryan
|
db7632bbf0
|
Return correct edit link. Props josephscott. fixes #9147
git-svn-id: http://svn.automattic.com/wordpress/trunk@10651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-26 00:03:53 +00:00 |
|
ryan
|
b193b920bf
|
Upload theme from zip fixes. see #8652
git-svn-id: http://svn.automattic.com/wordpress/trunk@10650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-25 23:43:30 +00:00 |
|
ryan
|
1d4574f9bf
|
Use get_transient() for update_themes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-25 23:18:42 +00:00 |
|
ryan
|
ef0b5afe24
|
Use get_transient() for update_themes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-25 23:16:34 +00:00 |
|
ryan
|
5ad4ed12b7
|
Remove raquo from buttons
git-svn-id: http://svn.automattic.com/wordpress/trunk@10647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-25 18:56:58 +00:00 |
|
ryan
|
5719faff71
|
Revert get_calendar() changes from [10602]. Broke calendar links. see #8351
git-svn-id: http://svn.automattic.com/wordpress/trunk@10646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-25 17:09:29 +00:00 |
|
westi
|
eb5a33864e
|
Allow a plugin to hide the extra capabilities listing on profiles. Fixes #9024 props jamescollins.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-25 08:02:07 +00:00 |
|
ryan
|
4eb0ba92e3
|
wp_list_authors fixes. Props hailin. fixes #9229
git-svn-id: http://svn.automattic.com/wordpress/trunk@10644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-25 01:13:32 +00:00 |
|