Commit Graph

5843 Commits

Author SHA1 Message Date
Ryan Boren 7abea37f4f Add xmlrpc_call actions. Cleanup some whitespace.
git-svn-id: https://develop.svn.wordpress.org/trunk@6473 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-23 01:35:44 +00:00
Ryan Boren 6d13a7f175 Add import_done actions
git-svn-id: https://develop.svn.wordpress.org/trunk@6472 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-23 01:10:29 +00:00
Ryan Boren 976dc65a9b Don't fallback to DB info for secret key. Allow expiration grace period for AJAX requests. see #5367
git-svn-id: https://develop.svn.wordpress.org/trunk@6471 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-23 00:58:06 +00:00
Ryan Boren 22eb9c1d99 Show DB errors if WP_DEBUG and if installing. see #5473
git-svn-id: https://develop.svn.wordpress.org/trunk@6469 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-22 17:45:30 +00:00
Matt Mullenweg 190119b1b8 First pass at some of the header/footer styles. Again, work in progress. A few menu item renames.
git-svn-id: https://develop.svn.wordpress.org/trunk@6468 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-22 09:46:13 +00:00
Ryan Boren 5b1a91e0c3 Throw pages into search queries. Let's see how they handle. see #5149
git-svn-id: https://develop.svn.wordpress.org/trunk@6467 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-22 08:19:10 +00:00
Matt Mullenweg 93cc3c8e10 Only show comments on pages meant to show one entry, rather than any edit.php query which happens to have one result.
git-svn-id: https://develop.svn.wordpress.org/trunk@6465 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-22 07:34:14 +00:00
Ryan Boren 7e06628e1b Don't block SET NAMES query. Props g30rg3x for the find. fixes #5503 for 2.4
git-svn-id: https://develop.svn.wordpress.org/trunk@6464 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-22 06:24:48 +00:00
Matt Mullenweg c8e824c3fe pre flight commit, BOOM. hat tip: rboren.
git-svn-id: https://develop.svn.wordpress.org/trunk@6462 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-21 22:24:04 +00:00
Ryan Boren fa1f09bcb3 Forgot this. see #5495
git-svn-id: https://develop.svn.wordpress.org/trunk@6460 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-21 19:54:46 +00:00
Ryan Boren 9365777088 Return after bailing since bail doesn't always die now. Don't do queries if constructor didn't complete. see #5495
git-svn-id: https://develop.svn.wordpress.org/trunk@6459 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-21 19:30:08 +00:00
Ryan Boren 0c135204a3 Revert accidental bits.
git-svn-id: https://develop.svn.wordpress.org/trunk@6457 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-21 18:50:29 +00:00
Ryan Boren 5ff262b3da Page walker fixes from hailin. fixes #5498
git-svn-id: https://develop.svn.wordpress.org/trunk@6456 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-21 18:49:20 +00:00
Peter Westwood f198d41f1b Fix funky formatting
git-svn-id: https://develop.svn.wordpress.org/trunk@6454 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-21 09:23:59 +00:00
Ryan Boren 26a0cf0e7b Remove debug
git-svn-id: https://develop.svn.wordpress.org/trunk@6452 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-21 06:12:23 +00:00
Ryan Boren b8965ef065 Be more selective in what we make clickable.
git-svn-id: https://develop.svn.wordpress.org/trunk@6449 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-21 03:14:22 +00:00
Ryan Boren 08920c2855 Custom DB error page. fixes #5500 for 2.4
git-svn-id: https://develop.svn.wordpress.org/trunk@6447 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-21 02:53:57 +00:00
Ryan Boren 50b1400ee5 Check attachment link when deleting.
git-svn-id: https://develop.svn.wordpress.org/trunk@6446 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-21 01:40:26 +00:00
Ryan Boren bc001a3088 gettext for new dashboard from nbachiyski. fixes #5499
git-svn-id: https://develop.svn.wordpress.org/trunk@6441 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 22:36:00 +00:00
Peter Westwood be5393fed5 Add file level phpdoc to external libraries we use. Fixes #5443 props darkdragon.
git-svn-id: https://develop.svn.wordpress.org/trunk@6440 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 22:28:54 +00:00
Peter Westwood 6a0ae6a9ed Preserve PNG transparency/alpha during thumbnail creation. Fixes #2805 props Libertus/Otto42.
git-svn-id: https://develop.svn.wordpress.org/trunk@6439 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 22:24:39 +00:00
Peter Westwood afd0b9a623 Ensure we don't call exif_read_data() on unsupported file types. Fixes #5397 props DD32
git-svn-id: https://develop.svn.wordpress.org/trunk@6438 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 22:18:28 +00:00
Peter Westwood e2c1062fc5 Fix @since for timer_start and timer_stop. See #5211.
git-svn-id: https://develop.svn.wordpress.org/trunk@6437 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 21:28:53 +00:00
Peter Westwood e097caa70c Fix some of the notices visible with WP_DEBUG enabled.
git-svn-id: https://develop.svn.wordpress.org/trunk@6436 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 21:25:12 +00:00
Peter Westwood 3301f80416 Fix query variable naming errors.
git-svn-id: https://develop.svn.wordpress.org/trunk@6435 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 20:59:53 +00:00
Peter Westwood d476730696 phpdoc for wp-settings.php. Fixes #5211 props darkdragon.
git-svn-id: https://develop.svn.wordpress.org/trunk@6434 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 20:44:52 +00:00
Peter Westwood 5e8f4ee900 Fix html for post customfields entry box. Fixes #5068 props minusfive.
git-svn-id: https://develop.svn.wordpress.org/trunk@6433 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 20:36:35 +00:00
Peter Westwood 1b8987543c Add a link to the post a comment is for when editing a comment. Fixes #4345 props mgrouchy,
git-svn-id: https://develop.svn.wordpress.org/trunk@6432 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 20:31:46 +00:00
Matt Mullenweg 8326d04eee To avoid monolithic commits I'm going to be bringing this in piece by piece. No need to file bug about lack of styling, it's on purpose right now. Trunk will be hit with the oogly stick for 2-3 days. This brings in structure for new dashboard.
git-svn-id: https://develop.svn.wordpress.org/trunk@6431 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 20:23:30 +00:00
Ryan Boren d20eeb048b Use __ngettext() for plurals. Props darkdragon. see #4865
git-svn-id: https://develop.svn.wordpress.org/trunk@6430 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 17:05:06 +00:00
Ryan Boren 51bb6ffc85 Fix funky char, remove IE taunt. Props nbachiyski. see #4470
git-svn-id: https://develop.svn.wordpress.org/trunk@6429 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 05:50:57 +00:00
Ryan Boren 215361df76 Attachment and post meta import improvements from tellyworth. fixes #5497
git-svn-id: https://develop.svn.wordpress.org/trunk@6428 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 05:31:39 +00:00
Ryan Boren c92bf9b2f4 Orphaned page fix from hailin. fixes #5498
git-svn-id: https://develop.svn.wordpress.org/trunk@6427 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 05:29:52 +00:00
Ryan Boren 1671feadfc Set error if there is a problem connecting to the DB. Props skeltoac and Potter_System. fixes #5495
git-svn-id: https://develop.svn.wordpress.org/trunk@6426 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 02:10:09 +00:00
Ryan Boren 94618e5837 Update term counts when future posts are published. fixes #4913 #5488
git-svn-id: https://develop.svn.wordpress.org/trunk@6425 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-20 00:48:49 +00:00
Ryan Boren f86da68978 Don't create blank terms. Props ionfish and jhodgdon. fixes #5494
git-svn-id: https://develop.svn.wordpress.org/trunk@6424 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 23:25:11 +00:00
Ryan Boren 235b05e62d Not so new anymore. Props johnbillion. fixes #4951
git-svn-id: https://develop.svn.wordpress.org/trunk@6423 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 23:19:49 +00:00
Ryan Boren 71fbba1534 Rename file. see #4470
git-svn-id: https://develop.svn.wordpress.org/trunk@6422 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 22:46:02 +00:00
Ryan Boren a1e72bb63c Add file. see #4470
git-svn-id: https://develop.svn.wordpress.org/trunk@6421 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 22:40:44 +00:00
Ryan Boren 4d93675ccc Show session expired message only when cookie is set.
git-svn-id: https://develop.svn.wordpress.org/trunk@6420 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 22:22:21 +00:00
Ryan Boren 9af95e4544 Password strength meter from MellerTime. see #4470
git-svn-id: https://develop.svn.wordpress.org/trunk@6419 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 21:53:10 +00:00
Ryan Boren e24f5a29c1 Custom fields support for xmlrpc from josephscott. fixes #5148
git-svn-id: https://develop.svn.wordpress.org/trunk@6418 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 21:07:38 +00:00
Ryan Boren 74d5bd66b2 wp.deleteCategory xmlrpc method from josephscott. fixes #4599
git-svn-id: https://develop.svn.wordpress.org/trunk@6417 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 20:33:27 +00:00
Ryan Boren 75561df04f Fix wp.suggestCategories return values. Props josephscott. fixes #5406
git-svn-id: https://develop.svn.wordpress.org/trunk@6416 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 20:30:44 +00:00
Ryan Boren c66540fc1a Fix previous/next links for slugs containing 'page'. Props xknown. fixes #5318
git-svn-id: https://develop.svn.wordpress.org/trunk@6415 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 19:27:14 +00:00
Ryan Boren c15c27ec2c Fix id, self link and alternate link in Atom comment feeds. Props ionfish. fixes #5435
git-svn-id: https://develop.svn.wordpress.org/trunk@6414 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 18:25:22 +00:00
Ryan Boren a62059d49e get_search_feed_link and get_search_comments_feed_link from ionfish. fixes #5442
git-svn-id: https://develop.svn.wordpress.org/trunk@6413 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 18:05:21 +00:00
Ryan Boren 996d913b0e Better is_admin() check from filosofo and pishmishy. fixes #5487
git-svn-id: https://develop.svn.wordpress.org/trunk@6412 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 17:56:16 +00:00
Ryan Boren 96ee1a9982 Avoid warning when import dir is empty. Props Viper007Bond. fixes #5395
git-svn-id: https://develop.svn.wordpress.org/trunk@6411 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 17:48:51 +00:00
Ryan Boren 8966b24e0b Add a get_stylesheet_dir to sprintf in get_theme_mod. Props andy. fixes #5398
git-svn-id: https://develop.svn.wordpress.org/trunk@6410 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-19 17:47:06 +00:00