Mark Jaquith
1b4aa41b4c
Gracefully slide down the "{Name} is editing" notice portion of the post row, so everything isn't shifting down in an instant and throwing off people's clicks.
...
fixes #24553 . props kadamwhite, johnbillion.
git-svn-id: https://develop.svn.wordpress.org/trunk@24576 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-05 23:17:25 +00:00
Andrew Ozz
22f855d84e
Heartbeat: rename some vars/args to make them more intuitive, don't set user_id on every request, see #23216
...
git-svn-id: https://develop.svn.wordpress.org/trunk@24406 602fd350-edb4-49c9-b593-d223f7449a82
2013-06-05 00:13:40 +00:00
Andrew Ozz
657612fbaa
Post locks: do not check locks on the Posts screen if the list table is empty, see #23697
...
git-svn-id: https://develop.svn.wordpress.org/trunk@24299 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-20 04:10:43 +00:00
Andrew Ozz
631980b5fa
Post locks on the posts list screen: new icons for the lock, props empireoflight, show avatar for the user currently editing, props dh-shredder, see #23312
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23681 602fd350-edb4-49c9-b593-d223f7449a82
2013-03-13 00:28:07 +00:00
Andrew Nacin
b17b5a64e3
Stop using jQuery.live(). props ocean90. see #22975 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23444 602fd350-edb4-49c9-b593-d223f7449a82
2013-02-16 17:46:12 +00:00
Helen Hou-Sandi
a38f0e16c5
Remove the long-broken and questionably useful [more]/[less] toggle for hierarchical taxonomies in Quick/Bulk Edit. Nobody seems to have noticed in the nearly 3 years it's been broken. fixes #23006
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23354 602fd350-edb4-49c9-b593-d223f7449a82
2013-01-28 22:36:15 +00:00
Andrew Nacin
1119f34331
Use jQuery .html() when processing HTML.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@22916 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-29 02:42:06 +00:00
Andrew Nacin
e82d5080b8
New HiDPI spinner. Uses clean <span class="spinner"></span> markup.
...
Be on the lookout for weirdness.
props lessbloat. see #21456 .
git-svn-id: https://develop.svn.wordpress.org/trunk@22019 602fd350-edb4-49c9-b593-d223f7449a82
2012-09-26 19:57:44 +00:00
Andrew Nacin
db981a3b27
Switch to .min for compressed JS and CSS files.
...
* This moves our "development" versions from .dev.js to .js (same for css).
* The compressed version then moves from .js to .min.js (same for css).
By switching to the standard .min convention, it sets expectations for developers,
and works nicely with existing tools such as ack.
fixes #21633 .
git-svn-id: https://develop.svn.wordpress.org/trunk@21592 602fd350-edb4-49c9-b593-d223f7449a82
2012-08-23 00:04:18 +00:00
bumpbot
8715cf588b
Compress scripts/styles: 3.4-alpha-20192.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@20192 602fd350-edb4-49c9-b593-d223f7449a82
2012-03-15 13:58:27 +00:00
bumpbot
3189f43063
Compress scripts/styles: 3.4-alpha-19931.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19931 602fd350-edb4-49c9-b593-d223f7449a82
2012-02-15 19:27:20 +00:00
bumpbot
15c9daa5b9
Compress scripts/styles: 3.4-alpha-19854.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19854 602fd350-edb4-49c9-b593-d223f7449a82
2012-02-07 18:30:51 +00:00
Andrew Nacin
e455e2691b
Fix tags suggest for bulk edit, for post_type post and taxonomy post_tag. Address all non-hierarchical taxonomies in 3.4. fixes #19716 , props scottbasgaard.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19478 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-29 18:25:49 +00:00
Andrew Nacin
611a6118c9
Merge and update variable declarations. fixes #19176 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19205 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-07 17:45:24 +00:00
Jon Cave
d7ee58c7e2
Show the current post format in quick edit even if it's not supported. Props nacin, fixes #18083 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19011 602fd350-edb4-49c9-b593-d223f7449a82
2011-10-19 17:48:07 +00:00
Jon Cave
83f0e2c349
Add post formats to quick edit and bulk edit. Fixes #18083 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18722 602fd350-edb4-49c9-b593-d223f7449a82
2011-09-19 17:02:58 +00:00
Andrew Ozz
fc4915fb0f
Do not run bulk edit when the user clicks on a filter, fixes #17733
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18222 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-10 00:01:16 +00:00
Andrew Ozz
76f9fca002
Fix quick edit error message styling, props solarissmoke, fixes #16912 , fixes #14317
...
Fix top margin in bulk edit posts
git-svn-id: https://develop.svn.wordpress.org/trunk@18158 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-06 01:14:26 +00:00
Peter Westwood
e5812cf223
Scroll up to the top when bulk editing so the form is completely visible. Fixes #17208 props greuben.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18146 602fd350-edb4-49c9-b593-d223f7449a82
2011-06-05 09:56:12 +00:00
Andrew Ozz
3a20d6aa17
Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18027 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-25 01:04:12 +00:00
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
Mark Jaquith
a31ca04ccc
script compress and bump
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17285 602fd350-edb4-49c9-b593-d223f7449a82
2011-01-13 07:17:22 +00:00
scribu
fb9394167f
Ajaxify list-type screens in the admin. See #14579
...
git-svn-id: https://develop.svn.wordpress.org/trunk@15491 602fd350-edb4-49c9-b593-d223f7449a82
2010-08-11 21:54:51 +00:00
Ryan Boren
8ef5d73550
Custom taxonomy support for inline edit. Props prettyboymp. see #9674
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13535 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 15:48:01 +00:00
Ryan Boren
ec95afd3ca
Handle custom post types in inline edit js. Props jfarthing84. see #9674
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13292 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-22 17:21:33 +00:00
Andrew Ozz
07f2fd2e4b
Fix errors when bulk actions executed on empty list, props nacin, see #11184
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12317 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-03 01:43:49 +00:00
Mark Jaquith
d580bc1971
Add the author to the quick edit dropdown author list if they currently lack the ability to edit so as to avoid stealing their post away from them. fixes #10967
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12046 602fd350-edb4-49c9-b593-d223f7449a82
2009-10-17 05:18:29 +00:00
Andrew Ozz
c7b3be84cf
Improve QE data for Draft, Pending and Scheduled posts screens, see #10478
...
git-svn-id: https://develop.svn.wordpress.org/trunk@11743 602fd350-edb4-49c9-b593-d223f7449a82
2009-07-25 12:21:55 +00:00
Andrew Ozz
ffbb2b7b5f
Fix QE returned data for Pending and Scheduled posts screens, use jQuery.live() for QE events, fixes #10478
...
git-svn-id: https://develop.svn.wordpress.org/trunk@11742 602fd350-edb4-49c9-b593-d223f7449a82
2009-07-25 10:58:05 +00:00
Andrew Ozz
fd2d60391f
Remove events from categories chechboxes in quick edit to speed up page unload, see #8957
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10444 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-26 14:23:39 +00:00
Andrew Ozz
aa72ea0c2c
Fix tags suggest for post quick edit and bulk edit
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10402 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-22 12:24:25 +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
9088c62a48
Fix urlencoded chars in links after using QE
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10101 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 05:14:49 +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
Andrew Ozz
74a9694b10
Bulk Edit improvements, includes patch by FFEMTcJ, fixes #8376
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9973 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 03:51:45 +00:00
Andrew Ozz
3d3aa29798
QE: set colspan and fix IE input field width
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9738 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-17 20:08:38 +00:00
Andrew Ozz
57a1c6f31e
CSS fixes and improvements, also IE7 and some IE6 fixes
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9733 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-17 18:01:00 +00:00
Andrew Ozz
647180ee18
Show a space as thousands separator for comments count when setting from js, hide ajax throbber when QE returns an error, see#8227 fixes #8225
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9726 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 21:58:51 +00:00
Andrew Ozz
70914a2ca0
QE: fix notices and check if the returned string contains the row HTML, props DD32, fixes #8115
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9712 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 12:04:38 +00:00
Andrew Ozz
e8c6ee06c3
Update styling on link pages, fix state saving for link cats, no green bg after quick editing a post fixes #8143
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9703 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-14 23:58:17 +00:00
Andrew Ozz
48466e519d
Add check for bulk-edit when deleting posts/pages, see #8135
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9607 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 11:34:08 +00:00
Andrew Ozz
1edadef5b8
New design of Quick/Bulk Edit (added some colors and IE fixes), props mdawaffe, see #8144
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9604 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 02:58:24 +00:00
Andrew Ozz
e9773982af
Do not show comments column after quick editing a post from the Drafts screen, fixes #8113
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9585 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 08:58:32 +00:00
Andrew Ozz
f06a9763c3
Press Enter to save in Quick Edit, props aaron_guitar, fixes #8061
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9566 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 06:54:42 +00:00
Andrew Ozz
88370af289
Do not hide "Quick Edit" link after saving from QE, fixes #8060
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9519 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-04 23:48:29 +00:00
Andrew Ozz
eaa36ee402
Fix quick editing of last page in Edit Pages, props yoshi, fixes #8044
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9495 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-03 17:37:20 +00:00
Andrew Ozz
9baa38326e
Fix bulk edit and preview url
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9453 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-01 01:15:22 +00:00
Andrew Ozz
6f9e2877ca
Disable dblclick for pages, posts and taxonomy QE
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9439 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 18:31:26 +00:00