6034 Commits

Author SHA1 Message Date
Ryan Boren
00db74c820 Theme tagging from andy. fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@6530 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-31 18:39:43 +00:00
Ryan Boren
d9cfccddc1 Separate cookie generation from cookie set. Introduce wp_generate_auth_cookie(). see
git-svn-id: https://develop.svn.wordpress.org/trunk@6529 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-31 17:50:32 +00:00
Ryan Boren
bee51869ea Don't echo content. Props xknown.
git-svn-id: https://develop.svn.wordpress.org/trunk@6526 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-29 19:38:33 +00:00
Ryan Boren
cd740755cc Don't echo posted content. Specialchars all other displayed info.
git-svn-id: https://develop.svn.wordpress.org/trunk@6524 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-29 19:20:15 +00:00
Peter Westwood
370976d8d1 Use ' not " so we don't expand. Fixes props takayukister.
git-svn-id: https://develop.svn.wordpress.org/trunk@6522 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-29 09:10:51 +00:00
Ryan Boren
e605fb7f4d Extra traversal check.
git-svn-id: https://develop.svn.wordpress.org/trunk@6520 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-29 03:14:33 +00:00
Peter Westwood
f2aa6e80cf Really making the default theme notice free.
git-svn-id: https://develop.svn.wordpress.org/trunk@6519 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 23:02:13 +00:00
Peter Westwood
e891f40c26 Making the default theme notice free.
git-svn-id: https://develop.svn.wordpress.org/trunk@6518 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 22:56:56 +00:00
Peter Westwood
a1b7802896 Deprecate comments_rss and create_user.
git-svn-id: https://develop.svn.wordpress.org/trunk@6517 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 21:47:54 +00:00
Peter Westwood
aa78f6c4c0 Better documentation for prep_atom_text_construct props darkdragon
git-svn-id: https://develop.svn.wordpress.org/trunk@6516 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 21:21:50 +00:00
Peter Westwood
38e2dc5791 Better documentation for the_author props darkdragon
git-svn-id: https://develop.svn.wordpress.org/trunk@6515 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 21:19:44 +00:00
Peter Westwood
7a455e8b2b Mark functions and files as deprecated. Fixes props docwhat and darkdragon
git-svn-id: https://develop.svn.wordpress.org/trunk@6514 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 21:17:42 +00:00
Ryan Boren
80b6586f90 Load jquery.js instead of interface.js. fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@6513 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 19:57:00 +00:00
Ryan Boren
5ce8d7be6b Prototype 1.6.0 and script.aculo.us 1.8.0. fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@6512 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 19:17:21 +00:00
Ryan Boren
b63e3868f1 Use is_admin. Props markjaquith. see
git-svn-id: https://develop.svn.wordpress.org/trunk@6509 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 01:04:17 +00:00
Ryan Boren
ec0a175f06 Some cap checks for app from josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@6507 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-28 00:46:18 +00:00
Ryan Boren
d042f2775b Don't show email.
git-svn-id: https://develop.svn.wordpress.org/trunk@6505 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-27 22:31:13 +00:00
Ryan Boren
0e1130e0aa Some xmlrpc cap checks from josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@6503 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-27 22:14:27 +00:00
Ryan Boren
c0e11298c2 \s is not a valid escape sequence. Props xknown. fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@6501 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-27 08:09:31 +00:00
Ryan Boren
a01ab04c3b Add some sanitization
git-svn-id: https://develop.svn.wordpress.org/trunk@6500 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-27 08:08:11 +00:00
Ryan Boren
4eae78fe70 Limit what getAuthors exposes. Props josephscott for the patch and xknown for the find. fixes for 2.4
git-svn-id: https://develop.svn.wordpress.org/trunk@6498 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-26 19:54:35 +00:00
Ryan Boren
5709654d4b Limit post_password exposure. Props josephscott for the patch and xknown for the find. fixes for 2.4
git-svn-id: https://develop.svn.wordpress.org/trunk@6496 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-26 19:50:26 +00:00
Ryan Boren
410d3b3b56 phpdoc for comment-template.php from darkdragon. fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@6495 602fd350-edb4-49c9-b593-d223f7449a82
2007-12-26 17:18:13 +00:00
Ryan Boren
de74752fb4 phpdoc for canonical.php from darkdragon. fixes
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
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 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
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 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
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 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 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 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 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 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
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
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
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
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
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 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