nacin
|
ef49fb5612
|
Make Recent Comments dashboard widget configurable. Allows user to choose how many comments to display, see #11891.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13084 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 04:39:39 +00:00 |
|
dd32
|
5928ae6e76
|
Introduce Custom Taxonomies Translation strings, Correctly identifies the taxonomy in the Strings of the edit pages. See #11838
git-svn-id: http://svn.automattic.com/wordpress/trunk@13083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 04:18:33 +00:00 |
|
dd32
|
c0f5c80ab4
|
Add add_plugins_page() function to add a submenu of the Plugins Page. Fixes #11377
git-svn-id: http://svn.automattic.com/wordpress/trunk@13082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 04:04:01 +00:00 |
|
dd32
|
ea6e709e1d
|
Fix Terms Per Page for taxonomies, Apply old Category filter to value. See #11838
git-svn-id: http://svn.automattic.com/wordpress/trunk@13081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 03:52:33 +00:00 |
|
nacin
|
833f6172f7
|
Optimize wp_rand(), only check transient when needed. Fixes #12144.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 03:33:33 +00:00 |
|
nacin
|
ab0ca98e9b
|
Ensure post titles are consistently sanitized and filtered when displaying them in Bulk Edit, fixes #11307.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 03:17:57 +00:00 |
|
nacin
|
eddc178ee1
|
Escape thousandsSeparator and decimalPoint JS variables, see #12005
git-svn-id: http://svn.automattic.com/wordpress/trunk@13078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 03:12:51 +00:00 |
|
dd32
|
8a5c11e08c
|
Introduce Custom Taxonomies Translation strings, Correctly identifies the taxonomy in the Strings of the edit pages. See #11838
git-svn-id: http://svn.automattic.com/wordpress/trunk@13077 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 03:08:16 +00:00 |
|
nacin
|
53ac3d960e
|
Fix inline documentation for esc_js(). Intended for inline JS only, fixes #11690.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 02:54:54 +00:00 |
|
nacin
|
52f2783331
|
Use correct var name. Props firebird75. Whitespace cleanup in wp_unique_post_slug(). Fixes #12078.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 02:42:17 +00:00 |
|
nacin
|
09820497cb
|
Fix notice in get_cat_name(). Return empty string if category does not exist, fixes #11737.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 02:35:41 +00:00 |
|
wpmuguru
|
c644b16083
|
add activate_wp_head hook to wp-activate.php, fixes #12166
git-svn-id: http://svn.automattic.com/wordpress/trunk@13073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 00:33:47 +00:00 |
|
dd32
|
c7253edea9
|
Strip out multiple slashes on non-post URL's. See #8948
git-svn-id: http://svn.automattic.com/wordpress/trunk@13072 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 00:11:23 +00:00 |
|
dd32
|
6a4a3631e3
|
Do not poison query vars with /&foo=bar/ in requested URL. See #8949
git-svn-id: http://svn.automattic.com/wordpress/trunk@13071 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 00:02:47 +00:00 |
|
wpmuguru
|
a392f8a441
|
add WP_FALLBACK_THEME to allowed_themes in populate_network, See #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-12 22:45:35 +00:00 |
|
ryan
|
2d78f9d6bc
|
Add can_compress_scripts to core site options. Add phpdoc for wp_load_core_site_options(). see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-12 20:23:06 +00:00 |
|
ryan
|
224b82e5e0
|
Fix notices
git-svn-id: http://svn.automattic.com/wordpress/trunk@13068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-12 20:14:17 +00:00 |
|
wpmuguru
|
107d80fd95
|
add siteurl site option for MU upgrade, See #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13067 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-12 17:37:17 +00:00 |
|
ryan
|
f97aa91a68
|
Preload commonly loaded site options when running multisite without a persistent cache. Introduce wp_cache_reset() and call it instead of wp_cache_init() when re-initing after the blog ID chanages to avoid throwing out the entire cache. Pass cached site options through the site option filter when fetching.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-12 17:06:43 +00:00 |
|
westi
|
b20c3c41d4
|
Improve the implementation of the default constant defining functions for multisite. See #11881.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-12 08:22:34 +00:00 |
|
westi
|
0206ffe69c
|
Improve function naming for plugin file discovery functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-12 07:59:11 +00:00 |
|
westi
|
60dc67eb44
|
Improve the implementation of the default constant defining functions. See #11881.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-12 07:56:28 +00:00 |
|
westi
|
52cb02ef30
|
Improve the implementation of the default constant defining functions. See #11881.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-12 07:52:58 +00:00 |
|
iammattthomas
|
db84efc3b0
|
Make the RSS widget title match other widgets in twentyten
git-svn-id: http://svn.automattic.com/wordpress/trunk@13061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-12 06:11:46 +00:00 |
|
iammattthomas
|
a71e477b6f
|
Fix typo in twentyten
git-svn-id: http://svn.automattic.com/wordpress/trunk@13060 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-12 06:03:20 +00:00 |
|
iammattthomas
|
05220e3748
|
Close profile link tag in twentyten
git-svn-id: http://svn.automattic.com/wordpress/trunk@13059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-12 04:48:24 +00:00 |
|
westi
|
6289876414
|
Ensure we ignore the _SALT defines if they are set to the "default" unconfigured values or empty. See #12159.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13058 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-11 22:51:51 +00:00 |
|
wpmuguru
|
1651f7e92a
|
fix dashboard right now category links, fixes #12205
git-svn-id: http://svn.automattic.com/wordpress/trunk@13057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-11 20:10:15 +00:00 |
|
ryan
|
525d2a8609
|
Don't query the timeout for core transients that do not have a timeout. Avoids useless queries on non-existent site options.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13056 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-11 19:43:22 +00:00 |
|
ryan
|
51066760c6
|
Export post <-> term relationships for all taxonomies. fixes #12180
git-svn-id: http://svn.automattic.com/wordpress/trunk@13055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-11 19:17:00 +00:00 |
|
ryan
|
c75817ca52
|
Fix typos. Fix assignment. Remove passing of non-existent arg. Props ScottMac. fixes #12193
git-svn-id: http://svn.automattic.com/wordpress/trunk@13054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-11 16:58:32 +00:00 |
|
ryan
|
dde64e4cf1
|
Test explicitly for false from insert()/update(). Fixes early return that preventing link categories from being saved. fixes #12196
git-svn-id: http://svn.automattic.com/wordpress/trunk@13053 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-11 16:17:12 +00:00 |
|
ryan
|
f147d89df7
|
Consult exclude_from_search when retrieving post_status = any. see #9674
git-svn-id: http://svn.automattic.com/wordpress/trunk@13052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-10 22:36:50 +00:00 |
|
ryan
|
534e797399
|
Pass the default post to default_content, default_title, and default_excerpt filters. Allows filtering by post_type and other attributes. see #9674
git-svn-id: http://svn.automattic.com/wordpress/trunk@13051 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-10 22:20:36 +00:00 |
|
ryan
|
98c0c1065b
|
Remove leading slash so that it doesn't get doubled when front is added. see #9674
git-svn-id: http://svn.automattic.com/wordpress/trunk@13050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-10 21:57:25 +00:00 |
|
ryan
|
ca45669343
|
Retore p_status. see #9674
git-svn-id: http://svn.automattic.com/wordpress/trunk@13049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-10 20:37:18 +00:00 |
|
ryan
|
561bb70bb7
|
Add an echo arg to some general template functions. Props ShaneF. fixes #11842
git-svn-id: http://svn.automattic.com/wordpress/trunk@13048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-10 18:37:14 +00:00 |
|
wpmuguru
|
f88db3571a
|
add option to validate on switch_to_blog, see #12023
git-svn-id: http://svn.automattic.com/wordpress/trunk@13047 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-10 17:50:26 +00:00 |
|
ryan
|
a35ead034f
|
Use show_ui instead of _show. see #9674
git-svn-id: http://svn.automattic.com/wordpress/trunk@13046 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-10 17:43:29 +00:00 |
|
ryan
|
45aba89157
|
Fix screen layout options for custom post types. see #9674
git-svn-id: http://svn.automattic.com/wordpress/trunk@13045 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-10 17:41:07 +00:00 |
|
ryan
|
ec07eb3768
|
Add description field for post types. Props ptahdunbar. see #9674
git-svn-id: http://svn.automattic.com/wordpress/trunk@13044 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-10 16:52:02 +00:00 |
|
ryan
|
6eadff2714
|
Use switch_themes instead of edit_themes so that non super admins on multisite installs can customize headers and backgrounds. Add CYA cap checks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13043 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-10 16:49:16 +00:00 |
|
dd32
|
d671bbe036
|
Fix off-by-one substr() error. Props blepoxp. See #12159
git-svn-id: http://svn.automattic.com/wordpress/trunk@13042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-10 10:59:45 +00:00 |
|
ryan
|
61859c5f5e
|
First pass at custom background support. Needs UI love. see #12186
git-svn-id: http://svn.automattic.com/wordpress/trunk@13041 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-09 20:37:12 +00:00 |
|
wpmuguru
|
26d0ba4c75
|
revert remove error_reporting from ms-files.php, remove _deprecated_file call from blogs.php, see #11742
git-svn-id: http://svn.automattic.com/wordpress/trunk@13040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-09 18:22:21 +00:00 |
|
wpmuguru
|
0ee2237e6c
|
prevent editing site domain/path on multisite main site, see #12177
git-svn-id: http://svn.automattic.com/wordpress/trunk@13039 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-09 18:03:46 +00:00 |
|
wpmuguru
|
412aacfde1
|
remove error_reporting from ms-files.php, see #11742
git-svn-id: http://svn.automattic.com/wordpress/trunk@13038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-09 16:44:40 +00:00 |
|
ryan
|
ff8934e482
|
posts_search filter. Props skeltoac. see #10667
git-svn-id: http://svn.automattic.com/wordpress/trunk@13037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-09 16:38:05 +00:00 |
|
wpmuguru
|
9ff83a8272
|
do not add /index.php permalink base in multisite, see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13036 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-09 16:10:43 +00:00 |
|
dd32
|
d7f782322a
|
Rename new taxonomy page hooks to prevent hook conflicts. See #12171
git-svn-id: http://svn.automattic.com/wordpress/trunk@13035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-09 10:56:39 +00:00 |
|