Commit Graph

  • 8b8928d5ac Look for template files in the stylesheet folder as well as the template folder for inheriting themes. Fixes #7086 props ionfish. Peter Westwood 2008-07-30 06:21:14 +00:00
  • ba35a97bb5 Fix error message when invalidating plugin because of bad path. Andrew Ozz 2008-07-30 00:02:47 +00:00
  • 4ad2e3433e Include only valid plugins. Props guillep2k, fixes #6871 Andrew Ozz 2008-07-29 23:10:12 +00:00
  • a9751a9ee9 Walker improvements from hailin. fixes #7353 Ryan Boren 2008-07-29 22:50:57 +00:00
  • 3437da6843 Don't apply checkboxes to invisible comments.Props mdawaffe. fixes #7433 for trunk Ryan Boren 2008-07-29 22:16:39 +00:00
  • 319051a7fa Fix gravatars for infinite comments. Props mdawaffe. fixes #7432 for trunk Ryan Boren 2008-07-29 22:14:53 +00:00
  • 0737fd60d5 Make lost password admin notification pluggable. Fixes #7430 props error. Peter Westwood 2008-07-29 20:21:34 +00:00
  • 9099a0e896 Remove setting of error_reporting and just use the default WordPress error_reporting settings. Fixes #7035 props jacobsantos. Peter Westwood 2008-07-29 19:56:38 +00:00
  • f698dfbb3b Pass $leavename to filters in get_permalink. Fixes #7421. Peter Westwood 2008-07-29 19:52:44 +00:00
  • 3b56605062 Allow dots in theme dirs when previewing. fixes #7482 for trunk Ryan Boren 2008-07-29 17:03:00 +00:00
  • a359db73a2 Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425 Ryan Boren 2008-07-29 05:22:58 +00:00
  • 6c433a5dce Store current user rather than original post author when saving revisions. Props mdawaffe. fixes #7317 for trunk Ryan Boren 2008-07-28 23:58:24 +00:00
  • 79da5c32a9 Pass context to get_edit_post_link filter. Props mdawaffe. fixes #7424 for trunk Ryan Boren 2008-07-28 23:39:15 +00:00
  • ec69e512e4 Press This: using trailing slash after $_SERVER['PHP_SELF'] breaks the image tab on some servers. Andrew Ozz 2008-07-28 23:07:47 +00:00
  • c0c919091b Use ORIG_PATH_INFO if PATH_INFO is not available. fixes #7058 for trunk Ryan Boren 2008-07-28 16:26:59 +00:00
  • 8aaca8d367 No need to order results. Props dbuser123. see #7415 Ryan Boren 2008-07-27 16:58:35 +00:00
  • 69c7119827 Remove extra } from query. Fixes #7416 for trunk. Peter Westwood 2008-07-27 08:40:29 +00:00
  • bf798dda32 Fix typo in bookmark template. Props brianwhite, fixes #7414 for 2.7 Andrew Ozz 2008-07-26 19:56:08 +00:00
  • 5bcfcc8d92 Move the endif inside the table so [8461] doesn't break the html. Fixes #7399 props DD32. Peter Westwood 2008-07-26 08:05:30 +00:00
  • 3f76f09b36 Only show the admin colour scheme picker if there is more than one theme to pick from. Fixes #7399. Peter Westwood 2008-07-26 07:54:02 +00:00
  • 8867258f87 Stay on the same page after moderating comments. Fixes #7412 for 2.7 Andrew Ozz 2008-07-26 03:51:39 +00:00
  • c798e2041d Add macFFBgHack.png. fixes #6573 for trunk Ryan Boren 2008-07-25 22:42:31 +00:00
  • e3f815e7b5 Don't try to translate empty role name. Props wasp. fixes #6554 for trunk Ryan Boren 2008-07-25 15:36:40 +00:00
  • 0a4bc18a4f Login: keep username when password is incorrect and focus on password field Andrew Ozz 2008-07-25 06:32:53 +00:00
  • b298deede1 Make RSD links SSL aware by using site_url() Ryan Boren 2008-07-24 22:05:04 +00:00
  • 6fbbcbfb6e Check both slug and name when determining if is_term(). fixes #6593 for trunk Ryan Boren 2008-07-24 19:28:40 +00:00
  • ee18970580 Work around fatal error caused by mbstring.func_overload = 2. Props codestyling . fixes #5599 for trunk Ryan Boren 2008-07-23 18:56:17 +00:00
  • 3f555491f3 Use conditional for whole sentence. Fixes #7385 for 2.7 Andrew Ozz 2008-07-23 18:53:43 +00:00
  • 5580e543f6 Typo fix from filosofo. fixes #7389 for trunk Ryan Boren 2008-07-23 18:35:38 +00:00
  • 28ae8ab3dc Pass to wp_title filter. Props Viper007Bond. fixes #7382 Ryan Boren 2008-07-23 16:44:06 +00:00
  • 8f96c07c40 Don't concat translatable strings. Props msi08. fixes #7385 Ryan Boren 2008-07-23 16:39:00 +00:00
  • 1a5fd227b1 Fix case. fixes #7344 for trunk Ryan Boren 2008-07-23 16:36:10 +00:00
  • a619cbba87 Mark kses callbacks as private. Fixes #7363. Peter Westwood 2008-07-23 08:36:15 +00:00
  • ac03cee3b3 Advertise Atom 1.0 Feed in default theme. Fixes #7341 for trunk props josephscott. Peter Westwood 2008-07-23 06:56:25 +00:00
  • 595c17fc10 Small update to Gears info messages and simple Safari detection. Fixes #7380 for 2.7 Andrew Ozz 2008-07-23 05:12:57 +00:00
  • eb99bdcadf Use WP_LANG_DIR. fixes #7378 for trunk Ryan Boren 2008-07-22 21:09:30 +00:00
  • 797a3c335d Add timezone var to IXR_date. Add timezone back to getIso(). Comment WP specific additions. see #7227 Ryan Boren 2008-07-22 19:53:03 +00:00
  • 611f9eda9f Performance improvments to get_plugin_data() from santosj. see #7372 Ryan Boren 2008-07-22 19:18:07 +00:00
  • 5c959b11ba Allow disabling password reset per user. Props axelseaa. fixes #7344 for trunk Ryan Boren 2008-07-22 19:15:42 +00:00
  • 13ff742a0c Eliminate unused var. Props tschai. fixes #7374 Ryan Boren 2008-07-22 15:49:44 +00:00
  • f577a436c0 Gears integration update in anticipation of Safari support. Fixes #7371 for 2.6.1 Andrew Ozz 2008-07-22 04:03:36 +00:00
  • 09f42ecdc0 Don't allow empty term names. Props scohoust. fixes #7336 for trunk Ryan Boren 2008-07-21 21:53:32 +00:00
  • 5ae1a0fe6b Check for WP_Error return from wp_update_term(). Props scohoust. fixes #7366 for trunk Ryan Boren 2008-07-21 17:52:19 +00:00
  • 7a8e0e3917 Update AtomPub auth to use latest API Ryan Boren 2008-07-21 17:27:27 +00:00
  • b492039458 Fix assignment of links to the default category when a category is deleted. Props scohoust. fixes #7316 for trunk Ryan Boren 2008-07-21 16:13:23 +00:00
  • e5655cff31 kses - don't use create_function in preg_replace_callback. Fixes #7363. Andrew Ozz 2008-07-21 05:11:00 +00:00
  • 11bac00854 kses - properly escape non-Unicode entities. Fixes #6583. Props schiller. Andrew Ozz 2008-07-21 03:21:09 +00:00
  • a9868e9fd5 Take first attribute and ignore later duplicate attributes. Fixes #6602 for trunk. Props schiller. Andrew Ozz 2008-07-21 01:12:49 +00:00
  • 124ca7ff00 Prevent adjacent hyphens in a HTML/XML comment. Fixes #6642 for trunk. Props schiller. Andrew Ozz 2008-07-21 00:32:43 +00:00
  • 4cd1b1c3a0 Make get_edit_post_link() and get_edit_comment_link() SSL aware. Props robertaccettura. fixes #7359 for trunk Ryan Boren 2008-07-20 04:46:59 +00:00
  • 78d7917be7 Resurrect 7615. see #7227 Ryan Boren 2008-07-19 19:01:35 +00:00
  • 686e7e79aa Revert accidental bits that snuck in with [8376]. see #7227 Ryan Boren 2008-07-19 19:00:56 +00:00
  • 9ba30a1b30 IXR 0.71. Props jacobsantos. fixes #7227 Ryan Boren 2008-07-19 17:56:35 +00:00
  • 7a97c74168 Ensure that AtomPub does not auto-publish draft posts when they are edited. Fixes #7299 for trunk props redsweater. Peter Westwood 2008-07-19 15:29:31 +00:00
  • 2be6bcf255 Don't return if is_string(). Proceed to check if is_serialized(). fixes #7347 for trunk Ryan Boren 2008-07-18 16:43:23 +00:00
  • 5000a39eb0 Image sideload and wp_upload_dir() fixes from noel. fixes #7342 for trunk Ryan Boren 2008-07-18 03:19:12 +00:00
  • 0426b70c8e Move plugin data translation and display markup to plugins page. Props DD32. see #3089 Ryan Boren 2008-07-18 03:16:53 +00:00
  • 9d4099ab2c Plugin metadata localization and get_plugin_dta() optimization from santosj. fixes #5651 #3089 Ryan Boren 2008-07-17 22:51:26 +00:00
  • 80f79a7fed Better solution for #4536. Slashless normalization of tag/category bases. fixes #7306 for trunk. see #4536 Mark Jaquith 2008-07-17 19:41:48 +00:00
  • a118de6487 Fix is_term query prepare() so that tag slugs that percent signs in them don't break. fixes #6867 for trunk Ryan Boren 2008-07-17 16:59:40 +00:00
  • fe985f8b12 Fix invalid HTML and remove duplicate fields. Fixes #7293 for trunk. Andrew Ozz 2008-07-16 22:09:27 +00:00
  • 5b2a4bb837 Invalidate the plugin update cache if plugins are deleted. Fixes #7304 for trunk. Peter Westwood 2008-07-16 21:53:32 +00:00
  • 491b47b300 Removes the disabling of captions, but leaves couple of hooks so a plugin can do it easily. see #6812 Andrew Ozz 2008-07-16 21:36:17 +00:00
  • 35b0176876 fixes #7311 for trunk. Andrew Ozz 2008-07-16 20:34:46 +00:00
  • dd7fae8aac New location for akismet Ryan Boren 2008-07-16 18:56:28 +00:00
  • 55ee349c2e Derive the upload url from the upload path if no url given. fixes #7308 for trunk Ryan Boren 2008-07-16 16:49:22 +00:00
  • c1516b35b5 Restore fields removed in [7645]. Props rm53. fixes #7320 for trunk Ryan Boren 2008-07-16 16:30:20 +00:00
  • da0277cebd Add jquery dependency to admin-forms. Props 082net. fixes #7321 for trunk Ryan Boren 2008-07-16 16:16:45 +00:00
  • 989fe9a665 Typo fix. Props paul@byte. fixes #7323 for trunk Ryan Boren 2008-07-16 16:13:48 +00:00
  • cb056bbf1c Update the version number for trunk Peter Westwood 2008-07-16 07:17:06 +00:00
  • 71c6b81617 Typo fix from robertdimarco. fixes #7297 for trunk Ryan Boren 2008-07-15 16:21:26 +00:00
  • 7d69c333f9 Set eol-style Ryan Boren 2008-07-15 15:59:19 +00:00
  • fcd681da15 plugins_url() Ryan Boren 2008-07-15 00:10:07 +00:00
  • b8824f4057 phpdoc for site_url() and friends Ryan Boren 2008-07-14 23:39:11 +00:00
  • 90b7aa72c7 Image regex fixes from noel. see #6813 Ryan Boren 2008-07-14 17:59:06 +00:00
  • ff4142320f Bumpage Ryan Boren 2008-07-14 17:27:19 +00:00
  • eb35595fab rlm entity not so Windows friendly. Use perios instead. see #6813 Ryan Boren 2008-07-14 17:26:30 +00:00
  • 87ea4a1d8d RTL support for Press This. Props RanYanivHartstein. see #7289 Ryan Boren 2008-07-13 17:57:23 +00:00
  • 1644abbe44 RTL friendly fonts from RanYanivHartstein. fixes #6616 Ryan Boren 2008-07-13 16:40:25 +00:00
  • 8e25c6694a RTL for Press This. Props RanYanivHartstein. see #7289 #6616 Ryan Boren 2008-07-13 16:26:16 +00:00
  • 51a8d0b70c Update readme to 2.6 Peter Westwood 2008-07-13 11:26:25 +00:00
  • 20611718e2 Workaround PHP parse_url() bug. Props azaozz. fixes #7288 Ryan Boren 2008-07-13 05:16:54 +00:00
  • 3becff10c3 Press This: properly add and load press-this-ie.css, cleanup of the bookmarklet code. Props azaozz. see #6813 Ryan Boren 2008-07-13 04:57:01 +00:00
  • be46d3e59b Bump Ryan Boren 2008-07-12 18:04:41 +00:00
  • 2dd4d7031a Denote CAPTIONS_OFF as temporary. see #6812 Ryan Boren 2008-07-12 18:02:29 +00:00
  • 3c9c314ef6 We need to clear floats so images don't run into the next post. Matt Mullenweg 2008-07-12 17:53:23 +00:00
  • 60f6e46f2f Performance improvements for page_rows(). Props hailin. fixes #7286 Ryan Boren 2008-07-12 15:40:57 +00:00
  • 3b6e23f787 Press This: Switching to using our default content cleanup in the editor. Props azaozz. see #6813 Ryan Boren 2008-07-11 23:38:32 +00:00
  • 9cac41c84a Run plugin checks both admin and blog side. Props DD32 and mdawaffe. fixes #7265 Ryan Boren 2008-07-11 22:04:03 +00:00
  • be517f46d7 Press This: Fix inserting the selection in the editor and stripping of paragraphs when saving, IE CSS styling fixes, fix continuous linking in editor. Props noel and azaozz. see #6813 Ryan Boren 2008-07-11 20:27:50 +00:00
  • 3351720f04 Generic POST handler. see #7283 Ryan Boren 2008-07-11 20:24:35 +00:00
  • 5ab6111d53 Inline user_login focus JS and avoid JS error. Props azaozz. fixes #7282 Ryan Boren 2008-07-11 20:14:44 +00:00
  • afd113dcf2 Rename wp_caption shortcode to caption. Allow themes to disable captioning. Use dashes instead of underscores in class names. Props azaozz. see #6812 Ryan Boren 2008-07-11 15:59:14 +00:00
  • b3a7cce6ed clean_url() for add_query_arg(). Props xnown. see #7281 Ryan Boren 2008-07-11 15:11:12 +00:00
  • 822ae638e1 Don't LIMIT updates to 1. Props hailin. fixes #7272 Ryan Boren 2008-07-11 01:49:06 +00:00
  • 60701401b3 Add flash uploader bypass toggle. Props tellyworth. fixes #7281 Ryan Boren 2008-07-11 01:45:41 +00:00
  • ece52f214b Fix font sizes in the install/upgrade screens. Props azaozz. fixes #7276 Ryan Boren 2008-07-10 16:59:17 +00:00
  • bea854ed2e Reduce size of Press This bookmarklet. see #7261 Ryan Boren 2008-07-10 16:54:32 +00:00
  • 83e091f297 Fix image resizing inside captions, add edit alt field to the advanced tab. Props azaozz. see #6812 Ryan Boren 2008-07-10 16:39:14 +00:00
  • 9327a37ebf Javascriptify revision selections to deal elegantly while comparing. Matt Mullenweg 2008-07-10 07:58:19 +00:00