-
Notifications
You must be signed in to change notification settings - Fork 28
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
77 changed files
with
4,873 additions
and
863 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,9 +1,16 @@ | ||
{ | ||
"name": "firegento/dynamiccategory", | ||
"license": ["GPL-3.0"], | ||
"type": "magento-module", | ||
"description": "This extension enables you to dynamically add products to categories based on product attributes.", | ||
"require": { | ||
"magento-hackathon/magento-composer-installer": "*" | ||
} | ||
"name": "firegento/dynamiccategory", | ||
"license": ["GPL-3.0"], | ||
"type": "magento-module", | ||
"description": "This extension enables you to dynamically add products to categories based on product attributes.", | ||
"homepage": "https://github.com/firegento/firegento-dynamiccategory", | ||
"require": { | ||
"magento-hackathon/magento-composer-installer": "*" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "http://packages.firegento.com" | ||
} | ||
] | ||
} |
92 changes: 92 additions & 0 deletions
92
docs/api/html/classes/FireGento_DynamicCategory_Block_Adminhtml_Category_Dynamic.xhtml
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,92 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE html PUBLIC "html" ""> | ||
<html xmlns="http://www.w3.org/1999/xhtml" class="no-js" lang="en"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>FireGento_DynamicCategory - FireGento_DynamicCategory_Block_Adminhtml_Category_Dynamic - API Documentation</title> | ||
<link href="../css/normalize.css" rel="stylesheet" type="text/css" media="all"/> | ||
<link href="../css/styles.css" rel="stylesheet" type="text/css" media="all"/> | ||
</head> | ||
<body> | ||
<div class="wrapper clearfix"> | ||
<div class="topbar clearfix"> | ||
<h1> | ||
<a class="brand" href="../index.xhtml">FireGento_DynamicCategory - API Documentation</a> | ||
</h1> | ||
<ul class="nav"> | ||
<li class="active"> | ||
<a href="../index.xhtml">Overview</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="navigation"> | ||
<h3>Members</h3> | ||
<ul> | ||
<li> | ||
<a href="#_category">$_category</a> | ||
</li> | ||
</ul> | ||
<h3>Methods</h3> | ||
<ul> | ||
<li> | ||
<a href="#_prepareLayout">_prepareLayout</a> | ||
</li> | ||
<li> | ||
<a href="#getCategory">getCategory</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="content"> | ||
<h2><span style="font-size:60%">\</span>FireGento_DynamicCategory_Block_Adminhtml_Category_Dynamic</h2> | ||
<div class="file-notice"> | ||
<p>Condition block for category edit page</p> | ||
</div> | ||
<ul class="fileinfos"> | ||
<li><b>Author: </b>FireGento Team <team@firegento.com></li> | ||
</ul> | ||
<h3>Members</h3> | ||
<ul class="varlist"> | ||
<li> | ||
<a name="_category"/> | ||
<h4><span class="label protected">protected</span>object | ||
|
||
$_category</h4> | ||
<ul class="varlist"> | ||
<li>Category Model</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<h3>Methods</h3> | ||
<ul class="varlist"> | ||
<li> | ||
<a name="_prepareLayout"/> | ||
<h4><span class="label public">public</span>_prepareLayout<span style="font-size:90%;">( )</span></h4> | ||
<p style="font-size:110%; padding-top:5px;"> | ||
<li>Creates the form for the condition based selection of product attributes.</li> | ||
</p> | ||
<ul> | ||
<h4 class="return">Returns:</h4> | ||
<ul class="return"> | ||
<li>Self.</li> | ||
</ul> | ||
</ul> | ||
</li> | ||
<li> | ||
<a name="getCategory"/> | ||
<h4><span class="label public">public</span>getCategory<span style="font-size:90%;">( )</span></h4> | ||
<p style="font-size:110%; padding-top:5px;"> | ||
<li>Retrieve the current selected category in the admin view.</li> | ||
</p> | ||
<ul> | ||
<h4 class="return">Returns:</h4> | ||
<ul class="return"> | ||
<li>Category</li> | ||
</ul> | ||
</ul> | ||
</li> | ||
</ul> | ||
<div class="footer">Generated using phpDox 0.5 - Copyright (C) 2010 - 2013 by Arne Blankerts</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
70 changes: 70 additions & 0 deletions
70
docs/api/html/classes/FireGento_DynamicCategory_Block_Conditions.xhtml
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,70 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE html PUBLIC "html" ""> | ||
<html xmlns="http://www.w3.org/1999/xhtml" class="no-js" lang="en"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>FireGento_DynamicCategory - FireGento_DynamicCategory_Block_Conditions - API Documentation</title> | ||
<link href="../css/normalize.css" rel="stylesheet" type="text/css" media="all"/> | ||
<link href="../css/styles.css" rel="stylesheet" type="text/css" media="all"/> | ||
</head> | ||
<body> | ||
<div class="wrapper clearfix"> | ||
<div class="topbar clearfix"> | ||
<h1> | ||
<a class="brand" href="../index.xhtml">FireGento_DynamicCategory - API Documentation</a> | ||
</h1> | ||
<ul class="nav"> | ||
<li class="active"> | ||
<a href="../index.xhtml">Overview</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="navigation"> | ||
<h3>Methods</h3> | ||
<ul> | ||
<li> | ||
<a href="#render">render</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="content"> | ||
<h2><span style="font-size:60%">\</span>FireGento_DynamicCategory_Block_Conditions</h2> | ||
<div class="file-notice"> | ||
<p>Renderer for the conditions</p> | ||
</div> | ||
<ul class="fileinfos"> | ||
<li><b>Author: </b>FireGento Team <team@firegento.com></li> | ||
</ul> | ||
<h3>Implements</h3> | ||
<ul class="varlist"> | ||
<li> | ||
<span title="Varien_Data_Form_Element_Renderer_Interface">Varien_Data_Form_Element_Renderer_Interface</span> | ||
</li> | ||
</ul> | ||
<h3>Methods</h3> | ||
<ul class="varlist"> | ||
<li> | ||
<a name="render"/> | ||
<h4><span class="label public">public</span>render<span style="font-size:90%;">( <span class="param-type"><span title="\\Varien_Data_Form_Element_Abstract">Varien_Data_Form_Element_Abstract</span></span><strong> $element</strong> )</span></h4> | ||
<p style="font-size:110%; padding-top:5px;"> | ||
<li>Renders the conditions and returns the condition as html.</li> | ||
</p> | ||
<ul> | ||
<h4 class="param">Parameters:</h4> | ||
<ul class="param"> | ||
<li><code>$element</code> - Element</li> | ||
</ul> | ||
</ul> | ||
<ul> | ||
<h4 class="return">Returns:</h4> | ||
<ul class="return"> | ||
<li>Element as html</li> | ||
</ul> | ||
</ul> | ||
</li> | ||
</ul> | ||
<div class="footer">Generated using phpDox 0.5 - Copyright (C) 2010 - 2013 by Arne Blankerts</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
52 changes: 52 additions & 0 deletions
52
docs/api/html/classes/FireGento_DynamicCategory_DynamicController.xhtml
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,52 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE html PUBLIC "html" ""> | ||
<html xmlns="http://www.w3.org/1999/xhtml" class="no-js" lang="en"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>FireGento_DynamicCategory - FireGento_DynamicCategory_DynamicController - API Documentation</title> | ||
<link href="../css/normalize.css" rel="stylesheet" type="text/css" media="all"/> | ||
<link href="../css/styles.css" rel="stylesheet" type="text/css" media="all"/> | ||
</head> | ||
<body> | ||
<div class="wrapper clearfix"> | ||
<div class="topbar clearfix"> | ||
<h1> | ||
<a class="brand" href="../index.xhtml">FireGento_DynamicCategory - API Documentation</a> | ||
</h1> | ||
<ul class="nav"> | ||
<li class="active"> | ||
<a href="../index.xhtml">Overview</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="navigation"> | ||
<h3>Methods</h3> | ||
<ul> | ||
<li> | ||
<a href="#newConditionHtmlAction">newConditionHtmlAction</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div class="content"> | ||
<h2><span style="font-size:60%">\</span>FireGento_DynamicCategory_DynamicController</h2> | ||
<div class="file-notice"> | ||
<p>Controller for AJAX requests.</p> | ||
</div> | ||
<ul class="fileinfos"> | ||
<li><b>Author: </b>FireGento Team <team@firegento.com></li> | ||
</ul> | ||
<h3>Methods</h3> | ||
<ul class="varlist"> | ||
<li> | ||
<a name="newConditionHtmlAction"/> | ||
<h4><span class="label public">public</span>newConditionHtmlAction<span style="font-size:90%;">( )</span></h4> | ||
<p style="font-size:110%; padding-top:5px;"> | ||
<li>Returns the html code for a new condition in the resonse.</li> | ||
</p> | ||
</li> | ||
</ul> | ||
<div class="footer">Generated using phpDox 0.5 - Copyright (C) 2010 - 2013 by Arne Blankerts</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.