CHANGELOG.txt |
CHANGELOG.txt |
|
2010-05-12 by jvandervort
* Single recipe import should use "normal" preview function, not its own mini one.
* Preview ingredient quantities were not showing fractions.
* Recipe edit screen ingredient quantities had a leading space… |
README.txt |
README.txt |
|
// $Id:
CONTENTS OF THIS FILE
---------------------
* Introduction
* Install
* TODO
* Database Information
INTRODUCTION
------------
Current Maintainers: brdwor, drawk, marble, tzoscott and jvandervort.
Original Author: Moshe Weitzman… |
recipe.admin.inc |
recipe.admin.inc |
|
recipe.admin.inc -contains all admin pages, settings, and validate. |
recipe.css |
recipe.css |
|
.recipe-section div.section {
margin: 0;
padding: 0 0 0 1.5em;
}
.recipe-ingredients {
padding-left: 7em;
text-indent: -7em;
}
.recipe-ingredients .quantity-unit {
float: left;
width: 7em;
}
/*
* import preview
*/
.recipe-error-item… |
recipe.info |
recipe.info |
|
name = Recipe
description = Collect and display recipes.
package = Recipe
core = 7.x
configure = admin/config/system/recipe |
recipe.install |
recipe.install |
|
Install, update and uninstall functions for the recipe module. |
recipe.landing.page.inc |
recipe.landing.page.inc |
|
Page callbacks for recipe index page. |
recipe.module |
recipe.module |
|
Contains functions for Recipe node CRUD and display. |
recipe.pages.inc |
recipe.pages.inc |
|
recipe.admin.inc -contains all pages, settings, and validate |
recipe.views.inc |
includes/recipe.views.inc |
|
recipe.views.inc - Views2 support for Recipe. |
recipe.views_default.inc |
includes/recipe.views_default.inc |
|
Provides default Views for the Recipe module. |
RecipeImportFormsTest.php |
src/Tests/RecipeImportFormsTest.php |
Drupal\recipe\Tests |
|
RecipeLandingPageTest.php |
src/Tests/RecipeLandingPageTest.php |
Drupal\recipe\Tests |
|
RecipeNodeAccessTest.php |
src/Tests/RecipeNodeAccessTest.php |
Drupal\recipe\Tests |
|
RecipeNodeTest.php |
src/Tests/RecipeNodeTest.php |
Drupal\recipe\Tests |
|
RecipeTranslationTest.php |
src/Tests/RecipeTranslationTest.php |
Drupal\recipe\Tests |
|
RecipeUnitTest.php |
src/Tests/RecipeUnitTest.php |
Drupal\recipe\Tests |
|
RecipeWebTestBase.php |
src/Tests/RecipeWebTestBase.php |
Drupal\recipe\Tests |
|
RecipeYieldFormTest.php |
src/Tests/RecipeYieldFormTest.php |
Drupal\recipe\Tests |
|
recipe_html.css |
includes/recipe_html.css |
|
* {
margin: 0;
padding: 0;
font-size: 10pt;
font-family: Times New Roman, Times, serif;
}
h2 {
font-size: 12pt;
}
.recipe-section h2 {
font-size: 10pt;
}
.recipe-section {
margin-top: 2pt;
}
.recipe-ingredients {
padding-left: 40pt;
… |
recipe_html.info |
includes/recipe_html.info |
|
name = Recipe Print View
description = Enables exporting of 8-1/2"x11", 3"x5", and 5"x7" recipes for index cards.
dependencies[] = recipe
package = Recipe
core = 7.x |
recipe_html.module |
includes/recipe_html.module |
|
recipe_html.module - Enables a print view for recipes.
This supports full 8-1/2" x 11", and 5"x7" and 3"x5" index cards.
Some printers may not be able to deal with small page sizes like this.
They may have to print on… |
recipe_html_node.tpl.php |
includes/recipe_html_node.tpl.php |
|
Default theme implementation for html version of recipe nodes. |
recipe_mastercook4.info |
includes/recipe_mastercook4.info |
|
name = Recipe MasterCook4
description = Enables importing and exporting of the MasterCook4(.mxp) text format.
dependencies[] = recipe
package = Recipe
core = 7.x |
recipe_mastercook4.module |
includes/recipe_mastercook4.module |
|
recipe_mastercook4.module - Enables importing and exporting of MasterCook4 format recipes. |
recipe_plaintext.info |
includes/recipe_plaintext.info |
|
name = Recipe plaintext
description = Enables importing of plain text recipes into recipe nodes.
dependencies[] = recipe
package = Recipe
core = 7.x |
recipe_plaintext.module |
includes/recipe_plaintext.module |
|
|
recipe_recipeML.info |
includes/recipe_recipeML.info |
|
name = Recipe recipeML
description = Enables importing and exporting of recipeML format recipes.
dependencies[] = recipe
package = Recipe
core = 7.x |
recipe_recipeML.module |
includes/recipe_recipeML.module |
|
recipe_recipeML.module - Enables importing and exporting of recipeML format recipes. |
recipe_test.info |
tests/recipe_test.info |
|
name = "Recipe module tests"
description = "Support module for recipe related testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
recipe_test.module |
tests/recipe_test.module |
|
A dummy module for testing recipe related hooks. |