root/trunk/wp-admin/admin-ajax.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9759 [9759] 11/18/08 18:38:20 ryan Allow underscores in page names for meta box and column requests. see …
(edit) @9712 [9712] 11/15/08 12:04:38 azaozz QE: fix notices and check if the returned string contains the row HTML, …
(edit) @9629 [9629] 11/12/08 05:02:58 ryan Limit tag suggest to tags. Props DD32. fixes #8164
(edit) @9541 [9541] 11/06/08 02:05:59 ryan notice fixes
(edit) @9518 [9518] 11/04/08 23:15:59 azaozz Add "Choose from popular tags" to the tags postbox
(edit) @9354 [9354] 10/26/08 09:08:52 azaozz 2 column pages for Categories and Link Categories
(edit) @9345 [9345] 10/25/08 20:55:40 azaozz More styling for the Tags page, change the Options pages background color …
(edit) @9281 [9281] 10/22/08 17:15:19 ryan Allow action? in admin-ajax.php. Props misterbisson. fixes #7945
(edit) @9225 [9225] 10/17/08 09:44:22 azaozz Comments post-box: show comments on the currently edited post with ajax, …
(edit) @9216 [9216] 10/16/08 21:59:06 azaozz Show warning if user is logged out while writing or editing, includes …
(edit) @9103 [9103] 10/08/08 23:32:34 ryan Draggable dash, first cut. Props mdawaffe. see #7552
(edit) @9098 [9098] 10/08/08 01:18:16 azaozz Convert the comment reply popup to a temp table row for consistency, add …
(edit) @9083 [9083] 10/05/08 04:43:52 azaozz Quick Edit for Tags, Categories and Link Categories, improvements to …
(edit) @8973 [8973] 09/25/08 13:42:34 azaozz Batch editing, first cut, see #6815
(edit) @8943 [8943] 09/21/08 19:45:45 azaozz Sytling and improvements to inline editing, see #6815
(edit) @8917 [8917] 09/17/08 11:32:33 azaozz Add nonces to quick edit, see #6815
(edit) @8901 [8901] 09/16/08 04:24:28 azaozz Reattaching of orphan attachments and choose post/page ajaxed search box
(edit) @8858 [8858] 09/11/08 01:46:30 ryan Column hiding for manage posts. see #7725
(edit) @8857 [8857] 09/10/08 22:47:03 ryan Inline editing. First cut. Props Aaron Harp. see #6815
(edit) @8754 [8754] 08/27/08 20:47:01 westi Performance improvements using strpos. Fixes #7611 and #7610 props …
(edit) @8720 [8720] 08/24/08 06:56:22 azaozz Reply to comments from admin, first run, see #7435
(edit) @8712 [8712] 08/22/08 18:58:42 ryan First cut of 'Show on screen' metabox show/hide. Needs styling. see #7552
(edit) @8691 [8691] 08/20/08 21:42:31 ryan Collapse crazyhorse to trunk. Incoming! see #7552
(edit) @8618 [8618] 08/11/08 20:26:31 ryan WP-Admin File Level Inline Documentation from santosj. see #7496
(edit) @8600 [8600] 08/09/08 05:36:14 ryan Trailing whitespace cleanup
(edit) @8490 [8490] 07/29/08 22:14:53 ryan Fix gravatars for infinite comments. Props mdawaffe. fixes #7432 for trunk
(edit) @8296 [8296] 07/09/08 02:00:21 matt Ajax Deleting an object that's already been deleted should silently …
(edit) @8214 [8214] 06/30/08 00:04:22 markjaquith Enable tag auto-suggest for multiple tags at once (without having to hit …
(edit) @8011 [8011] 05/29/08 22:21:36 ryan Post revisions API cleanup from mdawaffe. see #6775
(edit) @7971 [7971] 05/21/08 05:59:27 ryan Allow wp-config.php to exist one level up from WordPress root directory. …
(edit) @7956 [7956] 05/19/08 21:35:18 ryan Put checked categories at the top of the checlist. Props mdawaffe. fixes …
(edit) @7907 [7907] 05/08/08 17:25:07 ryan Move autosave to post revisions. Props mdawaffe. see #6775
(edit) @7777 [7777] 04/22/08 22:45:53 ryan wp_category_checklist() fixes from mdawaffe. fixes #6810 for trunk
(edit) @7747 [7747] 04/18/08 23:38:21 ryan Post revisions from mdawaffe. see #6775
(edit) @7660 [7660] 04/14/08 16:57:29 ryan Check create_users cap instead of edit_users wgen adding/inserting users. …
(edit) @7645 [7645] 04/14/08 16:13:25 ryan Prepare DB queries in more places. Props filosofo. see #6644
(edit) @7509 [7509] 03/25/08 01:42:38 ryan Fix addition of new meta keys when no meta keys currently exist. Props …
(edit) @7468 [7468] 03/22/08 08:15:48 ryan Fix custom field add/update/delete. Props mdawaffe. fixes #6343
(edit) @7376 [7376] 03/18/08 04:59:54 ryan More nonce renewals from andy. fixes #6266
(edit) @7375 [7375] 03/18/08 02:43:20 ryan Renew autosave nonce. Props andy. fixes #6266
(edit) @7352 [7352] 03/17/08 22:18:32 ryan Display 15 posts. Remove no longer needed add-post AJAX action. Props …
(edit) @7336 [7336] 03/16/08 20:37:02 ryan Don't allow duplicate category creation. Props westi and mdawaffe. fixes …
(edit) @7162 [7162] 03/05/08 22:09:28 markjaquith Post slug fixes from nbachiyski. fixes #6072
(edit) @7146 [7146] 03/04/08 00:05:30 ryan Post edit collision detection fixes from mdawaffe. fixes #6043
(edit) @7145 [7145] 03/03/08 21:15:34 ryan Autosave notice styling from mdawaffe. fixes #6054
(edit) @7139 [7139] 03/03/08 21:02:53 ryan Slug edit fix from nbachiyski. fixes #6072
(edit) @7138 [7138] 03/03/08 20:58:06 ryan Only show "saved at" when the post was actually saved. Props mdawaffe. …
(edit) @7103 [7103] 02/29/08 09:51:36 ryan Post Edit Collision Detection from mdawaffe. fixes #6043
(edit) @7098 [7098] 02/28/08 22:12:04 ryan Fade approved comments from moderated list. Props mdawaffe. fixes #6032
(edit) @7082 [7082] 02/28/08 06:50:25 ryan Unify comment display. Props mdawaffe. fixes #6025
(edit) @6983 [6983] 02/22/08 17:43:56 ryan Notice fixes from nbachiyski. fixes #5961
(edit) @6954 [6954] 02/21/08 17:08:06 ryan Show permalink editor on new posts after autosave. Props filosofo. see …
(edit) @6953 [6953] 02/21/08 06:19:46 ryan Auto add preview link after autosaving a new post or page. Props filosofo. …
(edit) @6788 [6788] 02/11/08 17:40:16 ryan Fix edit slug ajax nonce. props nbachiyski. see #5816
(edit) @6761 [6761] 02/08/08 19:57:50 ryan Postbox save updates and admin js refactoring from nbachiyski. fixes #5799
(edit) @6739 [6739] 02/06/08 21:19:47 ryan Remove cookie checking from check_ajax_referer(). Check nonces instead. …
(edit) @6726 [6726] 02/05/08 06:47:27 ryan Trailing whitespace cleanup
(edit) @6660 [6660] 01/25/08 19:29:01 ryan First cut at Manage->Tags. Props jhodgdon. see #5684
(edit) @6633 [6633] 01/17/08 16:51:32 matt Edit permalink in place. Fixes #5679. Hat tip: nbachiyski.
(edit) @6631 [6631] 01/17/08 02:46:22 matt This destroys other shutdown actions.
(edit) @6591 [6591] 01/10/08 20:19:58 ryan Fixes for new categories interface from mdawaffe. fixes #5618
(edit) @6588 [6588] 01/10/08 09:39:35 matt New experimental category interface, fixes #5618. Hat tip: mdawaffe.
(edit) @6584 [6584] 01/09/08 17:46:13 ryan Save toggle box open/closed state. Props nbachiyski. fixes #5610
(edit) @6570 [6570] 01/07/08 20:38:49 ryan Mass select for users from cpoteet and mdawaffe. fixes #5592
(edit) @6556 [6556] 01/04/08 23:34:33 ryan Widget admin redesign from mdawaffe. see #5583
(edit) @6542 [6542] 01/03/08 01:34:11 matt New tag interface, tag auto-suggest while typing. Rough - suggest and …
(edit) @6373 [6373] 12/11/07 20:30:22 westi Autosave tags as well. Fixes #5359 props sembee
(edit) @6329 [6329] 11/12/07 19:12:49 ryan Output WP_Error message when adding categories via AJAX. fixes #5342
(edit) @6303 [6303] 11/01/07 06:23:16 ryan JS/AJAX form validation from mdawaffe. fixes #5299
(edit) @6299 [6299] 10/31/07 03:53:32 ryan AJAX for link category add and delete. Props mdawaffe. fixes #5291
(edit) @6287 [6287] 10/23/07 23:02:24 ryan Post filter fixes from mdawaffe. fixes #5249
(edit) @6213 [6213] 10/09/07 22:49:42 ryan jquery for list manipulation. Round one, fight. Props mdawaffe. fixes …
(edit) @6125 [6125] 09/18/07 16:32:22 ryan Add checks for WP_Error. Props filosofo. see #4809
(edit) @5923 [5923] 08/23/07 15:53:25 ryan Don't die with type
(edit) @5654 [5654] 06/05/07 05:08:27 ryan First cut of link category management. Rough and ugly.
(edit) @5637 [5637] 06/02/07 02:53:09 ryan Separate AJAX cat adder into post and link flavors. see #4189
(edit) @5545 [5545] 05/25/07 09:53:16 ryan Fix include path. see #4334
(edit) @5542 [5542] 05/25/07 07:16:21 ryan Admin includes reorg. see #4334
(edit) @5118 [5118] 03/27/07 21:20:16 ryan Dynamically refill comment list when a comment is deleted. Props mdawaffe. …
(edit) @5089 [5089] 03/23/07 02:05:29 matt Ryan slays the dragon. (Some of these return WP_Error objects.)
(edit) @5087 [5087] 03/23/07 00:59:21 matt (int)er the dragon.
(edit) @4953 [4953] 02/27/07 15:24:54 markjaquith trailing tabs and whitespace cleanup.
(edit) @4882 [4882] 02/14/07 22:44:57 markjaquith Prevent double timezone offset when saving titleless AJAX-created drafts. …
(edit) @4760 [4760] 01/18/07 03:32:54 ryan Autosave fixes from mdawaffe. fixes #3601
(edit) @4700 [4700] 01/08/07 03:02:33 ryan js_escape and quot fixes from nbachiyski. fixes #3524
(edit) @4657 [4657] 12/21/06 10:45:58 markjaquith Whitespace cleanup for [4656]
(edit) @4656 [4656] 12/21/06 10:10:04 markjaquith new function for escaping within attributes: attribute_escape()
(edit) @4583 [4583] 12/01/06 23:00:04 ryan Better AJAX feedback messages and markup fixes. Props mdawaffe. fixes …
(edit) @4575 [4575] 12/01/06 12:02:30 ryan Avoid that something strange happened error. Props mdawaffe. fixes #3276
(edit) @4570 [4570] 12/01/06 04:38:07 ryan Use temporary title when creating empty posts. Props mdawaffe. fixes #3097
(edit) @4495 [4495] 11/19/06 07:56:05 ryan Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes …
(edit) @4424 [4424] 10/25/06 22:55:05 ryan Set eol style. fixes #3264
(edit) @4187 [4187] 09/13/06 21:39:53 ryan AJAX responsiveness improvements from mdawaffe. fixes #3099
(edit) @4163 [4163] 09/02/06 22:08:10 ryan Revert accidental commit.
(edit) @4162 [4162] 09/02/06 22:05:37 ryan Nonce delete comment. Props mdawaffe. fixes #3103
(edit) @4157 [4157] 09/02/06 17:03:57 ryan Ajax post meta fixes from mdawaffe. fixes #3098
(edit) @4086 [4086] 08/11/06 18:50:28 ryan autosave fix ups
(edit) @4082 [4082] 08/11/06 03:54:45 ryan Autosave and prototype. Props masquerade. fixes #3020 #3017
(edit) @4042 [4042] 07/25/06 19:01:52 ryan Admin AJAX tweaks from mdawaffe. fixes #2969
(edit) @4041 [4041] 07/25/06 06:36:10 ryan Category Ajax improvements from mdawaffe. fixes #2803
Note: See TracRevisionLog for help on using the revision log.