Commit Graph

165 Commits

Author SHA1 Message Date
Ryan Boren 6584fdf4ff Count only approved comments. Props Mark JAquith. fixes #1930
git-svn-id: https://develop.svn.wordpress.org/trunk@3192 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-22 03:40:32 +00:00
Ryan Boren b41c0e1360 Therapeutic db version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@3183 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 09:13:20 +00:00
Ryan Boren 83de96a484 Remove extra curly.
git-svn-id: https://develop.svn.wordpress.org/trunk@3179 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 08:33:06 +00:00
Ryan Boren 0872d8f9d7 Wrong var name.
git-svn-id: https://develop.svn.wordpress.org/trunk@3177 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-21 08:25:50 +00:00
Ryan Boren 95cf1eb670 Flush the cache for upgrades. Flesh out __get_option().
git-svn-id: https://develop.svn.wordpress.org/trunk@3129 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-17 05:32:55 +00:00
Ryan Boren 8844ae0ca9 Delete cut-and-paste error.
git-svn-id: https://develop.svn.wordpress.org/trunk@3109 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 18:27:47 +00:00
Ryan Boren 376a04e7de Add comment_count to the posts table. Props donncha. fixes #1860
git-svn-id: https://develop.svn.wordpress.org/trunk@3104 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-16 06:29:36 +00:00
Ryan Boren 1a012b8b49 Renaming. object and subpost are now attachment. post_type is post_mime_type.
git-svn-id: https://develop.svn.wordpress.org/trunk@3092 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-15 22:55:24 +00:00
Ryan Boren 06d61e1f7a Update category counts. Props donncha. fixes #1886
git-svn-id: https://develop.svn.wordpress.org/trunk@3091 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-15 16:31:24 +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
Matt Mullenweg b81fef690d A few CSS polishes
git-svn-id: https://develop.svn.wordpress.org/trunk@2730 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-23 06:22:48 +00:00
Ryan Boren 1785b5aae3 Refactor level to cap upgrade code.
git-svn-id: https://develop.svn.wordpress.org/trunk@2727 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-19 14:24:06 +00:00
Ryan Boren 96e237124e Add temporary cap/roles updater. Define RESET_CAPS to enable.
git-svn-id: https://develop.svn.wordpress.org/trunk@2722 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-17 19:57:41 +00:00
Ryan Boren ffdd8033aa Inverted logic. Should fix problem where user display name is stomped during upgrade.
git-svn-id: https://develop.svn.wordpress.org/trunk@2710 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-14 22:53:56 +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
Ryan Boren 19ab84315c Role/capability system. Round one. Props: Owen Winkler
git-svn-id: https://develop.svn.wordpress.org/trunk@2703 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-11 22:39:50 +00:00
Matt Mullenweg 810e0018f4 Massive user_level fix. We were still using the user_level field in wp_users in some places, where we should just use the table prefixed usermeta value.
git-svn-id: https://develop.svn.wordpress.org/trunk@2702 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-09 01:27:46 +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
Ryan Boren c93f379092 Set display_name only if the user table still containts id_mode. This prevents multiple upgrades from stomping display_name.
git-svn-id: https://develop.svn.wordpress.org/trunk@2643 602fd350-edb4-49c9-b593-d223f7449a82
2005-06-16 06:14:07 +00:00
Ryan Boren 125542ecab DB escape fields inserted into usermeta table. Hide errors when dropping old columns from user table.
git-svn-id: https://develop.svn.wordpress.org/trunk@2641 602fd350-edb4-49c9-b593-d223f7449a82
2005-06-14 23:22:55 +00:00
Matt Mullenweg 1165caab60 Beginning of user system overhaul, TODO: update all code that deals with user data
git-svn-id: https://develop.svn.wordpress.org/trunk@2631 602fd350-edb4-49c9-b593-d223f7449a82
2005-06-12 20:49:13 +00:00
Ryan Boren 56b9394fb8 Tweak to 2487.
git-svn-id: https://develop.svn.wordpress.org/trunk@2488 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-29 05:39:23 +00:00
Ryan Boren 28ff7f84e1 Use private, install/upgrade safe version of get_option() in upgrade-functions.php. Fixes http://mosquito.wordpress.org/view.php?id=1165
git-svn-id: https://develop.svn.wordpress.org/trunk@2487 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-29 05:34:30 +00:00
Ryan Boren 5f1d5e0b2d Replace dateYMDhour with user_registered. http://mosquito.wordpress.org/view.php?id=1121 Props: Andy Skelton
git-svn-id: https://develop.svn.wordpress.org/trunk@2451 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-16 22:53:33 +00:00
Matt Mullenweg 872f826316 Two small tweaks before release
git-svn-id: https://develop.svn.wordpress.org/trunk@2346 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 03:32:43 +00:00
Ryan Boren 35b685cb65 Load comments-popup template through the index.
git-svn-id: https://develop.svn.wordpress.org/trunk@2332 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 09:17:23 +00:00
Ryan Boren 941a2e7c07 Copy searchform and images when creating site theme from default theme. http://mosquito.wordpress.org/view.php?id=852
git-svn-id: https://develop.svn.wordpress.org/trunk@2293 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-12 19:34:50 +00:00
Ryan Boren 78266ae933 Suppress safe mode restriction warnings.
git-svn-id: https://develop.svn.wordpress.org/trunk@2243 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-08 08:01:59 +00:00
Ryan Boren ea3809cba3 Set umask to 0 when creating site theme.
git-svn-id: https://develop.svn.wordpress.org/trunk@2242 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-08 07:50:24 +00:00
Matt Mullenweg f365442290 We didn't know how big it'd get :)
git-svn-id: https://develop.svn.wordpress.org/trunk@2200 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-02 09:41:06 +00:00
Ryan Boren c41a6e5dc8 Get the title for pluggable top level admin pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@2162 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-30 07:34:03 +00:00
Ryan Boren efed9353fe Do not include admin-functions from ugrade-functions to avoid circular dependency. Move wp-l10n higher up in the wp-settings include chain. Bug 627.
git-svn-id: https://develop.svn.wordpress.org/trunk@2095 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-15 00:09:25 +00:00
Ryan Boren 4d551c314d Update stylesheet and comments references when upgrading old templates.
git-svn-id: https://develop.svn.wordpress.org/trunk@2049 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-05 21:57:51 +00:00
Ryan Boren 506ed85f60 Recommit disappearing changes.
git-svn-id: https://develop.svn.wordpress.org/trunk@2044 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-04 22:46:45 +00:00
Ryan Boren b59a598718 Automatic site theme generator.
git-svn-id: https://develop.svn.wordpress.org/trunk@2037 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-02 10:09:16 +00:00
Matt Mullenweg 3e301ced14 Delete duplicate options.
git-svn-id: https://develop.svn.wordpress.org/trunk@1975 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-18 21:21:50 +00:00
Matt Mullenweg a3daa0be76 Change dateYMDhour to be something more sane, bugfix on edit.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@1971 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-17 19:27:35 +00:00
Matt Mullenweg b5dfef4925 Automatically trigger DB upgrade.
git-svn-id: https://develop.svn.wordpress.org/trunk@1764 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-08 19:49:58 +00:00
Matt Mullenweg c78d172d4f Fix GUID generation
git-svn-id: https://develop.svn.wordpress.org/trunk@1746 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 07:36:50 +00:00
michelvaldrighi 85be69ad6d convert trackbacks and pingbacks to use comment_type
git-svn-id: https://develop.svn.wordpress.org/trunk@1719 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-27 13:52:46 +00:00
Matt Mullenweg 51304d6478 Removed some unused code.
git-svn-id: https://develop.svn.wordpress.org/trunk@1628 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-08 10:31:19 +00:00
Matt Mullenweg 0ed9084d7d Set GUID on upgrade. CURRENTLY NOT WORKING. For some reason the get_settings calls aren't working.
git-svn-id: https://develop.svn.wordpress.org/trunk@1605 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-05 02:41:01 +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 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 47740b518d Missing global.
git-svn-id: https://develop.svn.wordpress.org/trunk@1598 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-04 22:22:35 +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 6e1c571490 Vanquishing the terror of iso-8859-1.
git-svn-id: https://develop.svn.wordpress.org/trunk@1575 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-30 07:16:40 +00:00
Matt Mullenweg 321908544c Slightly nicer upgrade.
git-svn-id: https://develop.svn.wordpress.org/trunk@1529 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-10 19:24:31 +00:00
Matt Mullenweg 82e38938fa Use array storage for plugins list.
git-svn-id: https://develop.svn.wordpress.org/trunk@1522 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-09 07:17:54 +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
Ryan Boren a4270969ce Remove extra slashes from link name and link description.
git-svn-id: https://develop.svn.wordpress.org/trunk@1467 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-15 23:31:06 +00:00
Matt Mullenweg a087ed6916 Fix for PHP5.
git-svn-id: https://develop.svn.wordpress.org/trunk@1464 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-14 03:11:08 +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
Ryan Boren a176321405 Preserve a 1.2 era version of get_alloptions as get_alloptions_110() so that upgrade_110() does not produce db errors due to version 1.3 specific changes to get_alloptions. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000037
git-svn-id: https://develop.svn.wordpress.org/trunk@1421 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-13 17:02:44 +00:00
Matt Mullenweg 6c97530035 Changes to options system and query improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@1401 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-10 08:42:25 +00:00
Ryan Boren 391e53ed84 Add default_email_category. Make default category and default email category provisionable via options writing. Credit: Kitten.
git-svn-id: https://develop.svn.wordpress.org/trunk@1370 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-31 15:43:45 +00:00
michelvaldrighi 78e903528d fixed small whoopsie with table names
git-svn-id: https://develop.svn.wordpress.org/trunk@1357 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 18:10:32 +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 ef5cf2e9d3 Tidier default.
git-svn-id: https://develop.svn.wordpress.org/trunk@1325 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-20 11:44:05 +00:00
Matt Mullenweg 295470ae87 Allow for longer URIs in comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@1320 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-19 11:28:23 +00:00
michelvaldrighi 16fa949f55 fixed GMT upgrade issues, should fix showstopper bug?
git-svn-id: https://develop.svn.wordpress.org/trunk@1251 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-09 21:30:57 +00:00
Matt Mullenweg 4a58f4f523 Fixes for silly category_base stuff. Now lets it be blank and acts accordingly, more sane.
git-svn-id: https://develop.svn.wordpress.org/trunk@1244 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-09 02:52:27 +00:00
Matt Mullenweg 9b0c9f9e02 More sane default.
git-svn-id: https://develop.svn.wordpress.org/trunk@1242 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-08 02:10:02 +00:00
Matt Mullenweg c14190d881 Default for new option.
git-svn-id: https://develop.svn.wordpress.org/trunk@1234 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-05 21:28:39 +00:00
Matt Mullenweg d912dbea1c Upgrades should run faster now.
git-svn-id: https://develop.svn.wordpress.org/trunk@1229 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-05 08:00:13 +00:00
Matt Mullenweg 1205b3d97c Some style cleanup. Category base and additional URI options from Jay McCarthy.
git-svn-id: https://develop.svn.wordpress.org/trunk@1227 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-05 07:34:41 +00:00
Matt Mullenweg 2608fbf8a9 Gremlins in the options machine.
git-svn-id: https://develop.svn.wordpress.org/trunk@1206 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-28 20:31:41 +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
Dougal Campbell a0c8bb6a2a Moved post_parent add into function
git-svn-id: https://develop.svn.wordpress.org/trunk@1188 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-27 14:43:10 +00:00
Matt Mullenweg e848549387 Reducing queries and forward thinking database fields.
git-svn-id: https://develop.svn.wordpress.org/trunk@1185 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-26 23:54:52 +00:00
Matt Mullenweg d59bb1095a Moved geo-settings into Misc.
git-svn-id: https://develop.svn.wordpress.org/trunk@1156 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-24 23:25:53 +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 733e06360c The great option REMIX.
git-svn-id: https://develop.svn.wordpress.org/trunk@1074 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-15 07:53:45 +00:00
Matt Mullenweg 8ff86865db Take the add new gmt fields out of the conditional.
git-svn-id: https://develop.svn.wordpress.org/trunk@1063 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-12 18:45:02 +00:00
Matt Mullenweg 25ebd64d7d More options work. Bug fixes for advanced_edit not being boolean type, clean up of options code and update feedback (still needs work there), first bit of miscellaneous screen.
git-svn-id: https://develop.svn.wordpress.org/trunk@1058 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-11 08:15:10 +00:00
Matt Mullenweg cadc96082b If more than X links in a comment, moderate that sucker.
git-svn-id: https://develop.svn.wordpress.org/trunk@1011 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 10:11:58 +00:00
Matt Mullenweg 2b8bbdb401 Initial plugin funcitonality checkin. Not done yet.
git-svn-id: https://develop.svn.wordpress.org/trunk@1008 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 07:05:52 +00:00
michelvaldrighi 9d5f0af661 the big GMT/local changes, part 1: adding _gmt fields
git-svn-id: https://develop.svn.wordpress.org/trunk@994 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-24 22:53:30 +00:00
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