Andrew Ozz
|
c721f308ce
|
Add quotes to [value="some"] selectors, see #16426
git-svn-id: https://develop.svn.wordpress.org/trunk@17777 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-30 02:15:08 +00:00 |
Andrew Ozz
|
07a62334de
|
Distraction Free Writing mode, see #17136
git-svn-id: https://develop.svn.wordpress.org/trunk@17695 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-25 01:01:34 +00:00 |
Ryan Boren
|
777b15311d
|
Preserve tag escaping. Props koopersmith, Nils Jueneman. For trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@17398 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-02-05 18:31:05 +00:00 |
Ryan Boren
|
9f9f401c42
|
Fix comment manipulation on edit post screen. Props garyc40. fixes #15876
git-svn-id: https://develop.svn.wordpress.org/trunk@17113 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-12-22 19:03:43 +00:00 |
Mark Jaquith
|
86ab422fcc
|
Move Post Format UI out of Publish meta box and into its own box. see #15638
git-svn-id: https://develop.svn.wordpress.org/trunk@16678 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-12-02 02:42:38 +00:00 |
scribu
|
907353550e
|
Get rid of in favor of . Fixes #15607. See #15580
git-svn-id: https://develop.svn.wordpress.org/trunk@16617 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-29 20:15:04 +00:00 |
Andrew Nacin
|
e8ea01b4dc
|
More updates to post.js. see [16248].
git-svn-id: https://develop.svn.wordpress.org/trunk@16408 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-16 22:13:17 +00:00 |
Mark Jaquith
|
647422ad33
|
Switch to radio boxes for Post Format picking. Saves a click. Maybe we should do this with Post Status as well. see #14746
git-svn-id: https://develop.svn.wordpress.org/trunk@16314 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-12 04:05:33 +00:00 |
Andrew Nacin
|
7be12299b7
|
Merge two strings in JS, which were merged elsewhere some time ago.
git-svn-id: https://develop.svn.wordpress.org/trunk@16248 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-09 00:52:02 +00:00 |
Mark Jaquith
|
018429a9f6
|
Do our return falses. Props duck_. see #14746
git-svn-id: https://develop.svn.wordpress.org/trunk@16187 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-04 17:58:04 +00:00 |
Mark Jaquith
|
ef54c47f7a
|
add_theme_support( 'post-formats', array( 'aside', 'image', 'etc' ) ); Add UI for choosing a post format, and save the choice. see #14746
git-svn-id: https://develop.svn.wordpress.org/trunk@16174 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-04 07:41:07 +00:00 |
Nikolay Bachiyski
|
f4084990ea
|
Focus on category field when adding a new category in the write panel
git-svn-id: https://develop.svn.wordpress.org/trunk@14940 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-26 09:17:40 +00:00 |
Mark Jaquith
|
dafdd33220
|
Add nonce protection for setting/removing featured post image. fixes #13438
git-svn-id: https://develop.svn.wordpress.org/trunk@14730 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-18 22:08:49 +00:00 |
Ryan Boren
|
afc24755fc
|
autosave_update_post_ID() no longer needed. Fix button enable lag. Props duck_. fixes #13400
git-svn-id: https://develop.svn.wordpress.org/trunk@14663 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-15 14:03:46 +00:00 |
Dion Hulse
|
7f9bee2845
|
Fix alignment/location of "Add" on non-hierarchical taxonomy addition boxes. Props ocean90. Fixes #12153
git-svn-id: https://develop.svn.wordpress.org/trunk@14390 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-03 19:29:17 +00:00 |
Dion Hulse
|
c1fe068ec6
|
Handle ", " and "," in non-hierarchical term suggestion. Props ocean90. Fixes #12152
git-svn-id: https://develop.svn.wordpress.org/trunk@14387 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-03 19:23:44 +00:00 |
Dion Hulse
|
632de8561e
|
Fix undefined page var in Post Javascript; Fixes inactive cancel button in Publish time selection. Props duck_. Fixes #12829
git-svn-id: https://develop.svn.wordpress.org/trunk@14125 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-18 01:54:44 +00:00 |
Andrew Nacin
|
7456b2d56c
|
Fix display of 'enter title here'. see #12591
git-svn-id: https://develop.svn.wordpress.org/trunk@13969 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-03 12:27:46 +00:00 |
Andrew Nacin
|
76049e428d
|
Add 'enter title here' text to title box. see #12591
git-svn-id: https://develop.svn.wordpress.org/trunk@13964 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-03 10:23:17 +00:00 |
Dion Hulse
|
ff6575838c
|
Use the correct slug value for reverting post slug inline editing. Props mitchoyoshitaka. Fixes #12788
git-svn-id: https://develop.svn.wordpress.org/trunk@13909 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-01 10:16:55 +00:00 |
Dion Hulse
|
da2927d104
|
Display the list of Terms in a non-hierarchical taxonomy on the Post Edit page even if they cannot modify them. See #12035
git-svn-id: https://develop.svn.wordpress.org/trunk@13855 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-28 02:37:10 +00:00 |
Ryan Boren
|
0a2d1ad6ec
|
Fix metabox hiding. Props scribu. fixes #12439
git-svn-id: https://develop.svn.wordpress.org/trunk@13551 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-02 18:06:14 +00:00 |
Ryan Boren
|
ab099ded21
|
Switch live() binding to a single selector. Props mdawaffe. fixes #12369
git-svn-id: https://develop.svn.wordpress.org/trunk@13410 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 21:46:04 +00:00 |
Andrew Ozz
|
bca05ce950
|
Sync checkboxes only for categories, some white space cleanup, props kevinB, fixes #12244
git-svn-id: https://develop.svn.wordpress.org/trunk@13195 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-18 11:20:15 +00:00 |
Ryan Boren
|
e5a67cebd5
|
Create metaboxes for hierarchical taxonomies. Props prettyboymp. fixes #10122
git-svn-id: https://develop.svn.wordpress.org/trunk@12798 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-22 19:30:05 +00:00 |
Ryan Boren
|
9ef2cb198f
|
More custom post type support. Props scribu. see #9674
git-svn-id: https://develop.svn.wordpress.org/trunk@12597 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-04 16:58:43 +00:00 |
Mark Jaquith
|
51e25872a6
|
Standardize around "post image" instead of "post thumbnail"
git-svn-id: https://develop.svn.wordpress.org/trunk@12339 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-12-08 16:34:04 +00:00 |
Andrew Ozz
|
c2b584a91b
|
Validate date/time fields for posts and comments, fixes #10309
git-svn-id: https://develop.svn.wordpress.org/trunk@12318 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-12-03 09:56:20 +00:00 |
Andrew Ozz
|
5988aa12b1
|
Fix hiding of "Add new tag" tip in IE6/7, props yoavf, fixes #11107
git-svn-id: https://develop.svn.wordpress.org/trunk@12159 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-11-09 21:54:52 +00:00 |
Andrew Ozz
|
5c564f80b5
|
Fix tag input tip in IE
git-svn-id: https://develop.svn.wordpress.org/trunk@12114 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-27 08:43:17 +00:00 |
Andrew Ozz
|
da41fd8836
|
Merge set-post-thumbnail-handler.js with post.js, move Post Thumbnail meta-box to /includes/meta-boxes.php, see #10928
git-svn-id: https://develop.svn.wordpress.org/trunk@12060 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-19 20:23:35 +00:00 |
Andrew Ozz
|
459e0bcfc9
|
Fix tags and categories postboxes in PressThis
git-svn-id: https://develop.svn.wordpress.org/trunk@12030 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-14 07:30:10 +00:00 |
Andrew Ozz
|
9d5f38a1df
|
Merge post.js with page.js and slug.js, optimize categories and tags JS, standardize postboxes IDs and JS.
git-svn-id: https://develop.svn.wordpress.org/trunk@12022 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-10-13 10:02:42 +00:00 |
Andrew Ozz
|
6db1862bd7
|
Fix race condition with autosave when clicking Publish immediately after entering post title, fixes #6728
git-svn-id: https://develop.svn.wordpress.org/trunk@11879 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-08-26 04:11:16 +00:00 |
Andrew Ozz
|
a7db9e2ac1
|
Fix the test for autosave in post.js, fixes #10135 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@11637 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-06-25 06:03:14 +00:00 |
Andrew Ozz
|
adda656922
|
Ensure autosave is run before showing preview for new posts/pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@11466 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-27 11:04:00 +00:00 |
Andrew Ozz
|
b4511b71fd
|
Change CSS classes to avoid collisions with ui.tabs, fixes #9740
git-svn-id: https://develop.svn.wordpress.org/trunk@11224 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-06 21:31:07 +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
|
c1eaa022ba
|
Don't block the Publish button after adding new category, fixes #9174
git-svn-id: https://develop.svn.wordpress.org/trunk@10596 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-19 18:49:47 +00:00 |
Andrew Ozz
|
7e830e17c4
|
Show comments on the Edit Post screen in separate postbox
git-svn-id: https://develop.svn.wordpress.org/trunk@10480 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-02-02 03:41:19 +00:00 |
Andrew Ozz
|
aae58c3556
|
Fix Press This tags input, fixes #8743
git-svn-id: https://develop.svn.wordpress.org/trunk@10374 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-18 00:56:15 +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 |
Andrew Ozz
|
416baab11a
|
Minify all js and add the non-minified files as .dev.js
git-svn-id: https://develop.svn.wordpress.org/trunk@10291 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-01-02 15:08:58 +00:00 |
Andrew Ozz
|
077540b9af
|
Faster hide-if-no-js, if-js-closed, etc. needed when loading scripts in the footer.
git-svn-id: https://develop.svn.wordpress.org/trunk@10258 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-27 12:18:38 +00:00 |
Andrew Ozz
|
fdfc9ec532
|
Fix l10n bug in post taxonomy js, props tellyworth, fixes #8717
git-svn-id: https://develop.svn.wordpress.org/trunk@10255 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-12-26 03:09:32 +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 |
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
|
46e0dfd13f
|
Hide slug box by default. Allow turning it on via screen options. fixes #8332
git-svn-id: https://develop.svn.wordpress.org/trunk@9956 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-28 22:35:01 +00:00 |
Mark Jaquith
|
ea4423bab7
|
Better handling of text for submit button on already scheduled pages/posts
git-svn-id: https://develop.svn.wordpress.org/trunk@9678 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-14 08:39:39 +00:00 |
Andrew Ozz
|
054a6aa047
|
Keep state for image size, alignment and url in the uploader and for categories view on the write page, fixes #7520
git-svn-id: https://develop.svn.wordpress.org/trunk@9654 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-13 03:07:39 +00:00 |
Mark Jaquith
|
fa2bd6f96e
|
Visibility section of Publish Module for Posts. Pages later.
git-svn-id: https://develop.svn.wordpress.org/trunk@9639 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-12 18:36:48 +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 |
Andrew Ozz
|
cf9e769f9d
|
Fix adding similar tags
git-svn-id: https://develop.svn.wordpress.org/trunk@9542 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-06 02:54:35 +00:00 |
Andrew Ozz
|
baac11eb10
|
Fixes for choose tag from tag cloud and reply to comment from admin
git-svn-id: https://develop.svn.wordpress.org/trunk@9520 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-05 01:44:10 +00:00 |
Andrew Ozz
|
2dde47a9f2
|
Add "Choose from popular tags" to the tags postbox
git-svn-id: https://develop.svn.wordpress.org/trunk@9518 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-04 23:15:59 +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 |
Andrew Ozz
|
8b6e95b056
|
Preview fixes: ensure autosave is run at least once on new posts before preview, properly show previews for pending and scheduled posts.
git-svn-id: https://develop.svn.wordpress.org/trunk@9473 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-11-02 13:56:32 +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 |
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 |
Ryan Boren
|
7e5ff53d55
|
Revert [9413]
git-svn-id: https://develop.svn.wordpress.org/trunk@9414 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-30 15:50:21 +00:00 |
Andrew Ozz
|
13e64e6a9c
|
Better comments listing, props Matt
git-svn-id: https://develop.svn.wordpress.org/trunk@9413 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-30 12:24:11 +00:00 |
Mark Jaquith
|
ac4b4e001e
|
More work on Publish postbox. Post status tweaks, post date tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@9402 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-29 19:22:56 +00:00 |
Andrew Ozz
|
930876240f
|
Comments post-box: show 10 comments at load only if the postbox is not hidden
git-svn-id: https://develop.svn.wordpress.org/trunk@9241 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-18 17:00:20 +00:00 |
Andrew Ozz
|
492d8278cb
|
Comments post-box: show comments on the currently edited post with ajax, 20 at a time
git-svn-id: https://develop.svn.wordpress.org/trunk@9225 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-10-17 09:44:22 +00:00 |
Ryan Boren
|
e506385bd1
|
Column hiding for comments. Settings box JS consolidation. Props Viper007Bond. see #7725
git-svn-id: https://develop.svn.wordpress.org/trunk@8988 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-26 01:05:52 +00:00 |
Andrew Ozz
|
1933cadce7
|
Publish postbox and post status select updates.
git-svn-id: https://develop.svn.wordpress.org/trunk@8889 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-14 12:58:00 +00:00 |
Andrew Ozz
|
ce124c4f4f
|
Edit/Save buttons and post status select changes.
git-svn-id: https://develop.svn.wordpress.org/trunk@8875 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-09-12 13:12:28 +00:00 |
Andrew Ozz
|
513f9fea23
|
Some 'Show on screen' metabox settings styling, see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8726 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-25 10:17:41 +00:00 |
Ryan Boren
|
8374946003
|
First cut of 'Show on screen' metabox show/hide. Needs styling. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8712 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-22 18:58:42 +00:00 |
Ryan Boren
|
6db75e59d4
|
Collapse crazyhorse to trunk. Incoming! see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@8691 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-08-20 21:42:31 +00:00 |
Mark Jaquith
|
93aa40cbff
|
Enable tag auto-suggest for multiple tags at once (without having to hit enter and send each one "down below"). fixes #5580
git-svn-id: https://develop.svn.wordpress.org/trunk@8214 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-06-30 00:04:22 +00:00 |
Ryan Boren
|
672ca87116
|
Respect post_ID update when doing multiple add meta AJAX requests. Props mdawaffe. fixes #7170 see #6457
git-svn-id: https://develop.svn.wordpress.org/trunk@8177 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-06-23 23:25:15 +00:00 |
Ryan Boren
|
6c16408dce
|
Put checked categories at the top of the checlist. Props mdawaffe. fixes #7000 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7956 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-19 21:35:18 +00:00 |
Ryan Boren
|
398253a850
|
Press This: AJAX load all tabs, add tag UI, make category list scrollable.
git-svn-id: https://develop.svn.wordpress.org/trunk@7932 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-05-14 20:01:09 +00:00 |
Ryan Boren
|
8c81b54425
|
wp_category_checklist() fixes from mdawaffe. fixes #6810 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7777 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-22 22:45:53 +00:00 |
Ryan Boren
|
2d413e83cd
|
Revert [7689], gonna try another approach. see #6677
git-svn-id: https://develop.svn.wordpress.org/trunk@7720 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-17 19:32:38 +00:00 |
Ryan Boren
|
97cfa272b0
|
Demand load the category list. Props mdawaffe. see #6677
git-svn-id: https://develop.svn.wordpress.org/trunk@7689 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-15 18:00:52 +00:00 |
Ryan Boren
|
14b93694f0
|
More efficient category and list JS from mdawaffe. fixes #6677 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7669 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-04-14 19:31:20 +00:00 |
Mark Jaquith
|
5e779414fd
|
Clean up the Write Post/Write Page/Edit Comment screens for people without JS. Introduce the hide-if-no-js and hide-if-js automagical classes. fixes #6395
git-svn-id: https://develop.svn.wordpress.org/trunk@7529 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-26 20:06:18 +00:00 |
Peter Westwood
|
c72ca65a25
|
Add tabindex. See #6352.
git-svn-id: https://develop.svn.wordpress.org/trunk@7479 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-22 21:25:21 +00:00 |
Ryan Boren
|
e31076e464
|
Fix custom field add/update/delete. Props mdawaffe. fixes #6343
git-svn-id: https://develop.svn.wordpress.org/trunk@7468 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-22 08:15:48 +00:00 |
Mark Jaquith
|
9de58b184a
|
Autosave when title has content and loses focus. props ryan. see #5749
git-svn-id: https://develop.svn.wordpress.org/trunk@7394 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-19 05:38:58 +00:00 |
Ryan Boren
|
56a7acdf15
|
Better date editing from MarkJaquith. see #6250
git-svn-id: https://develop.svn.wordpress.org/trunk@7338 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-16 23:05:16 +00:00 |
Peter Westwood
|
2d7ba950bc
|
Switch from addLoadEvent to jQuery(document).ready. Fixes #6241 props azaozz.
git-svn-id: https://develop.svn.wordpress.org/trunk@7325 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-15 22:57:47 +00:00 |
Matt Mullenweg
|
1d749413cd
|
Date display and editing tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@7285 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-14 08:17:59 +00:00 |
Ryan Boren
|
a87c748d19
|
Set focus for some fields. Props nbachiyski. fixes #6080
git-svn-id: https://develop.svn.wordpress.org/trunk@7143 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-03 21:12:17 +00:00 |
Ryan Boren
|
6d7441c26e
|
Remove trailing whites.
git-svn-id: https://develop.svn.wordpress.org/trunk@7130 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-03-02 20:17:30 +00:00 |
Ryan Boren
|
d3610be6ed
|
Return false from edit timestamp click handler. Props fitztrev. fixes #5954
git-svn-id: https://develop.svn.wordpress.org/trunk@6975 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-22 06:12:10 +00:00 |
Ryan Boren
|
908ed8a196
|
Validation fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@6961 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-21 22:20:19 +00:00 |
Ryan Boren
|
da73b7408d
|
Slug edit for pages. Hide advanced slug field if JS enabled. Trigger first autosave after 15 chars. Set autosave interval to 60s. Props filosofo. see #5749
git-svn-id: https://develop.svn.wordpress.org/trunk@6955 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-21 20:19:34 +00:00 |
Ryan Boren
|
af4c2613d4
|
Move timestamp to submitbox. Put it in a slidedown. see #5846
git-svn-id: https://develop.svn.wordpress.org/trunk@6904 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-18 22:07:57 +00:00 |
Ryan Boren
|
3b76fae7e4
|
Save tags lingering in quick add box upon save. Props fitzrev. fixes #5849
git-svn-id: https://develop.svn.wordpress.org/trunk@6834 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-14 00:51:28 +00:00 |
Ryan Boren
|
bfa0dd639a
|
Move editor js to editor.js. fixes #5799
git-svn-id: https://develop.svn.wordpress.org/trunk@6770 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-09 13:08:28 +00:00 |
Ryan Boren
|
4c6d9571f9
|
Postbox save updates and admin js refactoring from nbachiyski. fixes #5799
git-svn-id: https://develop.svn.wordpress.org/trunk@6761 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-02-08 19:57:50 +00:00 |
Ryan Boren
|
4be56a17b1
|
TinyMCE 3.0 Final from azaozz. see #5674
git-svn-id: https://develop.svn.wordpress.org/trunk@6694 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-31 18:10:46 +00:00 |
Ryan Boren
|
8f407953f7
|
Move postbox to postbox.js. Don't load cat and tag js for pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@6675 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-28 21:34:42 +00:00 |
Ryan Boren
|
53ab4b8faa
|
Fill edit slug box with current slug. Props johnbillion and nbachiyski. fixes #5704
git-svn-id: https://develop.svn.wordpress.org/trunk@6674 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-28 20:25:39 +00:00 |
Matt Mullenweg
|
098e6672e4
|
Edit permalink in place. Fixes #5679. Hat tip: nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@6633 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-17 16:51:32 +00:00 |
Ryan Boren
|
17bb5332ab
|
Don't do form submit when pressing enter in add new tag box. Props mdawaffe. fixes #5629
git-svn-id: https://develop.svn.wordpress.org/trunk@6602 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-12 15:54:44 +00:00 |
Matt Mullenweg
|
3a11dc94c0
|
Fixes to category list saving. Hat tip: mdawaffe. Fixes #5631
git-svn-id: https://develop.svn.wordpress.org/trunk@6597 602fd350-edb4-49c9-b593-d223f7449a82
|
2008-01-10 22:42:49 +00:00 |