Ryan Boren
|
e12c642c54
|
Trim tailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@11450 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-24 23:47:49 +00:00 |
|
Ryan Boren
|
c06ab49bcf
|
Don't notify post author of own comments. PrProps josephscott. fixes #8695
git-svn-id: https://develop.svn.wordpress.org/trunk@11387 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-18 18:36:04 +00:00 |
|
Mark Jaquith
|
c638e8d8de
|
_a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11204 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 19:43:53 +00:00 |
|
Mark Jaquith
|
4569581d73
|
Exclamation mark is a valid and safe character in a URI. props hakre. fixes #8904
git-svn-id: https://develop.svn.wordpress.org/trunk@11147 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 23:52:32 +00:00 |
|
Peter Westwood
|
9aa1b4c9f9
|
Fix wp_mails handling of custom boundaries. Fixes #5204 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@11136 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 07:25:47 +00:00 |
|
Ryan Boren
|
fe7c34b6fd
|
s/attribute_escape/attr/. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11109 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-28 05:58:45 +00:00 |
|
Ryan Boren
|
563583c87b
|
Don't notify post author of own comments. Props Denis-de-Bernardy. fixes #8695
git-svn-id: https://develop.svn.wordpress.org/trunk@11057 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 20:55:04 +00:00 |
|
Ryan Boren
|
eef3fe8028
|
Wrap get_user_by() in function_exists check. Props alexrabe. fixes #9617
git-svn-id: https://develop.svn.wordpress.org/trunk@11033 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 20:27:22 +00:00 |
|
Ryan Boren
|
fcb4384381
|
Cache user lookups made by nicename. Add get_user_by(). fixes #4170
git-svn-id: https://develop.svn.wordpress.org/trunk@10992 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 21:25:11 +00:00 |
|
Ryan Boren
|
f4f1dd5a05
|
Fix headers array processing for wp_mail(). Props gortsleigh. fixes #9284
git-svn-id: https://develop.svn.wordpress.org/trunk@10967 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 00:06:18 +00:00 |
|
Ryan Boren
|
2eae08c088
|
Updates to wp_login_url() and wp_logout_url(). Use them in more places. Props wnorris. fixes #9536
git-svn-id: https://develop.svn.wordpress.org/trunk@10931 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-14 18:31:49 +00:00 |
|
Ryan Boren
|
85aa38df9b
|
Make random_seed a transient
git-svn-id: https://develop.svn.wordpress.org/trunk@10838 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-25 20:03:57 +00:00 |
|
Ryan Boren
|
8d00b5d37d
|
Trim trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10810 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 02:43:45 +00:00 |
|
Ryan Boren
|
1fb1534e8f
|
Use wpdb::insert() and update(). Props DD32. see #6836
git-svn-id: https://develop.svn.wordpress.org/trunk@10730 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-06 04:27:51 +00:00 |
|
Ryan Boren
|
76a0466145
|
Add auth_cookie_expiration filter
git-svn-id: https://develop.svn.wordpress.org/trunk@10691 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-03 22:51:55 +00:00 |
|
Ryan Boren
|
0a4022978b
|
Add auth_redirect action
git-svn-id: https://develop.svn.wordpress.org/trunk@10685 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-02 23:42:28 +00:00 |
|
Andrew Ozz
|
bac97149c1
|
Fix typo, props sambauers
git-svn-id: https://develop.svn.wordpress.org/trunk@10678 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-02 00:28:52 +00:00 |
|
Ryan Boren
|
54b8501261
|
Don't trigger wp_login_failed action for empty usernames or passwords.
git-svn-id: https://develop.svn.wordpress.org/trunk@10638 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-23 17:33:02 +00:00 |
|
Ryan Boren
|
854a8d6341
|
Use _n(). Props nbachiyski. fixes #9111
git-svn-id: https://develop.svn.wordpress.org/trunk@10606 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-20 19:35:16 +00:00 |
|
Peter Westwood
|
ab26eb60bc
|
If we have to generate people salts then make them 64 chars long. Fixes #8647 props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@10577 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 16:21:28 +00:00 |
|
Peter Westwood
|
fbee65f20e
|
Add documentation to detail reasoning for default from address. See #5007 props pishmishy
git-svn-id: https://develop.svn.wordpress.org/trunk@10575 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-15 13:31:43 +00:00 |
|
Ryan Boren
|
5448fc8160
|
If no angle brackets, assume email address. Props donncha. fixes #9086 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10541 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-10 23:51:51 +00:00 |
|
Ryan Boren
|
ad71598fc8
|
Seed cookie hash key with a fragment from the password hash
git-svn-id: https://develop.svn.wordpress.org/trunk@10486 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-03 05:03:16 +00:00 |
|
Ryan Boren
|
27ddfadac3
|
Pluggables phpdoc updates. Props filosofo. fixes #9001
git-svn-id: https://develop.svn.wordpress.org/trunk@10469 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-30 18:08:28 +00:00 |
|
Peter Westwood
|
8aa657443e
|
Much better handling of wp-login.php page load. See #8938 props wnorris.
git-svn-id: https://develop.svn.wordpress.org/trunk@10463 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-29 21:30:16 +00:00 |
|
Ryan Boren
|
366a05425d
|
Use secure.gravatar.com for SSL avatar requests. fixes #8988 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10461 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-29 17:58:16 +00:00 |
|
Peter Westwood
|
0f07c161d7
|
Don't show the error on normal login page loads. See #8938.
git-svn-id: https://develop.svn.wordpress.org/trunk@10455 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-28 22:11:49 +00:00 |
|
Peter Westwood
|
04d6ffe39b
|
Make authentication more pluggable than ever before. See #8938 props wnorris.
git-svn-id: https://develop.svn.wordpress.org/trunk@10437 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-24 22:38:19 +00:00 |
|
Ryan Boren
|
17eacc240c
|
Remove update_user_cache(). Long dead.
git-svn-id: https://develop.svn.wordpress.org/trunk@10395 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-21 19:21:51 +00:00 |
|
Ryan Boren
|
f04a7d1efa
|
phpdoc updates for wp_generate_password(). Props sivel. fixes #8688 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10271 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-30 19:47:59 +00:00 |
|
Ryan Boren
|
0cc431b007
|
Update secret-key url. Props sivel. fixes #8687 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10241 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-22 23:00:13 +00:00 |
|
Ryan Boren
|
baaaa352ba
|
Strip trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10150 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-09 18:03:31 +00:00 |
|
Ryan Boren
|
f3dd1ef856
|
Introduce NONCE_SALT and NONCE_KEY
git-svn-id: https://develop.svn.wordpress.org/trunk@10120 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-07 21:31:13 +00:00 |
|
Mark Jaquith
|
68d8954313
|
Do not redirect to options.php on login if user was POSTing to options.php from another page. props fitztrev. fixes #8133
git-svn-id: https://develop.svn.wordpress.org/trunk@9775 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-19 05:07:24 +00:00 |
|
Mark Jaquith
|
0627e9a2fe
|
A couple more hCard CSS classes for comments from wnorris. fixes #8264
git-svn-id: https://develop.svn.wordpress.org/trunk@9764 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-18 22:06:51 +00:00 |
|
Andrew Ozz
|
528fe647e4
|
Fix default Gravatar URLs, props DD32, fixes #8232
git-svn-id: https://develop.svn.wordpress.org/trunk@9728 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-15 23:30:33 +00:00 |
|
Ryan Boren
|
fab4e5a68e
|
Unused var fixes. Props DD32. see #8220
git-svn-id: https://develop.svn.wordpress.org/trunk@9716 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-15 18:10:35 +00:00 |
|
Ryan Boren
|
5554345fa8
|
Provide fallback salt to accommodate custom schemes. Props tellyworth. fixes #8212
git-svn-id: https://develop.svn.wordpress.org/trunk@9680 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-14 16:35:14 +00:00 |
|
Ryan Boren
|
42adea08a5
|
Remove debug
git-svn-id: https://develop.svn.wordpress.org/trunk@9374 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-28 03:43:52 +00:00 |
|
Ryan Boren
|
06c6a7d153
|
Introduce normalize_whitespace(). Use it instead of wp_text_diff() when checking for identical autosave revisions. Props tellyworth. fixes #7691
git-svn-id: https://develop.svn.wordpress.org/trunk@9302 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-23 20:03:16 +00:00 |
|
Ryan Boren
|
b406bec607
|
phpdoc corrections from jacobsantos. see #7918
git-svn-id: https://develop.svn.wordpress.org/trunk@9243 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-18 20:46:30 +00:00 |
|
Peter Westwood
|
e99eff7d52
|
Add attachment support to wp_mail. Fixes #7787 props AaronCampbell.
git-svn-id: https://develop.svn.wordpress.org/trunk@9213 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-16 20:57:49 +00:00 |
|
Ryan Boren
|
99c9bd2818
|
get_avatar() phpdoc update from Speedboxer. fixes #7536
git-svn-id: https://develop.svn.wordpress.org/trunk@9200 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-16 18:37:05 +00:00 |
|
Peter Westwood
|
c2178198f4
|
Default to an empty alt attribute on Avatars. Fixes #7536.
git-svn-id: https://develop.svn.wordpress.org/trunk@9127 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-12 18:03:54 +00:00 |
|
Ryan Boren
|
9c3fd20686
|
get_comment_type() sets comment_type to 'comment'. Allow for that in get_avatar().
git-svn-id: https://develop.svn.wordpress.org/trunk@9084 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-05 04:48:17 +00:00 |
|
Ryan Boren
|
ede64bdbf9
|
Avatar alt fixes from nbachiyski. fixes #7536
git-svn-id: https://develop.svn.wordpress.org/trunk@9076 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-03 03:20:54 +00:00 |
|
Ryan Boren
|
6018669f89
|
Don't show avatar for pingbacks or trackbacks
git-svn-id: https://develop.svn.wordpress.org/trunk@9075 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-03 03:12:42 +00:00 |
|
Peter Westwood
|
86d95698db
|
Fix notice in check_admin_referrer.
git-svn-id: https://develop.svn.wordpress.org/trunk@9026 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-28 21:08:25 +00:00 |
|
Ryan Boren
|
eb093c7182
|
Don't append HTTPOnly if cookie domain is empty. see #7677
git-svn-id: https://develop.svn.wordpress.org/trunk@8811 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-05 05:35:58 +00:00 |
|
Ryan Boren
|
04d12df410
|
No HTTPOnly for Safari
git-svn-id: https://develop.svn.wordpress.org/trunk@8810 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-05 00:10:34 +00:00 |
|