ryan
|
6a11fe2c7a
|
Show all cats when editing link. Order cats by most used.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-10-02 21:52:11 +00:00 |
|
ryan
|
e416b64e80
|
Do only the minimum sanitization on the URL redirect. fixes #2994
git-svn-id: http://svn.automattic.com/wordpress/trunk@4268 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-10-02 19:26:12 +00:00 |
|
ryan
|
13eb3fbb0d
|
Add and use delete class on delete buttons. Props mdawaffe. fixes #3187
git-svn-id: http://svn.automattic.com/wordpress/trunk@4267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-10-02 18:34:08 +00:00 |
|
ryan
|
2f93dc5e8c
|
Use correct var. Props Nazgul. fixes #3182
git-svn-id: http://svn.automattic.com/wordpress/trunk@4266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-10-02 18:27:11 +00:00 |
|
ryan
|
f129cef6b9
|
Don't use deprecated functions. Props Nazgul. fixes #3186
git-svn-id: http://svn.automattic.com/wordpress/trunk@4264 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-10-02 18:03:34 +00:00 |
|
ryan
|
ac455f6df8
|
comment_post_redirect and comment_edit_redirect from Mark J. fixes #2590
git-svn-id: http://svn.automattic.com/wordpress/trunk@4260 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-28 19:16:15 +00:00 |
|
ryan
|
c0580ed6f7
|
Add support for RTL in install.php, upgrade.php and inline-uploading.php. Props Sewar. #3136
git-svn-id: http://svn.automattic.com/wordpress/trunk@4259 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-28 17:35:59 +00:00 |
|
ryan
|
43f36aab78
|
RTL enhancements from Sewar. #3136
git-svn-id: http://svn.automattic.com/wordpress/trunk@4258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-27 00:51:17 +00:00 |
|
ryan
|
41ba88ad32
|
Add some IDs. Props Mark Jaquith. fixes #3164
git-svn-id: http://svn.automattic.com/wordpress/trunk@4250 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-25 18:53:48 +00:00 |
|
ryan
|
f3de5a0f0e
|
Use delete_page cap. Props activeingredient. fixes #3162
git-svn-id: http://svn.automattic.com/wordpress/trunk@4220 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-25 01:19:08 +00:00 |
|
ryan
|
22d6b9e2cb
|
Add langauge_attributes() template tag. #3136
git-svn-id: http://svn.automattic.com/wordpress/trunk@4218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-24 20:16:13 +00:00 |
|
ryan
|
e307c8a125
|
Add language and text_direction attributes to bloginfo. Set lang and dir attributes in admin header's html tag. #3136
git-svn-id: http://svn.automattic.com/wordpress/trunk@4217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-24 19:29:32 +00:00 |
|
ryan
|
37d767a019
|
Don't show user form without privs. Props westi. fixes #3142
git-svn-id: http://svn.automattic.com/wordpress/trunk@4216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-24 10:08:58 +00:00 |
|
matt
|
06ddf05ec4
|
Correct font and height on the #advancedstuff dbx boxes under a post.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-23 10:22:05 +00:00 |
|
matt
|
9c9a429320
|
Don't show post author box unless there is more than one author to show.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-23 10:14:11 +00:00 |
|
ryan
|
a133ed04a1
|
Don't reset cookies if INSTALLING.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4211 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-23 06:02:45 +00:00 |
|
ryan
|
a855814939
|
Tabbed editor fixes from skeltoac. #2829
git-svn-id: http://svn.automattic.com/wordpress/trunk@4210 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-22 22:24:50 +00:00 |
|
ryan
|
e2a24f068b
|
Remove extra-dimensional character caused by breach in the time-space continuum.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-22 07:09:15 +00:00 |
|
ryan
|
df430b5df3
|
Tabbed editor from skeltoac. fixes #2829
git-svn-id: http://svn.automattic.com/wordpress/trunk@4206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-22 07:04:41 +00:00 |
|
ryan
|
7a032342b3
|
Turn hard-coded paths to defines. Pull gettext includes int wp-settings. Props mdawaffe. fixes #3157
git-svn-id: http://svn.automattic.com/wordpress/trunk@4202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-21 20:46:39 +00:00 |
|
ryan
|
8ca163a2d2
|
RTL support. Props mani_monaj. #3136
git-svn-id: http://svn.automattic.com/wordpress/trunk@4201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-21 00:34:34 +00:00 |
|
matt
|
ae72e8377d
|
These should say the same things.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4197 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-19 15:11:51 +00:00 |
|
matt
|
67d5a6d3c7
|
Options cleanup and some styling changes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4196 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-19 06:11:42 +00:00 |
|
ryan
|
5dc154c1e2
|
Fix logo link in wp_die(). Props Sewar. fixes #3138
git-svn-id: http://svn.automattic.com/wordpress/trunk@4194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-18 23:40:19 +00:00 |
|
ryan
|
a26b883e84
|
Markup fix from Xmion. fixes #3133
git-svn-id: http://svn.automattic.com/wordpress/trunk@4192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-17 03:08:47 +00:00 |
|
ryan
|
ce0c2a2f64
|
AJAX responsiveness improvements from mdawaffe. fixes #3099
git-svn-id: http://svn.automattic.com/wordpress/trunk@4187 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-13 21:39:53 +00:00 |
|
ryan
|
ad1924f837
|
do_action_ref_array(). fixes #3125
git-svn-id: http://svn.automattic.com/wordpress/trunk@4186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-12 17:45:23 +00:00 |
|
ryan
|
0eeccc10e9
|
Add load action for pagenow.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-11 23:57:34 +00:00 |
|
matt
|
0957f9a061
|
Bring back missing filter for wp_create_thumbnail
git-svn-id: http://svn.automattic.com/wordpress/trunk@4182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-11 02:19:15 +00:00 |
|
ryan
|
9e240a859f
|
Specify number of accepted args.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4176 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-08 23:18:03 +00:00 |
|
ryan
|
5898bcca41
|
Move home and siteurl update events to action hooks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-08 21:42:05 +00:00 |
|
ryan
|
42a9977b7e
|
gettext Add. Props nbachiyski. fixes #3114
git-svn-id: http://svn.automattic.com/wordpress/trunk@4170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-07 17:30:06 +00:00 |
|
ryan
|
6b7de4afd3
|
Validate good times, come on. Props Viper007Bond. fixes #3113
git-svn-id: http://svn.automattic.com/wordpress/trunk@4169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-07 17:28:29 +00:00 |
|
ryan
|
ebbcf250d5
|
i18n fixes from nbachiyski. fixes #3109
git-svn-id: http://svn.automattic.com/wordpress/trunk@4165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-05 18:52:24 +00:00 |
|
ryan
|
261b9c73b0
|
Enable quicktags for safari. Props mattyrob. fixes #3051
git-svn-id: http://svn.automattic.com/wordpress/trunk@4164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-03 19:35:37 +00:00 |
|
ryan
|
5dc1aaf918
|
Revert accidental commit.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-02 22:08:10 +00:00 |
|
ryan
|
30dcdb6b49
|
Nonce delete comment. Props mdawaffe. fixes #3103
git-svn-id: http://svn.automattic.com/wordpress/trunk@4162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-02 22:05:37 +00:00 |
|
matt
|
3017bb3bc8
|
Oh raquo, don't leave us now.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-02 21:33:33 +00:00 |
|
ryan
|
e41db03b26
|
Ajax post meta fixes from mdawaffe. fixes #3098
git-svn-id: http://svn.automattic.com/wordpress/trunk@4157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-02 17:03:57 +00:00 |
|
ryan
|
02ad124b46
|
Use wp_dropdown_categories(). Fix padding. Don't allow a cat to be it's own parent. Props westi. fixes #3088
git-svn-id: http://svn.automattic.com/wordpress/trunk@4156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-09-01 20:38:24 +00:00 |
|
ryan
|
241d0e8f11
|
strip CDATA from title. Props pgarrett and mdawaffe. fixes #879
git-svn-id: http://svn.automattic.com/wordpress/trunk@4150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-08-31 17:36:35 +00:00 |
|
ryan
|
64a2c6bdf1
|
Post date fixes. Props mdawaffe. fixes #878
git-svn-id: http://svn.automattic.com/wordpress/trunk@4149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-08-31 17:34:56 +00:00 |
|
ryan
|
849a0d29d7
|
Use get_option instead of get_settings. Just 'cause.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-08-30 21:46:31 +00:00 |
|
ryan
|
db5d9a84ba
|
Add Browse Category dropdown. Props westi and thomas. fixes #2340
git-svn-id: http://svn.automattic.com/wordpress/trunk@4137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-08-30 17:17:09 +00:00 |
|
ryan
|
c0da1aab0d
|
Rename Nickname to Username and mark Username and E-mail as required. Props filosofo. fixes #2940
git-svn-id: http://svn.automattic.com/wordpress/trunk@4136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-08-30 17:09:50 +00:00 |
|
ryan
|
efcb63ad21
|
s/URI/URL/. Props Nazgul. fixes #2666
git-svn-id: http://svn.automattic.com/wordpress/trunk@4133 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-08-30 16:40:17 +00:00 |
|
ryan
|
ef252310ae
|
Add cap checks around getting started links. Props Mark J. fixes #3074
git-svn-id: http://svn.automattic.com/wordpress/trunk@4130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-08-30 09:12:29 +00:00 |
|
ryan
|
f600dfacfa
|
Capitalization fixes from foolswisdom and davidosier. fixes #3077
git-svn-id: http://svn.automattic.com/wordpress/trunk@4125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-08-30 01:47:01 +00:00 |
|
ryan
|
1c04e53dcd
|
style tweakage
git-svn-id: http://svn.automattic.com/wordpress/trunk@4124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-08-30 01:11:49 +00:00 |
|
ryan
|
4f10239e93
|
Add page specific admin_head action. Add admin_print_scripts actions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@4120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2006-08-28 23:08:48 +00:00 |
|