Skip to content

Commit

Permalink
Import Magento Release 1.5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeSaferite committed Feb 10, 2011
1 parent 88e2a6b commit 22c7660
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 178 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
==== 1.5.0.1 =====

=== Major Highlights ===
Due to a design flaw we are removing alternative image storage feature from this release. It will be redesigned and released in our upcoming releases

==== 1.5.0.0 =====

=== Major Highlights ===
Expand Down
2 changes: 1 addition & 1 deletion app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public static function getVersionInfo()
'major' => '1',
'minor' => '5',
'revision' => '0',
'patch' => '0',
'patch' => '1',
'stability' => '',
'number' => '',
);
Expand Down
2 changes: 2 additions & 0 deletions app/code/core/Mage/Core/Helper/File/Storage/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ class Mage_Core_Helper_File_Storage_Database extends Mage_Core_Helper_Abstract

/**
* Check if we use DB storage
* Note: Disabled as not completed feature
*
* @return bool
*/
public function checkDbUsage()
{
return false;
if (is_null($this->_useDb)) {
$currentStorage = (int) Mage::app()
->getConfig()->getNode(Mage_Core_Model_File_Storage::XML_PATH_STORAGE_MEDIA);
Expand Down
3 changes: 2 additions & 1 deletion app/code/core/Mage/Core/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@
</return_path_email>
</fields>
</smtp>
<!-- DISABLED AS NOT COMPLETED FEATURE. DO NOT ENABLE IT
<media_storage_configuration translate="label" module="core">
<label>Storage Configuration for Media</label>
<frontend_type>text</frontend_type>
Expand Down Expand Up @@ -873,7 +874,7 @@
automatically placed to the selected media storage.</comment>
</synchronize>
</fields>
</media_storage_configuration>
</media_storage_configuration> -->
</groups>
</system>
<admin translate="label" module="core">
Expand Down
2 changes: 1 addition & 1 deletion downloader/Maged/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ public static function getVersionInfo()
'major' => '1',
'minor' => '5',
'revision' => '0',
'patch' => '0',
'patch' => '1',
'stability' => '',
'number' => '',
);
Expand Down
120 changes: 0 additions & 120 deletions get.php

This file was deleted.

19 changes: 0 additions & 19 deletions media/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,3 @@ php_flag engine 0

AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi
Options -ExecCGI
<IfModule mod_rewrite.c>

############################################
## enable rewrites

Options +FollowSymLinks
RewriteEngine on

#RewriteCond %{REQUEST_URI} !^/(media|skin|js)/

############################################
## never rewrite for existing files
RewriteCond %{REQUEST_FILENAME} !-f

############################################
## rewrite everything else to index.php

RewriteRule .* ../get.php [L]
</IfModule>
18 changes: 0 additions & 18 deletions var/package/Mage_All_Latest-1.5.0.0.xml

This file was deleted.

18 changes: 0 additions & 18 deletions var/package/Mage_Core_Modules-1.5.0.0.xml

This file was deleted.

0 comments on commit 22c7660

Please sign in to comment.