Commit Graph

4544 Commits

Author SHA1 Message Date
Ryan Boren d03ab79a73 rename simplepie.inc to class-simplepie.php. fixes #9295
git-svn-id: https://develop.svn.wordpress.org/trunk@10747 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-09 00:25:48 +00:00
Andrew Ozz 7077851ba0 Remember scrollTop in Quicktags, props gmpfree, fixes #9161
git-svn-id: https://develop.svn.wordpress.org/trunk@10745 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-08 06:10:28 +00:00
Andrew Ozz 0f0186dc3c Add alt text and filter to wp_get_attachment_image(), props Sam_a, fixes #8732
git-svn-id: https://develop.svn.wordpress.org/trunk@10744 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-08 05:42:17 +00:00
Andrew Ozz 82cf6e6383 Better error handling and display in the RSS widget, props DD32, fixes #8495
git-svn-id: https://develop.svn.wordpress.org/trunk@10742 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-08 05:01:26 +00:00
Andrew Ozz 88cae82656 feed_links_extra() DRY, props scribu, fixes #9291
git-svn-id: https://develop.svn.wordpress.org/trunk@10741 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-07 21:34:01 +00:00
Andrew Ozz 5c0e3673e8 Updated List of HTTP status codes, props Askapache, fixes #9297
git-svn-id: https://develop.svn.wordpress.org/trunk@10740 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-07 21:05:54 +00:00
Andrew Ozz ec97268ea7 Add RSS Error handling functionality to RSS Widget displays, props DD32, fixes #9273
git-svn-id: https://develop.svn.wordpress.org/trunk@10739 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-07 19:44:28 +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
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
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 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 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 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 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 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
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
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 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 d268b67e84 Fix wp_authenticate_user hook
git-svn-id: https://develop.svn.wordpress.org/trunk@10683 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-02 22:25:55 +00:00
Peter Westwood 0560f26f76 Allow a plugin to change the jpeg image quality. Fixes #9245 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@10682 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-02 21:55:40 +00:00
Ryan Boren 5b4d3c536d Add some error feedback to ajax comment moderation. see #9261
git-svn-id: https://develop.svn.wordpress.org/trunk@10681 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-02 21:48:37 +00:00
Andrew Ozz bac97149c1 Fix typo, props sambauers
git-svn-id: https://develop.svn.wordpress.org/trunk@10678 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-02 00:28:52 +00:00
Ryan Boren 7a11e84775 Escape hyphen in regex. Props chrisbliss18. fixes #8548 #9244
git-svn-id: https://develop.svn.wordpress.org/trunk@10676 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-01 19:57:37 +00:00
Peter Westwood 17b27fa618 Make the exit call explicit so that it works. Fixes #9248.
git-svn-id: https://develop.svn.wordpress.org/trunk@10672 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-28 09:30:46 +00:00
Ryan Boren 148083569f phpdoc for fetch_feed(). Props rmmcue. see #9198
git-svn-id: https://develop.svn.wordpress.org/trunk@10671 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-28 01:50:47 +00:00
Peter Westwood 1a9d6601e2 Don't pass defaulted argument to checked(). Fixes #9032 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@10670 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-27 22:15:14 +00:00
Ryan Boren 6ce7b43cbd Display more theme info. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10668 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-27 21:22:49 +00:00
Ryan Boren 7062db47c2 Use SimplePie for widget and dashboard feeds. First cut. see #9198
git-svn-id: https://develop.svn.wordpress.org/trunk@10666 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-27 19:32:50 +00:00
Ryan Boren 8bab50a649 Fix inverted login in get_transient().
git-svn-id: https://develop.svn.wordpress.org/trunk@10665 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-27 19:21:41 +00:00
Peter Westwood 1a7364a396 Add (get_)the_modified_author template tags. Fixes #9154 props tomontoast.
git-svn-id: https://develop.svn.wordpress.org/trunk@10661 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-27 17:54:47 +00:00
Peter Westwood 8b613d0854 Put search string into <title> of search results page. Fixes #9103 props DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@10660 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-27 17:46:13 +00:00
Peter Westwood 0477e4426d Fix regression in shortcode behaviour. Fixes #9238 props tellyworth.
git-svn-id: https://develop.svn.wordpress.org/trunk@10658 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-27 17:01:59 +00:00
Ryan Boren b5069e62f4 Hide theme details. See #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10655 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-26 07:54:33 +00:00
Ryan Boren 7fee5dee72 Revert get_calendar() changes from [10602]. Broke calendar links. see #8351
git-svn-id: https://develop.svn.wordpress.org/trunk@10646 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-25 17:09:29 +00:00
Ryan Boren 62accc75a9 wp_list_authors fixes. Props hailin. fixes #9229
git-svn-id: https://develop.svn.wordpress.org/trunk@10644 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-25 01:13:32 +00:00
Peter Westwood 7410e96063 Refactor the ssl blacklisting support info the individual test functions. Fixes #9078 props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@10642 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-24 19:37:02 +00:00
Andrew Ozz fd98e9081c Allow the dashboard widgets to be arranged in up to four columns. The number of columns can be selected from the Screen Options tab.
git-svn-id: https://develop.svn.wordpress.org/trunk@10641 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-24 02:37:22 +00:00