Commit Graph

75 Commits

Author SHA1 Message Date
Ryan Boren 368ceed2a8 Ajax plugin tweakage from mdawaffe. fixes #3334
git-svn-id: https://develop.svn.wordpress.org/trunk@4458 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-08 21:23:41 +00:00
Mark Jaquith 4022da0113 Another autosave typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@4441 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-02 02:47:59 +00:00
Ryan Boren a3869af95f Seconds not milliseconds.
git-svn-id: https://develop.svn.wordpress.org/trunk@4440 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-01 17:19:33 +00:00
Ryan Boren 8c82107b6e Typo
git-svn-id: https://develop.svn.wordpress.org/trunk@4439 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-01 16:49:23 +00:00
Ryan Boren 02a2d051be Autosave periodical executor from masquerade. fixes #3195
git-svn-id: https://develop.svn.wordpress.org/trunk@4433 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-30 20:18:59 +00:00
Matt Mullenweg bc2d62560c Some UI cleanups, changes, and various miscellany.
git-svn-id: https://develop.svn.wordpress.org/trunk@4349 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-06 01:14:47 +00:00
Ryan Boren 455dd7d763 RTL enhancements from Sewar. #3136
git-svn-id: https://develop.svn.wordpress.org/trunk@4258 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-27 00:51:17 +00:00
Ryan Boren f81191d1a4 Tabbed editor fixes from skeltoac. #2829
git-svn-id: https://develop.svn.wordpress.org/trunk@4210 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-22 22:24:50 +00:00
Ryan Boren 58a933b906 Tabbed editor and autosave fixes. Props skeltoac and westi. #2829
git-svn-id: https://develop.svn.wordpress.org/trunk@4209 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-22 19:35:37 +00:00
Ryan Boren c82cc535bc Tabbed editor from skeltoac. fixes #2829
git-svn-id: https://develop.svn.wordpress.org/trunk@4206 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-22 07:04:41 +00:00
Ryan Boren 45cd582085 AJAX responsiveness improvements from mdawaffe. fixes #3099
git-svn-id: https://develop.svn.wordpress.org/trunk@4187 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-13 21:39:53 +00:00
Ryan Boren 3b731473ec Add ping status to autosave post array. Props skeltoac.
git-svn-id: https://develop.svn.wordpress.org/trunk@4185 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-12 00:01:18 +00:00
Ryan Boren 7e82eef627 Use get_option instead of get_settings. Just 'cause.
git-svn-id: https://develop.svn.wordpress.org/trunk@4144 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-30 21:46:31 +00:00
Ryan Boren 33e6c8fbde cache_javascript_headers() from masquerade. fixes #3059 #2799
git-svn-id: https://develop.svn.wordpress.org/trunk@4109 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-22 17:31:53 +00:00
Ryan Boren 8dba300bf5 Use get_option instead of get_bloginfo to retrieve siteurl cause the two aren't the same for some mystical reason.
git-svn-id: https://develop.svn.wordpress.org/trunk@4107 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-22 05:57:28 +00:00
Ryan Boren f2e7bbb410 Don't autosave if no changes. Props masquerade. fixes #3042
git-svn-id: https://develop.svn.wordpress.org/trunk@4103 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-16 07:28:24 +00:00
Ryan Boren 0a31b264ac Don't autosave if no changes. Props masquerade. fixes #3042
git-svn-id: https://develop.svn.wordpress.org/trunk@4102 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-16 06:56:35 +00:00
Ryan Boren 5c2a838d90 Autosave focus grab fix from masquerade. fixes #3040
git-svn-id: https://develop.svn.wordpress.org/trunk@4101 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-16 02:50:03 +00:00
Ryan Boren 1309112916 Update action after generating a new nonce to reduce race condition window.
git-svn-id: https://develop.svn.wordpress.org/trunk@4098 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-15 21:07:13 +00:00
Ryan Boren 5f241c40be autosave fix ups
git-svn-id: https://develop.svn.wordpress.org/trunk@4086 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-11 18:50:28 +00:00
Ryan Boren 3cbad655d5 wpTriggerSave for autosave. does not move cursor.
git-svn-id: https://develop.svn.wordpress.org/trunk@4085 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-11 18:19:32 +00:00
Ryan Boren 0106320536 autosave span from masquerade
git-svn-id: https://develop.svn.wordpress.org/trunk@4084 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-11 07:26:48 +00:00
Ryan Boren ff9a056e8b Autosave and prototype. Props masquerade. fixes #3020 #3017
git-svn-id: https://develop.svn.wordpress.org/trunk@4082 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-11 03:54:45 +00:00
Ryan Boren 2b96969ee2 Update tinyMCE to 2.0.6.1. fixes #3003
git-svn-id: https://develop.svn.wordpress.org/trunk@4080 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-09 19:39:17 +00:00
Ryan Boren 0b25954d38 Use wp_die(). Props filosofo. fixes #2914
git-svn-id: https://develop.svn.wordpress.org/trunk@3985 602fd350-edb4-49c9-b593-d223f7449a82
2006-07-05 22:00:03 +00:00
Ryan Boren 81b4acdfd4 Get the foo out. Props skeltoac. fixes #2879
git-svn-id: https://develop.svn.wordpress.org/trunk@3938 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-30 00:07:30 +00:00
Ryan Boren 92b23838c8 Unlink TinySpell? tmp files
git-svn-id: https://develop.svn.wordpress.org/trunk@3879 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-15 21:28:08 +00:00
Ryan Boren 60eeedbcd9 Script loader from mdawaffe. #2701
git-svn-id: https://develop.svn.wordpress.org/trunk@3788 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-22 17:16:05 +00:00
Ryan Boren 6c81ba3cab We like big inputs. fixes #2662
git-svn-id: https://develop.svn.wordpress.org/trunk@3709 602fd350-edb4-49c9-b593-d223f7449a82
2006-04-17 23:27:18 +00:00
Ryan Boren 2aece33f8b Thwart the browser cache by versioning tinyMCE. Props to that Andy guy. fixes #2658
git-svn-id: https://develop.svn.wordpress.org/trunk@3703 602fd350-edb4-49c9-b593-d223f7449a82
2006-04-13 02:57:25 +00:00
Ryan Boren 0b6cff1a29 Mac users deserve their own backwards popup layout. Props to that Andy guy. fixes #2645
git-svn-id: https://develop.svn.wordpress.org/trunk@3698 602fd350-edb4-49c9-b593-d223f7449a82
2006-04-06 09:56:56 +00:00
Ryan Boren 321eeeb875 New SACK and DBX releases and some list manip fixes from mdawaffe. fixes #2642
git-svn-id: https://develop.svn.wordpress.org/trunk@3695 602fd350-edb4-49c9-b593-d223f7449a82
2006-04-05 20:58:57 +00:00
Ryan Boren aa88f20cff tinyMCE 2.0.5 coming at you live. fixes #2598
git-svn-id: https://develop.svn.wordpress.org/trunk@3664 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-30 07:50:33 +00:00
Ryan Boren cb23290318 AJAX, cause you love it. Props mdawaffe. fixes #2561
git-svn-id: https://develop.svn.wordpress.org/trunk@3660 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-29 01:51:55 +00:00
Ryan Boren 46e081fba2 Put categories dbx box up top and open. fixes #2493
git-svn-id: https://develop.svn.wordpress.org/trunk@3651 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-21 00:25:58 +00:00
Ryan Boren 5ce70ede4b Language support for TinyMCE. Props capt_kirk and Stephen Chu. fixes #2476
git-svn-id: https://develop.svn.wordpress.org/trunk@3623 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-06 22:51:28 +00:00
Ryan Boren ac58b495e7 Relative links in RTE. fixes #2492
git-svn-id: https://develop.svn.wordpress.org/trunk@3612 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-04 22:44:51 +00:00
Ryan Boren fea381e8de Mac meta keys from Alex King. fixes #2182
git-svn-id: https://develop.svn.wordpress.org/trunk@3569 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-24 03:55:25 +00:00
Ryan Boren 6008a133c4 Death to trailing tabs. Props Mark J. fixes #2405
git-svn-id: https://develop.svn.wordpress.org/trunk@3517 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-12 07:53:23 +00:00
Matt Mullenweg 5acb6224ec Updating to stable version.
git-svn-id: https://develop.svn.wordpress.org/trunk@3342 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-22 21:45:59 +00:00
Ryan Boren b7ef286e0b Compression tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@3320 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-16 08:04:55 +00:00
Ryan Boren 6428176144 Separate dbx managers for post and page forms. Props mdawaffe. fixes #2035
git-svn-id: https://develop.svn.wordpress.org/trunk@3313 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-15 21:48:12 +00:00
Ryan Boren b1d79fd8f7 Pluggable tinyMCE init. fixes #2080
git-svn-id: https://develop.svn.wordpress.org/trunk@3312 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-15 21:42:38 +00:00
Ryan Boren baeac0c8ee MCE improvements from skeltoac. fixes #2058
git-svn-id: https://develop.svn.wordpress.org/trunk@3292 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-12 01:27:56 +00:00
Ryan Boren a0fd8d74eb Gecko paste fix. fixes #2051
git-svn-id: https://develop.svn.wordpress.org/trunk@3287 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-11 01:32:05 +00:00
Ryan Boren d9c8d0818a MCE fix-em-ups from skeltoac. fixes #1962
git-svn-id: https://develop.svn.wordpress.org/trunk@3283 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-09 19:24:14 +00:00
Ryan Boren de15eae87a gzdeflate unnecessary. fixes #2038
git-svn-id: https://develop.svn.wordpress.org/trunk@3278 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-07 23:53:02 +00:00
Ryan Boren 6f6e018161 Remove calls to html_entity_decode(). fixes #2029
git-svn-id: https://develop.svn.wordpress.org/trunk@3276 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-07 00:36:07 +00:00
Ryan Boren 579e426260 autop fixes from skeltoac. fixes #2022
git-svn-id: https://develop.svn.wordpress.org/trunk@3273 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-05 17:00:01 +00:00
Ryan Boren 0ea01ba67c tinyMCE updates from skeltoac. fixes #1991
git-svn-id: https://develop.svn.wordpress.org/trunk@3265 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-05 03:04:25 +00:00