Commit Graph

10171 Commits

Author SHA1 Message Date
Ryan Boren c06ab49bcf Don't notify post author of own comments. PrProps josephscott. fixes #8695
git-svn-id: https://develop.svn.wordpress.org/trunk@11387 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 18:36:04 +00:00
Ryan Boren 8f2d1010bb Unset from GLOBALS. see #9854
git-svn-id: https://develop.svn.wordpress.org/trunk@11386 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 18:00:47 +00:00
Ryan Boren 36a5a9137f Add plugin_row_meta filter
git-svn-id: https://develop.svn.wordpress.org/trunk@11385 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 16:56:42 +00:00
Ryan Boren b91fbde89f Typo fix
git-svn-id: https://develop.svn.wordpress.org/trunk@11384 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 16:55:20 +00:00
Mark Jaquith ba1c3bdd5b Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
git-svn-id: https://develop.svn.wordpress.org/trunk@11383 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 16:00:33 +00:00
Ryan Boren c6debe7b9e Break global post ref so we don't pollute queries. see #9854
git-svn-id: https://develop.svn.wordpress.org/trunk@11382 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 15:56:39 +00:00
Ryan Boren e170a4d6c1 bump
git-svn-id: https://develop.svn.wordpress.org/trunk@11381 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 15:14:36 +00:00
Mark Jaquith f0336cfa7d deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
git-svn-id: https://develop.svn.wordpress.org/trunk@11380 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 15:11:07 +00:00
Ryan Boren b3efcdaaaa Recognize Expression Web 2 as IIS. Props peaceablewhale, DD32. fixes #8725
git-svn-id: https://develop.svn.wordpress.org/trunk@11379 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 14:54:16 +00:00
Andrew Ozz 092b182559 Fix Screen Options and Help buttons
git-svn-id: https://develop.svn.wordpress.org/trunk@11378 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 05:10:50 +00:00
Ryan Boren 9fa0b6944e Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@11377 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 03:29:59 +00:00
Andrew Ozz 3780ca0212 Sanitize plugin update information, props hakre, fixes #5422
git-svn-id: https://develop.svn.wordpress.org/trunk@11376 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-17 20:26:36 +00:00
Andrew Ozz 405eececce HTML validity fixes, props hakre, fixes #9432
git-svn-id: https://develop.svn.wordpress.org/trunk@11375 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-17 20:19:51 +00:00
Andrew Ozz 4bf2deac13 Add param to the widget_display_callback hook, props Denis-de-Bernardy, fixes #9852
git-svn-id: https://develop.svn.wordpress.org/trunk@11374 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-17 19:36:28 +00:00
Andrew Ozz bf88f92c4d Refresh gallery.js
git-svn-id: https://develop.svn.wordpress.org/trunk@11373 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-17 12:34:40 +00:00
Andrew Ozz 6adf190b8f Update SWFUpload to 2.2.0.1, see #9413
git-svn-id: https://develop.svn.wordpress.org/trunk@11372 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-17 12:29:58 +00:00
Peter Westwood ba09ff6c8d Add an action link to allow for plugins to be deleted individually. Also switch to storing the deletion information and redirecting before displaying. Fixes #9835 props DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@11371 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-17 09:39:32 +00:00
Peter Westwood c98f9104b6 Migrate final get_author_name() calls to use get_the_author_meta() instead. See #9393 props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@11370 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 22:32:48 +00:00
Andrew Ozz 63c3617491 Add HTML break in user-new.php, props demetris, fixes #9834
git-svn-id: https://develop.svn.wordpress.org/trunk@11369 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 21:51:32 +00:00
Ryan Boren c8f9570ff9 Incorporate version into description. Put version, and author link beneath description (possibly incorporate other meta here).
git-svn-id: https://develop.svn.wordpress.org/trunk@11368 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 19:45:31 +00:00
Ryan Boren 0bba629ff5 Always show action links for plugin rows. Move offsite links off of plugin name to new 'View Site' action.
git-svn-id: https://develop.svn.wordpress.org/trunk@11367 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 19:30:08 +00:00
Andrew Ozz bb4f1f4162 Add footer actions to iframe footer, props DD32, fixes #9832
git-svn-id: https://develop.svn.wordpress.org/trunk@11366 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 19:21:29 +00:00
Ryan Boren 87b94b7e59 Beta 1
git-svn-id: https://develop.svn.wordpress.org/trunk@11365 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 18:44:55 +00:00
Ryan Boren 7a19e12aee Add trailing slash before query args for crufty links. Props peaceablewhale. fixes #9515
git-svn-id: https://develop.svn.wordpress.org/trunk@11364 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 17:22:19 +00:00
Ryan Boren 39e73e8f2f Revert [11307]. fixes #9842
git-svn-id: https://develop.svn.wordpress.org/trunk@11363 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 17:19:30 +00:00
Ryan Boren 49f326fb2c Trim long descriptions in plugin installer search results. Props DD32. fixes #9576
git-svn-id: https://develop.svn.wordpress.org/trunk@11362 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 17:16:45 +00:00
Andrew Ozz dc4834a673 Style tweaks for plugins delete confirmation page, props Simek, fixes #9799
git-svn-id: https://develop.svn.wordpress.org/trunk@11361 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 07:09:03 +00:00
Andrew Ozz dfd8e5f0ee Margin fix for "updated" and "error" classes, props Simek, fixes #9802
git-svn-id: https://develop.svn.wordpress.org/trunk@11360 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 06:53:41 +00:00
Andrew Ozz f4c925859a Clean up user-edit.php, add password strength meter to Add User and Edit User
git-svn-id: https://develop.svn.wordpress.org/trunk@11359 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 06:29:10 +00:00
Ryan Boren 6a66b51970 Fix feed autodiscovery. Props peaceablewhale. fixes #9810
git-svn-id: https://develop.svn.wordpress.org/trunk@11358 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 05:15:21 +00:00
Ryan Boren c8876e3798 Check if get_site_option() is defined. It isn't when auto upgrading from <= 2.7.
git-svn-id: https://develop.svn.wordpress.org/trunk@11357 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 05:05:11 +00:00
Ryan Boren b165b06dcd Check if delete_transient() exists to avoid error when upgrading from releases that don't define it.
git-svn-id: https://develop.svn.wordpress.org/trunk@11356 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 04:56:13 +00:00
Ryan Boren 2511d7e2c3 Fix bad call to str_replace. see #9395
git-svn-id: https://develop.svn.wordpress.org/trunk@11355 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 04:46:31 +00:00
Ryan Boren dfad06fd16 Bump all style versions
git-svn-id: https://develop.svn.wordpress.org/trunk@11354 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 02:50:23 +00:00
Ryan Boren 75630fb7e3 Improve contextual help for widgets. Props demetris. fixes #9827
git-svn-id: https://develop.svn.wordpress.org/trunk@11353 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 02:25:06 +00:00
Ryan Boren fee032b9e8 strip tags on post titles in recent comments dashboard widget. Props Denis-de-Bernardy, mastermind. fixes #9138
git-svn-id: https://develop.svn.wordpress.org/trunk@11352 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 02:23:12 +00:00
Ryan Boren 86744c9a4b Support headers split over multiple lines. Props hakre, Denis-de-Bernardy, wnorris. fixes #9395
git-svn-id: https://develop.svn.wordpress.org/trunk@11351 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 02:17:55 +00:00
Ryan Boren 5d6ca1f0dc Support IIS 7.0 URL Rewrite Module. Props ruslany. Hat tips to peaceablewhale, hakre, Denis-de-Bernardy, sivel. fixes #8974
git-svn-id: https://develop.svn.wordpress.org/trunk@11350 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 02:04:36 +00:00
Andrew Ozz 8644a0c9d7 Strip tags and convert < > to entities when appending widget title, fixes #9830
git-svn-id: https://develop.svn.wordpress.org/trunk@11349 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-16 00:32:04 +00:00
Ryan Boren d600eaf1c7 Allow combining category and tag queries. Props turboguy. fixes #5433
git-svn-id: https://develop.svn.wordpress.org/trunk@11348 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-15 23:47:28 +00:00
Ryan Boren 4fefdf5498 Use get_post_modified_time filter in get_post_modified_time(). Props Denis-de-Bernardy. fixes #9734
git-svn-id: https://develop.svn.wordpress.org/trunk@11347 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-15 22:33:33 +00:00
Ryan Boren 3236a991dd Ver bump
git-svn-id: https://develop.svn.wordpress.org/trunk@11346 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-15 22:21:21 +00:00
Ryan Boren 18cc4463fe Handle nested tag in wptexturize(). Props nbachiyski. fixes #7056 see #6969
git-svn-id: https://develop.svn.wordpress.org/trunk@11345 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-15 21:37:18 +00:00
Ryan Boren e80637d860 Escape posts passed as objects. Props Denis-de-Bernardy. fixes #9727
git-svn-id: https://develop.svn.wordpress.org/trunk@11344 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-15 21:27:39 +00:00
Ryan Boren 08a55fd223 Add escaping for quick edit saves. Props hailin. fixes #9822
git-svn-id: https://develop.svn.wordpress.org/trunk@11343 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-15 20:05:52 +00:00
Ryan Boren c3bd8ffb66 Add option to wp_die to display a go back link. Props nbachiyski. fixes #5167
git-svn-id: https://develop.svn.wordpress.org/trunk@11342 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-15 17:49:35 +00:00
Ryan Boren e88d7ca4b8 Update PHPMailer to 2.0.4. Props hakre. fixes #9697
git-svn-id: https://develop.svn.wordpress.org/trunk@11341 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-15 17:32:35 +00:00
Andrew Ozz 35e1460bec Fix IE 512-byte minimum page length bug, props hakre, fixes #8942
git-svn-id: https://develop.svn.wordpress.org/trunk@11340 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-15 09:38:43 +00:00
Andrew Ozz 1de8d80346 Support more than one gallery on the same page, props jamescollins, fixes #7678
git-svn-id: https://develop.svn.wordpress.org/trunk@11339 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-15 08:52:04 +00:00
Peter Westwood eef75a9675 Ensure that wp_specialchars captures all pre-encoded entities correctly when preventing double encoding. Fixes #9821.
git-svn-id: https://develop.svn.wordpress.org/trunk@11338 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-15 06:29:19 +00:00