ryan
|
a5e73d3b9b
|
Fix feed autodiscovery. Props peaceablewhale. fixes #9810
git-svn-id: http://svn.automattic.com/wordpress/trunk@11358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-16 05:15:21 +00:00 |
|
ryan
|
2dab570b8b
|
Fix bad call to str_replace. see #9395
git-svn-id: http://svn.automattic.com/wordpress/trunk@11355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-16 04:46:31 +00:00 |
|
ryan
|
054ab7521d
|
Bump all style versions
git-svn-id: http://svn.automattic.com/wordpress/trunk@11354 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-16 02:50:23 +00:00 |
|
ryan
|
e0763aa711
|
Support headers split over multiple lines. Props hakre, Denis-de-Bernardy, wnorris. fixes #9395
git-svn-id: http://svn.automattic.com/wordpress/trunk@11351 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-16 02:17:55 +00:00 |
|
ryan
|
24f847661f
|
Support IIS 7.0 URL Rewrite Module. Props ruslany. Hat tips to peaceablewhale, hakre, Denis-de-Bernardy, sivel. fixes #8974
git-svn-id: http://svn.automattic.com/wordpress/trunk@11350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-16 02:04:36 +00:00 |
|
azaozz
|
5a6cf8b500
|
Strip tags and convert < > to entities when appending widget title, fixes #9830
git-svn-id: http://svn.automattic.com/wordpress/trunk@11349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-16 00:32:04 +00:00 |
|
ryan
|
dd453bec12
|
Allow combining category and tag queries. Props turboguy. fixes #5433
git-svn-id: http://svn.automattic.com/wordpress/trunk@11348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-15 23:47:28 +00:00 |
|
ryan
|
d0e5cc1409
|
Use get_post_modified_time filter in get_post_modified_time(). Props Denis-de-Bernardy. fixes #9734
git-svn-id: http://svn.automattic.com/wordpress/trunk@11347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-15 22:33:33 +00:00 |
|
ryan
|
909978dfaa
|
Ver bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@11346 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-15 22:21:21 +00:00 |
|
ryan
|
0f7d055621
|
Handle nested tag in wptexturize(). Props nbachiyski. fixes #7056 see #6969
git-svn-id: http://svn.automattic.com/wordpress/trunk@11345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-15 21:37:18 +00:00 |
|
ryan
|
603abd463e
|
Escape posts passed as objects. Props Denis-de-Bernardy. fixes #9727
git-svn-id: http://svn.automattic.com/wordpress/trunk@11344 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-15 21:27:39 +00:00 |
|
ryan
|
a99a8b886f
|
Add option to wp_die to display a go back link. Props nbachiyski. fixes #5167
git-svn-id: http://svn.automattic.com/wordpress/trunk@11342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-15 17:49:35 +00:00 |
|
ryan
|
f47c8c729c
|
Update PHPMailer to 2.0.4. Props hakre. fixes #9697
git-svn-id: http://svn.automattic.com/wordpress/trunk@11341 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-15 17:32:35 +00:00 |
|
azaozz
|
886c680a5d
|
Fix IE 512-byte minimum page length bug, props hakre, fixes #8942
git-svn-id: http://svn.automattic.com/wordpress/trunk@11340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-15 09:38:43 +00:00 |
|
azaozz
|
8fcacb951d
|
Support more than one gallery on the same page, props jamescollins, fixes #7678
git-svn-id: http://svn.automattic.com/wordpress/trunk@11339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-15 08:52:04 +00:00 |
|
westi
|
378aaa973e
|
Ensure that wp_specialchars captures all pre-encoded entities correctly when preventing double encoding. Fixes #9821.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11338 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-15 06:29:19 +00:00 |
|
azaozz
|
457e211d22
|
Escape the captions in the gallery with wptexturize() instead of wp_specialchars(), props Denis-de-Bernardy, fixes #8763
git-svn-id: http://svn.automattic.com/wordpress/trunk@11336 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 23:15:28 +00:00 |
|
ryan
|
a1d5fbaec2
|
Better verbose page rule detection to support showing posts on a page with a custom permastruct. Props Denis-de-Bernardy. fixes #6603
git-svn-id: http://svn.automattic.com/wordpress/trunk@11335 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 21:50:20 +00:00 |
|
ryan
|
a1f614654d
|
Use text/xml for rss feeds for best browser compat. Props Denis-de-Bernardy. fixes #9810
git-svn-id: http://svn.automattic.com/wordpress/trunk@11334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 21:21:31 +00:00 |
|
ryan
|
e1fac77dca
|
Give continents-cities their own textdomain. Props nbachiyski, Denis-de-Bernardy . fixes #9794
git-svn-id: http://svn.automattic.com/wordpress/trunk@11333 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 20:05:25 +00:00 |
|
ryan
|
4cda93b364
|
Sort tz continents and cities by translated names. Load translations from separate mo to avoid cluttering default pot. Props Denis-de-Bernardy. see #9794
git-svn-id: http://svn.automattic.com/wordpress/trunk@11332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 18:58:37 +00:00 |
|
ryan
|
60b524160c
|
Use user_login instead of ID to check if user exists when creating unique nicenames. ID isn't available when inserting new users. Props sivel. see #9393
git-svn-id: http://svn.automattic.com/wordpress/trunk@11331 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 18:55:32 +00:00 |
|
azaozz
|
fc488172cc
|
Don't display empty values in the user display name drop-down, props Simek, fix js to add newly entered First Name and Last Name, fixes #9813
git-svn-id: http://svn.automattic.com/wordpress/trunk@11330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 17:01:04 +00:00 |
|
ryan
|
1f1a333449
|
Allow plugins to override tz support enable/disable. Props Otto42. fixes #3962
git-svn-id: http://svn.automattic.com/wordpress/trunk@11329 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 16:23:20 +00:00 |
|
ryan
|
7d84965ef7
|
urlencode login redirect. Props Viper007Bond. fixes #9817
git-svn-id: http://svn.automattic.com/wordpress/trunk@11328 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 16:11:01 +00:00 |
|
azaozz
|
4f149f8c6d
|
Make sure all colors stylesheets have the same version string, see #7262
git-svn-id: http://svn.automattic.com/wordpress/trunk@11327 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 13:34:26 +00:00 |
|
westi
|
55ce914fbc
|
Add a permalink_structure_changed action to allow plugins to do something once the new structure has been applied to WP_Rewrite.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 06:38:34 +00:00 |
|
ryan
|
0d81b0ea1a
|
Revert [11263]. Busted several themes. see #9323
git-svn-id: http://svn.automattic.com/wordpress/trunk@11324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 04:09:01 +00:00 |
|
ryan
|
1354d0660a
|
Don't localize dates where not appropriate. Props Denis-de-Bernardy, hakre. fixes #9730
git-svn-id: http://svn.automattic.com/wordpress/trunk@11323 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 02:00:32 +00:00 |
|
ryan
|
c383ff7450
|
Remove vestiges of what_to_show. Props filosofo. fixes #9815
git-svn-id: http://svn.automattic.com/wordpress/trunk@11318 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-13 22:28:56 +00:00 |
|
azaozz
|
e4bb49ee5d
|
Add a function to output a generic widget anywhere in a template, props Denis-de-Bernardy, fixes #9701
git-svn-id: http://svn.automattic.com/wordpress/trunk@11317 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-13 20:43:49 +00:00 |
|
ryan
|
75ec19a860
|
Notice fix. Props mrmist. fixes #8446
git-svn-id: http://svn.automattic.com/wordpress/trunk@11316 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-13 19:04:26 +00:00 |
|
ryan
|
646f11e78e
|
Remove stale enclosures. Props mystyman. fixes #6840
git-svn-id: http://svn.automattic.com/wordpress/trunk@11315 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-13 05:15:27 +00:00 |
|
markjaquith
|
5f17b95d0f
|
Exclude <tt> from formatting. props JulienV. fixes #8321
git-svn-id: http://svn.automattic.com/wordpress/trunk@11313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 22:51:24 +00:00 |
|
markjaquith
|
bdf8e8fb38
|
Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791
git-svn-id: http://svn.automattic.com/wordpress/trunk@11312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 22:40:56 +00:00 |
|
ryan
|
2a8091e386
|
Fix widget registration with PHP 4. see #9800
git-svn-id: http://svn.automattic.com/wordpress/trunk@11310 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 19:17:30 +00:00 |
|
azaozz
|
45a38585d1
|
Lowercase widgets $id_base, props Denis-de-Bernardy, fixes #9797
git-svn-id: http://svn.automattic.com/wordpress/trunk@11308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 17:56:04 +00:00 |
|
ryan
|
a0c7b65f7b
|
Use IDs instead of slugs in CSS classes ro avoid invalid class names. Props hakre. fixes #8446
git-svn-id: http://svn.automattic.com/wordpress/trunk@11306 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 17:11:57 +00:00 |
|
ryan
|
f25182f1e5
|
Clear cache after deleting meta. Props Denis-de-Bernardy. fixes #9009
git-svn-id: http://svn.automattic.com/wordpress/trunk@11305 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 17:10:05 +00:00 |
|
ryan
|
c90e3f5f81
|
Feed namespace hooks. Props Denis-de-Bernardy, peaceablewhale. fixes #9792
git-svn-id: http://svn.automattic.com/wordpress/trunk@11303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 16:57:49 +00:00 |
|
azaozz
|
99370b2b73
|
Add filter: the post content "more link", props JohnLamansky, fixes #9711
git-svn-id: http://svn.automattic.com/wordpress/trunk@11300 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 06:38:59 +00:00 |
|
azaozz
|
58929f3eaf
|
Post comments feed link HTML filter, props JohnLamansky, fixes #9712
git-svn-id: http://svn.automattic.com/wordpress/trunk@11299 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 06:19:36 +00:00 |
|
ryan
|
7ee0777c33
|
Add title attributes to links in recent entries widget. Props topncal, Denis-de-Bernardy. fixes #6091
git-svn-id: http://svn.automattic.com/wordpress/trunk@11293 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 05:47:25 +00:00 |
|
ryan
|
91411dde28
|
Translate continent and city names for timezone picker. see #9794
git-svn-id: http://svn.automattic.com/wordpress/trunk@11290 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 01:04:16 +00:00 |
|
ryan
|
c5e2d3dc99
|
Fix sign of GMT offsets. Props Denis-de-Bernardy. fixes #9758
git-svn-id: http://svn.automattic.com/wordpress/trunk@11288 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-12 00:32:36 +00:00 |
|
westi
|
c2efcbf94d
|
Clear future publishing hook on post deletion. Fixes #5364 props develish and Denis-de-Bernardy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11284 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-11 22:17:13 +00:00 |
|
westi
|
9f7ea00b75
|
Drop raw check in sanitize_post so int fields are always sanitized.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11282 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-11 22:10:45 +00:00 |
|
westi
|
a53a13efa4
|
phpdoc updates for l10n functions. Fixes #9767 props demetris.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-11 21:15:05 +00:00 |
|
westi
|
3d95157033
|
Add a 'rss2_comments_ns' action to the namespaces section of the RSS2 comments feed. Fixes #5819.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-11 21:02:18 +00:00 |
|
ryan
|
69bc51b14a
|
Add title option to search widget. Props hakre. fixes #9756
git-svn-id: http://svn.automattic.com/wordpress/trunk@11274 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-11 19:48:56 +00:00 |
|