Commit Graph

405 Commits

Author SHA1 Message Date
Ryan Boren 204899a05c Fix user feedback when editing attachment details immediately after upload. Props andy. fixes #6398
git-svn-id: https://develop.svn.wordpress.org/trunk@7535 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 21:26:28 +00:00
Ryan Boren b3190f7164 Fix user feedback when editing attachment details immediately after upload. Props andy. fixes #6398
git-svn-id: https://develop.svn.wordpress.org/trunk@7534 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 21:22:19 +00:00
Mark Jaquith f7c21d131d Use attachment title instead of filename, unless it is empty
git-svn-id: https://develop.svn.wordpress.org/trunk@7533 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 21:00:21 +00:00
Mark Jaquith 5e779414fd Clean up the Write Post/Write Page/Edit Comment screens for people without JS. Introduce the hide-if-no-js and hide-if-js automagical classes. fixes #6395
git-svn-id: https://develop.svn.wordpress.org/trunk@7529 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 20:06:18 +00:00
Ryan Boren fb5315dda3 Link to post instead of post editor from edit-comments.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@7528 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 19:35:42 +00:00
Ryan Boren ec33c42302 Taxonomy links and template tags from andy. see #6357
git-svn-id: https://develop.svn.wordpress.org/trunk@7520 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 06:37:19 +00:00
Ryan Boren d99862c68d Pass box to add_meta_box() callback. Props henrikmelin. fixes #6316
git-svn-id: https://develop.svn.wordpress.org/trunk@7514 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-26 03:31:27 +00:00
Mark Jaquith 1912193111 Check the Alignment: None box by default for media insertion. XHTML validation. see #6379
git-svn-id: https://develop.svn.wordpress.org/trunk@7510 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-25 07:33:57 +00:00
Ryan Boren 500e630afc Reture true from got_mod_rewrite if we can't determine if the module is loaded. Add got_rewrite filter. Props andy. fixes #6278
git-svn-id: https://develop.svn.wordpress.org/trunk@7508 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-25 00:22:37 +00:00
Mark Jaquith c04bf3260a Preserve HTML entities in Custom Fields. fixes #6374
git-svn-id: https://develop.svn.wordpress.org/trunk@7506 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-24 22:06:17 +00:00
Ryan Boren f36f51e266 Add GUI to first page. Props MichaelH. fixes #6373
git-svn-id: https://develop.svn.wordpress.org/trunk@7500 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-24 16:09:25 +00:00
Peter Westwood deee165c74 Upgrade the database so we get all the new options for thumbnail size etc in all blogs.
git-svn-id: https://develop.svn.wordpress.org/trunk@7499 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-24 12:15:55 +00:00
Ryan Boren cf9618758d Gallery display enhancements from tellyworth. fixes #6368
git-svn-id: https://develop.svn.wordpress.org/trunk@7496 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-24 02:57:19 +00:00
Ryan Boren cbfb5d78b5 Taxonomy queries and urls. Props andy. see #6357
git-svn-id: https://develop.svn.wordpress.org/trunk@7491 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-23 17:02:11 +00:00
Ryan Boren 0552e943ba Use is_plugin_active() and remove double searching. Props DD32. fixes #6332
git-svn-id: https://develop.svn.wordpress.org/trunk@7488 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-23 16:36:05 +00:00
Ryan Boren 0142f3987f Typo fix from Viper007Bond. fixes #6358
git-svn-id: https://develop.svn.wordpress.org/trunk@7487 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-23 16:34:28 +00:00
Matt Mullenweg df232a0133 Sometimes people have huge numbers of posts, let's always number_format them. Also, additional related link.
git-svn-id: https://develop.svn.wordpress.org/trunk@7485 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-23 07:10:17 +00:00
Matt Mullenweg cca0da63c9 Spacing cleanups and fixes. Hat tip: azaozz.
git-svn-id: https://develop.svn.wordpress.org/trunk@7484 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-23 06:41:43 +00:00
Ryan Boren 54e1b16a80 Make sure cat parents are >= 0. see #6305
git-svn-id: https://develop.svn.wordpress.org/trunk@7483 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-23 01:10:46 +00:00
Matt Mullenweg f0142f35b3 register_taxonomy seems crippled and useless, but let's try it anyway.
git-svn-id: https://develop.svn.wordpress.org/trunk@7475 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-22 17:40:28 +00:00
Peter Westwood 2494516420 Improve the tabindex's on the Write>Post page. Need to do the others too.
git-svn-id: https://develop.svn.wordpress.org/trunk@7472 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-22 09:14:49 +00:00
Ryan Boren e9f8e71210 Fix bad incrementor in widgets. Props mdawaffe. fixes #6350
git-svn-id: https://develop.svn.wordpress.org/trunk@7469 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-22 08:17:37 +00:00
Ryan Boren e31076e464 Fix custom field add/update/delete. Props mdawaffe. fixes #6343
git-svn-id: https://develop.svn.wordpress.org/trunk@7468 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-22 08:15:48 +00:00
Matt Mullenweg 1796a056d8 Don't dupe widget titles. Fixes #6349. Hat tip: mdawaffe.
git-svn-id: https://develop.svn.wordpress.org/trunk@7467 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-22 07:35:11 +00:00
Ryan Boren e2145503bf pretty delete animation, fix squashed icons and use 80x60 thumbs, add rel attrs to attachment links inserted from uploader. Props andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@7466 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-21 23:21:27 +00:00
Ryan Boren db66d57993 Deactivate plugins during plugin update. Props DD32. see #6262
git-svn-id: https://develop.svn.wordpress.org/trunk@7465 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-21 23:02:00 +00:00
Mark Jaquith 933afe995a Always show 15 media files per page in the media manager (do not use front-of-house ppp setting). props Denis-de-Bernardy. fixes #6334
git-svn-id: https://develop.svn.wordpress.org/trunk@7458 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-21 20:03:31 +00:00
Mark Jaquith 015c91abda Better plugin-deactivation array-fu from Denis-de-Bernardy. fixes #6332
git-svn-id: https://develop.svn.wordpress.org/trunk@7456 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-21 19:34:27 +00:00
Peter Westwood 9ed5a34a9b Translate WordPress. Fixes #6324.
git-svn-id: https://develop.svn.wordpress.org/trunk@7446 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-21 09:20:04 +00:00
Ryan Boren 90571b05c1 FTP find_base_dir fixes from DD32. see #5586
git-svn-id: https://develop.svn.wordpress.org/trunk@7443 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-21 05:15:21 +00:00
Mark Jaquith 6046048fc3 better Apache mod detection from andy. fixes #6278
git-svn-id: https://develop.svn.wordpress.org/trunk@7441 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-21 04:10:01 +00:00
Ryan Boren aebc9b36d3 Fix logic inversion. Props DD32. fixes #6248
git-svn-id: https://develop.svn.wordpress.org/trunk@7434 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-20 23:54:17 +00:00
Ryan Boren 55d0af7437 Don't show plugin upgrade notice if user cannot edit_plugins. Props DD32. fixes #6248
git-svn-id: https://develop.svn.wordpress.org/trunk@7433 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-20 23:43:54 +00:00
Ryan Boren e685b5edc2 Fix dash markup when there's only one comment. Props mdawaffe. fixes #6306
git-svn-id: https://develop.svn.wordpress.org/trunk@7429 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-20 22:01:27 +00:00
Ryan Boren d9fd25f2ab Wrap comment bubbles in minimum width div to avoid chopping. Props mt. fixes #6207
git-svn-id: https://develop.svn.wordpress.org/trunk@7427 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-20 21:40:17 +00:00
Ryan Boren 27f4dc5ba4 Parse default args and return WP_Error for emprt cat name in wp_insert_category.
git-svn-id: https://develop.svn.wordpress.org/trunk@7423 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-20 20:19:25 +00:00
Ryan Boren ae8bcdd504 deactivate_plugins() fix from DD32. fixes #6309
git-svn-id: https://develop.svn.wordpress.org/trunk@7416 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-20 17:24:44 +00:00
Ryan Boren ea391d08e9 wpfs direct fixes from DD32. see #5586
git-svn-id: https://develop.svn.wordpress.org/trunk@7415 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-20 17:22:43 +00:00
Ryan Boren e6c6a44a6c Enable wpfs auto selection. Props DD32. seee #5586
git-svn-id: https://develop.svn.wordpress.org/trunk@7414 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-20 06:08:27 +00:00
Ryan Boren 1b8ad770de Typo fix. see #6243
git-svn-id: https://develop.svn.wordpress.org/trunk@7407 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-20 00:34:41 +00:00
Ryan Boren 3e4d1197d5 Degrade flash upload if the server is lightttpd < 1.5. Props nbachyski. fixes #6243
git-svn-id: https://develop.svn.wordpress.org/trunk@7406 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-20 00:33:59 +00:00
Ryan Boren 222de67dca Check return of tmpfile(). see #5586
git-svn-id: https://develop.svn.wordpress.org/trunk@7403 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-19 20:36:23 +00:00
Mark Jaquith 09e9e04f89 Make sure apache_getenv() exists before using it. fixes #6278
git-svn-id: https://develop.svn.wordpress.org/trunk@7401 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-19 18:18:59 +00:00
Ryan Boren 4dcc023818 ngettext fixes from nbachiyski. fixes #6261
git-svn-id: https://develop.svn.wordpress.org/trunk@7397 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-19 16:00:09 +00:00
Ryan Boren 1107f63d47 Disable flash uploader if mac and mod_security is enabled. Props andy. fixes #6278
git-svn-id: https://develop.svn.wordpress.org/trunk@7396 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-19 06:18:05 +00:00
Ryan Boren 045e4af5d0 Fix typo in ftpext class. Handle safe mode errors. PRops DD32. see #5586
git-svn-id: https://develop.svn.wordpress.org/trunk@7393 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-19 02:46:27 +00:00
Mark Jaquith 8b6ba65861 moderation.php is no more. All hail edit-comments.php?comment_status=moderated
git-svn-id: https://develop.svn.wordpress.org/trunk@7391 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-18 23:24:04 +00:00
Ryan Boren 000eee5dab Fix over-aggressive form validation. Props mdawaffe. fixes #6209
git-svn-id: https://develop.svn.wordpress.org/trunk@7384 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-18 19:20:18 +00:00
Ryan Boren 9a72c8e176 Grammar fix from filosofo. fixes #6274
git-svn-id: https://develop.svn.wordpress.org/trunk@7382 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-18 17:17:48 +00:00
Ryan Boren d4f18a6f56 Grammar fix. Props Denis-de-Bernardy and MtDewVirus. fixes #6274
git-svn-id: https://develop.svn.wordpress.org/trunk@7381 602fd350-edb4-49c9-b593-d223f7449a82
2008-03-18 17:06:04 +00:00