Version Notes
1.9.1.0
Download this release
Release Info
Developer | Magento Core Team |
Extension | Mage_Core_Adminhtml |
Version | 1.9.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.9.0.0 to 1.9.1.0
- app/code/core/Mage/Adminhtml/Block/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/Buttons.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/Editroles.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/Edituser.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/Grid/Role.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/Role.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/Role/Grid/User.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/Roles.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/Tab/Roleinfo.php +13 -4
- app/code/core/Mage/Adminhtml/Block/Api/Tab/Rolesedit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/Tab/Rolesusers.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/Tab/Userroles.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/User.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/User/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Tab/Main.php +19 -11
- app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Tab/Roles.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/User/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Api/Users.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Backup.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Backup/Dialogs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Backup/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cache.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cache/Additional.php +9 -4
- app/code/core/Mage/Adminhtml/Block/Cache/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cache/Notifications.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Checkboxes/Tree.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Helper/Image.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Helper/Pricestep.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Helper/Sortby/Available.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Helper/Sortby/Default.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/Attributes.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/Design.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/General.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/Product.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tree.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Category/Widget/Chooser.php +29 -7
- app/code/core/Mage/Adminhtml/Block/Catalog/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Form/Renderer/Attribute/Urlkey.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Form/Renderer/Config/DateFieldsOrder.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Form/Renderer/Config/YearRange.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Form/Renderer/Fieldset/Element.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Helper/Form/Wysiwyg.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Helper/Form/Wysiwyg/Content.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Edit/Tab/Front.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Edit/Tab/Main.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Edit/Tab/Options.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Edit/Tab/System.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/New/Product/Attributes.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/New/Product/Created.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Main.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Main/Formattribute.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Main/Formgroup.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Main/Formset.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Main/Tree/Attribute.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Main/Tree/Group.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Toolbar/Add.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Toolbar/Main.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Attribute/Set/Toolbar/Main/Filter.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Composite/Configure.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Composite/Error.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Composite/Fieldset.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Composite/Fieldset/Configurable.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Composite/Fieldset/Grouped.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Composite/Fieldset/Options.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Composite/Fieldset/Qty.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Composite/Update/Result.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Created.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Action/Attribute.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Action/Attribute/Tab/Attributes.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Action/Attribute/Tab/Inventory.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Action/Attribute/Tab/Websites.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Action/Attribute/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Js.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Ajax/Serializer.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Alerts.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Alerts/Price.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Alerts/Stock.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Attributes.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Attributes/Create.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Categories.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Crosssell.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Inventory.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Option.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Type/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Type/Date.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Type/File.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Type/Select.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Options/Type/Text.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Price.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Price/Group.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Price/Group/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Price/Recurring.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Price/Tier.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Related.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Reviews.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Settings.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Config.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Config/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Config/Grid/Filter/Inventory.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Config/Grid/Renderer/Checkbox.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Config/Grid/Renderer/Inventory.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Config/Simple.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Group.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Super/Settings.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Tag.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Tag/Customer.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Upsell.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tab/Websites.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tabs/Configurable.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tabs/Grouped.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Frontend/Product/Watermark.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Apply.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Boolean.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Config.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Gallery.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Gallery/Content.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Image.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Msrp/Enabled.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Msrp/Price.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Price.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Helper/Form/Weight.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Price.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Widget/Chooser.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Product/Widget/Chooser/Container.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Search.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Search/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Search/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Catalog/Search/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Checkout/Agreement.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Checkout/Agreement/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Checkout/Agreement/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Checkout/Agreement/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Block.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Block/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Block/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Block/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Block/Widget/Chooser.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Page.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Content.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Design.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Main.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Meta.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Grid/Renderer/Action.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Page/Widget/Chooser.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Wysiwyg/Images/Content.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Wysiwyg/Images/Content/Files.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Wysiwyg/Images/Content/Newfolder.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Wysiwyg/Images/Content/Uploader.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Cms/Wysiwyg/Images/Tree.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Renderer/Adminpass.php +91 -0
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Renderer/Attribute/Group.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Renderer/Newpass.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Renderer/Region.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Account.php +16 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Addresses.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Cart.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Carts.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Newsletter.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Newsletter/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Newsletter/Grid/Filter/Status.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Newsletter/Grid/Renderer/Action.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Newsletter/Grid/Renderer/Status.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Orders.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Reviews.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Tag.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Tags.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/View.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/View/Accordion.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/View/Cart.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/View/Grid/Renderer/Item.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/View/Orders.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/View/Sales.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/View/Wishlist.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Wishlist.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tab/Wishlist/Grid/Renderer/Description.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Form/Element/Boolean.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Form/Element/File.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Form/Element/Image.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Grid/Filter/Country.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Grid/Renderer/Multiaction.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Group.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Group/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Group/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Group/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Online.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Online/Filter.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Online/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Online/Grid/Renderer/Ip.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Online/Grid/Renderer/Type.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Online/Grid/Renderer/Url.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/Sales/Order/Address/Form/Renderer/Vat.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Customer/System/Config/Validatevat.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Bar.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Diagrams.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Graph.php +5 -5
- app/code/core/Mage/Adminhtml/Block/Dashboard/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Grids.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Orders/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Sales.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Searches/Last.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Searches/Renderer/Searchquery.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Searches/Top.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Tab/Amounts.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Tab/Customers/Most.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Tab/Customers/Newest.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Tab/Orders.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Tab/Products/Ordered.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Tab/Products/Viewed.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Dashboard/Totals.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Denied.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Html/Date.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Html/Select.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Media/Editor.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Media/Uploader.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Messages.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Problem.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Problem/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Problem/Grid/Filter/Checkbox.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Problem/Grid/Renderer/Checkbox.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Queue.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Queue/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Queue/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Queue/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Queue/Grid/Renderer/Action.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Queue/Preview.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Queue/Preview/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Subscriber.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Subscriber/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Subscriber/Grid/Filter/Checkbox.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Subscriber/Grid/Filter/Website.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Subscriber/Grid/Renderer/Checkbox.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Template.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Template/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Template/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Template/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Template/Grid/Renderer/Action.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Template/Grid/Renderer/Sender.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Template/Preview.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Newsletter/Template/Preview/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Notification/Baseurl.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Notification/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Notification/Grid/Renderer/Actions.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Notification/Grid/Renderer/Notice.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Notification/Grid/Renderer/Severity.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Notification/Inbox.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Notification/Security.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Notification/Survey.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Notification/Toolbar.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Notification/Window.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Page.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Page/Footer.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Page/Head.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Page/Header.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Page/Menu.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Page/Notices.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Buttons.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Editroles.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Edituser.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Grid/Role.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Grid/User.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Role.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Role/Grid/User.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Roles.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Tab/Roleinfo.php +15 -5
- app/code/core/Mage/Adminhtml/Block/Permissions/Tab/Rolesedit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Tab/Rolesusers.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Tab/Useredit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Tab/Userroles.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/User.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/User/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/User/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/User/Edit/Tab/Main.php +20 -11
- app/code/core/Mage/Adminhtml/Block/Permissions/User/Edit/Tab/Roles.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/User/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/User/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Usernroles.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Permissions/Users.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Poll/Answer/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Poll/Answer/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Poll/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Poll/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Poll/Edit/Tab/Answers.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Poll/Edit/Tab/Answers/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Poll/Edit/Tab/Answers/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Poll/Edit/Tab/Answers/List.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Poll/Edit/Tab/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Poll/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Poll/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Poll/Poll.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Catalog.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Catalog/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Catalog/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Catalog/Edit/Js.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Catalog/Edit/Tab/Actions.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Catalog/Edit/Tab/Conditions.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Catalog/Edit/Tab/Main.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Catalog/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Catalog/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Actions.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Conditions.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Coupons.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Coupons/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Coupons/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Coupons/Grid/Column/Renderer/Used.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Labels.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Main.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tab/Main/Renderer/Checkbox.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Quote/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Widget/Chooser.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Widget/Chooser/Daterange.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Promo/Widget/Chooser/Sku.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Rating/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Rating/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Rating/Edit/Tab/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Rating/Edit/Tab/Options.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Rating/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Rating/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Rating/Rating.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Config/Form/Field/MtdStart.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Config/Form/Field/YtdStart.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Customer/Accounts.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Customer/Accounts/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Customer/Orders.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Customer/Orders/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Customer/Totals.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Customer/Totals/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Filter/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Grid/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Grid/Column/Renderer/Blanknumber.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Grid/Column/Renderer/Currency.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Grid/Column/Renderer/Customer.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Grid/Column/Renderer/Product.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Grid/Shopcart.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product/Downloads.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product/Downloads/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product/Downloads/Renderer/Purchases.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product/Lowstock.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product/Lowstock/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product/Ordered.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product/Ordered/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product/Sold.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product/Sold/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product/Viewed.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Product/Viewed/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Refresh/Statistics.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Refresh/Statistics/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Review/Customer.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Review/Customer/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Review/Detail.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Review/Detail/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Review/Product.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Review/Product/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Bestsellers.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Bestsellers/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Coupons.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Coupons/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Grid/Column/Renderer/Date.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Invoiced.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Invoiced/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Refunded.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Refunded/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Sales.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Sales/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Shipping.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Shipping/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Tax.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Sales/Tax/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Search.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Search/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Shopcart/Abandoned.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Shopcart/Abandoned/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Shopcart/Customer.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Shopcart/Customer/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Shopcart/Product.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Shopcart/Product/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Customer.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Customer/Detail.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Customer/Detail/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Customer/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Popular.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Popular/Detail.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Popular/Detail/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Popular/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Product.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Product/Detail.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Product/Detail/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Tag/Product/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Wishlist.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Report/Wishlist/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Review/Add.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Review/Add/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Review/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Review/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Review/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Review/Grid/Filter/Type.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Review/Grid/Renderer/Type.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Review/Main.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Review/Product/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Review/Rating/Detailed.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Review/Rating/Summary.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Creditmemo.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Creditmemo/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Invoice.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Invoice/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Items/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Items/Column/Default.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Items/Column/Name.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Items/Column/Name/Grouped.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Items/Column/Qty.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Items/Renderer/Configurable.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Items/Renderer/Default.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Address.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Address/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Comments/View.php +25 -7
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Billing/Address.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Billing/Method.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Billing/Method/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Comment.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Coupons.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Coupons/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Customer.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Customer/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Data.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Form/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Form/Account.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Form/Address.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Giftmessage.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Giftmessage/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Header.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Items.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Items/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Load.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Messages.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Newsletter.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Newsletter/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Search.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Search/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Search/Grid/Renderer/Giftmessage.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Search/Grid/Renderer/Price.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Search/Grid/Renderer/Product.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Search/Grid/Renderer/Qty.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Shipping/Address.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Shipping/Method.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Shipping/Method/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Sidebar.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Sidebar/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Sidebar/Cart.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Sidebar/Compared.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Sidebar/Pcompared.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Sidebar/Pviewed.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Sidebar/Reorder.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Sidebar/Viewed.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Sidebar/Wishlist.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Store.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Store/Select.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Totals.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Totals/Default.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Totals/Discount.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Totals/Grandtotal.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Totals/Shipping.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Totals/Subtotal.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Totals/Table.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Create/Totals/Tax.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Creditmemo/Create.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Creditmemo/Create/Adjustments.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Creditmemo/Create/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Creditmemo/Create/Items.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Creditmemo/Totals.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Creditmemo/View.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Creditmemo/View/Comments.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Creditmemo/View/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Creditmemo/View/Items.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Invoice/Create.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Invoice/Create/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Invoice/Create/Items.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Invoice/Create/Tracking.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Invoice/Totals.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Invoice/View.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Invoice/View/Comments.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Invoice/View/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Invoice/View/Items.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Payment.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/Create.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/Create/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/Create/Items.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/Create/Tracking.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/Packaging.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/Packaging/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/Tracking/Info.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/View.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/View/Comments.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/View/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/View/Items.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Shipment/View/Tracking.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Status.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Status/Assign.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Status/Assign/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Status/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Status/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Status/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Status/New.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Status/New/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Totalbar.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Totals.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Totals/Item.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/Totals/Tax.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Giftmessage.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/History.php +16 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Info.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Items.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Items/Renderer/Default.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Messages.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Tab/Creditmemos.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Tab/History.php +8 -6
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Tab/Info.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Tab/Invoices.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Tab/Shipments.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Tab/Transactions.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Order/View/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Reorder/Renderer/Action.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Shipment.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Shipment/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Totals.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Transactions.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Transactions/Child/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Transactions/Detail.php +8 -5
- app/code/core/Mage/Adminhtml/Block/Sales/Transactions/Detail/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sales/Transactions/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Shipping/Carrier/Tablerate/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sitemap.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sitemap/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sitemap/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sitemap/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sitemap/Grid/Renderer/Action.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sitemap/Grid/Renderer/Link.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Sitemap/Grid/Renderer/Time.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Store/Switcher.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Store/Switcher/Form/Renderer/Fieldset.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Store/Switcher/Form/Renderer/Fieldset/Element.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Account/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Account/Edit/Form.php +12 -4
- app/code/core/Mage/Adminhtml/Block/System/Cache/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Cache/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Dwstree.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field.php +16 -9
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field/Array/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field/Datetime.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field/Export.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field/File.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field/Heading.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field/Image.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field/Import.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field/Notification.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field/Regexceptions.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field/Select/Allowspecific.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field/Select/Flatcatalog.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Field/Select/Flatproduct.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Fieldset.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Fieldset/Modules/DisableOutput.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Form/Fieldset/Order/Statuses.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Switcher.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/System/Storage/Media/Synchronize.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Config/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Gui.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Gui/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Gui/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Gui/Edit/Tab/Upload.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Gui/Edit/Tab/View.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Gui/Edit/Tab/Wizard.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Gui/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Gui/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Profile.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Profile/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Profile/Edit/Filter/Action.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Profile/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Profile/Edit/Renderer/Action.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Profile/Edit/Tab/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Profile/Edit/Tab/History.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Profile/Edit/Tab/Run.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Profile/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Profile/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Convert/Profile/Run.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Currency.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Currency/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Currency/Edit/Tab/Main.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Currency/Edit/Tab/Rates.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Currency/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Currency/Rate/Matrix.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Currency/Rate/Services.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Design.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Design/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Design/Edit/Tab/General.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Design/Edit/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Design/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Email/Template.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Email/Template/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Email/Template/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Email/Template/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Email/Template/Grid/Filter/Type.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Email/Template/Grid/Renderer/Action.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Email/Template/Grid/Renderer/Sender.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Email/Template/Grid/Renderer/Type.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Email/Template/Preview.php +14 -4
- app/code/core/Mage/Adminhtml/Block/System/Store/Delete.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Store/Delete/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Store/Delete/Group.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Store/Delete/Website.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Store/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Store/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Store/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Store/Grid/Render/Group.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Store/Grid/Render/Store.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Store/Grid/Render/Website.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Store/Store.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Store/Tree.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Variable.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Variable/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Variable/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/System/Variable/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Assigned/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Customer.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Customer/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Edit/Accordion.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Edit/Assigned.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Grid/All.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Grid/Customers.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Grid/Pending.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Grid/Products.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Pending.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Product.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Product/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Store/Switcher.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Tag.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Tag/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Tag/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tag/Tag/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Class.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Class/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Class/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Class/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rate/Form.php +5 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rate/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rate/Grid/Renderer/Country.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rate/Grid/Renderer/Data.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rate/ImportExport.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rate/Title.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rate/Title/Fieldset.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rate/Toolbar/Add.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rate/Toolbar/Save.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rule.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rule/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rule/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Tax/Rule/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Template.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Text/List.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Urlrewrite.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Urlrewrite/Category/Tree.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Urlrewrite/Edit.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Urlrewrite/Edit/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Urlrewrite/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Urlrewrite/Link.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Urlrewrite/Product/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Urlrewrite/Selector.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Accordion.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Accordion/Item.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Breadcrumbs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Button.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Container.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Form.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Form/Container.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Form/Element.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Form/Element/Dependence.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Form/Element/Gallery.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Form/Renderer/Element.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Form/Renderer/Fieldset.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Form/Renderer/Fieldset/Element.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Block.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Checkbox.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Country.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Date.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Datetime.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Interface.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Massaction.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Price.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Radio.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Range.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Select.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Store.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Text.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Theme.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Action.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Checkbox.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Concat.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Country.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Currency.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Date.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Datetime.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Input.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Interface.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Ip.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Longtext.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Massaction.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Number.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Options.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Price.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Radio.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Select.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Store.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Text.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Theme.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Wrapline.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Container.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Massaction.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Massaction/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Massaction/Item.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Massaction/Item/Additional/Default.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Massaction/Item/Additional/Interface.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Grid/Serializer.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Tab/Interface.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Tabs.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/Tree.php +4 -4
- app/code/core/Mage/Adminhtml/Block/Widget/View/Container.php +4 -4
- app/code/core/Mage/Adminhtml/Controller/Action.php +17 -4
- app/code/core/Mage/Adminhtml/Controller/Report/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Controller/Sales/Creditmemo.php +4 -4
- app/code/core/Mage/Adminhtml/Controller/Sales/Invoice.php +4 -4
- app/code/core/Mage/Adminhtml/Controller/Sales/Shipment.php +4 -4
- app/code/core/Mage/Adminhtml/Exception.php +4 -4
- app/code/core/Mage/Adminhtml/Helper/Addresses.php +4 -4
- app/code/core/Mage/Adminhtml/Helper/Catalog.php +4 -4
- app/code/core/Mage/Adminhtml/Helper/Catalog/Product/Composite.php +4 -4
- app/code/core/Mage/Adminhtml/Helper/Catalog/Product/Edit/Action/Attribute.php +4 -4
- app/code/core/Mage/Adminhtml/Helper/Dashboard/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Helper/Dashboard/Data.php +4 -4
- app/code/core/Mage/Adminhtml/Helper/Dashboard/Order.php +4 -4
- app/code/core/Mage/Adminhtml/Helper/Data.php +4 -4
- app/code/core/Mage/Adminhtml/Helper/Js.php +4 -4
- app/code/core/Mage/Adminhtml/Helper/Media/Js.php +4 -4
- app/code/core/Mage/Adminhtml/Helper/Rss.php +4 -4
- app/code/core/Mage/Adminhtml/Helper/Sales.php +30 -6
- app/code/core/Mage/Adminhtml/Model/Config.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Config/Data.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Customer/Renderer/Region.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Email/Template.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Extension.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Giftmessage/Save.php +4 -4
- app/code/core/Mage/Adminhtml/Model/LayoutUpdate/Validator.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Newsletter/Renderer/Text.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Observer.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Report/Item.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Sales/Order.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Sales/Order/Create.php +8 -8
- app/code/core/Mage/Adminhtml/Model/Sales/Order/Random.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Search/Catalog.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Search/Customer.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Search/Order.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Session.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Session/Quote.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Admin/Custom.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Admin/Custompath.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Admin/Observer.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Admin/Password/Link/Expirationperiod.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Admin/Usecustom.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Admin/Usecustompath.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Admin/Usesecretkey.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Baseurl.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Cache.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Catalog/Inventory/Managestock.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Catalog/Search/Type.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Category.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Cookie.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Currency/Abstract.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Currency/Allow.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Currency/Base.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Currency/Cron.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Currency/Default.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Customer/Address/Street.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Customer/Password/Link/Expirationperiod.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Customer/Show/Address.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Customer/Show/Customer.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Datashare.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Design/Exception.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Design/Package.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Email/Address.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Email/Logo.php +4 -24
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Email/Sender.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Encrypted.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/File.php +8 -5
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Filename.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Image.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Image/Favicon.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Image/Pdf.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Layer/Children.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Locale.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Locale/Timezone.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Log/Cron.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Price/Scope.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Product/Alert/Cron.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Secure.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Seo/Product.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Serialized.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Serialized/Array.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Shipping/Tablerate.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Sitemap.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Sitemap/Cron.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Storage/Media/Database.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Store.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Translate.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Backend/Web/Secure/Offloaderheader.php +30 -0
- app/code/core/Mage/Adminhtml/Model/System/Config/Clone/Media/Image.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Admin/Page.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Allregion.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Catalog/GridPerPage.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Catalog/ListMode.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Catalog/ListPerPage.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Catalog/ListSort.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Catalog/Search/Type.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Catalog/TimeFormat.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Category.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Checktype.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Cms/Page.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Cms/Wysiwyg/Enabled.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Country.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Country/Full.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Cron/Frequency.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Currency.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Currency/Service.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Customer/Address/Type.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Customer/Group.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Customer/Group/Multiselect.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Date/Short.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Design/Package.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Design/Robots.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Dev/Dbautoup.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Email/Identity.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Email/Method.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Email/Smtpauth.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Email/Template.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Enabledisable.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Frequency.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Language.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Locale.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Locale/Country.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Locale/Currency.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Locale/Currency/All.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Locale/Timezone.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Locale/Weekdaycodes.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Locale/Weekdays.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Nooptreq.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Notification/Frequency.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Order/Status.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Order/Status/New.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Order/Status/Newprocessing.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Order/Status/Processing.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Payment/Allmethods.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Payment/Allowedmethods.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Payment/Allspecificcountries.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Payment/Cctype.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Price/Scope.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Price/Step.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Product/Options/Price.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Product/Options/Type.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Product/Thumbnail.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Reports/Scope.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Security/Domainpolicy.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping/Allmethods.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping/Allowedmethods.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping/Allspecificcountries.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping/Flatrate.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping/Tablerate.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Shipping/Taxclass.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Storage/Media/Database.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Storage/Media/Storage.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Store.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Tax/Apply/On.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Tax/Basedon.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Tax/Catalog.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Watermark/Position.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Web/Protocol.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Web/Redirect.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Website.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Yesno.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Config/Source/Yesnocustom.php +4 -4
- app/code/core/Mage/Adminhtml/Model/System/Store.php +4 -4
- app/code/core/Mage/Adminhtml/Model/Url.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/AjaxController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Api/RoleController.php +20 -5
- app/code/core/Mage/Adminhtml/controllers/Api/UserController.php +35 -7
- app/code/core/Mage/Adminhtml/controllers/CacheController.php +29 -5
- app/code/core/Mage/Adminhtml/controllers/Catalog/Category/WidgetController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Catalog/CategoryController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Catalog/Product/Action/AttributeController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Catalog/Product/AttributeController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Catalog/Product/DatafeedsController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Catalog/Product/GalleryController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Catalog/Product/GroupController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Catalog/Product/ReviewController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Catalog/Product/SetController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Catalog/Product/WidgetController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Catalog/ProductController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Catalog/SearchController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/CatalogController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Checkout/AgreementController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Cms/Block/WidgetController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Cms/BlockController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Cms/Page/WidgetController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Cms/PageController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Cms/Wysiwyg/ImagesController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Cms/WysiwygController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Customer/Cart/Product/Composite/CartController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Customer/ConfigController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Customer/GroupController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Customer/OnlineController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Customer/System/Config/ValidatevatController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Customer/Wishlist/Product/Composite/WishlistController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/CustomerController.php +22 -5
- app/code/core/Mage/Adminhtml/controllers/DashboardController.php +6 -5
- app/code/core/Mage/Adminhtml/controllers/IndexController.php +18 -6
- app/code/core/Mage/Adminhtml/controllers/JsonController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Media/EditorController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Media/UploaderController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Newsletter/ProblemController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Newsletter/QueueController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Newsletter/SubscriberController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Newsletter/TemplateController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/NotificationController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Permissions/RoleController.php +17 -4
- app/code/core/Mage/Adminhtml/controllers/Permissions/UserController.php +14 -5
- app/code/core/Mage/Adminhtml/controllers/Poll/AnswerController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/PollController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Promo/CatalogController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Promo/QuoteController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Promo/WidgetController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/PromoController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/RatingController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Report/CustomerController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Report/ProductController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Report/ReviewController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Report/SalesController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Report/ShopcartController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Report/StatisticsController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Report/TagController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/ReportController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Rss/CatalogController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Rss/OrderController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/Billing/AgreementController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/CreditmemoController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/InvoiceController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/Order/CreateController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/Order/CreditmemoController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/Order/EditController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/Order/InvoiceController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/Order/ShipmentController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/Order/StatusController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/Order/View/GiftmessageController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/OrderController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/Recurring/ProfileController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/ShipmentController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Sales/TransactionsController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/SalesController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/SitemapController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/SurveyController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/System/AccountController.php +12 -5
- app/code/core/Mage/Adminhtml/controllers/System/BackupController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/System/CacheController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/System/Config/System/StorageController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/System/ConfigController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/System/Convert/GuiController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/System/Convert/ProfileController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/System/CurrencyController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/System/DesignController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/System/Email/TemplateController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/System/StoreController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/System/VariableController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/SystemController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/TagController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Tax/Class/CustomerController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Tax/Class/ProductController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Tax/ClassController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Tax/RateController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/Tax/RuleController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/TaxController.php +4 -4
- app/code/core/Mage/Adminhtml/controllers/UrlrewriteController.php +4 -4
- app/code/core/Mage/Adminhtml/etc/adminhtml.xml +3 -3
- app/code/core/Mage/Adminhtml/etc/config.xml +3 -3
- app/code/core/Mage/Adminhtml/etc/jstranslator.xml +3 -3
- app/locale/en_US/Mage_Adminhtml.csv +5 -21
- package.xml +6 -6
app/code/core/Mage/Adminhtml/Block/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_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
app/code/core/Mage/Adminhtml/Block/Api/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_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
class Mage_Adminhtml_Block_Api_Buttons extends Mage_Adminhtml_Block_Template
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, 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_Adminhtml_Block_Api_Buttons extends Mage_Adminhtml_Block_Template
|
app/code/core/Mage/Adminhtml/Block/Api/Editroles.php
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
class Mage_Adminhtml_Block_Api_Editroles extends Mage_Adminhtml_Block_Widget_Tabs {
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, 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_Adminhtml_Block_Api_Editroles extends Mage_Adminhtml_Block_Widget_Tabs {
|
app/code/core/Mage/Adminhtml/Block/Api/Edituser.php
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
class Mage_Adminhtml_Block_Api_Edituser extends Mage_Adminhtml_Block_Widget_Tabs {
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, 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_Adminhtml_Block_Api_Edituser extends Mage_Adminhtml_Block_Widget_Tabs {
|
app/code/core/Mage/Adminhtml/Block/Api/Grid/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_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
app/code/core/Mage/Adminhtml/Block/Api/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_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
app/code/core/Mage/Adminhtml/Block/Api/Role/Grid/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_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
app/code/core/Mage/Adminhtml/Block/Api/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_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
app/code/core/Mage/Adminhtml/Block/Api/Tab/Roleinfo.php
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
@@ -59,6 +59,15 @@ class Mage_Adminhtml_Block_Api_Tab_Roleinfo extends Mage_Adminhtml_Block_Widget_
|
|
59 |
)
|
60 |
);
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
$fieldset->addField('role_id', 'hidden',
|
63 |
array(
|
64 |
'name' => 'role_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_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
59 |
)
|
60 |
);
|
61 |
|
62 |
+
$fieldset->addField('current_password', 'obscure',
|
63 |
+
array(
|
64 |
+
'name' => 'current_password',
|
65 |
+
'label' => Mage::helper('adminhtml')->__('Current Admin Password'),
|
66 |
+
'title' => Mage::helper('adminhtml')->__('Current Admin Password'),
|
67 |
+
'required' => true
|
68 |
+
)
|
69 |
+
);
|
70 |
+
|
71 |
$fieldset->addField('role_id', 'hidden',
|
72 |
array(
|
73 |
'name' => 'role_id',
|
app/code/core/Mage/Adminhtml/Block/Api/Tab/Rolesedit.php
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
class Mage_Adminhtml_Block_Api_Tab_Rolesedit extends Mage_Adminhtml_Block_Widget_Form {
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, 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_Adminhtml_Block_Api_Tab_Rolesedit extends Mage_Adminhtml_Block_Widget_Form {
|
app/code/core/Mage/Adminhtml/Block/Api/Tab/Rolesusers.php
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
class Mage_Adminhtml_Block_Api_Tab_Rolesusers extends Mage_Adminhtml_Block_Widget_Tabs {
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, 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_Adminhtml_Block_Api_Tab_Rolesusers extends Mage_Adminhtml_Block_Widget_Tabs {
|
app/code/core/Mage/Adminhtml/Block/Api/Tab/Userroles.php
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
class Mage_Adminhtml_Block_Api_Tab_Userroles extends Mage_Adminhtml_Block_Widget_Tabs
|
27 |
{
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.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_Adminhtml_Block_Api_Tab_Userroles extends Mage_Adminhtml_Block_Widget_Tabs
|
27 |
{
|
app/code/core/Mage/Adminhtml/Block/Api/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_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
app/code/core/Mage/Adminhtml/Block/Api/User/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_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
app/code/core/Mage/Adminhtml/Block/Api/User/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_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Tab/Main.php
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
-
* to license@
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
-
* needs please refer to http://www.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
@@ -88,6 +88,14 @@ class Mage_Adminhtml_Block_Api_User_Edit_Tab_Main extends Mage_Adminhtml_Block_W
|
|
88 |
'required' => true,
|
89 |
));
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
if ($model->getUserId()) {
|
92 |
$fieldset->addField('password', 'password', array(
|
93 |
'name' => 'new_api_key',
|
@@ -125,13 +133,13 @@ class Mage_Adminhtml_Block_Api_User_Edit_Tab_Main extends Mage_Adminhtml_Block_W
|
|
125 |
|
126 |
if (Mage::getSingleton('admin/session')->getUser()->getId() != $model->getUserId()) {
|
127 |
$fieldset->addField('is_active', 'select', array(
|
128 |
-
'name'
|
129 |
-
'label'
|
130 |
-
'id'
|
131 |
-
'title'
|
132 |
-
'class'
|
133 |
-
'style'
|
134 |
-
'options'
|
135 |
));
|
136 |
}
|
137 |
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
88 |
'required' => true,
|
89 |
));
|
90 |
|
91 |
+
$fieldset->addField('current_password', 'obscure', array(
|
92 |
+
'name' => 'current_password',
|
93 |
+
'label' => Mage::helper('adminhtml')->__('Current Admin Password'),
|
94 |
+
'title' => Mage::helper('adminhtml')->__('Current Admin Password'),
|
95 |
+
'required' => true,
|
96 |
+
)
|
97 |
+
);
|
98 |
+
|
99 |
if ($model->getUserId()) {
|
100 |
$fieldset->addField('password', 'password', array(
|
101 |
'name' => 'new_api_key',
|
133 |
|
134 |
if (Mage::getSingleton('admin/session')->getUser()->getId() != $model->getUserId()) {
|
135 |
$fieldset->addField('is_active', 'select', array(
|
136 |
+
'name' => 'is_active',
|
137 |
+
'label' => Mage::helper('adminhtml')->__('This account is'),
|
138 |
+
'id' => 'is_active',
|
139 |
+
'title' => Mage::helper('adminhtml')->__('Account status'),
|
140 |
+
'class' => 'input-select',
|
141 |
+
'style' => 'width: 80px',
|
142 |
+
'options' => array('1' => Mage::helper('adminhtml')->__('Active'), '0' => Mage::helper('adminhtml')->__('Inactive')),
|
143 |
));
|
144 |
}
|
145 |
|
app/code/core/Mage/Adminhtml/Block/Api/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_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
class Mage_Adminhtml_Block_Api_User_Edit_Tab_Roles extends Mage_Adminhtml_Block_Widget_Grid
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, 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_Adminhtml_Block_Api_User_Edit_Tab_Roles extends Mage_Adminhtml_Block_Widget_Grid
|
app/code/core/Mage/Adminhtml/Block/Api/User/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_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
27 |
/**
|
app/code/core/Mage/Adminhtml/Block/Api/User/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_Adminhtml
|
23 |
-
* @copyright
|
24 |
-
* @license
|
25 |
*/
|
26 |
|
27 |
/**
|
10 |
* http://opensource.org/licenses/osl-3.0.php
|
11 |
* If you did not receive a copy of the license and are unable to
|
12 |
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magento.com so we can send you a copy immediately.
|
14 |
*
|
15 |
* DISCLAIMER
|
16 |
*
|
17 |
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magento.com for more information.
|
20 |
*
|
21 |
* @category Mage
|
22 |
* @package Mage_Adminhtml
|
23 |
+
* @copyright Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
|
24 |