Commit Graph

153 Commits

Author SHA1 Message Date
Ryan Boren 08a55fd223 Add escaping for quick edit saves. Props hailin. fixes #9822
git-svn-id: https://develop.svn.wordpress.org/trunk@11343 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-15 20:05:52 +00:00
Andrew Ozz 0dd0fb550d Properly unset widget number when saving
git-svn-id: https://develop.svn.wordpress.org/trunk@11240 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-08 17:17:54 +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
Ryan Boren d4fc4496fd Turn off tag cloud filtering when requesting the cloud via AJAX. Props jhodgdon. fixes ##6593
git-svn-id: https://develop.svn.wordpress.org/trunk@11158 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-02 18:43:04 +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
Ryan Boren f2bba67fe9 Add missing quotes for returned values in admin-ajax.php. Props Simek. fixes #9654
git-svn-id: https://develop.svn.wordpress.org/trunk@11099 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 18:36:27 +00:00
Andrew Ozz cf45258321 Add and edit widget when js is disabled, see #9511
git-svn-id: https://develop.svn.wordpress.org/trunk@11009 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-20 10:58:50 +00:00
Andrew Ozz d96dc87343 Keep the same name and remove unused core, see [10987]
git-svn-id: https://develop.svn.wordpress.org/trunk@10988 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 12:55:03 +00:00
Andrew Ozz 84207a7e84 Show proper error when adding a custom field without a value, props scohoust, fixes #7541
git-svn-id: https://develop.svn.wordpress.org/trunk@10957 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 21:55:35 +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 e01670f1c8 Widgets: open when adding, clean-up AJAX calls, slower animation/less jumping in IE, see #9511
git-svn-id: https://develop.svn.wordpress.org/trunk@10922 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-13 16:20:58 +00:00
Andrew Ozz fd57c70c84 Prevent hiding of the Publish postbox
git-svn-id: https://develop.svn.wordpress.org/trunk@10917 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-13 03:39:46 +00:00
Andrew Ozz 8e48888e47 Widgets page, first run, see #9511
git-svn-id: https://develop.svn.wordpress.org/trunk@10912 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-11 14:37:24 +00:00
Ryan Boren 23eb9d942b Add per page screen option for tags
git-svn-id: https://develop.svn.wordpress.org/trunk@10909 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-10 21:52:57 +00:00
Ryan Boren 5ff32a2dad Add per page screen option for categories
git-svn-id: https://develop.svn.wordpress.org/trunk@10908 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-10 21:47:01 +00:00
Ryan Boren f7df1f116e Add option to check if term exists with given parent. Update ajax add-cat check to pass parent when checking if cat exists.
git-svn-id: https://develop.svn.wordpress.org/trunk@10905 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-10 20:58:25 +00:00
Andrew Ozz 10aaa00f62 Tag descriptions, props aaroncampbell, fixes #9381
git-svn-id: https://develop.svn.wordpress.org/trunk@10903 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-09 16:00:40 +00:00
Andrew Ozz bd0313e3bc Styling and minor improvements for items per page option
git-svn-id: https://develop.svn.wordpress.org/trunk@10872 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-05 08:25:10 +00:00
Andrew Ozz ac2b09ccc8 Fix highlighting of the whole page while dragging a sortable in WebKit, ajax tag cloud for non-admin users
git-svn-id: https://develop.svn.wordpress.org/trunk@10849 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-28 08:21:43 +00:00
Ryan Boren ea904a0ba0 Add per page option to Screen Options for comments, posts, pages, and media.
git-svn-id: https://develop.svn.wordpress.org/trunk@10847 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-27 22:47:47 +00:00
Ryan Boren 5d8651d6f3 gettext comments. Props nbachiyski. see #9112
git-svn-id: https://develop.svn.wordpress.org/trunk@10774 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-13 03:53:39 +00:00
Ryan Boren 125fa7591b Fire nopriv actions from post and ajax handlers when user is not logged in.
git-svn-id: https://develop.svn.wordpress.org/trunk@10720 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 21:43:35 +00:00
Ryan Boren 3ec5d3c2ef Allow users with edit_posts cap to use ajax tag search. Props yoavf. fixes #8651
git-svn-id: https://develop.svn.wordpress.org/trunk@10719 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-05 20:30:56 +00:00
Ryan Boren 5b4d3c536d Add some error feedback to ajax comment moderation. see #9261
git-svn-id: https://develop.svn.wordpress.org/trunk@10681 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-02 21:48:37 +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 741e981d8a Fire admin_init action in admin-ajax. Props DD32. fixes #8574
git-svn-id: https://develop.svn.wordpress.org/trunk@10622 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-22 06:58:26 +00:00
Ryan Boren bc444b8594 Make can_compress_scripts a site option. Add site option wrappers for WP.
git-svn-id: https://develop.svn.wordpress.org/trunk@10593 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-18 23:38:11 +00:00
Ryan Boren fc84c4b94c Define WP_IMPORTING for lj-importer. see #8999
git-svn-id: https://develop.svn.wordpress.org/trunk@10580 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-16 20:59:11 +00:00
Andrew Ozz ab056a19be Custom taxonomies support: quick edit, delete, show in the menu
git-svn-id: https://develop.svn.wordpress.org/trunk@10557 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-12 08:00:29 +00:00
Ryan Boren 1a3a511688 More custom taxonomy support for edit-tags.php
git-svn-id: https://develop.svn.wordpress.org/trunk@10555 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-12 00:00:01 +00:00
Ryan Boren 7d6bf009cd Revert the revert per Matt. see #8999
git-svn-id: https://develop.svn.wordpress.org/trunk@10501 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-04 18:24:02 +00:00
Ryan Boren d20aa7befb Revert new LJ importer. see #8999
git-svn-id: https://develop.svn.wordpress.org/trunk@10500 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-04 17:49:11 +00:00
Ryan Boren 9599eaa2ca Respect time zone when displaying autosave and revision time. Props janbrasna, designsimply. fixes #8750 #6489 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10490 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-03 23:04:31 +00:00
Andrew Ozz 13d3219317 Detect when the server compresses output, see #8628
git-svn-id: https://develop.svn.wordpress.org/trunk@10476 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-01 09:45:24 +00:00
Andrew Ozz 8ec672d58c Completely New LiveJournal Importer, props beaulebens, see #8999
git-svn-id: https://develop.svn.wordpress.org/trunk@10475 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-31 18:41:35 +00:00
Andrew Ozz 13865daa5a Add Content-Type header to admin-ajax and press this, props UnderWordPressure, fixes #8795
git-svn-id: https://develop.svn.wordpress.org/trunk@10375 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-18 05:40:40 +00:00
Andrew Ozz 22eddf34d2 Split the script queue in head and footer part, concatenate and compress the default js and css, first run, see #8628
git-svn-id: https://develop.svn.wordpress.org/trunk@10357 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-14 14:18:51 +00:00
Andrew Ozz 2df4ac7356 Fix comment action links after quick editing and reloading of page on enter while quick editing.
git-svn-id: https://develop.svn.wordpress.org/trunk@10349 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-13 01:31:19 +00:00
Andrew Ozz 80fb5c79ce Cleanup js files and prepare for concatenating, move most inline js to files
git-svn-id: https://develop.svn.wordpress.org/trunk@10348 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-12 13:43:17 +00:00
Ryan Boren a241246c35 Check for is_wp_error() return
git-svn-id: https://develop.svn.wordpress.org/trunk@10261 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-30 18:04:52 +00:00
Ryan Boren 3c7eca56ab Allow muliple tag-like taxonomies in the post editor. see #6387
git-svn-id: https://develop.svn.wordpress.org/trunk@10222 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-18 19:12:26 +00:00
Matt Mullenweg 9577892237 Update pagination links on edit-comments when approving/deleting/etc. Hat tip: mdawaffe. Fixes #8584.
git-svn-id: https://develop.svn.wordpress.org/trunk@10204 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-14 12:13:30 +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
Mark Jaquith 3bdf883c22 More informative error for when there are no popular tags. fixes #8522
git-svn-id: https://develop.svn.wordpress.org/trunk@10142 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 12:24:14 +00:00
Andrew Ozz 1d11d269e3 Fix comment actions after using QE when listing pending and spam comments
git-svn-id: https://develop.svn.wordpress.org/trunk@10116 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 12:18:04 +00:00
Mark Jaquith 82f5b2b5f3 Make AJAX comment river post_id and comment_type aware
git-svn-id: https://develop.svn.wordpress.org/trunk@10104 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 07:31:27 +00:00
Ryan Boren f19167fbca User term IDs returned from wp_update_term() in case a plugin that remaps IDs is in use
git-svn-id: https://develop.svn.wordpress.org/trunk@10055 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 04:08:20 +00:00
Andrew Ozz bda14a101a Fix QE for categories when category description has quotes
git-svn-id: https://develop.svn.wordpress.org/trunk@9963 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 13:03:03 +00:00
Andrew Ozz 85128c9da6 Fix QE and Reply actions on comments that come in via infinite comment stream
git-svn-id: https://develop.svn.wordpress.org/trunk@9868 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-25 02:41:54 +00:00