Make WordPress Core

Ticket #27440

Attachments (32)

plugin-header-image-none.png (283.2 KB) - added by paulwilde 11 years ago.
plugin-header-image-full.png (475.6 KB) - added by paulwilde 11 years ago.
plugin-header-image-alt-full.png (679.5 KB) - added by paulwilde 11 years ago.
plugin-header-image-alt-reduced.png (538.6 KB) - added by paulwilde 11 years ago.
27440-return-banners.diff (643 bytes) - added by tellyworth 11 years ago.
Asks the API to include the 'banners' item. Doesn't do anything with it yet.
27440-return-and-display-banners.diff (1.5 KB) - added by stephdau 11 years ago.
This builds on tellyworth's work and conditionally adds banners as background. See screenshot of the same name.
27440-return-and-display-banners.png (916.7 KB) - added by stephdau 11 years ago.
Current output of 27440-return-and-display-banners.diff
27440-return-and-display-banners.2.diff (3.0 KB) - added by stephdau 11 years ago.
Getting closer to the display in the plugins directory, with title styling and vignette. See https://cloudup.com/cVoOOf8Y9Tl
Screen Shot 2014-07-02 at 16.13.30.png (137.5 KB) - added by iseulde 11 years ago.
Screen Shot 2014-07-02 at 17.05.58.png (87.6 KB) - added by iseulde 11 years ago.
Screen Shot 2014-07-02 at 18.33.33.png (285.2 KB) - added by iseulde 11 years ago.
27440-return-and-display-banners.3.diff (4.9 KB) - added by stephdau 11 years ago.
Update to info patch, now also adds a contributors listing, as well as a donate link, as per wp.org version
27440-return-and-display-banners.4.diff (5.0 KB) - added by stephdau 11 years ago.
Similar to 27440-return-and-display-banners.3.diff, but removes colons after "Contributors", and does not attempt to generate a profile link from a username if none is returned for a contributor (does not always work).
27440-return-and-display-banners.5.diff (5.5 KB) - added by michalzuber 11 years ago.
Same as 27440-return-and-display-banners.4.diff just changed Thickbox close design in wp-admin/css/common.css due different banner colors
27440-return-and-display-banners.6.diff (6.8 KB) - added by stephdau 11 years ago.
Moves the static styles from their experimental location inline to wp-admin/css/common.css. Also introduces a smaller screens mode for banner display: https://cloudup.com/cKMBUfgXefg
27440-return-and-display-banners.7.diff (8.5 KB) - added by stephdau 11 years ago.
This patch keeps also adds reviews ratings display, originally provided as patch to #22599, and switches the contributors items to be displayed inline-block, in the spirit of saving some vertical scrolling when lots are present.
27440-return-and-display-banners.8.diff (8.7 KB) - added by stephdau 11 years ago.
Same as 27440-return-and-display-banners.7.diff but with extra 10px top margin for contributors list, to ensure a nice display on large and small screens alike.
27440-return-and-display-banners.9.diff (8.7 KB) - added by stephdau 11 years ago.
Same as 27440-return-and-display-banners.9.diff, but links reviews "graph" to plugin-install.php?tab=plugin-information&plugin=json-rest-api&section=reviews, for reviews to be viewed in the same UX, not on wp.org's, within the iframe.
27440-return-and-display-banners.10.diff (8.7 KB) - added by stephdau 11 years ago.
Same as 27440-return-and-display-banners.9.diff, but uses $api->slug, not a hardcoded value when linking to the reviews tab. Also check for array_sum( (array) $api->ratings ) > 0 before echoing.
27440-return-and-display-banners.11.diff (9.3 KB) - added by stephdau 11 years ago.
Same as last patch, but no longer displays the "Reviews" tab if none are listed.
27440-return-and-display-banners.12.diff (9.5 KB) - added by stephdau 11 years ago.
Brings the tab design more in line with the original mockups, overlaying the banner, if present, with a slight opacity. See https://cloudup.com/ixPqjOlq9rc
27440-return-and-display-banners.13.diff (10.5 KB) - added by stephdau 11 years ago.
In which we only show the fyi box in the description section, on smaller screens
27440-return-and-display-banners.13-alt.diff (13.2 KB) - added by stephdau 11 years ago.
JS-less alternative to 27440-return-and-display-banners.13.diff, by moving the fyi box underneath the section-holder box, instead of above it. No other changes involved.
27440-changeset-29041.diff (851 bytes) - added by michalzuber 11 years ago.
Added braces and reuse the tab variable in if condition.
27440.patch (32.8 KB) - added by iseulde 11 years ago.
27440.1.diff (33.7 KB) - added by michalzuber 11 years ago.
Reuse defined var tab in if condition. Replaced preventDefault with return false to be similiard to the other anchor click functions.
27440.2.diff (507 bytes) - added by michalzuber 11 years ago.
Added colors, props melchoyce
extra long titles.png (89.3 KB) - added by Clorith 11 years ago.
27440-scrolling-content.diff (2.4 KB) - added by tellyworth 11 years ago.
Incomplete - eliminate separate scrolling for content and fyi
27440-scrolling-content.2.diff (3.2 KB) - added by stephdau 11 years ago.
Builds on tellyworth's 27440-scrolling-content.diff, matching the header and making the whole thing scroll altogether.
27440-scrolling-content.3.diff (4.0 KB) - added by stephdau 11 years ago.
Improves upon 27440-scrolling-content.2.diff and fixes some of the issues listed in https://core.trac.wordpress.org/ticket/27440#comment:70
27440-scrolling-content.4.diff (4.2 KB) - added by tellyworth 11 years ago.
Scroll the entire thickbox content, header and all.