Commit Graph

8147 Commits

Author SHA1 Message Date
Andrew Ozz 17cdcd2fdb Show warning if user is logged out while writing or editing, includes patch by tott, fixes #7630
git-svn-id: https://develop.svn.wordpress.org/trunk@9216 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 21:59:06 +00:00
Ryan Boren bdfad5c6fc Delete all spam fixes from Viper007Bond
git-svn-id: https://develop.svn.wordpress.org/trunk@9215 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 21:45:43 +00:00
Mark Jaquith e35b1c1a0b Proper trailing slashes for when is_front_page() does not show the blog. fixes #7892
git-svn-id: https://develop.svn.wordpress.org/trunk@9214 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 21:14:42 +00:00
Peter Westwood e99eff7d52 Add attachment support to wp_mail. Fixes #7787 props AaronCampbell.
git-svn-id: https://develop.svn.wordpress.org/trunk@9213 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 20:57:49 +00:00
Ryan Boren 6e4773588a Add optional path arg to load_theme_textdomain(). Props filosofo. fixes #6951
git-svn-id: https://develop.svn.wordpress.org/trunk@9212 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 20:44:39 +00:00
Peter Westwood 5f2a75db7b Allow plugins to mangle translations of english strings as well as translated strings. Fixes #6742.
git-svn-id: https://develop.svn.wordpress.org/trunk@9211 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 20:27:45 +00:00
Andrew Ozz 9a8383e26f If no caption entered, use attachment title for alt text, props Viper007Bond, fixes #7675
git-svn-id: https://develop.svn.wordpress.org/trunk@9210 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 20:25:50 +00:00
Ryan Boren 44f07ae292 Pass args from Walker to comment_reply_link(). Props Otto42. fixes #7901
git-svn-id: https://develop.svn.wordpress.org/trunk@9209 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 20:22:53 +00:00
Ryan Boren e8546797c3 Link to post editor from post title in recent comments dash module
git-svn-id: https://develop.svn.wordpress.org/trunk@9208 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 20:21:19 +00:00
Ryan Boren 9a1ec7be98 Add avatar_size arg. Props Otto42. see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9207 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 20:05:34 +00:00
Ryan Boren cea5af7fb3 Threaded comments options cleanup. Props Viper007Bond. see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9206 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 20:03:18 +00:00
Ryan Boren ae0a2e7d24 wp_get_attachment_link filter. Props Viper007Bond. fixes #7448
git-svn-id: https://develop.svn.wordpress.org/trunk@9205 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 20:00:11 +00:00
Ryan Boren 84435c6ed8 Return affected rows for alter queries. Props BjornW. fixes #7215
git-svn-id: https://develop.svn.wordpress.org/trunk@9204 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 19:54:00 +00:00
Mark Jaquith 6f68542aef Strip trailing /index.php in Canonical, fixes #5017. fixes #7173.
git-svn-id: https://develop.svn.wordpress.org/trunk@9203 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 19:17:04 +00:00
Ryan Boren d806f2e97d link_before and link_after from thee17. fixes #5652
git-svn-id: https://develop.svn.wordpress.org/trunk@9202 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 19:13:30 +00:00
Ryan Boren 6ad42ba48e Remove Press This from Tools menu. Add to writing settings. Props technosailor. fixes #7393
git-svn-id: https://develop.svn.wordpress.org/trunk@9201 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 19:07:11 +00:00
Ryan Boren 99c9bd2818 get_avatar() phpdoc update from Speedboxer. fixes #7536
git-svn-id: https://develop.svn.wordpress.org/trunk@9200 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 18:37:05 +00:00
Ryan Boren 686555396e silence is_writable() warnings. see #7640
git-svn-id: https://develop.svn.wordpress.org/trunk@9199 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 17:35:39 +00:00
Ryan Boren 244db41e8d Descriptions for Add New from RanYanivHartstein. fixes #7900
git-svn-id: https://develop.svn.wordpress.org/trunk@9198 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 17:25:39 +00:00
Mark Jaquith 3b17601874 Switch to using empty()/!empty() checks in Canonical. see #7537
git-svn-id: https://develop.svn.wordpress.org/trunk@9197 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 16:08:00 +00:00
Andrew Ozz 05fc37769c Admin menu: double-click icon to go to default (first) location, show section header when folded
git-svn-id: https://develop.svn.wordpress.org/trunk@9196 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 10:32:26 +00:00
Ryan Boren 6cad582eaf comment_status transition hooks from Viper007Bond. fixes #7894
git-svn-id: https://develop.svn.wordpress.org/trunk@9195 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 04:18:45 +00:00
Andrew Ozz add18cc478 Fix widgets page when multiple class="wrap" are used.
git-svn-id: https://develop.svn.wordpress.org/trunk@9194 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 01:18:33 +00:00
Mark Jaquith c5abdbb0ab Redirect alternate is_single() URLs (like multiple category-based urls) to the canonical URL. fixes #6627
git-svn-id: https://develop.svn.wordpress.org/trunk@9193 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 22:00:12 +00:00
Mark Jaquith 71c234b68f Remove JS confirmation of individual user deletion. It is redundant.
git-svn-id: https://develop.svn.wordpress.org/trunk@9192 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 21:48:19 +00:00
Peter Westwood 19af661b21 Fire an action to allow extra Profile fields to be processed. Fixes #7713 props capripot.
git-svn-id: https://develop.svn.wordpress.org/trunk@9191 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 21:10:55 +00:00
Peter Westwood 30591ea199 Pass on the $separator. Fixes #7005.
git-svn-id: https://develop.svn.wordpress.org/trunk@9190 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 21:02:07 +00:00
Peter Westwood 19bc50ea03 Notice fix and don't count inside a loop. Fixes #7653 props ryan.
git-svn-id: https://develop.svn.wordpress.org/trunk@9189 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 20:47:56 +00:00
Peter Westwood 6bbd750157 Longer default timeouts, more filters and other HTTP changes.
git-svn-id: https://develop.svn.wordpress.org/trunk@9188 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 20:36:23 +00:00
Ryan Boren 6385463926 Change ver to reflect staunch of blood flow
git-svn-id: https://develop.svn.wordpress.org/trunk@9187 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 17:57:17 +00:00
Ryan Boren 3db8a45955 Give downloads a longer timeout. see #7793
git-svn-id: https://develop.svn.wordpress.org/trunk@9186 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 16:38:17 +00:00
Ryan Boren 1bd22eb542 Report curl errors
git-svn-id: https://develop.svn.wordpress.org/trunk@9185 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 16:35:35 +00:00
Ryan Boren f29e7feca4 Localize user-settings JIT to avoid warnings
git-svn-id: https://develop.svn.wordpress.org/trunk@9184 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 15:56:14 +00:00
Andrew Ozz d5a5483e95 Don't delete spam created after page has loaded but before "Delete All" button pressed, props Viper007Bond, see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9183 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 10:31:39 +00:00
Andrew Ozz 7ab970715d Admin menu: add generic icon, fix hover in IE, speed up response timing
git-svn-id: https://develop.svn.wordpress.org/trunk@9182 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 06:54:25 +00:00
Ryan Boren 45123cac1f don't schedule a duplicate if there's already an identical event due in the next 10 minutes. Props tellyworth. fixes #6966
git-svn-id: https://develop.svn.wordpress.org/trunk@9181 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 06:00:42 +00:00
Ryan Boren ae75d2440f Media column changes
git-svn-id: https://develop.svn.wordpress.org/trunk@9180 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 05:39:40 +00:00
Matt Mullenweg b2c2d93ed4 clean_url improvements, Hat tip: markjaquith. Reviewed by nbachiyskip. Fixes #7386.
git-svn-id: https://develop.svn.wordpress.org/trunk@9179 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 22:58:30 +00:00
Ryan Boren 9862c7f729 Menu fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9178 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 22:44:56 +00:00
Peter Westwood 3ec2c1ea4e Notice fixes. See #7509 props DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@9177 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 21:08:28 +00:00
Ryan Boren 7272eff0b2 Menu renaming
git-svn-id: https://develop.svn.wordpress.org/trunk@9176 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 19:37:04 +00:00
Ryan Boren 635d53975f comment_id_fields(). see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9175 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 19:06:18 +00:00
Ryan Boren 4be040914a Add title attributes to page actions
git-svn-id: https://develop.svn.wordpress.org/trunk@9174 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 18:11:06 +00:00
Matt Mullenweg 3ea6e61df7 Cursor style for login form submit, fixes #6452. Hat tip: ionfish.
git-svn-id: https://develop.svn.wordpress.org/trunk@9173 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 18:06:32 +00:00
Ryan Boren 9b83dd6714 Punt inbox
git-svn-id: https://develop.svn.wordpress.org/trunk@9172 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 17:33:28 +00:00
Ryan Boren bca6199b30 Punt media box
git-svn-id: https://develop.svn.wordpress.org/trunk@9171 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 17:29:38 +00:00
Ryan Boren 48f54b2622 Remove dashmenu css
git-svn-id: https://develop.svn.wordpress.org/trunk@9170 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 17:17:48 +00:00
Ryan Boren d47b4ce7cc Remove dashmenu css
git-svn-id: https://develop.svn.wordpress.org/trunk@9169 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 17:12:21 +00:00
Ryan Boren 8e8a738f64 Remove dead markup
git-svn-id: https://develop.svn.wordpress.org/trunk@9168 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 17:09:41 +00:00
Ryan Boren c2f12f7ab9 Show Published/Last Modified in date column
git-svn-id: https://develop.svn.wordpress.org/trunk@9167 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-14 16:56:32 +00:00