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 |
|
Ryan Boren
|
7812280d07
|
Use generic page rewrite rules for compatible permalink strucures. see #3614
git-svn-id: https://develop.svn.wordpress.org/trunk@6398 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-17 06:29:30 +00:00 |
|
Ryan Boren
|
30bb10fba2
|
Accept array of pages for is_page(). Props azaozz. fixes #5430
git-svn-id: https://develop.svn.wordpress.org/trunk@6397 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-17 06:21:43 +00:00 |
|
Ryan Boren
|
5b1f4e739c
|
wp_set_password(). see #2394
git-svn-id: https://develop.svn.wordpress.org/trunk@6396 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-17 06:02:45 +00:00 |
|
Ryan Boren
|
cdda888c0c
|
author-template phpdoc from darkdragon. fixes #4393
git-svn-id: https://develop.svn.wordpress.org/trunk@6395 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-16 23:47:58 +00:00 |
|
Ryan Boren
|
a3058bdbc2
|
Suppress display of DB error messages by default. Props filosofo. see #5473
git-svn-id: https://develop.svn.wordpress.org/trunk@6391 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-16 21:38:24 +00:00 |
|
Ryan Boren
|
f4d8e3a731
|
Import file attachments. Props tellyworth. fixes #5466
git-svn-id: https://develop.svn.wordpress.org/trunk@6390 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-16 21:34:48 +00:00 |
|
Ryan Boren
|
6268241e88
|
Fix depth = 1 page traversal. Props hailin. fixes #5469
git-svn-id: https://develop.svn.wordpress.org/trunk@6388 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-16 20:31:44 +00:00 |
|
Ryan Boren
|
bb7922cd42
|
New secure cookie protocol. see #5367
git-svn-id: https://develop.svn.wordpress.org/trunk@6387 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-16 17:41:59 +00:00 |
|
Ryan Boren
|
5918e8cf1c
|
Pluggable random password generator from pishmishy. fixes #5401
git-svn-id: https://develop.svn.wordpress.org/trunk@6385 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-15 05:31:16 +00:00 |
|
Ryan Boren
|
95e4e8c822
|
Faster page and cat walker. Props hailin. see #5458
git-svn-id: https://develop.svn.wordpress.org/trunk@6384 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-14 21:46:52 +00:00 |
|
Ryan Boren
|
390e3d1c20
|
clean page cache when reparenting pages after deletion. Props hailin. fixes #5457
git-svn-id: https://develop.svn.wordpress.org/trunk@6382 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-14 20:56:55 +00:00 |
|
Ryan Boren
|
c5df163698
|
Fix registration of multiple sidebars. Props watson. fixes #5352
git-svn-id: https://develop.svn.wordpress.org/trunk@6381 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-14 08:06:08 +00:00 |
|
Ryan Boren
|
1fdcc63822
|
Faster page_rows() from hailin. see #5303
git-svn-id: https://develop.svn.wordpress.org/trunk@6380 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-14 06:20:42 +00:00 |
|
Ryan Boren
|
fc087d1fb6
|
post phpdoc from m0n5t3r and darkdragon. see #3982
git-svn-id: https://develop.svn.wordpress.org/trunk@6379 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-14 00:28:34 +00:00 |
|
Ryan Boren
|
f7adf585d1
|
Taxonomy phpdoc from darkdragon. fixes #4742
git-svn-id: https://develop.svn.wordpress.org/trunk@6378 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-14 00:25:39 +00:00 |
|
Ryan Boren
|
e10c490a4f
|
Query page attachments from page requests so that they can both use the same set of rewrite rules. see #3614
git-svn-id: https://develop.svn.wordpress.org/trunk@6377 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-12 11:45:55 +00:00 |
|
Ryan Boren
|
e6befddf5f
|
Defer term counting during import. Props tellyworth. fixes #5377
git-svn-id: https://develop.svn.wordpress.org/trunk@6376 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-12 05:14:00 +00:00 |
|
Peter Westwood
|
7003316321
|
Autosave tags as well. Fixes #5359 props sembee
git-svn-id: https://develop.svn.wordpress.org/trunk@6373 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-11 20:30:22 +00:00 |
|
Matt Mullenweg
|
a5aa17b2fc
|
Revert [6368]. Fixes #5448, fixes #5247 by adding a new filter to hook in specifically to add attributes, rather than filtering the whole thing. Minor formatting cleanup of comments_popup_link.
git-svn-id: https://develop.svn.wordpress.org/trunk@6372 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-10 20:49:46 +00:00 |
|
Ryan Boren
|
bf0c6f9f23
|
phpdoc for deprecated funcs. Props darkdragon. fixes #5444
git-svn-id: https://develop.svn.wordpress.org/trunk@6370 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-10 18:52:24 +00:00 |
|
Ryan Boren
|
1db91baf1e
|
Support atom threading. Props rubys. fixes #5434
git-svn-id: https://develop.svn.wordpress.org/trunk@6369 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-10 06:57:58 +00:00 |
|
Ryan Boren
|
340228e4ad
|
comments_popup_link filter from joostdevalk. fixes #5247
git-svn-id: https://develop.svn.wordpress.org/trunk@6368 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-10 06:53:58 +00:00 |
|
Peter Westwood
|
bdeb4e3663
|
Remove triming from string options fixes #4781 props hakre
git-svn-id: https://develop.svn.wordpress.org/trunk@6367 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-09 11:49:25 +00:00 |
|
Peter Westwood
|
23b7e0b2c4
|
Comment out the code that can't run so as to not confuse people.
git-svn-id: https://develop.svn.wordpress.org/trunk@6366 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-09 11:28:57 +00:00 |
|
Ryan Boren
|
fb05263f15
|
New feed_link functions. Deprecate rss_link functions. Make default feed pluggable. Props rubys. see #5328
git-svn-id: https://develop.svn.wordpress.org/trunk@6365 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-06 19:58:15 +00:00 |
|
Ryan Boren
|
3a8b2fcca3
|
Remove unused vars. Props DD32. see #5418
git-svn-id: https://develop.svn.wordpress.org/trunk@6364 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-06 19:49:33 +00:00 |
|
Ryan Boren
|
6e2cb47d4e
|
Filter and action optimizations and phpdoc updates from darkdragon. fixes #5338
git-svn-id: https://develop.svn.wordpress.org/trunk@6361 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-06 05:56:38 +00:00 |
|
Ryan Boren
|
a1559b9db2
|
Remove executable property from files. Props lapcat. fixes #5408
git-svn-id: https://develop.svn.wordpress.org/trunk@6360 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-05 09:30:13 +00:00 |
|
Ryan Boren
|
5293dfa9be
|
Refactor next_post_link, previous_post_link. props xknown. fixes #5411
git-svn-id: https://develop.svn.wordpress.org/trunk@6359 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-05 09:25:45 +00:00 |
|
Ryan Boren
|
efccf5d5b8
|
Don't return all taxonomies for an object type of 0. Props tellyworth and nbachiyski. fixes #5417
git-svn-id: https://develop.svn.wordpress.org/trunk@6355 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-05 00:31:54 +00:00 |
|
Ryan Boren
|
34c792ccc8
|
Use correct var. Props DD32. fixes #5419
git-svn-id: https://develop.svn.wordpress.org/trunk@6353 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-04 23:59:16 +00:00 |
|
Ryan Boren
|
5398d5ac32
|
Avoid unnecesary call to get_userdata in get_permalink function. Props xknown. fixes #5414
git-svn-id: https://develop.svn.wordpress.org/trunk@6352 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-04 00:40:00 +00:00 |
|