Commit Graph

28 Commits

Author SHA1 Message Date
westi 68d8884d6d Improve the Grammar. Fixes #9181 props Viper007Bond.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10673 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-02-28 09:55:07 +00:00
westi 8da10297ba Explain consequences of changing the *_KEY defines. Fixes #9181.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-02-27 17:14:22 +00:00
ryan 07f593ea54 Eliminate closing ?>'s from wp-config-sample.php. Props Otto42. fixes #6791
git-svn-id: http://svn.automattic.com/wordpress/trunk@10252 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-24 22:51:50 +00:00
ryan f7db972796 https for secret-key
git-svn-id: http://svn.automattic.com/wordpress/trunk@10209 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-16 08:32:35 +00:00
ryan 0f927649f8 Introduce NONCE_SALT and NONCE_KEY
git-svn-id: http://svn.automattic.com/wordpress/trunk@10120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-07 21:31:13 +00:00
westi df8ad0bc5a Improved phpdoc for wp-config-sample.php fixes #7397 and #7526 props lloydbudd and jacobsantos.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8817 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-09-05 17:53:03 +00:00
ryan fa2ee97a53 Revert [8655]. see #7526
git-svn-id: http://svn.automattic.com/wordpress/trunk@8790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-09-01 05:33:56 +00:00
azaozz 9729660f29 wp-config-sample.php inline documentation. Props santosj, fixes #7526
git-svn-id: http://svn.automattic.com/wordpress/trunk@8655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-08-16 06:16:30 +00:00
ryan c3045dd2f8 Update sample config to use new cookie keys
git-svn-id: http://svn.automattic.com/wordpress/trunk@8251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-07-03 17:16:10 +00:00
ryan 5b8113578d Allow wp-config.php to exist one level up from WordPress root directory. Props sambauers. fixes #6933
git-svn-id: http://svn.automattic.com/wordpress/trunk@7971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-05-21 05:59:27 +00:00
ryan 31f09d0b85 Typo fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@7810 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-24 17:33:58 +00:00
ryan b67cfee094 Document new secret-key API in sample config.
git-svn-id: http://svn.automattic.com/wordpress/trunk@7808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-04-24 17:26:36 +00:00
ryan 42d83376c9 Allow DB salt to be overridden by SECRET_SALT. Add a filter to wp_salt(). see #5367
git-svn-id: http://svn.automattic.com/wordpress/trunk@6478 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-24 06:34:12 +00:00
ryan 03a9269b11 Don't fallback to DB info for secret key. Allow expiration grace period for AJAX requests. see #5367
git-svn-id: http://svn.automattic.com/wordpress/trunk@6471 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-23 00:58:06 +00:00
ryan 29ef8b6f5f New secure cookie protocol. see #5367
git-svn-id: http://svn.automattic.com/wordpress/trunk@6387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-12-16 17:41:59 +00:00
matt a22990a56e The config file has been deliberately CRLF since [2370] to recognize that most people will be editing this file in a crappy windows editor.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-05-12 18:29:57 +00:00
rob1n c2e45c1e08 Update wp-config.php to reference wp-contents/languages instead of wp-includes/languages. Props Nazgul. fixes #4150
git-svn-id: http://svn.automattic.com/wordpress/trunk@5273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-04-15 21:29:41 +00:00
matt ea34fbf182 People are confusing the part they should edit with the part they shouldn't, so let's make the example values a little more self-evident.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-03-08 18:31:46 +00:00
ryan 09d45db3f7 Make DB_COLLATE blank by default so that MySQL will choose the default collation for the charset. #3517
git-svn-id: http://svn.automattic.com/wordpress/trunk@4867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-02-05 21:37:47 +00:00
ryan ce0f8b4a66 First cut at mysql utf-8 charset suport. Props to sehh, drupal, and textpattern. fixes #3517
git-svn-id: http://svn.automattic.com/wordpress/trunk@4860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2007-02-02 00:04:35 +00:00
ryan c476029674 Set eol style. fixes #3264
git-svn-id: http://svn.automattic.com/wordpress/trunk@4424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2006-10-25 22:55:05 +00:00
matt fd16cda0a7 Note character restrictions, fixes #910
git-svn-id: http://svn.automattic.com/wordpress/trunk@2745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-08-03 00:46:57 +00:00
matt f6da723d1f Change to work better on windows
git-svn-id: http://svn.automattic.com/wordpress/trunk@2370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2005-02-21 06:38:30 +00:00
saxmatt 2a84681941 Eliminating some cruft.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-08-30 20:02:10 +00:00
rboren 901d6403b8 Fix spelling error.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-21 02:47:45 +00:00
rboren b982580f52 Set language with WPLANG.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-26 02:00:08 +00:00
saxmatt 99a7358baf Renaming Reloaded.
git-svn-id: http://svn.automattic.com/wordpress/trunk@628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-18 09:36:13 +00:00
saxmatt 43e4a8a930 The great renaming.
git-svn-id: http://svn.automattic.com/wordpress/trunk@601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-12-11 00:22:36 +00:00