diff --git a/administrator/components/com_admin/sql/updates/mysql/3.4.0-2014-11-27.sql b/administrator/components/com_admin/sql/updates/mysql/3.4.0-2014-11-27.sql new file mode 100644 index 0000000000000..9fbb3cf21a3be --- /dev/null +++ b/administrator/components/com_admin/sql/updates/mysql/3.4.0-2014-11-27.sql @@ -0,0 +1,2 @@ +INSERT INTO `#__postinstall_messages` (`extension_id`, `title_key`, `description_key`, `action_key`, `language_extension`, `language_client_id`, `type`, `action_file`, `action`, `condition_file`, `condition_method`, `version_introduced`, `enabled`) VALUES +(700, 'COM_CPANEL_MSG_ROBOTS_TITLE', 'COM_CPANEL_MSG_ROBOTS_BODY', '', 'com_cpanel', 1, 'message', '', '', '', '', '3.3.0', 1); diff --git a/administrator/components/com_admin/sql/updates/postgresql/3.4.0-2014-11-27.sql b/administrator/components/com_admin/sql/updates/postgresql/3.4.0-2014-11-27.sql new file mode 100644 index 0000000000000..b6a60c423a515 --- /dev/null +++ b/administrator/components/com_admin/sql/updates/postgresql/3.4.0-2014-11-27.sql @@ -0,0 +1,2 @@ +INSERT INTO "#__postinstall_messages" ("extension_id", "title_key", "description_key", "action_key", "language_extension", "language_client_id", "type", "action_file", "action", "condition_file", "condition_method", "version_introduced", "enabled") VALUES +(700, 'COM_CPANEL_MSG_ROBOTS_TITLE', 'COM_CPANEL_MSG_ROBOTS_BODY', '', 'com_cpanel', 1, 'message', '', '', '', '', '3.3.0', 1); diff --git a/administrator/components/com_admin/sql/updates/sqlazure/3.4.0-2014-11-27.sql b/administrator/components/com_admin/sql/updates/sqlazure/3.4.0-2014-11-27.sql new file mode 100644 index 0000000000000..555a71c1af192 --- /dev/null +++ b/administrator/components/com_admin/sql/updates/sqlazure/3.4.0-2014-11-27.sql @@ -0,0 +1,2 @@ +INSERT INTO [#__postinstall_messages] ([extension_id], [title_key], [description_key], [action_key], [language_extension], [language_client_id], [type], [action_file], [action], [condition_file], [condition_method], [version_introduced], [enabled]) +SELECT 700, 'COM_CPANEL_MSG_ROBOTS_TITLE', 'COM_CPANEL_MSG_ROBOTS_BODY', '', 'com_cpanel', 1, 'message', '', '', '', '', '3.3.0', 1; diff --git a/administrator/language/en-GB/en-GB.com_cpanel.ini b/administrator/language/en-GB/en-GB.com_cpanel.ini index 2207637065e92..ae112d7a07e34 100644 --- a/administrator/language/en-GB/en-GB.com_cpanel.ini +++ b/administrator/language/en-GB/en-GB.com_cpanel.ini @@ -1,8 +1,7 @@ ; Joomla! Project -; Copyright (C) 2005 - 2014 Open Source Matters. All rights reserved. +; Copyright (C) 2005 - 2015 Open Source Matters. All rights reserved. ; License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php ; Note : All ini files need to be saved as UTF-8 - COM_CPANEL="Control Panel" COM_CPANEL_HEADER_SUBMENU="Submenu" COM_CPANEL_HEADER_SYSTEM="System" @@ -19,11 +18,16 @@ COM_CPANEL_MESSAGES_TITLE="You have post-installation messages" COM_CPANEL_MSG_EACCELERATOR_BODY="eAccelerator is not compatible with Joomla!. By clicking on the Change to File Caching button below we will change the cache handler to file. If you want to use a different cache handler, please change it in the Global Configuration page." COM_CPANEL_MSG_EACCELERATOR_BUTTON="Change to File." COM_CPANEL_MSG_EACCELERATOR_TITLE="eAccelerator is not compatible with Joomla!" -COM_CPANEL_MSG_HTACCESS_BODY="A change to the default .htaccess and web.config files was made in Joomla! 3.4 to disallow directory listings by default. Users are recommended to implement this change in their files. Please see this page for more information." +COM_CPANEL_MSG_HTACCESS_BODY="A change to the default .htaccess and web.config files was made in Joomla! 3.4 to disallow directory listings by default. Users are recommended to implement this change in their files. Please see this page for more information." COM_CPANEL_MSG_HTACCESS_BUTTON="Acknowledge" COM_CPANEL_MSG_HTACCESS_TITLE=".htaccess & web.config Update" COM_CPANEL_MSG_PHPVERSION_BODY="Beginning with Joomla! 3.3, the version of PHP this site is using will no longer be supported. Joomla! 3.3 will require at least PHP version 5.3.10 in order to provide enhanced security features to its users." COM_CPANEL_MSG_PHPVERSION_TITLE="Your PHP Version Will Be Unsupported in Joomla! 3.3" +COM_CPANEL_MSG_ROBOTS_TITLE="robots.txt update" +COM_CPANEL_MSG_ROBOTS_BODY="A change to the default robots.txt files was made in Joomla! 3.3 to allow google to access templates and media files by default to improve SEO. This change is not applied automatically on upgrades and users are recommended to review the changes in the robots.txt.dist file and implement these change in their own robots.txt file." +COM_CPANEL_WELCOME_BEGINNERS_MESSAGE="

Community resources are available for new users