Commit Graph

230 Commits

Author SHA1 Message Date
Andrew Ozz d9f8c67f2f Trash status updates for posts, pages, comments and attachments, props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11749 602fd350-edb4-49c9-b593-d223f7449a82
2009-07-30 13:39:34 +00:00
Mark Jaquith ba1c3bdd5b Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
git-svn-id: https://develop.svn.wordpress.org/trunk@11383 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 16:00:33 +00:00
Mark Jaquith f0336cfa7d deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
git-svn-id: https://develop.svn.wordpress.org/trunk@11380 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 15:11:07 +00:00
Ryan Boren c4f78ad63a Don't localize dates where not appropriate. Props Denis-de-Bernardy, hakre. fixes #9730
git-svn-id: https://develop.svn.wordpress.org/trunk@11323 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-14 02:00:32 +00:00
Mark Jaquith a2bf4db52b Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791
git-svn-id: https://develop.svn.wordpress.org/trunk@11312 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-12 22:40:56 +00:00
Mark Jaquith 8d6cb67233 esc_js(). Shorter, follows new escaping naming convention.
git-svn-id: https://develop.svn.wordpress.org/trunk@11245 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-09 07:27:22 +00:00
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 8c0943cbf2 Some cleanup for edit-page-form.php and edit-form-advanced.php, props simek, fixes #9501
git-svn-id: https://develop.svn.wordpress.org/trunk@11183 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-05 02:14:25 +00:00
Ryan Boren 4a047f4240 Use invisible class for hiding labels and legends.
git-svn-id: https://develop.svn.wordpress.org/trunk@11180 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-04 21:28:58 +00:00
Ryan Boren 630f4578b7 Clean up save mssage. see #8713
git-svn-id: https://develop.svn.wordpress.org/trunk@11159 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-02 21:44:09 +00:00
Ryan Boren 1aa98191c5 Add labels to titles. see #9445
git-svn-id: https://develop.svn.wordpress.org/trunk@11149 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-01 17:54:05 +00:00
Ryan Boren 3b7130bbae attr escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11110 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 06:37:51 +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 a114582715 Some attr escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11104 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 23:09:08 +00:00
Andrew Ozz d57b05e3ab Add "View page" link in the status notice after a page has been updated
git-svn-id: https://develop.svn.wordpress.org/trunk@10996 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-18 08:12:44 +00:00
Andrew Ozz 9a62b02dfe CSS cleanup and fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@10943 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 04:41:05 +00:00
Andrew Ozz ca129da990 Fix flash upload button, right sidebar on write pages in IE6
git-svn-id: https://develop.svn.wordpress.org/trunk@10865 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-04 10:21:43 +00:00
Andrew Ozz 759fde9021 jQuery 1.3.2 and UI 1.7.1, may still have some regressions, add screen columns setting to the write/edit post/page screen options, fixes #8867
git-svn-id: https://develop.svn.wordpress.org/trunk@10834 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-25 14:29:22 +00:00
Andrew Ozz 6cbdd69a1e Fully escape Post/Page titles, props Viper007Bond, fixes #9322
git-svn-id: https://develop.svn.wordpress.org/trunk@10787 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-15 07:59:12 +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
Andrew Ozz 29c8718141 Show the permalink even when not "pretty" and add "View Post" button if the post is published, see #8976
git-svn-id: https://develop.svn.wordpress.org/trunk@10458 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-29 12:11:52 +00:00
Ryan Boren 625174171c Sort by 'menu_order, post_title'. see #8549
git-svn-id: https://develop.svn.wordpress.org/trunk@10182 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 22:22:30 +00:00
Peter Westwood 37363646c6 Sort page_parent dropdown by menu_order. Fixes #8549.
git-svn-id: https://develop.svn.wordpress.org/trunk@10181 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 21:48:41 +00:00
Ryan Boren cbef7dc6c4 Check for circular post parent dependencies. Exclude the current post and its children from the parent dropdown.
git-svn-id: https://develop.svn.wordpress.org/trunk@10129 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-08 19:29:42 +00:00
Andrew Ozz cc1e3f416b Show "Post submitted" message when contributors submit a post for review, props mdawaffe, fixes #8519
git-svn-id: https://develop.svn.wordpress.org/trunk@10094 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 03:39:00 +00:00
Andrew Ozz 8022edc83c Remove blank line from edit-page-form.php, props vladimir_kolesnikov, see #8335
git-svn-id: https://develop.svn.wordpress.org/trunk@10091 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-06 23:22:18 +00:00
Mark Jaquith 9791e0dd60 Make Password protected and private mutually exclusive when using Quick Edit.
git-svn-id: https://develop.svn.wordpress.org/trunk@10088 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-06 11:10:24 +00:00
Ryan Boren 8ad7e7bf46 Give feedback after publishing a page. fixes #8414
git-svn-id: https://develop.svn.wordpress.org/trunk@9996 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-01 05:09:43 +00:00
Andrew Ozz 90c37c1792 Screen icons
git-svn-id: https://develop.svn.wordpress.org/trunk@9903 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 13:51:25 +00:00
Mark Jaquith f6e1881137 Remove errant nbsps
git-svn-id: https://develop.svn.wordpress.org/trunk@9806 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 03:29:44 +00:00
Mark Jaquith 0385a16998 Remove Visbility stubs since I actually did it for 2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@9755 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 08:43:31 +00:00
Ryan Boren f215396cf1 Swap Save Draft and Preview button locations
git-svn-id: https://develop.svn.wordpress.org/trunk@9723 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 19:33:20 +00:00
Andrew Ozz abd0d8d127 Preview button: add permalink as a fallback and remove "View Post" when no js, see #8096
git-svn-id: https://develop.svn.wordpress.org/trunk@9711 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 10:42:28 +00:00
Ryan Boren 2acf13eb85 Check proper caps when publising a page. Props DD32. fixes #8208
git-svn-id: https://develop.svn.wordpress.org/trunk@9701 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 23:34:18 +00:00
Ryan Boren 455462be39 Handle both post and page caps in get_editable_user_id(). Props DD32. fixes #8208
git-svn-id: https://develop.svn.wordpress.org/trunk@9683 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 17:13:08 +00:00
Ryan Boren d2d46bf317 Merge page parent, order and template boxes into one box
git-svn-id: https://develop.svn.wordpress.org/trunk@9643 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 20:20:21 +00:00
Mark Jaquith 7b09b8e47b Visibility section for the Publish Module for Pages
git-svn-id: https://develop.svn.wordpress.org/trunk@9641 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 19:31:39 +00:00
Ryan Boren 7f00d29121 Move screen_meta() to admin header. Add all meta boxes before requiring admin-header.
git-svn-id: https://develop.svn.wordpress.org/trunk@9620 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 22:40:16 +00:00
Ryan Boren 152f50b8a1 Add new user page
git-svn-id: https://develop.svn.wordpress.org/trunk@9614 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 19:47:22 +00:00
Andrew Ozz 9f5fe913ec Styling for custom fields
git-svn-id: https://develop.svn.wordpress.org/trunk@9564 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 02:15:53 +00:00
Ryan Boren f4e050164d screen_meta() fixes. Show Help on more pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@9557 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-06 22:21:27 +00:00
Andrew Ozz 7b2d2b7a11 Help tab
git-svn-id: https://develop.svn.wordpress.org/trunk@9545 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-06 08:13:50 +00:00
Ryan Boren dab986a9b0 Notice fixes from filosofo and Viper007Bond. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9506 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-04 03:22:24 +00:00
Mark Jaquith 34fed9014b Update to publish box styles. More horizontal room, consistent button placement, better for i18n, better wording.
git-svn-id: https://develop.svn.wordpress.org/trunk@9491 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-03 07:06:36 +00:00
Peter Westwood f45463e0aa Redirect correctly on page deletion. Fixes #8030.
git-svn-id: https://develop.svn.wordpress.org/trunk@9468 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-01 22:28:34 +00:00
Andrew Ozz 78b8de31b6 Preview for both drafts and published posts/pages
git-svn-id: https://develop.svn.wordpress.org/trunk@9451 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 22:47:07 +00:00
Ryan Boren faf3019a0b Move Parent, Template, and Order to the side
git-svn-id: https://develop.svn.wordpress.org/trunk@9450 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 21:57:44 +00:00
Ryan Boren 4c5ee79368 Default privacy box to the side
git-svn-id: https://develop.svn.wordpress.org/trunk@9449 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 21:49:23 +00:00
Mark Jaquith 517b71739a Disable "Visibility" placeholder for now. Propagate new Publish box formatting and functionality to Edit Page form.
git-svn-id: https://develop.svn.wordpress.org/trunk@9429 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 05:38:31 +00:00
Andrew Ozz 70443d9dbb Write page styling
git-svn-id: https://develop.svn.wordpress.org/trunk@9384 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-28 10:59:26 +00:00