-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4,502 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<_> | ||
<form_key>LmPh1brXn4ZVGRbq</form_key> | ||
<name>C3_Config_Setup_Autogenerator</name> | ||
<channel>community</channel> | ||
<version_ids> | ||
<version_ids>2</version_ids> | ||
</version_ids> | ||
<summary>Automatically creates a setup script for selected options in system configuration page.</summary> | ||
<description><p>When enabled, adds check-boxes next to each entry in the system config view. By checking some of these, even across multiple groups (though just within one tab), after saving the settings you are presented with the complete code to set these options via a setup script including startSetup and endSetup.</p> | ||
|
||
<p>Features: | ||
<ul><li>Speed up development - ready to copy and paste into a setup script and save</li> | ||
<li>Works with any extension that displays options in the system config</li> | ||
<li>Self-commenting: Gives section and group names to aid visibility</li></ul></p></description> | ||
<license>GNU General Public License</license> | ||
<license_uri>http://www.opensource.org/licenses/gpl-license.php</license_uri> | ||
<version>1.0.1</version> | ||
<stability>stable</stability> | ||
<notes><p>Features: | ||
<ul><li>Speed up development - ready to copy and paste into a setup script and save</li> | ||
<li>Works with any extension that displays options in the system config</li> | ||
<li>Self-commenting: Gives section and group names to aid visibility</li></ul></p> | ||
|
||
<p>Known issues: | ||
<ul><li>There are some settings in e.g. Paypal that aren’t currently outputting correctly. We are looking into this for the next version.</li> | ||
<li>Oldest supported CE version is 1.7.0.1</li> | ||
</ul></notes> | ||
<authors> | ||
<name> | ||
<name>C3 Media</name> | ||
</name> | ||
<user> | ||
<user>c3media_ltd</user> | ||
</user> | ||
<email> | ||
<email>[email protected]</email> | ||
</email> | ||
</authors> | ||
<depends_php_min>5.2.0</depends_php_min> | ||
<depends_php_max>6.0.0</depends_php_max> | ||
<depends> | ||
<package> | ||
<name> | ||
<name/> | ||
</name> | ||
<channel> | ||
<channel/> | ||
</channel> | ||
<min> | ||
<min/> | ||
</min> | ||
<max> | ||
<max/> | ||
</max> | ||
<files> | ||
<files> </files> | ||
</files> | ||
</package> | ||
<extension> | ||
<name> | ||
<name>Core</name> | ||
</name> | ||
<min> | ||
<min/> | ||
</min> | ||
<max> | ||
<max/> | ||
</max> | ||
</extension> | ||
</depends> | ||
<contents> | ||
<target> | ||
<target>magelocal</target> | ||
<target>magelocal</target> | ||
<target>magelocale</target> | ||
<target>mageetc</target> | ||
</target> | ||
<path> | ||
<path/> | ||
<path>C3/ConfigSetupHelper</path> | ||
<path>en_US/C3_ConfigSetupHelper.csv</path> | ||
<path>modules/C3_ConfigSetupHelper.xml</path> | ||
</path> | ||
<type> | ||
<type>file</type> | ||
<type>dir</type> | ||
<type>file</type> | ||
<type>file</type> | ||
</type> | ||
<include> | ||
<include/> | ||
<include/> | ||
<include/> | ||
<include/> | ||
</include> | ||
<ignore> | ||
<ignore/> | ||
<ignore/> | ||
<ignore/> | ||
<ignore/> | ||
</ignore> | ||
</contents> | ||
</_> |
Oops, something went wrong.