Commit Graph

3643 Commits

Author SHA1 Message Date
Peter Westwood ca850a4456 HTTP API improvements. Implements chunked transfer decoding. Moves plugin update checker over to api. see #4779 props santosj.
git-svn-id: https://develop.svn.wordpress.org/trunk@8630 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-12 21:21:11 +00:00
Ryan Boren b7d641c8fd Don't redirect back to permalink after editing from Edit This link. fixes #7503 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8627 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-12 21:00:22 +00:00
Ryan Boren b0d1405333 Don't redirect back to permalink after editing from Edit This link. fixes #7503 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8625 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-12 20:58:00 +00:00
Ryan Boren a70e1a34e5 WP-Admin File Level Inline Documentation from santosj. see #7496
git-svn-id: https://develop.svn.wordpress.org/trunk@8618 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-11 20:26:31 +00:00
Ryan Boren da4e0eca48 Separate Large and Full image sizes. Props tellyworth. fixes #7151
git-svn-id: https://develop.svn.wordpress.org/trunk@8612 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-11 03:54:26 +00:00
Andrew Ozz 1c05d81e06 Prevent fatal error if plugin uses install-helper.php, fixes #6747 for 2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@8610 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-10 23:13:39 +00:00
Andrew Ozz fa3d304307 Strip slashes when inserting media into the editor. Fixes #7488 for 2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@8605 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-10 02:14:13 +00:00
Ryan Boren f25dd822ec Fix tag duplication when saving posts with multiple tags that have custom slugs. Props mtekk and count_0. fixes #6593 see #6313
git-svn-id: https://develop.svn.wordpress.org/trunk@8603 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-09 17:13:40 +00:00
Ryan Boren 2272a1a950 Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@8600 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-09 05:36:14 +00:00
Ryan Boren 9d19580065 upload.php is not a retired file. see #5560
git-svn-id: https://develop.svn.wordpress.org/trunk@8599 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-09 05:11:09 +00:00
Ryan Boren a5b9f74038 Landing page for auto upgrade. see #5560
git-svn-id: https://develop.svn.wordpress.org/trunk@8597 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-09 03:20:16 +00:00
Ryan Boren d48b376956 Remove old files. see #5560
git-svn-id: https://develop.svn.wordpress.org/trunk@8596 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-09 01:00:27 +00:00
Ryan Boren 7d958a43d1 Automatic upgrade, first cut. see #5560
git-svn-id: https://develop.svn.wordpress.org/trunk@8595 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-08 22:49:35 +00:00
Ryan Boren 4b8144a688 RTL fixes from RanYanivHartstein. fixes #7482
git-svn-id: https://develop.svn.wordpress.org/trunk@8592 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-08 17:31:20 +00:00
Ryan Boren dd5fae740f RTL fixes from RanYanivHartstein. see #7482
git-svn-id: https://develop.svn.wordpress.org/trunk@8590 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-08 17:23:30 +00:00
Peter Westwood 010f5ed7b2 Lots of fixes for Notices when WP_DEBUG is set. See #6669 props santosj.
git-svn-id: https://develop.svn.wordpress.org/trunk@8589 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-08 17:05:10 +00:00
Ryan Boren 4ea763f026 Update since tags. Props santosj. fixes #5625
git-svn-id: https://develop.svn.wordpress.org/trunk@8587 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-08 04:15:03 +00:00
Ryan Boren 7d0bd55969 Plugin uninstall hooks from santosj. fixes #5625
git-svn-id: https://develop.svn.wordpress.org/trunk@8585 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-07 23:39:27 +00:00
Ryan Boren 80a4ec8e37 Fix bad bracketing in unzip_file()
git-svn-id: https://develop.svn.wordpress.org/trunk@8580 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-07 19:15:04 +00:00
Mark Jaquith 0ca7018899 Use the edit_others_posts capability for controlling sticky checkbox display and usage. see #7457
git-svn-id: https://develop.svn.wordpress.org/trunk@8577 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-06 21:31:40 +00:00
Mark Jaquith 8c9625eede Give separate paragraphs to the private/sticky checkboxen (heh) and give them distinct IDs for plugin CSS-hiding purposes. see #7457
git-svn-id: https://develop.svn.wordpress.org/trunk@8576 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-06 21:23:34 +00:00
Ryan Boren 1fba6c61c7 RTL styling fixes from RanYanivHartstein. fixes #7461
git-svn-id: https://develop.svn.wordpress.org/trunk@8554 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 19:48:04 +00:00
Ryan Boren 221d977d87 Increase term name length. Props nbachiyski. fixes #7465
git-svn-id: https://develop.svn.wordpress.org/trunk@8553 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 18:27:02 +00:00
Ryan Boren ec5112b294 Press This: Fix image insert in IE7, set textarea height. Props noael and zamoose. fixes #7387 #7310 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8551 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 17:13:58 +00:00
Ryan Boren 25bcec4e28 Plugin install fixes from DD32. see #6015
git-svn-id: https://develop.svn.wordpress.org/trunk@8550 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 17:06:42 +00:00
Ryan Boren 742aa7d933 Sticky Posts, firct cut. see #7457
git-svn-id: https://develop.svn.wordpress.org/trunk@8546 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-05 05:48:21 +00:00
Ryan Boren c0eb754f82 Fix star.gif. see #6015
git-svn-id: https://develop.svn.wordpress.org/trunk@8542 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 21:24:47 +00:00
Ryan Boren f9438787d6 Set eol-style. see #6015
git-svn-id: https://develop.svn.wordpress.org/trunk@8541 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 21:17:42 +00:00
Peter Westwood 0d522c3898 Plugin Install GSOC project first code drop. Props DD32 see #6015.
git-svn-id: https://develop.svn.wordpress.org/trunk@8540 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 21:01:09 +00:00
Andrew Ozz 52c78986b0 Type error when redirecting after post save, url_to_postid() may return the id as int or str, for 2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@8530 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-04 05:15:36 +00:00
Andrew Ozz 8138570a20 When not using image captions, IE may add caption null, for 2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@8517 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 05:10:27 +00:00
Ryan Boren cf2daaf071 Don't run get_plugins() on every admin page load. Use cron for async update plugin requests. see #7372
git-svn-id: https://develop.svn.wordpress.org/trunk@8514 602fd350-edb4-49c9-b593-d223f7449a82
2008-08-01 04:26:32 +00:00
Andrew Ozz 90e3261fd9 Latest TinyMCE, has new load options and bugfixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@8512 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-31 04:01:30 +00:00
Andrew Ozz fc84847f4c Stop PHP warnings when $_GET[revision] is not set. Props DD32, see #7437
git-svn-id: https://develop.svn.wordpress.org/trunk@8508 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-30 12:32:04 +00:00
Andrew Ozz de1afa66d2 Add "Page restored" message. Props Viper007Bond, fixes #7437 for 2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@8506 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-30 09:18:59 +00:00
Peter Westwood 4e86f315b8 Avoid possible XSS when displaying the list of invalid plugins fixes #6871 for trunk props xknown.
git-svn-id: https://develop.svn.wordpress.org/trunk@8499 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-30 06:38:40 +00:00
Andrew Ozz ba35a97bb5 Fix error message when invalidating plugin because of bad path.
git-svn-id: https://develop.svn.wordpress.org/trunk@8496 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-30 00:02:47 +00:00
Andrew Ozz 4ad2e3433e Include only valid plugins. Props guillep2k, fixes #6871
git-svn-id: https://develop.svn.wordpress.org/trunk@8495 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-29 23:10:12 +00:00
Ryan Boren 3437da6843 Don't apply checkboxes to invisible comments.Props mdawaffe. fixes #7433 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8492 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-29 22:16:39 +00:00
Ryan Boren 319051a7fa Fix gravatars for infinite comments. Props mdawaffe. fixes #7432 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8490 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-29 22:14:53 +00:00
Ryan Boren a359db73a2 Use get_edit_post_link() instead of hardcoding edit links. Props mdawaffe. fixes #7425
git-svn-id: https://develop.svn.wordpress.org/trunk@8484 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-29 05:22:58 +00:00
Ryan Boren 6c433a5dce Store current user rather than original post author when saving revisions. Props mdawaffe. fixes #7317 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8480 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-28 23:58:24 +00:00
Andrew Ozz ec69e512e4 Press This: using trailing slash after $_SERVER['PHP_SELF'] breaks the image tab on some servers.
git-svn-id: https://develop.svn.wordpress.org/trunk@8476 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-28 23:07:47 +00:00
Peter Westwood 69c7119827 Remove extra } from query. Fixes #7416 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@8467 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-27 08:40:29 +00:00
Peter Westwood 5bcfcc8d92 Move the endif inside the table so [8461] doesn't break the html. Fixes #7399 props DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@8462 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-26 08:05:30 +00:00
Peter Westwood 3f76f09b36 Only show the admin colour scheme picker if there is more than one theme to pick from. Fixes #7399.
git-svn-id: https://develop.svn.wordpress.org/trunk@8461 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-26 07:54:02 +00:00
Andrew Ozz 8867258f87 Stay on the same page after moderating comments. Fixes #7412 for 2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@8459 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-26 03:51:39 +00:00
Ryan Boren e3f815e7b5 Don't try to translate empty role name. Props wasp. fixes #6554 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8455 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-25 15:36:40 +00:00
Ryan Boren 6fbbcbfb6e Check both slug and name when determining if is_term(). fixes #6593 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8433 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-24 19:28:40 +00:00
Andrew Ozz 3f555491f3 Use conditional for whole sentence. Fixes #7385 for 2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@8419 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-23 18:53:43 +00:00
Ryan Boren 5580e543f6 Typo fix from filosofo. fixes #7389 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8416 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-23 18:35:38 +00:00
Ryan Boren 8f96c07c40 Don't concat translatable strings. Props msi08. fixes #7385
git-svn-id: https://develop.svn.wordpress.org/trunk@8413 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-23 16:39:00 +00:00
Andrew Ozz 595c17fc10 Small update to Gears info messages and simple Safari detection. Fixes #7380 for 2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@8406 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-23 05:12:57 +00:00
Ryan Boren 611f9eda9f Performance improvments to get_plugin_data() from santosj. see #7372
git-svn-id: https://develop.svn.wordpress.org/trunk@8402 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-22 19:18:07 +00:00
Ryan Boren 13ff742a0c Eliminate unused var. Props tschai. fixes #7374
git-svn-id: https://develop.svn.wordpress.org/trunk@8397 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-22 15:49:44 +00:00
Andrew Ozz f577a436c0 Gears integration update in anticipation of Safari support. Fixes #7371 for 2.6.1
git-svn-id: https://develop.svn.wordpress.org/trunk@8395 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-22 04:03:36 +00:00
Ryan Boren 5ae1a0fe6b Check for WP_Error return from wp_update_term(). Props scohoust. fixes #7366 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8391 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-21 17:52:19 +00:00
Ryan Boren b492039458 Fix assignment of links to the default category when a category is deleted. Props scohoust. fixes #7316 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8388 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-21 16:13:23 +00:00
Ryan Boren 5000a39eb0 Image sideload and wp_upload_dir() fixes from noel. fixes #7342 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8369 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-18 03:19:12 +00:00
Ryan Boren 0426b70c8e Move plugin data translation and display markup to plugins page. Props DD32. see #3089
git-svn-id: https://develop.svn.wordpress.org/trunk@8368 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-18 03:16:53 +00:00
Ryan Boren 9d4099ab2c Plugin metadata localization and get_plugin_dta() optimization from santosj. fixes #5651 #3089
git-svn-id: https://develop.svn.wordpress.org/trunk@8367 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-17 22:51:26 +00:00
Mark Jaquith 80f79a7fed Better solution for #4536. Slashless normalization of tag/category bases. fixes #7306 for trunk. see #4536
git-svn-id: https://develop.svn.wordpress.org/trunk@8365 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-17 19:41:48 +00:00
Andrew Ozz fe985f8b12 Fix invalid HTML and remove duplicate fields. Fixes #7293 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@8361 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-16 22:09:27 +00:00
Andrew Ozz 491b47b300 Removes the disabling of captions, but leaves couple of hooks so a plugin can do it easily. see #6812
git-svn-id: https://develop.svn.wordpress.org/trunk@8358 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-16 21:36:17 +00:00
Ryan Boren c1516b35b5 Restore fields removed in [7645]. Props rm53. fixes #7320 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8350 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-16 16:30:20 +00:00
Ryan Boren 989fe9a665 Typo fix. Props paul@byte. fixes #7323 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@8345 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-16 16:13:48 +00:00
Ryan Boren 90b7aa72c7 Image regex fixes from noel. see #6813
git-svn-id: https://develop.svn.wordpress.org/trunk@8332 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-14 17:59:06 +00:00
Ryan Boren eb35595fab rlm entity not so Windows friendly. Use perios instead. see #6813
git-svn-id: https://develop.svn.wordpress.org/trunk@8330 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-14 17:26:30 +00:00
Ryan Boren 87ea4a1d8d RTL support for Press This. Props RanYanivHartstein. see #7289
git-svn-id: https://develop.svn.wordpress.org/trunk@8328 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-13 17:57:23 +00:00
Ryan Boren 1644abbe44 RTL friendly fonts from RanYanivHartstein. fixes #6616
git-svn-id: https://develop.svn.wordpress.org/trunk@8327 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-13 16:40:25 +00:00
Ryan Boren 8e25c6694a RTL for Press This. Props RanYanivHartstein. see #7289 #6616
git-svn-id: https://develop.svn.wordpress.org/trunk@8326 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-13 16:26:16 +00:00
Ryan Boren 3becff10c3 Press This: properly add and load press-this-ie.css, cleanup of the bookmarklet code. Props azaozz. see #6813
git-svn-id: https://develop.svn.wordpress.org/trunk@8323 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-13 04:57:01 +00:00
Ryan Boren 2dd4d7031a Denote CAPTIONS_OFF as temporary. see #6812
git-svn-id: https://develop.svn.wordpress.org/trunk@8321 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-12 18:02:29 +00:00
Ryan Boren 60f6e46f2f Performance improvements for page_rows(). Props hailin. fixes #7286
git-svn-id: https://develop.svn.wordpress.org/trunk@8319 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-12 15:40:57 +00:00
Ryan Boren 3b6e23f787 Press This: Switching to using our default content cleanup in the editor. Props azaozz. see #6813
git-svn-id: https://develop.svn.wordpress.org/trunk@8318 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-11 23:38:32 +00:00
Ryan Boren 9cac41c84a Run plugin checks both admin and blog side. Props DD32 and mdawaffe. fixes #7265
git-svn-id: https://develop.svn.wordpress.org/trunk@8317 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-11 22:04:03 +00:00
Ryan Boren 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
git-svn-id: https://develop.svn.wordpress.org/trunk@8316 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-11 20:27:50 +00:00
Ryan Boren 3351720f04 Generic POST handler. see #7283
git-svn-id: https://develop.svn.wordpress.org/trunk@8315 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-11 20:24:35 +00:00
Ryan Boren afd113dcf2 Rename wp_caption shortcode to caption. Allow themes to disable captioning. Use dashes instead of underscores in class names. Props azaozz. see #6812
git-svn-id: https://develop.svn.wordpress.org/trunk@8313 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-11 15:59:14 +00:00
Ryan Boren b3a7cce6ed clean_url() for add_query_arg(). Props xnown. see #7281
git-svn-id: https://develop.svn.wordpress.org/trunk@8312 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-11 15:11:12 +00:00
Ryan Boren 60701401b3 Add flash uploader bypass toggle. Props tellyworth. fixes #7281
git-svn-id: https://develop.svn.wordpress.org/trunk@8310 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-11 01:45:41 +00:00
Ryan Boren ece52f214b Fix font sizes in the install/upgrade screens. Props azaozz. fixes #7276
git-svn-id: https://develop.svn.wordpress.org/trunk@8309 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-10 16:59:17 +00:00
Ryan Boren 83e091f297 Fix image resizing inside captions, add edit alt field to the advanced tab. Props azaozz. see #6812
git-svn-id: https://develop.svn.wordpress.org/trunk@8307 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-10 16:39:14 +00:00
Matt Mullenweg 9327a37ebf Javascriptify revision selections to deal elegantly while comparing.
git-svn-id: https://develop.svn.wordpress.org/trunk@8306 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-10 07:58:19 +00:00
Matt Mullenweg e70cdeca15 Check for plugin updates more frequently, notify with double bubble trouble. Hat tip: mdawaffe. Fixes #7265.
git-svn-id: https://develop.svn.wordpress.org/trunk@8305 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-10 07:35:20 +00:00
Ryan Boren 261e73a0ff Media Uploader improvements from azaozz: Improves the insert external image dialog, redirects to the gallery tab after "Save all changes" is clicked, shows the "Order" fields on the closed tabs, where they are easier to use, and only in the Gallery. see #7274
git-svn-id: https://develop.svn.wordpress.org/trunk@8304 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-10 03:49:52 +00:00
Ryan Boren 002de2af3b Press This: CSS cleanup, photo input newline breaks, fixes short_tags problem. Props noel. see #6813
git-svn-id: https://develop.svn.wordpress.org/trunk@8303 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-09 21:39:36 +00:00
Ryan Boren 66e1071703 Don't format_to_edit TinyMCE inserts. Don't turn selection into a link. Restore editor contents when switching back to text tab. see #7261 #7220
git-svn-id: https://develop.svn.wordpress.org/trunk@8302 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-09 19:51:53 +00:00
Ryan Boren 435710f599 Install styling from azaozz. fixes #7266
git-svn-id: https://develop.svn.wordpress.org/trunk@8297 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-09 04:33:31 +00:00
Matt Mullenweg b210295d0b Ajax Deleting an object that's already been deleted should silently succeed. Hat tip: mdawaffe. Fixes #7264.
git-svn-id: https://develop.svn.wordpress.org/trunk@8296 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-09 02:00:21 +00:00
Ryan Boren 304340a9b0 Fix quotes in captions. Props azaozz. see #6812
git-svn-id: https://develop.svn.wordpress.org/trunk@8290 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-08 23:38:53 +00:00
Ryan Boren 90961ebf15 gettext updates for cat2tag. Props msi08. fixes #7139
git-svn-id: https://develop.svn.wordpress.org/trunk@8279 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-07 23:49:22 +00:00
Ryan Boren 8887dcc0a2 Notice fixes from jacobsantos. fixes #7255
git-svn-id: https://develop.svn.wordpress.org/trunk@8266 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-07 14:21:47 +00:00
Ryan Boren e97cb4f857 Excerpt long media titles. Props nbachiyski. fixes #7253
git-svn-id: https://develop.svn.wordpress.org/trunk@8265 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-06 21:15:38 +00:00
Ryan Boren 7dccf2c37c Image caption fixes from azaozz: captions are properly created in tables and in lists, all tags are properly removed when deleting a caption, the align buttons can be used to align the captions. see #6812
git-svn-id: https://develop.svn.wordpress.org/trunk@8260 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-06 16:38:37 +00:00
Ryan Boren 3373e4334e Gallery sort fix from AaronCampbell. fixes #6988
git-svn-id: https://develop.svn.wordpress.org/trunk@8259 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-05 05:01:28 +00:00
Ryan Boren 32391d9b2a Fix pass-by-ref error. Props DD32. fixes #7241
git-svn-id: https://develop.svn.wordpress.org/trunk@8258 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-04 16:16:25 +00:00
Ryan Boren 99fdb4ee9e Gears and styling updates for Press This from azaozz. see #6813
git-svn-id: https://develop.svn.wordpress.org/trunk@8256 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-04 16:12:31 +00:00
Ryan Boren c38c9fc4e2 Turn off verbose
git-svn-id: https://develop.svn.wordpress.org/trunk@8255 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-04 06:18:20 +00:00
Ryan Boren c0a479e5b9 Grammar fix
git-svn-id: https://develop.svn.wordpress.org/trunk@8253 602fd350-edb4-49c9-b593-d223f7449a82
2008-07-04 00:28:18 +00:00