Commit Graph

4615 Commits

Author SHA1 Message Date
ryan
6bc4151290 phpdoc for wp_dropdown_roles(). Add role_names_listing filter. Props jeremyclarke. fixes #8761
git-svn-id: http://svn.automattic.com/wordpress/trunk@10285 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-31 17:40:05 +00:00
ryan
4b3f7d62c4 Add clearing break. Props johnbillion. fixes #8677 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-30 22:42:05 +00:00
ryan
bbe5c7f6d1 Show actions and checkbox only if user is editable by current user. Props jeremyclarke. fixes #8760
git-svn-id: http://svn.automattic.com/wordpress/trunk@10268 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-30 19:38:44 +00:00
ryan
331e05ee74 user_can_access_admin_page() fix. Props arena. see #8535
git-svn-id: http://svn.automattic.com/wordpress/trunk@10267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-30 19:18:18 +00:00
ryan
21442085fc Show 'Delete All Spam' only if can moderate_comments. Props mrmist. fixes #8684 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10263 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-30 18:30:55 +00:00
ryan
7cf82cbd00 Check for is_wp_error() return
git-svn-id: http://svn.automattic.com/wordpress/trunk@10261 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-30 18:04:52 +00:00
ryan
cd6073fabb s/sumbit/submit/. Props Malaiac. fixes #8645 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10259 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-30 17:41:07 +00:00
azaozz
b54484f937 Faster hide-if-no-js, if-js-closed, etc. needed when loading scripts in the footer.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-27 12:18:38 +00:00
azaozz
1ff4349ee5 Fix debug notices for bulk edit, fixes #8707 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-26 22:35:08 +00:00
azaozz
f9636f5b95 Fix l10n bug in post taxonomy js, props tellyworth, fixes #8717
git-svn-id: http://svn.automattic.com/wordpress/trunk@10255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-26 03:09:32 +00:00
ryan
5aaf5ac0ad Allow overriding cat walker. Props AaronCampbell. fixes #8682 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-23 12:52:37 +00:00
ryan
22a1c35cea get_previous_comments_link() and get_next_comments_link(). Props Viper007Bond. fixes #8058 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-22 19:33:09 +00:00
azaozz
a2f3c4907b Press This updates for multi-taxonomies, props noel, fixes #8669
git-svn-id: http://svn.automattic.com/wordpress/trunk@10237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-21 12:34:12 +00:00
azaozz
f7e5bfa831 Explicitly declare Javascript vars when created, props projct, fixes #8654, fixes #8655, fixes #8656, for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-19 20:33:44 +00:00
ryan
b117040958 Notice fix from apokalyptik
git-svn-id: http://svn.automattic.com/wordpress/trunk@10225 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-18 22:26:03 +00:00
ryan
471e08956d Press This CSS fixes. Props noel. fixes #8666 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10223 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-18 19:33:53 +00:00
ryan
8a8ac376bf Allow muliple tag-like taxonomies in the post editor. see #6387
git-svn-id: http://svn.automattic.com/wordpress/trunk@10222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-18 19:12:26 +00:00
ryan
d3b9da7025 Don't cache filtered post objects. Set filter when getting sample permalink. Props brianwhite. fixes #8526 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-16 23:50:39 +00:00
matt
d58297955d Update pagination links on edit-comments when approving/deleting/etc. Hat tip: mdawaffe. Fixes #8584.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-14 12:13:30 +00:00
azaozz
394889ad25 Silence warnings when looking for translations for external plugins for TinyMCE, for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-14 01:12:00 +00:00
ryan
07f625bc03 Explicitly return ref for the sake of PHP4. Fixes user_level being empty when installing on PHP4. Props Mr Pete. fixes #8317 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-12 20:47:18 +00:00
ryan
6e78e3aaf4 Reset port when saving credntials. Props dwenaus and DD32. fixes #8580 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@10198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-12 20:12:16 +00:00
azaozz
9bdf2f30b9 Fix missing closing tag in theme-editor.php, props roganty, fixes #8581
git-svn-id: http://svn.automattic.com/wordpress/trunk@10194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-12 08:19:10 +00:00
ryan
c08f309815 Sort by 'menu_order, post_title'. see #8549
git-svn-id: http://svn.automattic.com/wordpress/trunk@10182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-10 22:22:30 +00:00
westi
129d2296d1 Sort page_parent dropdown by menu_order. Fixes #8549.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-10 21:48:41 +00:00
ryan
046c47f1b0 Remove unneeded lines. Props matthewh84. fixes #8563
git-svn-id: http://svn.automattic.com/wordpress/trunk@10176 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-10 19:43:24 +00:00
ryan
0eede66e7f OPML import fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@10175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-10 18:43:43 +00:00
ryan
47b68e1400 Update form action
git-svn-id: http://svn.automattic.com/wordpress/trunk@10174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-10 18:22:56 +00:00
ryan
c1692f42a7 Remove blank line. fixes #8562
git-svn-id: http://svn.automattic.com/wordpress/trunk@10173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-10 18:08:34 +00:00
ryan
4df81bd7fe Shorten to 40
git-svn-id: http://svn.automattic.com/wordpress/trunk@10172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-10 18:05:12 +00:00
matt
04c819feca Bringing "Visit Site" link back because lack thereof caused massive confusion from people who didn't know to click on the blog title, so a helpful hint.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-10 09:26:23 +00:00
ryan
5b86bfc9c1 Fix reinstall
git-svn-id: http://svn.automattic.com/wordpress/trunk@10166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-10 07:59:05 +00:00
ryan
6aa69d6500 Excerpt title at 60 characters
git-svn-id: http://svn.automattic.com/wordpress/trunk@10165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-10 06:19:24 +00:00
azaozz
852b2722e8 Updated menu icons from Ben, minor a.button tweaks
git-svn-id: http://svn.automattic.com/wordpress/trunk@10163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-10 05:27:56 +00:00
azaozz
3304493c7d Change Actions to Bulk Actions in edit-comments.php, props FFEMTcJ, fixes #8554
git-svn-id: http://svn.automattic.com/wordpress/trunk@10162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-10 02:27:08 +00:00
markjaquith
a32e0dd9ba Fix a few trailing spaces/tabs
git-svn-id: http://svn.automattic.com/wordpress/trunk@10157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 21:50:35 +00:00
azaozz
85038d2678 Fix dismiss button is too large in IE7, fixes #8293
git-svn-id: http://svn.automattic.com/wordpress/trunk@10156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 21:49:18 +00:00
markjaquith
04ca943f18 More strongly worded, active voice Gears warning
git-svn-id: http://svn.automattic.com/wordpress/trunk@10155 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 21:43:54 +00:00
ryan
dd816fc740 Show 'Post submitted' insted of published when submitting for review from Quick Press. fixes #8547
git-svn-id: http://svn.automattic.com/wordpress/trunk@10154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 20:38:44 +00:00
ryan
556965cfed Show media buttons for quick press only if user can upload_files. see #8547
git-svn-id: http://svn.automattic.com/wordpress/trunk@10153 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 20:31:51 +00:00
ryan
1c1bd4576b Remove Lucida San. Props demetris. fixes #8541
git-svn-id: http://svn.automattic.com/wordpress/trunk@10152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 20:25:12 +00:00
ryan
e89192b1a8 Strip trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@10150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 18:03:31 +00:00
ryan
393bd6abf4 Set eol-style
git-svn-id: http://svn.automattic.com/wordpress/trunk@10149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 17:54:05 +00:00
ryan
c5ccfa0e22 Fixed undefined var notice when user can't edit the post
git-svn-id: http://svn.automattic.com/wordpress/trunk@10148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 17:44:04 +00:00
ryan
064e0e74f9 RTL updates from kashani. fixes #8047
git-svn-id: http://svn.automattic.com/wordpress/trunk@10147 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 17:36:36 +00:00
ryan
28cc8c8b56 Don't show preview link if user can't edit post/page. fixes #8544
git-svn-id: http://svn.automattic.com/wordpress/trunk@10146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 17:31:43 +00:00
azaozz
c8de1d3a74 Fix styles for upload error
git-svn-id: http://svn.automattic.com/wordpress/trunk@10144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 13:12:40 +00:00
markjaquith
fc9076f6e9 Allow IP comment search to search spam if initiated from spam page. props vladimir_kolesnikov. fixes #8394
git-svn-id: http://svn.automattic.com/wordpress/trunk@10143 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 12:31:41 +00:00
markjaquith
91082d58b1 More informative error for when there are no popular tags. fixes #8522
git-svn-id: http://svn.automattic.com/wordpress/trunk@10142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 12:24:14 +00:00
markjaquith
445884684a Hide scrollbar on plugin reactivation iframe. fixes #8498
git-svn-id: http://svn.automattic.com/wordpress/trunk@10141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-12-09 12:08:40 +00:00