Commit 04446b6
committed
2.0.0.0-dev44
* Product creating & editing:
* Added ability to control base text styling without WYSIWYG when editing description fields
* Added validation for price and quantity fields
* Removed category suggest limit
* Product template management:
* Automatically update Product Template when modifying structure in Create Product flow
* Improvements to change attribute set functionality
* Refactored JavaScript to use JQuery library:
* Refactored the following pages: catalog tags, one page checkout, multishipping checkout, gift options, gift messages (across the board)
* Converted jQuery popupwindow.js plugin to a jQuery widget
* Replaced Prototype code for Switch/Maestro and Solo credit card with jQuery widget
* Replaced Prototype Validation with jQuery validation plugin
* Converted credit card payment tool tip to jQuery in all themes
* Removed legacy JS files from all themes
* Various improvements in look & feel of backend UI:
* Styling of components: catalog, sales, customers, reports, CMS, newsletter
* Generic styling: grids, popup windows
* Changes to support IE browser
* Enhancements in "suggest" JavaScript widget:
* Ability to delete selected item using keyboard
* Ability to display all available search items, if "recent items" is empty
* Fixes of behavior of currently selected elements and "spinner"
* Display "No Records" message in suggest widget if all items already selected
* Fixed suggest widget to no longer show deleted items
* Improved `Magento_Test_Helper_ObjectManager` in unit tests to discover types of constructor arguments
* Removed workaround of unsetting objects referenced in `tearDown()` of integration tests
* Updated Menu and Navigation layout, including redesigned backend menu item System -> My Account
* Made store address format consistent with format of shipping origin address
* Added ability to navigate directly to a section in backend system configuration, with corresponding accordion expanded
* Removed some of unnecessary coupling between several modules
* General improvements to unit and integration test code coverage, as well as compliance with coding standards
* Application framework:
* Implemented ability to compress/decompress data in a cache backend
* Verified ability to disable in configuration triggering of system upgrade
* Abolished code pools and the mechanism of overriding files using include\_path (without alternative)
* Implemented segmentation of cache by types -- ability to assign separate cache configuration per type. Reviewed and verified possibility to isolate configuration cache segment
* Segregated application configuration into several layers. Primary configuration is used by the object manager and loaded before application is initialized
* Instead of `Zend\Di`, implemented `Magento\ObjectManager` library that has less features and suits Magento application needs better in terms of performance
* Introduced "context" object as dependencies for super-classes (`Mage_Core_Model_Abstract`, `Mage_Core_Block_Abstract`, etc) to reduce complexity of their constructors' API
* Implemented tools for pre-populating all auto-generated proxy and factory classes, used by dependency injection framework
* Replaced "developer" mode with general "mode", that has 3 states: developer, default, production
* In "production" mode, the application will not invoke fallback for static view files (images, CSS-files, JavaScript). Instead, it will assume that they are already placed in a fully qualified location. Added tools for populating static view files from `app` directory into `pub/static`
* Introduced support for Twig templating
* template rendering, including phtml, was abstracted into a 'Template Engine' to make support for other template engines easier
* included Magento-specific Twig functions and filters
* phtml templates can now only access public methods of the corresponding Block class
* ability to define dependencies on data provided by a service that is then made available to the templates -- eliminates some of the code in Blocks
* Introduced support for webhooks and callbacks: outbound HTTP requests for notifications and real-time integrations
* Added ability to define options for System Configuration select fields in XML: static options are defined inline, dynamic options can reuse data provided by a service
* Moved product business logic found in blocks into `Mage_Catalog_Service_Product` to consolidate logic into a single structure that both controllers and web services can invoke
* Converted product view page to demonstrate use of Twig templates and services
* Updated shipping carrier `collectRates` logic to support remote callbacks and converted the FedEx shipping carrier to comply with the same interface
* Added webhook support for the following topics: `customer/created`, `customer/updated`, `customer/deleted`, and `order/created`
* Visual design editor:
* Ability to view all CSS-files of a theme
* Ported numerous features of visual design editor from Magento Go 1.x to Magento Core 2.x: style editing, managing catalog images
* Various improvements in UI
* Improved image sizing functionality
* Improved test coverage
* Ability to launch physical themes, including workflow preview mode and workflow design mode
* Ability to duplicate existing themes for customization
* GitHub requests
* [#162](#162) -- classmap needs to be prepended to autoloader stack to have any effect
* [#179](#179) -- fix that makes `Mage_Install` compatible with the new version of SimpleXml
* [#180](#180) -- fixed `getBaseUrl()` when type was injected via setter
* [#203](#203) -- fixed problem with login in to backend area on php 5.4
* [#216](#216) -- explicit nullification of `$_store` in `Mage_Core_Model_Sore_Storage_Db->_initStores()`
* [#220](#220) -- make topmenu HTML editable by an event
* [#221](#221) -- changed minimum required PHP version from PHP 5.2.3 to 5.3.3
* Bug fixes:
* Restored missing Paypal configuration options
* Fixed numerous display issues on the following pages: admin login, product management, category management, CMS poll, VDE, tax, shipping
* Fixed XSS vulnerability related to customer data & bundle options
* Fixed "Preview Theme" functionality
* Fixed JS File upload problem with Internet Explorer
* Replaced `truncateOptions` function in `varien/js.js` with inline widget
* Fixed broken XPaths in `SystemConfiguration.yml`
* Fixed jQuery metadata plugin's data attribute scanning for validation
* Synchronized default value of `quantity_and_stock_status` with Stock Availability control
* Fixed display of G.T. Purchased column in Order grid when order in non-default currency
* Fixed Foreign Key support for MS SQL
* Fixed "Create Customer" functionality on New Order screen
* Restored State/Province field to Review Order page
* Fixed Add New Tax Rate functionality
* Fixed problem with displaying New Shopping Cart Price Rule tab
* Fixed problem of configurable product options getting lost when adding product to wishlist
* Fixed UPS Shipping label printing
* Fixed performance issue with Catalog Management
* Fixed input file type validation when importing customers
* Fixed custom product placeholder image display
* Added missing files referenced by `quick\_style.css`
* Fixed validation error messaging and message placement
* Fixed access problem to SOAP/XML User and Roles pages
* Fixed access problem created when editing your own permissions
* Several fixes for problems with cleaning cache in tag scope
* Fixed invalid link problem in Gift Card email
* Fixed problem with deleting selected product category after changing attribute set
* Fixed theme management for Windows by adopting `Magento_Filesystem` abstraction to access directories
* Fixed cart rendering in case of empty cart
* Remove duplicate "Link to Store Front" link from admin, made obsolete by "Customer View" link
* Removed "Flat Rate" from pre-installed shipping methods1 parent 5b266f6 commit 04446b6
File tree
8,611 files changed
+250861
-150438
lines changed- app
- code/Mage
- AdminNotification
- Helper
- Model
- Config/Source
- Resource
- Inbox
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/adminnotification_setup
- Adminhtml
- Block
- Api
- Grid
- Role/Grid
- Tab
- User
- Edit
- Tab
- Backup
- Cache
- Catalog
- Category
- Checkboxes
- Edit
- Helper
- Sortby
- Tab
- Widget
- Form/Renderer
- Attribute
- Config
- Fieldset
- Helper/Form
- Wysiwyg
- Product
- Attribute
- Edit
- Tab
- New/Product
- Set
- Main
- Tree
- Toolbar
- Main
- Composite
- Fieldset
- Update
- Edit
- Action
- Attribute
- Tab
- Tabs
- Tab
- Ajax
- Alerts
- Attributes
- Options
- Popup
- Type
- Price
- Group
- Super
- Config
- Grid
- Filter
- Renderer
- Frontend/Product
- Helper/Form
- Gallery
- Msrp
- Options
- Widget
- Chooser
- Search
- Edit
- Checkout
- Agreement
- Edit
- Cms
- Block
- Edit
- Widget
- Page
- Edit
- Tab
- Grid/Renderer
- Widget
- Wysiwyg/Images
- Content
- Customer
- Edit
- Renderer
- Attribute
- Tab
- Newsletter
- Grid
- Filter
- Renderer
- View
- Grid/Renderer
- Wishlist/Grid/Renderer
- Form/Element
- Grid
- Filter
- Renderer
- Group
- Edit
- Online
- Grid/Renderer
- Sales/Order/Address/Form/Renderer
- System/Config
- Dashboard
- Orders
- Searches
- Renderer
- Tab
- Customers
- Products
- Html
- Media
- Newsletter
- Problem/Grid
- Filter
- Renderer
- Queue
- Edit
- Grid/Renderer
- Preview
- Subscriber
- Grid
- Filter
- Renderer
- Template
- Edit
- Grid/Renderer
- Preview
- Notification
- Grid/Renderer
- Page
- System/Config/Robots
- Poll
- Answer
- Edit
- Edit
- Tab
- Answers
- Promo
- Catalog
- Edit
- Tab
- Quote
- Edit
- Tab
- Coupons
- Grid/Column/Renderer
- Main/Renderer
- Widget
- Chooser
- Rating
- Edit
- Tab
- Report
- Config/Form/Field
- Filter
- Grid
- Column/Renderer
- Product
- Downloads
- Renderer
- Lowstock
- Viewed
- Review
- Detail
- Sales
- Bestsellers
- Coupons
- Grid/Column/Renderer
- Invoiced
- Refunded
- Sales
- Shipping
- Tax
- Shopcart
- Abandoned
- Customer
- Product
- Wishlist
- Review
- Add
- Edit
- Grid
- Filter
- Renderer
- Product
- Rating
- Sales
- Creditmemo
- Invoice
- Items
- Column
- Name
- Renderer
- Order
- Address
- Comments
- Create
- Billing
- Method
- Coupons
- Customer
- Form
- Giftmessage
- Items
- Newsletter
- Search
- Grid/Renderer
- Shipping
- Method
- Sidebar
- Store
- Totals
- Creditmemo
- Create
- View
- Invoice
- Create
- View
- Shipment
- Create
- Packaging
- Tracking
- View
- Status
- Assign
- Edit
- New
- Totals
- View
- Items/Renderer
- Tab
- Reorder/Renderer
- Shipment
- Transactions
- Child
- Detail
- Shipping/Carrier/Tablerate
- Sitemap
- Edit
- Grid/Renderer
- System
- Account
- Edit
- Cache
- Currency
- Edit
- Tab
- Rate
- Design
- Edit
- Tab
- Email
- Template
- Edit
- Grid
- Filter
- Renderer
- Store
- Delete
- Edit
- Form
- Grid/Render
- Variable
- Edit
- Tax
- Rate
- Grid/Renderer
- Title
- Toolbar
- Rule
- Edit
- Text
- Urlrewrite
- Catalog
- Category
- Edit
- Product
- Cms/Page
- Edit
- Edit
- Widget
- Accordion
- Form
- Element
- Renderer
- Fieldset
- Grid
- Column
- Filter
- Renderer
- Massaction
- Item/Additional
- Tab
- View
- Controller
- Report
- Sales
- Helper
- Catalog/Product
- Edit/Action
- Dashboard
- Media
- Model
- Customer/Renderer
- Email
- Giftmessage
- LayoutUpdate
- Newsletter/Renderer
- Report
- Sales
- Order
- Search
- Session
- controllers
- Api
- Catalog
- Category
- Product
- Action
- Checkout
- Cms
- Block
- Page
- Wysiwyg
- Customer
- Cart/Product/Composite
- System/Config
- Wishlist/Product/Composite
- Newsletter
- Poll
- Promo
- Report
- Sales
- Billing
- Order
- View
- Recurring
- System
- Config/System
- Email
- Tax
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- view/adminhtml
- admin
- api
- backup
- catalog
- category
- checkboxes
- edit
- widget
- form/renderer/fieldset
- images
- product
- attribute
- new
- set
- main/tree
- toolbar
- composite
- fieldset
- options
- type
- edit
- action
- category/new
- options
- type
- price
- super
- helper
- tab
- widget/chooser
- wysiwyg
- cms
- browser
- content
- page/edit/form/renderer
- customer
- edit
- tab
- account/form/renderer
- view/grid
- sales/order/create/address/form/renderer
- system/config
- tab
- view
- dashboard
- graph
- store
- email/order
- images
- media
- newsletter
- preview
- problem
- queue
- subscriber
- template
- notification
- page
- js
- system/config/robots
- poll/answers
- promo
- rating
- stars
- report
- grid
- refresh
- review
- sales
- items
- column
- renderer
- order
- address
- comments
- create
- billing/method
- coupons
- form
- items
- newsletter
- shipping/method
- sidebar
- store
- totals
- creditmemo
- create
- items/renderer
- totals
- view
- items/renderer
- invoice
- create
- items/renderer
- view
- items/renderer
- shipment
- create
- items/renderer
- packaging
- tracking
- view
- items/renderer
- totals
- view
- items/renderer
- tab
- transactions
- store/switcher
- system
- cache
- currency
- rate
- design
- email
- template
- shipping
- store
- variable
- tax
- class/page
- rate
- rule
- rate
- toolbar
- class
- rate
- rule
- urlrewrite
- widget
- Api
- Controller
- Helper
- Model
- Acl
- Role
- Cache
- Resource
- Acl
- Role
- Permissions
- Roles
- User
- Role
- Rules
- User
- Server
- Adapter
- Soap
- Handler
- Soap
- Wsdl
- Config
- controllers
- Soap
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/api_setup
- Authorizenet
- Block/Directpost
- Helper
- Model
- Directpost
- controllers
- Adminhtml/Authorizenet/Directpost
- Directpost
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- view
- adminhtml
- directpost
- frontend
- directpost
- Backend
- Block
- Catalog/Product/Tab
- Store
- Switcher/Form/Renderer
- Fieldset
- System/Config
- Form
- Fieldset
- Modules
- Field
- Array
- Select
- System/Storage/Media
- Widget
- Accordion
- Button
- Form
- Element
- Renderer
- Fieldset
- Grid
- Column
- Filter
- Renderer
- Massaction
- Item/Additional
- Tab
- View
- Controller
- Router
- System
- Helper
- Model
- Acl
- Loader
- Authorization
- Auth
- Credential
- Plugin
- Config
- Backend
- Admin
- Password/Link
- Currency
- Design
- Email
- File
- RequestData
- Image
- Locale
- Log
- Serialized
- Storage/Media
- Clone
- Source
- Admin
- Currency
- Date
- Design
- Dev
- Email
- Image
- Locale
- Currency
- Reports
- Storage/Media
- Web
- Structure
- Element
- Dependency
- Group
- Iterator
- Mapper
- Attribute
- Search
- Menu
- Builder
- Command
- Config
- Menu
- Director
- Filter
- Item
- Url
- Widget/Grid
- Row
- controllers/Adminhtml
- System
- Config
- etc
- adminhtml
- view/adminhtml
- admin
- images
- store
- switcher/form/renderer
- fieldset
- system
- config
- form/field
- system/storage/media
- widget
- button
- form
- element
- renderer
- fieldset
- grid
- view
- Backup
- Block/Adminhtml/Grid/Column
- Renderer
- Helper
- Model
- Config
- Backend
- Source
- Fs
- Grid
- Resource
- Helper
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- Bundle
- Block
- Adminhtml
- Catalog/Product
- Composite/Fieldset
- Options/Type
- Edit
- Tab
- Attributes
- Bundle
- Option
- Search
- Sales/Order
- Items
- View/Items
- Catalog/Product
- View/Type
- Bundle
- Option
- Checkout/Cart/Item
- Sales/Order/Items
- Helper
- Catalog/Product
- Model
- Price
- Product
- Attribute/Source/Price
- Resource
- Indexer
- Option
- Price
- Selection
- Sales/Order/Pdf/Items
- Source/Option
- Selection/Price
- controllers/Adminhtml/Bundle
- Product
- data/bundle_setup
- etc
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/bundle_setup
- view
- adminhtml
- css
- js
- product
- composite/fieldset/options
- type
- edit
- bundle
- option
- sales
- creditmemo
- create/items
- view/items
- invoice
- create/items
- view/items
- order/view/items
- shipment
- create/items
- view/items
- frontend
- catalog/product
- view
- options
- type
- bundle
- option
- email/order/items
- creditmemo
- invoice
- order
- shipment
- js
- rss/catalog/product
- sales/order
- creditmemo/items
- invoice/items
- items
- shipment/items
- Captcha
- Block
- Captcha
- Helper
- Model
- Config
- Form
- Resource
- controllers
- Adminhtml
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/captcha_setup
- view
- adminhtml
- frontend
- CatalogInventory
- Block
- Adminhtml/Form/Field
- Stockqty
- Type
- Helper
- Model
- Config/Backend
- Indexer
- Resource
- Indexer
- Stock
- Stock
- Item
- Source
- Stock
- Item
- Api
- System/Config/Backend
- data/cataloginventory_setup
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/cataloginventory_setup
- view
- adminhtml
- frontend
- stockqty
- CatalogRule
- Helper
- Model
- Resource
- Rule
- Product
- Price
- Rule
- Action
- Condition
- Product
- data/catalogrule_setup
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/catalogrule_setup
- CatalogSearch
- Block
- Advanced
- Layer/Filter
- Helper
- Model
- Config
- Backend/Search
- Source/Search
- Fulltext
- Indexer
- Layer/Filter
- Resource
- Advanced
- Fulltext
- Helper
- Indexer
- Query
- Search
- Terms/Grid
- controllers
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/catalogsearch_setup
- view
- adminhtml
- frontend
- advanced
- Catalog
- Block
- Adminhtml/System/Config/Form/Field/Select
- Category
- Widget
- Layer
- Filter
- Product
- Compare
- Configurable
- AssociatedSelector
- Backend/Grid
- Renderer
- Grouped
- AssociatedProducts
- List
- Price
- View
- Options
- Type
- Type
- Widget
- Html
- Widget
- Controller/Product/View
- Helper
- Category
- Flat
- Product
- Configuration
- Model
- Api
- Attribute/Backend
- Category
- Api
- Attribute
- Api
- Backend
- Source
- Indexer
- Config
- Backend
- Seo
- Clone/Media
- Source
- Price
- Product
- Options
- Watermark
- Entity
- Product/Attribute/Design/Options
- Indexer
- Layer
- Filter
- Price
- Product
- Api
- Attribute
- Api
- Backend
- Groupprice
- Frontend
- Media
- Api
- Set
- Api
- Source
- Msrp
- Type
- Tierprice
- Api
- Compare
- Condition
- Configuration/Item
- Option
- Flat
- Image
- Indexer
- Link
- Api
- Media
- Option
- Api
- Type
- Value
- Api
- Type
- Api
- Configurable
- Grouped
- Resource
- Category
- Attribute
- Frontend
- Source
- Flat
- Indexer
- Collection
- Eav
- Helper
- Layer/Filter
- Product
- Attribute
- Backend
- Groupprice
- Collection
- Compare
- Item
- Flat
- Indexer
- Eav
- Price
- Link
- Product
- Option
- Value
- Type
- Configurable
- Attribute
- Product
- Grouped
- System/Config/Backend/Catalog
- Category
- Product
- Url/Rewrite
- Template
- Service
- controllers
- Product
- data/catalog_setup
- etc
- adminhtml
- resources/product/item
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/catalog_setup
- view
- adminhtml
- images
- js
- product
- configurable
- affected-attribute-set-selector
- attribute-selector
- edit
- grid
- grouped
- images
- frontend
- category
- widget/link
- images
- media
- product/placeholder
- js
- layer
- msrp
- product
- compare
- list
- view
- options
- type
- wrapper
- type
- options
- widget
- link
- new
- column
- content
- rss/product
- Centinel
- Block
- Adminhtml
- Validation
- Authentication
- Helper
- Model
- State
- controllers
- Adminhtml/Centinel
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- view
- adminhtml
- authentication
- validation
- frontend
- authentication
- images
- Checkout
- Block
- Cart
- Item
- Renderer
- Multishipping
- Address
- Billing
- Payment
- Onepage
- Payment
- Review
- Shipping
- Method
- Total
- Controller
- Helper
- Model
- Api
- Resource
- Cart
- Api
- Coupon
- Api
- Customer
- Api
- Payment
- Api
- Product
- Api
- Shipping
- Api
- Config/Source/Cart
- Resource
- Agreement
- Type
- Multishipping
- Webhook
- controllers
- Multishipping
- etc
- adminhtml
- webapi
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/checkout_setup
- view
- email
- frontend
- cart
- item
- configure
- sidebar
- js
- multishipping
- address
- billing
- item
- overview
- onepage
- payment
- review
- shipping_method
- total
- Cms
- Block
- Widget
- Page
- Controller
- Helper
- Wysiwyg
- Model
- Config/Source
- Wysiwyg
- Page
- Resource
- Block
- Page
- Template
- Wysiwyg
- Images
- Storage
- controllers
- data/cms_setup
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/cms_setup
- view
- adminhtml/images
- frontend
- default
- images
- cookies
- widget
- link
- static_block
- Connect
- Block/Adminhtml/Extension/Custom
- Edit
- Tab
- Helper
- Model
- Extension
- controllers/Adminhtml/Extension
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- view/adminhtml
- extension/custom
- Contacts
- Helper
- Model/System/Config/Backend
- controllers
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/contacts_setup
- view
- email
- frontend
- Core
- Block
- Html
- Store
- Template
- Engine
- Text
- List
- Controller
- Front
- Request
- Response
- Varien
- Action
- Router
- Helper
- File
- Storage
- Url
- Model
- Acl
- Config
- Loader/Resource
- App
- Cache
- Frontend
- Type
- Config
- Cache
- Data
- Invalidator
- Loader
- Locales
- Modules
- Modules
- Storage
- Writer
- Datasource
- Request
- Db
- Design
- Backend
- Fallback
- List
- Rule
- FileResolution
- Strategy
- Fallback
- View
- Package
- Source
- Email
- Template
- EntryPoint
- Event
- Factory
- File
- Storage
- Database
- Directory
- Validator
- Input
- Filter
- Layout
- Argument
- Handler
- Merge
- Locale
- Hierarchy
- Log
- Magento
- Api
- Message
- ObjectManager
- Option
- Page/Asset
- Resource
- Config
- Data
- Db
- Collection
- Design
- Email
- Template
- Entity
- File/Storage
- Directory
- Helper
- Layout
- Link
- Update
- Setup
- Store
- Group
- Theme
- Customization
- File
- Grid
- Transaction
- Translate
- Type
- Db
- Mysqli
- Pdo
- Url
- Rewrite
- Variable
- Website
- Grid
- Session
- Source
- Email
- Urlrewrite
- Store
- Api
- Group
- Storage
- System
- Theme
- Customization
- Files
- Domain
- Translate
- Url
- Validator
- Variable
- Website
- Service/Entity
- controllers
- data/core_setup
- etc
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/core_setup
- view
- adminhtml
- prototype
- magento
- theme
- frontend
- prototype
- magento
- Cron
- Helper
- Model
- Config
- Backend
- Product
- Source
- Resource
- Schedule
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- sql/cron_setup
- CurrencySymbol
- Block/Adminhtml/System
- Helper
- Model
- System
- controllers/Adminhtml/System
- etc
- adminhtml
- locale
- de_DE
- en_US
- es_ES
- fr_FR
- nl_NL
- pt_BR
- zh_CN
- view/adminhtml
- Customer/Block
- Account
- Dashboard
- Address
- Renderer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
8,611 files changed
+250861
-150438
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
| 35 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
1 | 105 | | |
2 | 106 | | |
3 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
102 | | - | |
| 107 | + | |
103 | 108 | | |
104 | 109 | | |
105 | 110 | | |
| |||
141 | 146 | | |
142 | 147 | | |
143 | 148 | | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
| 149 | + | |
152 | 150 | | |
153 | 151 | | |
154 | 152 | | |
155 | 153 | | |
156 | 154 | | |
157 | 155 | | |
158 | | - | |
| 156 | + | |
159 | 157 | | |
160 | 158 | | |
161 | 159 | | |
| |||
220 | 218 | | |
221 | 219 | | |
222 | 220 | | |
223 | | - | |
| 221 | + | |
224 | 222 | | |
225 | 223 | | |
226 | 224 | | |
| |||
258 | 256 | | |
259 | 257 | | |
260 | 258 | | |
261 | | - | |
262 | 259 | | |
263 | 260 | | |
| 261 | + | |
264 | 262 | | |
265 | 263 | | |
266 | 264 | | |
| |||
375 | 373 | | |
376 | 374 | | |
377 | 375 | | |
378 | | - | |
379 | | - | |
380 | | - | |
| 376 | + | |
381 | 377 | | |
382 | 378 | | |
383 | 379 | | |
| |||
442 | 438 | | |
443 | 439 | | |
444 | 440 | | |
445 | | - | |
446 | | - | |
| 441 | + | |
447 | 442 | | |
448 | 443 | | |
449 | 444 | | |
| |||
488 | 483 | | |
489 | 484 | | |
490 | 485 | | |
491 | | - | |
492 | | - | |
493 | | - | |
| 486 | + | |
494 | 487 | | |
495 | 488 | | |
496 | 489 | | |
| |||
506 | 499 | | |
507 | 500 | | |
508 | 501 | | |
509 | | - | |
| 502 | + | |
510 | 503 | | |
511 | 504 | | |
512 | 505 | | |
513 | 506 | | |
514 | 507 | | |
515 | 508 | | |
516 | | - | |
517 | 509 | | |
518 | 510 | | |
519 | | - | |
| 511 | + | |
520 | 512 | | |
521 | 513 | | |
522 | 514 | | |
523 | | - | |
| 515 | + | |
524 | 516 | | |
525 | 517 | | |
526 | 518 | | |
| |||
565 | 557 | | |
566 | 558 | | |
567 | 559 | | |
568 | | - | |
| 560 | + | |
569 | 561 | | |
570 | 562 | | |
571 | | - | |
572 | 563 | | |
573 | 564 | | |
574 | | - | |
| 565 | + | |
575 | 566 | | |
576 | 567 | | |
577 | 568 | | |
578 | | - | |
| 569 | + | |
579 | 570 | | |
580 | 571 | | |
581 | 572 | | |
| |||
629 | 620 | | |
630 | 621 | | |
631 | 622 | | |
632 | | - | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
633 | 630 | | |
634 | 631 | | |
635 | 632 | | |
| |||
682 | 679 | | |
683 | 680 | | |
684 | 681 | | |
685 | | - | |
| 682 | + | |
686 | 683 | | |
687 | 684 | | |
688 | 685 | | |
| |||
723 | 720 | | |
724 | 721 | | |
725 | 722 | | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
740 | 723 | | |
741 | 724 | | |
742 | 725 | | |
743 | 726 | | |
744 | | - | |
| 727 | + | |
745 | 728 | | |
746 | 729 | | |
747 | 730 | | |
748 | | - | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
749 | 743 | | |
750 | 744 | | |
751 | 745 | | |
| |||
756 | 750 | | |
757 | 751 | | |
758 | 752 | | |
759 | | - | |
| 753 | + | |
760 | 754 | | |
761 | 755 | | |
762 | 756 | | |
| |||
0 commit comments