Version Notes
1.9.1.0
Download this release
Release Info
| Developer | Magento Core Team |
| Extension | Mage_Core_Modules |
| Version | 1.9.1.0 |
| Comparing to | |
| See all releases | |
Code changes from version 1.9.0.1 to 1.9.1.0
- app/Mage.php +2 -2
- app/code/core/Mage/Admin/Helper/Data.php +4 -4
- app/code/core/Mage/Admin/Model/Acl.php +4 -4
- app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php +4 -4
- app/code/core/Mage/Admin/Model/Acl/Assert/Time.php +4 -4
- app/code/core/Mage/Admin/Model/Acl/Resource.php +4 -4
- app/code/core/Mage/Admin/Model/Acl/Role.php +4 -4
- app/code/core/Mage/Admin/Model/Acl/Role/Generic.php +4 -4
- app/code/core/Mage/Admin/Model/Acl/Role/Group.php +4 -4
- app/code/core/Mage/Admin/Model/Acl/Role/Registry.php +4 -4
- app/code/core/Mage/Admin/Model/Acl/Role/User.php +4 -4
- app/code/core/Mage/Admin/Model/Config.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/Acl.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/Acl/Role.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/Acl/Role/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/Permissions/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/Role.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/Role/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/Roles.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/Roles/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/Roles/User/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/Rules.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/Rules/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/User.php +4 -4
- app/code/core/Mage/Admin/Model/Mysql4/User/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Observer.php +4 -4
- app/code/core/Mage/Admin/Model/Redirectpolicy.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/Acl.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/Acl/Role.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/Acl/Role/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/Permissions/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/Role.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/Role/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/Roles.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/Roles/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/Roles/User/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/Rules.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/Rules/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/User.php +4 -4
- app/code/core/Mage/Admin/Model/Resource/User/Collection.php +4 -4
- app/code/core/Mage/Admin/Model/Role.php +4 -4
- app/code/core/Mage/Admin/Model/Roles.php +4 -4
- app/code/core/Mage/Admin/Model/Rules.php +4 -4
- app/code/core/Mage/Admin/Model/Session.php +4 -4
- app/code/core/Mage/Admin/Model/User.php +53 -5
- app/code/core/Mage/Admin/data/admin_setup/data-install-1.6.0.0.php +4 -4
- app/code/core/Mage/Admin/etc/config.xml +3 -3
- app/code/core/Mage/Admin/sql/admin_setup/install-1.6.0.0.php +4 -4
- app/code/core/Mage/Admin/sql/admin_setup/mysql4-install-0.7.0.php +4 -4
- app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-0.7.0-0.7.1.php +4 -4
- app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-0.7.1-0.7.2.php +4 -4
- app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +4 -4
- app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.0.0-1.6.1.0.php +4 -4
- app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.1.0-1.6.1.1.php +4 -4
- app/code/core/Mage/AdminNotification/Helper/Data.php +4 -4
- app/code/core/Mage/AdminNotification/Model/Feed.php +4 -4
- app/code/core/Mage/AdminNotification/Model/Inbox.php +4 -4
- app/code/core/Mage/AdminNotification/Model/Mysql4/Inbox.php +4 -4
- app/code/core/Mage/AdminNotification/Model/Mysql4/Inbox/Collection.php +4 -4
- app/code/core/Mage/AdminNotification/Model/Observer.php +4 -4
- app/code/core/Mage/AdminNotification/Model/Resource/Inbox.php +4 -4
- app/code/core/Mage/AdminNotification/Model/Resource/Inbox/Collection.php +4 -4
- app/code/core/Mage/AdminNotification/Model/Survey.php +4 -4
- app/code/core/Mage/AdminNotification/etc/adminhtml.xml +3 -3
- app/code/core/Mage/AdminNotification/etc/config.xml +3 -3
- app/code/core/Mage/AdminNotification/etc/system.xml +3 -3
- app/code/core/Mage/AdminNotification/sql/adminnotification_setup/install-1.6.0.0.php +4 -4
- app/code/core/Mage/AdminNotification/sql/adminnotification_setup/mysql4-install-1.0.0.php +4 -4
- app/code/core/Mage/AdminNotification/sql/adminnotification_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +4 -4
- app/code/core/Mage/Api/Controller/Action.php +4 -4
- app/code/core/Mage/Api/Exception.php +4 -4
- app/code/core/Mage/Api/Helper/Data.php +4 -4
- app/code/core/Mage/Api/Model/Acl.php +4 -4
- app/code/core/Mage/Api/Model/Acl/Assert/Ip.php +4 -4
- app/code/core/Mage/Api/Model/Acl/Assert/Time.php +4 -4
- app/code/core/Mage/Api/Model/Acl/Resource.php +4 -4
- app/code/core/Mage/Api/Model/Acl/Role.php +4 -4
- app/code/core/Mage/Api/Model/Acl/Role/Generic.php +4 -4
- app/code/core/Mage/Api/Model/Acl/Role/Group.php +4 -4
- app/code/core/Mage/Api/Model/Acl/Role/Registry.php +4 -4
- app/code/core/Mage/Api/Model/Acl/Role/User.php +4 -4
- app/code/core/Mage/Api/Model/Config.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/Acl.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/Acl/Role.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/Acl/Role/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/Permissions/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/Role.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/Role/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/Roles.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/Roles/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/Roles/User/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/Rules.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/Rules/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/User.php +4 -4
- app/code/core/Mage/Api/Model/Mysql4/User/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Resource/Abstract.php +4 -4
- app/code/core/Mage/Api/Model/Resource/Acl.php +4 -4
- app/code/core/Mage/Api/Model/Resource/Acl/Role.php +4 -4
- app/code/core/Mage/Api/Model/Resource/Acl/Role/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Resource/Permissions/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Resource/Role.php +4 -4
- app/code/core/Mage/Api/Model/Resource/Role/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Resource/Roles.php +4 -4
- app/code/core/Mage/Api/Model/Resource/Roles/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Resource/Roles/User/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Resource/Rules.php +4 -4
- app/code/core/Mage/Api/Model/Resource/Rules/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Resource/User.php +4 -4
- app/code/core/Mage/Api/Model/Resource/User/Collection.php +4 -4
- app/code/core/Mage/Api/Model/Role.php +4 -4
- app/code/core/Mage/Api/Model/Roles.php +4 -4
- app/code/core/Mage/Api/Model/Rules.php +4 -4
- app/code/core/Mage/Api/Model/Server.php +4 -4
- app/code/core/Mage/Api/Model/Server/Adapter/Interface.php +4 -4
- app/code/core/Mage/Api/Model/Server/Adapter/Soap.php +4 -4
- app/code/core/Mage/Api/Model/Server/Adapter/Xmlrpc.php +4 -4
- app/code/core/Mage/Api/Model/Server/Handler.php +4 -4
- app/code/core/Mage/Api/Model/Server/Handler/Abstract.php +4 -4
- app/code/core/Mage/Api/Model/Server/V2/Adapter/Soap.php +4 -4
- app/code/core/Mage/Api/Model/Server/V2/Handler.php +4 -4
- app/code/core/Mage/Api/Model/Server/Wsi/Adapter/Soap.php +4 -4
- app/code/core/Mage/Api/Model/Server/Wsi/Handler.php +4 -4
- app/code/core/Mage/Api/Model/Session.php +4 -4
- app/code/core/Mage/Api/Model/User.php +4 -4
- app/code/core/Mage/Api/Model/Wsdl/Config.php +4 -4
- app/code/core/Mage/Api/Model/Wsdl/Config/Base.php +4 -4
- app/code/core/Mage/Api/Model/Wsdl/Config/Element.php +4 -4
- app/code/core/Mage/Api/controllers/IndexController.php +4 -4
- app/code/core/Mage/Api/controllers/SoapController.php +4 -4
- app/code/core/Mage/Api/controllers/V2/SoapController.php +4 -4
- app/code/core/Mage/Api/controllers/XmlrpcController.php +4 -4
- app/code/core/Mage/Api/etc/adminhtml.xml +3 -3
- app/code/core/Mage/Api/etc/api.xml +3 -3
- app/code/core/Mage/Api/etc/config.xml +3 -3
- app/code/core/Mage/Api/etc/system.xml +3 -3
- app/code/core/Mage/Api/sql/api_setup/install-1.6.0.0.php +4 -4
- app/code/core/Mage/Api/sql/api_setup/mysql4-install-0.7.0.php +4 -4
- app/code/core/Mage/Api/sql/api_setup/mysql4-upgrade-0.7.0-0.7.1.php +4 -4
- app/code/core/Mage/Api/sql/api_setup/mysql4-upgrade-0.8.0-0.8.1.php +4 -4
- app/code/core/Mage/Api/sql/api_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +4 -4
- app/code/core/Mage/Api/sql/api_setup/mysql4-upgrade-1.6.0.0-1.6.0.1.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Attribute.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Buttons.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Edit.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Edit/Form.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Grid.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Tab/Resource.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Tabs.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Permissions/User/Edit/Tab/Roles.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Roles.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Roles/Buttons.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Roles/Grid.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tab/Info.php +24 -5
- app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tab/Resources.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tab/Users.php +4 -4
- app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tabs.php +4 -4
- app/code/core/Mage/Api2/Exception.php +4 -4
- app/code/core/Mage/Api2/Helper/Data.php +4 -4
- app/code/core/Mage/Api2/Model/Acl.php +4 -4
- app/code/core/Mage/Api2/Model/Acl/Filter.php +4 -4
- app/code/core/Mage/Api2/Model/Acl/Filter/Attribute.php +4 -4
- app/code/core/Mage/Api2/Model/Acl/Filter/Attribute/Operation.php +4 -4
- app/code/core/Mage/Api2/Model/Acl/Filter/Attribute/ResourcePermission.php +4 -4
- app/code/core/Mage/Api2/Model/Acl/Global.php +4 -4
- app/code/core/Mage/Api2/Model/Acl/Global/Role.php +4 -4
- app/code/core/Mage/Api2/Model/Acl/Global/Rule.php +4 -4
- app/code/core/Mage/Api2/Model/Acl/Global/Rule/Permission.php +4 -4
- app/code/core/Mage/Api2/Model/Acl/Global/Rule/Privilege.php +4 -4
- app/code/core/Mage/Api2/Model/Acl/Global/Rule/ResourcePermission.php +4 -4
- app/code/core/Mage/Api2/Model/Acl/Global/Rule/Tree.php +4 -4
- app/code/core/Mage/Api2/Model/Acl/PermissionInterface.php +4 -4
- app/code/core/Mage/Api2/Model/Auth.php +4 -4
- app/code/core/Mage/Api2/Model/Auth/Adapter.php +4 -4
- app/code/core/Mage/Api2/Model/Auth/Adapter/Abstract.php +4 -4
- app/code/core/Mage/Api2/Model/Auth/Adapter/Oauth.php +4 -4
- app/code/core/Mage/Api2/Model/Auth/User.php +4 -4
- app/code/core/Mage/Api2/Model/Auth/User/Abstract.php +4 -4
- app/code/core/Mage/Api2/Model/Auth/User/Admin.php +4 -4
- app/code/core/Mage/Api2/Model/Auth/User/Customer.php +4 -4
- app/code/core/Mage/Api2/Model/Auth/User/Guest.php +4 -4
- app/code/core/Mage/Api2/Model/Config.php +4 -4
- app/code/core/Mage/Api2/Model/Dispatcher.php +4 -4
- app/code/core/Mage/Api2/Model/Multicall.php +4 -4
- app/code/core/Mage/Api2/Model/Observer.php +4 -4
- app/code/core/Mage/Api2/Model/Renderer.php +4 -4
- app/code/core/Mage/Api2/Model/Renderer/Interface.php +4 -4
- app/code/core/Mage/Api2/Model/Renderer/Json.php +4 -4
- app/code/core/Mage/Api2/Model/Renderer/Query.php +4 -4
- app/code/core/Mage/Api2/Model/Renderer/Xml.php +4 -4
- app/code/core/Mage/Api2/Model/Renderer/Xml/Writer.php +4 -4
- app/code/core/Mage/Api2/Model/Request.php +4 -4
- app/code/core/Mage/Api2/Model/Request/Internal.php +4 -4
- app/code/core/Mage/Api2/Model/Request/Interpreter.php +4 -4
- app/code/core/Mage/Api2/Model/Request/Interpreter/Interface.php +4 -4
- app/code/core/Mage/Api2/Model/Request/Interpreter/Json.php +4 -4
- app/code/core/Mage/Api2/Model/Request/Interpreter/Query.php +4 -4
- app/code/core/Mage/Api2/Model/Request/Interpreter/Xml.php +4 -4
- app/code/core/Mage/Api2/Model/Resource.php +4 -4
- app/code/core/Mage/Api2/Model/Resource/Acl/Filter/Attribute.php +4 -4
- app/code/core/Mage/Api2/Model/Resource/Acl/Filter/Attribute/Collection.php +4 -4
- app/code/core/Mage/Api2/Model/Resource/Acl/Global/Role.php +4 -4
- app/code/core/Mage/Api2/Model/Resource/Acl/Global/Role/Collection.php +4 -4
- app/code/core/Mage/Api2/Model/Resource/Acl/Global/Rule.php +4 -4
- app/code/core/Mage/Api2/Model/Resource/Acl/Global/Rule/Collection.php +4 -4
- app/code/core/Mage/Api2/Model/Resource/Setup.php +4 -4
- app/code/core/Mage/Api2/Model/Resource/Validator.php +4 -4
- app/code/core/Mage/Api2/Model/Resource/Validator/Eav.php +4 -4
- app/code/core/Mage/Api2/Model/Resource/Validator/Fields.php +4 -4
- app/code/core/Mage/Api2/Model/Response.php +4 -4
- app/code/core/Mage/Api2/Model/Route/Abstract.php +4 -4
- app/code/core/Mage/Api2/Model/Route/ApiType.php +4 -4
- app/code/core/Mage/Api2/Model/Route/Interface.php +4 -4
- app/code/core/Mage/Api2/Model/Route/Rest.php +4 -4
- app/code/core/Mage/Api2/Model/Router.php +4 -4
- app/code/core/Mage/Api2/Model/Server.php +4 -4
- app/code/core/Mage/Api2/controllers/Adminhtml/Api2/AttributeController.php +4 -4
- app/code/core/Mage/Api2/controllers/Adminhtml/Api2/RoleController.php +21 -4
- app/code/core/Mage/Api2/etc/adminhtml.xml +3 -3
- app/code/core/Mage/Api2/etc/config.xml +3 -3
- app/code/core/Mage/Api2/sql/api2_setup/install-1.0.0.0.php +4 -4
- app/code/core/Mage/Authorizenet/Block/Directpost/Form.php +4 -4
- app/code/core/Mage/Authorizenet/Block/Directpost/Iframe.php +4 -4
- app/code/core/Mage/Authorizenet/Helper/Data.php +4 -4
- app/code/core/Mage/Authorizenet/Model/Directpost.php +7 -5
- app/code/core/Mage/Authorizenet/Model/Directpost/Observer.php +4 -4
- app/code/core/Mage/Authorizenet/Model/Directpost/Request.php +4 -4
- app/code/core/Mage/Authorizenet/Model/Directpost/Response.php +4 -4
- app/code/core/Mage/Authorizenet/Model/Directpost/Session.php +4 -4
- app/code/core/Mage/Authorizenet/controllers/Adminhtml/Authorizenet/Directpost/PaymentController.php +4 -4
- app/code/core/Mage/Authorizenet/controllers/Directpost/PaymentController.php +4 -4
- app/code/core/Mage/Authorizenet/etc/config.xml +3 -3
- app/code/core/Mage/Authorizenet/etc/system.xml +3 -3
- app/code/core/Mage/Backup/Exception.php +4 -4
- app/code/core/Mage/Backup/Helper/Data.php +4 -4
- app/code/core/Mage/Backup/Model/Backup.php +4 -4
- app/code/core/Mage/Backup/Model/Config/Backend/Cron.php +4 -4
- app/code/core/Mage/Backup/Model/Config/Source/Type.php +4 -4
- app/code/core/Mage/Backup/Model/Db.php +4 -4
- app/code/core/Mage/Backup/Model/Fs/Collection.php +4 -4
- app/code/core/Mage/Backup/Model/Mysql4/Db.php +4 -4
- app/code/core/Mage/Backup/Model/Observer.php +4 -4
- app/code/core/Mage/Backup/Model/Resource/Db.php +4 -4
- app/code/core/Mage/Backup/Model/Resource/Helper/Mysql4.php +4 -4
- app/code/core/Mage/Backup/etc/adminhtml.xml +3 -3
- app/code/core/Mage/Backup/etc/config.xml +3 -3
- app/code/core/Mage/Backup/etc/system.xml +3 -3
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Bundle.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Checkbox.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Multi.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Radio.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Select.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/Extend.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/Special.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Search.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Search/Grid.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Selection.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tabs.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Sales/Order/Items/Renderer.php +4 -4
- app/code/core/Mage/Bundle/Block/Adminhtml/Sales/Order/View/Items/Renderer.php +4 -4
- app/code/core/Mage/Bundle/Block/Catalog/Product/List/Partof.php +4 -4
- app/code/core/Mage/Bundle/Block/Catalog/Product/Price.php +4 -4
- app/code/core/Mage/Bundle/Block/Catalog/Product/View.php +4 -4
- app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle.php +4 -4
- app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option.php +4 -4
- app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Checkbox.php +4 -4
- app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Multi.php +4 -4
- app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Radio.php +4 -4
- app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Select.php +4 -4
- app/code/core/Mage/Bundle/Block/Checkout/Cart/Item/Renderer.php +4 -4
- app/code/core/Mage/Bundle/Block/Sales/Order/Items/Renderer.php +4 -4
- app/code/core/Mage/Bundle/Helper/Catalog/Product/Configuration.php +4 -4
- app/code/core/Mage/Bundle/Helper/Data.php +4 -4
- app/code/core/Mage/Bundle/Model/CatalogIndex/Data/Bundle.php +4 -4
- app/code/core/Mage/Bundle/Model/Mysql4/Bundle.php +4 -4
- app/code/core/Mage/Bundle/Model/Mysql4/Indexer/Price.php +4 -4
- app/code/core/Mage/Bundle/Model/Mysql4/Indexer/Stock.php +4 -4
- app/code/core/Mage/Bundle/Model/Mysql4/Option.php +4 -4
- app/code/core/Mage/Bundle/Model/Mysql4/Option/Collection.php +4 -4
- app/code/core/Mage/Bundle/Model/Mysql4/Price/Index.php +4 -4
- app/code/core/Mage/Bundle/Model/Mysql4/Selection.php +4 -4
- app/code/core/Mage/Bundle/Model/Mysql4/Selection/Collection.php +4 -4
- app/code/core/Mage/Bundle/Model/Observer.php +4 -4
- app/code/core/Mage/Bundle/Model/Option.php +4 -4
- app/code/core/Mage/Bundle/Model/Price/Index.php +4 -4
- app/code/core/Mage/Bundle/Model/Product/Attribute/Source/Price/View.php +4 -4
- app/code/core/Mage/Bundle/Model/Product/Price.php +9 -6
- app/code/core/Mage/Bundle/Model/Product/Type.php +7 -7
- app/code/core/Mage/Bundle/Model/Resource/Bundle.php +4 -4
- app/code/core/Mage/Bundle/Model/Resource/Indexer/Price.php +4 -4
- app/code/core/Mage/Bundle/Model/Resource/Indexer/Stock.php +4 -4
- app/code/core/Mage/Bundle/Model/Resource/Option.php +4 -4
- app/code/core/Mage/Bundle/Model/Resource/Option/Collection.php +4 -4
- app/code/core/Mage/Bundle/Model/Resource/Price/Index.php +4 -4
- app/code/core/Mage/Bundle/Model/Resource/Selection.php +4 -4
- app/code/core/Mage/Bundle/Model/Resource/Selection/Collection.php +4 -4
- app/code/core/Mage/Bundle/Model/Sales/Order/Pdf/Items/Abstract.php +4 -4
- app/code/core/Mage/Bundle/Model/Sales/Order/Pdf/Items/Creditmemo.php +4 -4
- app/code/core/Mage/Bundle/Model/Sales/Order/Pdf/Items/Invoice.php +4 -4
- app/code/core/Mage/Bundle/Model/Sales/Order/Pdf/Items/Shipment.php +4 -4
- app/code/core/Mage/Bundle/Model/Selection.php +4 -4
- app/code/core/Mage/Bundle/Model/Source/Option/Selection/Price/Type.php +4 -4
- app/code/core/Mage/Bundle/Model/Source/Option/Type.php +4 -4
- app/code/core/Mage/Bundle/controllers/Adminhtml/Bundle/Product/EditController.php +4 -4
- app/code/core/Mage/Bundle/controllers/Adminhtml/Bundle/SelectionController.php +4 -4
- app/code/core/Mage/Bundle/controllers/Product/EditController.php +4 -4
- app/code/core/Mage/Bundle/controllers/SelectionController.php +4 -4
- app/code/core/Mage/Bundle/data/bundle_setup/data-install-1.6.0.0.php +4 -4
- app/code/core/Mage/Bundle/etc/config.xml +3 -3
- app/code/core/Mage/Bundle/sql/bundle_setup/install-1.6.0.0.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-data-upgrade-0.1.13-0.1.14.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-install-0.1.0.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.0-0.1.1.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.1-0.1.2.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.10-0.1.11.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.11-0.1.12.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.12-0.1.13.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.2-0.1.3.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.3-0.1.4.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.4-0.1.5.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.5-0.1.6.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.6-0.1.7.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.7-0.1.8.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.8-0.1.9.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.9-0.1.10.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-1.6.0.0-1.6.0.0.1.php +4 -4
- app/code/core/Mage/Bundle/sql/bundle_setup/upgrade-1.6.0.0-1.6.0.0.1.php +4 -4
- app/code/core/Mage/Captcha/Block/Captcha.php +4 -4
- app/code/core/Mage/Captcha/Block/Captcha/Zend.php +4 -4
- app/code/core/Mage/Captcha/Helper/Data.php +4 -4
- app/code/core/Mage/Captcha/Model/Config/Font.php +4 -4
- app/code/core/Mage/Captcha/Model/Config/Form/Abstract.php +4 -4
- app/code/core/Mage/Captcha/Model/Config/Form/Backend.php +4 -4
- app/code/core/Mage/Captcha/Model/Config/Form/Frontend.php +4 -4
- app/code/core/Mage/Captcha/Model/Config/Mode.php +4 -4
- app/code/core/Mage/Captcha/Model/Interface.php +4 -4
- app/code/core/Mage/Captcha/Model/Observer.php +5 -5
- app/code/core/Mage/Captcha/Model/Resource/Log.php +4 -4
- app/code/core/Mage/Captcha/Model/Zend.php +4 -4
- app/code/core/Mage/Captcha/controllers/Adminhtml/RefreshController.php +4 -4
- app/code/core/Mage/Captcha/controllers/RefreshController.php +4 -4
- app/code/core/Mage/Captcha/etc/config.xml +3 -3
- app/code/core/Mage/Captcha/etc/system.xml +3 -3
- app/code/core/Mage/Captcha/sql/captcha_setup/install-1.7.0.0.0.php +4 -4
- app/code/core/Mage/Catalog/Block/Breadcrumbs.php +4 -4
- app/code/core/Mage/Catalog/Block/Category/View.php +4 -4
- app/code/core/Mage/Catalog/Block/Category/Widget/Link.php +4 -4
- app/code/core/Mage/Catalog/Block/Layer/Filter/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Block/Layer/Filter/Attribute.php +4 -4
- app/code/core/Mage/Catalog/Block/Layer/Filter/Category.php +4 -4
- app/code/core/Mage/Catalog/Block/Layer/Filter/Decimal.php +4 -4
- app/code/core/Mage/Catalog/Block/Layer/Filter/Price.php +4 -4
- app/code/core/Mage/Catalog/Block/Layer/State.php +4 -4
- app/code/core/Mage/Catalog/Block/Layer/View.php +4 -4
- app/code/core/Mage/Catalog/Block/Navigation.php +4 -4
- app/code/core/Mage/Catalog/Block/Product.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/Compare/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/Compare/List.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/Compare/Sidebar.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/Gallery.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/List.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/List/Crosssell.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/List/Promotion.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/List/Random.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/List/Related.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/List/Toolbar.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/List/Upsell.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/New.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/Price.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/Price/Template.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/Send.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Additional.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Attributes.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Description.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Media.php +40 -4
- app/code/core/Mage/Catalog/Block/Product/View/Options.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Options/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Date.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Default.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Options/Type/File.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Select.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Text.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Price.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Tabs.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Type/Configurable.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Type/Grouped.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Type/Simple.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/View/Type/Virtual.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/Widget/Html/Pager.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/Widget/Link.php +4 -4
- app/code/core/Mage/Catalog/Block/Product/Widget/New.php +11 -4
- app/code/core/Mage/Catalog/Block/Seo/Sitemap/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Block/Seo/Sitemap/Category.php +4 -4
- app/code/core/Mage/Catalog/Block/Seo/Sitemap/Product.php +4 -4
- app/code/core/Mage/Catalog/Block/Seo/Sitemap/Tree/Category.php +4 -4
- app/code/core/Mage/Catalog/Block/Seo/Sitemap/Tree/Pager.php +4 -4
- app/code/core/Mage/Catalog/Block/Widget/Link.php +42 -23
- app/code/core/Mage/Catalog/Exception.php +4 -4
- app/code/core/Mage/Catalog/Helper/Category.php +4 -4
- app/code/core/Mage/Catalog/Helper/Category/Flat.php +4 -4
- app/code/core/Mage/Catalog/Helper/Category/Url/Rewrite.php +4 -4
- app/code/core/Mage/Catalog/Helper/Category/Url/Rewrite/Interface.php +4 -4
- app/code/core/Mage/Catalog/Helper/Data.php +4 -4
- app/code/core/Mage/Catalog/Helper/Flat/Abstract.php +27 -6
- app/code/core/Mage/Catalog/Helper/Image.php +7 -4
- app/code/core/Mage/Catalog/Helper/Map.php +4 -4
- app/code/core/Mage/Catalog/Helper/Output.php +4 -4
- app/code/core/Mage/Catalog/Helper/Product.php +21 -4
- app/code/core/Mage/Catalog/Helper/Product/Compare.php +4 -4
- app/code/core/Mage/Catalog/Helper/Product/Configuration.php +4 -4
- app/code/core/Mage/Catalog/Helper/Product/Configuration/Interface.php +4 -4
- app/code/core/Mage/Catalog/Helper/Product/Flat.php +4 -4
- app/code/core/Mage/Catalog/Helper/Product/Options.php +4 -4
- app/code/core/Mage/Catalog/Helper/Product/Url.php +4 -4
- app/code/core/Mage/Catalog/Helper/Product/Url/Rewrite.php +4 -4
- app/code/core/Mage/Catalog/Helper/Product/Url/Rewrite/Interface.php +4 -4
- app/code/core/Mage/Catalog/Helper/Product/View.php +4 -4
- app/code/core/Mage/Catalog/Model/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Api/Resource.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Category.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Category/Rest.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Category/Rest/Admin/V1.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Category/Rest/Customer/V1.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Category/Rest/Guest/V1.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Image.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest/Admin/V1.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest/Customer/V1.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest/Guest/V1.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Image/Validator/Image.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Rest.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Rest/Admin/V1.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Rest/Customer/V1.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Rest/Guest/V1.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Validator/Product.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Website.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Website/Rest.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Website/Rest/Admin/V1.php +4 -4
- app/code/core/Mage/Catalog/Model/Api2/Product/Website/Validator/Admin/Website.php +4 -4
- app/code/core/Mage/Catalog/Model/Attribute/Backend/Customlayoutupdate.php +4 -4
- app/code/core/Mage/Catalog/Model/Attribute/Backend/Urlkey/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Category.php +13 -11
- app/code/core/Mage/Catalog/Model/Category/Api.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Api/V2.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Attribute/Api.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Attribute/Api/V2.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Attribute/Backend/Image.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Attribute/Backend/Sortby.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Attribute/Backend/Urlkey.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Attribute/Source/Layout.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Attribute/Source/Mode.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Attribute/Source/Page.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Attribute/Source/Sortby.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Indexer/Flat.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Indexer/Product.php +4 -4
- app/code/core/Mage/Catalog/Model/Category/Url.php +4 -4
- app/code/core/Mage/Catalog/Model/Config.php +4 -4
- app/code/core/Mage/Catalog/Model/Convert.php +4 -4
- app/code/core/Mage/Catalog/Model/Convert/Adapter/Catalog.php +4 -4
- app/code/core/Mage/Catalog/Model/Convert/Adapter/Product.php +4 -4
- app/code/core/Mage/Catalog/Model/Convert/Parser/Product.php +4 -4
- app/code/core/Mage/Catalog/Model/Design.php +4 -4
- app/code/core/Mage/Catalog/Model/Entity/Attribute.php +4 -4
- app/code/core/Mage/Catalog/Model/Entity/Product/Attribute/Design/Options/Container.php +4 -4
- app/code/core/Mage/Catalog/Model/Entity/Product/Attribute/Frontend/Image.php +4 -4
- app/code/core/Mage/Catalog/Model/Factory.php +4 -4
- app/code/core/Mage/Catalog/Model/Index.php +4 -4
- app/code/core/Mage/Catalog/Model/Indexer/Url.php +4 -4
- app/code/core/Mage/Catalog/Model/Layer.php +4 -4
- app/code/core/Mage/Catalog/Model/Layer/Filter/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Layer/Filter/Attribute.php +4 -4
- app/code/core/Mage/Catalog/Model/Layer/Filter/Category.php +4 -4
- app/code/core/Mage/Catalog/Model/Layer/Filter/Decimal.php +4 -4
- app/code/core/Mage/Catalog/Model/Layer/Filter/Item.php +4 -4
- app/code/core/Mage/Catalog/Model/Layer/Filter/Price.php +4 -4
- app/code/core/Mage/Catalog/Model/Layer/Filter/Price/Algorithm.php +4 -4
- app/code/core/Mage/Catalog/Model/Layer/State.php +4 -4
- app/code/core/Mage/Catalog/Model/Observer.php +4 -4
- app/code/core/Mage/Catalog/Model/Product.php +27 -16
- app/code/core/Mage/Catalog/Model/Product/Action.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Api.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Api/V2.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Api.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Api/V2.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Boolean.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Groupprice.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Groupprice/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Media.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Msrp.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Price.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Recurring.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Sku.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Startdate.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Startdate/Specialprice.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Tierprice.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Urlkey.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Frontend/Image.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Group.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Media/Api.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Media/Api/V2.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Set/Api.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Set/Api/V2.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Boolean.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Countryofmanufacture.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Inputtype.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Layout.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Msrp/Type.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Msrp/Type/Enabled.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Msrp/Type/Price.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Tierprice/Api.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Attribute/Tierprice/Api/V2.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Compare/Item.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Compare/List.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Condition.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Condition/Interface.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Configuration/Item/Interface.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Configuration/Item/Option.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Configuration/Item/Option/Interface.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Flat/Flag.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Flat/Indexer.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Flat/Observer.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Image.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Indexer/Eav.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Indexer/Flat.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Indexer/Price.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Link.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Link/Api.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Link/Api/V2.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Media/Config.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Option.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Option/Api.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Option/Api/V2.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Option/Observer.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Option/Type/Date.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Option/Type/Default.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Option/Type/File.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Option/Type/Select.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Option/Type/Text.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Option/Value.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Option/Value/Api.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Option/Value/Api/V2.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Status.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Type.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Type/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Type/Api.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Type/Api/V2.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Type/Configurable.php +22 -5
- app/code/core/Mage/Catalog/Model/Product/Type/Configurable/Attribute.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Type/Configurable/Price.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Type/Grouped.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Type/Grouped/Price.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Type/Price.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Type/Simple.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Type/Virtual.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Url.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Visibility.php +4 -4
- app/code/core/Mage/Catalog/Model/Product/Website.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Attribute.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Category.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Frontend/Image.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Source/Layout.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Source/Mode.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Source/Page.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Category/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Category/Flat.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Category/Flat/Collection.php +12 -4
- app/code/core/Mage/Catalog/Model/Resource/Category/Indexer/Product.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Category/Tree.php +6 -6
- app/code/core/Mage/Catalog/Model/Resource/Collection/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Config.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Attribute.php +20 -7
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Attribute.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Frontend/Image.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Source/Layout.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Source/Mode.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Source/Page.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Flat.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Flat/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Indexer/Product.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Tree.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Collection/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Config.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Layer/Filter/Attribute.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Layer/Filter/Decimal.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Layer/Filter/Price.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Action.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Backend/Image.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Backend/Media.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Backend/Tierprice.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Backend/Urlkey.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Frontend/Image.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Frontend/Tierprice.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Compare/Item.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Compare/Item/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Flat.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Flat/Indexer.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Eav.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Eav/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Eav/Decimal.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Eav/Source.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Configurable.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Default.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Grouped.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Interface.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Link.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Link/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Link/Product/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option/Value.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option/Value/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Relation.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Status.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Type/Configurable.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Type/Configurable/Attribute.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Type/Configurable/Attribute/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Type/Configurable/Product/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Website.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Sendfriend.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Sendfriend/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Setup.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Url.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Helper/Mysql4.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Layer/Filter/Attribute.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Layer/Filter/Decimal.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Layer/Filter/Price.php +6 -5
- app/code/core/Mage/Catalog/Model/Resource/Product.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Action.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Groupprice.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Groupprice/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Image.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Media.php +98 -30
- app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Tierprice.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Urlkey.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Frontend/Image.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Frontend/Tierprice.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Collection.php +6 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Compare/Item.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Compare/Item/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Flat.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Flat/Indexer.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Eav.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Eav/Abstract.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Eav/Decimal.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Eav/Source.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Configurable.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Default.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Grouped.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Interface.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Link.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Link/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Link/Product/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Option.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Option/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Option/Value.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Option/Value/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Relation.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Status.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable/Attribute.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable/Attribute/Collection.php +42 -32
- app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable/Product/Collection.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Product/Website.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Setup.php +4 -4
- app/code/core/Mage/Catalog/Model/Resource/Url.php +4 -4
- app/code/core/Mage/Catalog/Model/Session.php +4 -4
- app/code/core/Mage/Catalog/Model/System/Config/Backend/Catalog/Category/Flat.php +4 -4
- app/code/core/Mage/Catalog/Model/System/Config/Backend/Catalog/Product/Flat.php +4 -4
- app/code/core/Mage/Catalog/Model/System/Config/Backend/Catalog/Url/Rewrite/Suffix.php +4 -4
- app/code/core/Mage/Catalog/Model/Template/Filter.php +4 -4
- app/code/core/Mage/Catalog/Model/Url.php +4 -4
- app/code/core/Mage/Catalog/controllers/CategoryController.php +4 -4
- app/code/core/Mage/Catalog/controllers/IndexController.php +4 -4
- app/code/core/Mage/Catalog/controllers/Product/CompareController.php +5 -5
- app/code/core/Mage/Catalog/controllers/ProductController.php +4 -4
- app/code/core/Mage/Catalog/controllers/Seo/SitemapController.php +4 -4
- app/code/core/Mage/Catalog/data/catalog_setup/data-install-1.6.0.0.php +4 -4
- app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.12-1.6.0.0.13.php +4 -4
- app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.13-1.6.0.0.14.php +4 -4
- app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.4-1.6.0.0.5.php +4 -4
- app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.8-1.6.0.0.9.php +4 -4
- app/code/core/Mage/Catalog/etc/adminhtml.xml +3 -3
- app/code/core/Mage/Catalog/etc/api.xml +3 -3
- app/code/core/Mage/Catalog/etc/api2.xml +3 -3
- app/code/core/Mage/Catalog/etc/config.xml +7 -3
- app/code/core/Mage/Catalog/etc/convert.xml +3 -3
- app/code/core/Mage/Catalog/etc/system.xml +30 -3
- app/code/core/Mage/Catalog/etc/widget.xml +3 -3
- app/code/core/Mage/Catalog/sql/catalog_setup/install-1.6.0.0.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-data-upgrade-0.7.57-0.7.58.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-data-upgrade-0.7.63-0.7.64.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-data-upgrade-1.4.0.0.28-1.4.0.0.29.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-data-upgrade-1.4.0.0.42-1.4.0.0.43.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-install-0.7.0.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-install-1.4.0.0.0.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.6.40-0.7.0.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.0-0.7.1.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.1-0.7.2.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.11-0.7.12.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.12-0.7.13.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.13-0.7.14.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.14-0.7.15.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.15-0.7.16.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.16-0.7.17.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.17-0.7.18.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.18-0.7.19.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.19-0.7.20.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.2-0.7.3.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.20-0.7.21.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.21-0.7.22.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.22-0.7.23.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.23-0.7.24.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.24-0.7.25.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.25-0.7.26.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.26-0.7.27.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.27-0.7.28.php +4 -4
- app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.28-0.7.29.php +0 -0
app/Mage.php
CHANGED
|
@@ -170,8 +170,8 @@ final class Mage
|
|
| 170 |
return array(
|
| 171 |
'major' => '1',
|
| 172 |
'minor' => '9',
|
| 173 |
-
'revision' => '
|
| 174 |
-
'patch' => '
|
| 175 |
'stability' => '',
|
| 176 |
'number' => '',
|
| 177 |
);
|
| 170 |
return array(
|
| 171 |
'major' => '1',
|
| 172 |
'minor' => '9',
|
| 173 |
+
'revision' => '1',
|
| 174 |
+
'patch' => '0',
|
| 175 |
'stability' => '',
|
| 176 |
'number' => '',
|
| 177 |
);
|
app/code/core/Mage/Admin/Helper/Data.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Admin/Model/Acl.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Acl/Assert/Time.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Acl/Resource.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Acl/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Acl/Role/Generic.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Acl/Role/Group.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Acl/Role/Registry.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Acl/Role/User.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Config.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/Acl.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/Acl/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/Acl/Role/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/Permissions/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/Role/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/Roles.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/Roles/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/Roles/User/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/Rules.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/Rules/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/User.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Mysql4/User/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Observer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Admin/Model/Redirectpolicy.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Admin/Model/Resource/Acl.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Resource/Acl/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Admin/Model/Resource/Acl/Role/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Resource/Permissions/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Resource/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Resource/Role/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Resource/Roles.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Resource/Roles/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Resource/Roles/User/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Resource/Rules.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Resource/Rules/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Resource/User.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Admin/Model/Resource/User/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Admin/Model/Roles.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Admin/Model/Rules.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Admin/Model/Session.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Admin/Model/User.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -118,7 +118,7 @@ class Mage_Admin_Model_User extends Mage_Core_Model_Abstract
|
|
| 118 |
'firstname' => $this->getFirstname(),
|
| 119 |
'lastname' => $this->getLastname(),
|
| 120 |
'email' => $this->getEmail(),
|
| 121 |
-
'modified' =>
|
| 122 |
'extra' => serialize($this->getExtra())
|
| 123 |
);
|
| 124 |
|
|
@@ -138,6 +138,8 @@ class Mage_Admin_Model_User extends Mage_Core_Model_Abstract
|
|
| 138 |
$data['password'] = $this->_getEncodedPassword($this->getPassword());
|
| 139 |
}
|
| 140 |
|
|
|
|
|
|
|
| 141 |
if (!is_null($this->getIsActive())) {
|
| 142 |
$data['is_active'] = intval($this->getIsActive());
|
| 143 |
}
|
|
@@ -563,6 +565,28 @@ class Mage_Admin_Model_User extends Mage_Core_Model_Abstract
|
|
| 563 |
return $errors;
|
| 564 |
}
|
| 565 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 566 |
/**
|
| 567 |
* Change reset password link token
|
| 568 |
*
|
|
@@ -613,4 +637,28 @@ class Mage_Admin_Model_User extends Mage_Core_Model_Abstract
|
|
| 613 |
|
| 614 |
return false;
|
| 615 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 616 |
}
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 118 |
'firstname' => $this->getFirstname(),
|
| 119 |
'lastname' => $this->getLastname(),
|
| 120 |
'email' => $this->getEmail(),
|
| 121 |
+
'modified' => $this->_getDateNow(),
|
| 122 |
'extra' => serialize($this->getExtra())
|
| 123 |
);
|
| 124 |
|
| 138 |
$data['password'] = $this->_getEncodedPassword($this->getPassword());
|
| 139 |
}
|
| 140 |
|
| 141 |
+
$this->cleanPasswordsValidationData();
|
| 142 |
+
|
| 143 |
if (!is_null($this->getIsActive())) {
|
| 144 |
$data['is_active'] = intval($this->getIsActive());
|
| 145 |
}
|
| 565 |
return $errors;
|
| 566 |
}
|
| 567 |
|
| 568 |
+
/**
|
| 569 |
+
* Validate password against current user password
|
| 570 |
+
* Returns true or array of errors.
|
| 571 |
+
*
|
| 572 |
+
* @return mixed
|
| 573 |
+
*/
|
| 574 |
+
public function validateCurrentPassword($password)
|
| 575 |
+
{
|
| 576 |
+
$result = array();
|
| 577 |
+
|
| 578 |
+
if (!Zend_Validate::is($password, 'NotEmpty')) {
|
| 579 |
+
$result[] = $this->_getHelper('adminhtml')->__('Current password field cannot be empty.');
|
| 580 |
+
} elseif (is_null($this->getId()) || !$this->_getHelper('core')->validateHash($password, $this->getPassword())){
|
| 581 |
+
$result[] = $this->_getHelper('adminhtml')->__('Invalid current password.');
|
| 582 |
+
}
|
| 583 |
+
|
| 584 |
+
if (empty($result)) {
|
| 585 |
+
$result = true;
|
| 586 |
+
}
|
| 587 |
+
return $result;
|
| 588 |
+
}
|
| 589 |
+
|
| 590 |
/**
|
| 591 |
* Change reset password link token
|
| 592 |
*
|
| 637 |
|
| 638 |
return false;
|
| 639 |
}
|
| 640 |
+
|
| 641 |
+
/**
|
| 642 |
+
* Clean password's validation data (password, new_password, password_confirmation)
|
| 643 |
+
*
|
| 644 |
+
* @return Mage_Admin_Model_User
|
| 645 |
+
*/
|
| 646 |
+
public function cleanPasswordsValidationData()
|
| 647 |
+
{
|
| 648 |
+
$this->setData('current_password', null);
|
| 649 |
+
$this->setData('new_password', null);
|
| 650 |
+
$this->setData('password_confirmation', null);
|
| 651 |
+
return $this;
|
| 652 |
+
}
|
| 653 |
+
|
| 654 |
+
/**
|
| 655 |
+
* Simple sql format date
|
| 656 |
+
*
|
| 657 |
+
* @param string $format
|
| 658 |
+
* @return string
|
| 659 |
+
*/
|
| 660 |
+
protected function _getDateNow($dayOnly = false)
|
| 661 |
+
{
|
| 662 |
+
return now($dayOnly);
|
| 663 |
+
}
|
| 664 |
}
|
app/code/core/Mage/Admin/data/admin_setup/data-install-1.6.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Admin/etc/config.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Admin
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Admin
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Admin/sql/admin_setup/install-1.6.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Admin/sql/admin_setup/mysql4-install-0.7.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-0.7.0-0.7.1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-0.7.1-0.7.2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Core_Model_Resource_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Core_Model_Resource_Setup */
|
app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.0.0-1.6.1.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/** @var $installer Mage_Core_Model_Resource_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/** @var $installer Mage_Core_Model_Resource_Setup */
|
app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.1.0-1.6.1.1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/** @var $installer Mage_Core_Model_Resource_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Admin
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/** @var $installer Mage_Core_Model_Resource_Setup */
|
app/code/core/Mage/AdminNotification/Helper/Data.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/AdminNotification/Model/Feed.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/AdminNotification/Model/Inbox.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/AdminNotification/Model/Mysql4/Inbox.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/AdminNotification/Model/Mysql4/Inbox/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/AdminNotification/Model/Observer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/AdminNotification/Model/Resource/Inbox.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/AdminNotification/Model/Resource/Inbox/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/AdminNotification/Model/Survey.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/AdminNotification/etc/adminhtml.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_AdminNotification
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_AdminNotification
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/AdminNotification/etc/config.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_AdminNotification
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_AdminNotification
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/AdminNotification/etc/system.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_AdminNotification
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_AdminNotification
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/AdminNotification/sql/adminnotification_setup/install-1.6.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/AdminNotification/sql/adminnotification_setup/mysql4-install-1.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/AdminNotification/sql/adminnotification_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Core_Model_Resource_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_AdminNotification
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Core_Model_Resource_Setup */
|
app/code/core/Mage/Api/Controller/Action.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Exception.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Helper/Data.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Acl.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Acl/Assert/Ip.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Acl/Assert/Time.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Acl/Resource.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Acl/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Acl/Role/Generic.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Acl/Role/Group.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Acl/Role/Registry.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Acl/Role/User.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Config.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Mysql4/Acl.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Mysql4/Acl/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Mysql4/Acl/Role/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Mysql4/Permissions/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Mysql4/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Mysql4/Role/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Mysql4/Roles.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Mysql4/Roles/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Mysql4/Roles/User/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Mysql4/Rules.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Mysql4/Rules/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Mysql4/User.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Mysql4/User/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Resource/Acl.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/Acl/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/Acl/Role/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/Permissions/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/Role/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/Roles.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/Roles/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/Roles/User/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/Rules.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/Rules/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/User.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Resource/User/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/Model/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Roles.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Rules.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Server.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Server/Adapter/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Server/Adapter/Soap.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Server/Adapter/Xmlrpc.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Server/Handler.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Server/Handler/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Server/V2/Adapter/Soap.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Server/V2/Handler.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Server/Wsi/Adapter/Soap.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Server/Wsi/Handler.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Session.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/User.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Wsdl/Config.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Wsdl/Config/Base.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/Model/Wsdl/Config/Element.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api/controllers/IndexController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/controllers/SoapController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/controllers/V2/SoapController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/controllers/XmlrpcController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/etc/adminhtml.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Api
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Api
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Api/etc/api.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Api
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Api
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Api/etc/config.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Api
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Api
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Api/etc/system.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Api
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Api
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Api/sql/api_setup/install-1.6.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/sql/api_setup/mysql4-install-0.7.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Api/sql/api_setup/mysql4-upgrade-0.7.0-0.7.1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/sql/api_setup/mysql4-upgrade-0.8.0-0.8.1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api/sql/api_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Core_Model_Resource_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Core_Model_Resource_Setup */
|
app/code/core/Mage/Api/sql/api_setup/mysql4-upgrade-1.6.0.0-1.6.0.1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $this Mage_Core_Model_Resource_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $this Mage_Core_Model_Resource_Setup */
|
app/code/core/Mage/Api2/Block/Adminhtml/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Buttons.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Edit.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Edit/Form.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Grid.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Tab/Resource.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Block/Adminhtml/Attribute/Tabs.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Block/Adminhtml/Permissions/User/Edit/Tab/Roles.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Block/Adminhtml/Roles.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Block/Adminhtml/Roles/Buttons.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Block/Adminhtml/Roles/Grid.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tab/Info.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
|
@@ -56,7 +56,7 @@ class Mage_Api2_Block_Adminhtml_Roles_Tab_Info extends Mage_Adminhtml_Block_Widg
|
|
| 56 |
'required' => true,
|
| 57 |
);
|
| 58 |
|
| 59 |
-
if ($this->
|
| 60 |
/** @var $helper Mage_Core_Helper_Data */
|
| 61 |
$helper = Mage::helper('core');
|
| 62 |
|
|
@@ -78,6 +78,15 @@ class Mage_Api2_Block_Adminhtml_Roles_Tab_Info extends Mage_Adminhtml_Block_Widg
|
|
| 78 |
)
|
| 79 |
);
|
| 80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
$fieldset->addField('in_role_users_old', 'hidden', array('name' => 'in_role_users_old'));
|
| 82 |
|
| 83 |
if ($this->getRole()) {
|
|
@@ -122,6 +131,16 @@ class Mage_Api2_Block_Adminhtml_Roles_Tab_Info extends Mage_Adminhtml_Block_Widg
|
|
| 122 |
* @return bool
|
| 123 |
*/
|
| 124 |
public function isHidden()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
{
|
| 126 |
return $this->getRole() && Mage_Api2_Model_Acl_Global_Role::isSystemRole($this->getRole());
|
| 127 |
}
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 56 |
'required' => true,
|
| 57 |
);
|
| 58 |
|
| 59 |
+
if ($this->isRoleSystem()) {
|
| 60 |
/** @var $helper Mage_Core_Helper_Data */
|
| 61 |
$helper = Mage::helper('core');
|
| 62 |
|
| 78 |
)
|
| 79 |
);
|
| 80 |
|
| 81 |
+
$fieldset->addField('current_password', 'obscure',
|
| 82 |
+
array(
|
| 83 |
+
'name' => 'current_password',
|
| 84 |
+
'label' => Mage::helper('adminhtml')->__('Current Admin Password'),
|
| 85 |
+
'title' => Mage::helper('adminhtml')->__('Current Admin Password'),
|
| 86 |
+
'required' => true
|
| 87 |
+
)
|
| 88 |
+
);
|
| 89 |
+
|
| 90 |
$fieldset->addField('in_role_users_old', 'hidden', array('name' => 'in_role_users_old'));
|
| 91 |
|
| 92 |
if ($this->getRole()) {
|
| 131 |
* @return bool
|
| 132 |
*/
|
| 133 |
public function isHidden()
|
| 134 |
+
{
|
| 135 |
+
return false;
|
| 136 |
+
}
|
| 137 |
+
|
| 138 |
+
/**
|
| 139 |
+
* Whether role is system
|
| 140 |
+
*
|
| 141 |
+
* @return bool
|
| 142 |
+
*/
|
| 143 |
+
public function isRoleSystem()
|
| 144 |
{
|
| 145 |
return $this->getRole() && Mage_Api2_Model_Acl_Global_Role::isSystemRole($this->getRole());
|
| 146 |
}
|
app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tab/Resources.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tab/Users.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Block/Adminhtml/Roles/Tabs.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Exception.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Helper/Data.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl/Filter.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl/Filter/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl/Filter/Attribute/Operation.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl/Filter/Attribute/ResourcePermission.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl/Global.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl/Global/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl/Global/Rule.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl/Global/Rule/Permission.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl/Global/Rule/Privilege.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl/Global/Rule/ResourcePermission.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl/Global/Rule/Tree.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Acl/PermissionInterface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Auth.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Auth/Adapter.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Auth/Adapter/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Auth/Adapter/Oauth.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Auth/User.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Auth/User/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Auth/User/Admin.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Auth/User/Customer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Auth/User/Guest.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Config.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Dispatcher.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Multicall.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Observer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Renderer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Renderer/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Renderer/Json.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Renderer/Query.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Renderer/Xml.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Renderer/Xml/Writer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Request.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Request/Internal.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Request/Interpreter.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Request/Interpreter/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Request/Interpreter/Json.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Request/Interpreter/Query.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Request/Interpreter/Xml.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Resource.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Resource/Acl/Filter/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Resource/Acl/Filter/Attribute/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Resource/Acl/Global/Role.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Resource/Acl/Global/Role/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Resource/Acl/Global/Rule.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Resource/Acl/Global/Rule/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Resource/Setup.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Resource/Validator.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Resource/Validator/Eav.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Resource/Validator/Fields.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Response.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Route/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Route/ApiType.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Route/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Route/Rest.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Router.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/Model/Server.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/controllers/Adminhtml/Api2/AttributeController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Api2/controllers/Adminhtml/Api2/RoleController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -163,6 +163,23 @@ class Mage_Api2_Adminhtml_Api2_RoleController extends Mage_Adminhtml_Controller_
|
|
| 163 |
return;
|
| 164 |
}
|
| 165 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 166 |
$roleUsers = $request->getParam('in_role_users', null);
|
| 167 |
parse_str($roleUsers, $roleUsers);
|
| 168 |
$roleUsers = array_keys($roleUsers);
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 163 |
return;
|
| 164 |
}
|
| 165 |
|
| 166 |
+
//Validate current admin password
|
| 167 |
+
$currentPassword = $request->getParam('current_password', null);
|
| 168 |
+
$request->setParam('current_password', null);
|
| 169 |
+
$result = $this->_validateCurrentPassword($currentPassword);
|
| 170 |
+
|
| 171 |
+
if (is_array($result)) {
|
| 172 |
+
foreach ($result as $error) {
|
| 173 |
+
$this->_getSession()->addError($error);
|
| 174 |
+
}
|
| 175 |
+
if ($id) {
|
| 176 |
+
$this->_redirect('*/*/edit', array('id' => $id));
|
| 177 |
+
} else {
|
| 178 |
+
$this->_redirect('*/*/new');
|
| 179 |
+
}
|
| 180 |
+
return;
|
| 181 |
+
}
|
| 182 |
+
|
| 183 |
$roleUsers = $request->getParam('in_role_users', null);
|
| 184 |
parse_str($roleUsers, $roleUsers);
|
| 185 |
$roleUsers = array_keys($roleUsers);
|
app/code/core/Mage/Api2/etc/adminhtml.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Api2
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Api2
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Api2/etc/config.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Api2
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Api2
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Api2/sql/api2_setup/install-1.0.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
/**
|
| 27 |
* Installation of Api2 module tables
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Api2
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
/**
|
| 27 |
* Installation of Api2 module tables
|
app/code/core/Mage/Authorizenet/Block/Directpost/Form.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Authorizenet/Block/Directpost/Iframe.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Authorizenet/Helper/Data.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Authorizenet/Model/Directpost.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -522,6 +522,8 @@ class Mage_Authorizenet_Model_Directpost extends Mage_Paygate_Model_Authorizenet
|
|
| 522 |
* Authorize order or authorize and capture it.
|
| 523 |
*
|
| 524 |
* @param Mage_Sales_Model_Order $order
|
|
|
|
|
|
|
| 525 |
*/
|
| 526 |
protected function _authOrder(Mage_Sales_Model_Order $order)
|
| 527 |
{
|
|
@@ -568,7 +570,7 @@ class Mage_Authorizenet_Model_Directpost extends Mage_Paygate_Model_Authorizenet
|
|
| 568 |
|
| 569 |
try {
|
| 570 |
if (!$response->hasOrderSendConfirmation() || $response->getOrderSendConfirmation()) {
|
| 571 |
-
$order->
|
| 572 |
}
|
| 573 |
|
| 574 |
Mage::getModel('sales/quote')
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 522 |
* Authorize order or authorize and capture it.
|
| 523 |
*
|
| 524 |
* @param Mage_Sales_Model_Order $order
|
| 525 |
+
*
|
| 526 |
+
* @throws Exception
|
| 527 |
*/
|
| 528 |
protected function _authOrder(Mage_Sales_Model_Order $order)
|
| 529 |
{
|
| 570 |
|
| 571 |
try {
|
| 572 |
if (!$response->hasOrderSendConfirmation() || $response->getOrderSendConfirmation()) {
|
| 573 |
+
$order->queueNewOrderEmail();
|
| 574 |
}
|
| 575 |
|
| 576 |
Mage::getModel('sales/quote')
|
app/code/core/Mage/Authorizenet/Model/Directpost/Observer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Authorizenet/Model/Directpost/Request.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Authorizenet/Model/Directpost/Response.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Authorizenet/Model/Directpost/Session.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Authorizenet/controllers/Adminhtml/Authorizenet/Directpost/PaymentController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
require_once 'Mage/Adminhtml/controllers/Sales/Order/CreateController.php';
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
require_once 'Mage/Adminhtml/controllers/Sales/Order/CreateController.php';
|
app/code/core/Mage/Authorizenet/controllers/Directpost/PaymentController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Authorizenet
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Authorizenet/etc/config.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Authorizenet
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Authorizenet
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Authorizenet/etc/system.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Authorizenet
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Authorizenet
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Backup/Exception.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Backup/Helper/Data.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Backup/Model/Backup.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Backup/Model/Config/Backend/Cron.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Backup/Model/Config/Source/Type.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Backup/Model/Db.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Backup/Model/Fs/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Backup/Model/Mysql4/Db.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Backup/Model/Observer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Backup/Model/Resource/Db.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Backup/Model/Resource/Helper/Mysql4.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
class Mage_Backup_Model_Resource_Helper_Mysql4 extends Mage_Core_Model_Resource_Helper_Mysql4
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Backup
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
class Mage_Backup_Model_Resource_Helper_Mysql4 extends Mage_Core_Model_Resource_Helper_Mysql4
|
app/code/core/Mage/Backup/etc/adminhtml.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Backup
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Backup
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Backup/etc/config.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Backup
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Backup
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Backup/etc/system.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Backup
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Backup
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Bundle.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Checkbox.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Multi.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Radio.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/Select.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/Extend.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/Special.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Search.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Search/Grid.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option/Selection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tabs.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Block/Adminhtml/Sales/Order/Items/Renderer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Adminhtml/Sales/Order/View/Items/Renderer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Catalog/Product/List/Partof.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Block/Catalog/Product/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Catalog/Product/View.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Checkbox.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Multi.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Radio.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Catalog/Product/View/Type/Bundle/Option/Select.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Block/Checkout/Cart/Item/Renderer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Block/Sales/Order/Items/Renderer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Helper/Catalog/Product/Configuration.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Helper/Data.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Model/CatalogIndex/Data/Bundle.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Model/Mysql4/Bundle.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Mysql4/Indexer/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Mysql4/Indexer/Stock.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Mysql4/Option.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Mysql4/Option/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Mysql4/Price/Index.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Mysql4/Selection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Mysql4/Selection/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Observer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Model/Option.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Model/Price/Index.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Product/Attribute/Source/Price/View.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Product/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -949,8 +949,11 @@ class Mage_Bundle_Model_Product_Price extends Mage_Catalog_Model_Product_Type_Pr
|
|
| 949 |
protected function _getMaximalCustomOptionPrice($option)
|
| 950 |
{
|
| 951 |
$prices = $this->_getCustomOptionValuesPrices($option);
|
| 952 |
-
|
| 953 |
-
|
|
|
|
|
|
|
|
|
|
| 954 |
return $maximalPrice;
|
| 955 |
}
|
| 956 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 949 |
protected function _getMaximalCustomOptionPrice($option)
|
| 950 |
{
|
| 951 |
$prices = $this->_getCustomOptionValuesPrices($option);
|
| 952 |
+
if ($prices) {
|
| 953 |
+
$maximalPrice = ($option->isMultipleType()) ? array_sum($prices) : max($prices);
|
| 954 |
+
} else {
|
| 955 |
+
$maximalPrice = (float)($option->getPrice(true));
|
| 956 |
+
}
|
| 957 |
return $maximalPrice;
|
| 958 |
}
|
| 959 |
|
app/code/core/Mage/Bundle/Model/Product/Type.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -931,12 +931,12 @@ class Mage_Bundle_Model_Product_Type extends Mage_Catalog_Model_Product_Type_Abs
|
|
| 931 |
$productOptionIds = $this->getOptionsIds($product);
|
| 932 |
$productSelections = $this->getSelectionsCollection($productOptionIds, $product);
|
| 933 |
$selectionIds = $product->getCustomOption('bundle_selection_ids');
|
| 934 |
-
$selectionIds = unserialize($selectionIds->getValue());
|
| 935 |
$buyRequest = $product->getCustomOption('info_buyRequest');
|
| 936 |
$buyRequest = new Varien_Object(unserialize($buyRequest->getValue()));
|
| 937 |
$bundleOption = $buyRequest->getBundleOption();
|
| 938 |
|
| 939 |
-
if (empty($bundleOption)) {
|
| 940 |
Mage::throwException($this->getSpecifyOptionMessage());
|
| 941 |
}
|
| 942 |
|
|
@@ -954,7 +954,7 @@ class Mage_Bundle_Model_Product_Type extends Mage_Catalog_Model_Product_Type_Abs
|
|
| 954 |
$product->getTypeInstance(true)->setStoreFilter($product->getStoreId(), $product);
|
| 955 |
$optionsCollection = $this->getOptionsCollection($product);
|
| 956 |
foreach ($optionsCollection->getItems() as $option) {
|
| 957 |
-
if ($option->getRequired() && empty($bundleOption[$option->getId()])) {
|
| 958 |
Mage::throwException(
|
| 959 |
Mage::helper('bundle')->__('Required options are not selected.')
|
| 960 |
);
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 931 |
$productOptionIds = $this->getOptionsIds($product);
|
| 932 |
$productSelections = $this->getSelectionsCollection($productOptionIds, $product);
|
| 933 |
$selectionIds = $product->getCustomOption('bundle_selection_ids');
|
| 934 |
+
$selectionIds = (array) unserialize($selectionIds->getValue());
|
| 935 |
$buyRequest = $product->getCustomOption('info_buyRequest');
|
| 936 |
$buyRequest = new Varien_Object(unserialize($buyRequest->getValue()));
|
| 937 |
$bundleOption = $buyRequest->getBundleOption();
|
| 938 |
|
| 939 |
+
if (empty($bundleOption) && empty($selectionIds)) {
|
| 940 |
Mage::throwException($this->getSpecifyOptionMessage());
|
| 941 |
}
|
| 942 |
|
| 954 |
$product->getTypeInstance(true)->setStoreFilter($product->getStoreId(), $product);
|
| 955 |
$optionsCollection = $this->getOptionsCollection($product);
|
| 956 |
foreach ($optionsCollection->getItems() as $option) {
|
| 957 |
+
if ($option->getRequired() && empty($selectionIds) && empty($bundleOption[$option->getId()])) {
|
| 958 |
Mage::throwException(
|
| 959 |
Mage::helper('bundle')->__('Required options are not selected.')
|
| 960 |
);
|
app/code/core/Mage/Bundle/Model/Resource/Bundle.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Resource/Indexer/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Resource/Indexer/Stock.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Resource/Option.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Resource/Option/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Resource/Price/Index.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Resource/Selection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Resource/Selection/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/Model/Sales/Order/Pdf/Items/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Model/Sales/Order/Pdf/Items/Creditmemo.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Model/Sales/Order/Pdf/Items/Invoice.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Model/Sales/Order/Pdf/Items/Shipment.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Model/Selection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Model/Source/Option/Selection/Price/Type.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/Model/Source/Option/Type.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/controllers/Adminhtml/Bundle/Product/EditController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
require_once 'Mage/Adminhtml/controllers/Catalog/ProductController.php';
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
require_once 'Mage/Adminhtml/controllers/Catalog/ProductController.php';
|
app/code/core/Mage/Bundle/controllers/Adminhtml/Bundle/SelectionController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Bundle/controllers/Product/EditController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
require_once 'Mage/Bundle/controllers/Adminhtml/Bundle/Product/EditController.php';
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
require_once 'Mage/Bundle/controllers/Adminhtml/Bundle/Product/EditController.php';
|
app/code/core/Mage/Bundle/controllers/SelectionController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
require_once 'Mage/Bundle/controllers/Adminhtml/Bundle/SelectionController.php';
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
require_once 'Mage/Bundle/controllers/Adminhtml/Bundle/SelectionController.php';
|
app/code/core/Mage/Bundle/data/bundle_setup/data-install-1.6.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Bundle/etc/config.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Bundle
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Bundle
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Bundle/sql/bundle_setup/install-1.6.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-data-upgrade-0.1.13-0.1.14.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-install-0.1.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.0-0.1.1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.1-0.1.2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.10-0.1.11.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.11-0.1.12.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.12-0.1.13.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.2-0.1.3.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.3-0.1.4.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.4-0.1.5.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.5-0.1.6.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.6-0.1.7.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.7-0.1.8.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.8-0.1.9.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-0.1.9-0.1.10.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Core_Model_Resource_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Core_Model_Resource_Setup */
|
app/code/core/Mage/Bundle/sql/bundle_setup/mysql4-upgrade-1.6.0.0-1.6.0.0.1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installFile = dirname(__FILE__) . DS . 'upgrade-1.6.0.0-1.6.0.0.1.php';
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installFile = dirname(__FILE__) . DS . 'upgrade-1.6.0.0-1.6.0.0.1.php';
|
app/code/core/Mage/Bundle/sql/bundle_setup/upgrade-1.6.0.0-1.6.0.0.1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/** @var $installer Mage_Catalog_Model_Resource_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Bundle
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/** @var $installer Mage_Catalog_Model_Resource_Setup */
|
app/code/core/Mage/Captcha/Block/Captcha.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Captcha/Block/Captcha/Zend.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Captcha/Helper/Data.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Captcha/Model/Config/Font.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Captcha/Model/Config/Form/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Captcha/Model/Config/Form/Backend.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Captcha/Model/Config/Form/Frontend.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Captcha/Model/Config/Mode.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Captcha/Model/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Captcha/Model/Observer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -66,7 +66,7 @@ class Mage_Captcha_Model_Observer
|
|
| 66 |
$captchaModel = Mage::helper('captcha')->getCaptcha($formId);
|
| 67 |
$controller = $observer->getControllerAction();
|
| 68 |
$loginParams = $controller->getRequest()->getPost('login');
|
| 69 |
-
$login =
|
| 70 |
if ($captchaModel->isRequired($login)) {
|
| 71 |
$word = $this->_getCaptchaString($controller->getRequest(), $formId);
|
| 72 |
if (!$captchaModel->isCorrect($word)) {
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 66 |
$captchaModel = Mage::helper('captcha')->getCaptcha($formId);
|
| 67 |
$controller = $observer->getControllerAction();
|
| 68 |
$loginParams = $controller->getRequest()->getPost('login');
|
| 69 |
+
$login = isset($loginParams['username']) ? $loginParams['username'] : null;
|
| 70 |
if ($captchaModel->isRequired($login)) {
|
| 71 |
$word = $this->_getCaptchaString($controller->getRequest(), $formId);
|
| 72 |
if (!$captchaModel->isCorrect($word)) {
|
app/code/core/Mage/Captcha/Model/Resource/Log.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Captcha/Model/Zend.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Captcha/controllers/Adminhtml/RefreshController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Captcha/controllers/RefreshController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Captcha/etc/config.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Captcha
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Captcha
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Captcha/etc/system.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Captcha
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Captcha
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Captcha/sql/captcha_setup/install-1.7.0.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
/* @var $installer Mage_Core_Model_Resource_Setup */
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Captcha
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
/* @var $installer Mage_Core_Model_Resource_Setup */
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/Block/Breadcrumbs.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Category/View.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Category/Widget/Link.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Layer/Filter/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Layer/Filter/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Layer/Filter/Category.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Layer/Filter/Decimal.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Layer/Filter/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Layer/State.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Layer/View.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Navigation.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/Compare/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/Compare/List.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/Compare/Sidebar.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/Gallery.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Product/List.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/List/Crosssell.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/List/Promotion.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
class Mage_Catalog_Block_Product_List_Promotion extends Mage_Catalog_Block_Product_List
|
| 27 |
{
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
class Mage_Catalog_Block_Product_List_Promotion extends Mage_Catalog_Block_Product_List
|
| 27 |
{
|
app/code/core/Mage/Catalog/Block/Product/List/Random.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Product/List/Related.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/List/Toolbar.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/List/Upsell.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Product/New.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Product/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/Price/Template.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/Send.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Product/View/Additional.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Attributes.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Description.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Media.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -69,6 +69,42 @@ class Mage_Catalog_Block_Product_View_Media extends Mage_Catalog_Block_Product_V
|
|
| 69 |
return $this->getUrl('catalog/product/gallery', $params);
|
| 70 |
}
|
| 71 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
/**
|
| 73 |
* Disable gallery
|
| 74 |
*/
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 69 |
return $this->getUrl('catalog/product/gallery', $params);
|
| 70 |
}
|
| 71 |
|
| 72 |
+
/**
|
| 73 |
+
* Retrieve gallery image url
|
| 74 |
+
*
|
| 75 |
+
* @param null|Varien_Object $image
|
| 76 |
+
* @return string
|
| 77 |
+
*/
|
| 78 |
+
public function getGalleryImageUrl($image)
|
| 79 |
+
{
|
| 80 |
+
if ($image) {
|
| 81 |
+
$helper = $this->helper('catalog/image')
|
| 82 |
+
->init($this->getProduct(), 'image', $image->getFile())
|
| 83 |
+
->keepFrame(false);
|
| 84 |
+
|
| 85 |
+
$size = Mage::getStoreConfig(Mage_Catalog_Helper_Image::XML_NODE_PRODUCT_BASE_IMAGE_WIDTH);
|
| 86 |
+
if (is_numeric($size)) {
|
| 87 |
+
$helper->constrainOnly(true)->resize($size);
|
| 88 |
+
}
|
| 89 |
+
return (string)$helper;
|
| 90 |
+
}
|
| 91 |
+
return null;
|
| 92 |
+
}
|
| 93 |
+
|
| 94 |
+
/**
|
| 95 |
+
* Retrieve visibility of gallery image based on gallery filter where present
|
| 96 |
+
*
|
| 97 |
+
* @param null|Varien_Object $image
|
| 98 |
+
* @return bool
|
| 99 |
+
*/
|
| 100 |
+
public function isGalleryImageVisible($image)
|
| 101 |
+
{
|
| 102 |
+
if (($filterClass = $this->getGalleryFilterHelper()) && ($filterMethod = $this->getGalleryFilterMethod())) {
|
| 103 |
+
return Mage::helper($filterClass)->$filterMethod($this->getProduct(), $image);
|
| 104 |
+
}
|
| 105 |
+
return true;
|
| 106 |
+
}
|
| 107 |
+
|
| 108 |
/**
|
| 109 |
* Disable gallery
|
| 110 |
*/
|
app/code/core/Mage/Catalog/Block/Product/View/Options.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Options/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Date.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Default.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Options/Type/File.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Select.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Options/Type/Text.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Tabs.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Type/Configurable.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Type/Grouped.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Product/View/Type/Simple.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Product/View/Type/Virtual.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Product/Widget/Html/Pager.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Product/Widget/Link.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Product/Widget/New.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -62,6 +62,13 @@ class Mage_Catalog_Block_Product_Widget_New extends Mage_Catalog_Block_Product_N
|
|
| 62 |
*/
|
| 63 |
protected $_pager;
|
| 64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
/**
|
| 66 |
* Initialize block's cache and template settings
|
| 67 |
*/
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 62 |
*/
|
| 63 |
protected $_pager;
|
| 64 |
|
| 65 |
+
/**
|
| 66 |
+
* Default product amount per row
|
| 67 |
+
*
|
| 68 |
+
* @var int
|
| 69 |
+
*/
|
| 70 |
+
protected $_defaultColumnCount = 5;
|
| 71 |
+
|
| 72 |
/**
|
| 73 |
* Initialize block's cache and template settings
|
| 74 |
*/
|
app/code/core/Mage/Catalog/Block/Seo/Sitemap/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Seo/Sitemap/Category.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Seo/Sitemap/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Seo/Sitemap/Tree/Category.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Block/Seo/Sitemap/Tree/Pager.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Block/Widget/Link.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -57,38 +57,50 @@ class Mage_Catalog_Block_Widget_Link
|
|
| 57 |
protected $_anchorText;
|
| 58 |
|
| 59 |
/**
|
| 60 |
-
* Prepare url using passed id
|
| 61 |
-
* or return false if path was not found
|
| 62 |
*
|
| 63 |
* @return string|false
|
| 64 |
*/
|
| 65 |
public function getHref()
|
| 66 |
{
|
| 67 |
if (!$this->_href) {
|
| 68 |
-
|
| 69 |
if($this->hasStoreId()) {
|
| 70 |
$store = Mage::app()->getStore($this->getStoreId());
|
| 71 |
} else {
|
| 72 |
$store = Mage::app()->getStore();
|
| 73 |
}
|
| 74 |
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
if ($
|
| 78 |
-
|
| 79 |
-
$
|
| 80 |
-
$
|
| 81 |
-
|
| 82 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
}
|
| 84 |
}
|
| 85 |
-
|
| 86 |
-
$this->_href = $store->getUrl('', array('_direct' => $href));
|
| 87 |
}
|
| 88 |
|
| 89 |
-
if(
|
| 90 |
-
|
| 91 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 92 |
}
|
| 93 |
|
| 94 |
return $this->_href;
|
|
@@ -102,17 +114,24 @@ class Mage_Catalog_Block_Widget_Link
|
|
| 102 |
*/
|
| 103 |
public function getAnchorText()
|
| 104 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
if (!$this->_anchorText && $this->_entityResource) {
|
| 106 |
-
if (!$this->
|
| 107 |
$idPath = explode('/', $this->_getData('id_path'));
|
| 108 |
if (isset($idPath[1])) {
|
| 109 |
$id = $idPath[1];
|
| 110 |
if ($id) {
|
| 111 |
-
$this->_anchorText = $this->_entityResource
|
|
|
|
| 112 |
}
|
| 113 |
}
|
| 114 |
} else {
|
| 115 |
-
$this->_anchorText = $this->
|
| 116 |
}
|
| 117 |
}
|
| 118 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 57 |
protected $_anchorText;
|
| 58 |
|
| 59 |
/**
|
| 60 |
+
* Prepare url using passed id and return it
|
| 61 |
+
* or return false if path was not found.
|
| 62 |
*
|
| 63 |
* @return string|false
|
| 64 |
*/
|
| 65 |
public function getHref()
|
| 66 |
{
|
| 67 |
if (!$this->_href) {
|
| 68 |
+
|
| 69 |
if($this->hasStoreId()) {
|
| 70 |
$store = Mage::app()->getStore($this->getStoreId());
|
| 71 |
} else {
|
| 72 |
$store = Mage::app()->getStore();
|
| 73 |
}
|
| 74 |
|
| 75 |
+
$idPath = explode('/', $this->_getData('id_path'));
|
| 76 |
+
|
| 77 |
+
if (isset($idPath[0]) && isset($idPath[1]) && $idPath[0] == 'product') {
|
| 78 |
+
|
| 79 |
+
/** @var $helper Mage_Catalog_Helper_Product */
|
| 80 |
+
$helper = $this->_getFactory()->getHelper('catalog/product');
|
| 81 |
+
$productId = $idPath[1];
|
| 82 |
+
$categoryId = isset($idPath[2]) ? $idPath[2] : null;
|
| 83 |
+
|
| 84 |
+
$this->_href = $helper->getFullProductUrl($productId, $categoryId);
|
| 85 |
+
|
| 86 |
+
} elseif (isset($idPath[0]) && isset($idPath[1]) && $idPath[0] == 'category') {
|
| 87 |
+
$categoryId = $idPath[1];
|
| 88 |
+
if ($categoryId) {
|
| 89 |
+
/** @var $helper Mage_Catalog_Helper_Category */
|
| 90 |
+
$helper = $this->_getFactory()->getHelper('catalog/category');
|
| 91 |
+
$category = Mage::getModel('catalog/category')->load($categoryId);
|
| 92 |
+
$this->_href = $helper->getCategoryUrl($category);
|
| 93 |
}
|
| 94 |
}
|
|
|
|
|
|
|
| 95 |
}
|
| 96 |
|
| 97 |
+
if ($this->_href) {
|
| 98 |
+
if (strpos($this->_href, "___store") === false) {
|
| 99 |
+
$symbol = (strpos($this->_href, "?") === false) ? "?" : "&";
|
| 100 |
+
$this->_href = $this->_href . $symbol . "___store=" . $store->getCode();
|
| 101 |
+
}
|
| 102 |
+
} else {
|
| 103 |
+
return false;
|
| 104 |
}
|
| 105 |
|
| 106 |
return $this->_href;
|
| 114 |
*/
|
| 115 |
public function getAnchorText()
|
| 116 |
{
|
| 117 |
+
if ($this->hasStoreId()) {
|
| 118 |
+
$store = Mage::app()->getStore($this->getStoreId());
|
| 119 |
+
} else {
|
| 120 |
+
$store = Mage::app()->getStore();
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
if (!$this->_anchorText && $this->_entityResource) {
|
| 124 |
+
if (!$this->_getData('anchor_text')) {
|
| 125 |
$idPath = explode('/', $this->_getData('id_path'));
|
| 126 |
if (isset($idPath[1])) {
|
| 127 |
$id = $idPath[1];
|
| 128 |
if ($id) {
|
| 129 |
+
$this->_anchorText = $this->_entityResource
|
| 130 |
+
->getAttributeRawValue($id, 'name', $store);
|
| 131 |
}
|
| 132 |
}
|
| 133 |
} else {
|
| 134 |
+
$this->_anchorText = $this->_getData('anchor_text');
|
| 135 |
}
|
| 136 |
}
|
| 137 |
|
app/code/core/Mage/Catalog/Exception.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Helper/Category.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Helper/Category/Flat.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Helper/Category/Url/Rewrite.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Helper/Category/Url/Rewrite/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Helper/Data.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Helper/Flat/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -47,6 +47,20 @@ abstract class Mage_Catalog_Helper_Flat_Abstract extends Mage_Core_Helper_Abstra
|
|
| 47 |
*/
|
| 48 |
protected $_process = null;
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
/**
|
| 51 |
* Check if Catalog Flat Data has been initialized
|
| 52 |
*
|
|
@@ -72,7 +86,11 @@ abstract class Mage_Catalog_Helper_Flat_Abstract extends Mage_Core_Helper_Abstra
|
|
| 72 |
*/
|
| 73 |
public function isAccessible()
|
| 74 |
{
|
| 75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
}
|
| 77 |
|
| 78 |
/**
|
|
@@ -82,7 +100,10 @@ abstract class Mage_Catalog_Helper_Flat_Abstract extends Mage_Core_Helper_Abstra
|
|
| 82 |
*/
|
| 83 |
public function isAvailable()
|
| 84 |
{
|
| 85 |
-
|
|
|
|
|
|
|
|
|
|
| 86 |
}
|
| 87 |
|
| 88 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 47 |
*/
|
| 48 |
protected $_process = null;
|
| 49 |
|
| 50 |
+
/**
|
| 51 |
+
* Flag for accessibility
|
| 52 |
+
*
|
| 53 |
+
* @var bool
|
| 54 |
+
*/
|
| 55 |
+
protected $_isAccessible = null;
|
| 56 |
+
|
| 57 |
+
/**
|
| 58 |
+
* Flag for availability
|
| 59 |
+
*
|
| 60 |
+
* @var bool
|
| 61 |
+
*/
|
| 62 |
+
protected $_isAvailable = null;
|
| 63 |
+
|
| 64 |
/**
|
| 65 |
* Check if Catalog Flat Data has been initialized
|
| 66 |
*
|
| 86 |
*/
|
| 87 |
public function isAccessible()
|
| 88 |
{
|
| 89 |
+
if (is_null($this->_isAccessible)) {
|
| 90 |
+
$this->_isAccessible = $this->isEnabled()
|
| 91 |
+
&& $this->getProcess()->getStatus() != Mage_Index_Model_Process::STATUS_RUNNING;
|
| 92 |
+
}
|
| 93 |
+
return $this->_isAccessible;
|
| 94 |
}
|
| 95 |
|
| 96 |
/**
|
| 100 |
*/
|
| 101 |
public function isAvailable()
|
| 102 |
{
|
| 103 |
+
if (is_null($this->_isAvailable)) {
|
| 104 |
+
$this->_isAvailable = $this->isAccessible() && !$this->getProcess()->isLocked();
|
| 105 |
+
}
|
| 106 |
+
return $this->_isAvailable;
|
| 107 |
}
|
| 108 |
|
| 109 |
/**
|
app/code/core/Mage/Catalog/Helper/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -31,6 +31,9 @@
|
|
| 31 |
*/
|
| 32 |
class Mage_Catalog_Helper_Image extends Mage_Core_Helper_Abstract
|
| 33 |
{
|
|
|
|
|
|
|
|
|
|
| 34 |
/**
|
| 35 |
* Current model
|
| 36 |
*
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 31 |
*/
|
| 32 |
class Mage_Catalog_Helper_Image extends Mage_Core_Helper_Abstract
|
| 33 |
{
|
| 34 |
+
const XML_NODE_PRODUCT_BASE_IMAGE_WIDTH = 'catalog/product_image/base_width';
|
| 35 |
+
const XML_NODE_PRODUCT_SMALL_IMAGE_WIDTH = 'catalog/product_image/small_width';
|
| 36 |
+
|
| 37 |
/**
|
| 38 |
* Current model
|
| 39 |
*
|
app/code/core/Mage/Catalog/Helper/Map.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Helper/Output.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
class Mage_Catalog_Helper_Output extends Mage_Core_Helper_Abstract
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
class Mage_Catalog_Helper_Output extends Mage_Core_Helper_Abstract
|
app/code/core/Mage/Catalog/Helper/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -70,6 +70,23 @@ class Mage_Catalog_Helper_Product extends Mage_Core_Helper_Url
|
|
| 70 |
return false;
|
| 71 |
}
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
/**
|
| 74 |
* Retrieve product price
|
| 75 |
*
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 70 |
return false;
|
| 71 |
}
|
| 72 |
|
| 73 |
+
/**
|
| 74 |
+
* Retrieve product view page url including provided category Id
|
| 75 |
+
*
|
| 76 |
+
* @param int $productId
|
| 77 |
+
* @param int $categoryId
|
| 78 |
+
* @return string
|
| 79 |
+
*/
|
| 80 |
+
public function getFullProductUrl($productId, $categoryId = null)
|
| 81 |
+
{
|
| 82 |
+
$product = Mage::getModel('catalog/product')->load($productId);
|
| 83 |
+
if ($categoryId && $product->canBeShowInCategory($categoryId)) {
|
| 84 |
+
$category = Mage::getModel('catalog/category')->load($categoryId);
|
| 85 |
+
$product->setCategory($category);
|
| 86 |
+
}
|
| 87 |
+
return $product->getProductUrl();
|
| 88 |
+
}
|
| 89 |
+
|
| 90 |
/**
|
| 91 |
* Retrieve product price
|
| 92 |
*
|
app/code/core/Mage/Catalog/Helper/Product/Compare.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Helper/Product/Configuration.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Helper/Product/Configuration/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Helper/Product/Flat.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Helper/Product/Options.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Helper/Product/Url.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Helper/Product/Url/Rewrite.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Helper/Product/Url/Rewrite/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Helper/Product/View.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api/Resource.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Category.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Category/Rest.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Category/Rest/Admin/V1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Category/Rest/Customer/V1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Category/Rest/Guest/V1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest/Admin/V1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest/Customer/V1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Image/Rest/Guest/V1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Image/Validator/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Rest.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Rest/Admin/V1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Rest/Customer/V1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Rest/Guest/V1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Validator/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Website.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Website/Rest.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Website/Rest/Admin/V1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Api2/Product/Website/Validator/Admin/Website.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Attribute/Backend/Customlayoutupdate.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Attribute/Backend/Urlkey/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Category.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
|
@@ -942,16 +942,18 @@ class Mage_Catalog_Model_Category extends Mage_Catalog_Model_Abstract
|
|
| 942 |
}
|
| 943 |
|
| 944 |
/**
|
| 945 |
-
*
|
| 946 |
*
|
| 947 |
* @return Mage_Catalog_Model_Category
|
| 948 |
*/
|
| 949 |
-
|
| 950 |
{
|
| 951 |
-
|
| 952 |
-
|
| 953 |
-
|
| 954 |
-
);
|
| 955 |
-
|
|
|
|
|
|
|
| 956 |
}
|
| 957 |
}
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 942 |
}
|
| 943 |
|
| 944 |
/**
|
| 945 |
+
* Callback function which called after transaction commit in resource model
|
| 946 |
*
|
| 947 |
* @return Mage_Catalog_Model_Category
|
| 948 |
*/
|
| 949 |
+
public function afterCommitCallback()
|
| 950 |
{
|
| 951 |
+
parent::afterCommitCallback();
|
| 952 |
+
|
| 953 |
+
/** @var \Mage_Index_Model_Indexer $indexer */
|
| 954 |
+
$indexer = Mage::getSingleton('index/indexer');
|
| 955 |
+
$indexer->processEntityAction($this, self::ENTITY, Mage_Index_Model_Event::TYPE_SAVE);
|
| 956 |
+
|
| 957 |
+
return $this;
|
| 958 |
}
|
| 959 |
}
|
app/code/core/Mage/Catalog/Model/Category/Api.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Category/Api/V2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Category/Attribute/Api.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Category/Attribute/Api/V2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Category/Attribute/Backend/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Category/Attribute/Backend/Sortby.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Category/Attribute/Backend/Urlkey.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Category/Attribute/Source/Layout.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Category/Attribute/Source/Mode.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Category/Attribute/Source/Page.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Category/Attribute/Source/Sortby.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Category/Indexer/Flat.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Category/Indexer/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Category/Url.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Config.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Convert.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Convert/Adapter/Catalog.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Convert/Adapter/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Convert/Parser/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Design.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Entity/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Entity/Product/Attribute/Design/Options/Container.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Entity/Product/Attribute/Frontend/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Factory.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Index.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Indexer/Url.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Layer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Layer/Filter/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Layer/Filter/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Layer/Filter/Category.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Layer/Filter/Decimal.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Layer/Filter/Item.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Layer/Filter/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Layer/Filter/Price/Algorithm.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Layer/State.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Observer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -546,12 +546,7 @@ class Mage_Catalog_Model_Product extends Mage_Catalog_Model_Abstract
|
|
| 546 |
$this->getOptionInstance()->setProduct($this)
|
| 547 |
->saveOptions();
|
| 548 |
|
| 549 |
-
|
| 550 |
-
|
| 551 |
-
Mage::getSingleton('index/indexer')->processEntityAction(
|
| 552 |
-
$this, self::ENTITY, Mage_Index_Model_Event::TYPE_SAVE
|
| 553 |
-
);
|
| 554 |
-
return $result;
|
| 555 |
}
|
| 556 |
|
| 557 |
/**
|
|
@@ -564,9 +559,7 @@ class Mage_Catalog_Model_Product extends Mage_Catalog_Model_Abstract
|
|
| 564 |
{
|
| 565 |
$this->_protectFromNonAdmin();
|
| 566 |
$this->cleanCache();
|
| 567 |
-
|
| 568 |
-
$this, self::ENTITY, Mage_Index_Model_Event::TYPE_DELETE
|
| 569 |
-
);
|
| 570 |
return parent::_beforeDelete();
|
| 571 |
}
|
| 572 |
|
|
@@ -578,9 +571,11 @@ class Mage_Catalog_Model_Product extends Mage_Catalog_Model_Abstract
|
|
| 578 |
protected function _afterDeleteCommit()
|
| 579 |
{
|
| 580 |
parent::_afterDeleteCommit();
|
| 581 |
-
|
| 582 |
-
|
| 583 |
-
);
|
|
|
|
|
|
|
| 584 |
}
|
| 585 |
|
| 586 |
/**
|
|
@@ -2066,4 +2061,20 @@ class Mage_Catalog_Model_Product extends Mage_Catalog_Model_Abstract
|
|
| 2066 |
{
|
| 2067 |
return $this->getStatus() == Mage_Catalog_Model_Product_Status::STATUS_DISABLED;
|
| 2068 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2069 |
}
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 546 |
$this->getOptionInstance()->setProduct($this)
|
| 547 |
->saveOptions();
|
| 548 |
|
| 549 |
+
return parent::_afterSave();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 550 |
}
|
| 551 |
|
| 552 |
/**
|
| 559 |
{
|
| 560 |
$this->_protectFromNonAdmin();
|
| 561 |
$this->cleanCache();
|
| 562 |
+
|
|
|
|
|
|
|
| 563 |
return parent::_beforeDelete();
|
| 564 |
}
|
| 565 |
|
| 571 |
protected function _afterDeleteCommit()
|
| 572 |
{
|
| 573 |
parent::_afterDeleteCommit();
|
| 574 |
+
|
| 575 |
+
/** @var \Mage_Index_Model_Indexer $indexer */
|
| 576 |
+
$indexer = Mage::getSingleton('index/indexer');
|
| 577 |
+
|
| 578 |
+
$indexer->processEntityAction($this, self::ENTITY, Mage_Index_Model_Event::TYPE_DELETE);
|
| 579 |
}
|
| 580 |
|
| 581 |
/**
|
| 2061 |
{
|
| 2062 |
return $this->getStatus() == Mage_Catalog_Model_Product_Status::STATUS_DISABLED;
|
| 2063 |
}
|
| 2064 |
+
|
| 2065 |
+
/**
|
| 2066 |
+
* Callback function which called after transaction commit in resource model
|
| 2067 |
+
*
|
| 2068 |
+
* @return Mage_Catalog_Model_Product
|
| 2069 |
+
*/
|
| 2070 |
+
public function afterCommitCallback()
|
| 2071 |
+
{
|
| 2072 |
+
parent::afterCommitCallback();
|
| 2073 |
+
|
| 2074 |
+
/** @var \Mage_Index_Model_Indexer $indexer */
|
| 2075 |
+
$indexer = Mage::getSingleton('index/indexer');
|
| 2076 |
+
$indexer->processEntityAction($this, self::ENTITY, Mage_Index_Model_Event::TYPE_SAVE);
|
| 2077 |
+
|
| 2078 |
+
return $this;
|
| 2079 |
+
}
|
| 2080 |
}
|
app/code/core/Mage/Catalog/Model/Product/Action.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Api.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Api/V2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Api.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Api/V2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Boolean.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Groupprice.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Groupprice/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Media.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Msrp.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Recurring.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Sku.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Startdate.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Startdate/Specialprice.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Tierprice.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Backend/Urlkey.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Frontend/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Group.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
class Mage_Catalog_Model_Product_Attribute_Group extends Mage_Eav_Model_Entity_Attribute_Group
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
class Mage_Catalog_Model_Product_Attribute_Group extends Mage_Eav_Model_Entity_Attribute_Group
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Media/Api.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Media/Api/V2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Set/Api.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Set/Api/V2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Boolean.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Countryofmanufacture.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Inputtype.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Layout.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Msrp/Type.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Msrp/Type/Enabled.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Source/Msrp/Type/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Tierprice/Api.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Attribute/Tierprice/Api/V2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Compare/Item.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Compare/List.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Condition.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Condition/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
interface Mage_Catalog_Model_Product_Condition_Interface
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
interface Mage_Catalog_Model_Product_Condition_Interface
|
app/code/core/Mage/Catalog/Model/Product/Configuration/Item/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Configuration/Item/Option.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Configuration/Item/Option/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Flat/Flag.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Flat/Indexer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Flat/Observer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Indexer/Eav.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Indexer/Flat.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
class Mage_Catalog_Model_Product_Indexer_Flat extends Mage_Index_Model_Indexer_Abstract
|
| 27 |
{
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
class Mage_Catalog_Model_Product_Indexer_Flat extends Mage_Index_Model_Indexer_Abstract
|
| 27 |
{
|
app/code/core/Mage/Catalog/Model/Product/Indexer/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
/**
|
| 27 |
* Enter description here ...
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
/**
|
| 27 |
* Enter description here ...
|
app/code/core/Mage/Catalog/Model/Product/Link.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Link/Api.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Link/Api/V2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Media/Config.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Option.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Option/Api.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Option/Api/V2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Option/Observer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Option/Type/Date.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Option/Type/Default.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Option/Type/File.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Option/Type/Select.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Option/Type/Text.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Option/Value.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Option/Value/Api.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Option/Value/Api/V2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Status.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Type.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Type/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Type/Api.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Type/Api/V2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Type/Configurable.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -93,6 +93,13 @@ class Mage_Catalog_Model_Product_Type_Configurable extends Mage_Catalog_Model_Pr
|
|
| 93 |
*/
|
| 94 |
protected $_canConfigure = true;
|
| 95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
/**
|
| 97 |
* Return relation info about used products
|
| 98 |
*
|
|
@@ -335,9 +342,19 @@ class Mage_Catalog_Model_Product_Type_Configurable extends Mage_Catalog_Model_Pr
|
|
| 335 |
|
| 336 |
$usedProducts = array();
|
| 337 |
$collection = $this->getUsedProductCollection($product)
|
| 338 |
-
->addAttributeToSelect('*')
|
| 339 |
->addFilterByRequiredOptions();
|
| 340 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 341 |
if (is_array($requiredAttributeIds)) {
|
| 342 |
foreach ($requiredAttributeIds as $attributeId) {
|
| 343 |
$attribute = $this->getAttributeById($attributeId, $product);
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 93 |
*/
|
| 94 |
protected $_canConfigure = true;
|
| 95 |
|
| 96 |
+
/**
|
| 97 |
+
* Product attributes to include on the children of configurable products
|
| 98 |
+
*
|
| 99 |
+
* @var string
|
| 100 |
+
*/
|
| 101 |
+
const XML_PATH_PRODUCT_CONFIGURABLE_CHILD_ATTRIBUTES = 'frontend/product/configurable/child/attributes';
|
| 102 |
+
|
| 103 |
/**
|
| 104 |
* Return relation info about used products
|
| 105 |
*
|
| 342 |
|
| 343 |
$usedProducts = array();
|
| 344 |
$collection = $this->getUsedProductCollection($product)
|
|
|
|
| 345 |
->addFilterByRequiredOptions();
|
| 346 |
|
| 347 |
+
// Provides a mechanism for attaching additional attributes to the children of configurable products
|
| 348 |
+
// Will primarily have affect on the configurable product view page
|
| 349 |
+
$childAttributes = Mage::getConfig()->getNode(self::XML_PATH_PRODUCT_CONFIGURABLE_CHILD_ATTRIBUTES);
|
| 350 |
+
|
| 351 |
+
if ($childAttributes) {
|
| 352 |
+
$childAttributes = $childAttributes->asArray();
|
| 353 |
+
$childAttributes = array_keys($childAttributes);
|
| 354 |
+
|
| 355 |
+
$collection->addAttributeToSelect($childAttributes);
|
| 356 |
+
}
|
| 357 |
+
|
| 358 |
if (is_array($requiredAttributeIds)) {
|
| 359 |
foreach ($requiredAttributeIds as $attributeId) {
|
| 360 |
$attribute = $this->getAttributeById($attributeId, $product);
|
app/code/core/Mage/Catalog/Model/Product/Type/Configurable/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Type/Configurable/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Type/Grouped.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Type/Grouped/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Type/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Type/Simple.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Type/Virtual.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Product/Url.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Visibility.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Product/Website.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Category.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Frontend/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Source/Layout.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Source/Mode.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Category/Attribute/Source/Page.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Category/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Category/Flat.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Category/Flat/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
|
@@ -336,6 +336,14 @@ class Mage_Catalog_Model_Resource_Category_Flat_Collection extends Mage_Core_Mod
|
|
| 336 |
return $this;
|
| 337 |
}
|
| 338 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 339 |
/**
|
| 340 |
* Retrieves store_id from current store
|
| 341 |
*
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 336 |
return $this;
|
| 337 |
}
|
| 338 |
|
| 339 |
+
/**
|
| 340 |
+
* Join request_path column from url rewrite table
|
| 341 |
+
*/
|
| 342 |
+
public function joinUrlRewrite()
|
| 343 |
+
{
|
| 344 |
+
return $this->addUrlRewriteToResult();
|
| 345 |
+
}
|
| 346 |
+
|
| 347 |
/**
|
| 348 |
* Retrieves store_id from current store
|
| 349 |
*
|
app/code/core/Mage/Catalog/Model/Resource/Category/Indexer/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Category/Tree.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
|
@@ -292,7 +292,7 @@ class Mage_Catalog_Model_Resource_Category_Tree extends Varien_Data_Tree_Dbp
|
|
| 292 |
*/
|
| 293 |
protected function _getInactiveItemIds($collection, $storeId)
|
| 294 |
{
|
| 295 |
-
$filter = $collection->
|
| 296 |
$attributeId = $this->_getIsActiveAttributeId();
|
| 297 |
|
| 298 |
$conditionSql = $this->_conn->getCheckSql('c.value_id > 0', 'c.value', 'd.value');
|
|
@@ -308,7 +308,7 @@ class Mage_Catalog_Model_Resource_Category_Tree extends Varien_Data_Tree_Dbp
|
|
| 308 |
->from(array('d'=>$table), array('d.entity_id'))
|
| 309 |
->where('d.attribute_id = :attribute_id')
|
| 310 |
->where('d.store_id = :zero_store_id')
|
| 311 |
-
->where('d.entity_id IN (?)',
|
| 312 |
->joinLeft(
|
| 313 |
array('c'=>$table),
|
| 314 |
'c.attribute_id = :attribute_id AND c.store_id = :store_id AND c.entity_id = d.entity_id',
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 292 |
*/
|
| 293 |
protected function _getInactiveItemIds($collection, $storeId)
|
| 294 |
{
|
| 295 |
+
$filter = $collection->getAllIds();
|
| 296 |
$attributeId = $this->_getIsActiveAttributeId();
|
| 297 |
|
| 298 |
$conditionSql = $this->_conn->getCheckSql('c.value_id > 0', 'c.value', 'd.value');
|
| 308 |
->from(array('d'=>$table), array('d.entity_id'))
|
| 309 |
->where('d.attribute_id = :attribute_id')
|
| 310 |
->where('d.store_id = :zero_store_id')
|
| 311 |
+
->where('d.entity_id IN (?)', $filter)
|
| 312 |
->joinLeft(
|
| 313 |
array('c'=>$table),
|
| 314 |
'c.attribute_id = :attribute_id AND c.store_id = :store_id AND c.entity_id = d.entity_id',
|
app/code/core/Mage/Catalog/Model/Resource/Collection/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Config.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
|
@@ -150,9 +150,6 @@ class Mage_Catalog_Model_Resource_Eav_Attribute extends Mage_Eav_Model_Entity_At
|
|
| 150 |
*/
|
| 151 |
Mage::getSingleton('eav/config')->clear();
|
| 152 |
|
| 153 |
-
Mage::getSingleton('index/indexer')->processEntityAction(
|
| 154 |
-
$this, self::ENTITY, Mage_Index_Model_Event::TYPE_SAVE
|
| 155 |
-
);
|
| 156 |
return parent::_afterSave();
|
| 157 |
}
|
| 158 |
|
|
@@ -387,4 +384,20 @@ class Mage_Catalog_Model_Resource_Eav_Attribute extends Mage_Eav_Model_Entity_At
|
|
| 387 |
|
| 388 |
return 'source';
|
| 389 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 390 |
}
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 150 |
*/
|
| 151 |
Mage::getSingleton('eav/config')->clear();
|
| 152 |
|
|
|
|
|
|
|
|
|
|
| 153 |
return parent::_afterSave();
|
| 154 |
}
|
| 155 |
|
| 384 |
|
| 385 |
return 'source';
|
| 386 |
}
|
| 387 |
+
|
| 388 |
+
/**
|
| 389 |
+
* Callback function which called after transaction commit in resource model
|
| 390 |
+
*
|
| 391 |
+
* @return Mage_Catalog_Model_Resource_Eav_Attribute
|
| 392 |
+
*/
|
| 393 |
+
public function afterCommitCallback()
|
| 394 |
+
{
|
| 395 |
+
parent::afterCommitCallback();
|
| 396 |
+
|
| 397 |
+
/** @var \Mage_Index_Model_Indexer $indexer */
|
| 398 |
+
$indexer = Mage::getSingleton('index/indexer');
|
| 399 |
+
$indexer->processEntityAction($this, self::ENTITY, Mage_Index_Model_Event::TYPE_SAVE);
|
| 400 |
+
|
| 401 |
+
return $this;
|
| 402 |
+
}
|
| 403 |
}
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Frontend/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Source/Layout.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Source/Mode.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Attribute/Source/Page.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Flat.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Flat/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Indexer/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Category/Tree.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Collection/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Config.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Layer/Filter/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Layer/Filter/Decimal.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Layer/Filter/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Action.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Backend/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Backend/Media.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Backend/Tierprice.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Backend/Urlkey.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Frontend/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Attribute/Frontend/Tierprice.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Compare/Item.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Compare/Item/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Flat.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Flat/Indexer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Eav.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Eav/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Eav/Decimal.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Eav/Source.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Configurable.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Default.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Grouped.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Indexer/Price/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Link.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Link/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Link/Product/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option/Value.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option/Value/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Relation.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Status.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Type/Configurable.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Type/Configurable/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Type/Configurable/Attribute/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Type/Configurable/Product/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Website.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Sendfriend.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Sendfriend/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Setup.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Url.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Helper/Mysql4.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Layer/Filter/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Layer/Filter/Decimal.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Layer/Filter/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
|
@@ -264,12 +264,13 @@ class Mage_Catalog_Model_Resource_Layer_Filter_Price extends Mage_Core_Model_Res
|
|
| 264 |
}
|
| 265 |
$countExpr = new Zend_Db_Expr('COUNT(*)');
|
| 266 |
$rangeExpr = new Zend_Db_Expr("FLOOR(({$priceExpression}) / {$range}) + 1");
|
|
|
|
| 267 |
|
| 268 |
$select->columns(array(
|
| 269 |
'range' => $rangeExpr,
|
| 270 |
'count' => $countExpr
|
| 271 |
));
|
| 272 |
-
$select->group($rangeExpr)->order(
|
| 273 |
|
| 274 |
return $this->_getReadAdapter()->fetchPairs($select);
|
| 275 |
}
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 264 |
}
|
| 265 |
$countExpr = new Zend_Db_Expr('COUNT(*)');
|
| 266 |
$rangeExpr = new Zend_Db_Expr("FLOOR(({$priceExpression}) / {$range}) + 1");
|
| 267 |
+
$rangeOrderExpr = new Zend_Db_Expr("FLOOR(({$priceExpression}) / {$range}) + 1 ASC");
|
| 268 |
|
| 269 |
$select->columns(array(
|
| 270 |
'range' => $rangeExpr,
|
| 271 |
'count' => $countExpr
|
| 272 |
));
|
| 273 |
+
$select->group($rangeExpr)->order($rangeOrderExpr);
|
| 274 |
|
| 275 |
return $this->_getReadAdapter()->fetchPairs($select);
|
| 276 |
}
|
app/code/core/Mage/Catalog/Model/Resource/Product.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Action.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Groupprice.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Groupprice/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Media.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
|
@@ -38,6 +38,10 @@ class Mage_Catalog_Model_Resource_Product_Attribute_Backend_Media extends Mage_C
|
|
| 38 |
const GALLERY_VALUE_TABLE = 'catalog/product_attribute_media_gallery_value';
|
| 39 |
const GALLERY_IMAGE_TABLE = 'catalog/product_attribute_media_gallery_image';
|
| 40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
/**
|
| 42 |
* Resource initialization
|
| 43 |
*/
|
|
@@ -47,7 +51,7 @@ class Mage_Catalog_Model_Resource_Product_Attribute_Backend_Media extends Mage_C
|
|
| 47 |
}
|
| 48 |
|
| 49 |
/**
|
| 50 |
-
* Load gallery images for product
|
| 51 |
*
|
| 52 |
* @param Mage_Catalog_Model_Product $product
|
| 53 |
* @param Mage_Catalog_Model_Product_Attribute_Backend_Media $object
|
|
@@ -55,34 +59,26 @@ class Mage_Catalog_Model_Resource_Product_Attribute_Backend_Media extends Mage_C
|
|
| 55 |
*/
|
| 56 |
public function loadGallery($product, $object)
|
| 57 |
{
|
| 58 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
-
|
| 63 |
-
$select = $adapter->select()
|
| 64 |
-
->from(
|
| 65 |
-
array('main'=>$this->getMainTable()),
|
| 66 |
-
array('value_id', 'value AS file')
|
| 67 |
-
)
|
| 68 |
-
->joinLeft(
|
| 69 |
-
array('value' => $this->getTable(self::GALLERY_VALUE_TABLE)),
|
| 70 |
-
$adapter->quoteInto('main.value_id = value.value_id AND value.store_id = ?', (int)$product->getStoreId()),
|
| 71 |
-
array('label','position','disabled')
|
| 72 |
-
)
|
| 73 |
-
->joinLeft( // Joining default values
|
| 74 |
-
array('default_value' => $this->getTable(self::GALLERY_VALUE_TABLE)),
|
| 75 |
-
'main.value_id = default_value.value_id AND default_value.store_id = 0',
|
| 76 |
-
array(
|
| 77 |
-
'label_default' => 'label',
|
| 78 |
-
'position_default' => 'position',
|
| 79 |
-
'disabled_default' => 'disabled'
|
| 80 |
-
)
|
| 81 |
-
)
|
| 82 |
-
->where('main.attribute_id = ?', $object->getAttribute()->getId())
|
| 83 |
-
->where('main.entity_id = ?', $product->getId())
|
| 84 |
-
->order($positionCheckSql . ' ' . Varien_Db_Select::SQL_ASC);
|
| 85 |
|
|
|
|
| 86 |
$result = $adapter->fetchAll($select);
|
| 87 |
$this->_removeDuplicates($result);
|
| 88 |
return $result;
|
|
@@ -225,4 +221,76 @@ class Mage_Catalog_Model_Resource_Product_Attribute_Backend_Media extends Mage_C
|
|
| 225 |
|
| 226 |
return $this;
|
| 227 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 228 |
}
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 38 |
const GALLERY_VALUE_TABLE = 'catalog/product_attribute_media_gallery_value';
|
| 39 |
const GALLERY_IMAGE_TABLE = 'catalog/product_attribute_media_gallery_image';
|
| 40 |
|
| 41 |
+
protected $_eventPrefix = 'catalog_product_attribute_backend_media';
|
| 42 |
+
|
| 43 |
+
private $_attributeId = null;
|
| 44 |
+
|
| 45 |
/**
|
| 46 |
* Resource initialization
|
| 47 |
*/
|
| 51 |
}
|
| 52 |
|
| 53 |
/**
|
| 54 |
+
* Load gallery images for product using reusable select method
|
| 55 |
*
|
| 56 |
* @param Mage_Catalog_Model_Product $product
|
| 57 |
* @param Mage_Catalog_Model_Product_Attribute_Backend_Media $object
|
| 59 |
*/
|
| 60 |
public function loadGallery($product, $object)
|
| 61 |
{
|
| 62 |
+
$eventObjectWrapper = new Varien_Object(
|
| 63 |
+
array(
|
| 64 |
+
'product' => $product,
|
| 65 |
+
'backend_attribute' => $object
|
| 66 |
+
)
|
| 67 |
+
);
|
| 68 |
+
Mage::dispatchEvent(
|
| 69 |
+
$this->_eventPrefix . '_load_gallery_before',
|
| 70 |
+
array('event_object_wrapper' => $eventObjectWrapper)
|
| 71 |
+
);
|
| 72 |
|
| 73 |
+
if ($eventObjectWrapper->hasProductIdsOverride()) {
|
| 74 |
+
$productIds = $eventObjectWrapper->getProductIdsOverride();
|
| 75 |
+
} else {
|
| 76 |
+
$productIds = array($product->getId());
|
| 77 |
+
}
|
| 78 |
|
| 79 |
+
$select = $this->_getLoadGallerySelect($productIds, $product->getStoreId(), $object->getAttribute()->getId());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
|
| 81 |
+
$adapter = $this->_getReadAdapter();
|
| 82 |
$result = $adapter->fetchAll($select);
|
| 83 |
$this->_removeDuplicates($result);
|
| 84 |
return $result;
|
| 221 |
|
| 222 |
return $this;
|
| 223 |
}
|
| 224 |
+
|
| 225 |
+
/**
|
| 226 |
+
* Get select to retrieve media gallery images
|
| 227 |
+
* for given product IDs.
|
| 228 |
+
*
|
| 229 |
+
* @param array $productIds
|
| 230 |
+
* @param $storeId
|
| 231 |
+
* @param int $attributeId
|
| 232 |
+
* @return Varien_Db_Select
|
| 233 |
+
*/
|
| 234 |
+
protected function _getLoadGallerySelect(array $productIds, $storeId, $attributeId) {
|
| 235 |
+
$adapter = $this->_getReadAdapter();
|
| 236 |
+
|
| 237 |
+
$positionCheckSql = $adapter->getCheckSql('value.position IS NULL', 'default_value.position', 'value.position');
|
| 238 |
+
|
| 239 |
+
// Select gallery images for product
|
| 240 |
+
$select = $adapter->select()
|
| 241 |
+
->from(
|
| 242 |
+
array('main'=>$this->getMainTable()),
|
| 243 |
+
array('value_id', 'value AS file', 'product_id' => 'entity_id')
|
| 244 |
+
)
|
| 245 |
+
->joinLeft(
|
| 246 |
+
array('value' => $this->getTable(self::GALLERY_VALUE_TABLE)),
|
| 247 |
+
$adapter->quoteInto('main.value_id = value.value_id AND value.store_id = ?', (int)$storeId),
|
| 248 |
+
array('label','position','disabled')
|
| 249 |
+
)
|
| 250 |
+
->joinLeft( // Joining default values
|
| 251 |
+
array('default_value' => $this->getTable(self::GALLERY_VALUE_TABLE)),
|
| 252 |
+
'main.value_id = default_value.value_id AND default_value.store_id = 0',
|
| 253 |
+
array(
|
| 254 |
+
'label_default' => 'label',
|
| 255 |
+
'position_default' => 'position',
|
| 256 |
+
'disabled_default' => 'disabled'
|
| 257 |
+
)
|
| 258 |
+
)
|
| 259 |
+
->where('main.attribute_id = ?', $attributeId)
|
| 260 |
+
->where('main.entity_id in (?)', $productIds)
|
| 261 |
+
->order($positionCheckSql . ' ' . Varien_Db_Select::SQL_ASC);
|
| 262 |
+
|
| 263 |
+
return $select;
|
| 264 |
+
}
|
| 265 |
+
|
| 266 |
+
/**
|
| 267 |
+
* Get attribute ID
|
| 268 |
+
*
|
| 269 |
+
* @return int
|
| 270 |
+
*/
|
| 271 |
+
protected function _getAttributeId() {
|
| 272 |
+
if(is_null($this->_attributeId)) {
|
| 273 |
+
$attribute = Mage::getModel('eav/entity_attribute')
|
| 274 |
+
->loadByCode(Mage_Catalog_Model_Product::ENTITY, 'media_gallery');
|
| 275 |
+
|
| 276 |
+
$this->_attributeId = $attribute->getId();
|
| 277 |
+
}
|
| 278 |
+
return $this->_attributeId;
|
| 279 |
+
}
|
| 280 |
+
|
| 281 |
+
/**
|
| 282 |
+
* Get media gallery set for given product IDs
|
| 283 |
+
*
|
| 284 |
+
* @param array $productIds
|
| 285 |
+
* @param $storeId
|
| 286 |
+
* @return array
|
| 287 |
+
*/
|
| 288 |
+
public function loadGallerySet(array $productIds, $storeId) {
|
| 289 |
+
$select = $this->_getLoadGallerySelect($productIds, $storeId, $this->_getAttributeId());
|
| 290 |
+
|
| 291 |
+
$adapter = $this->_getReadAdapter();
|
| 292 |
+
$result = $adapter->fetchAll($select);
|
| 293 |
+
$this->_removeDuplicates($result);
|
| 294 |
+
return $result;
|
| 295 |
+
}
|
| 296 |
}
|
app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Tierprice.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Backend/Urlkey.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Frontend/Image.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Frontend/Tierprice.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
|
@@ -906,6 +906,8 @@ class Mage_Catalog_Model_Resource_Product_Collection extends Mage_Catalog_Model_
|
|
| 906 |
$countSelect = (is_null($select)) ?
|
| 907 |
$this->_getClearSelect() :
|
| 908 |
$this->_buildClearSelect($select);
|
|
|
|
|
|
|
| 909 |
$countSelect->columns('COUNT(DISTINCT e.entity_id)');
|
| 910 |
if ($resetLeftJoins) {
|
| 911 |
$countSelect->resetJoinLeft();
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 906 |
$countSelect = (is_null($select)) ?
|
| 907 |
$this->_getClearSelect() :
|
| 908 |
$this->_buildClearSelect($select);
|
| 909 |
+
// Clear GROUP condition for count method
|
| 910 |
+
$countSelect->reset(Zend_Db_Select::GROUP);
|
| 911 |
$countSelect->columns('COUNT(DISTINCT e.entity_id)');
|
| 912 |
if ($resetLeftJoins) {
|
| 913 |
$countSelect->resetJoinLeft();
|
app/code/core/Mage/Catalog/Model/Resource/Product/Compare/Item.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Compare/Item/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Flat.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Flat/Indexer.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Eav.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Eav/Abstract.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Eav/Decimal.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Eav/Source.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Configurable.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Default.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Grouped.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Indexer/Price/Interface.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Link.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Link/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Link/Product/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Option.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Option/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Option/Value.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Option/Value/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Relation.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Status.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable/Attribute.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable/Attribute/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
|
@@ -157,7 +157,7 @@ class Mage_Catalog_Model_Resource_Product_Type_Configurable_Attribute_Collection
|
|
| 157 |
public function _addAssociatedProductFilters()
|
| 158 |
{
|
| 159 |
$this->getProduct()->getTypeInstance(true)
|
| 160 |
-
->getUsedProducts($this->getColumnValues('attribute_id'), $this->getProduct()); //
|
| 161 |
return $this;
|
| 162 |
}
|
| 163 |
|
|
@@ -185,7 +185,10 @@ class Mage_Catalog_Model_Resource_Product_Type_Configurable_Attribute_Collection
|
|
| 185 |
->from(array('def' => $this->_labelTable))
|
| 186 |
->joinLeft(
|
| 187 |
array('store' => $this->_labelTable),
|
| 188 |
-
$this->getConnection()->quoteInto(
|
|
|
|
|
|
|
|
|
|
| 189 |
array(
|
| 190 |
'use_default' => $useDefaultCheck,
|
| 191 |
'label' => $labelCheck
|
|
@@ -240,33 +243,40 @@ class Mage_Catalog_Model_Resource_Product_Type_Configurable_Attribute_Collection
|
|
| 240 |
$values = array();
|
| 241 |
|
| 242 |
foreach ($this->_items as $item) {
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
|
| 263 |
-
|
| 264 |
-
|
| 265 |
-
)
|
| 266 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 267 |
}
|
| 268 |
-
|
| 269 |
-
|
| 270 |
}
|
| 271 |
|
| 272 |
foreach ($pricings[0] as $pricing) {
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 157 |
public function _addAssociatedProductFilters()
|
| 158 |
{
|
| 159 |
$this->getProduct()->getTypeInstance(true)
|
| 160 |
+
->getUsedProducts($this->getColumnValues('attribute_id'), $this->getProduct()); //Filter associated products
|
| 161 |
return $this;
|
| 162 |
}
|
| 163 |
|
| 185 |
->from(array('def' => $this->_labelTable))
|
| 186 |
->joinLeft(
|
| 187 |
array('store' => $this->_labelTable),
|
| 188 |
+
$this->getConnection()->quoteInto(
|
| 189 |
+
'store.product_super_attribute_id = def.product_super_attribute_id AND store.store_id = ?',
|
| 190 |
+
$this->getStoreId()
|
| 191 |
+
),
|
| 192 |
array(
|
| 193 |
'use_default' => $useDefaultCheck,
|
| 194 |
'label' => $labelCheck
|
| 243 |
$values = array();
|
| 244 |
|
| 245 |
foreach ($this->_items as $item) {
|
| 246 |
+
$productAttribute = $item->getProductAttribute();
|
| 247 |
+
if (!($productAttribute instanceof Mage_Eav_Model_Entity_Attribute_Abstract)) {
|
| 248 |
+
continue;
|
| 249 |
+
}
|
| 250 |
+
$options = $productAttribute->getFrontend()->getSelectOptions();
|
| 251 |
+
|
| 252 |
+
$optionsByValue = array();
|
| 253 |
+
foreach ($options as $option) {
|
| 254 |
+
$optionsByValue[$option['value']] = $option['label'];
|
| 255 |
+
}
|
| 256 |
+
|
| 257 |
+
foreach ($this->getProduct()->getTypeInstance(true)
|
| 258 |
+
->getUsedProducts(array($productAttribute->getAttributeCode()), $this->getProduct())
|
| 259 |
+
as $associatedProduct) {
|
| 260 |
+
|
| 261 |
+
$optionValue = $associatedProduct->getData($productAttribute->getAttributeCode());
|
| 262 |
+
|
| 263 |
+
if (array_key_exists($optionValue, $optionsByValue)) {
|
| 264 |
+
// If option available in associated product
|
| 265 |
+
if (!isset($values[$item->getId() . ':' . $optionValue])) {
|
| 266 |
+
// If option not added, we will add it.
|
| 267 |
+
$values[$item->getId() . ':' . $optionValue] = array(
|
| 268 |
+
'product_super_attribute_id' => $item->getId(),
|
| 269 |
+
'value_index' => $optionValue,
|
| 270 |
+
'label' => $optionsByValue[$optionValue],
|
| 271 |
+
'default_label' => $optionsByValue[$optionValue],
|
| 272 |
+
'store_label' => $optionsByValue[$optionValue],
|
| 273 |
+
'is_percent' => 0,
|
| 274 |
+
'pricing_value' => null,
|
| 275 |
+
'use_default_value' => true
|
| 276 |
+
);
|
| 277 |
}
|
| 278 |
+
}
|
| 279 |
+
}
|
| 280 |
}
|
| 281 |
|
| 282 |
foreach ($pricings[0] as $pricing) {
|
app/code/core/Mage/Catalog/Model/Resource/Product/Type/Configurable/Product/Collection.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Product/Website.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Setup.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Resource/Url.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Session.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/System/Config/Backend/Catalog/Category/Flat.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/System/Config/Backend/Catalog/Product/Flat.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/System/Config/Backend/Catalog/Url/Rewrite/Suffix.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/Model/Template/Filter.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/Model/Url.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/controllers/CategoryController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/controllers/IndexController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
class Mage_Catalog_IndexController extends Mage_Core_Controller_Front_Action
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
class Mage_Catalog_IndexController extends Mage_Core_Controller_Front_Action
|
app/code/core/Mage/Catalog/controllers/Product/CompareController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
|
@@ -54,7 +54,7 @@ class Mage_Catalog_Product_CompareController extends Mage_Core_Controller_Front_
|
|
| 54 |
|
| 55 |
if ($beforeUrl = $this->getRequest()->getParam(self::PARAM_NAME_URL_ENCODED)) {
|
| 56 |
Mage::getSingleton('catalog/session')
|
| 57 |
-
->setBeforeCompareUrl(Mage::helper('core')->
|
| 58 |
}
|
| 59 |
|
| 60 |
if ($items) {
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 54 |
|
| 55 |
if ($beforeUrl = $this->getRequest()->getParam(self::PARAM_NAME_URL_ENCODED)) {
|
| 56 |
Mage::getSingleton('catalog/session')
|
| 57 |
+
->setBeforeCompareUrl(Mage::helper('core')->urlDecodeAndEscape($beforeUrl));
|
| 58 |
}
|
| 59 |
|
| 60 |
if ($items) {
|
app/code/core/Mage/Catalog/controllers/ProductController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/**
|
app/code/core/Mage/Catalog/controllers/Seo/SitemapController.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/data/catalog_setup/data-install-1.6.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
|
app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.12-1.6.0.0.13.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/** @var $installer Mage_Catalog_Model_Resource_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/** @var $installer Mage_Catalog_Model_Resource_Setup */
|
app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.13-1.6.0.0.14.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
/** @var $installer Mage_Catalog_Model_Resource_Setup */
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
/** @var $installer Mage_Catalog_Model_Resource_Setup */
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.4-1.6.0.0.5.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/** @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/** @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
|
app/code/core/Mage/Catalog/data/catalog_setup/data-upgrade-1.6.0.0.8-1.6.0.0.9.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/** @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/** @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
|
app/code/core/Mage/Catalog/etc/adminhtml.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Catalog/etc/api.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Catalog/etc/api2.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Catalog/etc/config.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
|
@@ -804,6 +804,10 @@
|
|
| 804 |
<product>
|
| 805 |
<default_tax_group>2</default_tax_group>
|
| 806 |
</product>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 807 |
<seo>
|
| 808 |
<product_url_suffix>.html</product_url_suffix>
|
| 809 |
<category_url_suffix>.html</category_url_suffix>
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 804 |
<product>
|
| 805 |
<default_tax_group>2</default_tax_group>
|
| 806 |
</product>
|
| 807 |
+
<product_image>
|
| 808 |
+
<base_width>1800</base_width>
|
| 809 |
+
<small_width>210</small_width>
|
| 810 |
+
</product_image>
|
| 811 |
<seo>
|
| 812 |
<product_url_suffix>.html</product_url_suffix>
|
| 813 |
<category_url_suffix>.html</category_url_suffix>
|
app/code/core/Mage/Catalog/etc/convert.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Catalog/etc/system.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
|
@@ -186,6 +186,33 @@
|
|
| 186 |
</lines_perpage>
|
| 187 |
</fields>
|
| 188 |
</sitemap>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 189 |
<placeholder translate="label">
|
| 190 |
<label>Product Image Placeholders</label>
|
| 191 |
<clone_fields>1</clone_fields>
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 186 |
</lines_perpage>
|
| 187 |
</fields>
|
| 188 |
</sitemap>
|
| 189 |
+
<product_image translate="label">
|
| 190 |
+
<label>Product Image</label>
|
| 191 |
+
<sort_order>200</sort_order>
|
| 192 |
+
<show_in_default>1</show_in_default>
|
| 193 |
+
<show_in_website>1</show_in_website>
|
| 194 |
+
<show_in_store>1</show_in_store>
|
| 195 |
+
<fields>
|
| 196 |
+
<base_width translate="label comment">
|
| 197 |
+
<label>Base Image Width</label>
|
| 198 |
+
<comment>Maximum width base product image will be scaled down to in pixels</comment>
|
| 199 |
+
<frontend_type>text</frontend_type>
|
| 200 |
+
<sort_order>10</sort_order>
|
| 201 |
+
<show_in_default>1</show_in_default>
|
| 202 |
+
<show_in_website>1</show_in_website>
|
| 203 |
+
<show_in_store>1</show_in_store>
|
| 204 |
+
</base_width>
|
| 205 |
+
<small_width translate="label comment">
|
| 206 |
+
<label>Small Image Width</label>
|
| 207 |
+
<comment>Maximum width small product image will be scaled down to in pixels</comment>
|
| 208 |
+
<frontend_type>text</frontend_type>
|
| 209 |
+
<sort_order>20</sort_order>
|
| 210 |
+
<show_in_default>1</show_in_default>
|
| 211 |
+
<show_in_website>1</show_in_website>
|
| 212 |
+
<show_in_store>1</show_in_store>
|
| 213 |
+
</small_width>
|
| 214 |
+
</fields>
|
| 215 |
+
</product_image>
|
| 216 |
<placeholder translate="label">
|
| 217 |
<label>Product Image Placeholders</label>
|
| 218 |
<clone_fields>1</clone_fields>
|
app/code/core/Mage/Catalog/etc/widget.xml
CHANGED
|
@@ -11,17 +11,17 @@
|
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
-
* to license@
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
-
* needs please refer to http://www.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
-
* @copyright Copyright (c) 2014
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
| 11 |
* http://opensource.org/licenses/afl-3.0.php
|
| 12 |
* If you did not receive a copy of the license and are unable to
|
| 13 |
* obtain it through the world-wide-web, please send an email
|
| 14 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 15 |
*
|
| 16 |
* DISCLAIMER
|
| 17 |
*
|
| 18 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 19 |
* versions in the future. If you wish to customize Magento for your
|
| 20 |
+
* needs please refer to http://www.magento.com for more information.
|
| 21 |
*
|
| 22 |
* @category Mage
|
| 23 |
* @package Mage_Catalog
|
| 24 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
| 26 |
*/
|
| 27 |
-->
|
app/code/core/Mage/Catalog/sql/catalog_setup/install-1.6.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-data-upgrade-0.7.57-0.7.58.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-data-upgrade-0.7.63-0.7.64.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-data-upgrade-1.4.0.0.28-1.4.0.0.29.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-data-upgrade-1.4.0.0.42-1.4.0.0.43.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-install-0.7.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-install-1.4.0.0.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
/* @var $installer Mage_Catalog_Model_Resource_Eav_Mysql4_Setup */
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.6.40-0.7.0.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.0-0.7.1.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$this->startSetup()->run("
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$this->startSetup()->run("
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.1-0.7.2.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$this->addAttributeGroup('catalog_product', 'Default', 'Design', 6);
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$this->addAttributeGroup('catalog_product', 'Default', 'Design', 6);
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.11-0.7.12.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.12-0.7.13.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
$installer = $this;
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
$installer = $this;
|
| 27 |
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.13-0.7.14.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.14-0.7.15.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
$this->startSetup()->run("
|
| 27 |
delete link1.*
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
$this->startSetup()->run("
|
| 27 |
delete link1.*
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.15-0.7.16.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.16-0.7.17.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
$installer = $this;
|
| 27 |
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
$installer = $this;
|
| 27 |
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.17-0.7.18.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.18-0.7.19.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.19-0.7.20.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.2-0.7.3.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$this->run("
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$this->run("
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.20-0.7.21.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.21-0.7.22.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.22-0.7.23.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$this->installEntities();
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$this->installEntities();
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.23-0.7.24.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.24-0.7.25.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.25-0.7.26.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.26-0.7.27.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.27-0.7.28.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
-
* to license@
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
-
* needs please refer to http://www.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
-
* @copyright
|
| 24 |
-
* @license
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web, please send an email
|
| 13 |
+
* to license@magento.com so we can send you a copy immediately.
|
| 14 |
*
|
| 15 |
* DISCLAIMER
|
| 16 |
*
|
| 17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
| 18 |
* versions in the future. If you wish to customize Magento for your
|
| 19 |
+
* needs please refer to http://www.magento.com for more information.
|
| 20 |
*
|
| 21 |
* @category Mage
|
| 22 |
* @package Mage_Catalog
|
| 23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
| 24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
| 25 |
*/
|
| 26 |
|
| 27 |
$installer = $this;
|
app/code/core/Mage/Catalog/sql/catalog_setup/mysql4-upgrade-0.7.28-0.7.29.php
CHANGED
|
@@ -10,18 +10,18 @@
|
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web
|
| 10 |
* http://opensource.org/licenses/osl-3.0.php
|
| 11 |
* If you did not receive a copy of the license and are unable to
|
| 12 |
* obtain it through the world-wide-web
|
