Commit Graph

64 Commits

Author SHA1 Message Date
Ryan Boren e9553ad2d5 i81n fix from David House. fixes #2214
git-svn-id: https://develop.svn.wordpress.org/trunk@3412 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-07 06:33:49 +00:00
Ryan Boren 3b313cb840 Validation fix from philor. fixes #1958
git-svn-id: https://develop.svn.wordpress.org/trunk@3316 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-16 02:40:40 +00:00
Matt Mullenweg 4ae18b8c15 Don't do bad xhtml fixing by default - fixes #1975
git-svn-id: https://develop.svn.wordpress.org/trunk@3223 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-28 23:05:12 +00:00
Matt Mullenweg b27225b0ca Removing personal options, putting on profile page. Fixes #1557
git-svn-id: https://develop.svn.wordpress.org/trunk@3112 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 23:32:38 +00:00
Ryan Boren 62f1fd972b Pull the values in WP_User::data directly into WP_User so that we don't have to do ->data->blah.
git-svn-id: https://develop.svn.wordpress.org/trunk@3102 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 02:54:23 +00:00
Matt Mullenweg 8d259b4562 Really shouldn't be shown.
git-svn-id: https://develop.svn.wordpress.org/trunk@3063 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-13 04:54: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 573e9a1bcb wp_handle_upload() and image upload improvements from Andy. fixes #1806
git-svn-id: https://develop.svn.wordpress.org/trunk@2979 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-01 21:28:03 +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 902768cec4 Better names and typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@2844 602fd350-edb4-49c9-b593-d223f7449a82
2005-09-06 06:58:02 +00:00
Matt Mullenweg f43a4f16ad Break out the updating part.
git-svn-id: https://develop.svn.wordpress.org/trunk@2841 602fd350-edb4-49c9-b593-d223f7449a82
2005-09-06 03:08:09 +00:00
Matt Mullenweg 248922198e Break up profile page into more logical sections
git-svn-id: https://develop.svn.wordpress.org/trunk@2840 602fd350-edb4-49c9-b593-d223f7449a82
2005-09-06 02:01:33 +00:00
Matt Mullenweg 7c4907713c Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML
git-svn-id: https://develop.svn.wordpress.org/trunk@2762 602fd350-edb4-49c9-b593-d223f7449a82
2005-08-08 01:13:22 +00:00
Ryan Boren 268fc9f7a1 Cap migration.
git-svn-id: https://develop.svn.wordpress.org/trunk@2720 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-17 19:29:55 +00:00
Ryan Boren d77f5373ec Roles update + UI from Owen.
git-svn-id: https://develop.svn.wordpress.org/trunk@2704 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-12 15:53:13 +00:00
Matt Mullenweg cd3fcfab4c Let's be a little more discrete ;)
git-svn-id: https://develop.svn.wordpress.org/trunk@2638 602fd350-edb4-49c9-b593-d223f7449a82
2005-06-13 09:06:30 +00:00
Matt Mullenweg f6ef88773f User data migration should be complete
git-svn-id: https://develop.svn.wordpress.org/trunk@2636 602fd350-edb4-49c9-b593-d223f7449a82
2005-06-13 08:32:44 +00:00
Matt Mullenweg 47d80615b5 More user updates
git-svn-id: https://develop.svn.wordpress.org/trunk@2632 602fd350-edb4-49c9-b593-d223f7449a82
2005-06-12 23:14:52 +00:00
Matt Mullenweg a94ad3b4da Adding profile update hook, fixes #1434
git-svn-id: https://develop.svn.wordpress.org/trunk@2628 602fd350-edb4-49c9-b593-d223f7449a82
2005-06-10 23:33:58 +00:00
Ryan Boren 84c0b48441 Do not require password update when changing profile. http://mosquito.wordpress.org/view.php?id=1101 Props: idanso
git-svn-id: https://develop.svn.wordpress.org/trunk@2439 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-13 17:29:33 +00:00
Ryan Boren af3b90cc1e Change login noun to Username. http://mosquito.wordpress.org/view.php?id=1088 Props: Albert
git-svn-id: https://develop.svn.wordpress.org/trunk@2437 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-13 17:06:18 +00:00
Ryan Boren df3fb34a70 Introducing wp_redirect(), first cut. http://mosquito.wordpress.org/view.php?id=592 Props: Toby Simmons
git-svn-id: https://develop.svn.wordpress.org/trunk@2436 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-13 16:36:09 +00:00
Matt Mullenweg f8035ec6b4 Allowing more hooks into authentication - Hat tip: http://dev.webadmin.ufl.edu/~dwc/2005/03/02/authentication-plugins/
git-svn-id: https://develop.svn.wordpress.org/trunk@2425 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-09 22:49:42 +00:00
Matt Mullenweg f6a27d19b0 Comment registration goodness. Hat tip to Jason at noprequisite.com for user_identity code.
git-svn-id: https://develop.svn.wordpress.org/trunk@2166 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 06:38:12 +00:00
Ryan Boren 39baae5246 wp_setcookie() and wp_clearcookie(). Set cookies for both siteurl and home if they are not the same. Update cookies whenever home or siteurl change.
git-svn-id: https://develop.svn.wordpress.org/trunk@2107 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-20 04:56:24 +00:00
Ryan Boren d6bf9eeaea Fix menu highlighting for Users. Patch from MooKitty. Bug 577.
git-svn-id: https://develop.svn.wordpress.org/trunk@1998 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-24 20:55:36 +00:00
Matt Mullenweg 928966d6ce HTML fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@1961 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-15 23:09:46 +00:00
Matt Mullenweg 59d1012c9d Move all auth stuff into functions.
git-svn-id: https://develop.svn.wordpress.org/trunk@1947 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-14 03:00:55 +00:00
Matt Mullenweg 7ba3fa4bc0 Typo
git-svn-id: https://develop.svn.wordpress.org/trunk@1943 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-13 16:31:06 +00:00
Matt Mullenweg 953caf1484 Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries.
git-svn-id: https://develop.svn.wordpress.org/trunk@1940 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-12 20:41:19 +00:00
Matt Mullenweg 8c3c69dac1 Just a little tidying
git-svn-id: https://develop.svn.wordpress.org/trunk@1866 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-19 07:23:37 +00:00
Ryan Boren ed78ed9a2d Split admin-header.php into admin.php and admin-header.php. Split menu.php into menu-header.php and menu.php. Add plugin admin page support.
git-svn-id: https://develop.svn.wordpress.org/trunk@1818 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-19 03:03:06 +00:00
Matt Mullenweg 7fd906972e Move to cookiehash define, use wp_login() function for auth.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@1768 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-10 18:02:30 +00:00
Matt Mullenweg 6b0bcbf2f5 Massive options cleanup and another step of cleaning up the upgrade/install.
git-svn-id: https://develop.svn.wordpress.org/trunk@1599 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-05 00:24:28 +00:00
Matt Mullenweg 506423464f New submenu system.
git-svn-id: https://develop.svn.wordpress.org/trunk@1551 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-22 23:24:50 +00:00
Matt Mullenweg 3a96aef1f9 Cleaning out some errors and fixing some XHTML 1.1 problems.
git-svn-id: https://develop.svn.wordpress.org/trunk@1503 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-01 08:04:39 +00:00
Matt Mullenweg 240a41a37c Moved profile under users
git-svn-id: https://develop.svn.wordpress.org/trunk@1471 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-21 07:23:45 +00:00
Ryan Boren 475e0b9e07 stripslashes() elimination. Remove extra slashes during upgrade. Bugs 0000059 and 0000018
git-svn-id: https://develop.svn.wordpress.org/trunk@1435 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-18 00:22:09 +00:00
jverber 9724fbd2da Fixes for user websites (bugs #0000025 and #0000050) and fix line breaks for profile.php and users.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1422 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-14 14:58:10 +00:00
Ryan Boren 0dfe8ffc7f Mark some strings for translation and improve string consistency. From Albert. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000024
git-svn-id: https://develop.svn.wordpress.org/trunk@1420 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-13 16:14:58 +00:00
jverber 7f63343b31 Fixed invalid XHTML in a number of admin pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@1411 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-11 18:23:12 +00:00
Ryan Boren fa50e0743c user_nicename fixes from JackSim. http://wordpress.org/support/4/6708
git-svn-id: https://develop.svn.wordpress.org/trunk@1380 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-01 19:52:48 +00:00
Matt Mullenweg 717855f007 Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now.
git-svn-id: https://develop.svn.wordpress.org/trunk@1355 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 08:22:18 +00:00
Ryan Boren a24eb24176 Mark some overlooked strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1352 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-23 17:24:38 +00:00
Matt Mullenweg c85f72f101 Formatting fix for profile information.
git-svn-id: https://develop.svn.wordpress.org/trunk@1318 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-19 07:09:32 +00:00
Matt Mullenweg 55f62a7fd7 Fix so you don't have to relogin when you update your password.
git-svn-id: https://develop.svn.wordpress.org/trunk@1317 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-19 07:05:40 +00:00
Matt Mullenweg 4acf8997b9 Hot buttons!
git-svn-id: https://develop.svn.wordpress.org/trunk@1240 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-08 01:15:03 +00:00
Matt Mullenweg 3fedfb5746 E_ALL fixes and cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@1239 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-07 23:56:33 +00:00
Ryan Boren a7cc577d85 Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1161 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-25 01:25:41 +00:00