Commit Graph

22899 Commits

Author SHA1 Message Date
Lance Willett
55e956dd67 Importing the Further theme, first pass at the new default theme for 2014.
A magazine theme with clean, responsive design focused on highlighting featured content prominently on home page.

This is slated for 3.8. Development will occur in trunk for the theme, and in plugins for the nice-to-have features.

Nice-to-have improvements include:

- Add a Contributors page template to highlight authors.
- Easy-to-manage featured content.
- Add support for an Authors widget to highlight authors.

Welcome, Twenty Fourteen né Further. Props iamtakashi, see #24858.


git-svn-id: https://develop.svn.wordpress.org/trunk@24832 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 22:55:10 +00:00
Helen Hou-Sandi
34141c5af4 Add an edit_form_top hook to the post edit form. props yurivictor. fixes #24861.
git-svn-id: https://develop.svn.wordpress.org/trunk@24831 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 22:29:36 +00:00
Andrew Nacin
828514ac0b When registering a post type, pass the correct argument for feeds to add_permastruct().
props butuzov, johnpbloch.
fixes #23302.



git-svn-id: https://develop.svn.wordpress.org/trunk@24830 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 22:28:18 +00:00
Andrew Nacin
434066573b Add $taxonomy to edit_terms and edited_terms actions. props SergeyBiryukov, fixes #22542.
git-svn-id: https://develop.svn.wordpress.org/trunk@24829 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 22:15:03 +00:00
Aaron D. Campbell
0215d49d5a Disable ability to restore a revision if another user has the post lock
props adamsilverstein. Fixes #24829 for trunk.


git-svn-id: https://develop.svn.wordpress.org/trunk@24827 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 21:51:44 +00:00
Andrew Nacin
e09aaf8cf5 Return an empty stdClass from wp_count_posts() when a nonexistent post type is requested.
props johnpbloch.
fixes #24803.



git-svn-id: https://develop.svn.wordpress.org/trunk@24826 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 21:38:00 +00:00
Andrew Nacin
ec1ae2334a Inline documentation for esc_attr_x() and esc_html_x(). props fjarrett, fixes #24212.
git-svn-id: https://develop.svn.wordpress.org/trunk@24825 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 21:26:10 +00:00
Andrew Nacin
438002864f Terms list table: Only show 'View' links for public taxonomies. props SergeyBiryukov. fixes #24692.
git-svn-id: https://develop.svn.wordpress.org/trunk@24824 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 21:06:19 +00:00
Andrew Nacin
f05e592506 Pass $update to the save_post and wp_insert_post hooks in wp_insert_post(). props ericmann, fixes #21450.
git-svn-id: https://develop.svn.wordpress.org/trunk@24823 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 21:05:25 +00:00
bumpbot
d1a8fdb58b Compress scripts/styles: 3.7-alpha-24822.
git-svn-id: https://develop.svn.wordpress.org/trunk@24822 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 20:58:51 +00:00
Mark Jaquith
2c63d1b494 Remove our revisions easter egg, as it doesn't have a place in our new UI.
There will be opportunities for other easter eggs. This one has had its decade.

Fixes #24852 for trunk. Props noahsilverstein.

git-svn-id: https://develop.svn.wordpress.org/trunk@24820 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 20:56:14 +00:00
Andrew Ozz
50b8437d59 Add "experimental" to heartbeat phpdoc, fixes #24855 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@24818 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 20:54:48 +00:00
Andrew Nacin
7eda325f58 Allow has_post_format() to accept an array of formats to check. props ericmann. fixes #17320.
git-svn-id: https://develop.svn.wordpress.org/trunk@24817 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 20:48:09 +00:00
Jon Cave
127c229182 Fix notice and show generic last update message if _edit_last references a nonexistent user.
Fixes #15498.


git-svn-id: https://develop.svn.wordpress.org/trunk@24816 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 20:35:51 +00:00
Mark Jaquith
c7ef7b482b Revisions: Combine our tooltip and from/to templates into one generic template
We had three copies of essentially the same template. Now just one, with minor logic inside.

Also fixes a bug where tooltip.revision was being initially set to a diff instead of a revision.

For trunk. See #24804.

git-svn-id: https://develop.svn.wordpress.org/trunk@24814 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 20:15:28 +00:00
Jon Cave
05cbd5ec91 Remove unnecessary secret_salt_warning().
If salts/keys are not defined in wp-config.php then they will be generated
automatically and stored in the database. [19771] also deals with values
that are duplicated or set to default.

Fixes #14803.


git-svn-id: https://develop.svn.wordpress.org/trunk@24813 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 19:45:57 +00:00
Jon Cave
0a7dbdc284 Introduce a new endpoint mask for all archives, fixes #16303.
git-svn-id: https://develop.svn.wordpress.org/trunk@24812 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 19:18:19 +00:00
Michael Adams (mdawaffe)
fc20fc9ebb Allow HTTPS URL enclosures.
Props markjaquith with a patch that predates all WordCamps.

