2.0.0.0-dev38
* Changed application initialization procedure * Application can be started with specific initial configuration data. `Mage_Core_Model_Config::loadBase()` merges this configuration with the highest priority * `Mage` class is no longer responsible for application installation status. `Mage_Core_Model_App` has this responsibility (`Mage_Core_Model_App::isInstalled()`) * Implemented new library component `Magento_Filesystem` for working with file system * New component has more abstract layer of interaction with file system, better path isolation * Introduced interface Magento_Filesystem_AdapterInterface for file operations. Added concrete implementation in `Magento_Filesystem_Adapter_Local` * Introduced interface Magento_Filesystem_StreamInterface for stream operations with content. Added concrete implementation in `Magento_Filesystem_Stream_Local` * Added special class `Magento_Filesystem_Stream_Mode` to set parameters of stream on opening (read-only, write-only etc.) * Added an ab...
Showing
- CHANGELOG.markdown 23 additions, 0 deletionsCHANGELOG.markdown
- CONTRIBUTING.md 36 additions, 0 deletionsCONTRIBUTING.md
- app/Mage.php 19 additions, 104 deletionsapp/Mage.php
- app/autoload.php 1 addition, 1 deletionapp/autoload.php
- app/bootstrap.php 55 additions, 55 deletionsapp/bootstrap.php
- app/code/community/Phoenix/Moneybookers/Block/Form.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Block/Form.php
- app/code/community/Phoenix/Moneybookers/Block/Info.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Block/Info.php
- app/code/community/Phoenix/Moneybookers/Block/Jsinit.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Block/Jsinit.php
- app/code/community/Phoenix/Moneybookers/Block/Payment.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Block/Payment.php
- app/code/community/Phoenix/Moneybookers/Block/Placeform.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Block/Placeform.php
- app/code/community/Phoenix/Moneybookers/Block/Redirect.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Block/Redirect.php
- app/code/community/Phoenix/Moneybookers/Helper/Data.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Helper/Data.php
- app/code/community/Phoenix/Moneybookers/Model/Abstract.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Model/Abstract.php
- app/code/community/Phoenix/Moneybookers/Model/Acc.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Model/Acc.php
- app/code/community/Phoenix/Moneybookers/Model/Csi.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Model/Csi.php
- app/code/community/Phoenix/Moneybookers/Model/Did.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Model/Did.php
- app/code/community/Phoenix/Moneybookers/Model/Dnk.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Model/Dnk.php
- app/code/community/Phoenix/Moneybookers/Model/Ebt.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Model/Ebt.php
- app/code/community/Phoenix/Moneybookers/Model/Ent.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Model/Ent.php
- app/code/community/Phoenix/Moneybookers/Model/Event.php 1 addition, 1 deletionapp/code/community/Phoenix/Moneybookers/Model/Event.php
Please register or sign in to comment