summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon>2015-08-30 01:20:45 +0000
committerryoon <ryoon>2015-08-30 01:20:45 +0000
commitc436065dd3eea885ba267783deff0dad7d9678c5 (patch)
treed249edab9e84c7a98678a54a8a5328b16ed61063 /www
parentd137306829f77d1b27e6dea847b3d58d9cb92700 (diff)
downloadpkgsrc-c436065dd3eea885ba267783deff0dad7d9678c5.tar.gz
Update to 4.3
Changelog: Highlights The Finer Points Resetting Your Password received attention and 4.3 improves the way that passwords are chosen and changed. You start out with a strong password by default and you are given the option to keep it or choose your own. A password strength meter is available as well as the option to hide your password from prying eyes. You will find the new password interface on the password reset screen and the WordPress install screen. WordPress will no longer send passwords via email and the password reset links will expire in 24 hours. Finally, e-mail notifications will be sent out in the event that an e-mail or password is changed. Site owners can now manage their site’s favicon on desktop and mobile. Site Icons work out of the box, are theme independent, and do not require theme support. Multisite Focused Changes The main change to the Editor is that the content for both Visual and Text editors is prepared/escaped the same (we run the textarea content through the JavaScript wpautop() before initializing TinyMCE). Comments are now turned off on pages and custom post types by default. For Developers Fast previewing changes to Menus in the Customizer A new theme template has been added to the Template Hierarchy. The singular.php template follows the rules of is_singular and is used for a single post, regardless of post type. It comes in the hierarchy after single.php, page.php, and the variations of each. Themes that used the same code for both of those files (or included one in the other) can now simplify down to the one template. Changes to Customizer Panels and Sections New Customizer Media Controls The Site Icon API is fairly straightforward. PHP7 is slated for release later this year. One of the changes is that PHP4 style constructors are deprecated. In order to prepare WordPress to support PHP7, these constructors have been deprecated in WordPress core. Old Distraction Free Writing code has been removed (the code has not been used in the core since 4.1). Plugin authors have had two releases to update their code. If it is essential to your plugin, the files in 4.2 can still be reused and improved. What's New General Posts Formatting Shortcuts while using visual editor. Use * or - to start an unordered list. Use 1. or 1) to start an ordered list. Use ## for H2 and ### for H3 (etc, through H6). Use > to transform text into blockquote. Media Comments All new pages that you create will have comments turned off by default. Appearance Menus can now be managed with the Customizer, which allows you to see "live" preview changes without changing your site for visitors until you are ready. Customizer improvements including enhanced accessibility, smoother menu creation and location assignment, and the ability to handle nameless menus. Take control of another piece of your site with the Site Icon feature. You can now manage your site’s favicon and app icon from the Admin area. Customize link added in the toolbar to swiftly make changes to your site. Users Better Passwords. Password field will be automatically filled with a strong password, while adding new users and resetting the password. Install Process Multisite Accessibility Under The Hood General JavaScript Bug Fixes A total of 180 bugs reported against previous versions of WordPress were fixed. Multisite Classes What's New Customizer API Introduce WP_Customize_Cropped_Image_Control Introduce WP_Customize_Manager->$registered_panel_types Introduce WP_Customize_Manager->$registered_section_types Introduce WP_Customize_Manager::register_panel_type() Introduce WP_Customize_Manager::render_panel_templates() Introduce WP_Customize_Manager::register_section_type() Introduce WP_Customize_Manager::render_section_templates() Introduce WP_Customize_Nav_Menu_Auto_Add_Control Introduce WP_Customize_Nav_Menu_Control Introduce WP_Customize_Nav_Menu_Item_Control Introduce WP_Customize_Nav_Menu_Item_Setting Introduce WP_Customize_Nav_Menu_Location_Control Introduce WP_Customize_Nav_Menu_Section Introduce WP_Customize_Nav_Menu_Setting Introduce WP_Customize_Nav_Menus Introduce WP_Customize_Nav_Menus_Panel Introduce WP_Customize_New_Menu_Control Introduce WP_Customize_New_Menu_Section Introduce WP_Customize_Panel::print_template() Introduce WP_Customize_Panel::render_template() Introduce WP_Customize_Panel::content_template() Introduce WP_Customize_Section::print_template() Introduce WP_Customize_Section::render_template() Introduce WP_Customize_Site_Icon_Control List Tables Introduce WP_Links_List_Table::get_default_primary_column_name() Introduce WP_Links_List_Table::column_cb() Introduce WP_Links_List_Table::column_name() Introduce WP_Links_List_Table::column_url() Introduce WP_Links_List_Table::column_categories() Introduce WP_Links_List_Table::column_rel() Introduce WP_Links_List_Table::column_visible() Introduce WP_Links_List_Table::column_rating() Introduce WP_Links_List_Table::column_default() Introduce WP_Links_List_Table::handle_row_actions() Introduce WP_List_Table::get_default_primary_column_name() Introduce WP_List_Table::get_primary_column_name() Introduce WP_List_Table::handle_row_actions() Introduce WP_Media_List_Table::column_cb() Introduce WP_Media_List_Table::column_title() Introduce WP_Media_List_Table::column_author() Introduce WP_Media_List_Table::column_desc() Introduce WP_Media_List_Table::column_date() Introduce WP_Media_List_Table::column_parent() Introduce WP_Media_List_Table::column_comments() Introduce WP_Media_List_Table::column_default() Introduce WP_Media_List_Table::get_default_primary_column_name() Introduce WP_Media_List_Table::handle_row_actions() Introduce WP_MS_Sites_List_Table->$status_list Introduce WP_MS_Sites_List_Table::column_cb() Introduce WP_MS_Sites_List_Table::column_blogname() Introduce WP_MS_Sites_List_Table::column_lastupdated() Introduce WP_MS_Sites_List_Table::column_registered() Introduce WP_MS_Sites_List_Table::column_users() Introduce WP_MS_Sites_List_Table::column_plugins() Introduce WP_MS_Sites_List_Table::column_default() Introduce WP_MS_Sites_List_Table::get_default_primary_column_name() Introduce WP_MS_Sites_List_Table::handle_row_actions() Introduce WP_MS_Themes_List_Table::get_primary_column_name() Introduce WP_MS_Themes_List_Table::column_cb() Introduce WP_MS_Themes_List_Table::column_name() Introduce WP_MS_Themes_List_Table::column_description() Introduce WP_MS_Themes_List_Table::column_default() Introduce WP_MS_Themes_List_Table::single_row_columns() Introduce WP_MS_Users_List_Table::column_cb() Introduce WP_MS_Users_List_Table::column_username() Introduce WP_MS_Users_List_Table::column_name() Introduce WP_MS_Users_List_Table::column_email() Introduce WP_MS_Users_List_Table::column_registered() Introduce WP_MS_Users_List_Table::_column_blogs() Introduce WP_MS_Users_List_Table::column_blogs() Introduce WP_MS_Users_List_Table::column_default() Introduce WP_MS_Users_List_Table::get_default_primary_column_name() Introduce WP_MS_Users_List_Table::handle_row_actions() Introduce WP_Plugins_List_Table::get_primary_column_name() Introduce WP_Posts_List_Table->$current_level Introduce WP_Posts_List_Table::column_cb() Introduce WP_Posts_List_Table::_column_title() Introduce WP_Posts_List_Table::column_title() Introduce WP_Posts_List_Table::column_date() Introduce WP_Posts_List_Table::column_comments() Introduce WP_Posts_List_Table::column_author() Introduce WP_Posts_List_Table::column_default() Introduce WP_Posts_List_Table::get_default_primary_column_name() Introduce WP_Posts_List_Table::handle_row_actions() Introduce WP_Terms_List_Table::get_default_primary_column_name() Introduce WP_Terms_List_Table::handle_row_actions() Introduce WP_Users_List_Table::get_default_primary_column_name() Miscellaneous Introduce WP_Comments_List_Table::get_default_primary_column_name() Introduce WP_Comments_List_Table::handle_row_actions() Introduce WP_Meta_Query->$has_or_relation Introduce WP_Meta_Query::has_or_relation() Introduce WP_Site_Icon Introduce WP_Upgrader::clear_destination() Introduce WP_User::__call() Deprecated Functions What's New Introduce wp_ajax_crop_image() Introduce split_all_shared_terms() Introduce wp_should_upgrade_global_tables() Introduce wp_admin_bar_customize_menu() Introduce wp_roles() Introduce get_default_comment_status() Introduce atom_site_icon() Introduce rss2_site_icon() Introduce wptexturize_primes() Introduce convert_invalid_entities() Introduce format_for_editor() Introduce _deprecated_constructor() Introduce get_main_network_id() Introduce wp_post_preview_js() Introduce wp_site_icon() Introduce get_language_attributes() Introduce wp_resolve_numeric_slug_conflicts() Introduce get_singular_template() Deprecated Actions & Filters New Actions Introduce wp_ajax_crop_image_pre_save Introduce add_user_role Introduce remove_user_role Introduce deprecated_constructor_run New Filters Introduce edit_comment_misc_actions Introduce wp_ajax_cropped_attachment_metadata Introduce wp_ajax_cropped_attachment_id Introduce list_table_primary_column Introduce upgrader_package_options Introduce nav_menu_items_{$post_type_name}_recent Introduce get_the_author_{$field} Introduce wp_generate_tag_cloud_data Introduce style_loader_tag Introduce get_default_comment_status Introduce format_for_editor Introduce deprecated_constructor_trigger_error Introduce get_main_network_id Introduce site_icon_meta_tags Introduce wp_get_attachment_image_src Introduce wp_get_nav_menu_object Introduce has_nav_menu Introduce wp_safe_redirect_fallback Introduce wp_unique_term_slug_is_bad_slug Introduce wp_unique_term_slug Introduce editor_stylesheets Introduce send_password_change_email Introduce send_email_change_email Introduce password_change_email Introduce email_change_email Introduce password_reset_expiration
Diffstat (limited to 'www')
-rw-r--r--www/php-ja-wordpress/Makefile4
-rw-r--r--www/php-ja-wordpress/PLIST36
-rw-r--r--www/php-ja-wordpress/distinfo8
3 files changed, 34 insertions, 14 deletions
diff --git a/www/php-ja-wordpress/Makefile b/www/php-ja-wordpress/Makefile
index df447f3f999..dea4e7942cc 100644
--- a/www/php-ja-wordpress/Makefile
+++ b/www/php-ja-wordpress/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2015/05/31 19:59:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2015/08/30 01:20:45 ryoon Exp $
DISTNAME= wordpress-${VERSION}-ja
PKGNAME= ${PHP_PKG_PREFIX}-ja-wordpress-${VERSION}
-VERSION= 4.2.2
+VERSION= 4.3
CATEGORIES= www
MASTER_SITES= http://ja.wordpress.org/
diff --git a/www/php-ja-wordpress/PLIST b/www/php-ja-wordpress/PLIST
index 684390188d3..13870edce39 100644
--- a/www/php-ja-wordpress/PLIST
+++ b/www/php-ja-wordpress/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2015/05/31 19:59:59 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.8 2015/08/30 01:20:45 ryoon Exp $
share/doc/ja-wordpress/license.txt
share/doc/ja-wordpress/readme.html
share/examples/ja-wordpress/ja-wordpress.conf
@@ -67,6 +67,10 @@ share/ja-wordpress/wp-admin/css/customize-controls-rtl.css
share/ja-wordpress/wp-admin/css/customize-controls-rtl.min.css
share/ja-wordpress/wp-admin/css/customize-controls.css
share/ja-wordpress/wp-admin/css/customize-controls.min.css
+share/ja-wordpress/wp-admin/css/customize-nav-menus-rtl.css
+share/ja-wordpress/wp-admin/css/customize-nav-menus-rtl.min.css
+share/ja-wordpress/wp-admin/css/customize-nav-menus.css
+share/ja-wordpress/wp-admin/css/customize-nav-menus.min.css
share/ja-wordpress/wp-admin/css/customize-widgets-rtl.css
share/ja-wordpress/wp-admin/css/customize-widgets-rtl.min.css
share/ja-wordpress/wp-admin/css/customize-widgets.css
@@ -111,6 +115,8 @@ share/ja-wordpress/wp-admin/css/press-this.css
share/ja-wordpress/wp-admin/css/press-this.min.css
share/ja-wordpress/wp-admin/css/revisions-rtl.css
share/ja-wordpress/wp-admin/css/revisions.css
+share/ja-wordpress/wp-admin/css/site-icon-rtl.css
+share/ja-wordpress/wp-admin/css/site-icon.css
share/ja-wordpress/wp-admin/css/themes-rtl.css
share/ja-wordpress/wp-admin/css/themes.css
share/ja-wordpress/wp-admin/css/widgets-rtl.css
@@ -141,6 +147,7 @@ share/ja-wordpress/wp-admin/images/align-right-2x.png
share/ja-wordpress/wp-admin/images/align-right.png
share/ja-wordpress/wp-admin/images/arrows-2x.png
share/ja-wordpress/wp-admin/images/arrows.png
+share/ja-wordpress/wp-admin/images/browser.png
share/ja-wordpress/wp-admin/images/bubble_bg-2x.gif
share/ja-wordpress/wp-admin/images/bubble_bg.gif
share/ja-wordpress/wp-admin/images/comment-grey-bubble-2x.png
@@ -197,6 +204,7 @@ share/ja-wordpress/wp-admin/images/xit-2x.gif
share/ja-wordpress/wp-admin/images/xit.gif
share/ja-wordpress/wp-admin/images/yes.png
share/ja-wordpress/wp-admin/import.php
+share/ja-wordpress/wp-admin/includes/admin-filters.php
share/ja-wordpress/wp-admin/includes/admin.php
share/ja-wordpress/wp-admin/includes/ajax-actions.php
share/ja-wordpress/wp-admin/includes/bookmark.php
@@ -221,6 +229,7 @@ share/ja-wordpress/wp-admin/includes/class-wp-plugin-install-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-plugins-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-posts-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-press-this.php
+share/ja-wordpress/wp-admin/includes/class-wp-site-icon.php
share/ja-wordpress/wp-admin/includes/class-wp-terms-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-theme-install-list-table.php
share/ja-wordpress/wp-admin/includes/class-wp-themes-list-table.php
@@ -241,6 +250,7 @@ share/ja-wordpress/wp-admin/includes/media.php
share/ja-wordpress/wp-admin/includes/menu.php
share/ja-wordpress/wp-admin/includes/meta-boxes.php
share/ja-wordpress/wp-admin/includes/misc.php
+share/ja-wordpress/wp-admin/includes/ms-admin-filters.php
share/ja-wordpress/wp-admin/includes/ms-deprecated.php
share/ja-wordpress/wp-admin/includes/ms.php
share/ja-wordpress/wp-admin/includes/nav-menu.php
@@ -278,6 +288,8 @@ share/ja-wordpress/wp-admin/js/custom-background.min.js
share/ja-wordpress/wp-admin/js/custom-header.js
share/ja-wordpress/wp-admin/js/customize-controls.js
share/ja-wordpress/wp-admin/js/customize-controls.min.js
+share/ja-wordpress/wp-admin/js/customize-nav-menus.js
+share/ja-wordpress/wp-admin/js/customize-nav-menus.min.js
share/ja-wordpress/wp-admin/js/customize-widgets.js
share/ja-wordpress/wp-admin/js/customize-widgets.min.js
share/ja-wordpress/wp-admin/js/dashboard.js
@@ -342,8 +354,8 @@ share/ja-wordpress/wp-admin/js/widgets.js
share/ja-wordpress/wp-admin/js/widgets.min.js
share/ja-wordpress/wp-admin/js/word-count.js
share/ja-wordpress/wp-admin/js/word-count.min.js
-share/ja-wordpress/wp-admin/js/wp-fullscreen.js
-share/ja-wordpress/wp-admin/js/wp-fullscreen.min.js
+share/ja-wordpress/wp-admin/js/wp-fullscreen-stub.js
+share/ja-wordpress/wp-admin/js/wp-fullscreen-stub.min.js
share/ja-wordpress/wp-admin/js/xfn.js
share/ja-wordpress/wp-admin/js/xfn.min.js
share/ja-wordpress/wp-admin/link-add.php
@@ -478,8 +490,10 @@ share/ja-wordpress/wp-content/plugins/index.html
share/ja-wordpress/wp-content/plugins/index.php
share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/ext/ja/admin.css
share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/ext/ja/class.php
-share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/20141213/wplink.js
-share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/20141213/wplink.min.js
+share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/20131219/word-count.js
+share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/20131219/word-count.min.js
+share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/20150424/wplink.js
+share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/20150424/wplink.min.js
share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/word-count.js
share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/word-count.min.js
share/ja-wordpress/wp-content/plugins/wp-multibyte-patch/js/wplink.js
@@ -587,6 +601,7 @@ share/ja-wordpress/wp-content/themes/twentyfourteen/languages/twentyfourteen.pot
share/ja-wordpress/wp-content/themes/twentyfourteen/page-templates/contributors.php
share/ja-wordpress/wp-content/themes/twentyfourteen/page-templates/full-width.php
share/ja-wordpress/wp-content/themes/twentyfourteen/page.php
+share/ja-wordpress/wp-content/themes/twentyfourteen/readme.txt
share/ja-wordpress/wp-content/themes/twentyfourteen/rtl.css
share/ja-wordpress/wp-content/themes/twentyfourteen/screenshot.png
share/ja-wordpress/wp-content/themes/twentyfourteen/search.php
@@ -649,6 +664,7 @@ share/ja-wordpress/wp-content/themes/twentythirteen/js/html5.js
share/ja-wordpress/wp-content/themes/twentythirteen/js/theme-customizer.js
share/ja-wordpress/wp-content/themes/twentythirteen/languages/twentythirteen.pot
share/ja-wordpress/wp-content/themes/twentythirteen/page.php
+share/ja-wordpress/wp-content/themes/twentythirteen/readme.txt
share/ja-wordpress/wp-content/themes/twentythirteen/rtl.css
share/ja-wordpress/wp-content/themes/twentythirteen/screenshot.png
share/ja-wordpress/wp-content/themes/twentythirteen/search.php
@@ -743,6 +759,7 @@ share/ja-wordpress/wp-includes/class-wp-admin-bar.php
share/ja-wordpress/wp-includes/class-wp-ajax-response.php
share/ja-wordpress/wp-includes/class-wp-customize-control.php
share/ja-wordpress/wp-includes/class-wp-customize-manager.php
+share/ja-wordpress/wp-includes/class-wp-customize-nav-menus.php
share/ja-wordpress/wp-includes/class-wp-customize-panel.php
share/ja-wordpress/wp-includes/class-wp-customize-section.php
share/ja-wordpress/wp-includes/class-wp-customize-setting.php
@@ -773,6 +790,8 @@ share/ja-wordpress/wp-includes/css/buttons-rtl.css
share/ja-wordpress/wp-includes/css/buttons-rtl.min.css
share/ja-wordpress/wp-includes/css/buttons.css
share/ja-wordpress/wp-includes/css/buttons.min.css
+share/ja-wordpress/wp-includes/css/customize-preview.css
+share/ja-wordpress/wp-includes/css/customize-preview.min.css
share/ja-wordpress/wp-includes/css/dashicons.css
share/ja-wordpress/wp-includes/css/dashicons.min.css
share/ja-wordpress/wp-includes/css/editor-rtl.css
@@ -907,6 +926,8 @@ share/ja-wordpress/wp-includes/js/customize-loader.js
share/ja-wordpress/wp-includes/js/customize-loader.min.js
share/ja-wordpress/wp-includes/js/customize-models.js
share/ja-wordpress/wp-includes/js/customize-models.min.js
+share/ja-wordpress/wp-includes/js/customize-preview-nav-menus.js
+share/ja-wordpress/wp-includes/js/customize-preview-nav-menus.min.js
share/ja-wordpress/wp-includes/js/customize-preview-widgets.js
share/ja-wordpress/wp-includes/js/customize-preview-widgets.min.js
share/ja-wordpress/wp-includes/js/customize-preview.js
@@ -1073,12 +1094,12 @@ share/ja-wordpress/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpemoji/plugin.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js
-share/ja-wordpress/wp-includes/js/tinymce/plugins/wpfullscreen/plugin.js
-share/ja-wordpress/wp-includes/js/tinymce/plugins/wpfullscreen/plugin.min.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpgallery/plugin.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wplink/plugin.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wplink/plugin.min.js
+share/ja-wordpress/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js
+share/ja-wordpress/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpview/plugin.js
share/ja-wordpress/wp-includes/js/tinymce/plugins/wpview/plugin.min.js
share/ja-wordpress/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css
@@ -1120,7 +1141,6 @@ share/ja-wordpress/wp-includes/js/tinymce/utils/editable_selects.js
share/ja-wordpress/wp-includes/js/tinymce/utils/form_utils.js
share/ja-wordpress/wp-includes/js/tinymce/utils/mctabs.js
share/ja-wordpress/wp-includes/js/tinymce/utils/validate.js
-share/ja-wordpress/wp-includes/js/tinymce/wp-mce-help.php
share/ja-wordpress/wp-includes/js/tinymce/wp-tinymce.js.gz
share/ja-wordpress/wp-includes/js/tinymce/wp-tinymce.php
share/ja-wordpress/wp-includes/js/tw-sack.js
diff --git a/www/php-ja-wordpress/distinfo b/www/php-ja-wordpress/distinfo
index d2070f4e1e1..36169d5b137 100644
--- a/www/php-ja-wordpress/distinfo
+++ b/www/php-ja-wordpress/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2015/05/31 19:59:59 ryoon Exp $
+$NetBSD: distinfo,v 1.9 2015/08/30 01:20:45 ryoon Exp $
-SHA1 (wordpress-4.2.2-ja.tar.gz) = 437d810e43177c5643fb2f98799ace1eaa94912f
-RMD160 (wordpress-4.2.2-ja.tar.gz) = 0844511cf88eb61b4764cea7330f04960ff086e8
-Size (wordpress-4.2.2-ja.tar.gz) = 6773205 bytes
+SHA1 (wordpress-4.3-ja.tar.gz) = 017da1d891372e78c232a70853e7ac9aebf19f0e
+RMD160 (wordpress-4.3-ja.tar.gz) = 77d63310f7a4e48b1db67e5802f8b5ea8f6ad733
+Size (wordpress-4.3-ja.tar.gz) = 6966736 bytes