Fixes #2875.


git-svn-id: https://develop.svn.wordpress.org/trunk@24810 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 19:07:43 +00:00
Jon Cave
7b0a5e5240 Drop leading / by retrieving the inner subpattern when matching attachment endpoints.
Fixes #22619


git-svn-id: https://develop.svn.wordpress.org/trunk@24809 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 19:02:08 +00:00
Mark Jaquith
a238a10d73 Fix the positioning of the post lock icon/layout in RTL mode.
Fixes #24850 for trunk. Props ocean90, rasheed.

git-svn-id: https://develop.svn.wordpress.org/trunk@24808 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 19:01:37 +00:00
Michael Adams (mdawaffe)
9de8ab8274 Fix inline docs for posts functions that no longer use $wpdb.
Props jdgrimes, JustinSainton.


git-svn-id: https://develop.svn.wordpress.org/trunk@24807 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 18:52:56 +00:00
Andrew Nacin
80b1716bf9 Trunk is now 3.7-alpha.
git-svn-id: https://develop.svn.wordpress.org/trunk@24806 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-28 18:48:36 +00:00
Mark Jaquith
405b7726ae Add some missing PHPDoc @since lines.
Fixes #24742. Props DrewAPicture.

git-svn-id: https://develop.svn.wordpress.org/trunk@24804 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-27 23:11:03 +00:00
bumpbot
d42756992c Compress scripts/styles: 3.6-RC2-24803.
git-svn-id: https://develop.svn.wordpress.org/trunk@24803 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-27 12:16:23 +00:00
Andrew Nacin
c1e35fb107 About page for 3.6.
* Colorful New Theme
 * Write with Confidence
 * Support for Audio and Video
 * Under the Hood

Screenshots to come. Under the Hood to be finalized and thus not yet offered for translation.

props aaroncampbell, coffee2code, duck_, lessbloat, markjaquith, nacin, samuelsidler, siobhan.
see #24832.



git-svn-id: https://develop.svn.wordpress.org/trunk@24802 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-27 12:10:58 +00:00
bumpbot
6f5eeb5498 Compress scripts/styles: 3.6-RC2-24801.
git-svn-id: https://develop.svn.wordpress.org/trunk@24801 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-27 08:58:53 +00:00
Mark Jaquith
9d2e982a79 Parse attrs before comparing to attachment.attributes. Small efficiency gain.
Props garyc40. Fixes #24753.

git-svn-id: https://develop.svn.wordpress.org/trunk@24800 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-27 07:09:05 +00:00
Andrew Nacin
1fd6c87716 Don't show "Preview" for locked, non-public post types. props aaroncampbell. fixed #24139.
git-svn-id: https://develop.svn.wordpress.org/trunk@24799 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-27 06:57:42 +00:00
Mark Jaquith
30a17c9ab9 Reinstate 'label' property of nav menu items. Fixes a regression from [22234].
Fixes #24840. Props johnbillion.

git-svn-id: https://develop.svn.wordpress.org/trunk@24798 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-27 06:50:59 +00:00
Lance Willett
54d6613428 Twenty Thirteen: clear comment form paragraph elements to ensure layout doesn't break with long labels (like with Spanish). Props Frank Klein, closes #24843.
git-svn-id: https://develop.svn.wordpress.org/trunk@24797 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-26 19:28:46 +00:00
potbot
f1f99b721d POT, generated from r24795
git-svn-id: https://develop.svn.wordpress.org/trunk@24796 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-24 22:14:05 +00:00
Lance Willett
6eb7f2f9ab Twenty Thirteen: small tweaks to stylesheet description for clarity.
git-svn-id: https://develop.svn.wordpress.org/trunk@24795 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-24 21:41:39 +00:00
Mark Jaquith
a91b02322e 3.6-RC2
git-svn-id: https://develop.svn.wordpress.org/trunk@24794 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-24 07:15:05 +00:00
bumpbot
48889c8a8a Compress scripts/styles: 3.6-RC1-24793.
git-svn-id: https://develop.svn.wordpress.org/trunk@24793 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-24 06:57:40 +00:00
Mark Jaquith
77873dedcc Oops. Forgot that we support a PHP version from 2007. Either that or I've been doing a lot of JS.
Props kovshenin. See [24789].

git-svn-id: https://develop.svn.wordpress.org/trunk@24792 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-24 06:36:29 +00:00
Andrew Nacin
8a54be6786 jQuery.noConflict(). see [24781]. see #24821.
git-svn-id: https://develop.svn.wordpress.org/trunk@24791 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-24 06:33:54 +00:00
Andrew Nacin
5ca8aa7447 Revisions changes.
* Eliminates the bloated Revisions meta box in favor of 'Revisions: #' in the publish box.
 * Adds ability to compare autosave to current post, when revisions are disabled.
 * Makes autosaves stand out visually, including "Restore This Autosave".

