Commit Graph

5961 Commits

Author SHA1 Message Date
Ryan Boren de74752fb4 phpdoc for canonical.php from darkdragon. fixes #5526
git-svn-id: https://develop.svn.wordpress.org/trunk@6494 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-25 20:48:47 +00:00
Ryan Boren ac09012f47 Some file level phpdoc from darkdragon. fixes #5527
git-svn-id: https://develop.svn.wordpress.org/trunk@6493 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-25 20:48:01 +00:00
Ryan Boren d061a16188 Don't do hierarchical if includes specified. Props Kafkaesqui. fixes #5373 for 2.4
git-svn-id: https://develop.svn.wordpress.org/trunk@6491 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 21:24:03 +00:00
Ryan Boren 6da1524825 Fetch only post category terms in get_posts(). Props MichaelH. fixes #5317
git-svn-id: https://develop.svn.wordpress.org/trunk@6490 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 21:21:16 +00:00
Peter Westwood bce45c481a Avoid the 64bit dragons. Fixes #3780 props nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@6488 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 15:14:07 +00:00
Ryan Boren 1a4f8fd617 set_auth_cookie action. see #5367
git-svn-id: https://develop.svn.wordpress.org/trunk@6486 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 08:01:55 +00:00
Peter Westwood 6c07e81826 Add file level documentation for compat.php. Fixes #5510 props darkdragon.
git-svn-id: https://develop.svn.wordpress.org/trunk@6485 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 07:18:41 +00:00
Matt Mullenweg e582826291 Styling: alerts, updates, top dashboard.
git-svn-id: https://develop.svn.wordpress.org/trunk@6484 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 07:14:41 +00:00
Peter Westwood 6ee634e61f Add file level documentation for template-loader.php. Fixes #5513 props darkdragon.
git-svn-id: https://develop.svn.wordpress.org/trunk@6483 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 07:09:36 +00:00
Matt Mullenweg a199dc2550 A better addLoadEvent which kicks off when the DOM is ready instead onLoad, which kicks off after images finish. Code from Dean Edwards, Mathias Miller, John Resig, Jesse Skinner. Should speed up front-end execution.
git-svn-id: https://develop.svn.wordpress.org/trunk@6482 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 07:08:37 +00:00
Peter Westwood e25735041e Add documentation for bookmark-template.php. Fixes #5521 props darkdragon.
git-svn-id: https://develop.svn.wordpress.org/trunk@6481 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 07:04:29 +00:00
Peter Westwood 7d592c6d64 Add documentation for bookmark.php. Fixes #5523 props darkdragon.
git-svn-id: https://develop.svn.wordpress.org/trunk@6480 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 07:01:47 +00:00
Peter Westwood 86724e8e77 Update @since information. Fixes #4393 props darkdragon
git-svn-id: https://develop.svn.wordpress.org/trunk@6479 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 06:57:34 +00:00
Ryan Boren 4436a01316 Allow DB salt to be overridden by SECRET_SALT. Add a filter to wp_salt(). see #5367
git-svn-id: https://develop.svn.wordpress.org/trunk@6478 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 06:34:12 +00:00
Ryan Boren 49883447a3 Importer refactoring from tellyworth. fixes #5522
git-svn-id: https://develop.svn.wordpress.org/trunk@6477 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 06:20:34 +00:00
Matt Mullenweg 52010f2779 Newer and Older entries, rather than next/previous.
git-svn-id: https://develop.svn.wordpress.org/trunk@6476 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-24 04:25:04 +00:00
Matt Mullenweg 61aee2be92 A few more stylings -- options/settings still need a lot more work.
git-svn-id: https://develop.svn.wordpress.org/trunk@6475 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-23 10:05:37 +00:00
Peter Westwood a412f1411d '>"
git-svn-id: https://develop.svn.wordpress.org/trunk@6474 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-23 09:15:57 +00:00
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