Commit Graph

34 Commits

Author SHA1 Message Date
Matt Mullenweg f9c84d6edf More options improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@969 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-11 08:51:50 +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 06b281110f More options updates, not done, not entirely functional.
git-svn-id: https://develop.svn.wordpress.org/trunk@954 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-29 08:30:56 +00:00
Matt Mullenweg 5fbd33f44e Some new options and an option cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@949 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-27 05:48:00 +00:00
Dougal Campbell 15f1b35267 Added per-post custom metadata support.
git-svn-id: https://develop.svn.wordpress.org/trunk@946 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 21:42:47 +00:00
michelvaldrighi 80abd287e5 rewrote upgrade for GMT, now checks for the option gmt_offset before changing anything
git-svn-id: https://develop.svn.wordpress.org/trunk@942 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 16:13:05 +00:00
Matt Mullenweg 0e407b160b Typo fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@920 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-23 13:32:01 +00:00
michelvaldrighi 1ef85f9dd5 big leap to GMT dates
git-svn-id: https://develop.svn.wordpress.org/trunk@914 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-23 03:42:40 +00:00
michelvaldrighi 42c97023d8 upgrade code to use GMT dates, commented until we support GMT everywhere in WP
git-svn-id: https://develop.svn.wordpress.org/trunk@911 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-23 01:52:38 +00:00
michelvaldrighi bf3d49105a fixed sql query mess, I'm so sorry about it
git-svn-id: https://develop.svn.wordpress.org/trunk@904 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-21 19:40:14 +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 4382e7bddf whoops, forgot two globals
git-svn-id: https://develop.svn.wordpress.org/trunk@889 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-17 18:13:48 +00:00
michelvaldrighi 48c3b696df Time Cube Proves You Stupid & Evil\!
git-svn-id: https://develop.svn.wordpress.org/trunk@882 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-17 02:51:26 +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 1213208d71 Abstraction of a admin functions, new custom options page for general options, improved style.
git-svn-id: https://develop.svn.wordpress.org/trunk@869 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-13 09:59:47 +00:00
Ryan Boren eed4750e50 Add author_name query and author permalinks.
git-svn-id: https://develop.svn.wordpress.org/trunk@863 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-11 04:51:19 +00:00
michelvaldrighi 860efb51e3 replacing hardcoded wp_users table
git-svn-id: https://develop.svn.wordpress.org/trunk@855 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-09 16:58:24 +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 3894d0b352 New fields for 1.1.
git-svn-id: https://develop.svn.wordpress.org/trunk@821 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-01 12:14:28 +00:00
Alex King e6b35cae09 fixed the checking for existing options in the upgrade, no more SQL errors
git-svn-id: https://develop.svn.wordpress.org/trunk@811 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-30 03:27:19 +00:00
Matt Mullenweg bececc2817 Missing default post options in upgrade.
git-svn-id: https://develop.svn.wordpress.org/trunk@791 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-24 23:37:40 +00:00
Dougal Campbell 1afc831185 create comment_approved column before making the index
git-svn-id: https://develop.svn.wordpress.org/trunk@768 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 22:27:22 +00:00
Matt Mullenweg e2155a6bcc More upgrade fixes for b2.
git-svn-id: https://develop.svn.wordpress.org/trunk@763 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 12:50:32 +00:00
Matt Mullenweg 0b08f1365d Upgrade and import fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@762 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 12:12:45 +00:00
Matt Mullenweg 842112f8b3 Clean up duplicate indicies problem introduced by 1.0 upgrades, add a few to make things faster.
git-svn-id: https://develop.svn.wordpress.org/trunk@759 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 10:46:01 +00:00
Matt Mullenweg bab03a7a4b Various fixes from forums and such.
git-svn-id: https://develop.svn.wordpress.org/trunk@725 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-06 10:33:07 +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 bd7c0ac69b Upgrade global bug.
git-svn-id: https://develop.svn.wordpress.org/trunk@700 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-03 03:19:56 +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 2efe1ddfca New upgrade scripts and such.
git-svn-id: https://develop.svn.wordpress.org/trunk@662 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-30 05:36:47 +00:00