Commit Graph

121 Commits

Author SHA1 Message Date
Mark Jaquith c638e8d8de _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11204 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-05 19:43:53 +00:00
Andrew Ozz 3bf18aa189 Banishing ASCII quotes and apostrophes, props demetris, fixes #9655
git-svn-id: https://develop.svn.wordpress.org/trunk@11190 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-05 04:28:05 +00:00
Ryan Boren cfd320446f Attr escaping
git-svn-id: https://develop.svn.wordpress.org/trunk@11173 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-04 17:54:08 +00:00
Andrew Ozz 172855f545 Hide widget count when no sidebars defined, props scribu, fixes #8035
git-svn-id: https://develop.svn.wordpress.org/trunk@11131 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 23:30:07 +00:00
Ryan Boren fe7c34b6fd s/attribute_escape/attr/. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11109 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 05:58:45 +00:00
Ryan Boren ea6c1efcb9 Silence html_entity_decode warnings. Props Denis-de-Bernardy. fixes #9616
git-svn-id: https://develop.svn.wordpress.org/trunk@11081 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-24 16:57:27 +00:00
Andrew Ozz ce54daf6ef Use cached feed data on the Dashboard, props DD32, #9483
git-svn-id: https://develop.svn.wordpress.org/trunk@10901 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-09 13:23:10 +00:00
Ryan Boren 8d00b5d37d Trim trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10810 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-18 02:43:45 +00:00
Andrew Ozz e5c78e956f Save RSS feed URL in the Incoming Links widget, props johnbillion, fixes #9299
git-svn-id: https://develop.svn.wordpress.org/trunk@10743 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-08 05:08:32 +00:00
Andrew Ozz ec97268ea7 Add RSS Error handling functionality to RSS Widget displays, props DD32, fixes #9273
git-svn-id: https://develop.svn.wordpress.org/trunk@10739 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-07 19:44:28 +00:00
Ryan Boren 53f495182a Don't show already installed plugins in the Plugins dashboard widget. Props Viper007Bond. fixes #8781
git-svn-id: https://develop.svn.wordpress.org/trunk@10738 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-07 02:07:24 +00:00
Andrew Ozz 52a4f412ba Force-wrap comments in Recent Comments on the dashboard, expand width when no avatar, fixes #9283
git-svn-id: https://develop.svn.wordpress.org/trunk@10729 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-06 03:20:38 +00:00
Ryan Boren ee2a7bf311 Add RSS Error handling functionality to RSS Widget displays. Props DD32. fixes #9273
git-svn-id: https://develop.svn.wordpress.org/trunk@10697 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-04 19:24:48 +00:00
Ryan Boren 91e3bd9358 Pass blog charset to html_entity_decode(). Props adferguson. fixes #7563
git-svn-id: https://develop.svn.wordpress.org/trunk@10688 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-03 18:37:25 +00:00
Ryan Boren 3fe87a2049 Use _x() and extracted comments. Props nbachiyski. see #9112
git-svn-id: https://develop.svn.wordpress.org/trunk@10680 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-02 19:20:19 +00:00
Ryan Boren 7062db47c2 Use SimplePie for widget and dashboard feeds. First cut. see #9198
git-svn-id: https://develop.svn.wordpress.org/trunk@10666 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-27 19:32:50 +00:00
Andrew Ozz fd98e9081c Allow the dashboard widgets to be arranged in up to four columns. The number of columns can be selected from the Screen Options tab.
git-svn-id: https://develop.svn.wordpress.org/trunk@10641 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-24 02:37:22 +00:00
Ryan Boren de0b36d4b4 Use _n(). Props mrmist. fixes #9190
git-svn-id: https://develop.svn.wordpress.org/trunk@10605 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-20 19:22:34 +00:00
Ryan Boren 38845db326 Disambiguate 'Approved' translation. Props nbachiyski. fixes #8638
git-svn-id: https://develop.svn.wordpress.org/trunk@10564 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-12 20:42:04 +00:00
Andrew Ozz 618503f902 Disable QuickPress buttons while saving, change "Cancel" to "Reset"
git-svn-id: https://develop.svn.wordpress.org/trunk@10479 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-02 01:43:56 +00:00
Andrew Ozz b79698dc1e Make titles into links in Dashboard Right Now module, props mattwalters, fixes #8438 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10300 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-05 10:08:31 +00:00
Ryan Boren 948e542722 Add clearing break. Props johnbillion. fixes #8677 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10279 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-30 22:42:05 +00:00
Ryan Boren bedccdd79d Show 'Post submitted' insted of published when submitting for review from Quick Press. fixes #8547
git-svn-id: https://develop.svn.wordpress.org/trunk@10154 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 20:38:44 +00:00
Ryan Boren 62cf5fba99 Show media buttons for quick press only if user can upload_files. see #8547
git-svn-id: https://develop.svn.wordpress.org/trunk@10153 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 20:31:51 +00:00
Ryan Boren baaaa352ba Strip trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10150 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 18:03:31 +00:00
Ryan Boren a5ee9b2803 Fixed undefined var notice when user can't edit the post
git-svn-id: https://develop.svn.wordpress.org/trunk@10148 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 17:44:04 +00:00
Andrew Ozz 8f3589af72 Keep the menu closed while loading
git-svn-id: https://develop.svn.wordpress.org/trunk@10140 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 12:00:44 +00:00
Andrew Ozz fedbd12b31 Fix inserting images, uploader buttons add Press This nag after submitting in Quick Press
git-svn-id: https://develop.svn.wordpress.org/trunk@10125 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-08 10:52:23 +00:00
Andrew Ozz cee6f56637 Improve the recent comments dashboard widget, props matt, fixes #8510
git-svn-id: https://develop.svn.wordpress.org/trunk@10090 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-06 21:23:36 +00:00
Ryan Boren 69719e8945 Limit to 5
git-svn-id: https://develop.svn.wordpress.org/trunk@10080 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 23:49:47 +00:00
Ryan Boren d31387d674 Speed up Recent Comments dash module query
git-svn-id: https://develop.svn.wordpress.org/trunk@10079 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 23:42:06 +00:00
Ryan Boren f4b79c81b8 Use wp_count_comments() for Right Now. Eliminated a query.
git-svn-id: https://develop.svn.wordpress.org/trunk@10076 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 22:33:45 +00:00
Andrew Ozz 723a52a32e Fix postbox title action links overlapping
git-svn-id: https://develop.svn.wordpress.org/trunk@10061 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 06:16:50 +00:00
Andrew Ozz dc5910a4b1 Show link to the comment in the dashboard widget, props bobrik, fixes 8399
git-svn-id: https://develop.svn.wordpress.org/trunk@9936 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 04:50:15 +00:00
Andrew Ozz 653a3c3c4d Hide actions in management tables, show on hover; improve comments table; fix "Configure" link position on dashboard, fixes #8386
git-svn-id: https://develop.svn.wordpress.org/trunk@9934 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 04:33:35 +00:00
Andrew Ozz 7221bbecf8 Change View All/Edit links on dashboard widgets, fixes #8365
git-svn-id: https://develop.svn.wordpress.org/trunk@9916 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 05:20:05 +00:00
Ryan Boren ed27fc2210 Move Pending above Spam. fixes #8371
git-svn-id: https://develop.svn.wordpress.org/trunk@9905 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 18:53:59 +00:00
Andrew Ozz 41fe934ca5 Pass unformatted number to __ngettext, props filosofo, fixes #8324
git-svn-id: https://develop.svn.wordpress.org/trunk@9856 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-24 03:12:28 +00:00
Andrew Ozz b7546017ad Do not show "Post published" message in QuickPress if empty form submitted, fixes #8222
git-svn-id: https://develop.svn.wordpress.org/trunk@9785 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-19 12:30:37 +00:00
Mark Jaquith ad844f6db9 Prevent strange text color on hover in QuickPress. props jick. fixes #8238
git-svn-id: https://develop.svn.wordpress.org/trunk@9765 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 22:19:49 +00:00
Andrew Ozz c51af5dec9 Fix color of links separator in Recent Comments on dashboard, props jick, fixes #8239
git-svn-id: https://develop.svn.wordpress.org/trunk@9752 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 08:05:11 +00:00
Ryan Boren a0b606be91 Dashboard pluggability improvements from mdawaffe. see #8265
git-svn-id: https://develop.svn.wordpress.org/trunk@9748 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 01:04:41 +00:00
Ryan Boren 8b64a15a90 Restore do_meta_boxes actions for the dashboard. fixes #8240
git-svn-id: https://develop.svn.wordpress.org/trunk@9729 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-16 17:46:57 +00:00
Andrew Ozz 10a70a31e0 Update comments count for Pending and Spam on edit-comments.php and the dashboard, fixes #8227
git-svn-id: https://develop.svn.wordpress.org/trunk@9720 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 18:57:53 +00:00
Ryan Boren 1aa9de814f Remove comments Quick Edit link from Dash
git-svn-id: https://develop.svn.wordpress.org/trunk@9717 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 18:25:44 +00:00
Ryan Boren fab4e5a68e Unused var fixes. Props DD32. see #8220
git-svn-id: https://develop.svn.wordpress.org/trunk@9716 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 18:10:35 +00:00
Mark Jaquith 3e5da2249b tabindex for QuickPress
git-svn-id: https://develop.svn.wordpress.org/trunk@9710 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 07:51:29 +00:00
Andrew Ozz 050214d940 Fix position of the confirmation message in QuickPress, fixes #8218
git-svn-id: https://develop.svn.wordpress.org/trunk@9709 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 07:27:48 +00:00
Ryan Boren 2dc15c5a81 Notice fixes from DD32. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9699 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 23:01:16 +00:00
Ryan Boren ac3d78f694 Show View All on hover
git-svn-id: https://develop.svn.wordpress.org/trunk@9694 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 21:17:19 +00:00