Ryan Boren
|
04187b1efe
|
gettext string. Props tai. fixes #4985
git-svn-id: https://develop.svn.wordpress.org/trunk@6122 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-16 18:15:03 +00:00 |
Ryan Boren
|
aed5679ace
|
Don't lose tags when saving a post with attachments. Props filosofo. fixes #4532
git-svn-id: https://develop.svn.wordpress.org/trunk@6121 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-16 02:36:23 +00:00 |
Matt Mullenweg
|
092bbfb049
|
Sometimes the $page global is set but it's just an integer, like 1, not an object which we should try to address and put in the cache. The page would work but we'd do spurious wp_cache_add
git-svn-id: https://develop.svn.wordpress.org/trunk@6120 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-15 21:52:37 +00:00 |
Matt Mullenweg
|
c1eda9c8c6
|
Because we're modifying an existing cache variable we need to do a _set, not an _add, like we do other places we stick multiple cache values in a single var and key.
git-svn-id: https://develop.svn.wordpress.org/trunk@6119 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-15 21:50:53 +00:00 |
Peter Westwood
|
0675c6fc51
|
Set svn:eol-style on a few files.
git-svn-id: https://develop.svn.wordpress.org/trunk@6118 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-15 17:35:32 +00:00 |
Matt Mullenweg
|
9a1ce32a53
|
Incorrect cache group was causing terms never to get cached.
git-svn-id: https://develop.svn.wordpress.org/trunk@6117 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-15 16:48:29 +00:00 |
Mark Jaquith
|
a18368bf3f
|
Properly name files with unknown extensions (for people with unfiltered_upload cap, natch). props Nazgul. fixes #4974 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@6116 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-14 21:13:23 +00:00 |
Mark Jaquith
|
f372b1dd05
|
Canonical fixes: Allow Pages to have /page/x/. Always trailing slash home when it is not paged. Strip extra trailing slashes off of /page/x///
git-svn-id: https://develop.svn.wordpress.org/trunk@6115 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-14 19:41:23 +00:00 |
Ryan Boren
|
3db6ccefb0
|
Deprecate fakeit arg. Props Nazgul. fixes #4439
git-svn-id: https://develop.svn.wordpress.org/trunk@6114 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 21:27:26 +00:00 |
Peter Westwood
|
8b7ae31cb9
|
Switch to is_callable instead of function_exists to allow for class based importer plugins. Fixes #4614
git-svn-id: https://develop.svn.wordpress.org/trunk@6113 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 20:36:31 +00:00 |
Mark Jaquith
|
6f76f4865d
|
Handle ports for canonical redirects. Props driverkt and westi. fixes #4970
git-svn-id: https://develop.svn.wordpress.org/trunk@6112 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 19:24:05 +00:00 |
Mark Jaquith
|
2b72a424fc
|
Just some indent fixes in canonical.php
git-svn-id: https://develop.svn.wordpress.org/trunk@6111 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 19:12:53 +00:00 |
Mark Jaquith
|
5d12c48818
|
Use wp_die() for WPDB bails. Send 500 response and no-cache headers so wp_die()s are not cached. props DD32. fixes #3471
git-svn-id: https://develop.svn.wordpress.org/trunk@6110 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 06:23:23 +00:00 |
Ryan Boren
|
2e0f3b30e8
|
s/onChange/onchange/. Props grubgirl, Nazgul. fixes #4630
git-svn-id: https://develop.svn.wordpress.org/trunk@6109 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 05:33:54 +00:00 |
Mark Jaquith
|
ff71837a58
|
De-rabbit-hole compat.php
git-svn-id: https://develop.svn.wordpress.org/trunk@6108 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 05:24:31 +00:00 |
Mark Jaquith
|
15be7fdab8
|
Check for apply_filters() in status_header() so that it can be called early on in load process
git-svn-id: https://develop.svn.wordpress.org/trunk@6107 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 05:00:46 +00:00 |
Ryan Boren
|
05d9662d3e
|
no follow callback
git-svn-id: https://develop.svn.wordpress.org/trunk@6105 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 04:51:33 +00:00 |
Mark Jaquith
|
d2b1b4ec3b
|
Move $wp_header_to_desc array to get_status_header_desc() so that it can be called before vars.php is loaded.
git-svn-id: https://develop.svn.wordpress.org/trunk@6104 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 04:48:41 +00:00 |
Mark Jaquith
|
f5821a6ff7
|
Plugins are not loaded at this point, so the wp_header_to_desc_array filter is useless
git-svn-id: https://develop.svn.wordpress.org/trunk@6103 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 04:13:32 +00:00 |
Ryan Boren
|
e0b73aa55a
|
Don't strip slashes from pre. Props DelGurth and mdawaffe. fixes #2059
git-svn-id: https://develop.svn.wordpress.org/trunk@6102 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 04:11:21 +00:00 |
Mark Jaquith
|
7ae0df4b21
|
Don't set comment_author_email for pings in MT import. fixes #4461
git-svn-id: https://develop.svn.wordpress.org/trunk@6101 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-13 04:10:36 +00:00 |
Mark Jaquith
|
74cddbcf72
|
fix links generated by get_category_rss_link(). props gwagenknecht. fixes #4550 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@6100 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 22:24:28 +00:00 |
Mark Jaquith
|
23eba5ca0a
|
Set $theme_loc correctly when ABSPATH is "/". Props arabek. fixes #4541
git-svn-id: https://develop.svn.wordpress.org/trunk@6099 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 22:19:26 +00:00 |
Mark Jaquith
|
41f61e4056
|
Set widget classname when passed string, object/method, object-reference/method. fixes #4910
git-svn-id: https://develop.svn.wordpress.org/trunk@6098 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 20:48:21 +00:00 |
Mark Jaquith
|
88c31f17b1
|
Ignore HOST capitalization differences for canonical redirects. props jbctech. fixes #4773
git-svn-id: https://develop.svn.wordpress.org/trunk@6097 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 20:44:41 +00:00 |
Peter Westwood
|
2c1f68efe3
|
Allow plugins to sanitize there own options easily.
git-svn-id: https://develop.svn.wordpress.org/trunk@6096 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 18:15:29 +00:00 |
Peter Westwood
|
41bd579f15
|
Ensure the parentlink is trailingslashed when building the url - don't trim / off the front. Fixes #2801 props Libertus
git-svn-id: https://develop.svn.wordpress.org/trunk@6095 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 17:46:13 +00:00 |
Peter Westwood
|
6eaa87a9a9
|
Consolidate shared code in get_userdata and get_userdatabylogin. Fixes #2134 props johnjosephbachir
git-svn-id: https://develop.svn.wordpress.org/trunk@6094 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 17:15:17 +00:00 |
Peter Westwood
|
df7d8eaacd
|
Make the atom feed updated field actually tell you when the post was updated. Fixes #4816 props lapcat.
git-svn-id: https://develop.svn.wordpress.org/trunk@6093 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 16:26:39 +00:00 |
Ryan Boren
|
514fb8f764
|
More phpdoc for taxonomy from darkdragon. see #4742
git-svn-id: https://develop.svn.wordpress.org/trunk@6092 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 02:56:44 +00:00 |
Ryan Boren
|
a6fba8edcf
|
Add echo or return option to wp_list_categories. Props Otto42. fixes #4182
git-svn-id: https://develop.svn.wordpress.org/trunk@6091 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 02:53:27 +00:00 |
Ryan Boren
|
7fd1d0c06d
|
Resurrect admin-functions.php and upgrade-functions.php for back compat. fixes #4956
git-svn-id: https://develop.svn.wordpress.org/trunk@6090 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 02:36:04 +00:00 |
Ryan Boren
|
a11b5aa5de
|
Add cat_row filter. Props johnbillion. fixes #4926
git-svn-id: https://develop.svn.wordpress.org/trunk@6089 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 01:08:19 +00:00 |
Ryan Boren
|
dabc12fd93
|
Deprecate old links functions. Props rob1n. fixes #3413
git-svn-id: https://develop.svn.wordpress.org/trunk@6088 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 01:01:48 +00:00 |
Ryan Boren
|
f29d32da27
|
Resurrect count padding.
git-svn-id: https://develop.svn.wordpress.org/trunk@6087 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-12 00:49:16 +00:00 |
Ryan Boren
|
64bbc52982
|
Remove duplicate code from wp_insert_attachment(). Update to use sanitize_post. Props Otto42. fixes #4946
git-svn-id: https://develop.svn.wordpress.org/trunk@6086 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 22:27:36 +00:00 |
Mark Jaquith
|
7eea02c12c
|
Always trailingslash the "home" URL. Protect against chained redirects. Thanks wantmoore. fixes #4773
git-svn-id: https://develop.svn.wordpress.org/trunk@6085 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 21:21:40 +00:00 |
Peter Westwood
|
e0a59804ee
|
Allow the wp_mail filter to change the passed data. Fixes #4511 props ryan.
git-svn-id: https://develop.svn.wordpress.org/trunk@6084 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 20:49:28 +00:00 |
Peter Westwood
|
c3b56d7710
|
Ensure (next|previous)_post_link always have some content even when the post title is blank. Fixes #1835, props johnbillion
git-svn-id: https://develop.svn.wordpress.org/trunk@6082 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 20:05:52 +00:00 |
Ryan Boren
|
4c85971b2e
|
Remove reference to the_quicktags. Props Nazgul. fixes #4925
git-svn-id: https://develop.svn.wordpress.org/trunk@6081 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 19:56:40 +00:00 |
Ryan Boren
|
e08ead79c9
|
If a category is already a tag, don't put it in the list of categories to convert. fixes #4955
git-svn-id: https://develop.svn.wordpress.org/trunk@6080 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 19:54:19 +00:00 |
Ryan Boren
|
dc582d68d8
|
Retain default category when converting categories to tags. fixes #4845
git-svn-id: https://develop.svn.wordpress.org/trunk@6079 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 19:33:35 +00:00 |
Peter Westwood
|
0ede772210
|
Fix tab order when edit comments. Props Nazgul fixes #4726
git-svn-id: https://develop.svn.wordpress.org/trunk@6078 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 19:08:26 +00:00 |
Ryan Boren
|
c373b9c880
|
Use setup_postdata instead of deprecated start_wp. fixes #3188
git-svn-id: https://develop.svn.wordpress.org/trunk@6077 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 18:56:16 +00:00 |
Ryan Boren
|
a3a3332714
|
Add tags to export. see #4682
git-svn-id: https://develop.svn.wordpress.org/trunk@6076 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 18:35:21 +00:00 |
Ryan Boren
|
951354b6bc
|
Add user_nicename key to users table. fixes #4937
git-svn-id: https://develop.svn.wordpress.org/trunk@6075 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 18:13:56 +00:00 |
Ryan Boren
|
11ed527c0d
|
Set tag_id to first tag in multi tag queries. Have single_cat_title() fallback to single_tag_title() if is_tag so that existing category templates will work with tags. fixes #4506
git-svn-id: https://develop.svn.wordpress.org/trunk@6074 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 18:06:52 +00:00 |
Ryan Boren
|
2df3796380
|
beta3
git-svn-id: https://develop.svn.wordpress.org/trunk@6073 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-11 01:43:49 +00:00 |
Peter Westwood
|
dd1332fdaf
|
Add importer for Bunny's Technorati Tags plugin. Fixes #4931
git-svn-id: https://develop.svn.wordpress.org/trunk@6072 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-10 20:30:55 +00:00 |
Ryan Boren
|
5bd5234f8d
|
References don't work inside foreach in php4. Props mdawaffe.
git-svn-id: https://develop.svn.wordpress.org/trunk@6071 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-09-10 19:37:00 +00:00 |