1529 Commits

Author SHA1 Message Date
Ryan Boren
79232e62e3 attribute_escape REQUEST_URI
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5680 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-11 22:43:27 +00:00
Mark Jaquith
8b3e7b7d86 Bumping the version
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5645 602fd350-edb4-49c9-b593-d223f7449a82
2007-06-03 21:46:51 +00:00
Mark Jaquith
4f1ca301eb Revert accidental debug commit in [5502]
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5504 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-21 18:18:03 +00:00
Mark Jaquith
f3278d0637 2.0.11 coming soon
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5502 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-21 18:01:12 +00:00
Ryan Boren
04217f5d1a Escapage
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5442 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-11 00:59:06 +00:00
Ryan Boren
b80bd83255 Ver bump
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5172 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-03 00:33:57 +00:00
Ryan Boren
6334df1de6 More clean_url and int casts for 2.0.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5121 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-27 23:47:02 +00:00
Ryan Boren
ff10628393 More int casts
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5100 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-25 23:12:38 +00:00
Ryan Boren
32c7c1f665 Fix relative link mangling in clean_url. fixes #4017 for 2.1
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5097 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-23 23:33:19 +00:00
Ryan Boren
1c1eb27a3f Cast to int.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5084 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-22 23:02:20 +00:00
Ryan Boren
d3556bd38a Cast to int. Props xknown. fixes #4012 for 2.0
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5080 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-22 03:11:41 +00:00
Ryan Boren
a8ef4b0f6b Bump to RC3 before I forget.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5077 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-21 23:11:44 +00:00
Ryan Boren
37adb75222 Don't add http:// to relative links. Props donncha. fixes #4001 for 2.0
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5067 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-21 00:38:05 +00:00
Mark Jaquith
9e8f4b5a41 use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for 2.0.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5058 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-17 09:04:56 +00:00
Ryan Boren
a6618fb828 Don't cast to string if empty. Props donncha. fixes #3979 for 2.0
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5053 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-16 22:05:15 +00:00
Mark Jaquith
3e3d265621 Sanitize output of previous_posts() and next_posts(). Props Alex Concha for the report.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5047 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-16 08:04:52 +00:00
Ryan Boren
aeedaa0207 RC1
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5042 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-14 23:29:14 +00:00
Mark Jaquith
f8a2fe2435 nonce-protect comments by users with unfiltered_html cap to prevent xsrf/xss. fixes #3973 for 2.0
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5041 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-14 23:13:36 +00:00
Mark Jaquith
a4a3e49a7f More int casting, just to be safe.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5037 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-14 07:40:56 +00:00
Ryan Boren
08f4bc48bc wp_title() fixes from dwc. fixes #3967
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5035 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-14 01:53:35 +00:00
Ryan Boren
4a964f3bc0 Quote values heading to DB. Cast some ints.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5031 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-12 21:28:43 +00:00
Ryan Boren
b9818d3b24 Prophylactic casting.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5022 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-10 20:34:01 +00:00
Ryan Boren
b58d19a416 Use get_query_var()
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@5010 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-09 20:58:05 +00:00
Mark Jaquith
e79f03de55 Reverting non-security-related DBX upgrade.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4989 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-07 05:14:59 +00:00
Mark Jaquith
8d8219d4bd Upgrade DBX to version 2.0.5 to fix occasional cookie error. fixes #3397
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4957 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-02 07:13:57 +00:00
Ryan Boren
2629116d0d Bump
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4897 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-20 19:44:39 +00:00
Ryan Boren
94c25b5fbc Bump
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4891 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-17 20:20:59 +00:00
Ryan Boren
db224abb34 Set charset for MCE. Props ruckus. fixes #3574
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4888 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-16 00:37:16 +00:00
Ryan Boren
f08695ea96 bump
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4878 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-13 21:47:54 +00:00
Ryan Boren
84bef23ed7 specialchars wp_explain_nonce() output.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4877 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-13 18:36:27 +00:00
Mark Jaquith
37e2220fa0 2010: WordPress Odyssey Two.0.x
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4868 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-05 22:21:53 +00:00
Ryan Boren
a6e30a7042 Bump
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4858 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-01 21:31:35 +00:00
Mark Jaquith
107b264170 Fiddle with object destruction and shutdown. Curses upon php 5.2. fixes #3354
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4841 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-30 18:33:48 +00:00
Mark Jaquith
18e33ce1bd Remove zero-byte files. Props Yosemite. fixes #3350
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4840 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-30 18:22:56 +00:00
Mark Jaquith
1da9ad5587 Fix feed links when using %category% permalink structure. Props westi. fixes #3214
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4839 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-30 18:19:57 +00:00
Mark Jaquith
0b23824f9d Fix typos in get_rss(). Props zuzara. fixes #3527
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4835 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-30 18:11:04 +00:00
Ryan Boren
c972e57003 estrict wp_remote_fopen to remote files.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4827 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-28 22:31:22 +00:00
Ryan Boren
8ed336cf8b Discard non-scalars when building query string.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4826 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-28 22:30:39 +00:00
Mark Jaquith
3ecff4d5da working on 2.0.8 now, for eventual release
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4792 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-23 09:49:28 +00:00
Ryan Boren
6d6499de9a Make sure is_array before extract. Props idle. fixes #3626
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4777 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-21 20:02:45 +00:00
Mark Jaquith
c3c8530eea Flight 2.0.7 now arriving at gate 2.0.x
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4730 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-15 19:20:09 +00:00
Ryan Boren
f47213e2cb Bump
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4729 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-14 04:06:40 +00:00
Mark Jaquith
c50b66eb08 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/branches/2.0@4725 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-12 21:46:29 +00:00
Mark Jaquith
e998e124fa 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/branches/2.0@4724 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-12 21:41:48 +00:00
Mark Jaquith
e35108ef1d Backport of HTTP_IF_MODIFIED_SINCE double stripslashes() fix. fixes #2597
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4715 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-10 13:50:30 +00:00
Mark Jaquith
f3497e1411 Tastes like FeedBurning... er, bumping.
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4714 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-10 10:13:57 +00:00
Mark Jaquith
000bcd928e Reverting non-essential stuff for a mean-and-lean 2.0.7 release
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4709 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-09 10:04:49 +00:00
Mark Jaquith
f74008463d Working on 2.0.7 now
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4685 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-06 08:25:39 +00:00
Mark Jaquith
d84352f5b5 burn in Hades, status_header(), destroyer of souls. fixes #3528
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4684 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-06 08:22:12 +00:00
Mark Jaquith
dc8fe48522 2.0.6 ump-bay
git-svn-id: https://develop.svn.wordpress.org/branches/2.0@4678 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-05 08:39:45 +00:00