Commit Graph

11 Commits

Author SHA1 Message Date
scribu 1d4e508a27 s/awhile/a while. Props johnbillion, PeteMall. Fixes #14462
git-svn-id: https://develop.svn.wordpress.org/trunk@16049 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-28 15:30:39 +00:00
Andrew Nacin 82358ca36e Don't try to repair sitecategories if it doesn't exist. Global terms may be disabled, though we can't check that without a DB Call. fixes #12964
git-svn-id: https://develop.svn.wordpress.org/trunk@14096 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-15 21:49:42 +00:00
Andrew Nacin e736145a98 Add a tables_to_repair filter. fixes #11707
git-svn-id: https://develop.svn.wordpress.org/trunk@13523 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 06:35:48 +00:00
Andrew Nacin 8282ad9bfa Improvements and fixes to wpdb::tables(). See #12083 see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13324 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-23 09:06:50 +00:00
Andrew Nacin d543b36622 Introduce wpdb::tables() to fetch table names on a global or blog scope. Remove very old and long deprecated $table{table} globals, fixes #11614. See #12083
git-svn-id: https://develop.svn.wordpress.org/trunk@13229 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-19 19:57:03 +00:00
Andrew Nacin 1992489856 First pass at Multisite support in DB repair. When MS, include main blog tables; when not MS, include non-MS global tables (users, usermeta). See #12083
git-svn-id: https://develop.svn.wordpress.org/trunk@13224 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-19 14:33:01 +00:00
Ryan Boren 2e46e81309 i18n fixes. Props nbachiyski. fixes #11954
git-svn-id: https://develop.svn.wordpress.org/trunk@12789 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-21 21:37:43 +00:00
Ryan Boren face61bb06 Typo fix. Props nacin. fixes #11715
git-svn-id: https://develop.svn.wordpress.org/trunk@12788 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-21 20:31:21 +00:00
Ryan Boren d2128b8fb9 Fix typos. Props gautam2011. fixes #11529 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@12465 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-21 08:58:58 +00:00
Ryan Boren 9e97a77b19 Add option to optimize tables
git-svn-id: https://develop.svn.wordpress.org/trunk@12092 602fd350-edb4-49c9-b593-d223f7449a82
2009-10-22 20:23:19 +00:00
Ryan Boren dcdab5fed5 is_blog_installed() improvements and repair.php. see #10728
git-svn-id: https://develop.svn.wordpress.org/trunk@11902 602fd350-edb4-49c9-b593-d223f7449a82
2009-09-06 18:46:27 +00:00