Also:
 * Adds missing capability check for restoring a revision.
 * When no revision matches the post's current modified time, avoid marking an autosave as 'current'.
 * Fixes wp_get_post_autosave() to return an autosave even when revisions are disabled.
 * Add 'check_enabled' arg to wp_get_post_revisions(); false avoids the wp_revisions_enabled() check.
 * Adds a responsive slider that is narrower for fewer versions. props markjaquith.

see #24804.



git-svn-id: https://develop.svn.wordpress.org/trunk@24790 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-24 06:08:14 +00:00
Mark Jaquith
2b63b67768 Fix some sizing issues with video embeds, and improve video/audio embed shortcode flexibility.
* `loop`, `autoplay`, and `preload` are now available via the shortcode. Use them non-annoyingly, please!
* Attributes that pass through the filters are now proper key/value pairs, not an array of `key="value"` strings.
* `preload` defaults to `metadata` for videos. This fixes the vertical video preview and Safari ogv/webm playback issues.
* Wrap a div around video embeds to combat a ME.js issue with responsive width=100% themes. Props kovshenin.

Fixes #24134, #24798.

git-svn-id: https://develop.svn.wordpress.org/trunk@24789 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-24 05:52:49 +00:00
Andrew Nacin
abb0f1d882 Remove curly quotes from auto content generation for audio tracks on upload. Texturize should be doing this on display.
props tollmanz.
fixes 24810.



git-svn-id: https://develop.svn.wordpress.org/trunk@24788 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-24 05:47:00 +00:00
Andrew Nacin
d96ec623a0 Autosave: Don't save an autosave unnecessarily when the post editor loads and TinyMCE is the default editor.
Delete such useless autosaves when we detect them in edit-form-advanced.php.

see #7392.



git-svn-id: https://develop.svn.wordpress.org/trunk@24787 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-24 05:37:53 +00:00
Andrew Nacin
22b54914ff Update MediaElement.js to a new 2.12.1 (untagged) build. see #24183.
git-svn-id: https://develop.svn.wordpress.org/trunk@24786 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-24 05:35:17 +00:00
Lance Willett
a57e1fbddd Twenty Thirteen: better display for lists next to left-aligned captions. Props rdall for initial patches, closes #24797.
git-svn-id: https://develop.svn.wordpress.org/trunk@24785 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-23 21:45:01 +00:00
Andrew Nacin
610c593fda Media: Fix embedding of audio/video players when the file was just uploaded.
While uploading, we know an attachment's filename but not its mime type. Check specifically for extensions. Check for type as a convenience when it is available.

fixes #24449.



git-svn-id: https://develop.svn.wordpress.org/trunk@24784 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-23 17:29:55 +00:00
Mark Jaquith
d8310e4c7e Allow the_title_attribute() to receive a post argument, and use this in get_adjacent_post_rel_link() to make sure tags are stripped from the title output there.
Fixes #24232.

git-svn-id: https://develop.svn.wordpress.org/trunk@24783 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-23 16:05:40 +00:00
Andrew Nacin
76ecd259fd Add iWork formats to valid upload filetypes. key, numbers, pages. props barry, fixes #24621.
git-svn-id: https://develop.svn.wordpress.org/trunk@24782 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-23 15:29:26 +00:00
Andrew Nacin
499cfdb81d Use production version of jQuery Migrate when not SCRIPT_DEBUG, which silences issues.
Minify jQuery as well. These were both unminified for ease of debugging.

fixes #24821.



git-svn-id: https://develop.svn.wordpress.org/trunk@24781 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-23 15:28:25 +00:00
Andrew Nacin
0f052ef6af Do set_url_scheme() for Preview action link in the posts list table. props reidburke, fixes #23886.
git-svn-id: https://develop.svn.wordpress.org/trunk@24780 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-23 15:04:55 +00:00
Andrew Nacin
1dad588c39 Use commas, not semicolons, to separate meta viewport values. props bobbravo2. see #24777.
git-svn-id: https://develop.svn.wordpress.org/trunk@24779 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-23 07:27:56 +00:00
bumpbot
3bf080b2ee Compress scripts/styles: 3.6-RC1-24778.
git-svn-id: https://develop.svn.wordpress.org/trunk@24778 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-23 06:25:03 +00:00
Andrew Nacin
65cc9c5d2a Media: Add awareness to Attachment Display Settings that audio and video can be embedded.
Also:
 * Add file length metadata to Attachment Details.
 * Round the kb/s bitrate on post.php.

fixes #24449.



git-svn-id: https://develop.svn.wordpress.org/trunk@24777 602fd350-edb4-49c9-b593-d223f7449a82
2013-07-23 05:39:08 +00:00