Commit Graph

30 Commits

Author SHA1 Message Date
Matt Mullenweg 244ed3485f Fix for people who move.
git-svn-id: https://develop.svn.wordpress.org/trunk@1526 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-09 09:29:25 +00:00
Ryan Boren df2f9960d1 stripslashes() from $pwd before performing the md5. Otherwise, we will not match the database password which had its slashes stripped before the MD5.
git-svn-id: https://develop.svn.wordpress.org/trunk@1510 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-05 15:54:15 +00:00
jverber 18fef1c41e More special chars encoding fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@1448 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-30 02:02:49 +00:00
Matt Mullenweg 7de46f24c6 Use DOM to focus from Idan Sofer
git-svn-id: https://develop.svn.wordpress.org/trunk@1445 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-22 23:33:05 +00:00
Ryan Boren 79695b45b5 String translation fixups.
git-svn-id: https://develop.svn.wordpress.org/trunk@1427 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-14 23:44:00 +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
Matt Mullenweg 7e646da0fc Typo fix from Patrick Marie.
git-svn-id: https://develop.svn.wordpress.org/trunk@1369 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-30 08:24:24 +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
michelvaldrighi 592b88b572 redefining user_login fixes the case insensitive issue with password retrieval
git-svn-id: https://develop.svn.wordpress.org/trunk@1302 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-18 01:29:29 +00:00
Ryan Boren 5ee0dc12cc Cookie patch from rread. http://wordpress.org/support/6/5327
git-svn-id: https://develop.svn.wordpress.org/trunk@1296 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-17 19:15:45 +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
Matt Mullenweg 20cb408553 Allow WordPress installation URI and blog URI to be different.
git-svn-id: https://develop.svn.wordpress.org/trunk@1203 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-28 07:27:03 +00:00
Ryan Boren da048b308a Fix grammar and markup errors. Thanks eke.
git-svn-id: https://develop.svn.wordpress.org/trunk@1182 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-26 15:45:42 +00:00
Ryan Boren 98a7169fd0 Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1170 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-25 19:45:22 +00:00
Matt Mullenweg 94f0cf9181 Changed to superglobals, and eliminated $use_cache (since we always do).
git-svn-id: https://develop.svn.wordpress.org/trunk@1108 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-20 22:56:47 +00:00
Dougal Campbell 484d60853a Update to use get_settings (via Otsukare in http://wordpress.org/support/6/3213#post-3)
git-svn-id: https://develop.svn.wordpress.org/trunk@966 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-09 20:23:57 +00:00
Matt Mullenweg e64b754d4a Migration to get_settings and away from globals.
git-svn-id: https://develop.svn.wordpress.org/trunk@957 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-01 19:55:45 +00:00
Matt Mullenweg 59155a15f3 Migration to get_settings
git-svn-id: https://develop.svn.wordpress.org/trunk@956 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-01 06:13:32 +00:00
Matt Mullenweg 37c361e964 Migrating more of the global options to get_settings().
git-svn-id: https://develop.svn.wordpress.org/trunk@955 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-29 08:43:36 +00:00
Matt Mullenweg 22ed64e4ec Removed global $siteurl and $blogfilename, use get_settings. Syntax fix for wp-db.
git-svn-id: https://develop.svn.wordpress.org/trunk@945 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 16:15:48 +00:00
michelvaldrighi a736154b39 now using instead of iso-8859-1
git-svn-id: https://develop.svn.wordpress.org/trunk@880 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-17 02:29:20 +00:00
jverber 26b33fc83d Replaced hardcoded wp_users table
git-svn-id: https://develop.svn.wordpress.org/trunk@857 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-09 19:43:21 +00:00
Matt Mullenweg d33a4e57d8 Correctly generate new passwords, added check for email address to slow down jerks.
git-svn-id: https://develop.svn.wordpress.org/trunk@851 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-09 10:07:27 +00:00
Matt Mullenweg 15deed87d1 MD5 passwords, including code from Robert Hartman and John Gray.
git-svn-id: https://develop.svn.wordpress.org/trunk@850 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-09 09:56:57 +00:00
Matt Mullenweg a9352f2b90 If it's a 0 level user direct to profile page instead of post page.
git-svn-id: https://develop.svn.wordpress.org/trunk@820 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-01 11:48:34 +00:00
Matt Mullenweg 7921245591 Fix ups.
git-svn-id: https://develop.svn.wordpress.org/trunk@771 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-13 09:23:41 +00:00
Matt Mullenweg 405c1dfd86 Blog name in password reminder.
git-svn-id: https://develop.svn.wordpress.org/trunk@743 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-09 03:02:55 +00:00
Matt Mullenweg 03a18d42ce Don't send out password if account doesn't exist, error out. We should improve error handling in this script.
git-svn-id: https://develop.svn.wordpress.org/trunk@645 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-23 21:19:30 +00:00
Matt Mullenweg ccc413011a Renaming Reloaded.
git-svn-id: https://develop.svn.wordpress.org/trunk@628 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-18 09:36:13 +00:00
Matt Mullenweg 9c6a0a9403 The great renaming.
git-svn-id: https://develop.svn.wordpress.org/trunk@601 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-11 00:22:36 +00:00