Ryan Boren
|
cf340322af
|
Move archives widget to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10794 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-16 21:44:36 +00:00 |
|
Andrew Ozz
|
09961ff3ac
|
Add sort order for the gallery in the uploader
git-svn-id: https://develop.svn.wordpress.org/trunk@10793 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-16 13:05:09 +00:00 |
|
Andrew Ozz
|
d3d2d3ba28
|
TinyMCE 3.2.2
git-svn-id: https://develop.svn.wordpress.org/trunk@10791 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-15 16:55:49 +00:00 |
|
Andrew Ozz
|
7efda16c61
|
Fix php warning in widgets.php, props zeronex, fixes #9330
git-svn-id: https://develop.svn.wordpress.org/trunk@10789 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-15 11:18:09 +00:00 |
|
Andrew Ozz
|
2327dd41c7
|
Theme install style tweaks, see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10788 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-15 11:04:34 +00:00 |
|
Ryan Boren
|
5685b381a9
|
Prune. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10786 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-14 17:25:59 +00:00 |
|
Ryan Boren
|
5ec8505579
|
Convert pages to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10785 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-14 17:24:11 +00:00 |
|
Ryan Boren
|
d20a34c176
|
Convert search to WP_Widget. Handle upgrade of widgets without settings. Make form and update override optional. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10784 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-14 16:34:08 +00:00 |
|
Andrew Ozz
|
a23fda87b3
|
Fix regex in sanitize_email(), props sambauers, see #9316
git-svn-id: https://develop.svn.wordpress.org/trunk@10783 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-14 01:35:47 +00:00 |
|
Ryan Boren
|
b114706bcb
|
s/WP_Widgets/WP_Widget/ and move class to widgets.php
git-svn-id: https://develop.svn.wordpress.org/trunk@10782 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-13 23:18:57 +00:00 |
|
Andrew Ozz
|
3689f64ee3
|
WP_Widgets: make save_settings() and get_settings() separate methods, convert defined single widgets settings to multi-widget format, small fixes for the Links widget, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10781 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-13 22:27:38 +00:00 |
|
Ryan Boren
|
a8f8d9bdad
|
Remove category ordering. Props filosofo. fixes #9228
git-svn-id: https://develop.svn.wordpress.org/trunk@10779 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-13 22:01:33 +00:00 |
|
Ryan Boren
|
bcdc0c5021
|
get_comment_link filter. Props Viper007Bond. fixes #9327
git-svn-id: https://develop.svn.wordpress.org/trunk@10778 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-13 21:58:18 +00:00 |
|
Andrew Ozz
|
297703490b
|
Fix regex function in sanitize_email(), see #9316
git-svn-id: https://develop.svn.wordpress.org/trunk@10777 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-13 19:04:39 +00:00 |
|
Ryan Boren
|
5d8651d6f3
|
gettext comments. Props nbachiyski. see #9112
git-svn-id: https://develop.svn.wordpress.org/trunk@10774 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-13 03:53:39 +00:00 |
|
Ryan Boren
|
6882d8299f
|
Add core_version_check_locale filter. Props nbachiyski. see #8729
git-svn-id: https://develop.svn.wordpress.org/trunk@10772 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-11 23:37:33 +00:00 |
|
Ryan Boren
|
89c67a8b40
|
Improved is_email() and sanitize_email(). Props sambauers. fixes #9316 #4616
git-svn-id: https://develop.svn.wordpress.org/trunk@10769 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-11 15:26:34 +00:00 |
|
Ryan Boren
|
459a1abca8
|
Set autoload in populate options query
git-svn-id: https://develop.svn.wordpress.org/trunk@10768 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-11 01:07:12 +00:00 |
|
Ryan Boren
|
1952e923f8
|
gettext contexts. Props nbachiyski. see #9112
git-svn-id: https://develop.svn.wordpress.org/trunk@10767 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-10 23:02:29 +00:00 |
|
Mark Jaquith
|
842a28e67c
|
Introducing plugin_dir_path(__FILE__) and plugin_dir_url(__FILE__) ... simple API functions for determining the directory path/url of the current plugin file
git-svn-id: https://develop.svn.wordpress.org/trunk@10765 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-10 19:50:55 +00:00 |
|
Andrew Ozz
|
bcb764b964
|
Add WP_Widget class, first run - only the Links widget is using it at the moment, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10764 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-10 19:42:22 +00:00 |
|
Ryan Boren
|
a1c34fd65d
|
Reparent children when deleting a comment. Props vladimir_kolesnikov. fixes #9003
git-svn-id: https://develop.svn.wordpress.org/trunk@10762 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-10 19:02:27 +00:00 |
|
Ryan Boren
|
ae126fa1f8
|
Remove leading newlines. Props filosofo. fixes #9096
git-svn-id: https://develop.svn.wordpress.org/trunk@10758 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-10 18:25:04 +00:00 |
|
Ryan Boren
|
b3564121ba
|
Show DST info. Map old offest to Etc zones. Props Otto42. see #3962
git-svn-id: https://develop.svn.wordpress.org/trunk@10757 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-10 16:14:50 +00:00 |
|
Ryan Boren
|
47ddb47954
|
Filter continents in the first loop. see #3962
git-svn-id: https://develop.svn.wordpress.org/trunk@10756 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-10 15:26:52 +00:00 |
|
Ryan Boren
|
e370b4740f
|
Exclude deprecated timezones. see #3962
git-svn-id: https://develop.svn.wordpress.org/trunk@10755 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-10 15:24:12 +00:00 |
|
Ryan Boren
|
2e9a9d1426
|
Timezone support. Props Otto42. see #3962
git-svn-id: https://develop.svn.wordpress.org/trunk@10753 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-10 00:50:00 +00:00 |
|
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 |
|
Peter Westwood
|
6ccd5c2540
|
Better Notice fixing and place a protective cast in the cookie handler. Fixes #9068 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@10639 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 21:55:49 +00:00 |
|
Ryan Boren
|
54b8501261
|
Don't trigger wp_login_failed action for empty usernames or passwords.
git-svn-id: https://develop.svn.wordpress.org/trunk@10638 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 17:33:02 +00:00 |
|
Ryan Boren
|
0e7b3c3903
|
set_object_terms action. Props filosofo. fixes #9216
git-svn-id: https://develop.svn.wordpress.org/trunk@10637 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 17:13:52 +00:00 |
|
Andrew Ozz
|
90787e8823
|
Fix wp_tag_cloud 'RAND' when only one tag, props DD32, fixes #9214
git-svn-id: https://develop.svn.wordpress.org/trunk@10636 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 09:12:59 +00:00 |
|
Andrew Ozz
|
05d5a09814
|
Fix typo and add some documentation to script_loader
git-svn-id: https://develop.svn.wordpress.org/trunk@10635 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 08:47:49 +00:00 |
|
Ryan Boren
|
4fecb1a03d
|
Fix notice. Props sivel. fixes #9068
git-svn-id: https://develop.svn.wordpress.org/trunk@10633 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 06:40:03 +00:00 |
|
Ryan Boren
|
a6850c37ee
|
Remove extra new line after generator. fixes #9095
git-svn-id: https://develop.svn.wordpress.org/trunk@10630 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 05:24:14 +00:00 |
|
Peter Westwood
|
8500070897
|
Wrap the apply_filters call in a function_exists check as this can be called before it is defined. See #9205.
git-svn-id: https://develop.svn.wordpress.org/trunk@10626 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-22 10:09:30 +00:00 |
|
Peter Westwood
|
a79d06b51d
|
Add support for blocking all outbound HTTP requests. Improve HTTP Api phpdoc. Tidy up the poetry. Fixes #8927 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@10625 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-22 09:58:47 +00:00 |
|
Ryan Boren
|
2e0c713ea8
|
Escape before passing to insert/update post. Props hailin. fixes #9199 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10620 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-22 00:35:42 +00:00 |
|
Peter Westwood
|
271e0f7742
|
Allow for the HTTP headers returned by WordPress to be filtered by a plugin. Fixes #9205 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@10619 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-21 21:39:06 +00:00 |
|
Peter Westwood
|
cc6baace8f
|
Remove version check against PHP 4.3.0 as this is the minimum version for WordPress. Fixes #9204 for trunk prop filosofo
git-svn-id: https://develop.svn.wordpress.org/trunk@10617 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-21 17:22:18 +00:00 |
|
Andrew Ozz
|
b5e8ea9436
|
Fix regex in function rss_enclosure(), fixes #9192
git-svn-id: https://develop.svn.wordpress.org/trunk@10615 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-21 06:14:52 +00:00 |
|
Andrew Ozz
|
c4e96ccd38
|
Add CodePress syntax highlighting to Theme and Plugin editors (first run), props beaulebens, see #9173
git-svn-id: https://develop.svn.wordpress.org/trunk@10614 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-21 02:12:00 +00:00 |
|
Ryan Boren
|
34994fca8b
|
Force term ID to be an int. Props filosofo. fixes #9193
git-svn-id: https://develop.svn.wordpress.org/trunk@10613 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-20 23:31:46 +00:00 |
|
Ryan Boren
|
854a8d6341
|
Use _n(). Props nbachiyski. fixes #9111
git-svn-id: https://develop.svn.wordpress.org/trunk@10606 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-20 19:35:16 +00:00 |
|
Ryan Boren
|
37b231b542
|
Use mysql_real_escape_string() only in prepare(), insert(), and update(). escape() uses addslashes only. Add array support to escape(). see #9189
git-svn-id: https://develop.svn.wordpress.org/trunk@10604 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-20 19:05:12 +00:00 |
|
Ryan Boren
|
999851f2cb
|
Add expiration for transients
git-svn-id: https://develop.svn.wordpress.org/trunk@10603 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-20 02:23:11 +00:00 |
|
Ryan Boren
|
f90ad3f54d
|
Better archives and calendar queries. Props vladimir_kolesnikov. fixes #8351
git-svn-id: https://develop.svn.wordpress.org/trunk@10602 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 22:53:19 +00:00 |
|
Ryan Boren
|
843229bc36
|
Remove meta_value from selected fields. Props filosofo. fixes #9177
git-svn-id: https://develop.svn.wordpress.org/trunk@10600 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 19:19:20 +00:00 |
|
Ryan Boren
|
023dca55ec
|
Use group by for meta key queries. Props filosofo. fixes #9167 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10598 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 19:17:06 +00:00 |
|
Ryan Boren
|
e09712d208
|
Use real escape in environments that support it. see #5455
git-svn-id: https://develop.svn.wordpress.org/trunk@10597 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 19:01:57 +00:00 |
|
Andrew Ozz
|
c1eaa022ba
|
Don't block the Publish button after adding new category, fixes #9174
git-svn-id: https://develop.svn.wordpress.org/trunk@10596 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 18:49:47 +00:00 |
|
Ryan Boren
|
db9f12a3be
|
Include ID in get_users_of_blog() results. Props jeremyclarke and filosofo. fixes #9020
git-svn-id: https://develop.svn.wordpress.org/trunk@10595 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 18:42:18 +00:00 |
|
Ryan Boren
|
bc444b8594
|
Make can_compress_scripts a site option. Add site option wrappers for WP.
git-svn-id: https://develop.svn.wordpress.org/trunk@10593 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-18 23:38:11 +00:00 |
|
Ryan Boren
|
9341c41142
|
More theme preview tidying. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10592 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-18 22:32:42 +00:00 |
|
Ryan Boren
|
dfc5340e6a
|
Fix preview for theme installer. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10590 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-18 21:55:00 +00:00 |
|
Ryan Boren
|
bc924291b2
|
Switch to pomo lib. Support gettext contexts. Deprecate long form functions. Props nbachiyski. fixes #9112 #9111
git-svn-id: https://develop.svn.wordpress.org/trunk@10584 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-17 05:03:29 +00:00 |
|
Ryan Boren
|
283843ddb1
|
Check for new version when visiting Tools->Upgrade. fixes #9108
git-svn-id: https://develop.svn.wordpress.org/trunk@10583 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-17 00:13:25 +00:00 |
|
Andrew Ozz
|
26cf5ed6a8
|
Revert to jQuery 1.2.6 until jQuery UI 1.7 is ready, see #8867
git-svn-id: https://develop.svn.wordpress.org/trunk@10581 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-16 22:02:07 +00:00 |
|
Ryan Boren
|
23af8f4060
|
discover_pingback_server_uri optimizations. Props DD32. fixes #8816
git-svn-id: https://develop.svn.wordpress.org/trunk@10579 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 20:56:54 +00:00 |
|
Peter Westwood
|
cebaec1ed5
|
Extend plugins_url to allow you to specify the plugin file you want to be relative to so slugs don't need to be hardcoded. Fixes #6341.
git-svn-id: https://develop.svn.wordpress.org/trunk@10578 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 16:50:45 +00:00 |
|
Peter Westwood
|
ab26eb60bc
|
If we have to generate people salts then make them 64 chars long. Fixes #8647 props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@10577 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 16:21:28 +00:00 |
|
Peter Westwood
|
7fe219e776
|
Introduce a simple mechanism for escaping shortcodes by doubling the [[]]. Fixes #6518 props tellyworth.
git-svn-id: https://develop.svn.wordpress.org/trunk@10576 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 16:01:14 +00:00 |
|
Peter Westwood
|
fbee65f20e
|
Add documentation to detail reasoning for default from address. See #5007 props pishmishy
git-svn-id: https://develop.svn.wordpress.org/trunk@10575 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 13:31:43 +00:00 |
|
Peter Westwood
|
306580c200
|
Use # as the delimiter for preg_match in rewrite rules to allow them to contain !. Fixes #7486 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@10573 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 11:16:54 +00:00 |
|
Peter Westwood
|
101cdfa815
|
Expose the ability to find out if styles, scripts have already been queued. Fixes #6197 props jacobsantos
git-svn-id: https://develop.svn.wordpress.org/trunk@10572 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 11:04:42 +00:00 |
|
Peter Westwood
|
43cffc6a16
|
Set the correct header for non POST request to xmlrpc service. Fixes #9093 props joesphscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@10571 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 10:44:36 +00:00 |
|
Peter Westwood
|
3dfe6e23ab
|
Enhance wp_list_authors() to support more of the standard output options. Props jacobsantos see #4420.
git-svn-id: https://develop.svn.wordpress.org/trunk@10570 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 09:06:24 +00:00 |
|
Ryan Boren
|
7822f3aad9
|
Handle empty pairs in cookies. Props DD32. fixes #9101
git-svn-id: https://develop.svn.wordpress.org/trunk@10565 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-12 20:44:34 +00:00 |
|
Ryan Boren
|
38845db326
|
Disambiguate 'Approved' translation. Props nbachiyski. fixes #8638
git-svn-id: https://develop.svn.wordpress.org/trunk@10564 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-12 20:42:04 +00:00 |
|
Ryan Boren
|
3a82ccc318
|
Add cookies arg to defaults to avoid warnings. Props beaulebens. fixes #9049
git-svn-id: https://develop.svn.wordpress.org/trunk@10563 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-12 20:37:23 +00:00 |
|
Ryan Boren
|
d27d34793d
|
Handle links with parens in make_clickable(). Props filosofo. fixes #8300
git-svn-id: https://develop.svn.wordpress.org/trunk@10562 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-12 19:52:43 +00:00 |
|
Andrew Ozz
|
0b4692c400
|
Feed links: fix arg name, props nbachiyski, fixes #8878
git-svn-id: https://develop.svn.wordpress.org/trunk@10558 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-12 08:52:08 +00:00 |
|
Andrew Ozz
|
ab056a19be
|
Custom taxonomies support: quick edit, delete, show in the menu
git-svn-id: https://develop.svn.wordpress.org/trunk@10557 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-12 08:00:29 +00:00 |
|
Ryan Boren
|
0066076858
|
Add taxonomy argument to wp_tag_cloud()
git-svn-id: https://develop.svn.wordpress.org/trunk@10554 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 23:41:29 +00:00 |
|
Ryan Boren
|
a99acb3cfd
|
Rough first cut of theme browser/installer. Props DD32. see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10553 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 23:10:11 +00:00 |
|
Ryan Boren
|
f135b8cabe
|
Commit hook test. fixes #9099
git-svn-id: https://develop.svn.wordpress.org/trunk@10550 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 20:18:33 +00:00 |
|
Ryan Boren
|
9c4b03dc58
|
Commit hook test. fixes #9099
git-svn-id: https://develop.svn.wordpress.org/trunk@10549 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 20:18:00 +00:00 |
|
Ryan Boren
|
3efaafdb54
|
Commit hook test. fixes #9099
git-svn-id: https://develop.svn.wordpress.org/trunk@10548 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 20:15:57 +00:00 |
|
Ryan Boren
|
d468840ea9
|
Commit hook test. fixes #9099
git-svn-id: https://develop.svn.wordpress.org/trunk@10547 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 20:11:13 +00:00 |
|
Ryan Boren
|
fc2ca88530
|
Commit hook test. fixes #9099
git-svn-id: https://develop.svn.wordpress.org/trunk@10546 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 20:09:46 +00:00 |
|
Ryan Boren
|
8e33927ed1
|
Commit hook test. fixes #9099
git-svn-id: https://develop.svn.wordpress.org/trunk@10545 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 20:00:30 +00:00 |
|
Ryan Boren
|
3d71d8a32a
|
Use right variable name. Props stringfold. fixes #9090 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10543 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-11 19:36:32 +00:00 |
|
Ryan Boren
|
5448fc8160
|
If no angle brackets, assume email address. Props donncha. fixes #9086 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10541 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 23:51:51 +00:00 |
|
Andrew Ozz
|
b3baf2224a
|
Documentation correction: absint(), props mdawaffe, fixes #9079
git-svn-id: https://develop.svn.wordpress.org/trunk@10540 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 21:17:44 +00:00 |
|
Andrew Ozz
|
db63b501d4
|
Make comment_karma accessible from normal comment API functions, props beaulebens, fixes #9085
git-svn-id: https://develop.svn.wordpress.org/trunk@10536 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 19:16:00 +00:00 |
|
Andrew Ozz
|
7e98d2b7f8
|
Documentation correction: is_active_widget(), props mdawaffe, fixes #9080
git-svn-id: https://develop.svn.wordpress.org/trunk@10535 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 15:22:08 +00:00 |
|
Andrew Ozz
|
bfe3dfd22d
|
Automatic fees links: better option name and grammar fix for translation comment, props Viper007Bond, fixes #8878
git-svn-id: https://develop.svn.wordpress.org/trunk@10534 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 14:36:14 +00:00 |
|
Ryan Boren
|
49a72a40f6
|
Add transient_* filter. see #9048
git-svn-id: https://develop.svn.wordpress.org/trunk@10533 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 06:26:46 +00:00 |
|
Ryan Boren
|
c85b18238a
|
Add some attribute_escape()s for good measure. see #8878
git-svn-id: https://develop.svn.wordpress.org/trunk@10532 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-09 22:59:54 +00:00 |
|
Andrew Ozz
|
d74690aa2e
|
Don't ask for confirmation when marking a comment as spam
git-svn-id: https://develop.svn.wordpress.org/trunk@10531 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-09 22:46:27 +00:00 |
|
Andrew Ozz
|
99b02478a9
|
Remove no-js.css, add the styles to admin-header instead
git-svn-id: https://develop.svn.wordpress.org/trunk@10529 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-09 13:50:35 +00:00 |
|
Andrew Ozz
|
8f2083b8da
|
Autosave post/page when pressing Control/Command+S in TinyMCE, props srobbin, fixes #9060
git-svn-id: https://develop.svn.wordpress.org/trunk@10528 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-08 18:37:47 +00:00 |
|
Andrew Ozz
|
2ffb3663e4
|
Reduce backtracking in autop, fixes #6877, see #8553
git-svn-id: https://develop.svn.wordpress.org/trunk@10527 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-08 16:08:02 +00:00 |
|
Andrew Ozz
|
c58b656d42
|
Add filter for local connection ssl verify to cron spawning, props sivel, see #8702
git-svn-id: https://develop.svn.wordpress.org/trunk@10526 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-08 15:26:16 +00:00 |
|
Andrew Ozz
|
c676499d51
|
Fix permalink editor for pages, hide "View Post" button while editing permalink, fixes #9040
git-svn-id: https://develop.svn.wordpress.org/trunk@10525 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-08 13:38:02 +00:00 |
|
Andrew Ozz
|
40a91afb5d
|
Fix PHP notices in HTTP API Cookies, props beaulebens, fixes #9068
git-svn-id: https://develop.svn.wordpress.org/trunk@10524 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-08 04:20:34 +00:00 |
|
Andrew Ozz
|
aa574da3db
|
Fix PHP notice in force_balance_tags(), props beaulebens, fixes #9067
git-svn-id: https://develop.svn.wordpress.org/trunk@10523 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-08 04:16:58 +00:00 |
|
Andrew Ozz
|
d08b1b842d
|
Fix delete warnings for categories, link categories, tags and comments, fixes #9050
git-svn-id: https://develop.svn.wordpress.org/trunk@10522 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-07 15:26:01 +00:00 |
|
Andrew Ozz
|
ccaf039e0d
|
Cron spawning improvement, see #9005
git-svn-id: https://develop.svn.wordpress.org/trunk@10521 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-07 13:32:34 +00:00 |
|
Andrew Ozz
|
0603592697
|
Fix wp_get_attachment_link(), props noel, fixes #9036
git-svn-id: https://develop.svn.wordpress.org/trunk@10520 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-07 02:58:21 +00:00 |
|
Ryan Boren
|
17a19d056b
|
Use transient for doing_cron. see #9048
git-svn-id: https://develop.svn.wordpress.org/trunk@10519 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-06 22:25:35 +00:00 |
|
Ryan Boren
|
4e52545293
|
Use transient for update_core, update_plugins, update_themes. see #9048
git-svn-id: https://develop.svn.wordpress.org/trunk@10515 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-06 18:06:20 +00:00 |
|
Andrew Ozz
|
ac427bbdcc
|
Require smilies to be surrounded by spaces or be at the beginning or end of the line, see #6464
git-svn-id: https://develop.svn.wordpress.org/trunk@10514 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-06 03:42:48 +00:00 |
|
Ryan Boren
|
cb96fac899
|
Cookie support for HTTP API. Props beaulebens. fixes #9049 #9037 #8727
git-svn-id: https://develop.svn.wordpress.org/trunk@10512 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-05 21:59:37 +00:00 |
|
Ryan Boren
|
88b2fb0884
|
HTTP API updates and fixes. Props sivel. see #8702
git-svn-id: https://develop.svn.wordpress.org/trunk@10509 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-05 20:47:46 +00:00 |
|
Ryan Boren
|
c34a272b1e
|
Revert 10507. Had extra bits in. see #8702
git-svn-id: https://develop.svn.wordpress.org/trunk@10508 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-05 20:47:30 +00:00 |
|
Ryan Boren
|
c0ece11af5
|
HTTP API updates and fixes. Props sivel. see #8702
git-svn-id: https://develop.svn.wordpress.org/trunk@10507 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-05 20:46:39 +00:00 |
|
Mark Jaquith
|
7cdfccc12f
|
Strip /feed/ endings even if they are not at the very end, in canonical. props jhodgdon. fixes #8642 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10505 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-04 23:07:41 +00:00 |
|
Peter Westwood
|
0f8e0c3b74
|
Respect the translation argument of mysql2date again. Fixes #9035 and #8989.
git-svn-id: https://develop.svn.wordpress.org/trunk@10504 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-04 21:45:55 +00:00 |
|
Ryan Boren
|
4ad180ca5b
|
Obey post_type. Props filosofo. fixes #8872
git-svn-id: https://develop.svn.wordpress.org/trunk@10503 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-04 20:32:27 +00:00 |
|
Ryan Boren
|
7bf2f59881
|
Allow + in mime type regex. Props Sam_a. fixes #8991
git-svn-id: https://develop.svn.wordpress.org/trunk@10502 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-04 20:27:30 +00:00 |
|
Andrew Ozz
|
e29eda95c4
|
Allow shortcodes inside caption boxes, props Viper007Bond, fixes #9022
git-svn-id: https://develop.svn.wordpress.org/trunk@10498 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-04 17:07:26 +00:00 |
|
Andrew Ozz
|
6dd4f1ee1f
|
Load farbtastic.js has to be loaded in the head, see #8628
git-svn-id: https://develop.svn.wordpress.org/trunk@10496 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-04 15:47:08 +00:00 |
|
Andrew Ozz
|
75c6fc4c3a
|
wp_get_attachment_link() variable upgrade, props noel, fixes #9036
git-svn-id: https://develop.svn.wordpress.org/trunk@10495 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-04 15:12:24 +00:00 |
|
Ryan Boren
|
9599eaa2ca
|
Respect time zone when displaying autosave and revision time. Props janbrasna, designsimply. fixes #8750 #6489 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10490 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-03 23:04:31 +00:00 |
|
Andrew Ozz
|
b297e484a4
|
Fix 'Screen Options' and 'Help' tabs in Safari, fixes #9021
git-svn-id: https://develop.svn.wordpress.org/trunk@10488 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-03 17:44:41 +00:00 |
|
Ryan Boren
|
ad71598fc8
|
Seed cookie hash key with a fragment from the password hash
git-svn-id: https://develop.svn.wordpress.org/trunk@10486 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-03 05:03:16 +00:00 |
|
Ryan Boren
|
940103ddc9
|
body_class(). Props ionfish. fixes #7939
git-svn-id: https://develop.svn.wordpress.org/trunk@10485 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-02 19:21:38 +00:00 |
|
Ryan Boren
|
73746940d9
|
Fix previewing of themes in subdirs. Props zedlander. fixes #8548
git-svn-id: https://develop.svn.wordpress.org/trunk@10483 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-02 19:17:14 +00:00 |
|
Andrew Ozz
|
7e830e17c4
|
Show comments on the Edit Post screen in separate postbox
git-svn-id: https://develop.svn.wordpress.org/trunk@10480 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-02 03:41:19 +00:00 |
|
Andrew Ozz
|
618503f902
|
Disable QuickPress buttons while saving, change "Cancel" to "Reset"
git-svn-id: https://develop.svn.wordpress.org/trunk@10479 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-02 01:43:56 +00:00 |
|
Andrew Ozz
|
4571d1758f
|
Fix most popular link category list, props chmac, fixes #9012
git-svn-id: https://develop.svn.wordpress.org/trunk@10477 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-01 23:52:10 +00:00 |
|
Andrew Ozz
|
13d3219317
|
Detect when the server compresses output, see #8628
git-svn-id: https://develop.svn.wordpress.org/trunk@10476 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-01 09:45:24 +00:00 |
|
Andrew Ozz
|
962dc22c5e
|
Spawn cron with AJAX request, see #9005
git-svn-id: https://develop.svn.wordpress.org/trunk@10474 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-31 02:23:24 +00:00 |
|
Ryan Boren
|
decf24ecb6
|
Lose hash check
git-svn-id: https://develop.svn.wordpress.org/trunk@10473 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-30 22:35:41 +00:00 |
|
Ryan Boren
|
27ddfadac3
|
Pluggables phpdoc updates. Props filosofo. fixes #9001
git-svn-id: https://develop.svn.wordpress.org/trunk@10469 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-30 18:08:28 +00:00 |
|
Andrew Ozz
|
0474a02663
|
Ensure get_the_title() is escaped in feed links, props Viper007Bond, fixes #8878
git-svn-id: https://develop.svn.wordpress.org/trunk@10467 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-30 13:50:08 +00:00 |
|
Ryan Boren
|
55c270d136
|
wp_insert_comment action
git-svn-id: https://develop.svn.wordpress.org/trunk@10465 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-29 22:22:20 +00:00 |
|
Ryan Boren
|
a93005de79
|
Update rewrite phpdoc. Props filosofo. fixes #8998
git-svn-id: https://develop.svn.wordpress.org/trunk@10464 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-29 22:11:27 +00:00 |
|
Peter Westwood
|
8aa657443e
|
Much better handling of wp-login.php page load. See #8938 props wnorris.
git-svn-id: https://develop.svn.wordpress.org/trunk@10463 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-29 21:30:16 +00:00 |
|
Ryan Boren
|
366a05425d
|
Use secure.gravatar.com for SSL avatar requests. fixes #8988 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10461 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-29 17:58:16 +00:00 |
|
Ryan Boren
|
560eacbb44
|
Add missing preg delimiters. Props ridgerunner. fixes #8986 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10459 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-29 17:46:31 +00:00 |
|
Andrew Ozz
|
d7acc77238
|
Make simple form validation and ajax-add new categories compatible with jQuery 1.3.1
git-svn-id: https://develop.svn.wordpress.org/trunk@10457 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-29 07:00:00 +00:00 |
|
Peter Westwood
|
0f07c161d7
|
Don't show the error on normal login page loads. See #8938.
git-svn-id: https://develop.svn.wordpress.org/trunk@10455 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-28 22:11:49 +00:00 |
|
Ryan Boren
|
d468232b26
|
Don't count emoticons toward link total. Props tott. fixes #8627 #7821 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10453 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-28 21:12:57 +00:00 |
|
Ryan Boren
|
ffd54c67a6
|
Include only approved comments when determining page of comment. Props GregMulhauser. fixes #8973 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10449 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-28 18:43:08 +00:00 |
|
Mark Jaquith
|
2e96af8795
|
Allow plugins to provide a canonical redirect_url even if WordPress does not provide its own. props wnorris. fixes #8975 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10448 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-28 08:47:42 +00:00 |
|
Andrew Ozz
|
fd2d60391f
|
Remove events from categories chechboxes in quick edit to speed up page unload, see #8957
git-svn-id: https://develop.svn.wordpress.org/trunk@10444 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-26 14:23:39 +00:00 |
|
Andrew Ozz
|
1f6ba467ca
|
Load the minified versions of the scripts by default, define('SCRIPT_DEBUG', true); can be used to load the development versions
git-svn-id: https://develop.svn.wordpress.org/trunk@10443 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-26 13:24:44 +00:00 |
|
Andrew Ozz
|
4d58681aa4
|
Improvements to the script loader: allows plugins to queue scripts for the front end head and footer, adds hooks for server side caching of compressed scripts, adds support for ENFORCE_GZIP constant (deflate is used by default since it's faster), see #8628, fixes #8884
git-svn-id: https://develop.svn.wordpress.org/trunk@10442 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-26 12:59:10 +00:00 |
|
Andrew Ozz
|
ecd158c24b
|
Fix non-critical bug in suggest.js and prepare it for minifying
git-svn-id: https://develop.svn.wordpress.org/trunk@10441 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-26 12:09:27 +00:00 |
|
Andrew Ozz
|
8825ac5405
|
jQuery 1.3.1
git-svn-id: https://develop.svn.wordpress.org/trunk@10440 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-26 09:33:53 +00:00 |
|
Peter Westwood
|
04d6ffe39b
|
Make authentication more pluggable than ever before. See #8938 props wnorris.
git-svn-id: https://develop.svn.wordpress.org/trunk@10437 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-24 22:38:19 +00:00 |
|
Peter Westwood
|
77e96d6acf
|
Setup an initial value to avoid a Notice. See #8916 props wnorris.
git-svn-id: https://develop.svn.wordpress.org/trunk@10436 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-24 22:22:36 +00:00 |
|
Andrew Ozz
|
9fd8865512
|
Fix Thickbox positioning for browsers pretending to be IE6, props Denis-de-Bernardy, fixes #8933 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10428 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-24 11:58:21 +00:00 |
|
Andrew Ozz
|
358a5e681a
|
Add classes to "edit_comment_link" and "edit_post_link", props yoavf, fixes #8945 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10426 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-24 09:35:12 +00:00 |
|
Peter Westwood
|
f0734fb79c
|
Make the IXR debug classy. See #8916 props wnorris
git-svn-id: https://develop.svn.wordpress.org/trunk@10423 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-23 22:30:23 +00:00 |
|
Ryan Boren
|
a47e945236
|
Don't limit query when descending hierarchy. Props filosofo. fixes #8832
git-svn-id: https://develop.svn.wordpress.org/trunk@10416 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-22 22:59:29 +00:00 |
|
Peter Westwood
|
4b9f870485
|
PHPdoc updates. See €8805 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@10411 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-22 21:17:52 +00:00 |
|
Peter Westwood
|
1767554cde
|
First pass compression support for the HTTP API. See #8674 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@10410 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-22 21:16:11 +00:00 |
|
Peter Westwood
|
38ae553c14
|
Reduce code in mysql2date. Fixes #8166 props jacobsantos
git-svn-id: https://develop.svn.wordpress.org/trunk@10408 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-22 21:05:55 +00:00 |
|
Andrew Ozz
|
aa72ea0c2c
|
Fix tags suggest for post quick edit and bulk edit
git-svn-id: https://develop.svn.wordpress.org/trunk@10402 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-22 12:24:25 +00:00 |
|
Ryan Boren
|
0af7659d69
|
Move delete_attachment action up. Props filosofo. fixes #8909
git-svn-id: https://develop.svn.wordpress.org/trunk@10400 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-21 21:19:22 +00:00 |
|
Ryan Boren
|
c46a012328
|
Silence charset not supported warnings
git-svn-id: https://develop.svn.wordpress.org/trunk@10398 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-21 20:28:51 +00:00 |
|
Mark Jaquith
|
07cf58c881
|
Only redirect categories if one "cat" positive integer is specified. fixes #8784 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10396 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-21 19:47:51 +00:00 |
|
Ryan Boren
|
17eacc240c
|
Remove update_user_cache(). Long dead.
git-svn-id: https://develop.svn.wordpress.org/trunk@10395 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-21 19:21:51 +00:00 |
|
Ryan Boren
|
a60f3571bc
|
Revert accidental bits. see #8708
git-svn-id: https://develop.svn.wordpress.org/trunk@10386 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-20 20:55:57 +00:00 |
|
Ryan Boren
|
9dbfa279af
|
Use guid instead of link for atom comment IDs. fixes #8708 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10385 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-20 20:55:03 +00:00 |
|
Andrew Ozz
|
eef5b71258
|
Ensure translations are loaded properly in TinyMCE when using the compressed version
git-svn-id: https://develop.svn.wordpress.org/trunk@10384 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-20 20:31:31 +00:00 |
|
Andrew Ozz
|
19577d0a8d
|
Add support for automatic feed links in themes, props Viper007Bond, see #8878
git-svn-id: https://develop.svn.wordpress.org/trunk@10377 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-19 05:04:58 +00:00 |
|
Andrew Ozz
|
2a684445e6
|
Fix incorrect quote style in wp_specialchars, props sambauers, see #8767
git-svn-id: https://develop.svn.wordpress.org/trunk@10376 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-19 04:40:12 +00:00 |
|
Andrew Ozz
|
aae58c3556
|
Fix Press This tags input, fixes #8743
git-svn-id: https://develop.svn.wordpress.org/trunk@10374 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-18 00:56:15 +00:00 |
|
Andrew Ozz
|
8e68af3087
|
Use gzip instead of deflate as more servers seem to understand it, add separate switch for disabling CSS compression
git-svn-id: https://develop.svn.wordpress.org/trunk@10372 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-17 14:08:15 +00:00 |
|
Peter Westwood
|
733b554431
|
Update phpdoc for get_gmt_from_date(). Fixes #8869 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10370 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-17 10:20:49 +00:00 |
|
Andrew Ozz
|
38e3fc9d5a
|
Concatenated and compressed versions of the default TinyMCE scripts
git-svn-id: https://develop.svn.wordpress.org/trunk@10369 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-16 12:58:38 +00:00 |
|
Andrew Ozz
|
077ad7b58f
|
Stop notices when outputting concatenated scripts
git-svn-id: https://develop.svn.wordpress.org/trunk@10368 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-16 05:45:44 +00:00 |
|
Andrew Ozz
|
97839ac498
|
Let plugins register footer scripts easier and add filters to the concatenating functions
git-svn-id: https://develop.svn.wordpress.org/trunk@10367 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-15 19:50:23 +00:00 |
|
Andrew Ozz
|
5f38225a1c
|
Fix image insertion in IE7
git-svn-id: https://develop.svn.wordpress.org/trunk@10366 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-15 16:17:46 +00:00 |
|
Andrew Ozz
|
05e015dbf7
|
"Unstick" posts when deleting, fixes #8860
git-svn-id: https://develop.svn.wordpress.org/trunk@10363 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-15 00:47:56 +00:00 |
|
Andrew Ozz
|
f36563c215
|
Add action hook in admin footer so plugins can output scripts there on specific pages only, props GamerZ, fixes #8859
git-svn-id: https://develop.svn.wordpress.org/trunk@10362 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-15 00:08:20 +00:00 |
|
Ryan Boren
|
7d0211f12c
|
Don't return comment page links if paging is disabled. fixes #8824 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10361 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-14 23:06:46 +00:00 |
|
Andrew Ozz
|
d91d895369
|
jQuery 1.3 final
git-svn-id: https://develop.svn.wordpress.org/trunk@10360 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-14 21:55:26 +00:00 |
|
Peter Westwood
|
b646d66c7e
|
update phpdoc to hilight return of WP_Error objects on failures. See #8620.
git-svn-id: https://develop.svn.wordpress.org/trunk@10359 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-14 21:40:41 +00:00 |
|
Andrew Ozz
|
bdf9472e38
|
Remove unused var
git-svn-id: https://develop.svn.wordpress.org/trunk@10358 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-14 14:40:08 +00:00 |
|
Andrew Ozz
|
22eddf34d2
|
Split the script queue in head and footer part, concatenate and compress the default js and css, first run, see #8628
git-svn-id: https://develop.svn.wordpress.org/trunk@10357 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-14 14:18:51 +00:00 |
|
Andrew Ozz
|
1677a33778
|
Fix invalid HTML in get_search_form(), props jcraig90210, fixes #8851
git-svn-id: https://develop.svn.wordpress.org/trunk@10356 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-14 02:40:04 +00:00 |
|
Andrew Ozz
|
926adb5bcb
|
Speed up wp_specialchars, props sambauers, see #8767
git-svn-id: https://develop.svn.wordpress.org/trunk@10355 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-13 15:18:37 +00:00 |
|
Andrew Ozz
|
6912126d8f
|
Faster wp_clone function fix, props sambauers, fixes #8844 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10353 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-13 14:45:50 +00:00 |
|
Andrew Ozz
|
2237a6e4b8
|
jQuery 1.3RC2
git-svn-id: https://develop.svn.wordpress.org/trunk@10352 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-13 11:50:01 +00:00 |
|
Ryan Boren
|
09c323f120
|
Run version_compare only once for wp_clone(). Props sambauers. fixes #8844 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10350 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-13 06:31:58 +00:00 |
|
Andrew Ozz
|
2df4ac7356
|
Fix comment action links after quick editing and reloading of page on enter while quick editing.
git-svn-id: https://develop.svn.wordpress.org/trunk@10349 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-13 01:31:19 +00:00 |
|
Andrew Ozz
|
80fb5c79ce
|
Cleanup js files and prepare for concatenating, move most inline js to files
git-svn-id: https://develop.svn.wordpress.org/trunk@10348 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-12 13:43:17 +00:00 |
|
Andrew Ozz
|
0aa6a407e5
|
Remove unused category parent settings from inline-edit-tax.js
git-svn-id: https://develop.svn.wordpress.org/trunk@10342 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-10 14:09:06 +00:00 |
|
Andrew Ozz
|
abdc43a273
|
Add CSS class to "comment-reply-link", props yoavf, fixes #8836
git-svn-id: https://develop.svn.wordpress.org/trunk@10341 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-10 10:21:28 +00:00 |
|
Andrew Ozz
|
5996ed33f4
|
Move handlers.js out of swfupload-all.js for better compatibility/easier editing
git-svn-id: https://develop.svn.wordpress.org/trunk@10340 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-10 09:29:39 +00:00 |
|
Ryan Boren
|
2baa2f8e58
|
Use preg_replace_callback instead of preg_replace with eval. Props beaulebens. see #8689
git-svn-id: https://develop.svn.wordpress.org/trunk@10339 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-09 19:29:35 +00:00 |
|
Andrew Ozz
|
89a00376b4
|
TinyMCE: minify the custom plugins, remove unneeded CSS, load in the footer
git-svn-id: https://develop.svn.wordpress.org/trunk@10337 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-09 12:02:59 +00:00 |
|
Ryan Boren
|
d664f9888f
|
Fix paginate comment link slashing. Props AntonShevchuk. fixes #8821 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10335 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-08 18:26:52 +00:00 |
|
Ryan Boren
|
51406e542e
|
Clean comment link. Props nbachiyski. fixes #8405 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10332 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-08 04:31:08 +00:00 |
|
Andrew Ozz
|
ee334aaf40
|
jQuery 1.3b2 and related changes (jquery.js is not minified to aid testing)
git-svn-id: https://develop.svn.wordpress.org/trunk@10326 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-07 05:02:40 +00:00 |
|
Ryan Boren
|
34ba806985
|
Faster smilies. Props johanee. fixes #6464
git-svn-id: https://develop.svn.wordpress.org/trunk@10322 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-06 18:20:47 +00:00 |
|
Ryan Boren
|
fc9382deca
|
Fix URL checking and add phpdoc. Props jacobsantos. fixes #8787 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10320 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-06 17:29:24 +00:00 |
|
Andrew Ozz
|
823be602f4
|
Fix parse error.not well formed on XMLRPC request, props josephscott, fixes #7794
git-svn-id: https://develop.svn.wordpress.org/trunk@10318 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-06 05:28:53 +00:00 |
|
Andrew Ozz
|
9eda5b7f06
|
Fix ASC/DESC tag ordering by count, props mrmist, fixes #8609 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10316 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-06 00:34:31 +00:00 |
|
Ryan Boren
|
2719acb8ed
|
Default to empty array if sidebars_widgets is not set. Don't unset array_version if not set. fixes #8804 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10314 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-05 23:03:17 +00:00 |
|
Ryan Boren
|
67b4280125
|
Add support for custom headers in the IXR (XML-RPC) class. Props josephscott. fixes #8145
git-svn-id: https://develop.svn.wordpress.org/trunk@10313 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-05 21:32:04 +00:00 |
|
Ryan Boren
|
da013965d9
|
And instead of or. Props mercurix. fixes #8787 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10309 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-05 18:42:02 +00:00 |
|
Andrew Ozz
|
60f217cdc4
|
Clean URL in recent comments widget, props danlee, fixes #8691 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10308 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-05 12:02:05 +00:00 |
|
Andrew Ozz
|
e5745a3391
|
Add semicolon to Multi-Widget Example, props dcole07, fixes #8742 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10304 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-05 11:19:53 +00:00 |
|
Andrew Ozz
|
1d0781a8c8
|
Latest version of the patch for refactor filters to avoid potential XSS attacks, props sambauers and DD32, see #8767
git-svn-id: https://develop.svn.wordpress.org/trunk@10298 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-04 23:37:47 +00:00 |
|
Andrew Ozz
|
ec804d2905
|
Refactor filters to avoid potential XSS attacks, props sambauers and DD32, see #8767
git-svn-id: https://develop.svn.wordpress.org/trunk@10297 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-04 22:25:50 +00:00 |
|
Andrew Ozz
|
d049036ceb
|
Pass the URL to the 'http_request_args' filter, props DD32, fixes #8780
git-svn-id: https://develop.svn.wordpress.org/trunk@10294 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-04 04:34:01 +00:00 |
|
Andrew Ozz
|
416baab11a
|
Minify all js and add the non-minified files as .dev.js
git-svn-id: https://develop.svn.wordpress.org/trunk@10291 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-02 15:08:58 +00:00 |
|
Ryan Boren
|
c925939b3d
|
Pass ref in array to avoid warning. fixes #8766
git-svn-id: https://develop.svn.wordpress.org/trunk@10289 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-31 22:33:46 +00:00 |
|
Ryan Boren
|
e7cfd42af7
|
Remove debug. see #8757
git-svn-id: https://develop.svn.wordpress.org/trunk@10287 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-31 22:10:41 +00:00 |
|
Ryan Boren
|
03d8f39149
|
Turn off magic_quotes_sybase. It prevents addslashes from escaping backslashes. fixes #8757 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10286 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-31 22:09:57 +00:00 |
|
Ryan Boren
|
44363b9f5f
|
Chunked decoding fix from jacobsantos. fixes #8618
git-svn-id: https://develop.svn.wordpress.org/trunk@10283 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-31 03:02:53 +00:00 |
|
Ryan Boren
|
9563bbea98
|
Chunked decode fixes. Don't return WP_Error for body. Props jacobsantos. see #8618
git-svn-id: https://develop.svn.wordpress.org/trunk@10282 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-30 22:53:35 +00:00 |
|
Ryan Boren
|
601ba7bcf0
|
HTTP API debug and action for curl object. Props jacobsantos. see #8727
git-svn-id: https://develop.svn.wordpress.org/trunk@10281 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-30 22:45:51 +00:00 |
|
Ryan Boren
|
c2f108aec4
|
Don't assume page 1 when cpage is empty. Props filosofo. fixes #8630 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10277 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-30 22:32:43 +00:00 |
|
Ryan Boren
|
e7a5bb8295
|
Add exclude_tree for categories. Make exclude behave like exclude_tree when hierarchical to restore < 2.7 behavior. Props filosofo. fixes #8614 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10275 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-30 22:30:36 +00:00 |
|
Ryan Boren
|
00f96adf85
|
Close comments for old posts, pages, and attachments, not just posts. Props mrmist. fixes #8740
git-svn-id: https://develop.svn.wordpress.org/trunk@10273 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-30 20:09:40 +00:00 |
|
Ryan Boren
|
f04a7d1efa
|
phpdoc updates for wp_generate_password(). Props sivel. fixes #8688 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10271 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-30 19:47:59 +00:00 |
|
Ryan Boren
|
b6c647c017
|
Fix link_before and after args. Props ev3rywh3re. fixes #8715 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10269 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-30 19:41:53 +00:00 |
|
Ryan Boren
|
d02a3b83af
|
Fix html doctype check. Props zekrap. fixes #8745 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10265 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-30 18:35:31 +00:00 |
|
Andrew Ozz
|
077540b9af
|
Faster hide-if-no-js, if-js-closed, etc. needed when loading scripts in the footer.
git-svn-id: https://develop.svn.wordpress.org/trunk@10258 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-27 12:18:38 +00:00 |
|
Andrew Ozz
|
7a9c742af6
|
Fix uploaded media relative links when site has been moved, props DD32, fixes #8705 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10254 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-26 02:59:04 +00:00 |
|
Andrew Ozz
|
8630c259b1
|
Fix disabling of submit buttons while auto-saving for pages, props emartin24, fixes #8710 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10251 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-24 02:14:09 +00:00 |
|
Ryan Boren
|
be55326e50
|
Allow overriding cat walker. Props AaronCampbell. fixes #8682 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10246 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-23 12:52:37 +00:00 |
|
Ryan Boren
|
c5c0b4896f
|
Fix selected for none and all. Props filosofo. fixes #8700 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10243 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-23 12:51:12 +00:00 |
|
Ryan Boren
|
0cc431b007
|
Update secret-key url. Props sivel. fixes #8687 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10241 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-22 23:00:13 +00:00 |
|
Ryan Boren
|
001f4a16b8
|
get_previous_comments_link() and get_next_comments_link(). Props Viper007Bond. fixes #8058 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10239 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-22 19:33:09 +00:00 |
|
Peter Westwood
|
541a75aedf
|
Set the user-agent like we did before. See #8660
git-svn-id: https://develop.svn.wordpress.org/trunk@10238 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-21 21:52:15 +00:00 |
|
Andrew Ozz
|
64f41a22fb
|
htmlspecialchars_decode() for php versions less than 5.1, props sivel, fixes #8679
git-svn-id: https://develop.svn.wordpress.org/trunk@10236 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-21 09:03:23 +00:00 |
|
Andrew Ozz
|
9f66fcd434
|
Set parseInt() to use base 10 instead of detecting it, props projct, fixes #8659
git-svn-id: https://develop.svn.wordpress.org/trunk@10235 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-20 01:00:26 +00:00 |
|
Ryan Boren
|
35d982904f
|
cron phpdoc fixes. Props filosofo. fixes #8680 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10233 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-19 20:47:20 +00:00 |
|
Andrew Ozz
|
66f7ae27a4
|
Explicitly declare Javascript vars when created, props projct, fixes #8654, fixes #8655, fixes #8656, for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10232 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-19 20:33:44 +00:00 |
|
Ryan Boren
|
5161f00e3b
|
Allow custom page walker classes. Props MikeLittle. fixes #8673
git-svn-id: https://develop.svn.wordpress.org/trunk@10230 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-19 20:27:11 +00:00 |
|
Ryan Boren
|
cc7454270c
|
Make sure get_bookmarks cache is an array
git-svn-id: https://develop.svn.wordpress.org/trunk@10229 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-19 07:05:51 +00:00 |
|
Ryan Boren
|
12035893fc
|
Make sure get_calendar cache is an array
git-svn-id: https://develop.svn.wordpress.org/trunk@10228 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-19 07:05:00 +00:00 |
|
Ryan Boren
|
bf2cfefdff
|
Avoid division by zero
git-svn-id: https://develop.svn.wordpress.org/trunk@10227 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-19 07:04:18 +00:00 |
|
Ryan Boren
|
3a2530bfc5
|
Make sure get_pages cache is an array
git-svn-id: https://develop.svn.wordpress.org/trunk@10226 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-18 22:26:57 +00:00 |
|
Ryan Boren
|
3c7eca56ab
|
Allow muliple tag-like taxonomies in the post editor. see #6387
git-svn-id: https://develop.svn.wordpress.org/trunk@10222 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-18 19:12:26 +00:00 |
|
Ryan Boren
|
3a0f778fa8
|
Plugin and theme udpdate check fixes. Props DD32. fixes #8660 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10221 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-18 17:23:20 +00:00 |
|
Ryan Boren
|
e4f794ae3e
|
Revert accidentally committed bits
git-svn-id: https://develop.svn.wordpress.org/trunk@10220 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-18 03:34:29 +00:00 |
|
Peter Westwood
|
a20fde37a2
|
Remove the revision number for now
git-svn-id: https://develop.svn.wordpress.org/trunk@10219 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-17 22:10:20 +00:00 |
|
Ryan Boren
|
b6ea89209c
|
is_ssl() improvements. Props johnbillion. fixes #8641 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10217 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-17 17:58:07 +00:00 |
|
Ryan Boren
|
ea7be8d5c0
|
Add thread xmlns. Props neoxx. fixes #8626 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10215 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-17 00:14:58 +00:00 |
|
Ryan Boren
|
97a6c04681
|
Don't cache filtered post objects. Set filter when getting sample permalink. Props brianwhite. fixes #8526 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10213 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-16 23:50:39 +00:00 |
|
Ryan Boren
|
fcc53e993b
|
Set Content-Length to 0 for null body requests. Props Jalada. see #8605
git-svn-id: https://develop.svn.wordpress.org/trunk@10211 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-16 22:07:18 +00:00 |
|
Ryan Boren
|
6bc7377953
|
Update _walk_bookmarks phpdoc. Props brh and sivel. fixes #8607 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10207 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-16 07:54:17 +00:00 |
|
Matt Mullenweg
|
9577892237
|
Update pagination links on edit-comments when approving/deleting/etc. Hat tip: mdawaffe. Fixes #8584.
git-svn-id: https://develop.svn.wordpress.org/trunk@10204 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-14 12:13:30 +00:00 |
|
Ryan Boren
|
cc77e573b6
|
Explicitly return ref for the sake of PHP4. Fixes user_level being empty when installing on PHP4. Props Mr Pete. fixes #8317 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10200 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-12 20:47:18 +00:00 |
|
Ryan Boren
|
d0ce444aee
|
Fix comment links when displaying first page of comments. Props johnconners. fixes #8583 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10196 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-12 20:08:49 +00:00 |
|
Ryan Boren
|
f083ebca6a
|
Remove lines that are choking phpdoc
git-svn-id: https://develop.svn.wordpress.org/trunk@10192 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-11 22:20:54 +00:00 |
|
Peter Westwood
|
ee2ccaaf3b
|
Test for curl_exec as well to catch hosts that disable it but not curl_init. Fixes #8577 for trunk props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@10190 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-11 18:08:58 +00:00 |
|
Peter Westwood
|
978206a223
|
Make trunk bleed again.
git-svn-id: https://develop.svn.wordpress.org/trunk@10188 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-11 18:00:28 +00:00 |
|
Ryan Boren
|
605a2b3bc8
|
2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@10185 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-10 22:48:19 +00:00 |
|
Ryan Boren
|
9c4b6c2f92
|
Update func name. see #8550
git-svn-id: https://develop.svn.wordpress.org/trunk@10180 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-10 21:13:32 +00:00 |
|
Ryan Boren
|
76dc2686b5
|
Change default add_below. see #8550
git-svn-id: https://develop.svn.wordpress.org/trunk@10179 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-10 21:08:20 +00:00 |
|
Ryan Boren
|
32e006e74c
|
Post reply API updates. see #8550
git-svn-id: https://develop.svn.wordpress.org/trunk@10178 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-10 21:06:13 +00:00 |
|