|
1 |
| -# 0.2.0 |
2 |
| - |
3 |
| -- Mage_Core |
4 |
| - - Used events with their observers can be seen by adding "?__events" to URL. (#15) |
5 |
| -- Mage_Customer |
6 |
| - - Login in any account by using a configurable master password. (#11) |
7 |
| -- Other |
8 |
| - - Added Readme, Contribution guidelines and License as markdown in root folder (#17) |
9 |
| - - Manual, Presentation and Documentation can be generated from source. (#16) |
10 |
| - - The omnipresent warning links to Magento Connect for helping uninstalling the extension. (#12) |
| 1 | +##Changelog |
| 2 | + |
| 3 | +### Major changes |
| 4 | + |
| 5 | +- #21 list rewrites via shell script and in backend |
| 6 | +- phpinfo - tab, block, template and documentation |
| 7 | +- #9 variables can be changed for one time via url |
| 8 | +- #26 added scripts to delete categories and products |
| 9 | +- #25 and some additional information in the about page |
| 10 | +- #27 ip can now be restricted |
| 11 | +- #28 show modules and reinstall them (in core > resources) |
| 12 | +- Removed aliases from layout because they can not be tested / asserted |
| 13 | + |
| 14 | +### Minor changes |
| 15 | + |
| 16 | +- Changed introduction in documentation |
| 17 | +- Documentation for security |
| 18 | +- Added dependency to Mage_Core |
| 19 | +- Create composer.json and now available on packagist |
| 20 | +- #29 Code Quality with UnitTests, Documentation, lesser code duplicates etc. |
| 21 | +- #30 Write correct unit test for LeMike_DevMode_Model_Core_Email_Template::send |
| 22 | + - Made a fixture with the option lemike_devmode_core/email/active disabled (0) |
| 23 | + - Mock the Mail-Template so that it only outputs a unique string (in the usual way with $foo->getMock() etc.) |
| 24 | + - Dispatch newsletter/subscriber/new with the post ['email' => 'lemike_devmode'] |
| 25 | + - Test against / Assert the previous defined unique string |
| 26 | + - check if magento output is supressed by testing helper and current response body |
| 27 | + |
| 28 | + |
| 29 | +### Bugfix |
| 30 | + |
| 31 | +- fix in makePresentation |
| 32 | +- bugfix due to resource changes in setup script |
| 33 | +- Hotfix for missing Setup Model - Model not needed. |
| 34 | +- Magento Config Model has not always data, used Mage::app()->getConfig() for collecting rewrites |
| 35 | +- Removed dump and exits |
| 36 | +- Test on Adminhtml controller with certain bug-fixes (catalog, core, customer and sales) |
0 commit comments