Mark Jaquith
|
1c0f13ab9a
|
missing wp-config.php error uses wp_die() now. props Nazgul. fixes #1936
git-svn-id: https://develop.svn.wordpress.org/trunk@4307 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-10-04 05:32:18 +00:00 |
Ryan Boren
|
6863534b25
|
Add support for RTL in install.php, upgrade.php and inline-uploading.php. Props Sewar. #3136
git-svn-id: https://develop.svn.wordpress.org/trunk@4259 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-09-28 17:35:59 +00:00 |
Ryan Boren
|
4591c517ce
|
wp_die() improvements from Sewar. fixes #2902
git-svn-id: https://develop.svn.wordpress.org/trunk@4006 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-07-10 05:29:10 +00:00 |
Ryan Boren
|
0b25954d38
|
Use wp_die(). Props filosofo. fixes #2914
git-svn-id: https://develop.svn.wordpress.org/trunk@3985 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-07-05 22:00:03 +00:00 |
Ryan Boren
|
cf70770e24
|
Remove those naughty flushes.
git-svn-id: https://develop.svn.wordpress.org/trunk@3749 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-04-22 02:10:42 +00:00 |
Ryan Boren
|
fa8d1959e2
|
Pluggable install functions. fixes #2616
git-svn-id: https://develop.svn.wordpress.org/trunk@3670 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-03-31 08:07:39 +00:00 |
Ryan Boren
|
5e18dd3e86
|
prefix not table_prefix. Props Kafkaesqui. fixes #2528
git-svn-id: https://develop.svn.wordpress.org/trunk@3604 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-03-03 20:36:40 +00:00 |
Ryan Boren
|
4489be47f5
|
Use table prefix from wpdb. Props Mark J. #2524
git-svn-id: https://develop.svn.wordpress.org/trunk@3603 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-03-03 17:19:05 +00:00 |
Ryan Boren
|
a2f5fa5254
|
Bookmark/link rework. #2499
git-svn-id: https://develop.svn.wordpress.org/trunk@3570 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-27 04:57:30 +00:00 |
Ryan Boren
|
28961b459c
|
Blog privacy. fixes #2480
git-svn-id: https://develop.svn.wordpress.org/trunk@3548 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-18 07:40:43 +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 |
Ryan Boren
|
f961003343
|
Allow draft pages. Use post_type for object types. Reserve post_status strictly for status. fixes #1820
git-svn-id: https://develop.svn.wordpress.org/trunk@3510 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-02-09 10:03:48 +00:00 |
Ryan Boren
|
5be951ca28
|
Cache rewrite rules. Add WP_Rewrite::flush_rules(). fixes #2155
git-svn-id: https://develop.svn.wordpress.org/trunk@3373 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-28 07:05:05 +00:00 |
Ryan Boren
|
2ec76f2801
|
Make sure fields without defaults are specified when inserting. fixes #1953
git-svn-id: https://develop.svn.wordpress.org/trunk@3285 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-10 23:22:47 +00:00 |
Ryan Boren
|
f8f9acc610
|
i18n fixes from nbachiyski. #2006
git-svn-id: https://develop.svn.wordpress.org/trunk@3262 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-12-02 22:37:02 +00:00 |
Ryan Boren
|
6c0ae692ee
|
Regenerate page rewrite rules after creating the first page during install.
git-svn-id: https://develop.svn.wordpress.org/trunk@3232 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-29 02:47:31 +00:00 |
Ryan Boren
|
559d1847fa
|
stripslashes() from admin email and weblog title since update_option() takes care of escaping them. fixes #1919
git-svn-id: https://develop.svn.wordpress.org/trunk@3173 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-20 07:40:17 +00:00 |
Ryan Boren
|
bda11c7c40
|
Use new logo. Props nbachiyski. fixes #1896
git-svn-id: https://develop.svn.wordpress.org/trunk@3133 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 09:55:53 +00:00 |
Ryan Boren
|
673db4570a
|
Populate category and comment counts for default post and cat.
git-svn-id: https://develop.svn.wordpress.org/trunk@3128 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-17 05:10:18 +00:00 |
Ryan Boren
|
b49bd4d290
|
Flush the cache before installing. fixes #1877
git-svn-id: https://develop.svn.wordpress.org/trunk@3088 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-14 22:32:03 +00:00 |
Ryan Boren
|
3098fe172e
|
Don't return false from get_settings() when installing. Use update_option() when setting the blog title and admin email so that the cache is kept in sync. fixes #1869
git-svn-id: https://develop.svn.wordpress.org/trunk@3067 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-14 06:51:09 +00:00 |
Matt Mullenweg
|
4b6a074982
|
Add HTTPS support, fixes #1372
git-svn-id: https://develop.svn.wordpress.org/trunk@3041 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:21:28 +00:00 |
Ryan Boren
|
f9d2c24acd
|
Admin nicename setup incorrectly. Props Mark Jaquith fixes #1839
git-svn-id: https://develop.svn.wordpress.org/trunk@2992 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-06 03:16:59 +00:00 |
Ryan Boren
|
305c29d4e1
|
DB versioning. fixes #1791
git-svn-id: https://develop.svn.wordpress.org/trunk@2966 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-10-27 22:04:12 +00:00 |
Ryan Boren
|
cda9a51ff0
|
Trailing slashes, on the URI, make me happy, make me feel fine. fixes #1742
git-svn-id: https://develop.svn.wordpress.org/trunk@2945 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-10-12 18:21:15 +00:00 |
Ryan Boren
|
2d061e7592
|
Use wp_mail instead of mail. Props to tliebig. fixes #1642
git-svn-id: https://develop.svn.wordpress.org/trunk@2835 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-09-02 17:12:58 +00:00 |
Ryan Boren
|
3f691174e2
|
Set nickname during install. Props skippy and markjaquith. fixes #1568
git-svn-id: https://develop.svn.wordpress.org/trunk@2794 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-08-20 01:43:43 +00:00 |
Matt Mullenweg
|
070a5d4fd9
|
Removing link at Carthik's request.
git-svn-id: https://develop.svn.wordpress.org/trunk@2786 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-08-16 23:27:16 +00:00 |
Matt Mullenweg
|
1cf85bcf58
|
No trailing index.php
git-svn-id: https://develop.svn.wordpress.org/trunk@2785 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-08-15 05:12:46 +00:00 |
Ryan Boren
|
90d7668a03
|
Setup admin's role during install. Props: Owen Winkler. fixes #1505
git-svn-id: https://develop.svn.wordpress.org/trunk@2707 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-13 19:55:05 +00:00 |
Ryan Boren
|
b3f7bd726c
|
Use wpdb->escape instead of addslashes to prepare DB bound data.
git-svn-id: https://develop.svn.wordpress.org/trunk@2699 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-07-05 20:47:22 +00:00 |
Matt Mullenweg
|
83538ff38b
|
Make it a page
git-svn-id: https://develop.svn.wordpress.org/trunk@2664 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-27 18:16:16 +00:00 |
Matt Mullenweg
|
8820dc2c4c
|
Add a default About page on install.
git-svn-id: https://develop.svn.wordpress.org/trunk@2645 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-06-16 09:05:06 +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 |
Ryan Boren
|
1592d90958
|
Mark strings for localization. http://mosquito.wordpress.org/view.php?id=1272 Props: nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@2570 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-22 00:16:48 +00:00 |
Matt Mullenweg
|
399e9acf58
|
Be sure about encoding. Fixes http://mosquito.wordpress.org/view.php?id=1222
git-svn-id: https://develop.svn.wordpress.org/trunk@2548 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-19 03:35:48 +00:00 |
Matt Mullenweg
|
68f6927368
|
Strip slashes in blog name for email from:
git-svn-id: https://develop.svn.wordpress.org/trunk@2532 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-04-13 23:25:48 +00:00 |
Ryan Boren
|
b3bf4ec4da
|
Add slug for default category. http://mosquito.wordpress.org/view.php?id=1092
git-svn-id: https://develop.svn.wordpress.org/trunk@2459 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-21 16:53:42 +00:00 |
Matt Mullenweg
|
5b52ad1017
|
Use installing variable (from Donncha)
git-svn-id: https://develop.svn.wordpress.org/trunk@2455 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-17 23:34:06 +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
|
44a6b4cd7b
|
Localize default post, category, and comment. Remove unnecessary addslashes/stripslashes. Validate admin email address. http://mosquito.wordpress.org/view.php?id=994 Props: slebog and nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@2409 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-05 02:27:08 +00:00 |
Ryan Boren
|
8eb5fc62f0
|
Remove extra line breaks. http://mosquito.wordpress.org/view.php?id=1002
git-svn-id: https://develop.svn.wordpress.org/trunk@2400 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-03-02 15:42:59 +00:00 |
Ryan Boren
|
fe0c277b19
|
gettext install and upgrade. http://mosquito.wordpress.org/view.php?id=994 From nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@2391 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-27 23:09:58 +00:00 |
Ryan Boren
|
a06446a1b4
|
Give first post a slug. http://mosquito.wordpress.org/view.php?id=987 Props: MaThIbUs
git-svn-id: https://develop.svn.wordpress.org/trunk@2386 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-26 20:46:12 +00:00 |
Matt Mullenweg
|
9b55bd6c62
|
Don't show email errors for people who don't have it.
git-svn-id: https://develop.svn.wordpress.org/trunk@2256 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-11 01:31:23 +00:00 |
Matt Mullenweg
|
57791e2976
|
First user should have a registration date.
git-svn-id: https://develop.svn.wordpress.org/trunk@2214 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-02-04 23:52:56 +00:00 |
Matt Mullenweg
|
1b5653dcc7
|
Make input forms bigger.
git-svn-id: https://develop.svn.wordpress.org/trunk@2133 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-24 07:44:38 +00:00 |
Matt Mullenweg
|
f418ec98e4
|
http://mosquito.wordpress.org/view.php?id=669
git-svn-id: https://develop.svn.wordpress.org/trunk@2083 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-11 20:22:11 +00:00 |
Matt Mullenweg
|
58e0cd82b7
|
Adding RSS feeds for everybody.
git-svn-id: https://develop.svn.wordpress.org/trunk@2078 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-10 23:30:57 +00:00 |
Matt Mullenweg
|
99b07ae3bc
|
No email on the default comment.
git-svn-id: https://develop.svn.wordpress.org/trunk@2074 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-01-10 20:12:55 +00:00 |
Matt Mullenweg
|
f2656de206
|
Using modern variables.
git-svn-id: https://develop.svn.wordpress.org/trunk@1948 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-12-14 07:55:26 +00:00 |
Ryan Boren
|
8a53bdc06d
|
Fix link to setup-config. Bug 497.
git-svn-id: https://develop.svn.wordpress.org/trunk@1895 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-11-28 04:41:48 +00:00 |
Ryan Boren
|
426cd01a2a
|
The first category is 1 not 0.
git-svn-id: https://develop.svn.wordpress.org/trunk@1852 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-11-15 05:59:34 +00:00 |
Ryan Boren
|
1089c39b55
|
Use $wpdb->post2cat instead of wp_main_post2cat. Bug 442. Hat tip: ludoo.
git-svn-id: https://develop.svn.wordpress.org/trunk@1848 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-11-09 02:40:09 +00:00 |
Donncha O Caoimh
|
0064b2180c
|
Very minor typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@1832 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-10-26 16:31:44 +00:00 |
Donncha O Caoimh
|
c10ebb4a7c
|
Added links to developer's sites.
Fixed bug in install: post2cat record for "first post" missing.
git-svn-id: https://develop.svn.wordpress.org/trunk@1831 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-10-26 16:28:43 +00:00 |
michelvaldrighi
|
24deadc930
|
added From: header to the mail notification
git-svn-id: https://develop.svn.wordpress.org/trunk@1707 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-09-23 11:42:40 +00:00 |
Matt Mullenweg
|
173f2cd3e6
|
Install and upgrade refactoring complete.
git-svn-id: https://develop.svn.wordpress.org/trunk@1601 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-09-05 01:22:17 +00:00 |
Matt Mullenweg
|
9c1d725609
|
Remove optiongroup_options table.
git-svn-id: https://develop.svn.wordpress.org/trunk@1597 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-09-04 22:15:46 +00:00 |
Matt Mullenweg
|
1536ef3d40
|
Remove optiongroups table.
git-svn-id: https://develop.svn.wordpress.org/trunk@1596 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-09-04 22:09:21 +00:00 |
Matt Mullenweg
|
af93d0ec1a
|
Remove optiontypes table.
git-svn-id: https://develop.svn.wordpress.org/trunk@1595 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-09-04 22:04:19 +00:00 |
Matt Mullenweg
|
9cef0837a3
|
Remove optionvalues table.
git-svn-id: https://develop.svn.wordpress.org/trunk@1594 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-09-04 21:52:00 +00:00 |
Matt Mullenweg
|
3e382a85bb
|
Nicer defaults.
git-svn-id: https://develop.svn.wordpress.org/trunk@1549 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-08-21 21:33:46 +00:00 |
Matt Mullenweg
|
690fd240fa
|
Even friendlier!
git-svn-id: https://develop.svn.wordpress.org/trunk@1546 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-08-21 20:48:32 +00:00 |
Ryan Boren
|
0f49ccc3d3
|
Simplify post paging. Remove "posts paged" setting. We should always page. Add posts_nav_link() to the default template.
git-svn-id: https://develop.svn.wordpress.org/trunk@1500 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-07-29 03:34:08 +00:00 |
Matt Mullenweg
|
8c3c6b2540
|
Rev of installer. Friendlier and better setup. Still needs error checking on admin_email and weblog title, real magic quotes handling, and to use an external DB structure to check everything.
git-svn-id: https://develop.svn.wordpress.org/trunk@1477 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-07-23 08:45:55 +00:00 |
Matt Mullenweg
|
52f5b06f61
|
A little saner defaults.
git-svn-id: https://develop.svn.wordpress.org/trunk@1469 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-07-21 02:02:54 +00:00 |
jverber
|
458aa60535
|
Added missing head tags to install.php and upgrade.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1407 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-11 16:09:18 +00:00 |
Ryan Boren
|
5fb2c2511d
|
Change $tablecomments to $wpdb-comments. From Kitty.
git-svn-id: https://develop.svn.wordpress.org/trunk@1363 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-26 14:30:53 +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 |
Matt Mullenweg
|
4a35248866
|
Renaming install-config.php to setup-config.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1308 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-18 20:05:40 +00:00 |
Matt Mullenweg
|
dd7658abc3
|
Change wording to fit with our two blog URI method better.
git-svn-id: https://develop.svn.wordpress.org/trunk@1275 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-14 08:54:40 +00:00 |
Matt Mullenweg
|
7f1cdc843e
|
Various fixes and cleanups, inspired and pointed out by Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@1245 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-09 05:47:02 +00:00 |
Dougal Campbell
|
332fc0d3cd
|
Changed nickname of 'admin' to 'site admin', to avoid having duplicate values in the 'Identity' dropdown of the user profile in a fresh install.
git-svn-id: https://develop.svn.wordpress.org/trunk@1189 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-27 17:11:05 +00:00 |
Matt Mullenweg
|
17fe19e626
|
Cleaned up unused options.
git-svn-id: https://develop.svn.wordpress.org/trunk@1148 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-24 21:21:19 +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 |
Matt Mullenweg
|
637f6f3b8a
|
Massive admin tweak commit. Improved consistency, numerous bug fixes, redesigned link forms, tweaked options more, left the ugly grey bar I didn't mean to add in the first place but tweaked it too.
git-svn-id: https://develop.svn.wordpress.org/trunk@1100 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-19 08:09:27 +00:00 |
Matt Mullenweg
|
dfbe32bf8d
|
Interface improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@1076 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-15 09:15:56 +00:00 |
Matt Mullenweg
|
b2840feb9c
|
quote -1 value in SQL.
git-svn-id: https://develop.svn.wordpress.org/trunk@1073 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-15 05:53:54 +00:00 |
Dougal Campbell
|
9023abb3e0
|
Oh yeah. Should also set 'color' since we're setting 'background-color'.
git-svn-id: https://develop.svn.wordpress.org/trunk@1069 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-14 17:12:52 +00:00 |
Dougal Campbell
|
f963c99d5a
|
Attack of the Background-Color Police. Also, let step 3 of install.php accept the url param via GET. This will enable batch installation of WP via scripts, if someone wants to be clever.
git-svn-id: https://develop.svn.wordpress.org/trunk@1068 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-14 17:10:12 +00:00 |
michelvaldrighi
|
08dbbe64ed
|
upgraded requirements to PHP 4.1.0, added comment_date_gmt field
git-svn-id: https://develop.svn.wordpress.org/trunk@1048 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-02 01:21:29 +00:00 |
michelvaldrighi
|
ef9cfda412
|
updated install.php to keep up with changes in wp_posts
git-svn-id: https://develop.svn.wordpress.org/trunk@1031 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-30 01:44:21 +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 |
Dougal Campbell
|
3754111ee2
|
Added per-post custom metadata support.
git-svn-id: https://develop.svn.wordpress.org/trunk@947 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-02-26 22:21:33 +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 |
Matt Mullenweg
|
7d798ecade
|
Unescaped quotes.
git-svn-id: https://develop.svn.wordpress.org/trunk@921 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-02-23 13:51:29 +00:00 |
Matt Mullenweg
|
cf2ecaf423
|
Installation and upgrade DB errors.
git-svn-id: https://develop.svn.wordpress.org/trunk@899 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-02-20 16:29:08 +00:00 |
michelvaldrighi
|
1c58817681
|
georgia could be ambiguous for the password
git-svn-id: https://develop.svn.wordpress.org/trunk@884 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-02-17 04:08:03 +00:00 |
michelvaldrighi
|
7af5c8fbcf
|
adding blog_charset option
git-svn-id: https://develop.svn.wordpress.org/trunk@878 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-02-17 02:11:16 +00:00 |
Matt Mullenweg
|
beca1c1b4c
|
Fixes for MD5 passwords.
git-svn-id: https://develop.svn.wordpress.org/trunk@861 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-02-10 22:39:48 +00:00 |
Alex King
|
d4e08b7086
|
added links for Alex and Dougal, updated Mike's link
git-svn-id: https://develop.svn.wordpress.org/trunk@794 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-01-25 09:46:57 +00:00 |
Matt Mullenweg
|
8f7ab4d152
|
Fix CVS duplicate option value problem and removed automatic since it isn't used.
git-svn-id: https://develop.svn.wordpress.org/trunk@711 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-01-04 01:58:31 +00:00 |
Matt Mullenweg
|
a62c5e20c6
|
Comments number bug.
git-svn-id: https://develop.svn.wordpress.org/trunk@707 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-01-03 20:35:02 +00:00 |
Matt Mullenweg
|
d14d30dbf9
|
Links named differently.
git-svn-id: https://develop.svn.wordpress.org/trunk@679 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-01-01 22:40:10 +00:00 |
Matt Mullenweg
|
88d4ebbac4
|
Installation cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@672 602fd350-edb4-49c9-b593-d223f7449a82
|
2003-12-31 23:51:41 +00:00 |
Matt Mullenweg
|
f452cee4ab
|
New wp-config.php setup by Chris Anderson, updated style for upgrade files, and brought install.php up to date with current version.
git-svn-id: https://develop.svn.wordpress.org/trunk@664 602fd350-edb4-49c9-b593-d223f7449a82
|
2003-12-30 09:31: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 |