Asperience_DeleteAllOrders - Version 0.2.5

Version Notes

If you have ideas for improvements or find bugs, please send them to Jean-Sébastien Hederer at contact@asperience.fr, with ASPerience_DeleteAllOrders as part of the subject line.

Download this release

Release Info

Developer Jean-Sébastien Hederer
Extension Asperience_DeleteAllOrders
Version 0.2.5
Comparing to
See all releases


Code changes from version 0.2.4 to 0.2.5

app/code/community/Asperience/DeleteAllOrders/etc/config.xml CHANGED
@@ -10,7 +10,7 @@
10
  <config>
11
  <modules>
12
  <Asperience_DeleteAllOrders>
13
- <version>0.2.4</version>
14
  </Asperience_DeleteAllOrders>
15
  </modules>
16
 
10
  <config>
11
  <modules>
12
  <Asperience_DeleteAllOrders>
13
+ <version>0.2.5</version>
14
  </Asperience_DeleteAllOrders>
15
  </modules>
16
 
app/code/community/Asperience/DeleteAllOrders/sql/asperience_deleteallorders_setup/mysql4-install-0.2.4.php CHANGED
@@ -7,36 +7,12 @@
7
  */
8
  //Module page: http://www.magentocommerce.com/magento-connect/asperience-deleteorders.html\n
9
 
10
- Mage::log("Running This Install: ");
11
- Mage::log(get_class($this));
12
-
13
  Mage::helper('asperience_notificationmanager/Data')->createAdminNotification
14
  (
15
  "To finish the configuration please go in Magento Admin Panel - System - Configuration - Sales - Deletion of Orders",
16
- "Do not forget to add the pending status if needed.",
17
- "This module is provided by ASPerience (http://www.asperience.fr/)"
18
  );
19
 
20
- // $installer = $this;
21
- // $installer->startSetup();
22
- // Mage::log("install message");
23
- // Mage::getModel('adminnotification/inbox')
24
- // ->setTitle("Thanks for installing Asperience_DeleteAllOrders")
25
- // ->setDescription("In Magento, you can't natively delete orders.\n
26
- // Asperience_DeleteAllOrders allows to delete : \n
27
- // 1) selected sales orders without any invoice/shipment/credit memo => level 1\n
28
- // 2) selected sales orders and linked invoices, shipments and credit memos => level 2\n
29
- // You can set the status of orders you want to delete in the configuration panel.\n
30
- // \n
31
- // Warning: It's preferable to delete only the testing orders during the development of your local website.You take risks if you delete orders directly in your Website.\n
32
- // \n
33
- // Configuration panel: System - Configuration - Sales - Deletion of Orders")
34
- // ->setUrl("http://www.magentocommerce.com/magento-connect/asperience-deleteorders.html")
35
- // ->setSeverity(Mage_AdminNotification_Model_Inbox::SEVERITY_NOTICE)
36
- // //->setSeverity(4)
37
- // ->setDateAdded(Mage::getModel('core/date')->gmtDate())
38
- // ->save();
39
- // Mage::getModel('test')->save();
40
- // $installer->endSetup();
41
 
42
  ?>
7
  */
8
  //Module page: http://www.magentocommerce.com/magento-connect/asperience-deleteorders.html\n
9
 
 
 
 
10
  Mage::helper('asperience_notificationmanager/Data')->createAdminNotification
11
  (
12
  "To finish the configuration please go in Magento Admin Panel - System - Configuration - Sales - Deletion of Orders",
13
+ "Do not forget to configure the status you want to be able to delete. This module is provided by ASPerience (http://www.asperience.fr/)",
14
+ "http://www.magentocommerce.com/magento-connect/asperience-deleteorders.html"
15
  );
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  ?>
app/code/community/Asperience/DeleteAllOrders/sql/asperience_deleteallorders_setup/mysql4-upgrade-0.2.3-0.2.4.php CHANGED
@@ -7,28 +7,11 @@
7
  */
8
  // Module page: http://www.magentocommerce.com/magento-connect/asperience-deleteorders.html")
9
 
10
- Mage::log("Running This Upgrade: ");
11
- Mage::log(get_class($this));
12
-
13
  Mage::helper('asperience_notificationmanager/Data')->createAdminNotification
14
  (
15
  "To finish the configuration please go in Magento Admin Panel - System - Configuration - Sales - Deletion of Orders",
16
- "Do not forget to add the pending status if needed.",
17
- "This module is provided by ASPerience (http://www.asperience.fr/)"
18
  );
19
 
20
- //$installer = $this;
21
- //$installer->startSetup();
22
- //Mage::getModel('adminnotification/inbox')
23
- // ->setTitle("Thanks for upgrading Asperience_DeleteAllOrders")
24
- // ->setDescription("Configuration panel: System - Configuration - Sales - Deletion of Orders\n
25
- // //->setUrl("/index.php/admin/system_config/edit/section/sale")
26
- // ->setUrl("http://www.magentocommerce.com/magento-connect/asperience-deleteorders.html")
27
- // //->setSeverity(Mage_AdminNotification_Model_Inbox::SEVERITY_NOTICE)
28
- // ->setSeverity(4)
29
- // ->setDateAdded(Mage::getModel('core/date')->gmtDate())
30
- // ->save();
31
- // Mage::getModel('test')->save();
32
- // $installer->endSetup();
33
-
34
  ?>
7
  */
8
  // Module page: http://www.magentocommerce.com/magento-connect/asperience-deleteorders.html")
