Ryan Boren
|
441bc35e80
|
jQuery UI core and tabs 1.5b4
git-svn-id: https://develop.svn.wordpress.org/trunk@7935 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-15 03:45:42 +00:00 |
|
Ryan Boren
|
b14c207c1d
|
Brand as Press This. see #6813
git-svn-id: https://develop.svn.wordpress.org/trunk@7931 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-14 16:59:07 +00:00 |
|
Ryan Boren
|
85ab1548dc
|
Word count detection fix from ramenboy. fixes #6967
git-svn-id: https://develop.svn.wordpress.org/trunk@7929 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-14 04:07:42 +00:00 |
|
Ryan Boren
|
e4bccb85d2
|
Don't pass image list via GET. Fetch images remotely. Load photo tab via AJAX. see #6813
git-svn-id: https://develop.svn.wordpress.org/trunk@7927 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-13 22:12:52 +00:00 |
|
Ryan Boren
|
ad0f22e9d4
|
default is a valid page template. see #6098
git-svn-id: https://develop.svn.wordpress.org/trunk@7925 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-13 21:03:10 +00:00 |
|
Ryan Boren
|
5b27fcb794
|
Quick post updates: More gettext, escaping, compress bookmarklet JS. see #6813
git-svn-id: https://develop.svn.wordpress.org/trunk@7924 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-13 16:02:12 +00:00 |
|
Ryan Boren
|
9faab00411
|
Add some page template validation
git-svn-id: https://develop.svn.wordpress.org/trunk@7921 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-12 23:51:54 +00:00 |
|
Ryan Boren
|
eb744058fb
|
Quick post bookmarklet. First cut. see #6813
git-svn-id: https://develop.svn.wordpress.org/trunk@7919 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-12 19:08:39 +00:00 |
|
Ryan Boren
|
bb09f56b88
|
Resurrect comment approval notification. Props chmac. fixes #6892 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7917 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-12 16:14:15 +00:00 |
|
Mark Jaquith
|
abbb8b8da3
|
Do not use the "home"-supplied host for canonical redirects if no host is there specified. props thenlich. fixes #6890
git-svn-id: https://develop.svn.wordpress.org/trunk@7916 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-09 18:23:05 +00:00 |
|
Ryan Boren
|
192442345d
|
strtolower widget id. Props filosofo. fixes #6949
git-svn-id: https://develop.svn.wordpress.org/trunk@7915 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-09 16:29:17 +00:00 |
|
Ryan Boren
|
1c4f5de9a1
|
Revisioning for pages from mdawaffe. see #6775
git-svn-id: https://develop.svn.wordpress.org/trunk@7913 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-09 15:59:17 +00:00 |
|
Mark Jaquith
|
9ae97a6602
|
Remove last remaining user level checks in favor of capabilities checks. props filosofo. fixes #6940
git-svn-id: https://develop.svn.wordpress.org/trunk@7912 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-09 00:45:17 +00:00 |
|
Ryan Boren
|
020a8cacad
|
Use array calling style. see #6647
git-svn-id: https://develop.svn.wordpress.org/trunk@7911 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-08 19:19:58 +00:00 |
|
Ryan Boren
|
3fa0a54c74
|
number_format_i18n() for comments_number()
git-svn-id: https://develop.svn.wordpress.org/trunk@7910 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-08 17:54:40 +00:00 |
|
Ryan Boren
|
a1be16cf86
|
Move autosave to post revisions. Props mdawaffe. see #6775
git-svn-id: https://develop.svn.wordpress.org/trunk@7907 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-08 17:25:07 +00:00 |
|
Ryan Boren
|
ae3e557def
|
Query cleanups. Use absint, concat where instead of overwrite, make post_parent independent, sanitize post__in and post__not_in. Props mdawaffe. see #6772
git-svn-id: https://develop.svn.wordpress.org/trunk@7906 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-08 05:17:27 +00:00 |
|
Ryan Boren
|
b288e5a8af
|
Fix page 404 when page_for_posts is empty. see #6539
git-svn-id: https://develop.svn.wordpress.org/trunk@7905 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-07 19:57:15 +00:00 |
|
Ryan Boren
|
007689ab77
|
[7064] introduces an extra query for each call to in_category(). Avoid the query if an int is passed.
git-svn-id: https://develop.svn.wordpress.org/trunk@7904 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-07 19:12:44 +00:00 |
|
Ryan Boren
|
a2e8b5bfd7
|
Add current_category option to wp_list_categories(). Props filosofo. fixes #6928
git-svn-id: https://develop.svn.wordpress.org/trunk@7903 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-07 19:10:36 +00:00 |
|
Ryan Boren
|
493329d0ac
|
Add arg as array. Props MtDewVirus. fixes #6924
git-svn-id: https://develop.svn.wordpress.org/trunk@7902 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-06 17:28:24 +00:00 |
|
Ryan Boren
|
2af2724cef
|
wp_insert_post() -- Validate page template, check return of insert and update queries, add option to return WP_Error. fixes #6227 see #6098
git-svn-id: https://develop.svn.wordpress.org/trunk@7900 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-05 23:19:27 +00:00 |
|
Ryan Boren
|
0a7374085b
|
Use array calling style. Props DD32. see #6647
git-svn-id: https://develop.svn.wordpress.org/trunk@7894 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-05 16:03:27 +00:00 |
|
Ryan Boren
|
468ac2a54e
|
get_posts fixes from DD32 and filosofo. see #6772
git-svn-id: https://develop.svn.wordpress.org/trunk@7892 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-05 15:46:32 +00:00 |
|
Ryan Boren
|
1288013605
|
Add blank to default avatars. Rename default to Mystery Man. see #6802
git-svn-id: https://develop.svn.wordpress.org/trunk@7886 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-04 18:05:20 +00:00 |
|
Peter Westwood
|
e668d3e404
|
Always set the locale to something. Fixes #6872 props MarcoZ.
git-svn-id: https://develop.svn.wordpress.org/trunk@7885 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-04 17:28:42 +00:00 |
|
Peter Westwood
|
232bc0c1e2
|
Fix _deprecated_function() and _deprecated_file() so that they work correctly. Props JonathanRogers and DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@7884 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-04 10:44:44 +00:00 |
|
Peter Westwood
|
f70f8d56cc
|
Associate lables with form fields. Fixes #6859 props MarcoZ.
git-svn-id: https://develop.svn.wordpress.org/trunk@7883 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-04 10:37:06 +00:00 |
|
Ryan Boren
|
38bcb99561
|
Widget arrangement fix from azaozz. fixes #6876 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7881 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-04 02:05:18 +00:00 |
|
Ryan Boren
|
2341bcc764
|
Use WP_query in get_posts(). Props filosofo. fixes #6772
git-svn-id: https://develop.svn.wordpress.org/trunk@7880 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-03 20:08:32 +00:00 |
|
Ryan Boren
|
9e1c1c303a
|
Default avatar selector. Props Viper007Bond. see #6802
git-svn-id: https://develop.svn.wordpress.org/trunk@7879 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-03 00:56:16 +00:00 |
|
Ryan Boren
|
d44e29da33
|
Use 'counts' cache group. see #6884
git-svn-id: https://develop.svn.wordpress.org/trunk@7878 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-02 19:42:44 +00:00 |
|
Ryan Boren
|
81c20ec884
|
Fix post name check prepare. Props westi. see #6894
git-svn-id: https://develop.svn.wordpress.org/trunk@7876 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-02 17:28:19 +00:00 |
|
Ryan Boren
|
ab3b479868
|
Use array calling style. Props guillep2k for the find. fixes #6637 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7872 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-02 16:59:49 +00:00 |
|
Ryan Boren
|
cc6a396a84
|
Don't redirect robots. Props thenlich and DD32. fixes #6891
git-svn-id: https://develop.svn.wordpress.org/trunk@7871 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-01 21:38:40 +00:00 |
|
Ryan Boren
|
920d0717dd
|
Add per post counting to wp_count_comments(). Props josephscott. fixes #6884
git-svn-id: https://develop.svn.wordpress.org/trunk@7868 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-01 16:52:48 +00:00 |
|
Ryan Boren
|
3cc58bc479
|
Bump script vers. see #6843
git-svn-id: https://develop.svn.wordpress.org/trunk@7864 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-30 23:33:57 +00:00 |
|
Ryan Boren
|
2335a57b06
|
thickbox and media upload fixes from azaozz. fixes #6843
git-svn-id: https://develop.svn.wordpress.org/trunk@7862 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-30 20:21:09 +00:00 |
|
Ryan Boren
|
67d3c5a09d
|
Word count from azaozz. see #4807
git-svn-id: https://develop.svn.wordpress.org/trunk@7854 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-29 19:17:23 +00:00 |
|
Ryan Boren
|
4b8125f180
|
widget_title filters from jhodgdon. fixes #6684
git-svn-id: https://develop.svn.wordpress.org/trunk@7850 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-29 16:08:19 +00:00 |
|
Ryan Boren
|
b2a796245a
|
Multi-widget pattern documentation typo fixes from Jaymin Patel. fixes #6866
git-svn-id: https://develop.svn.wordpress.org/trunk@7849 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-28 20:08:23 +00:00 |
|
Peter Westwood
|
ee56df7d83
|
Bump the db version so [7841] has an affect.
git-svn-id: https://develop.svn.wordpress.org/trunk@7842 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-28 06:19:33 +00:00 |
|
Peter Westwood
|
97df84ee03
|
Make sure the direct feed files work when siteurl == homeurl. Fixes #6460 for trunk props DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@7841 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-28 06:17:01 +00:00 |
|
Ryan Boren
|
a9086170fb
|
Don't reuse image_send_to_editor filter in get_image_tag(). Props AaronCampbell. fixes #6806 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7838 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-25 17:58:38 +00:00 |
|
Ryan Boren
|
dcfa61678b
|
Add arg to make special chars optional when generating passwords. fixes #6842 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7836 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-25 17:12:25 +00:00 |
|
Ryan Boren
|
0a9b5ade89
|
Add some sanity checks
git-svn-id: https://develop.svn.wordpress.org/trunk@7821 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-25 06:20:18 +00:00 |
|
Mark Jaquith
|
b7699db39e
|
Fix typo in wp_save_revision(). props Andy. see #6775
git-svn-id: https://develop.svn.wordpress.org/trunk@7817 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-25 04:41:41 +00:00 |
|
Mark Jaquith
|
1c68bb873d
|
Don't wpautop()-wrap shortcodes that stand alone. fixes #6444 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7815 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-25 00:45:31 +00:00 |
|
Mark Jaquith
|
24a68a43b4
|
Revert [7700] from trunk in preparation for a different #6444 solution
git-svn-id: https://develop.svn.wordpress.org/trunk@7814 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-25 00:43:44 +00:00 |
|
Ryan Boren
|
eae779df32
|
Bump the autosave re-enable delay to 5 seconds, makes sure we manually re-enable the buttons on ajax success, and visually dim the disabled buttons for some UI feedback. Props mdawaffe. fixes #6707 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7813 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-25 00:32:29 +00:00 |
|
Ryan Boren
|
5a70341e37
|
Discard buffers. Props azaozz. fixes #6794 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7804 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-24 01:25:33 +00:00 |
|
Ryan Boren
|
f6f110f7de
|
strlen - 1. Props mdawaffe. see #6146
git-svn-id: https://develop.svn.wordpress.org/trunk@7802 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-24 01:13:35 +00:00 |
|
Ryan Boren
|
8bc2920aae
|
hash_hmac is always available. Drop function_exists check
git-svn-id: https://develop.svn.wordpress.org/trunk@7797 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-24 00:30:49 +00:00 |
|
Ryan Boren
|
07b72e6dd9
|
Add length arg to wp_generate_password() and lengthen secret. Props tellyworth. fixes #6146 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7796 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-24 00:19:09 +00:00 |
|
Ryan Boren
|
f1d4f49057
|
Reverting [7729]. Breaks listing of categories with posts that have parents with no posts.
git-svn-id: https://develop.svn.wordpress.org/trunk@7792 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-23 22:00:31 +00:00 |
|
Ryan Boren
|
563f49278e
|
Disable buttons until autosave completes. Props mdawaffe. fixes #6707 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7790 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-23 02:22:55 +00:00 |
|
Ryan Boren
|
d1d6825fa2
|
Disable buttons until autosave completes. Props mdawaffe. fixes #6707 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7788 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-23 01:55:58 +00:00 |
|
Ryan Boren
|
8c81b54425
|
wp_category_checklist() fixes from mdawaffe. fixes #6810 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7777 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-22 22:45:53 +00:00 |
|
Ryan Boren
|
76db359fb2
|
Silence ini_get warnings. fixes #6787 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7774 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-22 21:24:34 +00:00 |
|
Ryan Boren
|
d9b6584881
|
Typo fix from peaceablewhale. fixes #6579 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7772 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-22 21:16:42 +00:00 |
|
Ryan Boren
|
5837ef3998
|
Normalize whitespace when parsing shortcodes. Props azaozz. fixes #6562 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7769 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-22 20:54:51 +00:00 |
|
Ryan Boren
|
9e8d5079c6
|
Convert Walker classes to pass as reference. Props mdawaffe. fixes #6796 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7761 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-21 19:30:54 +00:00 |
|
Matt Mullenweg
|
e0ebaaceed
|
For some reason taxonomy pages also return is_home, so we need to put this check first.
git-svn-id: https://develop.svn.wordpress.org/trunk@7754 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-21 06:28:50 +00:00 |
|
Ryan Boren
|
06200c33f4
|
Don't include perm as part of cache key if perm is not used in the query.
git-svn-id: https://develop.svn.wordpress.org/trunk@7752 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-20 21:26:10 +00:00 |
|
Ryan Boren
|
c54046696b
|
Fix pass by ref error. Props DD32. fixes #6776 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7749 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-20 06:45:13 +00:00 |
|
Ryan Boren
|
c72fd439c6
|
Post revisions from mdawaffe. see #6775
git-svn-id: https://develop.svn.wordpress.org/trunk@7747 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-18 23:38:21 +00:00 |
|
Ryan Boren
|
bfcd9e8fc4
|
Fix meta_key and meta_value queries in get_pages(). Props filosofo. fixes #6773 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7746 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-18 22:29:43 +00:00 |
|
Ryan Boren
|
f74903d3c2
|
Shift-click to select a range of checkboxes. Props mdawaffe. fixes #6541 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7745 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-18 22:23:02 +00:00 |
|
Ryan Boren
|
a40491ce38
|
Move cache cleaning of children to clean_post_cache(). see #6702
git-svn-id: https://develop.svn.wordpress.org/trunk@7743 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-18 20:23:50 +00:00 |
|
Ryan Boren
|
0ef4c243d9
|
Remove debug cruft
git-svn-id: https://develop.svn.wordpress.org/trunk@7742 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-18 20:06:46 +00:00 |
|
Ryan Boren
|
cc3f89ad7c
|
Consult the cached user object in get_usermeta to avoid queries.
git-svn-id: https://develop.svn.wordpress.org/trunk@7741 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-18 19:00:07 +00:00 |
|
Ryan Boren
|
84a2c7f980
|
Only use the args defined in defaults to compute the cache key in get_terms. Props mdawaffe.
git-svn-id: https://develop.svn.wordpress.org/trunk@7738 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-18 17:42:13 +00:00 |
|
Ryan Boren
|
844fb9d2a4
|
If widget ID not found, scan the entire registered widgets array looking for legacy IDs. Props Denis-de-Bernardy. fixes #6605 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7736 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-18 02:19:45 +00:00 |
|
Ryan Boren
|
1a62535f32
|
We don't need get_categories() to do a hierarchical sort anymore. The walker takes care of it.
git-svn-id: https://develop.svn.wordpress.org/trunk@7729 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-17 21:21:13 +00:00 |
|
Ryan Boren
|
f0c73873c4
|
don't cache during title extraction. Props mdawaffe. fixes #6694 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7728 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-17 20:42:47 +00:00 |
|
Ryan Boren
|
3199d65079
|
Make link widget IDs unique. Props docwhat. fixes #4287 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7724 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-17 20:32:13 +00:00 |
|
Ryan Boren
|
2d413e83cd
|
Revert [7689], gonna try another approach. see #6677
git-svn-id: https://develop.svn.wordpress.org/trunk@7720 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-17 19:32:38 +00:00 |
|
Ryan Boren
|
c3348047a8
|
Cache comment count and use count API in menu.php
git-svn-id: https://develop.svn.wordpress.org/trunk@7714 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-16 23:45:39 +00:00 |
|
Ryan Boren
|
b5a1a0e113
|
array_shift() error fixes from DD32. fixes #6499 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7713 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-16 23:09:51 +00:00 |
|
Ryan Boren
|
54c4cd2e76
|
Bump script loader ver. see #6753
git-svn-id: https://develop.svn.wordpress.org/trunk@7710 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-16 22:58:15 +00:00 |
|
Ryan Boren
|
4dce6df7a7
|
Preserve author during autosave. fixes #6753 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7708 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-16 22:56:37 +00:00 |
|
Ryan Boren
|
c3502e11bf
|
image_make_intermediate_size filter from tellyworth. fixes #6580 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7703 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-16 21:59:23 +00:00 |
|
Ryan Boren
|
357304b1ce
|
Default cap arg should be an empty array. Props tellyworth. fixes #5520
git-svn-id: https://develop.svn.wordpress.org/trunk@7701 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-16 21:56:03 +00:00 |
|
Mark Jaquith
|
d9efa4fa8f
|
Allow shortcodes to run before or after wpautop()/texturize() formatting. Default to before for WP 2.5 compat. Props AaronCampbell
git-svn-id: https://develop.svn.wordpress.org/trunk@7699 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-16 21:07:04 +00:00 |
|
Ryan Boren
|
1ed52ed5d7
|
Custom header and color picker fixes from mdawaffe. fixes #6577 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7698 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-16 20:58:03 +00:00 |
|
Ryan Boren
|
de590e4055
|
Fix usermeta escaping. fixes #6750
git-svn-id: https://develop.svn.wordpress.org/trunk@7696 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-16 18:23:48 +00:00 |
|
Ryan Boren
|
860c60d05b
|
Add post ancestors to the cache for the post object. see #6702 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7694 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-16 17:23:17 +00:00 |
|
Ryan Boren
|
73cdb808d1
|
Relocate wp_authenticate action to fix back compat and make it more useful. fixes #6675 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7692 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-16 04:49:19 +00:00 |
|
Ryan Boren
|
cd0641c856
|
Strip slashes before preparing comment insert to avoid double-slashing. Props filosofo. fixes #6738
git-svn-id: https://develop.svn.wordpress.org/trunk@7690 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-15 18:05:08 +00:00 |
|
Ryan Boren
|
97cfa272b0
|
Demand load the category list. Props mdawaffe. see #6677
git-svn-id: https://develop.svn.wordpress.org/trunk@7689 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-15 18:00:52 +00:00 |
|
Ryan Boren
|
c3dda2241e
|
Add or remove class=aligncenter when aligning images in TinyMCE. Props azaozz. fixes #6645 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7687 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-15 16:03:24 +00:00 |
|
Ryan Boren
|
b3dbfd3b48
|
Fix menu_order ordering. Props torfason. fixes #6731 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7685 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-15 01:39:33 +00:00 |
|
Ryan Boren
|
a58816e2ab
|
Workaround response truncation by reducing size of response after uploading with flash uploader. Props tellyworth. fixes #6713
git-svn-id: https://develop.svn.wordpress.org/trunk@7682 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 23:09:14 +00:00 |
|
Ryan Boren
|
307c2ac093
|
tiny_mce_gzip.php no longer needed
git-svn-id: https://develop.svn.wordpress.org/trunk@7681 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 22:30:16 +00:00 |
|
Ryan Boren
|
98b3f7d11f
|
TinyMCE 3.0.7 from azaozz. fixes #6726 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7679 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 22:19:04 +00:00 |
|
Ryan Boren
|
2dc11fe349
|
Fix IE6 overlap and remove unnecessary markup. Props tellyworth. fixes #6661 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7677 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 20:48:11 +00:00 |
|
Ryan Boren
|
55a14f52a9
|
Pass size to image_send_to_editor filter. fies #6691 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7671 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 19:47:07 +00:00 |
|
Ryan Boren
|
14b93694f0
|
More efficient category and list JS from mdawaffe. fixes #6677 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7669 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 19:31:20 +00:00 |
|
Ryan Boren
|
06fc36b142
|
Fix category exclusion when getting adjacent posts. Props filosofo. fixes #6551 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7667 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 17:56:58 +00:00 |
|
Ryan Boren
|
1795ef877c
|
Handle pathinfo structures when determining if verbose page rules should be used. Props dlo. fixes #6650 #6570 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7665 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 17:18:53 +00:00 |
|
Ryan Boren
|
91aa0954a4
|
Add missing comma. see #6644
git-svn-id: https://develop.svn.wordpress.org/trunk@7657 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 16:45:12 +00:00 |
|
Ryan Boren
|
7e5969a1f9
|
Make get_posts args optional. Props karlkatzke and Otto42. fixes #6608 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7647 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 16:23:29 +00:00 |
|
Ryan Boren
|
fdc05b24f6
|
Prepare DB queries in more places. Props filosofo. see #6644
git-svn-id: https://develop.svn.wordpress.org/trunk@7645 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 16:13:25 +00:00 |
|
Ryan Boren
|
763a6d5537
|
phpdoc typo fix from filosofo. fixes #6712 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7642 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 15:53:09 +00:00 |
|
Ryan Boren
|
a9d89696f3
|
Use wp_count_posts() to determine availabel statuses for get_available_post_statuses(). fixes #6654 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7638 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-09 20:09:45 +00:00 |
|
Ryan Boren
|
357e5567c7
|
Don't send content length for tinymce config. Props azaozz. fixes #6524 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7635 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-09 19:02:13 +00:00 |
|
Ryan Boren
|
5b1eff3aaf
|
Change get_the_time filter to get_post_time for the get_post_time() function. Props filosofo. fixes #6641 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7634 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-08 17:33:42 +00:00 |
|
Ryan Boren
|
f9290af15d
|
Strip percent signs when sanitizing filenames so the server doesn't try to decode entities. Props filosofo. fixes #5587 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7631 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-08 17:22:20 +00:00 |
|
Ryan Boren
|
2bb5262cdd
|
Move category query to get category case of get_permalink to avoid unnecessary queries. Props mdawaffe. fixes #6638 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7626 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-08 01:55:04 +00:00 |
|
Ryan Boren
|
11f65056f9
|
Revert [7605]. It breaks setting posts page. see #6539
git-svn-id: https://develop.svn.wordpress.org/trunk@7622 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-08 01:05:45 +00:00 |
|
Ryan Boren
|
a36e390a73
|
Avoid data-loss when editing multi-widgets. Props mdawaffe. fixes #6636 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7620 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-07 21:40:32 +00:00 |
|
Ryan Boren
|
33520df2b6
|
Escape faultString in IXR. Props josephscott. fixes #5666 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7615 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-07 18:30:51 +00:00 |
|
Ryan Boren
|
9b41523d8f
|
Explicit ID check so we don't fall through for empties. Props natecook. fixes #6539 for 2.6
git-svn-id: https://develop.svn.wordpress.org/trunk@7605 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-06 23:23:05 +00:00 |
|
Matt Mullenweg
|
e43a4674a6
|
Allow TinyMCE to work under SSL. Fixes #6544. Hat tip: blenjee, azaozz.
git-svn-id: https://develop.svn.wordpress.org/trunk@7602 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-06 21:29:36 +00:00 |
|
Matt Mullenweg
|
e1ae860b7d
|
The child should not have to pay for the sins of his father. Caching for children needs to be cleared when parent is edited; if we check for empty and not isset, it never gets better for empty results.
git-svn-id: https://develop.svn.wordpress.org/trunk@7601 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-05 05:54:08 +00:00 |
|
Peter Westwood
|
ae0f2b688f
|
Select the link in the link popup again. Fixes #6521 for trunk props azaozz.
git-svn-id: https://develop.svn.wordpress.org/trunk@7597 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-03 20:14:37 +00:00 |
|
Mark Jaquith
|
ba4dab3cd6
|
Fix gallery shortcode orderby param for all SQL setups. Sanitize orderby. fixes #6476 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7592 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-03 03:05:49 +00:00 |
|
Peter Westwood
|
414be415cd
|
Replace the last usage of ctype_digit with is_numeric. Fixes #6534 for trunk props mtekk.
git-svn-id: https://develop.svn.wordpress.org/trunk@7588 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-02 16:18:11 +00:00 |
|
Mark Jaquith
|
15490b8df5
|
Sanitize "cat" query var and cast to int before looking for a category template
git-svn-id: https://develop.svn.wordpress.org/trunk@7586 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-02 13:15:21 +00:00 |
|
Peter Westwood
|
4196a8a505
|
Rearrange the media uploader view so the filename is visible. Fixes #6517 for trunk props andy.
git-svn-id: https://develop.svn.wordpress.org/trunk@7584 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-01 21:12:35 +00:00 |
|
Mark Jaquith
|
1f101350ba
|
Parse shortcodes AFTER wpautop() to avoid mangling. Have wptexturize() ignore shortcodes so quotes stay straight. fixes #6444 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7581 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-31 07:56:58 +00:00 |
|
Peter Westwood
|
4589dad387
|
Specify collation as well when connecting to the database if it is provided. See #6410 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@7579 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-30 17:56:27 +00:00 |
|
Mark Jaquith
|
288211a88b
|
Gallery XHTML validation fixes. props shelleyp. fixes #6461 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7575 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-30 16:41:43 +00:00 |
|
Peter Westwood
|
f12bcad806
|
Make sure the rewrite rules for the feed files match when WordPress is installed in a subdirectory. See #6460 this is for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@7574 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-30 13:42:03 +00:00 |
|
Mark Jaquith
|
dcc47cfaaa
|
Remove errant commas to prevent file uploader script errors in IE7. props tsimmons. fixes #6443 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7572 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-30 06:11:30 +00:00 |
|
Peter Westwood
|
eca11d871d
|
Trunk is for 2.6 development now.
git-svn-id: https://develop.svn.wordpress.org/trunk@7569 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-29 16:47:16 +00:00 |
|
Matt Mullenweg
|
f7e67d31f8
|
Live from WordCamp Dallas. :)
git-svn-id: https://develop.svn.wordpress.org/trunk@7566 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-29 14:39:28 +00:00 |
|
Matt Mullenweg
|
e0c55d6d00
|
In some environments people can override most things but not mod_sec rules, so this breaks their blog and they can't recover unless they manually edit the file. There is no way to detect whether you can overwrite the rules or not.
git-svn-id: https://develop.svn.wordpress.org/trunk@7563 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-29 04:03:09 +00:00 |
|
Peter Westwood
|
cc2dd59c98
|
Remove the slash from html generators and camelcase WP. Fixes #6440 props lloydbudd.
git-svn-id: https://develop.svn.wordpress.org/trunk@7562 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-28 19:05:22 +00:00 |
|
Matt Mullenweg
|
c85f10781c
|
Shortcode quotes were getting texturized, which can cause a bit of chaos. Fixes #6436.
git-svn-id: https://develop.svn.wordpress.org/trunk@7561 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-28 15:23:09 +00:00 |
|
Ryan Boren
|
cbeae2c1f4
|
RC3
git-svn-id: https://develop.svn.wordpress.org/trunk@7560 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-28 07:02:55 +00:00 |
|
Ryan Boren
|
36b19bb6ad
|
Disable mod_security for uploader. Props andy. see #6406
git-svn-id: https://develop.svn.wordpress.org/trunk@7558 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-28 06:08:20 +00:00 |
|
Ryan Boren
|
657b4a3725
|
TinyMCE RTL and paste as plain text fixes from azaozz. fixes #6429
git-svn-id: https://develop.svn.wordpress.org/trunk@7556 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-28 03:49:35 +00:00 |
|
Ryan Boren
|
243ff8e889
|
Rehash old md5 hashes inside of wp_check_password() to make hashing more pluggable.
git-svn-id: https://develop.svn.wordpress.org/trunk@7555 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-27 22:44:47 +00:00 |
|
Ryan Boren
|
6bda12dfad
|
Redirect back to attachment permalink page after editing attachment via 'Edit This' link.
git-svn-id: https://develop.svn.wordpress.org/trunk@7554 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-27 22:05:51 +00:00 |
|
Ryan Boren
|
39ee18d8f3
|
Remove unanchored string replacement. Props nh7a. fixes #6423
git-svn-id: https://develop.svn.wordpress.org/trunk@7551 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-27 20:10:29 +00:00 |
|
Ryan Boren
|
93e1a716a6
|
Localize date in dashboard. Props hervada and nbachiyski. fixes #6397
git-svn-id: https://develop.svn.wordpress.org/trunk@7548 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-27 08:09:06 +00:00 |
|
Ryan Boren
|
8bb8033d6c
|
Allow register_taxonomy() to be called before init for back compat with impatient plugins.
git-svn-id: https://develop.svn.wordpress.org/trunk@7545 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-27 06:30:20 +00:00 |
|
Mark Jaquith
|
f7c21d131d
|
Use attachment title instead of filename, unless it is empty
git-svn-id: https://develop.svn.wordpress.org/trunk@7533 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-26 21:00:21 +00:00 |
|
Mark Jaquith
|
bfc779927b
|
Autosave fixes for attachments from andy. fixes #6389
git-svn-id: https://develop.svn.wordpress.org/trunk@7532 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-26 20:28:40 +00:00 |
|
Ryan Boren
|
9ce77cf8d8
|
Fix attachment links for permalink structures containing category tag. Props andy. fixes #4699
git-svn-id: https://develop.svn.wordpress.org/trunk@7531 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-26 20:17:31 +00:00 |
|
Mark Jaquith
|
5e779414fd
|
Clean up the Write Post/Write Page/Edit Comment screens for people without JS. Introduce the hide-if-no-js and hide-if-js automagical classes. fixes #6395
git-svn-id: https://develop.svn.wordpress.org/trunk@7529 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-26 20:06:18 +00:00 |
|
Ryan Boren
|
da531d6aa9
|
get_term_link() fixes for core taxonomies. Props andy. see #6357
git-svn-id: https://develop.svn.wordpress.org/trunk@7526 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-26 18:26:22 +00:00 |
|
Ryan Boren
|
12a0a8fbbf
|
RC2
git-svn-id: https://develop.svn.wordpress.org/trunk@7521 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-26 06:50:42 +00:00 |
|
Ryan Boren
|
ec33c42302
|
Taxonomy links and template tags from andy. see #6357
git-svn-id: https://develop.svn.wordpress.org/trunk@7520 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-26 06:37:19 +00:00 |
|
Ryan Boren
|
78c85d5222
|
Handle more than 3 columns in gallery. Props Dickie. fixes #6382
git-svn-id: https://develop.svn.wordpress.org/trunk@7516 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-26 03:34:55 +00:00 |
|
Ryan Boren
|
35c126a10a
|
Fixing several problems with TiynMCE, triggering of autosave() on an empty post in Safari 3.1, <br> tags in FF, <object> tag may break if switching from Visual to HTML mode and back several times, little cleanup of the compressor and others. Props azaozz. fixes #6384
git-svn-id: https://develop.svn.wordpress.org/trunk@7513 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-26 03:22:53 +00:00 |
|
Ryan Boren
|
0daeb9bf4e
|
Cleanup cat query var
git-svn-id: https://develop.svn.wordpress.org/trunk@7511 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-25 17:47:02 +00:00 |
|
Ryan Boren
|
500e630afc
|
Reture true from got_mod_rewrite if we can't determine if the module is loaded. Add got_rewrite filter. Props andy. fixes #6278
git-svn-id: https://develop.svn.wordpress.org/trunk@7508 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-25 00:22:37 +00:00 |
|
Ryan Boren
|
98b27528d7
|
Accept array of object types when registering a taxonomy. Props andy. see #6357
git-svn-id: https://develop.svn.wordpress.org/trunk@7507 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-24 22:43:20 +00:00 |
|
Ryan Boren
|
d32e5b2e7c
|
in_category(): Return immediately if category is empty.
git-svn-id: https://develop.svn.wordpress.org/trunk@7505 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-24 20:39:05 +00:00 |
|
Ryan Boren
|
6ab2307892
|
Fix some notices
git-svn-id: https://develop.svn.wordpress.org/trunk@7503 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-24 20:30:33 +00:00 |
|
Ryan Boren
|
a2920b21b6
|
FF3_b4 horizontal selects fix, widgets css fixes for IE6 and other small fixes and improvements from mt. fixes #6370
git-svn-id: https://develop.svn.wordpress.org/trunk@7502 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-24 16:18:30 +00:00 |
|
Peter Westwood
|
deee165c74
|
Upgrade the database so we get all the new options for thumbnail size etc in all blogs.
git-svn-id: https://develop.svn.wordpress.org/trunk@7499 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-24 12:15:55 +00:00 |
|
Matt Mullenweg
|
440a4d8076
|
Bring in forgotton tag_escape. Fixes #6368.
git-svn-id: https://develop.svn.wordpress.org/trunk@7497 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-24 05:15:28 +00:00 |
|
Ryan Boren
|
cf9618758d
|
Gallery display enhancements from tellyworth. fixes #6368
git-svn-id: https://develop.svn.wordpress.org/trunk@7496 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-24 02:57:19 +00:00 |
|
Peter Westwood
|
63bff04221
|
Setup the class variable for when it's not used. Props dickie.
git-svn-id: https://develop.svn.wordpress.org/trunk@7493 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-23 22:10:00 +00:00 |
|
Matt Mullenweg
|
58714b0c30
|
Return the content so everything doesn't go blank from [7491]. See #6537. Hat tip: robmil.
git-svn-id: https://develop.svn.wordpress.org/trunk@7492 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-23 18:19:03 +00:00 |
|
Ryan Boren
|
cbfb5d78b5
|
Taxonomy queries and urls. Props andy. see #6357
git-svn-id: https://develop.svn.wordpress.org/trunk@7491 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-23 17:02:11 +00:00 |
|
Ryan Boren
|
b675793f6d
|
Maintain toolbar state. Props azaozz. fixes #6360
git-svn-id: https://develop.svn.wordpress.org/trunk@7489 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-23 16:37:06 +00:00 |
|
Ryan Boren
|
f6716ad1e3
|
Add default for post_excerpt. see #6355
git-svn-id: https://develop.svn.wordpress.org/trunk@7482 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-23 00:58:47 +00:00 |
|
Ryan Boren
|
24a6304824
|
Make sure IDs are >= 0. see #6305
git-svn-id: https://develop.svn.wordpress.org/trunk@7481 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-23 00:55:11 +00:00 |
|
Peter Westwood
|
e8088c9af3
|
Tabindex for the Preview/View links. See #6352.
git-svn-id: https://develop.svn.wordpress.org/trunk@7480 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-22 22:19:25 +00:00 |
|
Matt Mullenweg
|
64760ccecf
|
Helper comment and lowercase filenames before playing around with them, to avoid extension duplication.
git-svn-id: https://develop.svn.wordpress.org/trunk@7478 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-22 19:34:21 +00:00 |
|
Ryan Boren
|
215d0c769c
|
Fix loading of colors RTL css. Props mani_monaj. see #6296
git-svn-id: https://develop.svn.wordpress.org/trunk@7477 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-22 18:33:31 +00:00 |
|
Matt Mullenweg
|
22ef105581
|
Better default quality.
git-svn-id: https://develop.svn.wordpress.org/trunk@7474 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-22 17:14:53 +00:00 |
|
Peter Westwood
|
2494516420
|
Improve the tabindex's on the Write>Post page. Need to do the others too.
git-svn-id: https://develop.svn.wordpress.org/trunk@7472 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-22 09:14:49 +00:00 |
|
Ryan Boren
|
c0dcddf631
|
Update background color of insert link dialog. Props azaozz. fixes #6304
git-svn-id: https://develop.svn.wordpress.org/trunk@7471 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-22 08:23:18 +00:00 |
|
Ryan Boren
|
e31076e464
|
Fix custom field add/update/delete. Props mdawaffe. fixes #6343
git-svn-id: https://develop.svn.wordpress.org/trunk@7468 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-22 08:15:48 +00:00 |
|
Ryan Boren
|
e2145503bf
|
pretty delete animation, fix squashed icons and use 80x60 thumbs, add rel attrs to attachment links inserted from uploader. Props andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@7466 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 23:21:27 +00:00 |
|
Ryan Boren
|
8c0ae81b06
|
TinyMCE updates from azaozz. fixes #6340
git-svn-id: https://develop.svn.wordpress.org/trunk@7464 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 22:13:03 +00:00 |
|
Mark Jaquith
|
104069af9a
|
increment comment moderation counter when unapproving comment from approved comments screen. props mdawaffe. fixes #6338
git-svn-id: https://develop.svn.wordpress.org/trunk@7462 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 21:57:25 +00:00 |
|
Ryan Boren
|
a991442f83
|
Close img tag. Props Otto42. fixes #6339
git-svn-id: https://develop.svn.wordpress.org/trunk@7461 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 21:39:28 +00:00 |
|
Ryan Boren
|
6fa4ffe6f1
|
Cleanup slashing in wp_mkdir_p
git-svn-id: https://develop.svn.wordpress.org/trunk@7455 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 18:27:56 +00:00 |
|
Ryan Boren
|
004b469e34
|
Fix parens in walker. Props hailin.
git-svn-id: https://develop.svn.wordpress.org/trunk@7454 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 18:11:47 +00:00 |
|
Mark Jaquith
|
cbf4aa7f8c
|
make_clickable() trailing punctuation fixes from neodude. fixes #5081
git-svn-id: https://develop.svn.wordpress.org/trunk@7452 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 16:29:59 +00:00 |
|
Ryan Boren
|
36eb7abc19
|
Change default phpmailer address
git-svn-id: https://develop.svn.wordpress.org/trunk@7451 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 16:11:47 +00:00 |
|
Ryan Boren
|
dd8f3a2b25
|
W-P! rocks the CamelCase. Props lloydbudd. fixes #6335
git-svn-id: https://develop.svn.wordpress.org/trunk@7450 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 16:10:33 +00:00 |
|
Peter Westwood
|
dc097aca57
|
We use "do not" not "don't". Fixes #6328 props rnt.
git-svn-id: https://develop.svn.wordpress.org/trunk@7447 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 09:25:03 +00:00 |
|
Peter Westwood
|
9954e0e3c2
|
Add sanitization of option values to add_option. Fixes #5209 props johnbillion.
git-svn-id: https://develop.svn.wordpress.org/trunk@7445 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 08:56:29 +00:00 |
|
Peter Westwood
|
0c47f0d9d9
|
Add a filter to the jpeg_quality to allow for it to be modified. Fixes #6289.
git-svn-id: https://develop.svn.wordpress.org/trunk@7444 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 08:31:50 +00:00 |
|
Mark Jaquith
|
6046048fc3
|
better Apache mod detection from andy. fixes #6278
git-svn-id: https://develop.svn.wordpress.org/trunk@7441 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 04:10:01 +00:00 |
|
Mark Jaquith
|
2144eb11d6
|
Prevent uploads from overwriting each other. props neodude. fixes #6294
git-svn-id: https://develop.svn.wordpress.org/trunk@7440 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 04:03:33 +00:00 |
|
Mark Jaquith
|
29475bd4be
|
"Go back" link for admin-initiated post/page edits. e.g. do a search, edit a post, click the link to go back to the search.
git-svn-id: https://develop.svn.wordpress.org/trunk@7438 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 03:31:12 +00:00 |
|
Ryan Boren
|
f99aa53f68
|
use explicit attachment permalink marker for int names. Props andy. fixes #6280
git-svn-id: https://develop.svn.wordpress.org/trunk@7437 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 03:08:22 +00:00 |
|
Ryan Boren
|
4ad615a813
|
parseAjaxResponse fix from mdawaffe. fixes #6326
git-svn-id: https://develop.svn.wordpress.org/trunk@7436 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-21 03:03:38 +00:00 |
|
Ryan Boren
|
385b02675c
|
Make b0rked message slightly more informative.
git-svn-id: https://develop.svn.wordpress.org/trunk@7432 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-20 23:39:39 +00:00 |
|
Ryan Boren
|
39a2681bc7
|
Capture last db error. Pass it in WP_Error data when term inserts fail. Fix typo in WP_Ajax_Response
git-svn-id: https://develop.svn.wordpress.org/trunk@7431 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-20 23:34:32 +00:00 |
|
Ryan Boren
|
2553a64d19
|
Return error if term DB insert fails
git-svn-id: https://develop.svn.wordpress.org/trunk@7430 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-20 22:33:34 +00:00 |
|
Mark Jaquith
|
2a0b33bae4
|
don't time-throttle comments from Administrators
git-svn-id: https://develop.svn.wordpress.org/trunk@7425 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-20 20:32:18 +00:00 |
|
Ryan Boren
|
bb13754ad2
|
Use uniqid if getmypid is disabled. Props Solar Designer. fixes #6293
git-svn-id: https://develop.svn.wordpress.org/trunk@7421 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-20 19:56:37 +00:00 |
|
Ryan Boren
|
6a0fae69b5
|
Don't error_log() if error_log file is not writable. see #5771
git-svn-id: https://develop.svn.wordpress.org/trunk@7419 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-20 19:16:38 +00:00 |
|
Ryan Boren
|
561b190a79
|
Don't error_log() if error_log file is not writable. see #5771
git-svn-id: https://develop.svn.wordpress.org/trunk@7418 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-20 19:08:40 +00:00 |
|
Mark Jaquith
|
b6b80aea33
|
Multi-widgets should never be removed if you click cancel. props mdawaffe. fixes #6291
git-svn-id: https://develop.svn.wordpress.org/trunk@7411 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-20 04:39:23 +00:00 |
|
Ryan Boren
|
1203879fa7
|
Bump ver to distinguish ongoing trunk from the RC1 package.
git-svn-id: https://develop.svn.wordpress.org/trunk@7408 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-20 00:40:07 +00:00 |
|
Ryan Boren
|
3e4d1197d5
|
Degrade flash upload if the server is lightttpd < 1.5. Props nbachyski. fixes #6243
git-svn-id: https://develop.svn.wordpress.org/trunk@7406 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-20 00:33:59 +00:00 |
|
Ryan Boren
|
a18dc5cb4d
|
Suppress errors during option retrieval while installing. see #5771
git-svn-id: https://develop.svn.wordpress.org/trunk@7405 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-19 23:17:23 +00:00 |
|
Mark Jaquith
|
df6429885e
|
Do not double-mark posts as "Private" in the admin. fixes #3146
git-svn-id: https://develop.svn.wordpress.org/trunk@7404 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-19 21:33:47 +00:00 |
|
Ryan Boren
|
f0c41949bb
|
TinyMCE cache fixes from markjaquith and azaozz. fixes #6295
git-svn-id: https://develop.svn.wordpress.org/trunk@7402 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-19 18:53:01 +00:00 |
|
Ryan Boren
|
4dcc023818
|
ngettext fixes from nbachiyski. fixes #6261
git-svn-id: https://develop.svn.wordpress.org/trunk@7397 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-19 16:00:09 +00:00 |
|
Mark Jaquith
|
1b27039e81
|
wp_nonce_ays() HTML fixes from DD32. fixes #6270
git-svn-id: https://develop.svn.wordpress.org/trunk@7395 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-19 06:04:45 +00:00 |
|
Mark Jaquith
|
9de58b184a
|
Autosave when title has content and loses focus. props ryan. see #5749
git-svn-id: https://develop.svn.wordpress.org/trunk@7394 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-19 05:38:58 +00:00 |
|
Mark Jaquith
|
8b6ba65861
|
moderation.php is no more. All hail edit-comments.php?comment_status=moderated
git-svn-id: https://develop.svn.wordpress.org/trunk@7391 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-18 23:24:04 +00:00 |
|
Ryan Boren
|
000eee5dab
|
Fix over-aggressive form validation. Props mdawaffe. fixes #6209
git-svn-id: https://develop.svn.wordpress.org/trunk@7384 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-18 19:20:18 +00:00 |
|
Ryan Boren
|
5390765e9d
|
Typo fix. fixes #6230
git-svn-id: https://develop.svn.wordpress.org/trunk@7383 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-18 17:29:30 +00:00 |
|
Ryan Boren
|
2919e0f385
|
Restore wp-langs changes. Props azaozz. fixes #6273
git-svn-id: https://develop.svn.wordpress.org/trunk@7380 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-18 16:32:05 +00:00 |
|
Ryan Boren
|
a901e1a4c9
|
Buhbump
git-svn-id: https://develop.svn.wordpress.org/trunk@7379 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-18 07:01:01 +00:00 |
|
Ryan Boren
|
271613bd3e
|
TinyMCE fixes from azaozz. fixes #6272
git-svn-id: https://develop.svn.wordpress.org/trunk@7378 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-18 06:59:53 +00:00 |
|
Ryan Boren
|
88d5595024
|
Add explanatory text for upgrade plugin nonce. Props DD32. see #5586
git-svn-id: https://develop.svn.wordpress.org/trunk@7377 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-18 05:04:18 +00:00 |
|
Ryan Boren
|
33d0588565
|
More nonce renewals from andy. fixes #6266
git-svn-id: https://develop.svn.wordpress.org/trunk@7376 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-18 04:59:54 +00:00 |
|
Ryan Boren
|
29cc2b5b9c
|
Renew autosave nonce. Props andy. fixes #6266
git-svn-id: https://develop.svn.wordpress.org/trunk@7375 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-18 02:43:20 +00:00 |
|
Ryan Boren
|
0d55e6a0cd
|
Fix check all for IE. Props mdawaffe. fixes #6268
git-svn-id: https://develop.svn.wordpress.org/trunk@7371 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-18 02:04:54 +00:00 |
|
Ryan Boren
|
e3bb240c81
|
Better protocol check from Łukasz Pilorz.
git-svn-id: https://develop.svn.wordpress.org/trunk@7370 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-18 01:53:36 +00:00 |
|
Ryan Boren
|
21539c80a4
|
Fix multi-widget addition with JS disabled. Props mdawaffe. see #6239
git-svn-id: https://develop.svn.wordpress.org/trunk@7362 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-17 23:25:05 +00:00 |
|
Mark Jaquith
|
ecbc4d48f1
|
Bring Edit Page screen up to parity with Edit Post screen WRT timestamps. see #6250
git-svn-id: https://develop.svn.wordpress.org/trunk@7341 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-17 03:26:53 +00:00 |
|
Ryan Boren
|
56a7acdf15
|
Better date editing from MarkJaquith. see #6250
git-svn-id: https://develop.svn.wordpress.org/trunk@7338 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-16 23:05:16 +00:00 |
|
Peter Westwood
|
fff82c1684
|
Update the allowed attributes for html list elements. Fixes #6253 props andy and lloydbudd.
git-svn-id: https://develop.svn.wordpress.org/trunk@7337 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-16 22:16:27 +00:00 |
|
Ryan Boren
|
11620cd3b4
|
Don't allow duplicate category creation. Props westi and mdawaffe. fixes #3799
git-svn-id: https://develop.svn.wordpress.org/trunk@7336 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-16 20:37:02 +00:00 |
|
Peter Westwood
|
3b749d6178
|
Give the default avatar some class.
git-svn-id: https://develop.svn.wordpress.org/trunk@7333 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-16 16:55:31 +00:00 |
|
Peter Westwood
|
2d7ba950bc
|
Switch from addLoadEvent to jQuery(document).ready. Fixes #6241 props azaozz.
git-svn-id: https://develop.svn.wordpress.org/trunk@7325 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-15 22:57:47 +00:00 |
|
Matt Mullenweg
|
5a72522fb2
|
Don't let the auto-suggest overwrite the form field after the page has redrawn a bit. Fixes #6240. Hat tip: azaozz.
git-svn-id: https://develop.svn.wordpress.org/trunk@7324 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-15 22:48:12 +00:00 |
|
Peter Westwood
|
68097610a2
|
Allow for wp_nonce_field, wp_referrer_field and wp_original_referer_field be able to return output. Fixes #3628 props robmil.
git-svn-id: https://develop.svn.wordpress.org/trunk@7323 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-15 22:44:34 +00:00 |
|
Peter Westwood
|
ea02c0e417
|
Allow plugins to filter the redirect status as well as the location. See #4790.
git-svn-id: https://develop.svn.wordpress.org/trunk@7319 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-15 20:50:49 +00:00 |
|
Peter Westwood
|
b960c085bb
|
Make the preview message consistent. Fixes #6238 props mdawaffe.
git-svn-id: https://develop.svn.wordpress.org/trunk@7316 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-15 19:26:17 +00:00 |
|
Matt Mullenweg
|
0d07e27f8e
|
So fresh and so clean, clean.
git-svn-id: https://develop.svn.wordpress.org/trunk@7313 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-15 17:02:16 +00:00 |
|
Matt Mullenweg
|
388c8fa9db
|
Tooltips for media buttons. Hat tip: azaozz.
git-svn-id: https://develop.svn.wordpress.org/trunk@7311 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-15 16:53:36 +00:00 |
|
Peter Westwood
|
3c2a1a4923
|
Typo fix from johnbillion.
git-svn-id: https://develop.svn.wordpress.org/trunk@7309 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-15 08:29:10 +00:00 |
|
Peter Westwood
|
c3f4c6a97b
|
Change the default size avatar back to 96 now we are using the new gravatar.com api which supports bigger sizes.
git-svn-id: https://develop.svn.wordpress.org/trunk@7308 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-15 08:27:28 +00:00 |
|
Mark Jaquith
|
8316b8535a
|
Use newer Gravatar URL style. props link2caro. fixes #6229
git-svn-id: https://develop.svn.wordpress.org/trunk@7306 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-15 02:23:27 +00:00 |
|
Ryan Boren
|
bef6abf768
|
i18n fixes from nbachiyski. fixes #6226
git-svn-id: https://develop.svn.wordpress.org/trunk@7303 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-14 22:20:24 +00:00 |
|
Matt Mullenweg
|
afcbc3d0e6
|
Simpler gallery markup in feeds. Fixs #6225. Hat tip: andy.
git-svn-id: https://develop.svn.wordpress.org/trunk@7298 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-14 19:23:56 +00:00 |
|
Matt Mullenweg
|
92a7197599
|
Let's call a spade a spade.
git-svn-id: https://develop.svn.wordpress.org/trunk@7284 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-14 07:58:04 +00:00 |
|
Ryan Boren
|
fe4286a905
|
Make RSS and text widget controls the same width. Props mdawaffe. fixes #6205
git-svn-id: https://develop.svn.wordpress.org/trunk@7278 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-14 06:30:41 +00:00 |
|
Ryan Boren
|
df34bb4747
|
Typo fix from nerrad. fixes #6216
git-svn-id: https://develop.svn.wordpress.org/trunk@7277 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-14 06:27:25 +00:00 |
|
Peter Westwood
|
e63fc7126a
|
Better protection against double widget insertion. Fixes #6191 props mdawaffe.
git-svn-id: https://develop.svn.wordpress.org/trunk@7275 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-13 21:33:11 +00:00 |
|
Ryan Boren
|
00c6484a3b
|
Remove intermediate images when deleting an attachment. Props tellyworth. fixes #6142
git-svn-id: https://develop.svn.wordpress.org/trunk@7271 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-12 23:15:31 +00:00 |
|
Ryan Boren
|
af1a108e7e
|
TinyMCE 3.05 from azaozz. fixes #6195
git-svn-id: https://develop.svn.wordpress.org/trunk@7270 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-12 22:47:11 +00:00 |
|
Ryan Boren
|
71827ccadf
|
Suppress logging of DB errors when checking if blog is installed. see #5771
git-svn-id: https://develop.svn.wordpress.org/trunk@7269 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-12 22:41:43 +00:00 |
|
Ryan Boren
|
d8a4c4f178
|
Action oriented text for expired session notice. Props lloydbudd. fixes #6193
git-svn-id: https://develop.svn.wordpress.org/trunk@7268 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-12 22:21:14 +00:00 |
|
Ryan Boren
|
32e414dbf4
|
Image fixes from andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@7263 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-12 08:10:00 +00:00 |
|
Ryan Boren
|
df8228fa6c
|
Attachment editing from mdawaffe. fixes #6181
git-svn-id: https://develop.svn.wordpress.org/trunk@7262 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-12 05:50:07 +00:00 |
|
Ryan Boren
|
836af4e1c0
|
media handling fixes from andy. see #5911
git-svn-id: https://develop.svn.wordpress.org/trunk@7256 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 23:15:17 +00:00 |
|
Peter Westwood
|
f4f2b5fc3c
|
Allow plugins to filter the result of get_user_option().
git-svn-id: https://develop.svn.wordpress.org/trunk@7253 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 21:37:23 +00:00 |
|
Ryan Boren
|
3a1f2b5dcc
|
Fix edit links for attachments. Props mdawaffe. fixes #6168
git-svn-id: https://develop.svn.wordpress.org/trunk@7250 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 21:08:09 +00:00 |
|
Ryan Boren
|
c9a9b9373a
|
Admin color selector. see #6167
git-svn-id: https://develop.svn.wordpress.org/trunk@7249 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 21:06:03 +00:00 |
|
Peter Westwood
|
e3d814abc3
|
Better self links for feeds. Fixes #5238 props andy.
git-svn-id: https://develop.svn.wordpress.org/trunk@7244 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 18:18:22 +00:00 |
|
Ryan Boren
|
875d0265d4
|
More TinyMCE color abstraction and new border for title and editor. Props azaozz. fixes #6156
git-svn-id: https://develop.svn.wordpress.org/trunk@7240 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 16:54:48 +00:00 |
|
Ryan Boren
|
e5ce1add47
|
Upgrade message in dash. Props mdawaffe. fixes #6060
git-svn-id: https://develop.svn.wordpress.org/trunk@7237 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 16:13:07 +00:00 |
|
Peter Westwood
|
a0648eee7f
|
Bring the bubble back when we have moderated a comment. Fixes #6010 props mdawaffe.
git-svn-id: https://develop.svn.wordpress.org/trunk@7236 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 08:55:57 +00:00 |
|
Matt Mullenweg
|
4888358aad
|
Turn off the fullsize argument, which was accidentally toggled earlier.
git-svn-id: https://develop.svn.wordpress.org/trunk@7233 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 07:45:31 +00:00 |
|
Matt Mullenweg
|
af2b94ca44
|
Abstract TinyMCE colors. Fixes #6154. Hat tip: azaozz.
git-svn-id: https://develop.svn.wordpress.org/trunk@7232 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 07:31:19 +00:00 |
|
Matt Mullenweg
|
a4c2e0dbf8
|
See #5911. Hat tip: andy.
git-svn-id: https://develop.svn.wordpress.org/trunk@7228 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 01:30:15 +00:00 |
|
Matt Mullenweg
|
1eb27ca290
|
Parley voo crunching?
git-svn-id: https://develop.svn.wordpress.org/trunk@7227 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 01:10:48 +00:00 |
|
Matt Mullenweg
|
e8eaeb4e43
|
Smaller regex.
git-svn-id: https://develop.svn.wordpress.org/trunk@7224 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 00:43:07 +00:00 |
|
Matt Mullenweg
|
c9f428abc1
|
Big regex for type.
git-svn-id: https://develop.svn.wordpress.org/trunk@7223 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 00:37:29 +00:00 |
|
Matt Mullenweg
|
17a3b54dc0
|
Better media attachment template. See #5911. Hat tip: andy.
git-svn-id: https://develop.svn.wordpress.org/trunk@7222 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-11 00:09:14 +00:00 |
|
Matt Mullenweg
|
3ceedb1ba8
|
Show a message after the upload has finished but before the return HTML is finished.
git-svn-id: https://develop.svn.wordpress.org/trunk@7220 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-10 23:55:26 +00:00 |
|
Matt Mullenweg
|
8d3812d14d
|
More attachment thumbnail fixes, see #5911. Hat tip: andy.
git-svn-id: https://develop.svn.wordpress.org/trunk@7218 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-10 23:04:20 +00:00 |
|
Matt Mullenweg
|
12bf6fb4fd
|
Some more color updates.
git-svn-id: https://develop.svn.wordpress.org/trunk@7216 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-10 22:35:19 +00:00 |
|
Matt Mullenweg
|
6bb830225d
|
Icon fixes. See #5911; hat tip: andy.
git-svn-id: https://develop.svn.wordpress.org/trunk@7212 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-10 21:31:33 +00:00 |
|
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 |
|
Peter Westwood
|
90e193bdab
|
Notice fixing for wp-includes. See #5607 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@6592 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-10 20:51:07 +00:00 |
|
Ryan Boren
|
0480fcbf68
|
Fixes for new categories interface from mdawaffe. fixes #5618
git-svn-id: https://develop.svn.wordpress.org/trunk@6591 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-10 20:19:58 +00:00 |
|
Ryan Boren
|
2bc93b77a0
|
Eliminate duplication in and minify jquery.schedule.js. fixes #5620
git-svn-id: https://develop.svn.wordpress.org/trunk@6590 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-10 17:35:48 +00:00 |
|
Ryan Boren
|
e273c34966
|
phpdoc for locale from darkdragon. fixes #5621
git-svn-id: https://develop.svn.wordpress.org/trunk@6589 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-10 17:28:50 +00:00 |
|
Matt Mullenweg
|
2a77958de3
|
New experimental category interface, fixes #5618. Hat tip: mdawaffe.
git-svn-id: https://develop.svn.wordpress.org/trunk@6588 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-10 09:39:35 +00:00 |
|
Ryan Boren
|
089284dadd
|
JIT load tinymce localization to avoid load order problems. Props mdawaffe. fixes #5605
git-svn-id: https://develop.svn.wordpress.org/trunk@6587 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-09 20:11:13 +00:00 |
|
Ryan Boren
|
f5564e74c8
|
phpdoc tuneup from darkdragon. see #5611
git-svn-id: https://develop.svn.wordpress.org/trunk@6585 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-09 17:48:00 +00:00 |
|
Ryan Boren
|
90d8fb5f30
|
Save toggle box open/closed state. Props nbachiyski. fixes #5610
git-svn-id: https://develop.svn.wordpress.org/trunk@6584 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-09 17:46:13 +00:00 |
|
Ryan Boren
|
6445622ec2
|
Concat secret key with salt. see #5367
git-svn-id: https://develop.svn.wordpress.org/trunk@6583 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-09 16:37:43 +00:00 |
|
Matt Mullenweg
|
202c3ed19c
|
Replacing FAT with jQuery effects, new styling for alerts. See #5369.
git-svn-id: https://develop.svn.wordpress.org/trunk@6582 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-09 12:12:35 +00:00 |
|
Ryan Boren
|
fd80901dcf
|
New image uploader from tellyworth. see #5609
git-svn-id: https://develop.svn.wordpress.org/trunk@6579 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-09 08:14:29 +00:00 |
|
Ryan Boren
|
e5c5858215
|
Purty editor buttons from andy. Removing some oogly. fixes #5573
git-svn-id: https://develop.svn.wordpress.org/trunk@6575 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-09 05:21:51 +00:00 |
|
Ryan Boren
|
230bf25d88
|
Revert back to fat for now. see #5369
git-svn-id: https://develop.svn.wordpress.org/trunk@6574 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-08 07:22:07 +00:00 |
|
Ryan Boren
|
1faae5f44d
|
Fade using jquery.color. Props JeremyVisser. fixes #5369
git-svn-id: https://develop.svn.wordpress.org/trunk@6572 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-08 06:39:09 +00:00 |
|
Ryan Boren
|
5daadf8ce7
|
Mass select for users from cpoteet and mdawaffe. fixes #5592
git-svn-id: https://develop.svn.wordpress.org/trunk@6570 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-07 20:38:49 +00:00 |
|
Ryan Boren
|
16d3b034ab
|
Update jquery.form to 2.02. Props filosofo. fixes #5048
git-svn-id: https://develop.svn.wordpress.org/trunk@6569 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-07 17:23:40 +00:00 |
|
Ryan Boren
|
66415d7bba
|
Encoding before title. Props RanYanivHartstein. fixes #5519 for 2.5
git-svn-id: https://develop.svn.wordpress.org/trunk@6568 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-06 19:15:33 +00:00 |
|
Ryan Boren
|
edbba502ed
|
Remember last editor chosen. Props mdawaffe. fixes #3978
git-svn-id: https://develop.svn.wordpress.org/trunk@6567 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-06 19:01:32 +00:00 |
|
Ryan Boren
|
5c6aa3b2c7
|
phpdoc for registration from darkdragon. fixes #4383
git-svn-id: https://develop.svn.wordpress.org/trunk@6564 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-06 08:21:58 +00:00 |
|
Ryan Boren
|
652d5722e9
|
phpdoc for l10n. Props darkdragon. fixes #5590
git-svn-id: https://develop.svn.wordpress.org/trunk@6563 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-06 01:28:34 +00:00 |
|
Ryan Boren
|
bd07cec0c5
|
Update dimension to 1.2
git-svn-id: https://develop.svn.wordpress.org/trunk@6562 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-05 17:14:21 +00:00 |
|
Ryan Boren
|
32ddaae191
|
jQuery 1.2.2b2. see #5492
git-svn-id: https://develop.svn.wordpress.org/trunk@6561 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-05 06:18:29 +00:00 |
|
Ryan Boren
|
9b419d296f
|
Fix some array warnings. Props mdawaffe. see #5583
git-svn-id: https://develop.svn.wordpress.org/trunk@6560 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-05 05:20:56 +00:00 |
|
Ryan Boren
|
6dc06a8e41
|
Widget admin redesign from mdawaffe. see #5583
git-svn-id: https://develop.svn.wordpress.org/trunk@6556 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-04 23:34:33 +00:00 |
|
Ryan Boren
|
6ef4a86b66
|
Some file level phpdoc from darkdragon. fixes #5572
git-svn-id: https://develop.svn.wordpress.org/trunk@6554 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-04 20:05:07 +00:00 |
|
Ryan Boren
|
a50cd52330
|
phpdoc for comment.php from darkdragon. fixes #5578
git-svn-id: https://develop.svn.wordpress.org/trunk@6553 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-04 20:03:42 +00:00 |
|
Ryan Boren
|
153ce1be0d
|
Page walk fixes from hailin. fixes #5581
git-svn-id: https://develop.svn.wordpress.org/trunk@6552 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-04 19:55:17 +00:00 |
|
Ryan Boren
|
791a7d7191
|
Unused var cleanup. Props DD32. see #5418
git-svn-id: https://develop.svn.wordpress.org/trunk@6551 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-04 19:36:34 +00:00 |
|
Ryan Boren
|
200121c30a
|
Don't bust table markup when switching between visual and html. Props mdawaffe. fixes #5577
git-svn-id: https://develop.svn.wordpress.org/trunk@6547 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-04 08:49:35 +00:00 |
|
Ryan Boren
|
72a79d489d
|
Port autosave to jquery. Props rmccue. see #3824
git-svn-id: https://develop.svn.wordpress.org/trunk@6546 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-04 08:46:33 +00:00 |
|
Matt Mullenweg
|
090108bfc8
|
Post screen improvements^H^H^H, er, changes. Will file tickets for todos.
git-svn-id: https://develop.svn.wordpress.org/trunk@6544 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-03 08:03:29 +00:00 |
|
Ryan Boren
|
083555f56b
|
phpdoc for cache.php from darkdragon. fixes #5511
git-svn-id: https://develop.svn.wordpress.org/trunk@6543 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-03 04:35:47 +00:00 |
|
Matt Mullenweg
|
30224a0b3d
|
New tag interface, tag auto-suggest while typing. Rough - suggest and parts of JS should probably be refactored. Hat tip: jhodgdon.
git-svn-id: https://develop.svn.wordpress.org/trunk@6542 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-03 01:34:11 +00:00 |
|
Matt Mullenweg
|
d3502c9b82
|
Importing old version of dimension to compensate for older jQuery.
git-svn-id: https://develop.svn.wordpress.org/trunk@6541 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-02 23:44:08 +00:00 |
|
Ryan Boren
|
a4b001ee03
|
Fix cache close. see #5570
git-svn-id: https://develop.svn.wordpress.org/trunk@6540 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-02 23:03:25 +00:00 |
|
Ryan Boren
|
9ca1712149
|
Remove persistent object cache. fixes #5570
git-svn-id: https://develop.svn.wordpress.org/trunk@6539 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-02 22:13:16 +00:00 |
|
Ryan Boren
|
5546161120
|
Add separator location arg to wp_title. Props cpoteet. fixes #4407
git-svn-id: https://develop.svn.wordpress.org/trunk@6538 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-02 20:45:17 +00:00 |
|
Ryan Boren
|
5a9f249b34
|
set_post_type from filosofo. fixes #4844
git-svn-id: https://develop.svn.wordpress.org/trunk@6537 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-02 20:06:00 +00:00 |
|
Peter Westwood
|
c4b97ae9e3
|
Beautify. Fixes #5561 props fitztrev.
git-svn-id: https://develop.svn.wordpress.org/trunk@6536 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-02 18:21:19 +00:00 |
|
Ryan Boren
|
8f6679c739
|
Properly close tags. Props ionfish. fixes #5568
git-svn-id: https://develop.svn.wordpress.org/trunk@6535 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-02 17:31:00 +00:00 |
|