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… |
drupal-7.recipe.database.php |
tests/upgrade/drupal-7.recipe.database.php |
|
|
IngredientSettingsTest.php |
src/Tests/IngredientSettingsTest.php |
Drupal\recipe\Tests |
|
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 |
|
Contains admin page callbacks, form validation, and form submission handlers. |
recipe.css |
recipe.css |
|
/* Ingredient field widget form */
.field-type-ingredient-reference .form-type-textfield,
.field-type-ingredient-reference .form-type-select {
float: left;
}
.field-type-ingredient-reference .form-type-textfield {
min-width:… |
recipe.info |
recipe.info |
|
name = Recipe
description = Collect and display recipes.
package = Recipe
core = 7.x
configure = admin/config/content/recipe
files[] = recipe.test
dependencies[] = text
dependencies[] = number |
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.node_type.inc |
includes/recipe.node_type.inc |
|
Contains functions to install and uninstall the recipe node type. |
recipe.pages.inc |
recipe.pages.inc |
|
Contains page callbacks, form validation, and form submission handlers. |
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 |
|
RecipeUnitTest.php |
src/Tests/RecipeUnitTest.php |
Drupal\recipe\Tests |
|
RecipeUpdatePath.php |
src/Tests/RecipeUpdatePath.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 |
modules/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-instructions ol {
margin-left:… |
recipe_html.info |
modules/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 |
modules/recipe_html.module |
|
Enables a print view for recipes. |
recipe_html_node.tpl.php |
modules/recipe_html_node.tpl.php |
|
Default theme implementation for html version of recipe nodes. |
recipe_mastercook4.info |
modules/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 |
modules/recipe_mastercook4.module |
|
Enables importing and exporting of MasterCook4 format recipes. |
recipe_plaintext.info |
modules/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 |
modules/recipe_plaintext.module |
|
|
recipe_recipeML.info |
modules/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 |
modules/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. |