9
 
 
 
 
10
  Mage::helper('asperience_notificationmanager/Data')->createAdminNotification
11
  (
12
  "To finish the configuration please go in Magento Admin Panel - System - Configuration - Sales - Deletion of Orders",
13
+ "Do not forget to configure the status you want to be able to delete. This module is provided by ASPerience (http://www.asperience.fr/)",
14
+ "http://www.magentocommerce.com/magento-connect/asperience-deleteorders.html"
15
  );
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ?>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Asperience_DeleteAllOrders</name>
4
- <version>0.2.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
@@ -13,8 +13,8 @@ Warning: It's preferable to delete only the testing orders during the developme
13
  <notes>If you have ideas for improvements or find bugs, please send them to Jean-S&#xE9;bastien Hederer at contact@asperience.fr, with ASPerience_DeleteAllOrders as part of the subject line.</notes>
14
  <authors><author><name>Jean-S&#xE9;bastien Hederer</name><user>hedererjs</user><email>hedererjs@asperience.fr</email></author></authors>
15
  <date>2014-11-25</date>
16
- <time>17:39:09</time>
17
- <contents><target name="magecommunity"><dir name="Asperience"><dir name="DeleteAllOrders"><dir name="Helper"><file name="Data.php" hash="0729d914be45ecebf2db9e7a6fea00a2"/></dir><dir name="Model"><file name="Observer.php" hash="955197296d93ba87b500ccfb59537150"/><file name="Order.php" hash="b5c869462ac7ad35583e1758fbcc980b"/><dir name="Resource"><file name="Setup.php" hash="c1ad36387742288b9ded169283f5e2b1"/></dir><file name="Status.php" hash="b17aae3030d6d2b54b4a694e4bb1231a"/></dir><dir name="controllers"><file name="IndexController.php" hash="99619b947f0ebf7c64ccd48cc9ef2abb"/></dir><dir name="etc"><file name="config.xml" hash="1f4b9de6842f08da284420afa7e40815"/><file name="system.xml" hash="a6ffdfefc94437bd6bf45453549aa389"/></dir><dir name="sql"><dir name="asperience_deleteallorders_setup"><file name="mysql4-install-0.2.4.php" hash="23a2a6e1055360699fc2e2ab6e08632d"/><file name="mysql4-upgrade-0.2.3-0.2.4.php" hash="58627dc9ad7570ea50b82c537cbde4c5"/></dir></dir></dir></dir></target><target name="magelocale"><dir><dir name="de_DE"><file name="Asperience_DeleteAllOrders.csv" hash="3b17c8b23f90a9ade272559da0bc3ce0"/></dir><dir name="en_US"><file name="Asperience_DeleteAllOrders.csv" hash="9529fa6e4e87db30bca48ce104cb0d05"/></dir><dir name="fr_FR"><file name="Asperience_DeleteAllOrders.csv" hash="25f0bf507116918d1862ce5a18035a15"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Asperience_DeleteAllOrders.xml" hash="c7b443af96e9f0e3447cf21f52a27f4f"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Asperience_DeleteAllOrders</name>
4
+ <version>0.2.5</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
13
  <notes>If you have ideas for improvements or find bugs, please send them to Jean-S&#xE9;bastien Hederer at contact@asperience.fr, with ASPerience_DeleteAllOrders as part of the subject line.</notes>
14
  <authors><author><name>Jean-S&#xE9;bastien Hederer</name><user>hedererjs</user><email>hedererjs@asperience.fr</email></author></authors>
15
  <date>2014-11-25</date>
16
+ <time>23:21:56</time>
17
+ <contents><target name="magecommunity"><dir name="Asperience"><dir name="DeleteAllOrders"><dir name="Helper"><file name="Data.php" hash="0729d914be45ecebf2db9e7a6fea00a2"/></dir><dir name="Model"><file name="Observer.php" hash="955197296d93ba87b500ccfb59537150"/><file name="Order.php" hash="b5c869462ac7ad35583e1758fbcc980b"/><dir name="Resource"><file name="Setup.php" hash="c1ad36387742288b9ded169283f5e2b1"/></dir><file name="Status.php" hash="b17aae3030d6d2b54b4a694e4bb1231a"/></dir><dir name="controllers"><file name="IndexController.php" hash="99619b947f0ebf7c64ccd48cc9ef2abb"/></dir><dir name="etc"><file name="config.xml" hash="802046fd2f367404526ca3bdd7aa4125"/><file name="system.xml" hash="a6ffdfefc94437bd6bf45453549aa389"/></dir><dir name="sql"><dir name="asperience_deleteallorders_setup"><file name="mysql4-install-0.2.4.php" hash="cec104e3a919cc9031d256eae69c4f4b"/><file name="mysql4-upgrade-0.2.3-0.2.4.php" hash="86cbc156b2b01c6d35b41fb3e56793e2"/></dir></dir></dir></dir></target><target name="magelocale"><dir><dir name="de_DE"><file name="Asperience_DeleteAllOrders.csv" hash="3b17c8b23f90a9ade272559da0bc3ce0"/></dir><dir name="en_US"><file name="Asperience_DeleteAllOrders.csv" hash="9529fa6e4e87db30bca48ce104cb0d05"/></dir><dir name="fr_FR"><file name="Asperience_DeleteAllOrders.csv" hash="25f0bf507116918d1862ce5a18035a15"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Asperience_DeleteAllOrders.xml" hash="c7b443af96e9f0e3447cf21f52a27f4f"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
20
  </package>