Mark Jaquith
|
217cc16f0d
|
remove old table* variables from wp-settings.php. Props Nazgul. fixes #3860
git-svn-id: https://develop.svn.wordpress.org/trunk@4993 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-07 05:46:59 +00:00 |
Mark Jaquith
|
56368548ad
|
Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920
git-svn-id: https://develop.svn.wordpress.org/trunk@4990 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-07 05:29:15 +00:00 |
Ryan Boren
|
aaee8a425b
|
Use PLUGINDIR. Props z720 and Nazgul. fixes #3909
git-svn-id: https://develop.svn.wordpress.org/trunk@4972 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-03-06 17:47:27 +00:00 |
Ryan Boren
|
6921da8d26
|
Include classes.php earlier so we can make use of WP_Error.
git-svn-id: https://develop.svn.wordpress.org/trunk@4926 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-02-23 02:24:09 +00:00 |
Ryan Boren
|
53b8aa18e4
|
Revert accidental commit.
git-svn-id: https://develop.svn.wordpress.org/trunk@4832 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-30 01:46:05 +00:00 |
Ryan Boren
|
b0f28a6dff
|
Remove notoptions caching. Multile rewrite_rules options were being created. See #3692 #2268
git-svn-id: https://develop.svn.wordpress.org/trunk@4831 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-30 01:43:39 +00:00 |
Ryan Boren
|
dce6021ecd
|
Always load gettext.
git-svn-id: https://develop.svn.wordpress.org/trunk@4763 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-18 04:57:39 +00:00 |
Ryan Boren
|
ad899d26e0
|
Don't gettext before l10n bits are loaded. Props nbachiyski. fixes #3590
git-svn-id: https://develop.svn.wordpress.org/trunk@4756 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-16 23:03:19 +00:00 |
Ryan Boren
|
0f2b6b07b9
|
Cleanup link upgrade code. Drop linkcategories table.
git-svn-id: https://develop.svn.wordpress.org/trunk@4738 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-16 01:54:50 +00:00 |
Ryan Boren
|
26432632e5
|
Zend hash del key or index fix. PRops MarkJaquith.
git-svn-id: https://develop.svn.wordpress.org/trunk@4717 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-11 03:06:28 +00:00 |
Ryan Boren
|
ee3f4cde4e
|
Load locale specific php code in global context. fixes #3488
git-svn-id: https://develop.svn.wordpress.org/trunk@4699 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-08 00:11:06 +00:00 |
Mark Jaquith
|
4a33cd1687
|
Exit gracefully with a warning if the table_prefix uses disallowed chars. fixes #3537
git-svn-id: https://develop.svn.wordpress.org/trunk@4695 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-01-07 09:41:32 +00:00 |
Mark Jaquith
|
925cdbebd1
|
Use $wpdb->prefix when defining table names
git-svn-id: https://develop.svn.wordpress.org/trunk@4648 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-12-15 23:14:42 +00:00 |
Ryan Boren
|
8a40059070
|
Don't enforce presence of mysql system if custom DB class is being used. Props Nazgul. fixes #3293
git-svn-id: https://develop.svn.wordpress.org/trunk@4489 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-11-19 01:06:08 +00:00 |
Ryan Boren
|
67ce2d8d4f
|
Ref more singletons.
git-svn-id: https://develop.svn.wordpress.org/trunk@4486 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-11-19 00:12:57 +00:00 |
Ryan Boren
|
5d37af4e0d
|
Use die() not wp_die(). Props AlanJCastonguay. fixes #3357
git-svn-id: https://develop.svn.wordpress.org/trunk@4464 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-11-13 17:37:41 +00:00 |
Ryan Boren
|
be689d80a3
|
Preserve the original query object as wp_the_query so that it's not stomped by subsequent calls to query_posts().
git-svn-id: https://develop.svn.wordpress.org/trunk@4460 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-11-09 06:50:58 +00:00 |
Ryan Boren
|
9e8504f909
|
Remove comment. fixes #3210
git-svn-id: https://develop.svn.wordpress.org/trunk@4452 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-11-08 02:04:54 +00:00 |
Mark Jaquith
|
59c610ec06
|
make /languages/ directory default to /wp-content/languages/ with fallback to /wp-includes/languages/. Props Nazgul. fixes #3315
git-svn-id: https://develop.svn.wordpress.org/trunk@4446 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-11-04 05:20:39 +00:00 |
Mark Jaquith
|
40aafdb326
|
allow timer_stop() to use number_format() when returning. Props mdawaffe and nbachiyski. fixes #991
git-svn-id: https://develop.svn.wordpress.org/trunk@4345 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-10-04 22:00:53 +00:00 |
Ryan Boren
|
96bcf0b24d
|
Prefix unregister_GLOBALS to avoid name collisions. Props westi. fixes #3151
git-svn-id: https://develop.svn.wordpress.org/trunk@4203 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-09-21 21:00:22 +00:00 |
Ryan Boren
|
7e99c9b9d7
|
Turn hard-coded paths to defines. Pull gettext includes int wp-settings. Props mdawaffe. fixes #3157
git-svn-id: https://develop.svn.wordpress.org/trunk@4202 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-09-21 20:46:39 +00:00 |
Ryan Boren
|
58370c3575
|
timer_stop() wanted to be near timer_start().
git-svn-id: https://develop.svn.wordpress.org/trunk@4174 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-09-07 23:26:52 +00:00 |
Ryan Boren
|
873e447e6b
|
db.php instead of wp-db.php for pluggable DB load. #2721
git-svn-id: https://develop.svn.wordpress.org/trunk@4160 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-09-02 20:27:51 +00:00 |
Ryan Boren
|
5ad1b21683
|
Allow pluggable wp-db. #2721
git-svn-id: https://develop.svn.wordpress.org/trunk@4154 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-09-01 18:47:47 +00:00 |
Ryan Boren
|
7e82eef627
|
Use get_option instead of get_settings. Just 'cause.
git-svn-id: https://develop.svn.wordpress.org/trunk@4144 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-30 21:46:31 +00:00 |
Ryan Boren
|
e0da7f0d1d
|
Allow stylesheet only themes to provide functions.php. Props skeltoac. fixes #3048
git-svn-id: https://develop.svn.wordpress.org/trunk@4131 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-30 09:14:37 +00:00 |
Ryan Boren
|
a6304a1c27
|
Don't wp_die() before functions.php is loaded.
git-svn-id: https://develop.svn.wordpress.org/trunk@4072 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-08-05 03:47:20 +00:00 |
Ryan Boren
|
e69d028988
|
Tweak theme validation.
git-svn-id: https://develop.svn.wordpress.org/trunk@4017 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-07-11 22:44:56 +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 |
Matt Mullenweg
|
8f8f10cc1e
|
Another step toward removing old table vars, this is why we should be careful about naming things! Fixes #2524
git-svn-id: https://develop.svn.wordpress.org/trunk@3951 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-07-04 18:28:08 +00:00 |
Ryan Boren
|
39229a3311
|
wp_get_current_commenter()
git-svn-id: https://develop.svn.wordpress.org/trunk@3902 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-22 20:52:12 +00:00 |
Ryan Boren
|
2c8931c55d
|
Move plugin API to plugin.php. #2525
git-svn-id: https://develop.svn.wordpress.org/trunk@3893 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-20 02:03:24 +00:00 |
Ryan Boren
|
d2240011a0
|
Remove wp- prefix from wp-l10n.php
git-svn-id: https://develop.svn.wordpress.org/trunk@3870 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-15 07:24:44 +00:00 |
Ryan Boren
|
216546a0b8
|
Include file renames. #2525
git-svn-id: https://develop.svn.wordpress.org/trunk@3862 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-11 06:43:54 +00:00 |
Ryan Boren
|
1041498585
|
Move user functions to user.php. Relocate more post functions to post.php. #2525
git-svn-id: https://develop.svn.wordpress.org/trunk@3854 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-08 02:22:16 +00:00 |
Ryan Boren
|
d3f6c3ca0d
|
Reworg post/page/attachment functions. #2525
git-svn-id: https://develop.svn.wordpress.org/trunk@3851 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-07 23:17:59 +00:00 |
Ryan Boren
|
27bc07a27f
|
Reorg bookmark functions. #2525
git-svn-id: https://develop.svn.wordpress.org/trunk@3845 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-05 02:12:59 +00:00 |
Ryan Boren
|
24cceef897
|
Reorg category functions. #2525
git-svn-id: https://develop.svn.wordpress.org/trunk@3844 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-06-04 22:40:53 +00:00 |
Ryan Boren
|
60eeedbcd9
|
Script loader from mdawaffe. #2701
git-svn-id: https://develop.svn.wordpress.org/trunk@3788 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-05-22 17:16:05 +00:00 |
Ryan Boren
|
63c32823bd
|
Reorg comment functions. #2525
git-svn-id: https://develop.svn.wordpress.org/trunk@3714 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-04-19 02:32:12 +00:00 |
Ryan Boren
|
85ed7859d1
|
Move theme functions to theme.php. #2525
git-svn-id: https://develop.svn.wordpress.org/trunk@3711 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-04-18 04:44:33 +00:00 |
Matt Mullenweg
|
d17b992895
|
Remove use of deprecated variables, don't show bookmarklet form to unrecognized browser.
git-svn-id: https://develop.svn.wordpress.org/trunk@3685 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-04-04 00:25:04 +00:00 |
Ryan Boren
|
e622346b7d
|
WP_Locale. Props Sewar. fixes #2568
git-svn-id: https://develop.svn.wordpress.org/trunk@3676 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-04-02 00:20:11 +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
|
e2108969c4
|
Move WP_Query and its wrapper functions to query.php. #2525
git-svn-id: https://develop.svn.wordpress.org/trunk@3639 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-03-13 01:44:32 +00:00 |
Ryan Boren
|
b573abbd16
|
Rewrite API additions and improvements from David House. #2433
git-svn-id: https://develop.svn.wordpress.org/trunk@3638 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-03-12 22:57:00 +00:00 |
Ryan Boren
|
457b4b5251
|
Cron improvements from masquerade. #2425
git-svn-id: https://develop.svn.wordpress.org/trunk@3634 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-03-07 21:43:59 +00:00 |
Ryan Boren
|
f2094325f4
|
Update bookmarks include.
git-svn-id: https://develop.svn.wordpress.org/trunk@3596 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-03-02 10:22:18 +00:00 |
Ryan Boren
|
64173c9918
|
Move deprecated functions to deprecated.php. #2520
git-svn-id: https://develop.svn.wordpress.org/trunk@3589 602fd350-edb4-49c9-b593-d223f7449a82
|
2006-03-02 03:27:48 +00:00 |