Commit Graph

9533 Commits

Author SHA1 Message Date
Ryan Boren 738367d88e Support mu-plugins for 'Must Use' autoload plugins
git-svn-id: https://develop.svn.wordpress.org/trunk@10737 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-07 00:03:40 +00:00
Ryan Boren df0a1ee5c2 Typo fix. Props josephscott. fixes #9294
git-svn-id: https://develop.svn.wordpress.org/trunk@10736 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 23:12:24 +00:00
Ryan Boren c660e9c398 Notice fix. Props ionfish. fixes #9292
git-svn-id: https://develop.svn.wordpress.org/trunk@10735 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 17:09:37 +00:00
Andrew Ozz 56971d703a Don't use mb_* functions to match file extension, fixes #9289
git-svn-id: https://develop.svn.wordpress.org/trunk@10734 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 16:17:57 +00:00
Ryan Boren 88894e7df1 Add index on taxonomy. see #7415
git-svn-id: https://develop.svn.wordpress.org/trunk@10733 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 08:26:45 +00:00
Ryan Boren 4006d1a355 Order by comment_date_gmt
git-svn-id: https://develop.svn.wordpress.org/trunk@10732 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 08:16:35 +00:00
Ryan Boren a5d73d7a2f Use wpdb::insert() and update(). see #6836
git-svn-id: https://develop.svn.wordpress.org/trunk@10731 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 05:06:15 +00:00
Ryan Boren 1fb1534e8f Use wpdb::insert() and update(). Props DD32. see #6836
git-svn-id: https://develop.svn.wordpress.org/trunk@10730 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 04:27:51 +00:00
Andrew Ozz 52a4f412ba Force-wrap comments in Recent Comments on the dashboard, expand width when no avatar, fixes #9283
git-svn-id: https://develop.svn.wordpress.org/trunk@10729 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 03:20:38 +00:00
Andrew Ozz b27d122fab Add author column to detached media, props scribu, fixes #9282
git-svn-id: https://develop.svn.wordpress.org/trunk@10728 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 02:23:52 +00:00
Ryan Boren e4901ad286 Use 'the_category_rss' template function in Atompub backend. Props znarfor, josephscott. fixes #8829
git-svn-id: https://develop.svn.wordpress.org/trunk@10727 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 02:07:55 +00:00
Ryan Boren a746eb920a Only list field types that are not strings. see #7171
git-svn-id: https://develop.svn.wordpress.org/trunk@10726 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 01:06:00 +00:00
Ryan Boren f6001bffe8 Add some default field types. see #7171
git-svn-id: https://develop.svn.wordpress.org/trunk@10725 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 00:50:19 +00:00
Ryan Boren 5851028d31 Add typecasting to wpdb::insert() and update(). Props filosofo. fixes #7171
git-svn-id: https://develop.svn.wordpress.org/trunk@10724 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 23:47:02 +00:00
Ryan Boren c896a6ee7b Initialize post_date_gmt for default post to edit.
git-svn-id: https://develop.svn.wordpress.org/trunk@10723 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 23:06:04 +00:00
Ryan Boren a5740e48a1 post_exists() and comment_exists() fixes. Fixes post duplication during import. Props tott. fixes #8460
git-svn-id: https://develop.svn.wordpress.org/trunk@10722 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 22:16:29 +00:00
Ryan Boren a3ff3cdbf2 Allow passing sustitution args to prepare() as an array. Makes building queries for prepare easier.
git-svn-id: https://develop.svn.wordpress.org/trunk@10721 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 22:15:17 +00:00
Ryan Boren 125fa7591b Fire nopriv actions from post and ajax handlers when user is not logged in.
git-svn-id: https://develop.svn.wordpress.org/trunk@10720 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 21:43:35 +00:00
Ryan Boren 3ec5d3c2ef Allow users with edit_posts cap to use ajax tag search. Props yoavf. fixes #8651
git-svn-id: https://develop.svn.wordpress.org/trunk@10719 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 20:30:56 +00:00
Ryan Boren 9b4e1104a9 Escape dot in regex. Props pne, sivel. fixes #9088 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10717 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 20:17:27 +00:00
Ryan Boren f88fdb0935 Limit year field to 4 digits. Props sivel. fixes #9120
git-svn-id: https://develop.svn.wordpress.org/trunk@10716 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 20:15:10 +00:00
Ryan Boren ac819a92ba delete_theme(). see #8678
git-svn-id: https://develop.svn.wordpress.org/trunk@10715 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 19:15:56 +00:00
Ryan Boren f89abfffd2 Add theme delete link. Stub action. see #8678
git-svn-id: https://develop.svn.wordpress.org/trunk@10714 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 18:45:26 +00:00
Ryan Boren 876b7d088b Action links for themes page
git-svn-id: https://develop.svn.wordpress.org/trunk@10713 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 18:32:09 +00:00
Ryan Boren c892071f81 Links widget options. Props DD32. see #9196
git-svn-id: https://develop.svn.wordpress.org/trunk@10712 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 23:49:21 +00:00
Ryan Boren 0de39db9fd Check for empty meta keys. Props Denis-de-Bernardy, markedwards. fixes #7953
git-svn-id: https://develop.svn.wordpress.org/trunk@10711 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 22:59:16 +00:00
Ryan Boren d26e6fa963 Filter text to be sent to editor when used From URL. Props nbachiyski. fixes #6588
git-svn-id: https://develop.svn.wordpress.org/trunk@10710 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 22:54:10 +00:00
Ryan Boren 9cedbb7f24 Add filter on type_form_. Props nbachiyski. fixes #6585
git-svn-id: https://develop.svn.wordpress.org/trunk@10709 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 22:48:02 +00:00
Ryan Boren d6978c424f Fix calendar widget when there are no posts. Optimize query. Props Denis-de-Bernardy. fixes #6442
git-svn-id: https://develop.svn.wordpress.org/trunk@10708 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 22:28:45 +00:00
Ryan Boren b5d7564f50 Add compat for mb_substr rather than mb_strcut. fixes #9055
git-svn-id: https://develop.svn.wordpress.org/trunk@10707 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 22:05:49 +00:00
Ryan Boren e38f8c8c94 Don't process page template description since it is not used. Props simonwheatley. fixes #7850
git-svn-id: https://develop.svn.wordpress.org/trunk@10706 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 20:51:06 +00:00
Ryan Boren a2e52bff99 Check admin_url() when redirecting to profile. Props drossy. fixes #8493
git-svn-id: https://develop.svn.wordpress.org/trunk@10705 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 20:34:52 +00:00
Ryan Boren 5f5744e143 Allow comments_popup_link() for is_single and is_page. Props AaronCampbell, sivel. fixes #4832
git-svn-id: https://develop.svn.wordpress.org/trunk@10704 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 20:26:56 +00:00
Ryan Boren 3548fa79f9 Deprecate get_category_children(). Props filosofo. fixes #9007
git-svn-id: https://develop.svn.wordpress.org/trunk@10703 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 19:53:17 +00:00
Ryan Boren 8e9edf3e5a Use mb_substr instead of mb_strcut in wp_html_excerpt. Props demetris. fixes #9055
git-svn-id: https://develop.svn.wordpress.org/trunk@10702 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 19:41:18 +00:00
Ryan Boren e6f9b2ae63 Avoid double encoding of attachment descriptions. Props dwc. fixes #9168 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10700 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 19:37:33 +00:00
Ryan Boren 13dc24e8e0 Nested install fixes. Props sivel. fixes #7997 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10698 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 19:30:16 +00:00
Ryan Boren ee2a7bf311 Add RSS Error handling functionality to RSS Widget displays. Props DD32. fixes #9273
git-svn-id: https://develop.svn.wordpress.org/trunk@10697 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 19:24:48 +00:00
Andrew Ozz 37664340f5 Show file url after upload form media library, props yoavf, fixes #9267
git-svn-id: https://develop.svn.wordpress.org/trunk@10696 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 08:22:25 +00:00
Peter Westwood 891e588a54 Display the search query when searching users. Fixes #9265 for trunk props johnbillion.
git-svn-id: https://develop.svn.wordpress.org/trunk@10694 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 08:16:53 +00:00
Peter Westwood 71502d6382 Syncronise the queries used for attachment slug uniqueness checking. Fixes #4396 props futurix and Nazgul.
git-svn-id: https://develop.svn.wordpress.org/trunk@10693 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 08:03:02 +00:00
Peter Westwood a179893991 First pass of HTTP Proxy support. See #4011 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@10692 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 07:28:39 +00:00
Ryan Boren 76a0466145 Add auth_cookie_expiration filter
git-svn-id: https://develop.svn.wordpress.org/trunk@10691 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-03 22:51:55 +00:00
Peter Westwood a2f0424476 The url for the time-since plugin has changed. Fixes #7250 props Paveo.
git-svn-id: https://develop.svn.wordpress.org/trunk@10690 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-03 22:08:50 +00:00
Peter Westwood 2146937638 Improve the description for the default comment status. Fixes #8894 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@10689 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-03 21:08:02 +00:00
Ryan Boren 91e3bd9358 Pass blog charset to html_entity_decode(). Props adferguson. fixes #7563
git-svn-id: https://develop.svn.wordpress.org/trunk@10688 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-03 18:37:25 +00:00
Ryan Boren b68fd0794e Use WordPress HTTP class for SimplePie requests. Props DD32. fixes #9247
git-svn-id: https://develop.svn.wordpress.org/trunk@10687 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-03 17:41:01 +00:00
Ryan Boren 1a57debcdd Add media_row_actions filter. Props johnbillion. fixes #9172
git-svn-id: https://develop.svn.wordpress.org/trunk@10686 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-03 17:25:31 +00:00
Ryan Boren 0a4022978b Add auth_redirect action
git-svn-id: https://develop.svn.wordpress.org/trunk@10685 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-02 23:42:28 +00:00
Ryan Boren 6a301a48c4 Require user to be logged in to comment on private posts. Props tott. see #8997
git-svn-id: https://develop.svn.wordpress.org/trunk@10684 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-02 22:42:22 +00:00