Commit Graph

4985 Commits

Author SHA1 Message Date
rob1n 031cf54afe Bring get_pagenum_link() into this century. Props Mark Jaquith. fixes #3930
git-svn-id: https://develop.svn.wordpress.org/trunk@5454 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-12 00:17:34 +00:00
rob1n 90dc5682f3 git-svn-id: https://develop.svn.wordpress.org/trunk@5451 602fd350-edb4-49c9-b593-d223f7449a82 2007-05-11 04:02:30 +00:00
rob1n e6c570e45e Ugh. I thought I had fixed all of these.
git-svn-id: https://develop.svn.wordpress.org/trunk@5450 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-11 04:01:54 +00:00
rob1n 32ab5928ef Some fixes for the Textpattern importer.
git-svn-id: https://develop.svn.wordpress.org/trunk@5449 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-11 03:54:56 +00:00
rob1n 14a4a43f9e Show authors' logins in alphabetical order. fixes #4232
git-svn-id: https://develop.svn.wordpress.org/trunk@5448 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-11 03:51:21 +00:00
rob1n c9fc18c591 Filter get_theme_data() data through KSES to get rid of evil XSS things. fixes #4236
git-svn-id: https://develop.svn.wordpress.org/trunk@5447 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-11 03:44:03 +00:00
rob1n 3deb0fe500 New status_header code, and WP-DB bail() errors send a 503 Service Unavailable. see #2409
Also, the new header code to text array has 302 as Found. fixes #4183


git-svn-id: https://develop.svn.wordpress.org/trunk@5446 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-11 03:34:50 +00:00
rob1n e33cb11a4a Fix for PHP version 5.2.2 where $HTTP_RAW_POST_DATA isn't set. fixes #4248
git-svn-id: https://develop.svn.wordpress.org/trunk@5445 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-11 03:21:06 +00:00
rob1n c213997f48 Use wp_parse_args(). fixes #4237
git-svn-id: https://develop.svn.wordpress.org/trunk@5444 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-11 03:10:05 +00:00
Ryan Boren 90cd098abe Escapage
git-svn-id: https://develop.svn.wordpress.org/trunk@5441 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-11 00:56:12 +00:00
Ryan Boren 36f1863f59 Handle local and remote blogroll imports. Props apokalyptik. fixes #4243 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5439 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 21:21:54 +00:00
Ryan Boren 37f7c36ac0 Left, right, dragChange, hop. s/left/right/. Props Lawrence Pit. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5437 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 21:18:21 +00:00
Ryan Boren 8ea77a6001 Use correct var. Props charismabiz. fixes #4246 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5435 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 21:08:13 +00:00
Ryan Boren 7073026058 Add missing preg delimiter. see #4241
git-svn-id: https://develop.svn.wordpress.org/trunk@5433 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 16:37:44 +00:00
Ryan Boren 31e7b5be08 Cast to array to avoid warning.
git-svn-id: https://develop.svn.wordpress.org/trunk@5432 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 16:32:11 +00:00
rob1n 9f439b9e40 Make H2's in the admin wrap nice, and some CSS cleanup. Props JeremyVisser. fixes #4119
git-svn-id: https://develop.svn.wordpress.org/trunk@5430 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 02:52:22 +00:00
rob1n d679f06b33 Show WP-Adv TinyMCE button by default. Props johnbillion. fixes #3171
git-svn-id: https://develop.svn.wordpress.org/trunk@5429 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 02:42:00 +00:00
rob1n 222bb819b7 Don't discard non-default args in wp_parse_args(). see #4237
git-svn-id: https://develop.svn.wordpress.org/trunk@5428 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 02:33:01 +00:00
Ryan Boren 5168e22236 Var is an object var. Add missing this.
git-svn-id: https://develop.svn.wordpress.org/trunk@5427 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 02:31:16 +00:00
rob1n 9abc3c9374 Let WebKit 420 or above get in. And clean up that overgrown ternary. Props Andy. fixes #4241
git-svn-id: https://develop.svn.wordpress.org/trunk@5425 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 01:31:12 +00:00
rob1n ea71ef4d71 Don't add port if port == 80 (default port). fixes #3993
git-svn-id: https://develop.svn.wordpress.org/trunk@5424 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 01:26:56 +00:00
Ryan Boren 059f5ae3e8 Don't preg_match_all when processing items. fixes #4239 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5423 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 00:05:21 +00:00
Ryan Boren d213ecdab4 Obey show_post_count for dropdown.
git-svn-id: https://develop.svn.wordpress.org/trunk@5421 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-09 21:54:30 +00:00
Matt Mullenweg 719b73dd9d Knowing the version of the theme is pretty useless in this context, it's clutter.
git-svn-id: https://develop.svn.wordpress.org/trunk@5419 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-09 17:14:23 +00:00
Ryan Boren 400f3cf09b Include plugin.php before calling wp_die. fixes #4238 for 2.3.
git-svn-id: https://develop.svn.wordpress.org/trunk@5418 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-09 16:18:11 +00:00
Matt Mullenweg b6d03c46c4 Don't forget to center this cell as well.
git-svn-id: https://develop.svn.wordpress.org/trunk@5416 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-09 08:12:54 +00:00
rob1n 13d4d782a5 Bit of clean-up.
git-svn-id: https://develop.svn.wordpress.org/trunk@5415 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-09 04:19:19 +00:00
Ryan Boren 23018b434d Make sure wp_actions is set before counting.
git-svn-id: https://develop.svn.wordpress.org/trunk@5413 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-08 17:59:52 +00:00
Ryan Boren 3ae3baa8ff Don't send header from wp_die() if admin header already sent. fixes #4234 for 2.3.
git-svn-id: https://develop.svn.wordpress.org/trunk@5411 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-07 23:24:44 +00:00
Ryan Boren 622bc51507 Fix did_action to properly account for actions that have no callbacks attached.
git-svn-id: https://develop.svn.wordpress.org/trunk@5409 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-07 23:22:50 +00:00
Ryan Boren e8da828363 Add nonces to importers
git-svn-id: https://develop.svn.wordpress.org/trunk@5404 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-07 15:56:53 +00:00
Ryan Boren 7c1f56b9b7 attribute_escape for widgets. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5403 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-07 02:16:28 +00:00
Ryan Boren e83f137798 Make sure Widgets menu comes after Themes. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5401 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-06 20:36:11 +00:00
Ryan Boren 0568d96794 Fix widget registration back compat by splitting API. Fix feed widget. For 2.3. see #4169
git-svn-id: https://develop.svn.wordpress.org/trunk@5399 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-06 07:08:11 +00:00
rob1n b972383f1c Add in missing delimiter. fixes #4226 for 2.0, 2.2 and 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5396 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-05 02:51:20 +00:00
rob1n d586cf7ce8 Don't set URL options if WP_HOME and or WP_SITEURL are defined. Props filosofo. fixes #4199
git-svn-id: https://develop.svn.wordpress.org/trunk@5395 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-05 00:19:25 +00:00
rob1n 8653896af0 Use WP_HOME and WP_SITEURL in upgrading. Props filosofo. fixes #4211
git-svn-id: https://develop.svn.wordpress.org/trunk@5394 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-05 00:17:05 +00:00
rob1n e191edb9ca Return based on whether the hook was removed or not. Props mdawaffe. fixes #4223
Note that this will almost definitely *not* affect existing implementations. The way most code is set up now is to just call remove_filter() or remove_action().


