This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var casper = require('casper').create(); | |
| var utils = require('utils'); | |
| var phpMyAdminUrl = casper.cli.args[0]; | |
| var phpMyAdminCredentials = { | |
| pma_username: casper.cli.options.user, | |
| pma_password: casper.cli.options.password | |
| }; | |
| if (!phpMyAdminUrl || !phpMyAdminCredentials.pma_username || !phpMyAdminCredentials.pma_password) { | |
| casper.echo('Invalid parameters. Usage: casperjs monitor_slave.js http://example.com/phpMyAdmin --user=foo --password=bar'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Check / Money Order for Admin | Chèque / Liquide pour l'Administrateur | |
|---|---|---|
| This payment method is enabled only for orders that are created in Magento Admin. | Cette méthode de paiement n'est activée que pour les commandes qui sont créées depuis l'Administration | |
| Create and Capture Invoice Automatically | Créer et capturer une facture automatiquement | |
| Create Shipment Automatically | Créer une expédition automatiquement |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| commit e748d3fecd20374624f391603b42d73453db1c6f | |
| Author: Pierre Martin <pierre@occi-tech.com> | |
| Date: Wed Jun 12 12:34:38 2013 +0200 | |
| Added sales_order_tax cleaning to the DeleteOrder module to prevent leaving corrupted data | |
| diff --git a/app/code/community/EM/DeleteOrder/controllers/Adminhtml/Sales/OrderController.php b/app/code/community/EM/DeleteOrder/controllers/Adminhtml/Sales/OrderController.php | |
| index a6fbd52..7ca0e45 100644 | |
| --- a/app/code/community/EM/DeleteOrder/controllers/Adminhtml/Sales/OrderController.php | |
| +++ b/app/code/community/EM/DeleteOrder/controllers/Adminhtml/Sales/OrderController.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # encoding: UTF-8 | |
| defmodule Score do | |
| @missed "-" | |
| @spare "/" | |
| @strike "X" | |
| def total(rolls) when is_bitstring(rolls) do | |
| rolls |> String.codepoints |> total |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $initial = array( | |
| array( | |
| 'idcom' => 2, | |
| 'idcatalog' => 1, | |
| 'pseudo_com' => 'babar' | |
| ), | |
| array( | |
| 'idcom' => 1, | |
| 'idcatalog' => 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $dir = __DIR__; | |
| function isValid($product) { | |
| return !empty($product[2]); | |
| } | |
| if (($productsFile = fopen($dir . '/products2.csv', "r")) !== FALSE) { | |
| $missingSkus = array_map('trim', file($dir . '/missing-images-sku.csv')); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Plugin::load('Croogo', ['bootstrap' => true]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function fixFilenameEncoding($filename) { | |
| return mb_convert_encoding($filename, 'ISO-8859-2', 'UTF-8'); | |
| } | |
| $zip = new ZipArchive; | |
| $res = $zip->open('./elephant.zip', ZipArchive::CREATE); | |
| if ($res === true) { | |
| $filename = 'éléphant-man2.txt'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require_once __DIR__ . '/vendor/autoload.php'; | |
| $faker = Faker\Factory::create('fr_FR'); | |
| $output = fopen('php://output', 'w+'); | |
| $headers = [ | |
| 'storelocator_id', | |
| 'name', | |
| 'status', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"initialState":{"stores":{"EventStore":{"events":[{"name":"CONTENT_CHANGED","payload":{"content":"C"}},{"name":"CONTENT_CHANGED","payload":{"content":"Ce"}},{"name":"CONTENT_CHANGED","payload":{"content":"Cec"}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci"}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci "}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci e"}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci es"}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci est"}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci est "}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci est u"}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci est un"}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci est un "}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci est un m"}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci est un me"}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci est un mes"}},{"name":"CONTENT_CHANGED","payload":{"content":"Ceci est un mess"}},{"nam |