Ryan Boren
|
fd1a5d4139
|
Doh! fixes #3587
git-svn-id: https://develop.svn.wordpress.org/trunk@4745 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-16 07:38:08 +00:00 |
|
Ryan Boren
|
87c05c47fc
|
beta3
git-svn-id: https://develop.svn.wordpress.org/trunk@4744 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-16 07:19:40 +00:00 |
|
Ryan Boren
|
2a139cd3ca
|
Pass resource to mysql_error. Props jgough. fixes #3544
git-svn-id: https://develop.svn.wordpress.org/trunk@4741 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-16 02:32:42 +00:00 |
|
Ryan Boren
|
9a5fb19219
|
Remove empty files.
git-svn-id: https://develop.svn.wordpress.org/trunk@4739 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-16 02:13:23 +00:00 |
|
Ryan Boren
|
0f2b6b07b9
|
Cleanup link upgrade code. Drop linkcategories table.
git-svn-id: https://develop.svn.wordpress.org/trunk@4738 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-16 01:54:50 +00:00 |
|
Ryan Boren
|
51eab57361
|
Fix plural form parsing. Props nbachiyski. fixes #3577
git-svn-id: https://develop.svn.wordpress.org/trunk@4736 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-16 01:37:48 +00:00 |
|
Ryan Boren
|
905c34258b
|
gettext fix from Kirin_Lin. fixes #3558
git-svn-id: https://develop.svn.wordpress.org/trunk@4733 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-15 23:09:07 +00:00 |
|
Ryan Boren
|
74e2144f05
|
Bad cut-and-paste.
git-svn-id: https://develop.svn.wordpress.org/trunk@4728 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-14 01:15:32 +00:00 |
|
Ryan Boren
|
9af63f6f99
|
Typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@4727 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-13 21:32:33 +00:00 |
|
Ryan Boren
|
f7a60ab956
|
Add some back compat files and vars. Use is deprecated.
git-svn-id: https://develop.svn.wordpress.org/trunk@4726 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-13 21:23:41 +00:00 |
|
Mark Jaquith
|
6dde066c14
|
That'll teach me to trust a code snippet from php.net ... typo fix from last commit. relates to #3528
git-svn-id: https://develop.svn.wordpress.org/trunk@4725 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-12 21:46:29 +00:00 |
|
Mark Jaquith
|
61133b735f
|
Use http_response_code for in status_header() on PHP >= 4.3.0 per Ryan's suggestion. relates to #3528
git-svn-id: https://develop.svn.wordpress.org/trunk@4724 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-12 21:41:48 +00:00 |
|
Ryan Boren
|
b9719b9a71
|
Pass all args to the page walker.
git-svn-id: https://develop.svn.wordpress.org/trunk@4723 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-12 03:54:22 +00:00 |
|
Ryan Boren
|
b232f9b7c4
|
Use cache sets instead of adds. Props andy. fixes #3562
git-svn-id: https://develop.svn.wordpress.org/trunk@4722 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-11 22:34:18 +00:00 |
|
Ryan Boren
|
22094458d9
|
Prev/next query filters. Props mdwaffe. fixes #2415
git-svn-id: https://develop.svn.wordpress.org/trunk@4721 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-11 04:30:44 +00:00 |
|
Ryan Boren
|
dd6274152a
|
RTE link behavior fix from andy. fixes #3466
git-svn-id: https://develop.svn.wordpress.org/trunk@4719 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-11 03:26:48 +00:00 |
|
Ryan Boren
|
e72325a22a
|
Fix typos in get_rss(). Props zuzara. fixes #3527
git-svn-id: https://develop.svn.wordpress.org/trunk@4718 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-11 03:21:35 +00:00 |
|
Ryan Boren
|
827a32de28
|
Cast to array to avoid warning. fixes #3556
git-svn-id: https://develop.svn.wordpress.org/trunk@4716 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-10 20:42:17 +00:00 |
|
Ryan Boren
|
2bbd69a21e
|
Fix list cats style arg. Props Dickie. fixes #3552
git-svn-id: https://develop.svn.wordpress.org/trunk@4713 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-10 09:19:02 +00:00 |
|
Ryan Boren
|
f9f5f4d372
|
Beta2
git-svn-id: https://develop.svn.wordpress.org/trunk@4711 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-09 22:55:32 +00:00 |
|
Ryan Boren
|
c9f49bbbb9
|
sanitize_file_name(). fixes #3382 #3554
git-svn-id: https://develop.svn.wordpress.org/trunk@4710 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-09 22:53:14 +00:00 |
|
Ryan Boren
|
9fb0fa48fb
|
Hierarchical category count fixes from andy. fixes #2738
git-svn-id: https://develop.svn.wordpress.org/trunk@4707 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-09 08:45:05 +00:00 |
|
Ryan Boren
|
ec1ca7975e
|
Update comment date gmt when updating comment date. Props mm6. fixes #3503
git-svn-id: https://develop.svn.wordpress.org/trunk@4705 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-09 08:22:28 +00:00 |
|
Ryan Boren
|
12df24f94a
|
TinyMCE updates from andy. fixes #3505
git-svn-id: https://develop.svn.wordpress.org/trunk@4704 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-09 01:16:40 +00:00 |
|
Ryan Boren
|
e3eed95161
|
Scriptaculous loader changes from mdawaffe. fixes #3519
git-svn-id: https://develop.svn.wordpress.org/trunk@4701 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-08 03:03:36 +00:00 |
|
Ryan Boren
|
ee3f4cde4e
|
Load locale specific php code in global context. fixes #3488
git-svn-id: https://develop.svn.wordpress.org/trunk@4699 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-08 00:11:06 +00:00 |
|
Matt Mullenweg
|
85892d3aab
|
Use CDATA to avoid validation errors, fixes #3496. Hat tip: JeremyVisser
git-svn-id: https://develop.svn.wordpress.org/trunk@4691 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-07 02:25:03 +00:00 |
|
Matt Mullenweg
|
edc25c4406
|
Consistent name for our autosave JS file, fixes #3469. Hat tip: nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@4689 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-07 02:16:11 +00:00 |
|
Ryan Boren
|
a4ff55c30a
|
Fiddle with object destruction and shutdown. Curses upon php 5.2. fixes #3354
git-svn-id: https://develop.svn.wordpress.org/trunk@4686 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-06 23:36:51 +00:00 |
|
Mark Jaquith
|
6fad793587
|
burn in Hades, status_header(), destroyer of souls. fixes #3528
git-svn-id: https://develop.svn.wordpress.org/trunk@4684 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-06 08:22:12 +00:00 |
|
Ryan Boren
|
ac7d4b46cc
|
wp_get_attachment_thumb_url() fix from mdawaffe. fixes #3520
git-svn-id: https://develop.svn.wordpress.org/trunk@4682 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-05 20:54:55 +00:00 |
|
Ryan Boren
|
bb14ecda53
|
wp_get_attachment_thumb_url() fix from mdawaffe. fixes #3520
git-svn-id: https://develop.svn.wordpress.org/trunk@4675 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-04 18:16:33 +00:00 |
|
Matt Mullenweg
|
61692694b1
|
OMG BETA!
git-svn-id: https://develop.svn.wordpress.org/trunk@4674 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-04 02:48:55 +00:00 |
|
Ryan Boren
|
bc8bc5bf09
|
Custom Image Header. fixes #3465
git-svn-id: https://develop.svn.wordpress.org/trunk@4673 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-03 23:49:34 +00:00 |
|
Ryan Boren
|
c34c29d935
|
Add kses protocol checking to clean_url. Props Andy. fixes #3515
git-svn-id: https://develop.svn.wordpress.org/trunk@4672 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-02 21:22:41 +00:00 |
|
Ryan Boren
|
29d5c032ce
|
Now with less bugs. fixes #3411
git-svn-id: https://develop.svn.wordpress.org/trunk@4671 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-02 19:51:36 +00:00 |
|
Ryan Boren
|
368695f87d
|
Attachment fixes from mdawaffe. fixes #3411
git-svn-id: https://develop.svn.wordpress.org/trunk@4670 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-02 19:28:30 +00:00 |
|
Mark Jaquith
|
e576c9a998
|
__ngettext() correction by nbachiyski. fixes #3508
git-svn-id: https://develop.svn.wordpress.org/trunk@4669 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-31 06:11:24 +00:00 |
|
Mark Jaquith
|
d57cc26c58
|
Remove unused is_comment param in balanceTags() relates to #2714
git-svn-id: https://develop.svn.wordpress.org/trunk@4662 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-23 06:14:34 +00:00 |
|
Ryan Boren
|
0ca0aee18e
|
Add js_escape and attribute_escape filters.
git-svn-id: https://develop.svn.wordpress.org/trunk@4660 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-22 05:26:43 +00:00 |
|
Mark Jaquith
|
f95b191dab
|
i18n fixes, logic cleanup, wording clarifications, and more from nbachiyski. fixes #3474
git-svn-id: https://develop.svn.wordpress.org/trunk@4658 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-21 23:06:18 +00:00 |
|
Mark Jaquith
|
a011b23b47
|
Whitespace cleanup for [4656]
git-svn-id: https://develop.svn.wordpress.org/trunk@4657 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-21 10:45:58 +00:00 |
|
Mark Jaquith
|
31c39f948d
|
new function for escaping within attributes: attribute_escape()
git-svn-id: https://develop.svn.wordpress.org/trunk@4656 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-21 10:10:04 +00:00 |
|
Mark Jaquith
|
3357b71e0e
|
Reverse backport (?) from 2.0.x of KSES filters
git-svn-id: https://develop.svn.wordpress.org/trunk@4654 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-21 04:44:34 +00:00 |
|
Ryan Boren
|
0620ac2076
|
Enable RTE for new users. fixes #3485
git-svn-id: https://develop.svn.wordpress.org/trunk@4651 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-19 23:19:12 +00:00 |
|
Ryan Boren
|
0fc7ecbc1d
|
Avoid infinite loop when getting attachment link.
git-svn-id: https://develop.svn.wordpress.org/trunk@4644 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-12 22:50:54 +00:00 |
|
Ryan Boren
|
1b7d2a91d8
|
Move wp_generate_attachment_metadata() and friends to admin-functions.php and include admin-functions from xmlrpc.
git-svn-id: https://develop.svn.wordpress.org/trunk@4643 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-12 08:36:16 +00:00 |
|
Ryan Boren
|
971402a730
|
Select http when linking. Props markjaquith. fixes #3462
git-svn-id: https://develop.svn.wordpress.org/trunk@4642 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-12 07:48:04 +00:00 |
|
Mark Jaquith
|
dc22bfe6f6
|
Move wp_check_for_changed_slugs() to post.php so it can be called in non-admin contexts. fixes #3461
git-svn-id: https://develop.svn.wordpress.org/trunk@4637 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-10 17:17:39 +00:00 |
|
Mark Jaquith
|
323a1ac1f3
|
Revert overzealous i18n from [4545]. Props nbachiyski. fixes #3438
git-svn-id: https://develop.svn.wordpress.org/trunk@4636 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-10 00:23:10 +00:00 |
|