git-svn-id: https://develop.svn.wordpress.org/trunk@5393 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 23:27:12 +00:00
rob1n 1a93f268ad Use correct border order in classic theme's CSS. fixes #4225
git-svn-id: https://develop.svn.wordpress.org/trunk@5392 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 23:23:41 +00:00
Ryan Boren d2c21b28b7 eol-style everywhere
git-svn-id: https://develop.svn.wordpress.org/trunk@5391 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 21:48:43 +00:00
Ryan Boren 18bb3b4811 Set eol-style
git-svn-id: https://develop.svn.wordpress.org/trunk@5390 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 21:28:50 +00:00
Ryan Boren a3841b0716 Set eol-style
git-svn-id: https://develop.svn.wordpress.org/trunk@5388 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 21:26:38 +00:00
Ryan Boren ed0260ac9e Do a cap check at the top of widgets since it won't always inherit the menu cap check.
git-svn-id: https://develop.svn.wordpress.org/trunk@5385 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 17:52:22 +00:00
rob1n a2854082d8 Don't reference old-style "levels," as they apparently used to call them back in the day.
git-svn-id: https://develop.svn.wordpress.org/trunk@5384 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 04:18:59 +00:00
rob1n 7929eca3cc Don't take out class attribute for <abbr />, for hReview. fixes #3420
git-svn-id: https://develop.svn.wordpress.org/trunk@5383 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 03:52:11 +00:00
Ryan Boren 7c61a32074 Add 'Select' text to the dropdowns. Props Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@5381 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-04 02:23:49 +00:00
rob1n 53ee688f08 Sort page templates by name. Props Arrrr. see #2926
git-svn-id: https://develop.svn.wordpress.org/trunk@5380 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-03 04:41:22 +00:00
rob1n 926e50cbf2 Apply get_nested_cats filter. Props davidhouse and Nazgul. fixes #2623
git-svn-id: https://develop.svn.wordpress.org/trunk@5379 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-03 04:34:07 +00:00
rob1n 24226c8241 Use fancy quotes instead of raw quotes (which should have been &quot; anyways).
git-svn-id: https://develop.svn.wordpress.org/trunk@5378 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-03 01:23:14 +00:00
rob1n c30d0f3c57 Load order fixed.
git-svn-id: https://develop.svn.wordpress.org/trunk@5377 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-03 00:52:14 +00:00