Ryan Boren
|
64aaf796c2
|
Use default category when getting permalink if the post has no categories assigned. Props nbachiyski. see #6083
git-svn-id: https://develop.svn.wordpress.org/trunk@7204 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-10 07:15:01 +00:00 |
|
Ryan Boren
|
882fa08d42
|
Add sanitization to get_link() and get_link_to_edit(). Props mdawaffe. fixes #6125
git-svn-id: https://develop.svn.wordpress.org/trunk@7193 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-10 05:28:21 +00:00 |
|
Peter Westwood
|
8a55b3c977
|
Remove the entity decoding and recoding from wp_html_excerpt. Fixes #6077 props nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@7190 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-09 22:11:20 +00:00 |
|
Ryan Boren
|
353bf81a5e
|
Make cancel mean cancel. Props mdawaffe. see #5886
git-svn-id: https://develop.svn.wordpress.org/trunk@7176 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-06 23:01:22 +00:00 |
|
Ryan Boren
|
d1fd6659e4
|
Added filter for changing the languages selection for the spellchecker, fixed problems with valid_elements and added filter for extended_valid_elements, update to the latest version. Props azaozz. fixes #6111
git-svn-id: https://develop.svn.wordpress.org/trunk@7173 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-06 19:56:02 +00:00 |
|
Ryan Boren
|
7d6440bba2
|
Fix insert, gallery, sizing, type queries, errors, thumbs, type fallback. Props andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@7172 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-06 19:48:54 +00:00 |
|
Ryan Boren
|
72d53b30d7
|
Use constant instead of DB option for setting autosave_interval. Props mdawaffe. fixes #6075
git-svn-id: https://develop.svn.wordpress.org/trunk@7165 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-06 06:07:53 +00:00 |
|
Mark Jaquith
|
5330df3c0a
|
Post slug fixes from nbachiyski. fixes #6072
git-svn-id: https://develop.svn.wordpress.org/trunk@7162 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-05 22:09:28 +00:00 |
|
Matt Mullenweg
|
d1a9adb980
|
Don't return early before filtering.
git-svn-id: https://develop.svn.wordpress.org/trunk@7161 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-05 18:49:56 +00:00 |
|
Ryan Boren
|
dc3a3d242c
|
Improve upload_max_filesize error. Improve error display for long messages. New uploads now added to bottom, not top. Fix align class. Remove redundant header text. Props andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@7160 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-05 06:46:42 +00:00 |
|
Ryan Boren
|
91dd6face1
|
Use wp_mkdir_p() to create js cache dir. Props DD32. see #6097
git-svn-id: https://develop.svn.wordpress.org/trunk@7159 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-05 05:53:56 +00:00 |
|
Ryan Boren
|
2290c2ab2c
|
Update get_avatar() phpdoc
git-svn-id: https://develop.svn.wordpress.org/trunk@7158 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-04 22:52:36 +00:00 |
|
Ryan Boren
|
9c7eb61265
|
Comment bubble count fixes from mdawaffe. fixes #6090
git-svn-id: https://develop.svn.wordpress.org/trunk@7153 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-04 17:07:47 +00:00 |
|
Matt Mullenweg
|
22cdc2b75e
|
Handle GD errors correctly during image resizing. Fixes #6087. Hat tip: tellyworth.
git-svn-id: https://develop.svn.wordpress.org/trunk@7150 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-04 04:23:35 +00:00 |
|
Matt Mullenweg
|
cc3147ab22
|
New functions for attachment image display, fixes #6086. Hat tip: tellyworth.
git-svn-id: https://develop.svn.wordpress.org/trunk@7149 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-04 04:21:37 +00:00 |
|
Ryan Boren
|
0f009c4b9f
|
Set autosave_interval for fresh installs. DEfault to 60 if autosave_interval is not set. see #6075
git-svn-id: https://develop.svn.wordpress.org/trunk@7148 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-04 00:41:49 +00:00 |
|
Ryan Boren
|
2d5d310247
|
Update to TinyMCE 3.03. Define shortcuts. Relocate cached TMCE file. Props azaozz. fixes #6084
git-svn-id: https://develop.svn.wordpress.org/trunk@7147 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-04 00:07:29 +00:00 |
|
Ryan Boren
|
9df4b3f641
|
Post edit collision detection fixes from mdawaffe. fixes #6043
git-svn-id: https://develop.svn.wordpress.org/trunk@7146 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-04 00:05:30 +00:00 |
|
Ryan Boren
|
742b6b7ceb
|
Autosave notice styling from mdawaffe. fixes #6054
git-svn-id: https://develop.svn.wordpress.org/trunk@7145 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-03 21:15:34 +00:00 |
|
Ryan Boren
|
a87c748d19
|
Set focus for some fields. Props nbachiyski. fixes #6080
git-svn-id: https://develop.svn.wordpress.org/trunk@7143 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-03 21:12:17 +00:00 |
|
Ryan Boren
|
cd9d655c72
|
Multi-byte character safe excerpting from nbachiyski. fixes #6077
git-svn-id: https://develop.svn.wordpress.org/trunk@7140 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-03 21:05:23 +00:00 |
|
Ryan Boren
|
b093ce1da2
|
Only show "saved at" when the post was actually saved. Props mdawaffe. fixes #6053
git-svn-id: https://develop.svn.wordpress.org/trunk@7138 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-03 20:58:06 +00:00 |
|
Ryan Boren
|
7aa9161dc3
|
Image sizing fix from andy. fixes #6074
git-svn-id: https://develop.svn.wordpress.org/trunk@7137 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-03 20:53:04 +00:00 |
|
Matt Mullenweg
|
88bb527a19
|
Creating intermediate sizes, better thumbnails, and other image improvements. Hat tip: tellyworth.
git-svn-id: https://develop.svn.wordpress.org/trunk@7135 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-03 04:17:37 +00:00 |
|
Matt Mullenweg
|
8415bccde9
|
Deal correctly with empty upload_path option. Hat tip: tellyworth.
git-svn-id: https://develop.svn.wordpress.org/trunk@7134 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-03 04:14:16 +00:00 |
|
Ryan Boren
|
fc8d871335
|
Make sure avatar size is numeric. Props Martin2006. fixes #6069
git-svn-id: https://develop.svn.wordpress.org/trunk@7132 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-02 21:41:35 +00:00 |
|
Ryan Boren
|
edd3b12d0c
|
Set eol-style. Props nbachiyski. fixes #6065
git-svn-id: https://develop.svn.wordpress.org/trunk@7131 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-02 21:34:25 +00:00 |
|
Ryan Boren
|
6d7441c26e
|
Remove trailing whites.
git-svn-id: https://develop.svn.wordpress.org/trunk@7130 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-02 20:17:30 +00:00 |
|
Ryan Boren
|
c723a8ae20
|
max width fixes from azaozz. fixes #6051
git-svn-id: https://develop.svn.wordpress.org/trunk@7121 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-01 08:13:23 +00:00 |
|
Ryan Boren
|
4d02937e6d
|
max width fixes from azaozz. fixes #6051
git-svn-id: https://develop.svn.wordpress.org/trunk@7114 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-29 23:27:02 +00:00 |
|
Ryan Boren
|
71f274c599
|
Add option to check caps when querying a particular post status. fixes #6052
git-svn-id: https://develop.svn.wordpress.org/trunk@7109 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-29 21:49:49 +00:00 |
|
Ryan Boren
|
04ff7f125c
|
Use preg_replace_callback instead of 'e' modifier. see #5644
git-svn-id: https://develop.svn.wordpress.org/trunk@7107 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-29 18:28:32 +00:00 |
|
Ryan Boren
|
0298b896eb
|
Use preg_replace_callback instead of 'e' modifier. see #5644
git-svn-id: https://develop.svn.wordpress.org/trunk@7106 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-29 17:49:50 +00:00 |
|
Ryan Boren
|
afc003cd20
|
Update deprecated attributes. Props hansengel. fixes #6037
git-svn-id: https://develop.svn.wordpress.org/trunk@7104 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-29 17:09:44 +00:00 |
|
Ryan Boren
|
e29306e69c
|
Post Edit Collision Detection from mdawaffe. fixes #6043
git-svn-id: https://develop.svn.wordpress.org/trunk@7103 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-29 09:51:36 +00:00 |
|
Ryan Boren
|
a02dc6a240
|
Media Library updates from andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@7100 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-29 06:54:15 +00:00 |
|
Ryan Boren
|
1373e99625
|
Media icons. fixes #6039
git-svn-id: https://develop.svn.wordpress.org/trunk@7099 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-29 06:49:05 +00:00 |
|
Ryan Boren
|
c542e9f9d0
|
urlencode only when needed. Props spikeyslam. see #5775
git-svn-id: https://develop.svn.wordpress.org/trunk@7096 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-28 22:01:56 +00:00 |
|
Ryan Boren
|
c76be06996
|
Revert [7093]. Need a different method. see #6032
git-svn-id: https://develop.svn.wordpress.org/trunk@7094 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-28 21:57:39 +00:00 |
|
Ryan Boren
|
9f57568f8f
|
Fade approved comments from moderated list. Props filosofo. fixes #6032
git-svn-id: https://develop.svn.wordpress.org/trunk@7093 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-28 21:51:57 +00:00 |
|
Ryan Boren
|
b2e8a6ac54
|
Media library updates from andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@7092 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-28 21:29:51 +00:00 |
|
Peter Westwood
|
41fe914d9e
|
Use a default size that gravatar supports rather than one it doesn't. Fixes #6033 props josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@7091 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-28 21:11:47 +00:00 |
|
Peter Westwood
|
f36ec751be
|
Ensure email address is lower case in get_avatar(). Fixes #6028 props josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@7087 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-28 16:34:59 +00:00 |
|
Ryan Boren
|
5a1139a585
|
Widget admin layout fixes from mdawaffe. fixes #5997
git-svn-id: https://develop.svn.wordpress.org/trunk@7086 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-28 09:11:11 +00:00 |
|
Ryan Boren
|
992c3b92b7
|
Unify comment display. Props mdawaffe. fixes #6025
git-svn-id: https://develop.svn.wordpress.org/trunk@7082 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-28 06:50:25 +00:00 |
|
Ryan Boren
|
7940191d5c
|
Cast to array
git-svn-id: https://develop.svn.wordpress.org/trunk@7081 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-28 06:43:45 +00:00 |
|
Ryan Boren
|
2b5f9d6440
|
Fix widgets using old-style multi instance support. Props mdawaffe. fixes #6023
git-svn-id: https://develop.svn.wordpress.org/trunk@7080 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-28 00:31:46 +00:00 |
|
Ryan Boren
|
007bcbb057
|
fix new-fangled multi widgets. Props mdawaffe. see #6022
git-svn-id: https://develop.svn.wordpress.org/trunk@7077 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 23:57:00 +00:00 |
|
Ryan Boren
|
71bc342e4c
|
Fix AJAX comment moderation on edit post view. Props mdawaffe. fixes #4245
git-svn-id: https://develop.svn.wordpress.org/trunk@7075 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 23:36:24 +00:00 |
|
Ryan Boren
|
0808c1b9a1
|
Introduce get_post_ancestors(). Add current_page_ancestor class to ancestors of the current page. Props AaronCampbell. fixes #5662
git-svn-id: https://develop.svn.wordpress.org/trunk@7074 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 23:28:18 +00:00 |
|
Ryan Boren
|
75512587f1
|
Add current_page_item on page_for_posts. Props mdawaffe. fixes #2959
git-svn-id: https://develop.svn.wordpress.org/trunk@7073 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 22:38:02 +00:00 |
|
Ryan Boren
|
f05150a50f
|
For page attachmentes, set both is_attachment and is_page to true so that templates cascade correctly.
git-svn-id: https://develop.svn.wordpress.org/trunk@7070 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 21:30:59 +00:00 |
|
Ryan Boren
|
e93de99379
|
remove debug cruft and set swfupload max file size to match php ini. Props andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@7067 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 19:36:02 +00:00 |
|
Peter Westwood
|
fdb0fcbafe
|
A better in_category which supports category names that are all numbers.
git-svn-id: https://develop.svn.wordpress.org/trunk@7064 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 18:25:25 +00:00 |
|
Ryan Boren
|
a2af257bf4
|
gettext fixes from takayukister. fixes #6018
git-svn-id: https://develop.svn.wordpress.org/trunk@7063 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 17:19:58 +00:00 |
|
Ryan Boren
|
6344572bed
|
set eol style
git-svn-id: https://develop.svn.wordpress.org/trunk@7061 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 05:37:13 +00:00 |
|
Ryan Boren
|
04b97d7318
|
TinyMCE 3.02 from azaozz. fixes #6012
git-svn-id: https://develop.svn.wordpress.org/trunk@7060 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 05:36:42 +00:00 |
|
Ryan Boren
|
a5fc5dcbf4
|
Don't load wp-lists on pages that don't need it. Props mdawaffe. fixes #6011
git-svn-id: https://develop.svn.wordpress.org/trunk@7057 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 00:46:27 +00:00 |
|
Ryan Boren
|
174f16123e
|
Use preg_replace_callback() instead of using the 'e' modifier.
git-svn-id: https://develop.svn.wordpress.org/trunk@7056 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 00:37:40 +00:00 |
|
Ryan Boren
|
26fadd399f
|
Revert [7054]. No idea how I managed that.
git-svn-id: https://develop.svn.wordpress.org/trunk@7055 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 00:36:33 +00:00 |
|
Ryan Boren
|
a1a893cc0c
|
Fix users query
git-svn-id: https://develop.svn.wordpress.org/trunk@7054 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-27 00:25:08 +00:00 |
|
Ryan Boren
|
a97c0ab015
|
Remove listman from script loader
git-svn-id: https://develop.svn.wordpress.org/trunk@7053 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-26 23:04:44 +00:00 |
|
Ryan Boren
|
7d7a594c52
|
Bump jquery color ver
git-svn-id: https://develop.svn.wordpress.org/trunk@7052 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-26 22:51:16 +00:00 |
|
Ryan Boren
|
b346e6cae1
|
Remove list-manipulation.js. No longer used
git-svn-id: https://develop.svn.wordpress.org/trunk@7051 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-26 22:48:47 +00:00 |
|
Ryan Boren
|
7bcc30635b
|
Ajax tweaks for edit-comments.php from mdawaffe. fixes #6009
git-svn-id: https://develop.svn.wordpress.org/trunk@7050 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-26 22:45:46 +00:00 |
|
Ryan Boren
|
82905a1f33
|
fix overuse of default mime icon and re-shuffle mp4/m4a file type matches. Props andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@7045 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-26 19:57:00 +00:00 |
|
Ryan Boren
|
d65f40539b
|
Media upload updates from andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@7043 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-26 19:30:10 +00:00 |
|
Ryan Boren
|
09ed1e62ae
|
Add some defaults for wp_insert_attachment. fixes #6006
git-svn-id: https://develop.svn.wordpress.org/trunk@7042 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-26 18:51:45 +00:00 |
|
Ryan Boren
|
ebf8442951
|
image_resize() and friends from tellyworth. fixes #6005
git-svn-id: https://develop.svn.wordpress.org/trunk@7041 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-26 18:46:03 +00:00 |
|
Ryan Boren
|
78f9d0757a
|
Return error when requesting invalid feed format. Props pishmishy. fixes #5446
git-svn-id: https://develop.svn.wordpress.org/trunk@7038 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-26 10:05:05 +00:00 |
|
Ryan Boren
|
a8613a3e4d
|
Silence warnings if error_log is disabled. fixes #5771
git-svn-id: https://develop.svn.wordpress.org/trunk@7037 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-26 09:45:51 +00:00 |
|
Ryan Boren
|
7825a986f9
|
update mime-to-icon matching and get filename from function instead of guid. Props andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@7036 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-26 08:54:11 +00:00 |
|
Ryan Boren
|
59057e6250
|
Fix edit comment form tab indices. fixes #5712
git-svn-id: https://develop.svn.wordpress.org/trunk@7032 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-26 04:53:48 +00:00 |
|
Peter Westwood
|
025073bf5c
|
Support category names in in_category(). Fixes #4558 props robmil.
git-svn-id: https://develop.svn.wordpress.org/trunk@7030 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-25 22:18:41 +00:00 |
|
Peter Westwood
|
db19990879
|
Add keyed object output to wpdb::get_results. Fixes #5286 props andy.
git-svn-id: https://develop.svn.wordpress.org/trunk@7028 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-25 22:00:27 +00:00 |
|
Ryan Boren
|
7c95cd976f
|
Workaround Safari crasher. Props azaozz. fixes #5945
git-svn-id: https://develop.svn.wordpress.org/trunk@7025 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-25 19:03:35 +00:00 |
|
Ryan Boren
|
7918daa768
|
get_pagenum_link filter from Martin2006. fixes #5969
git-svn-id: https://develop.svn.wordpress.org/trunk@7022 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-25 18:40:46 +00:00 |
|
Ryan Boren
|
4b8ec983eb
|
Error page styling from mt. fixes #5977
git-svn-id: https://develop.svn.wordpress.org/trunk@7001 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-24 04:33:51 +00:00 |
|
Ryan Boren
|
4bab767fe2
|
Revert changes to canonical that broke redirects. Props fitztrev. fixes #5961
git-svn-id: https://develop.svn.wordpress.org/trunk@6998 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-24 02:09:24 +00:00 |
|
Peter Westwood
|
02ab17364e
|
Fix the display of human time difference when server timezone if different from blog timezone. Fixes #5970 props jhodgdon.
git-svn-id: https://develop.svn.wordpress.org/trunk@6995 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-23 22:11:47 +00:00 |
|
Ryan Boren
|
0a28ed62e4
|
Manage comments rework. WIP
git-svn-id: https://develop.svn.wordpress.org/trunk@6994 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-23 08:33:44 +00:00 |
|
Ryan Boren
|
47cec19e53
|
Small code formatting tweak
git-svn-id: https://develop.svn.wordpress.org/trunk@6986 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-22 20:48:28 +00:00 |
|
Ryan Boren
|
fef755b796
|
Make sure post has future status before publishing from cron. Props hailin. fixes #5801
git-svn-id: https://develop.svn.wordpress.org/trunk@6985 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-22 19:59:12 +00:00 |
|
Ryan Boren
|
a3b716fd74
|
Upload path fixes from tellyworth. see #5953
git-svn-id: https://develop.svn.wordpress.org/trunk@6984 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-22 17:46:03 +00:00 |
|
Ryan Boren
|
7ed364b2ce
|
Notice fixes from nbachiyski. fixes #5961
git-svn-id: https://develop.svn.wordpress.org/trunk@6983 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-22 17:43:56 +00:00 |
|
Ryan Boren
|
da19acbc4b
|
Allow overriding the default secret key. Proy. Props nbachiyski. fixes #5960
git-svn-id: https://develop.svn.wordpress.org/trunk@6982 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-22 17:36:09 +00:00 |
|
Ryan Boren
|
579698f0b1
|
Media library work from andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@6974 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-22 05:53:47 +00:00 |
|
Ryan Boren
|
c828027c3a
|
Move blockquote to first toolbar. Props azaozz. fixes #5709
git-svn-id: https://develop.svn.wordpress.org/trunk@6973 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-22 05:07:03 +00:00 |
|
Ryan Boren
|
0c32c7da5b
|
Restore JIT script localization. Props azaozz. fixes #5921
git-svn-id: https://develop.svn.wordpress.org/trunk@6971 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-22 04:02:09 +00:00 |
|
Ryan Boren
|
c29260a09f
|
Make pagename regex ungreedy. Fixes /pagename/2 links
git-svn-id: https://develop.svn.wordpress.org/trunk@6964 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-21 23:49:05 +00:00 |
|
Ryan Boren
|
1559aa2d32
|
TinyMCE 3.01. Props azaozz. fixes #5944
git-svn-id: https://develop.svn.wordpress.org/trunk@6959 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-21 21:40:25 +00:00 |
|
Ryan Boren
|
aaf69b4efc
|
Ver bump
git-svn-id: https://develop.svn.wordpress.org/trunk@6957 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-21 21:03:43 +00:00 |
|
Ryan Boren
|
0803a8a86a
|
Revert [6940]. Breaks atompub. see #5717
git-svn-id: https://develop.svn.wordpress.org/trunk@6956 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-21 20:47:15 +00:00 |
|
Ryan Boren
|
da73b7408d
|
Slug edit for pages. Hide advanced slug field if JS enabled. Trigger first autosave after 15 chars. Set autosave interval to 60s. Props filosofo. see #5749
git-svn-id: https://develop.svn.wordpress.org/trunk@6955 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-21 20:19:34 +00:00 |
|
Ryan Boren
|
908e657b61
|
Show permalink editor on new posts after autosave. Props filosofo. see #5749
git-svn-id: https://develop.svn.wordpress.org/trunk@6954 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-21 17:08:06 +00:00 |
|
Ryan Boren
|
a738abba3d
|
Auto add preview link after autosaving a new post or page. Props filosofo. see #5847
git-svn-id: https://develop.svn.wordpress.org/trunk@6953 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-21 06:19:46 +00:00 |
|
Ryan Boren
|
6aacdf4c91
|
Image size options from tellyworth. fixes #5933
git-svn-id: https://develop.svn.wordpress.org/trunk@6952 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-21 06:00:15 +00:00 |
|
Ryan Boren
|
a7e9b93bab
|
Add a default for post_conten_filtered
git-svn-id: https://develop.svn.wordpress.org/trunk@6951 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-21 00:52:51 +00:00 |
|
Ryan Boren
|
66f1454a22
|
Allow comment object to be passed to get_avatar() for convenience. see #5775
git-svn-id: https://develop.svn.wordpress.org/trunk@6946 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-20 20:58:58 +00:00 |
|
Ryan Boren
|
641818a02b
|
Allow comment object to be passed to get_avatar() for convenience. see #5775
git-svn-id: https://develop.svn.wordpress.org/trunk@6945 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-20 20:57:21 +00:00 |
|
Ryan Boren
|
8ddbf1eb16
|
Skip main posts query if 404. Props misterbisson. fixes #5717
git-svn-id: https://develop.svn.wordpress.org/trunk@6940 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-20 16:52:40 +00:00 |
|
Ryan Boren
|
c088813775
|
shortcodes should not require var=val format. Props andy. fixes #5892
git-svn-id: https://develop.svn.wordpress.org/trunk@6939 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-20 16:47:50 +00:00 |
|
Ryan Boren
|
fcdca0ec36
|
pre_post_update action from tellyworth. fixes #5815
git-svn-id: https://develop.svn.wordpress.org/trunk@6938 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-20 16:46:44 +00:00 |
|
Ryan Boren
|
98779e9752
|
Don't show Add Media when editing comments. Props azaozz. fixes #5910
git-svn-id: https://develop.svn.wordpress.org/trunk@6930 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-20 05:39:04 +00:00 |
|
Ryan Boren
|
4e50a6d3e2
|
Lose caching of user DB misses. Wasn't working out that well.
git-svn-id: https://develop.svn.wordpress.org/trunk@6929 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-20 05:34:51 +00:00 |
|
Ryan Boren
|
f8feca5405
|
Revert [6921]. see #5928
git-svn-id: https://develop.svn.wordpress.org/trunk@6925 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-20 02:55:36 +00:00 |
|
Ryan Boren
|
8a87674b60
|
Update edit comment form. WIP
git-svn-id: https://develop.svn.wordpress.org/trunk@6923 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-20 02:41:16 +00:00 |
|
Ryan Boren
|
7e4dea296e
|
Do version check on admin_init. Props DD32. fixes #5928
git-svn-id: https://develop.svn.wordpress.org/trunk@6921 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-20 00:16:44 +00:00 |
|
Ryan Boren
|
b96affbfd5
|
Don't save translated role names to the DB. Instead, translate them on the fly. fixes #3442 #5537
git-svn-id: https://develop.svn.wordpress.org/trunk@6916 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-19 20:28:54 +00:00 |
|
Ryan Boren
|
a8885822ee
|
Support positional attributes in shortcodes. Props tellyworth. fixes #5914
git-svn-id: https://develop.svn.wordpress.org/trunk@6911 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-19 06:52:30 +00:00 |
|
Ryan Boren
|
5f85c2dc0c
|
Media Library design updates from Andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@6910 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-19 06:13:20 +00:00 |
|
Ryan Boren
|
ca7112e8d3
|
Make user option name sanitization consistent. Props filosofo. fixes #5901
git-svn-id: https://develop.svn.wordpress.org/trunk@6902 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-18 20:16:02 +00:00 |
|
Ryan Boren
|
a0ce8e3978
|
TinyMCE compressor fixes from azaozz. fixes #5900
git-svn-id: https://develop.svn.wordpress.org/trunk@6900 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-18 19:25:56 +00:00 |
|
Ryan Boren
|
6a3e8797d1
|
Add optional post ID arg to the_category and get_the_category_list. Props filosofo. fixes #5050
git-svn-id: https://develop.svn.wordpress.org/trunk@6899 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-18 17:46:26 +00:00 |
|
Ryan Boren
|
4611376ba5
|
Typo fix from rnt. fixes #5894
git-svn-id: https://develop.svn.wordpress.org/trunk@6895 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-18 17:13:21 +00:00 |
|
Ryan Boren
|
679cd738b9
|
TinyMCE config enhancements from azaozz. fixes #5896 #5888
git-svn-id: https://develop.svn.wordpress.org/trunk@6894 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-18 17:11:12 +00:00 |
|
Ryan Boren
|
636e8b665d
|
Fix TinyMCE translation typo. Props rnt. fixes #5769
git-svn-id: https://develop.svn.wordpress.org/trunk@6893 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-18 17:07:23 +00:00 |
|
Ryan Boren
|
dad367772b
|
Bump js ver
git-svn-id: https://develop.svn.wordpress.org/trunk@6877 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-16 22:05:37 +00:00 |
|
Ryan Boren
|
c819fc307f
|
Media handling updates from andy. fixes #5874
git-svn-id: https://develop.svn.wordpress.org/trunk@6876 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-16 21:54:47 +00:00 |
|
Peter Westwood
|
bca9509fa0
|
More specific moderation emails for {ping|track}backs. Fixes #4986 props Otto42.
git-svn-id: https://develop.svn.wordpress.org/trunk@6873 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-16 17:03:05 +00:00 |
|
Ryan Boren
|
ac09898086
|
Default args to array. Props fitztrev. fixes #5866
git-svn-id: https://develop.svn.wordpress.org/trunk@6861 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-15 20:42:53 +00:00 |
|
Ryan Boren
|
d50b16fba6
|
Walker markup fixes from hailin. fixes #5844
git-svn-id: https://develop.svn.wordpress.org/trunk@6858 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-15 07:34:52 +00:00 |
|
Ryan Boren
|
1101f9750a
|
generic_ping() improvements from fitztrev. fixes #5855
git-svn-id: https://develop.svn.wordpress.org/trunk@6853 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-14 21:50:43 +00:00 |
|
Ryan Boren
|
a47c497cb7
|
Support ordering for term relationships. Props andy. fixes #5857
git-svn-id: https://develop.svn.wordpress.org/trunk@6851 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-14 17:17:57 +00:00 |
|
Ryan Boren
|
08be3a54a0
|
auto-add css class when using align on Image. Props azaozz. fixes #5856
git-svn-id: https://develop.svn.wordpress.org/trunk@6844 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-14 05:45:40 +00:00 |
|
Ryan Boren
|
68166b1851
|
Add more sort options to wp_get_object_terms(). Props andy. fixes #5245
git-svn-id: https://develop.svn.wordpress.org/trunk@6843 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-14 05:40:19 +00:00 |
|
Ryan Boren
|
1a9f6e6657
|
Revert [6835] as it breaks the depth arg. see#5844
git-svn-id: https://develop.svn.wordpress.org/trunk@6839 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-14 02:51:12 +00:00 |
|
Ryan Boren
|
7a334c8fa5
|
Walker markup fixes from hailin. fixes #5844
git-svn-id: https://develop.svn.wordpress.org/trunk@6835 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-14 00:54:52 +00:00 |
|
Peter Westwood
|
bf9ca290b2
|
'>"
git-svn-id: https://develop.svn.wordpress.org/trunk@6828 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 21:56:56 +00:00 |
|
Ryan Boren
|
8268af4077
|
Add comment_date_gmt key to comments table. Optimize _wp_get_comment_list() query. fixes #5785
git-svn-id: https://develop.svn.wordpress.org/trunk@6825 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 19:15:30 +00:00 |
|
Ryan Boren
|
4fa20e078a
|
Add RAND order option to wp_tag_cloud(). Props fitzrev. fixes #5726
git-svn-id: https://develop.svn.wordpress.org/trunk@6824 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 19:12:46 +00:00 |
|
Ryan Boren
|
c8f887c6a6
|
Allow is_single(), is_category(), and is_tag() to accept arrays. Props fitzrev. fixes #5593
git-svn-id: https://develop.svn.wordpress.org/trunk@6823 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 19:02:08 +00:00 |
|
Ryan Boren
|
1fbf72ada3
|
Add wp_list_bookmarks filter. Props codealsatian. fixes #5532
git-svn-id: https://develop.svn.wordpress.org/trunk@6822 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 18:47:34 +00:00 |
|
Ryan Boren
|
a5dc076a88
|
Improve metadata for atom comment search feeds. Props ionfish. fixes #5493
git-svn-id: https://develop.svn.wordpress.org/trunk@6819 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 18:29:10 +00:00 |
|
Ryan Boren
|
d809dcd103
|
Add a prophylactic specialchars to the object in explain nonce. see #5838
git-svn-id: https://develop.svn.wordpress.org/trunk@6817 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 18:14:38 +00:00 |
|
Ryan Boren
|
d74220c598
|
Make Nonce Mismatch Fail Instead of AYS. Props filosofo. fixes #5838 for 2.5
git-svn-id: https://develop.svn.wordpress.org/trunk@6813 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 17:39:40 +00:00 |
|
Ryan Boren
|
ca772154f9
|
Add gzip_compression() stub in case someone actually uses it.
git-svn-id: https://develop.svn.wordpress.org/trunk@6812 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 11:21:09 +00:00 |
|
Ryan Boren
|
0f8e3b6164
|
Reduce queries by wp_count_posts(). Props josephscott. fixes #5820
git-svn-id: https://develop.svn.wordpress.org/trunk@6808 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 09:30:26 +00:00 |
|
Ryan Boren
|
0e810ef327
|
Use array keys instead of hard coded list when traversing post fields to sanitize. Props andy. fixes #5836
git-svn-id: https://develop.svn.wordpress.org/trunk@6803 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 06:49:23 +00:00 |
|
Ryan Boren
|
d0806eb11c
|
Fix variable name typo. Props reinkim. fixes #5834
git-svn-id: https://develop.svn.wordpress.org/trunk@6802 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 06:39:45 +00:00 |
|
Ryan Boren
|
4b670951fe
|
Fix floated left gallery layout breaks. Prop s nbachiyski. fixes #5828
git-svn-id: https://develop.svn.wordpress.org/trunk@6801 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-13 06:35:21 +00:00 |
|
Ryan Boren
|
b446d77af9
|
Manage categories redesign. Add categories search.
git-svn-id: https://develop.svn.wordpress.org/trunk@6799 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-12 09:02:02 +00:00 |
|
Ryan Boren
|
9fdf23af3a
|
Manage links redesign. Add link search.
git-svn-id: https://develop.svn.wordpress.org/trunk@6798 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-12 08:01:32 +00:00 |
|
Ryan Boren
|
573477d8d9
|
tinyMCE compressor update from azaozz. see #5807
git-svn-id: https://develop.svn.wordpress.org/trunk@6791 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-11 20:19:29 +00:00 |
|
Ryan Boren
|
429ce88a8b
|
tinyMCE compressor additions and deletion of unused lang files. Props azaozz. see #5807
git-svn-id: https://develop.svn.wordpress.org/trunk@6790 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-11 19:22:22 +00:00 |
|
Ryan Boren
|
9094f86cd8
|
New gzip compressor for TinyMCE from azaozz. fixes #5807
git-svn-id: https://develop.svn.wordpress.org/trunk@6789 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-11 17:45:18 +00:00 |
|
Matt Mullenweg
|
bf2d50bf6b
|
Blow out mem limit, slightly larger thumbnails.
git-svn-id: https://develop.svn.wordpress.org/trunk@6786 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-11 09:02:44 +00:00 |
|
Matt Mullenweg
|
129dddd3a3
|
Lowercase extensions too, dynamically change when we try to create thumbnails by memory limit.
git-svn-id: https://develop.svn.wordpress.org/trunk@6783 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-11 08:02:01 +00:00 |
|
Matt Mullenweg
|
ea1c1ac2a6
|
A few places we were missing links to new stylesheet.
git-svn-id: https://develop.svn.wordpress.org/trunk@6782 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-11 07:53:10 +00:00 |
|
Matt Mullenweg
|
e5087bdeba
|
Allow uploads outside of the WP path and custom URLs for the same.
git-svn-id: https://develop.svn.wordpress.org/trunk@6780 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-11 06:35:24 +00:00 |
|
Ryan Boren
|
d99739dac9
|
s/2.4/2.5/. Props ffemtcj. fixes #5810
git-svn-id: https://develop.svn.wordpress.org/trunk@6777 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-10 07:59:34 +00:00 |
|
Ryan Boren
|
347f594c9f
|
Remove gzip_compression(). Leave it to the server. fixes #4342
git-svn-id: https://develop.svn.wordpress.org/trunk@6775 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-10 07:12:33 +00:00 |
|
Ryan Boren
|
ee919bb3b8
|
Maintain hidden toolbar state when switching to fullscreen. Props azaozz. fixes #5806
git-svn-id: https://develop.svn.wordpress.org/trunk@6773 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-10 06:27:03 +00:00 |
|
Ryan Boren
|
bfa0dd639a
|
Move editor js to editor.js. fixes #5799
git-svn-id: https://develop.svn.wordpress.org/trunk@6770 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-09 13:08:28 +00:00 |
|
Ryan Boren
|
671d6a0692
|
Automatically add classes to images for floated images. Props azaozz. fixes #5803
git-svn-id: https://develop.svn.wordpress.org/trunk@6769 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-09 12:42:15 +00:00 |
|
Ryan Boren
|
3c1a115108
|
htmlspecialchars when loading content into html editor. Props DD32 and andy. fixes #5796
git-svn-id: https://develop.svn.wordpress.org/trunk@6767 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-09 07:29:36 +00:00 |
|
Ryan Boren
|
805f918645
|
gettext for tinymce strings. Props azaozz. see #5769
git-svn-id: https://develop.svn.wordpress.org/trunk@6765 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-09 06:43:15 +00:00 |
|
Ryan Boren
|
5867d80d9c
|
add "select class" to the Image pop-up. Props azaozz. fixes #5803
git-svn-id: https://develop.svn.wordpress.org/trunk@6764 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-09 05:00:13 +00:00 |
|
Ryan Boren
|
d9127f97e1
|
Show full content, including content after the more tag, for feeds. fixes #2582
git-svn-id: https://develop.svn.wordpress.org/trunk@6763 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-09 00:19:48 +00:00 |
|
Ryan Boren
|
4c6d9571f9
|
Postbox save updates and admin js refactoring from nbachiyski. fixes #5799
git-svn-id: https://develop.svn.wordpress.org/trunk@6761 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-08 19:57:50 +00:00 |
|
Ryan Boren
|
ef7fb4b35e
|
Allow rand post ordering. Props Otto42 and Nazgul. fixes #4617
git-svn-id: https://develop.svn.wordpress.org/trunk@6760 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-08 19:50:10 +00:00 |
|
Ryan Boren
|
25f88b6abb
|
jQuery 1.2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@6757 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-08 07:33:51 +00:00 |
|
Ryan Boren
|
c179702074
|
Precompute the hash of the unknown avatar user to save an md5 call. Props Viper007Bond. see #5775
git-svn-id: https://develop.svn.wordpress.org/trunk@6756 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-08 07:09:01 +00:00 |
|
Ryan Boren
|
e32b80a14c
|
Pass 'show' argument to bloginfo_rss filters. Props tzafrir and Viper007Bond. fixes #5267
git-svn-id: https://develop.svn.wordpress.org/trunk@6750 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-07 18:01:33 +00:00 |
|
Ryan Boren
|
a132f8d9a6
|
Gonna serve default avatars from gravatar. see #5775
git-svn-id: https://develop.svn.wordpress.org/trunk@6749 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-07 06:58:38 +00:00 |
|
Ryan Boren
|
b0a8da663d
|
get_avatar(). see #5775
git-svn-id: https://develop.svn.wordpress.org/trunk@6748 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-07 06:07:12 +00:00 |
|
Ryan Boren
|
7b16c13118
|
Show media upload buttons when RTE is not enabled. Props tellyworth. fixes #5764
git-svn-id: https://develop.svn.wordpress.org/trunk@6746 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-07 04:21:22 +00:00 |
|
Mark Jaquith
|
26c5a4f49d
|
Make sure the theme_dir is a dir before we attempt to closedir(). fixes #5768
git-svn-id: https://develop.svn.wordpress.org/trunk@6744 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-06 23:17:13 +00:00 |
|
Mark Jaquith
|
2395f3a566
|
Allow redirect_canonical filter to cancel a redirect (just return FALSE). see #5766
git-svn-id: https://develop.svn.wordpress.org/trunk@6743 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-06 22:57:15 +00:00 |
|
Mark Jaquith
|
7a2d635909
|
Make RSS 2.0 comment feed GUIDs immutable. fixes #5072
git-svn-id: https://develop.svn.wordpress.org/trunk@6742 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-06 22:33:21 +00:00 |
|
Ryan Boren
|
452f423faf
|
Rename is_front() to is_front_page() to avoid conflict with bbPress. see #3682
git-svn-id: https://develop.svn.wordpress.org/trunk@6740 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-06 21:21:22 +00:00 |
|
Ryan Boren
|
c2083047a8
|
Remove cookie checking from check_ajax_referer(). Check nonces instead. Props mdawaffe. fixes #5782
git-svn-id: https://develop.svn.wordpress.org/trunk@6739 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-06 21:19:47 +00:00 |
|
Ryan Boren
|
b7bab14e13
|
Fix fields=names query in get_terms(). Props Sarky-de. fixes #5780
git-svn-id: https://develop.svn.wordpress.org/trunk@6738 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-06 20:42:03 +00:00 |
|
Ryan Boren
|
69e33afad3
|
Page permalink fixes from josephscott. fixes #5781
git-svn-id: https://develop.svn.wordpress.org/trunk@6737 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-06 18:11:49 +00:00 |
|
Ryan Boren
|
ce5b15209f
|
Order by and index on comment_date_gmt instead of comment_date to insulate order from offset changes. fixes #5773
git-svn-id: https://develop.svn.wordpress.org/trunk@6736 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-05 23:29:59 +00:00 |
|
Ryan Boren
|
811dbba6cd
|
Enum to varchar. fixes #4778
git-svn-id: https://develop.svn.wordpress.org/trunk@6732 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-05 21:05:56 +00:00 |
|
Ryan Boren
|
e96e46aec6
|
Add wp_count_posts().
git-svn-id: https://develop.svn.wordpress.org/trunk@6730 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-05 19:08:14 +00:00 |
|
Ryan Boren
|
fa13bbbd58
|
Add key on comment_approved,comment_date to speed up last comment modified queries. fixes #5773
git-svn-id: https://develop.svn.wordpress.org/trunk@6729 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-05 18:04:17 +00:00 |
|
Ryan Boren
|
b23b4b052d
|
Fix interface sortables for IE7. Props filosofo. see #5583
git-svn-id: https://develop.svn.wordpress.org/trunk@6728 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-05 16:32:20 +00:00 |
|
Ryan Boren
|
3a18b96c9b
|
Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@6726 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-05 06:47:27 +00:00 |
|
Ryan Boren
|
dc8a36221f
|
Dashboard fixes from mdawaffe. No longer stomps sidebar. see #5750
git-svn-id: https://develop.svn.wordpress.org/trunk@6717 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-04 20:38:48 +00:00 |
|
Ryan Boren
|
40f80710a4
|
Add filters to comments_open() and pings_open(). Props tellyworth. fixes #5761
git-svn-id: https://develop.svn.wordpress.org/trunk@6716 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-04 20:27:45 +00:00 |
|
Ryan Boren
|
090e465ffd
|
Fix edit link form categories a bit. AJAX add still needs work.
git-svn-id: https://develop.svn.wordpress.org/trunk@6713 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-02 20:31:56 +00:00 |
|
Ryan Boren
|
d04499eccc
|
Don't hard code post type in edit forms. Props filosofo and DD32. fixes #4991
git-svn-id: https://develop.svn.wordpress.org/trunk@6712 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-02 19:22:14 +00:00 |
|
Ryan Boren
|
60b802e55d
|
Some notice fixes from Nazgul. fixes #3155
git-svn-id: https://develop.svn.wordpress.org/trunk@6711 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-02 18:42:09 +00:00 |
|
Ryan Boren
|
d2067ba297
|
New dashboard from mdawaffe. see #5750
git-svn-id: https://develop.svn.wordpress.org/trunk@6705 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-02 07:57:51 +00:00 |
|
Ryan Boren
|
53909dbb3b
|
is_front() from markjaquith and Nazgul. fixes #3682
git-svn-id: https://develop.svn.wordpress.org/trunk@6704 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-02 00:13:34 +00:00 |
|
Ryan Boren
|
69c070237c
|
Allow multiple db instances. Props Nazgul. fixes #2722
git-svn-id: https://develop.svn.wordpress.org/trunk@6701 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-31 22:09:17 +00:00 |
|
Ryan Boren
|
36dffb5d2d
|
Add unique 'for' attribute to labels for post password forms. Props Nazgul. fixes #4721
git-svn-id: https://develop.svn.wordpress.org/trunk@6698 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-31 21:47:35 +00:00 |
|
Ryan Boren
|
d8b614bfc7
|
Merge user-edit.php and profile.php. Props nbachiyski. fixes #5736
git-svn-id: https://develop.svn.wordpress.org/trunk@6697 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-31 21:44:17 +00:00 |
|
Ryan Boren
|
f430ceba92
|
Remove old tinymce files. see #5674
git-svn-id: https://develop.svn.wordpress.org/trunk@6696 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-31 20:48:33 +00:00 |
|
Ryan Boren
|
bdfcbd788c
|
Update edit link pages. Link categories need work.
git-svn-id: https://develop.svn.wordpress.org/trunk@6695 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-31 20:04:54 +00:00 |
|
Ryan Boren
|
4be56a17b1
|
TinyMCE 3.0 Final from azaozz. see #5674
git-svn-id: https://develop.svn.wordpress.org/trunk@6694 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-31 18:10:46 +00:00 |
|
Ryan Boren
|
975ca24e4f
|
Remove spurious dollar sign. fixes #6690
git-svn-id: https://develop.svn.wordpress.org/trunk@6693 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-31 00:58:54 +00:00 |
|
Ryan Boren
|
17cf0d92c7
|
Widget i18n from nbachiyski. see #5583
git-svn-id: https://develop.svn.wordpress.org/trunk@6692 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-30 21:49:56 +00:00 |
|
Ryan Boren
|
b7aaf1a3b4
|
Add depth arg to wp_dropdown_categories(). Props pishmishy. fixes #2461
git-svn-id: https://develop.svn.wordpress.org/trunk@6690 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-30 20:07:52 +00:00 |
|
Ryan Boren
|
c2cf577187
|
Add fullscreen plugin. Props andy. fixes #5735
git-svn-id: https://develop.svn.wordpress.org/trunk@6689 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-30 06:55:47 +00:00 |
|
Ryan Boren
|
e518fc833f
|
Don't advance post counter when resetting query. see #5439
git-svn-id: https://develop.svn.wordpress.org/trunk@6688 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-29 23:58:41 +00:00 |
|
Ryan Boren
|
8cc330126b
|
Recent entries widget caching fixes from mdawaffe.
git-svn-id: https://develop.svn.wordpress.org/trunk@6687 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-29 23:28:58 +00:00 |
|
Ryan Boren
|
70bd86e708
|
Add wp_authenticate_user filter
git-svn-id: https://develop.svn.wordpress.org/trunk@6685 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-29 20:17:11 +00:00 |
|
Ryan Boren
|
7195355b63
|
Make sure we have a post when doing post comment feed query. Props ruckus. see #5185
git-svn-id: https://develop.svn.wordpress.org/trunk@6683 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-29 19:01:39 +00:00 |
|
Peter Westwood
|
4f1971cfdb
|
Switch from abs(intval()) to absint(). See #4762.
git-svn-id: https://develop.svn.wordpress.org/trunk@6682 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-29 18:48:38 +00:00 |
|
Ryan Boren
|
222e9ca396
|
like_escape() from nbachiyski. see #5684
git-svn-id: https://develop.svn.wordpress.org/trunk@6680 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-29 17:20:27 +00:00 |
|
Ryan Boren
|
520265c87d
|
Add missing close brace.
git-svn-id: https://develop.svn.wordpress.org/trunk@6676 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-28 23:16:04 +00:00 |
|
Ryan Boren
|
8f407953f7
|
Move postbox to postbox.js. Don't load cat and tag js for pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@6675 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-28 21:34:42 +00:00 |
|
Ryan Boren
|
53ab4b8faa
|
Fill edit slug box with current slug. Props johnbillion and nbachiyski. fixes #5704
git-svn-id: https://develop.svn.wordpress.org/trunk@6674 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-28 20:25:39 +00:00 |
|
Ryan Boren
|
b42fec084c
|
Remove PHP 4.2 and 4.3 back compat functions. Props DD32. fixes #5415
git-svn-id: https://develop.svn.wordpress.org/trunk@6672 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-28 20:15:20 +00:00 |
|
Ryan Boren
|
a8eb580138
|
doubleval bytes. Props tellyworth. fixes #5246
git-svn-id: https://develop.svn.wordpress.org/trunk@6669 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-28 04:55:54 +00:00 |
|
Peter Westwood
|
14be0c9816
|
Remove the duplicate code for sanitising IP Addresses we only need to do it once. Fixes #4579.
git-svn-id: https://develop.svn.wordpress.org/trunk@6668 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-26 10:18:33 +00:00 |
|
Ryan Boren
|
da0a8ff45f
|
Fix autosave dependencies
git-svn-id: https://develop.svn.wordpress.org/trunk@6666 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-25 23:27:33 +00:00 |
|
Ryan Boren
|
e9de000f12
|
First cut at Manage->Tags. Props jhodgdon. see #5684
git-svn-id: https://develop.svn.wordpress.org/trunk@6660 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-25 19:29:01 +00:00 |
|
Matt Mullenweg
|
dd37de2de7
|
First pass at async upload, multi-upload, and gallery feature. Modified names from patch. Hat tip: tellyworth, skeltoac.
git-svn-id: https://develop.svn.wordpress.org/trunk@6659 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-25 19:21:11 +00:00 |
|
Peter Westwood
|
0db02d1e0d
|
Allow IPv6 addresses as well. Fixes #4579 props pishmishy.
git-svn-id: https://develop.svn.wordpress.org/trunk@6658 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-25 18:50:52 +00:00 |
|
Ryan Boren
|
9125d102d4
|
Typo fix
git-svn-id: https://develop.svn.wordpress.org/trunk@6657 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-25 03:19:34 +00:00 |
|
Ryan Boren
|
f1140ae187
|
Unescape user data before sending to wpdb::update() and wpdb::insert(), which expect unescaped data.
git-svn-id: https://develop.svn.wordpress.org/trunk@6656 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-25 02:21:59 +00:00 |
|
Ryan Boren
|
548903b49d
|
Remove lingering bit of get_tags cache
git-svn-id: https://develop.svn.wordpress.org/trunk@6655 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-25 01:59:06 +00:00 |
|
Ryan Boren
|
3b55c522d6
|
Clear post_meta cache upon change. Props nbachiyski. fixes #5718
git-svn-id: https://develop.svn.wordpress.org/trunk@6654 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-25 01:55:21 +00:00 |
|
Ryan Boren
|
4179e52a2b
|
Restore global post when resetting the query. Props ionfish. fixes #5439
git-svn-id: https://develop.svn.wordpress.org/trunk@6653 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-25 01:41:57 +00:00 |
|
Ryan Boren
|
9c01b969a2
|
Remove busted get_tags cache. get_terms does the caching for us. Props josephscott
git-svn-id: https://develop.svn.wordpress.org/trunk@6651 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-25 01:19:53 +00:00 |
|
Ryan Boren
|
c1b80c091e
|
check_ajax_referer() should look for *only* the auth_cookie, not others that look like they match. Autosave should know that an ajax response of -1 or 0 is a failure. Props mdawaffe
git-svn-id: https://develop.svn.wordpress.org/trunk@6649 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-24 21:19:42 +00:00 |
|
Ryan Boren
|
0883db3afb
|
Add check_password filter
git-svn-id: https://develop.svn.wordpress.org/trunk@6648 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-24 18:36:45 +00:00 |
|
Ryan Boren
|
b58ed9e123
|
Add wp_login_failed action
git-svn-id: https://develop.svn.wordpress.org/trunk@6647 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-24 18:32:21 +00:00 |
|
Ryan Boren
|
4aa89972c8
|
Don't forget to pass the category
git-svn-id: https://develop.svn.wordpress.org/trunk@6646 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-23 23:38:30 +00:00 |
|
Peter Westwood
|
5ddb77af06
|
Fix the updated times when publishing/editing with APP. See #5680 props rubys.
git-svn-id: https://develop.svn.wordpress.org/trunk@6645 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-23 20:25:08 +00:00 |
|
Ryan Boren
|
c929b2f5e5
|
Pass remember arg. see #5405
git-svn-id: https://develop.svn.wordpress.org/trunk@6644 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-23 18:20:59 +00:00 |
|
Ryan Boren
|
9ecb360c81
|
Refactor login. see #5405
git-svn-id: https://develop.svn.wordpress.org/trunk@6643 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-22 19:35:19 +00:00 |
|
Ryan Boren
|
7737d47a40
|
Port wphelp plugin to tinyMCE 3.0. Props azaozz. see #5703
git-svn-id: https://develop.svn.wordpress.org/trunk@6641 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-22 06:23:46 +00:00 |
|
Ryan Boren
|
86c6a5c1a2
|
get_col() instead of get_results(). Props fitzrev. fixes #5699
git-svn-id: https://develop.svn.wordpress.org/trunk@6640 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-22 05:50:22 +00:00 |
|
Ryan Boren
|
1bac3dd255
|
phpdoc for pluggable.php from darkdragon. fixes #5509
git-svn-id: https://develop.svn.wordpress.org/trunk@6637 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-20 06:53:42 +00:00 |
|
Ryan Boren
|
cc70e63a79
|
Remove old tinymce files. see #5674
git-svn-id: https://develop.svn.wordpress.org/trunk@6636 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-19 00:01:45 +00:00 |
|
Matt Mullenweg
|
098e6672e4
|
Edit permalink in place. Fixes #5679. Hat tip: nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@6633 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-17 16:51:32 +00:00 |
|
Ryan Boren
|
2b0713315f
|
TinyMCE 3.0 RC1. First cut, eexpect regressions. Props azaozz. see #5674
git-svn-id: https://develop.svn.wordpress.org/trunk@6632 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-17 15:44:05 +00:00 |
|
Ryan Boren
|
29ae6c24c8
|
phpdoc for kses from darkdragon. fixes #5641
git-svn-id: https://develop.svn.wordpress.org/trunk@6630 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-16 19:15:07 +00:00 |
|
Ryan Boren
|
d4c55e7b87
|
Use PLUGINDIR in plugin_basename(). Props hansengel. fixes #5665
git-svn-id: https://develop.svn.wordpress.org/trunk@6629 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-16 19:11:15 +00:00 |
|
Ryan Boren
|
9b39309811
|
jQuery 1.2.2 final. Props filosofo. fixes #5492
git-svn-id: https://develop.svn.wordpress.org/trunk@6618 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-15 17:05:07 +00:00 |
|
Ryan Boren
|
3864eec220
|
Allow more tags in kses. Props lloydbudd. fixes #5617
git-svn-id: https://develop.svn.wordpress.org/trunk@6617 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-14 23:56:53 +00:00 |
|
Ryan Boren
|
39da2f0eec
|
Return, don't echo, array. Props Otto42. fixes #5155
git-svn-id: https://develop.svn.wordpress.org/trunk@6616 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-14 22:35:43 +00:00 |
|
Ryan Boren
|
17bf7548d5
|
Don't double requested url in url_to_postid(). Props filosofo. fixes #5661
git-svn-id: https://develop.svn.wordpress.org/trunk@6614 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-14 21:44:08 +00:00 |
|
Ryan Boren
|
81eba533de
|
Allow parens in urls. Props nbachiyski. fixes #5668
git-svn-id: https://develop.svn.wordpress.org/trunk@6613 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-14 20:38:43 +00:00 |
|
Ryan Boren
|
830b718dcd
|
Eliminate comment_date_gmt <= now from get_lastcommentmodified() queries. fixes #5650
git-svn-id: https://develop.svn.wordpress.org/trunk@6610 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-14 05:59:39 +00:00 |
|
Ryan Boren
|
c606c5bc63
|
Get named sidebars. Props AaronCampbell. fixes #5615
git-svn-id: https://develop.svn.wordpress.org/trunk@6609 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-14 04:51:29 +00:00 |
|
Matt Mullenweg
|
e4b2fa59dc
|
Have the bottom boxes be closed by default. Remove the global padding kill from thickbox CSS.
git-svn-id: https://develop.svn.wordpress.org/trunk@6604 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-14 00:20:52 +00:00 |
|
Peter Westwood
|
8151a4a389
|
Simplify to_ping query. Fixes #5649 props misterbisson.
git-svn-id: https://develop.svn.wordpress.org/trunk@6603 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-12 17:31:17 +00:00 |
|
Matt Mullenweg
|
93f3010e7f
|
Don't try fancy tab focus if the WYSIWYG isn't active. Hat tip: skeltoac.
git-svn-id: https://develop.svn.wordpress.org/trunk@6601 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-12 01:55:51 +00:00 |
|
Ryan Boren
|
f9d48f276c
|
phpdoc for pluggable from darkdragon. fixes #5509
git-svn-id: https://develop.svn.wordpress.org/trunk@6600 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-11 20:51:39 +00:00 |
|
Peter Westwood
|
98055b2cc0
|
Revert #5007 as it causes more trouble than it solves. Fixes #5273 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@6599 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-11 18:44:44 +00:00 |
|
Peter Westwood
|
f1d41cb830
|
Add missing brace. Fixes #5643 props xknown.
git-svn-id: https://develop.svn.wordpress.org/trunk@6598 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-11 18:35:34 +00:00 |
|
Ryan Boren
|
08af1e5ef3
|
Add depth arg to wp_list_categories(). Props pishmishy. see #2461
git-svn-id: https://develop.svn.wordpress.org/trunk@6595 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-10 21:51:00 +00:00 |
|
Peter Westwood
|
af929c5525
|
Add xmlrpc methods to discover the valid post and page statuses. See #5569 props josephscott.
git-svn-id: https://develop.svn.wordpress.org/trunk@6594 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-10 21:46:25 +00:00 |
|
Peter Westwood
|
484a39a5b0
|
Ensure that we preserve GUIDs when importing from RSS. Fixes #5589 props peterjanes.
git-svn-id: https://develop.svn.wordpress.org/trunk@6593 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-10 21:27:08 +00:00 |
|