ryan
|
1e075ab1ab
|
Update phpass. Props duck_. fixes #16072
git-svn-id: http://svn.automattic.com/wordpress/trunk@17678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-21 20:44:39 +00:00 |
|
ryan
|
a619926bab
|
Update pop3 class. Props aaroncampbell. fixes #17064
git-svn-id: http://svn.automattic.com/wordpress/trunk@17677 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-21 20:40:32 +00:00 |
|
ryan
|
a1128831ec
|
Update phpmailer and smtp to 5.1. Props MattyRob cnorris23. fixes #15912
git-svn-id: http://svn.automattic.com/wordpress/trunk@17676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-21 20:29:30 +00:00 |
|
azaozz
|
f8da5471ee
|
Fix decoding of ' in TinyMCE
git-svn-id: http://svn.automattic.com/wordpress/trunk@17675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-21 20:20:56 +00:00 |
|
ryan
|
686c35340b
|
Allow querying empty meta values. Props scribu. fixes #15292
git-svn-id: http://svn.automattic.com/wordpress/trunk@17674 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-21 18:13:03 +00:00 |
|
ryan
|
430bb76d4b
|
Allow retrieving comments by post type, status, author, author, name, or parent. Fetch only published posts for recent comments widget. Props filosofo. fixes #16506 #12904
git-svn-id: http://svn.automattic.com/wordpress/trunk@17667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-20 18:02:41 +00:00 |
|
josephscott
|
acdb6ea093
|
Expose the content width as a read only option via XML-RPC.
Fixes #17131 props koke, nacin
git-svn-id: http://svn.automattic.com/wordpress/trunk@17663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-20 15:26:38 +00:00 |
|
azaozz
|
b3bb537735
|
Press This bookmarklet redesign, props chexee, fixes #17184
git-svn-id: http://svn.automattic.com/wordpress/trunk@17662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-20 07:24:11 +00:00 |
|
azaozz
|
8a9627d150
|
Fix font color in admin bar site list, fixes #17178
git-svn-id: http://svn.automattic.com/wordpress/trunk@17661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-20 06:37:23 +00:00 |
|
dd32
|
e2b914fbad
|
Remove support for the PHP HTTP Extension from WP_HTTP. The PHP HTTP Extension is a wrapper around libcurl and fopen() providing limited configuration and is supported on a minority of servers due to its non-default inclusion. Props sivel. Fixes @16978
git-svn-id: http://svn.automattic.com/wordpress/trunk@17659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-19 04:22:59 +00:00 |
|
ryan
|
2317e890c2
|
Used passed admin bar object instead of global. Props solarissmoke. fixes #16540
git-svn-id: http://svn.automattic.com/wordpress/trunk@17658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-18 22:03:34 +00:00 |
|
ryan
|
6827de6cd9
|
Remove PHP4 constructors. Props scribu. fixes #16768
git-svn-id: http://svn.automattic.com/wordpress/trunk@17655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-18 21:46:57 +00:00 |
|
ryan
|
7b645b1bfe
|
Remove PHP4 constructor. Props ocean90. see #16768
git-svn-id: http://svn.automattic.com/wordpress/trunk@17654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-18 21:45:20 +00:00 |
|
ryan
|
2053dcca12
|
Don't pollute orderby query var. Props scribu. fixes #16844
git-svn-id: http://svn.automattic.com/wordpress/trunk@17653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-18 21:27:13 +00:00 |
|
ryan
|
746bb77bf3
|
More efficient term intersection query. Props tigertech. see #16706
git-svn-id: http://svn.automattic.com/wordpress/trunk@17652 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-18 20:38:59 +00:00 |
|
josephscott
|
03b604d309
|
Allow Pages to have a status of pending.
Fixes #17000 props mrroundhill, nprasath002
git-svn-id: http://svn.automattic.com/wordpress/trunk@17651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-18 17:30:58 +00:00 |
|
josephscott
|
c8aeb477bc
|
Add support to wp.getPostFormats to provide a list of the currently supported post formats in addition to the complete list.
Fixes #17094
git-svn-id: http://svn.automattic.com/wordpress/trunk@17650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-18 17:27:29 +00:00 |
|
josephscott
|
ca45144dd5
|
Include the post status in the response for mt.getRecentPostTitles calls
Fixes #17091 props daniloercoli
git-svn-id: http://svn.automattic.com/wordpress/trunk@17649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-18 17:16:46 +00:00 |
|
josephscott
|
3f4f150632
|
Don't reset the post slug on XML-RPC calls.
Fixes #12947 props cfinke, nprasath002
git-svn-id: http://svn.automattic.com/wordpress/trunk@17648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-18 16:32:26 +00:00 |
|
westi
|
0f7cac9f64
|
More better phpdoc for XMLRPC functions. See #15238 props koke.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-18 07:26:42 +00:00 |
|
westi
|
50299d53c0
|
The beginings of better phpdoc for XMLRPC functions. See #15238 props koke.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-18 07:23:47 +00:00 |
|
westi
|
eed35967cc
|
Introduce a special wp_die handler for XMLRPC requests to ensure we send an XML response.
Props koke for the original patch. See #16748.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-17 08:35:51 +00:00 |
|
westi
|
9c0a5cd498
|
Don't do SSL discovery for every RSD request. APP endpoint already respects the SSLness of the site. Fixes #15960.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-17 07:48:34 +00:00 |
|
westi
|
10084a7fb1
|
Allow custom author elements such as email. Fixes #17149 props niallkennedy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-17 07:39:41 +00:00 |
|
azaozz
|
e4bf0a4e78
|
Fix two rare regressions: alert when the login has expires and when post is edited by another user, fixes #16928
git-svn-id: http://svn.automattic.com/wordpress/trunk@17640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-16 02:37:44 +00:00 |
|
azaozz
|
03c3c94d1e
|
Remove redundant IE restore selection calls for TinyMCE, see #17136
git-svn-id: http://svn.automattic.com/wordpress/trunk@17639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-15 04:20:12 +00:00 |
|
ryan
|
3e77cd18c9
|
Avoid array push/pops for empty filters and actions. fixes #17110
git-svn-id: http://svn.automattic.com/wordpress/trunk@17638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-14 18:05:30 +00:00 |
|
ryan
|
8f8b8d16a7
|
Remove PHP4 timezone support. Props hakre. fixes #16970
git-svn-id: http://svn.automattic.com/wordpress/trunk@17637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-13 17:30:02 +00:00 |
|
ryan
|
74354459f1
|
Performance improvements for wptexturize(). Props solarissmoke, hakre. fixes #16684
git-svn-id: http://svn.automattic.com/wordpress/trunk@17636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-13 17:11:35 +00:00 |
|
ryan
|
ae9e348cd6
|
Use proper prefix in query. Fixes user queries ordered by post count. Props ziofix, ericmann. fixes #17123 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@17634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-13 17:02:08 +00:00 |
|
nacin
|
1cdd5ad41a
|
Remove more E_RECOVERABLE_ERROR checks. props duck_, see #16920.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-12 09:21:13 +00:00 |
|
ryan
|
4e09dfc8fb
|
Remove PHP4 constructor. Props Jayjdk. see #16768
git-svn-id: http://svn.automattic.com/wordpress/trunk@17631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-11 18:57:34 +00:00 |
|
ryan
|
64552a67ee
|
Use stripos() instead of strpos( strtolower() ). Props hakre. see #16920
git-svn-id: http://svn.automattic.com/wordpress/trunk@17630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-11 18:55:11 +00:00 |
|
azaozz
|
2d51628075
|
Fix EOL for newly added files
git-svn-id: http://svn.automattic.com/wordpress/trunk@17628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-11 18:23:51 +00:00 |
|
azaozz
|
c1b62ef341
|
Not 12, 13px, see #17107
git-svn-id: http://svn.automattic.com/wordpress/trunk@17627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-11 08:01:34 +00:00 |
|
azaozz
|
b536e532f0
|
Stop themes and plugins from overriding the admin bar CSS, props johnjamesjacoby, fixes #17107
git-svn-id: http://svn.automattic.com/wordpress/trunk@17626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-11 07:51:53 +00:00 |
|
azaozz
|
24599d17f0
|
Update TinyMCE to 3.4.2, includes native <iframe>, <audio>, <video> support and stops removing HTML 5.0 tags, fixes #17086
git-svn-id: http://svn.automattic.com/wordpress/trunk@17625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-10 18:36:05 +00:00 |
|
azaozz
|
307e9a0753
|
Remove width: 99.5% from metaboxes, props andrewryno, fixes #17084
git-svn-id: http://svn.automattic.com/wordpress/trunk@17624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-08 20:35:51 +00:00 |
|
azaozz
|
9ac90e3262
|
Don't refresh the admin menu after page load, apply the user-state from PHP, fix behaviour after folding the menu, props nacin, props nuxwin, fixes #10646, fixes #17058
git-svn-id: http://svn.automattic.com/wordpress/trunk@17623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-07 18:45:22 +00:00 |
|
markjaquith
|
86bc31ea2b
|
Add mb_substr() back to compat.php (it is non-default). see #16918. props joostdevalk
git-svn-id: http://svn.automattic.com/wordpress/trunk@17621 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-07 15:46:57 +00:00 |
|
markjaquith
|
613639762a
|
Add _() back to compat.php (it is non-default). see #16918. props aaroncampbell
git-svn-id: http://svn.automattic.com/wordpress/trunk@17620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-07 15:46:48 +00:00 |
|
dd32
|
619d4d2dba
|
Ensure that the Update API's are always using a non-modified $wp_version. Props nacin. Fixes #14384
git-svn-id: http://svn.automattic.com/wordpress/trunk@17619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-07 10:04:45 +00:00 |
|
dd32
|
197e081e19
|
Prevent update API requests on every load of themes.php when no updates are available. Fixes #16362
git-svn-id: http://svn.automattic.com/wordpress/trunk@17618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-07 09:56:20 +00:00 |
|
dd32
|
c1e70ae5e6
|
Verify certificate matches both the common name and the provided hostname. WP_HTTP_Curl requires CURLOPT_SSL_VERIFYHOST be either 2 or false. Props sivel. Fixes #16904
git-svn-id: http://svn.automattic.com/wordpress/trunk@17616 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-07 08:38:36 +00:00 |
|
nacin
|
14ec951269
|
Make underscores valid in sanitize_html_class. fixes #17067.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-06 21:28:52 +00:00 |
|
ryan
|
e3895262ef
|
Deprecate wp_clone(). Call clone directly. Props hakre. fixes #16813
git-svn-id: http://svn.automattic.com/wordpress/trunk@17613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-06 17:44:29 +00:00 |
|
ryan
|
c5b47b029c
|
Remove setcookie() back compat. Props hakre. see#16920
git-svn-id: http://svn.automattic.com/wordpress/trunk@17612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-06 17:07:59 +00:00 |
|
ryan
|
f67a8e70ed
|
There is not a NOT operator. Props scribu. fixes #17054 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@17610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-06 16:08:23 +00:00 |
|
dd32
|
ba0153096a
|
Revert [17608] adding back [17596] and actually include the dummy function this time. See #17057 Fixes #17050
git-svn-id: http://svn.automattic.com/wordpress/trunk@17609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-06 00:42:07 +00:00 |
|
nacin
|
b4a2ecf0c4
|
Revert [17596] for now. props kawauso, see #17057, see #17050.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17608 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-05 23:17:10 +00:00 |
|