rob1n
|
21ad1a92f8
|
phpDoc for wp-includes/registration.php. fixes #4383
git-svn-id: https://develop.svn.wordpress.org/trunk@5627 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-01 23:13:41 +00:00 |
|
rob1n
|
a79b7c6772
|
Fix a strpos typo. fixes #4390
git-svn-id: https://develop.svn.wordpress.org/trunk@5626 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-01 23:10:03 +00:00 |
|
rob1n
|
747a7a14f4
|
Fix wp_title single post title filters. Props jhodgdon. fixes #3755
git-svn-id: https://develop.svn.wordpress.org/trunk@5625 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-01 22:54:46 +00:00 |
|
Mark Jaquith
|
9a4c736b19
|
Allow wp_list_authors() to optionally return. fixes #4323. see #3567.
git-svn-id: https://develop.svn.wordpress.org/trunk@5624 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-01 05:43:24 +00:00 |
|
rob1n
|
d6bf26da3c
|
Fix nestable HTML, including <blockquote>'s. Props anonymousbugger (!) and Nazgul. fixes #1170
git-svn-id: https://develop.svn.wordpress.org/trunk@5623 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-01 02:33:03 +00:00 |
|
Ryan Boren
|
9aae8013a8
|
query by parent, not child_of, in get_nested_categories(). see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5622 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-01 02:24:07 +00:00 |
|
Ryan Boren
|
43483ef854
|
Use new term tables in wp_install_defaults(). see #4380, #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5621 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 22:50:47 +00:00 |
|
Mark Jaquith
|
2731fd5a54
|
get_bloginfo("comments_atom_url") now works properly. fixes #4382 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@5619 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 22:44:21 +00:00 |
|
Mark Jaquith
|
3cc7b4cbe3
|
correct "type" in Atom comments feed alternate links. fixes #4381 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@5617 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 22:13:06 +00:00 |
|
Ryan Boren
|
0b91f4aaca
|
Abstract object term cache a bit more. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5616 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 21:38:33 +00:00 |
|
rob1n
|
46745ee278
|
Don't translate "you haven't installed" text yet, because text domain isn't installed. Props nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@5615 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 12:29:46 +00:00 |
|
rob1n
|
c92fe17918
|
Bring tinyspell.php into sync. Props Nazgul. fixes #4368
git-svn-id: https://develop.svn.wordpress.org/trunk@5614 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 12:22:06 +00:00 |
|
rob1n
|
a1bedd8f11
|
Fix variable typo. Props schulte. fixes #4374
git-svn-id: https://develop.svn.wordpress.org/trunk@5613 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 03:51:03 +00:00 |
|
Ryan Boren
|
b4d7d80744
|
If a term has no children, return an empty array for child_of queries. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5612 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 03:44:18 +00:00 |
|
rob1n
|
5d7ce647d2
|
Some more get_pagenum_link() fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@5611 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 03:36:40 +00:00 |
|
rob1n
|
3b60a5107b
|
Fix get_pagenum_link() for query strings. fixes #3930
git-svn-id: https://develop.svn.wordpress.org/trunk@5610 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 03:29:44 +00:00 |
|
rob1n
|
f0cd9cb22a
|
Fix some typos in query.php. Props schulte. fixes #4373
git-svn-id: https://develop.svn.wordpress.org/trunk@5609 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 03:19:38 +00:00 |
|
Ryan Boren
|
d5e0bed711
|
Disable nesting until inifinite loop tracked down.
git-svn-id: https://develop.svn.wordpress.org/trunk@5608 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 03:09:58 +00:00 |
|
rob1n
|
c183e02277
|
Move the restrict_manage_posts hook to somewhere more reasonable. see #4359
git-svn-id: https://develop.svn.wordpress.org/trunk@5607 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 02:12:04 +00:00 |
|
rob1n
|
2451e0e33f
|
Localize the "you haven't installed WP yet" message. fixes #4370
git-svn-id: https://develop.svn.wordpress.org/trunk@5606 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 02:03:22 +00:00 |
|
rob1n
|
8233bb1c4f
|
Add option to exclude pages to pages widget. see #4259
git-svn-id: https://develop.svn.wordpress.org/trunk@5605 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 01:57:10 +00:00 |
|
rob1n
|
7e281b4507
|
Prototype fix to keep Safari < 2 from blowing up. fixes #4363
git-svn-id: https://develop.svn.wordpress.org/trunk@5604 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 01:38:11 +00:00 |
|
rob1n
|
91d0e796ef
|
Check that tinyMCE is defined. Props johnbillion. fixes #4257
git-svn-id: https://develop.svn.wordpress.org/trunk@5602 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 00:24:31 +00:00 |
|
rob1n
|
4fec7327ed
|
Upgrade TinyMCE spell checker to 1.0.5. fixes #4368
git-svn-id: https://develop.svn.wordpress.org/trunk@5601 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-31 00:21:55 +00:00 |
|
rob1n
|
2c0bb211b3
|
Some comment edit form aesthetics. fixes #4367
git-svn-id: https://develop.svn.wordpress.org/trunk@5600 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-30 23:53:34 +00:00 |
|
Ryan Boren
|
55e37c4843
|
Fix slug queries. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5599 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-30 21:50:57 +00:00 |
|
Ryan Boren
|
5a8598cd15
|
Some term caching. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5598 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-30 03:36:59 +00:00 |
|
Ryan Boren
|
18c1cade87
|
Category hierarchy fixes. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5597 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-30 01:39:47 +00:00 |
|
Ryan Boren
|
1bb6925679
|
Add ignore_empty option to wp_count_terms(). see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5596 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-30 01:05:44 +00:00 |
|
Ryan Boren
|
7480586494
|
Add missing taxonomy argument. Props nbachiyski. fixes #4362 see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5595 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-29 23:06:46 +00:00 |
|
Ryan Boren
|
479ecdf5f8
|
Fix listing of categories with parents. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5594 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-29 21:50:00 +00:00 |
|
Ryan Boren
|
cfa5ecfd4b
|
get_term_children() and category query fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@5593 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-29 21:27:49 +00:00 |
|
Ryan Boren
|
e0bf0ffa02
|
Use taxonomy instead of post2cat. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5592 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-29 16:52:31 +00:00 |
|
Mark Jaquith
|
1a08c04371
|
switch to term_id and name for category sorting. see #4189. sort by term_id for category permalinks, by name for get_the_category(). fixes #4335 for trunk. Props Erik Barzeski for the find.
git-svn-id: https://develop.svn.wordpress.org/trunk@5590 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-29 04:54:45 +00:00 |
|
Mark Jaquith
|
c342666830
|
use clean_url(). Nice catch, g30rg3x. see #4333 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@5588 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-29 04:35:23 +00:00 |
|
Ryan Boren
|
442ef7253a
|
Post and page management filter additions from mdawaffe. see #3945
git-svn-id: https://develop.svn.wordpress.org/trunk@5587 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-29 04:28:10 +00:00 |
|
Ryan Boren
|
c4bb18caa6
|
Use API instead of SELECT. see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5586 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-29 04:26:36 +00:00 |
|
Ryan Boren
|
ac1db497fc
|
get_objects_in_term()
git-svn-id: https://develop.svn.wordpress.org/trunk@5585 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-29 04:25:09 +00:00 |
|
Ryan Boren
|
e0bfab53bf
|
Nomenclature changes. see #3945
git-svn-id: https://develop.svn.wordpress.org/trunk@5583 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 22:31:31 +00:00 |
|
Ryan Boren
|
c5b072deba
|
Show drafts that have a published parent. Props mdawaffe. fixes #4356
git-svn-id: https://develop.svn.wordpress.org/trunk@5582 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 21:55:12 +00:00 |
|
Mark Jaquith
|
d7ed90532a
|
declare $user_ID global in load_template(). fixes #4354.
git-svn-id: https://develop.svn.wordpress.org/trunk@5581 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 21:32:35 +00:00 |
|
rob1n
|
0f5fa587a2
|
Move Dashboard's news to jQuery. see #3824
git-svn-id: https://develop.svn.wordpress.org/trunk@5580 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 20:46:03 +00:00 |
|
rob1n
|
6b9af86a5c
|
Add a is_user_logged_in() check.
git-svn-id: https://develop.svn.wordpress.org/trunk@5579 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 20:39:24 +00:00 |
|
rob1n
|
b7cfd8739e
|
Show me more!
git-svn-id: https://develop.svn.wordpress.org/trunk@5578 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 19:32:24 +00:00 |
|
rob1n
|
b906e9dd95
|
Update TinyMCE to 2.1.1.1 (look at all those 1's...). fixes #4262
git-svn-id: https://develop.svn.wordpress.org/trunk@5577 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 19:30:05 +00:00 |
|
Ryan Boren
|
13dade0e8d
|
Fix category permalinks. Update cat_ID to term_id. fixes #4349 see #4189
git-svn-id: https://develop.svn.wordpress.org/trunk@5576 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 18:47:08 +00:00 |
|
Ryan Boren
|
c9b37847ce
|
Better draft, private, and future post/page management from mdawaffe. fixes #3945
git-svn-id: https://develop.svn.wordpress.org/trunk@5575 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 18:34:06 +00:00 |
|
rob1n
|
7de241d284
|
Moderation cleaned up, add paging and various bug fixes. fixes #4317
git-svn-id: https://develop.svn.wordpress.org/trunk@5574 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 17:21:25 +00:00 |
|
rob1n
|
5b7256e644
|
Actually, this makes more sense.
git-svn-id: https://develop.svn.wordpress.org/trunk@5573 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 17:11:42 +00:00 |
|
rob1n
|
d5816ce68b
|
Turn string to upper. Props Donncha. fixes #4350
git-svn-id: https://develop.svn.wordpress.org/trunk@5572 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-05-28 17:05:46 +00:00 |
|