Skip to content

Commit

Permalink
Merge pull request #80 from magento-ogre/develop-new
Browse files Browse the repository at this point in the history
[Ogres] Sprint 22 Contribution
  • Loading branch information
mazhalai committed Feb 5, 2015
2 parents 7e07209 + a172ece commit 518964e
Show file tree
Hide file tree
Showing 229 changed files with 5,966 additions and 226 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: php
php:
- 5.4
- 5.5
- 5.6
env:
Expand All @@ -11,10 +10,6 @@ env:
- TEST_SUITE=static_annotation
matrix:
exclude:
- php: 5.4
env: TEST_SUITE=static_phpcs
- php: 5.4
env: TEST_SUITE=static_annotation
- php: 5.6
env: TEST_SUITE=static_phpcs
- php: 5.6
Expand Down
6 changes: 3 additions & 3 deletions app/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
umask(0);

/* PHP version validation */
if (version_compare(phpversion(), '5.4.11', '<') === true) {
if (version_compare(phpversion(), '5.5.0', '<') === true) {
if (PHP_SAPI == 'cli') {
echo 'Magento supports PHP 5.4.11 or later. ' .
echo 'Magento supports PHP 5.5.0 or later. ' .
'Please read http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html';
} else {
echo <<<HTML
<div style="font:12px/1.35em arial, helvetica, sans-serif;">
<p>Magento supports PHP 5.4.11 or later. Please read
<p>Magento supports PHP 5.5.0 or later. Please read
<a target="_blank" href="http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html">
Magento System Requirements</a>.
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/AdminNotification/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-admin-notification",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Authorization/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-authorization",
"description": "Authorization module provides access to Magento ACL functionality.",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-backend": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/magento-composer-installer": "*"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-backend",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-directory": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Backup/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-backup",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-backend": "0.42.0-beta6",
"magento/module-cron": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Bundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-bundle",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-tax": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Captcha/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-captcha",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
"magento/module-checkout": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-catalog",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-eav": "0.42.0-beta6",
"magento/module-cms": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-catalog-import-export",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-core": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-eav": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogInventory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-catalog-inventory",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogRule/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-catalog-rule",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-rule": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogSearch/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-catalog-search",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-search": "0.42.0-beta6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ $helper = $this->helper('Magento\CatalogSearch\Helper\Data');
?>
<div class="nested">
<a class="action advanced" href="<?php echo $helper->getAdvancedSearchUrl(); ?>">
<?php echo __('Advanced Search'); ?>
<?php echo __('Advanced Search (Modified Again)'); ?>
</a>
</div>
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogUrlRewrite/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-catalog-url-rewrite",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-backend": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-catalog-import-export": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogWidget/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-catalog-widget",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-widget": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Centinel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-centinel",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-checkout": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Checkout/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-checkout",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-sales": "0.42.0-beta6",
"magento/module-catalog-inventory": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CheckoutAgreements/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-checkout-agreements",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-checkout": "0.42.0-beta6",
"magento/module-store": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-cms",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-theme": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CmsUrlRewrite/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-cms-url-rewrite",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-cms": "0.42.0-beta6",
"magento/module-url-rewrite": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/ConfigurableImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-configurable-import-export",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-catalog-import-export": "0.42.0-beta6",
"magento/module-eav": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/ConfigurableProduct/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-configurable-product",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-catalog-inventory": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Contact/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-contact",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-core",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
"magento/module-theme": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Cron/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-cron",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-backend": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/magento-composer-installer": "*"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CurrencySymbol/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-currency-symbol",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-page-cache": "0.42.0-beta6",
"magento/module-directory": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Customer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-customer",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-eav": "0.42.0-beta6",
"magento/module-directory": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CustomerImportExport/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-customer-import-export",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-backend": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-customer": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/DesignEditor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-design-editor",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-theme": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Developer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-developer",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-core": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/magento-composer-installer": "*"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Dhl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-dhl",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-shipping": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Directory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-directory",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Downloadable/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-downloadable",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Eav/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-eav",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Email/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-email",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-cms": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Fedex/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-fedex",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-shipping": "0.42.0-beta6",
"magento/module-directory": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/GiftMessage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-gift-message",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-catalog": "0.42.0-beta6",
"magento/module-checkout": "0.42.0-beta6",
"magento/module-multishipping": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/GoogleAdwords/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-google-adwords",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-sales": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
"magento/magento-composer-installer": "*"
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/GoogleAnalytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-google-analytics",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-sales": "0.42.0-beta6",
"magento/framework": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/GoogleOptimizer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-google-optimizer",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-google-analytics": "0.42.0-beta6",
"magento/module-catalog": "0.42.0-beta6",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/GoogleShopping/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "magento/module-google-shopping",
"description": "N/A",
"require": {
"php": "~5.4.11|~5.5.0|~5.6.0",
"php": "~5.5.0|~5.6.0",
"magento/module-store": "0.42.0-beta6",
"magento/module-core": "0.42.0-beta6",
"magento/module-backend": "0.42.0-beta6",
Expand Down
Loading

0 comments on commit 518964e

Please sign in to comment.