Ryan Boren
|
5ce8d7be6b
|
Prototype 1.6.0 and script.aculo.us 1.8.0. fixes #5543
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 #5487
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
|
c0e11298c2
|
\s is not a valid escape sequence. Props xknown. fixes #5539
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
|
410d3b3b56
|
phpdoc for comment-template.php from darkdragon. fixes #5528
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 #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 |
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 |
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
|
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 |
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 |
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 |
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 |
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 |
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
|
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
|
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 |
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
|
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
|
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
|
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
|
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
|
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 |
Ryan Boren
|
e715ba1cd0
|
Allows 0 titles when sanitizing. Props mdawaffe. fixes #5293
git-svn-id: https://develop.svn.wordpress.org/trunk@6409 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-19 17:45:50 +00:00 |
Ryan Boren
|
d8876f4dba
|
language_attributes() improvements from ionfish. fixes #5393
git-svn-id: https://develop.svn.wordpress.org/trunk@6408 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-19 17:44:02 +00:00 |
Peter Westwood
|
5c75f4cc75
|
Don't create empty tags. Fixes #5412 props ionfish
git-svn-id: https://develop.svn.wordpress.org/trunk@6407 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-19 17:34:15 +00:00 |
Ryan Boren
|
a668aa0fe9
|
Fix tinymce valid elements configuration. Props linusmartensson. fixes #3826
git-svn-id: https://develop.svn.wordpress.org/trunk@6405 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-18 20:46:09 +00:00 |
Ryan Boren
|
6aa006ce3c
|
redirect fixes from ruckus and tellyworth. fixes #5479
git-svn-id: https://develop.svn.wordpress.org/trunk@6402 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-18 05:28:44 +00:00 |
Ryan Boren
|
49d95f21c1
|
unique filename fixes from tellyworth. fixes #5482
git-svn-id: https://develop.svn.wordpress.org/trunk@6401 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-18 03:32:43 +00:00 |
Ryan Boren
|
894db1ba91
|
Fix AJAX cookie validation. see #5367
git-svn-id: https://develop.svn.wordpress.org/trunk@6400 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-17 21:12:28 +00:00 |
Ryan Boren
|
930b3c2b2e
|
wp_list_pages() no longer requires get_pages() to do a hierarchical sort. Set hierarchical to false. see #5458
git-svn-id: https://develop.svn.wordpress.org/trunk@6399 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-17 06:53:59 +00:00 |