Commit Graph

  • 1ff3a1e05a Add nonce to avoid AYS when restoring image header. Ryan Boren 2007-05-15 16:47:15 +00:00
  • 2b002dfab6 Theme screenshot fix from mdawaffe. fixes #4266 for 2.3. Ryan Boren 2007-05-14 23:30:17 +00:00
  • 25e659472d Allow sidebar names to be passed to dynamic_sidebar(). fixes #4258 for 2.3 Ryan Boren 2007-05-14 05:13:39 +00:00
  • 32cb0a9ae9 Show post name and bring organization in line with the edit comments page. Matt Mullenweg 2007-05-14 03:41:03 +00:00
  • ab123c415b This button gets buried, especially when you have a lot of widgets, and it needs to be at the top too. Matt Mullenweg 2007-05-14 03:39:05 +00:00
  • dba19c56e5 Get rid of stray space. rob1n 2007-05-14 03:28:10 +00:00
  • 9a6d38364f Remove the generation time, it isn't terribly useful to users and gets confused with version Matt Mullenweg 2007-05-14 03:14:17 +00:00
  • d223909cbb More Kubrick custom color header i18n from nbachiyski. fixes #4256 for 2.3 Ryan Boren 2007-05-13 18:46:17 +00:00
  • 7b61ae86d2 Kubrick custin color header i18n from nbachiyski. fixes #4256 for 2.3 Ryan Boren 2007-05-13 17:56:30 +00:00
  • fb8a712fdb Flush all output buffers during shutdown to avoid PHP 5 bustage. see #3354 Ryan Boren 2007-05-12 22:06:31 +00:00
  • d9da4028a2 Return proper protocol. fixes #3886 for 2.3 Ryan Boren 2007-05-12 21:55:14 +00:00
  • 9688bcaff3 Seeing double. Good spot momo360modena. fixes #4251 for 2.1, 2.2 and 2.3 rob1n 2007-05-12 19:47:47 +00:00
  • 0aa8cebe86 Don't make useless status_header() call. fixes #4249 rob1n 2007-05-12 19:30:38 +00:00
  • d7d91f0a18 The config file has been deliberately CRLF since [2370] to recognize that most people will be editing this file in a crappy windows editor. Matt Mullenweg 2007-05-12 18:29:57 +00:00
  • 6508eb9d47 Don't call the function if it doesn't exist yet. fixes #4249 rob1n 2007-05-12 16:24:17 +00:00
  • 031cf54afe Bring get_pagenum_link() into this century. Props Mark Jaquith. fixes #3930 rob1n 2007-05-12 00:17:34 +00:00
  • 90dc5682f3 git-svn-id: https://develop.svn.wordpress.org/trunk@5451 602fd350-edb4-49c9-b593-d223f7449a82 rob1n 2007-05-11 04:02:30 +00:00
  • e6c570e45e Ugh. I thought I had fixed all of these. rob1n 2007-05-11 04:01:54 +00:00
  • 32ab5928ef Some fixes for the Textpattern importer. rob1n 2007-05-11 03:54:56 +00:00
  • 14a4a43f9e Show authors' logins in alphabetical order. fixes #4232 rob1n 2007-05-11 03:51:21 +00:00
  • c9fc18c591 Filter get_theme_data() data through KSES to get rid of evil XSS things. fixes #4236 rob1n 2007-05-11 03:44:03 +00:00
  • 3deb0fe500 New status_header code, and WP-DB bail() errors send a 503 Service Unavailable. see #2409 rob1n 2007-05-11 03:34:50 +00:00
  • e33cb11a4a Fix for PHP version 5.2.2 where $HTTP_RAW_POST_DATA isn't set. fixes #4248 rob1n 2007-05-11 03:21:06 +00:00
  • c213997f48 Use wp_parse_args(). fixes #4237 rob1n 2007-05-11 03:10:05 +00:00
  • 90cd098abe Escapage Ryan Boren 2007-05-11 00:56:12 +00:00
  • 36f1863f59 Handle local and remote blogroll imports. Props apokalyptik. fixes #4243 for 2.3 Ryan Boren 2007-05-10 21:21:54 +00:00
  • 37f7c36ac0 Left, right, dragChange, hop. s/left/right/. Props Lawrence Pit. see #4169 Ryan Boren 2007-05-10 21:18:21 +00:00
  • 8ea77a6001 Use correct var. Props charismabiz. fixes #4246 for 2.3 Ryan Boren 2007-05-10 21:08:13 +00:00
  • 7073026058 Add missing preg delimiter. see #4241 Ryan Boren 2007-05-10 16:37:44 +00:00
  • 31e7b5be08 Cast to array to avoid warning. Ryan Boren 2007-05-10 16:32:11 +00:00
  • 9f439b9e40 Make H2's in the admin wrap nice, and some CSS cleanup. Props JeremyVisser. fixes #4119 rob1n 2007-05-10 02:52:22 +00:00
  • d679f06b33 Show WP-Adv TinyMCE button by default. Props johnbillion. fixes #3171 rob1n 2007-05-10 02:42:00 +00:00
  • 222bb819b7 Don't discard non-default args in wp_parse_args(). see #4237 rob1n 2007-05-10 02:33:01 +00:00
  • 5168e22236 Var is an object var. Add missing this. Ryan Boren 2007-05-10 02:31:16 +00:00
  • 9abc3c9374 Let WebKit 420 or above get in. And clean up that overgrown ternary. Props Andy. fixes #4241 rob1n 2007-05-10 01:31:12 +00:00
  • ea71ef4d71 Don't add port if port == 80 (default port). fixes #3993 rob1n 2007-05-10 01:26:56 +00:00
  • 059f5ae3e8 Don't preg_match_all when processing items. fixes #4239 for 2.3 Ryan Boren 2007-05-10 00:05:21 +00:00
  • d213ecdab4 Obey show_post_count for dropdown. Ryan Boren 2007-05-09 21:54:30 +00:00
  • 719b73dd9d Knowing the version of the theme is pretty useless in this context, it's clutter. Matt Mullenweg 2007-05-09 17:14:23 +00:00
  • 400f3cf09b Include plugin.php before calling wp_die. fixes #4238 for 2.3. Ryan Boren 2007-05-09 16:18:11 +00:00
  • b6d03c46c4 Don't forget to center this cell as well. Matt Mullenweg 2007-05-09 08:12:54 +00:00
  • 13d4d782a5 Bit of clean-up. rob1n 2007-05-09 04:19:19 +00:00
  • 23018b434d Make sure wp_actions is set before counting. Ryan Boren 2007-05-08 17:59:52 +00:00
  • 3ae3baa8ff Don't send header from wp_die() if admin header already sent. fixes #4234 for 2.3. Ryan Boren 2007-05-07 23:24:44 +00:00
  • 622bc51507 Fix did_action to properly account for actions that have no callbacks attached. Ryan Boren 2007-05-07 23:22:50 +00:00
  • e8da828363 Add nonces to importers Ryan Boren 2007-05-07 15:56:53 +00:00
  • 7c1f56b9b7 attribute_escape for widgets. see #4169 Ryan Boren 2007-05-07 02:16:28 +00:00
  • e83f137798 Make sure Widgets menu comes after Themes. see #4169 Ryan Boren 2007-05-06 20:36:11 +00:00
  • 0568d96794 Fix widget registration back compat by splitting API. Fix feed widget. For 2.3. see #4169 Ryan Boren 2007-05-06 07:08:11 +00:00
  • b972383f1c Add in missing delimiter. fixes #4226 for 2.0, 2.2 and 2.3 rob1n 2007-05-05 02:51:20 +00:00
  • d586cf7ce8 Don't set URL options if WP_HOME and or WP_SITEURL are defined. Props filosofo. fixes #4199 rob1n 2007-05-05 00:19:25 +00:00
  • 8653896af0 Use WP_HOME and WP_SITEURL in upgrading. Props filosofo. fixes #4211 rob1n 2007-05-05 00:17:05 +00:00
  • e191edb9ca Return based on whether the hook was removed or not. Props mdawaffe. fixes #4223 rob1n 2007-05-04 23:27:12 +00:00
  • 1a93f268ad Use correct border order in classic theme's CSS. fixes #4225 rob1n 2007-05-04 23:23:41 +00:00
  • d2c21b28b7 eol-style everywhere Ryan Boren 2007-05-04 21:48:43 +00:00
  • 18bb3b4811 Set eol-style Ryan Boren 2007-05-04 21:28:50 +00:00
  • a3841b0716 Set eol-style Ryan Boren 2007-05-04 21:26:38 +00:00
  • ed0260ac9e Do a cap check at the top of widgets since it won't always inherit the menu cap check. Ryan Boren 2007-05-04 17:52:22 +00:00
  • a2854082d8 Don't reference old-style "levels," as they apparently used to call them back in the day. rob1n 2007-05-04 04:18:59 +00:00
  • 7929eca3cc Don't take out class attribute for <abbr />, for hReview. fixes #3420 rob1n 2007-05-04 03:52:11 +00:00
  • 7c61a32074 Add 'Select' text to the dropdowns. Props Joseph Scott. Ryan Boren 2007-05-04 02:23:49 +00:00
  • 53ee688f08 Sort page templates by name. Props Arrrr. see #2926 rob1n 2007-05-03 04:41:22 +00:00
  • 926e50cbf2 Apply get_nested_cats filter. Props davidhouse and Nazgul. fixes #2623 rob1n 2007-05-03 04:34:07 +00:00
  • 24226c8241 Use fancy quotes instead of raw quotes (which should have been &quot; anyways). rob1n 2007-05-03 01:23:14 +00:00
  • c30d0f3c57 Load order fixed. rob1n 2007-05-03 00:52:14 +00:00
  • e6ab5d6f99 Don't show Widgets admin page if core widgets aren't enabled. fixes #4218 rob1n 2007-05-03 00:43:57 +00:00
  • d03a237b24 Add lang and xml:lang attributes to allowed list for p, div and blockquote. fixes #4128 rob1n 2007-05-02 04:31:30 +00:00
  • ae87af4ce8 Spring cleaning, extreme edition. rob1n 2007-05-02 04:26:57 +00:00
  • 00c7a213a0 Clean that mess up so it's more easily managed. rob1n 2007-05-02 04:17:43 +00:00
  • 9414b0a110 Call get_option('siteurl') outside the loop to save a few dozen get_option calls. Props andissimo. Ryan Boren 2007-05-02 00:32:22 +00:00
  • 6332287bb3 Fix inline uploader page links. Props mdawaffe. fixes #4217 for 2.3 Ryan Boren 2007-05-01 23:33:44 +00:00
  • 4b4d4d9bb5 Remove wp_ prefix from default widget class names. For back compat. Ryan Boren 2007-05-01 22:51:52 +00:00
  • 8218fe63c8 Set eol-style Ryan Boren 2007-05-01 17:46:55 +00:00
  • 0cf5f8cf12 New way of loading widgets that works with PHP 5. Thanks to filosofo for testing. see #4169 rob1n 2007-05-01 01:58:18 +00:00
  • 3f99d19cc3 Typo. rob1n 2007-05-01 01:27:46 +00:00
  • 1a2793b442 Add clearer to edit-pages.php. Props Nazgul. fixes #4210 rob1n 2007-05-01 01:19:19 +00:00
  • 697a38d8e8 Move widget stuff around. see #4169 rob1n 2007-05-01 01:13:06 +00:00
  • 9b87344634 Widget registration fixes from Andy. For 2.3. see #4169 Ryan Boren 2007-04-30 20:02:02 +00:00
  • 3c6b689f0e When using the traditional list view of the categories, make sure the wp_list_categories() doesn't add in another title. This was causing a second Categories to show up on the category widget. Props Jospeh Scott Ryan Boren 2007-04-30 17:43:11 +00:00
  • 176a6414e9 Fix typo breaking recent comment cache deletion for widgets. Ryan Boren 2007-04-30 16:45:23 +00:00
  • fe2887b40d unfiltered_upload fix from Nazgul. fixes #4136 Ryan Boren 2007-04-30 15:54:50 +00:00
  • 1eb7a5f1e5 Remove debug Ryan Boren 2007-04-30 03:47:14 +00:00
  • 77fb496bc6 Don't use deprecated category API. Ryan Boren 2007-04-30 03:32:33 +00:00
  • fdc3ca298c Bring back old behavior for sidebar ID's. Props filosofo. see #4169 rob1n 2007-04-30 02:35:28 +00:00
  • 238e8f18ec Fix stupid error on my part. Props abbaanthony. fixes #4208 rob1n 2007-04-30 02:28:06 +00:00
  • d25ce6fc4b Filter dashboard URL's. fixes #2177 rob1n 2007-04-29 22:37:37 +00:00
  • e1863b22cc Check basename(). see #4169 rob1n 2007-04-29 21:00:54 +00:00
  • c12eb84474 Automattically deactivate Automattic Widgets, if activated. see #4169 rob1n 2007-04-29 20:53:29 +00:00
  • 68ae6680ea Move widgets' JS into the <head> of widgets.php. Should fix text/rss widget controls. see #4169 rob1n 2007-04-29 20:16:26 +00:00
  • 97bf7944c2 Fix widget control registration where id is not passed in. Ryan Boren 2007-04-28 17:04:16 +00:00
  • 386eb41adf Fix edit comment links Ryan Boren 2007-04-28 16:45:47 +00:00
  • af32dce26a Create widget id from widget name when id not specified. Ryan Boren 2007-04-28 06:08:27 +00:00
  • f6f5f61311 Kick widgets init from init hook. Ryan Boren 2007-04-28 00:35:47 +00:00
  • 91e1cb92ec Some widgets gettext. Ryan Boren 2007-04-28 00:29:27 +00:00
  • 510a57a763 Don't double encode gzip output if gzip is already set in php.ini. Props welcomb. fixes #4205 rob1n 2007-04-27 20:55:05 +00:00
  • 7b24d7882d Link it even if it's zero because it counts approved comments and you might want to go to that page even if there are no approved comments yet. Matt Mullenweg 2007-04-27 05:30:23 +00:00
  • 56f7ecd7d8 Link that URL! Matt Mullenweg 2007-04-27 05:23:53 +00:00
  • d9f2285155 Use the right field name ya idjit. Ryan Boren 2007-04-27 04:34:44 +00:00
  • b9b37cd426 Consult global comment in get_comment(). Don't show empty edit links. Ryan Boren 2007-04-27 03:51:36 +00:00
  • 6e54a62f24 Whoops, forgot widgets-rtl.css. rob1n 2007-04-27 02:39:22 +00:00