diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ff69988 --- /dev/null +++ b/composer.json @@ -0,0 +1,9 @@ +{ + "name": "bubble/magento-improve-api", + "description": "This extension improves default features of Magento SOAP API.", + "type": "magento-module", + "suggest": { + "magento-hackathon/magento-composer-installer": "Enables the Bubble API Magento module to be installed using Composer." + }, + "abandoned": true +} diff --git a/modman b/modman new file mode 100644 index 0000000..fedafb1 --- /dev/null +++ b/modman @@ -0,0 +1,4 @@ +app/code/community/Bubble/Api app/code/community/Bubble/Api +app/etc/modules/Bubble_Api.xml app/etc/modules/Bubble_Api.xml +app/locale/fr_FR/Bubble_Api.csv app/locale/fr_FR/Bubble_Api.csv +app/design/adminhtml/base/default/template/bubble/api/system/config/fieldset/hint.phtml app/design/adminhtml/base/default/template/bubble/api/system/config/fieldset/hint.phtml