Ryan Boren
|
29053671df
|
Update jquery to 1.1.3.1. Fixes http://bugs.kde.org/show_bug.cgi?id=147661
git-svn-id: https://develop.svn.wordpress.org/trunk@5790 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-08 21:10:14 +00:00 |
|
Mark Jaquith
|
3e87a2b88d
|
Properly unset notoptions cache in add_option() so that get_option() and update_option() work on the same load. fixes #4429 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@5788 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-07 04:06:29 +00:00 |
|
Mark Jaquith
|
13d390e40f
|
Pass extra args to pre_kses hook. Props mdawaffe. see #4409
git-svn-id: https://develop.svn.wordpress.org/trunk@5787 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-06 22:47:24 +00:00 |
|
Ryan Boren
|
8817ee2c8e
|
Resurrect noquery
git-svn-id: https://develop.svn.wordpress.org/trunk@5784 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-06 20:45:46 +00:00 |
|
Mark Jaquith
|
258e179448
|
Entitize lone less-than characters. Props mdawaffe. fixes #4409
git-svn-id: https://develop.svn.wordpress.org/trunk@5783 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-06 12:53:15 +00:00 |
|
Ryan Boren
|
538cbd0046
|
Don't richedit for comments. Props Joseph Scott. fixes #4587 for 2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@5780 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-05 20:11:32 +00:00 |
|
Mark Jaquith
|
0ccba3e8bb
|
Automatically quote strings in $wpdb->prepare(). Use vsprintf(). see #4553
git-svn-id: https://develop.svn.wordpress.org/trunk@5779 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-05 17:32:46 +00:00 |
|
Mark Jaquith
|
b0b9c7946b
|
Introducing "prepare", a WPDB method for sprintf()-prepared SQL statements. see #4553. Implementation details to follow.
git-svn-id: https://develop.svn.wordpress.org/trunk@5778 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-04 16:18:57 +00:00 |
|
Mark Jaquith
|
408ad189aa
|
Make it possible for a plugin to replace the feed-parsing engine. see: #4547
git-svn-id: https://develop.svn.wordpress.org/trunk@5776 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-03 18:10:20 +00:00 |
|
Matt Mullenweg
|
0f41997422
|
Upgrade to jQuery 1.1.3, fixes #4576
git-svn-id: https://develop.svn.wordpress.org/trunk@5775 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-02 23:57:52 +00:00 |
|
Ryan Boren
|
35f2f13526
|
Delete term relationship only for the given object.
git-svn-id: https://develop.svn.wordpress.org/trunk@5774 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-07-02 15:47:27 +00:00 |
|
Mark Jaquith
|
de83c2db51
|
Mark pingback as already pinged when the target site says it already got the pingback. props mdawaffe. fixes #4289
git-svn-id: https://develop.svn.wordpress.org/trunk@5772 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-27 23:28:36 +00:00 |
|
Ryan Boren
|
aa85dfe187
|
Allow rules to be added to the top of the rule stack.
git-svn-id: https://develop.svn.wordpress.org/trunk@5769 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-27 21:39:50 +00:00 |
|
Mark Jaquith
|
bf00906f7a
|
Fix typo in get_the_author_url(). props pgdx. fixes #4542
git-svn-id: https://develop.svn.wordpress.org/trunk@5767 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-27 00:51:04 +00:00 |
|
Mark Jaquith
|
94563d9f33
|
Correctly grab Content-Type from old-school headers, skip blank headers. fixes #4296
git-svn-id: https://develop.svn.wordpress.org/trunk@5764 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-26 20:18:56 +00:00 |
|
Mark Jaquith
|
b614486625
|
Don't add MIME-Version header twice (PHPMailer already adds it). see #4296
git-svn-id: https://develop.svn.wordpress.org/trunk@5763 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-26 19:11:23 +00:00 |
|
Mark Jaquith
|
e51152beb3
|
compare mail headers case-insensitively and actually use the Content-Type specified. Props Nazgul. see: #4296
git-svn-id: https://develop.svn.wordpress.org/trunk@5762 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-26 18:28:56 +00:00 |
|
Mark Jaquith
|
d0bb265782
|
strpos() is "haystack,needle", not "needle,haystack" Props pishmishy. fixes #4520
git-svn-id: https://develop.svn.wordpress.org/trunk@5761 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-26 18:06:17 +00:00 |
|
Ryan Boren
|
66ec9bee20
|
Add name_like query to get_terms(). Use it in suggestCategories.
git-svn-id: https://develop.svn.wordpress.org/trunk@5756 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-25 21:28:19 +00:00 |
|
Ryan Boren
|
b692c7395f
|
s/cat_name/name/ see #4537
git-svn-id: https://develop.svn.wordpress.org/trunk@5755 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-25 20:06:02 +00:00 |
|
Ryan Boren
|
8133ebad65
|
s/cat_name/name/ see #4537
git-svn-id: https://develop.svn.wordpress.org/trunk@5754 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-25 19:51:26 +00:00 |
|
Ryan Boren
|
72be6cb001
|
Move the_title filter to get_the_title. Props jhodgdon. fixes #4477
git-svn-id: https://develop.svn.wordpress.org/trunk@5752 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-25 17:48:35 +00:00 |
|
Mark Jaquith
|
f3de8f4aab
|
Don't init widgets if the blog isn't installed yet. fixes #4504
git-svn-id: https://develop.svn.wordpress.org/trunk@5747 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-23 05:32:16 +00:00 |
|
Mark Jaquith
|
f6f946df9a
|
Upgrade to Prototype 1.5.1.1 (bugfix release). Props Nazgul. fixes #4502
git-svn-id: https://develop.svn.wordpress.org/trunk@5743 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-21 22:01:21 +00:00 |
|
Ryan Boren
|
f63d130503
|
Term count fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@5741 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-21 15:46:49 +00:00 |
|
Ryan Boren
|
fdb786ba7f
|
Don't create '0' categories. fixes #4413
git-svn-id: https://develop.svn.wordpress.org/trunk@5739 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-20 22:06:29 +00:00 |
|
Ryan Boren
|
d907ae8841
|
js_escape improvements from Alexander Concha. Catches ' ' ' ' ' ' ' etc.
git-svn-id: https://develop.svn.wordpress.org/trunk@5734 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-19 22:46:55 +00:00 |
|
rob1n
|
ad84c8381a
|
Change references of get_object_terms() to wp_get_object_terms(). fixes #4490
git-svn-id: https://develop.svn.wordpress.org/trunk@5728 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-19 18:03:12 +00:00 |
|
rob1n
|
a1f451b72a
|
Fix up wp_list_authors() SQL. fixes #4485
git-svn-id: https://develop.svn.wordpress.org/trunk@5727 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-19 17:57:53 +00:00 |
|
Ryan Boren
|
7df77b79b9
|
Add some taxonomy validation. Rearrange funcs.
git-svn-id: https://develop.svn.wordpress.org/trunk@5726 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-19 00:33:44 +00:00 |
|
Ryan Boren
|
5bac944f80
|
Upgrade code for multiple category widgets. Props Andy. see #4285
git-svn-id: https://develop.svn.wordpress.org/trunk@5717 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-16 02:03:25 +00:00 |
|
Ryan Boren
|
6177fec7fa
|
Don't use permalinks for pending posts. see #4446
git-svn-id: https://develop.svn.wordpress.org/trunk@5716 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-15 22:11:01 +00:00 |
|
rob1n
|
55845bb061
|
Show the name, not the slug. fixes #4473
git-svn-id: https://develop.svn.wordpress.org/trunk@5715 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-15 18:26:43 +00:00 |
|
Ryan Boren
|
6b7bc3b1b6
|
wp_parse_str() from mdawaffe. see #4467
git-svn-id: https://develop.svn.wordpress.org/trunk@5709 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-14 22:46:59 +00:00 |
|
Ryan Boren
|
09da00f7fe
|
Use EXTR_SKIP when extracting. see #4468
git-svn-id: https://develop.svn.wordpress.org/trunk@5708 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-14 22:45:40 +00:00 |
|
Mark Jaquith
|
0f0788d24d
|
Introducing post_status="pending". see #4446 and put any initial bug reports on that ticket
git-svn-id: https://develop.svn.wordpress.org/trunk@5707 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-14 16:24:28 +00:00 |
|
Mark Jaquith
|
2a6e8a08be
|
use FALSE to designate lack of user-supplied URL in *_query_arg() funcs. fixes #4465 for 2.3 (trunk)
git-svn-id: https://develop.svn.wordpress.org/trunk@5705 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-14 05:12:22 +00:00 |
|
Mark Jaquith
|
e542bbdde1
|
only strip question marks from the RIGHT side of the query string. fixes #4464 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@5704 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-14 04:44:06 +00:00 |
|
rob1n
|
eb1518f95e
|
Use display_name instead. Props Pal Gronas Drange. fixes #4459
git-svn-id: https://develop.svn.wordpress.org/trunk@5701 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-14 02:30:26 +00:00 |
|
Ryan Boren
|
b046d67f41
|
Trim empty lines. Nothing but newline.
git-svn-id: https://develop.svn.wordpress.org/trunk@5700 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-14 02:25:30 +00:00 |
|
Ryan Boren
|
0f4225621d
|
Don't output author uri tag if uri is empty.
git-svn-id: https://develop.svn.wordpress.org/trunk@5699 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-13 18:03:17 +00:00 |
|
rob1n
|
60794fc8e2
|
wp_rss() updates. fixes #3834
git-svn-id: https://develop.svn.wordpress.org/trunk@5698 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-13 17:23:38 +00:00 |
|
Mark Jaquith
|
37b3dc98fe
|
correct CSS link for install. Props Viper007Bond. fixes #4443
git-svn-id: https://develop.svn.wordpress.org/trunk@5694 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-13 06:33:17 +00:00 |
|
Matt Mullenweg
|
526eac00b8
|
Update in_category to use the new object_term_cache, it wasn't so much with the working before.
git-svn-id: https://develop.svn.wordpress.org/trunk@5693 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-13 00:16:33 +00:00 |
|
rob1n
|
019eff6399
|
Don't include HTML in gettext call. Props nbachiyski and Nazgul. fixes #4437
git-svn-id: https://develop.svn.wordpress.org/trunk@5688 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-12 21:48:55 +00:00 |
|
Mark Jaquith
|
ce7fd94edf
|
Force $autoload to be either "yes" or "no". see #4440. props Nazgul
git-svn-id: https://develop.svn.wordpress.org/trunk@5686 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-12 20:57:58 +00:00 |
|
Mark Jaquith
|
78c8d3f3f6
|
Make sure post titles longer than 200 chars get unique slugs. fixes #4433. props AaronCampbell.
git-svn-id: https://develop.svn.wordpress.org/trunk@5685 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-12 20:49:40 +00:00 |
|
Ryan Boren
|
d993430968
|
Add a prophylactic sanitize_user()
git-svn-id: https://develop.svn.wordpress.org/trunk@5683 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-12 18:11:06 +00:00 |
|
Ryan Boren
|
edeae9cc8e
|
escapeshellarg the sender
git-svn-id: https://develop.svn.wordpress.org/trunk@5682 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-11 23:19:33 +00:00 |
|
rob1n
|
f7d1916e11
|
Maintain "Page order" for consistency. fixes #4431
git-svn-id: https://develop.svn.wordpress.org/trunk@5677 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-06-11 21:11:40 +00:00 |
|