Ryan Boren
|
2b186b0c45
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
git-svn-id: https://develop.svn.wordpress.org/trunk@19712 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 17:01:11 +00:00 |
Andrew Nacin
|
8db82e5ea1
|
Move registration.php functions to user.php. Deprecate registration.php, everything is now included by default. fixes #13761.
git-svn-id: https://develop.svn.wordpress.org/trunk@16009 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-27 10:46:24 +00:00 |
Peter Westwood
|
b13e2ac938
|
More phpdoc fixes. Depreceated version numbers for _deprecated_file() calls in wp-includes.
git-svn-id: https://develop.svn.wordpress.org/trunk@12535 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-12-24 10:53:34 +00:00 |
Peter Westwood
|
5f07ebb275
|
Fix phpDoc for _deprecated_file(). Always pass the full path from ABSPATH to _deprecated_file().
git-svn-id: https://develop.svn.wordpress.org/trunk@12534 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-12-24 10:48:32 +00:00 |
Ryan Boren
|
6ef4a86b66
|
Some file level phpdoc from darkdragon. fixes #5572
git-svn-id: https://develop.svn.wordpress.org/trunk@6554 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-04 20:05:07 +00:00 |
Peter Westwood
|
7a455e8b2b
|
Mark functions and files as deprecated. Fixes #4361 props docwhat and darkdragon
git-svn-id: https://develop.svn.wordpress.org/trunk@6514 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-12-28 21:17:42 +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
|
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 |
Ryan Boren
|
216546a0b8
|
Include file renames. #2525
git-svn-id: https://develop.svn.wordpress.org/trunk@3862 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-11 06:43:54 +00:00 |
Ryan Boren
|
1053ca7014
|
Better handling of users with no role. Props Mark Jaquith. #2809
git-svn-id: https://develop.svn.wordpress.org/trunk@3859 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-10 20:26:26 +00:00 |
Ryan Boren
|
041d63a599
|
Add some user filters.
git-svn-id: https://develop.svn.wordpress.org/trunk@3800 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-05-26 22:47:13 +00:00 |
Ryan Boren
|
cb4b90ebd8
|
Return user ID if email exists.
git-svn-id: https://develop.svn.wordpress.org/trunk@3753 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-04-27 04:24:14 +00:00 |
Ryan Boren
|
cd4a8a24c5
|
current user cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@3566 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-22 19:08:55 +00:00 |
Ryan Boren
|
6008a133c4
|
Death to trailing tabs. Props Mark J. fixes #2405
git-svn-id: https://develop.svn.wordpress.org/trunk@3517 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-12 07:53:23 +00:00 |
Matt Mullenweg
|
b17e0b1ef3
|
Better email error checking, fixes #2046
git-svn-id: https://develop.svn.wordpress.org/trunk@3507 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-09 08:11:26 +00:00 |
Ryan Boren
|
a2e19bdbef
|
Username sanitization cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@3481 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-01-25 03:09:16 +00:00 |
Ryan Boren
|
2294967988
|
Return ID not user_login.
git-svn-id: https://develop.svn.wordpress.org/trunk@3351 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-23 23:16:01 +00:00 |
Ryan Boren
|
4957068837
|
Cache user ids and user logins separately to avoid collision. Props donncha. fixes #2096
git-svn-id: https://develop.svn.wordpress.org/trunk@3330 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-19 19:14:22 +00:00 |
Ryan Boren
|
c72a1f461e
|
Object caching, round one.
git-svn-id: https://develop.svn.wordpress.org/trunk@3011 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-07 21:56:03 +00:00 |
Ryan Boren
|
c244bfd360
|
Show Role in profile and user edit. Don't allow users with edit_users caps to demote themselves. Props: davidhouse, ringmaster. fixes #1825
git-svn-id: https://develop.svn.wordpress.org/trunk@2995 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 03:58:52 +00:00 |
Ryan Boren
|
1fb12a1eaa
|
Rename image-uploading to inline-uploading. Props skeltoac. fixes #1834
git-svn-id: https://develop.svn.wordpress.org/trunk@2994 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 03:40:43 +00:00 |
Ryan Boren
|
0d3b4317dc
|
Add middle_name and flickr_username for users.
git-svn-id: https://develop.svn.wordpress.org/trunk@2980 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-02 08:26:42 +00:00 |
Ryan Boren
|
62a83ea445
|
Moving more stuff to new API.
git-svn-id: https://develop.svn.wordpress.org/trunk@2915 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-09-24 18:07:46 +00:00 |
Ryan Boren
|
c7e5d7ee7e
|
Don't reset user cookies when editing other users. Props donncha. fixes #1689
git-svn-id: https://develop.svn.wordpress.org/trunk@2895 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-09-20 17:55:16 +00:00 |
Ryan Boren
|
41aeea36a4
|
Add missing comma. Props donncha. fixes #1675
git-svn-id: https://develop.svn.wordpress.org/trunk@2883 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-09-15 23:44:33 +00:00 |
Ryan Boren
|
8baae0c89e
|
User create/update rework. Introduce wp_insert_user(), wp_create_user(), wp_update_user(), add_user(), update_user(), wp_new_user_notification().
git-svn-id: https://develop.svn.wordpress.org/trunk@2872 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-09-14 00:03:02 +00:00 |
Matt Mullenweg
|
5880f1a3ad
|
Setting native eol:style
git-svn-id: https://develop.svn.wordpress.org/trunk@2735 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-23 16:16:03 +00:00 |
Ryan Boren
|
7e94ba45c5
|
Cap migration.
git-svn-id: https://develop.svn.wordpress.org/trunk@2712 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-15 01:24:08 +00:00 |
Matt Mullenweg
|
810e0018f4
|
Massive user_level fix. We were still using the user_level field in wp_users in some places, where we should just use the table prefixed usermeta value.
git-svn-id: https://develop.svn.wordpress.org/trunk@2702 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-09 01:27:46 +00:00 |