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 sometimes. * Moved single recipe import to a tab on the recipe add screen. 2010-05-10 by jvandervort * Added the recipe summary location setting. You can now put the summary in a block. * #325733 by rnavarette, added separated input formats to allow for wysiwyg formatting. Apr 28 20:58:10 2010 by jvandervort * Moved content array population to recipe_view where it belongs. This caused a recipe template update as well. Wed Apr 21 18:49:48 2010 UTC by jvandervort * #776884, fivestar formatting fix. Wed Mar 31 19:29:15 2010 UTC by jvandervort * use typed case for ingredient names if there is a registered trademark symbol somewhere in the name. Wed Mar 31 16:51:59 2010 UTC by jvandervort * #188203, Added a yield unit text field to the recipe table. 2010-03-31 jvandervort * restyled ingredient index to match name index. 2010-03-29 jvandervort * default recipe admin screen should be the settings page. * added help text to the bulk import and export pages. 2010-03-26 jvandervort * add user friendly message when there are no bulk import/export formats available. 2010-03-22 jvandervort * added recipe name index page. 2010-03-17 jvandervort * added template for html export. 2010-03-16 jvandervort * straightening out recipe theming. added a node-recipe.tpl file. 2010-03-15 jvandervort * wrap plaintext ingredients that are too long. * wrap plaintext ingredients that are too long. * strip html from mastercook4 export data. * wrap mastercook4 ingredients that are too long. * print ingredient fractions and wordwrap plaintext export data. 2010-03-10 jvandervort * translate 3x5 pdf headings. * 3"x5" pdf output formatting tweak. 2010-03-09 jvandervort * sanitize output from ingredient note. * allow limited html in ingredient names to support things like ® * new admin setting to make all ingredients lowercase when new ingredients are added. * rudimentary 3"x5" pdf output support for single recipes. 2010-03-08 jvandervort * #735474, added version, source, yield, preptime, description, and note to recipeML import/export. * #712522, If you are showing the summary box, don't show the recipe terms at the bottom. * #391850, upper case ingredients should not always be converted to lower case. 2010-03-03 jvandervort * #419586, allow re-ordering of ingredients with drag and drop. * added ingredient sorting weight to edit screen. * #730264, changed bycat layout, margins and padding. 2010-03-02 jvandervort * show recipes in child categories default value should match admin page default. * simplify admin index setting ui and moved all admin menus into admin/content/recipe. 2010-03-01 jvandervort * moved "recent recipes" to the /recipe page. * add taxonomy terms when bulk importing recipeML format recipes. * #720638, increased the ingredient note field display size a little bit. 2010-02-26 jvandervort * removed "enable recipe index" setting. * #712764, add recipe import menu to /recipe. * added a description to the "Enable recipes index" setting. * default add new recipe to 5 ingredients. 2010-02-25 jvandervort * removed simple ingredient system. * massive recipe_form simplification. * added "More Ingredients" button. * #720638, added ingredient notes to export formats. 2010-02-24 jvandervort * added ingredient index page. * #720638, added ingredient processing/note/comment field. * added "Export to:" to export links. * more breadcrumb fixes on index pages. 2010-02-23 jvandervort * reworked recipe index page. * removed unused themes in the registry. * added source to recipeML bulk import. * #721940, added new permissions model for export plugins. * Shouldn't print "Unit" when using full unit names. It is the hidden unit. 2010-02-22 jvandervort * changed recipe index page callback to drupal_get_form. * changed recipe index page permission to "access content". * added theme function for ingredient list on recipe view. * added admin setting for display full ingredient units. * added ingredient unit aliases. * added preferred system of measure setting. 2010-02-19 tzoscott * #672258, added Views2 support. Does not handle multiple ingredients well.. 2010-02-19 jvandervort * index screen separation and beautification. 2010-02-16 tzoscott * #716556, added jvandervort to README. Updated README and INSTALL 2010-02-16 tzoscott * #712780, Added #description help to import text 2010-02-16 jvandervort * rss feed doesn't work. * recipe page not showing latest recipes when there is a vocab assigned to recipes, but recipe does not contain any terms. * #712814, added t() to drupal_set_messages. * #31757 by duso, added recipeML bulk import. 2010-02-12 jvandervort * recipe export should respect the published status field. * #712778, invalid argument when importing a text recipe without ingredients. * added multi-recipe export for plaintext. * #712786, plaintext import should handle ingredients without units. * #369313, custom yield should carryover into html export. * added multi-recipe export for mastercook4. * recipes menu should be a normal menu item. 2010-02-11 jvandervort * begin simplifying the decimal to fraction conversion routines. * #348733, hook_update does not add missing recipe table entries. * created a mini template system for mastercook4 exporting. 2010-02-10 jvandervort * #166879, muliple taxonomy terms not showing in summary. * added a recipe save error message when yield is not a positive integer. * #348733, recipe yield field should be an integer. 2010-02-10 tzoscott * recipe.install, recipe.admin.inc: #709074 Added dsm() on modules/list if recipe mode is 'simple' (for future #699112 patch) 2010-02-09 jvandervort * added db update function for recipe5.x to recipe6.x conversion. * added more error handling for recipe import. * added coloring to recipe import preview. * added "export recipes" perm to export call in hook_menu. * moved export html and export recipeML into their own modules. * removed admin settings for export html and export recipeML. 2010-02-09 tzoscott * recipe.admin.inc: #709074 added a warning to the Admin page, Simple vs. Complex 2010-02-09 tzoscott * recipe module, recipe.schema: #709062 fixed a dozen minor warnings from Coder Tough Love 2010-02-08 jvandervort * recipe.module: added yield reset button. * fuzzy unit match for import functions. * plugins/recipe_plaintext.module: documentation of the plaintext import format. 2010-02-08 tzoscott * recipe.module: #668694 by tzoscott: Add 'export' permission. 2010-02-07 tzoscott * recipe.module: #232147 by tzoscott: Add 'Add a Recipe link' on the Recipe List page. 2010-02-07 tzoscott * recipe.pages.inc: #705382 by tzoscott: start recipe.pages.inc to get all of the HTML and display out of the core module. 2010-02-07 tzoscott * recipe.css: #707590 by tzoscott: fix quantity line wrap due to large fractions (33/100) etc 2010-02-07 tzoscott * recipe.module: #707430 by tzoscott: fix, \n display artifact 2010-02-07 tzoscott * recipe.module, recipe.css: #707498 by tzoscott: get CSS styles out of module and into the recipe.css file` 2010-02-07 tzoscott * recipe.module: #707430 by tzoscott: fix CSS classes which were not inside recipe CSS namespace. 2010-02-07 jvandervort * #216171, regression fix. Use normal INT instead of TINYINT to support postgres and match up-coming drupal core. 2010-02-06 jvandervort * recipe.module, plugins/recipe_plaintext.info, renamed the import hook name to allow for single and bulk input and output to be supported later. * added a description field to the recipe import menu. * import permission should be 'create recipes' 2010-02-06 tzoscott * recipe.module, recipe.admin.inc: #705382 by tzoscott: fix to move .module admin settings to own admin.inc 2010-02-05 11:52 jvandervort * recipe.module: #206607, regression. 2010-02-05 11:51 jvandervort * recipe.module: #257435, recipeML export escaping fix. 2010-02-05 11:24 jvandervort * recipe.module: #348733, user warning: Incorrect integer value on recipe save. 2010-02-05 10:53 jvandervort * recipe.module: #705584, recipe preview has no ingredients listed. 2010-02-04 23:48 jvandervort * recipe.module: permissions fix. 2010-02-04 19:37 jvandervort * recipe.info, recipe.module, plugins/recipe_plaintext.info, plugins/recipe_plaintext.module: modularize the import plugins. 2010-02-04 16:59 jvandervort * CHANGELOG.txt, README.txt, recipe.css, recipe.install, recipe.module, translations/general.es.po, translations/general.pot, translations/recipe.es.po, translations/recipe.hu.po: Merge changes from HEAD (#668518, #187332, #280056, #206607, #216171, #369313, #632036). Begin developing in DRUPAL-6--1. 2010-02-04 14:45 jvandervort * recipe.module: #632036 by drewish, recipe_select_nodes() has query that doesn't use the index. 2010-02-04 14:34 jvandervort * recipe.module: #369313, search does not work on recipe pages. 2010-02-04 12:28 jvandervort * recipe.module: aligned ingredient columns in recipe view. 2010-02-04 11:08 jvandervort * recipe.install, recipe.module: #216171 by Sean B Fuller, recipe ingredients should maintain the order they are entered. 2010-02-04 10:57 jvandervort * recipe.install: remove recipe type nodes and node revisions on uninstall. 2010-02-03 19:34 jvandervort * CHANGELOG.txt, recipe.module: added beginning recipe import framework. added the plaintext parser. 2010-02-03 19:34 jvandervort * CHANGELOG.txt: file CHANGELOG.txt was added on branch DRUPAL-6--1 on 2010-02-04 21:59:55 +0000 2010-02-03 08:37 tzoscott * CHANGELOG.txt: #703504 by tzoscott, Added CHANGELOG.txt 2010-02-02 17:29 jvandervort * recipe.install: remove recipe variables upon uninstall. 2010-01-30 11:03 tzoscott * README.txt: #699870 by tzoscott: Added style to README, mimicing Drupal. Added details and illustration of recipe database. 2010-01-30 11:00 tzoscott * README.txt: #516626 by bdornbush: Fixed README, adding Installation and config steps, inc. for taxonomy. 2010-01-30 09:47 tzoscott * recipe.module: #206607 by robin t: Fixed SQL error w/postgres; insert of int is now %d. Fixed nearby commen typo. 2010-01-29 22:29 tzoscott * recipe.module: #280056 by marcingy: Add new permission edit all recipes. 2010-01-28 23:35 tzoscott * README.txt: by tzoscott: updated README, adding myself to maintainers. Added couple items to TODO. 2010-01-28 23:26 tzoscott * recipe.module: feature request #187322 by tzoscott: Added admin option to hide display of Yield Summary. 2010-01-28 09:09 tzoscott * recipe.module: bug report #668518 by hass,tzoscott: Backed out .module change line 399 (was causing an invalid operand in Recipe admin). 2010-01-27 22:19 tzoscott * recipe.css, recipe.install, recipe.module: bug report #668518 by hass, tzoscott: Fixed coding style issues in module, install, translations, css. Removed control-m from css. 2009-12-27 13:12 hass * translations/: general.pot, recipe.de.po, recipe.it.po, recipe.pot: Correcting filenames for auto-importer. 2009-12-27 06:29 hass * translations/: general-es.po, general.es.po, recipe-de.po, recipe-it.po, recipe-module-es.po, recipe-module-hu.po, recipe-module.pot, recipe.de.po, recipe.es.po, recipe.hu.po, recipe.it.po, recipe.pot: Correcting filenames for auto-importer. 2009-12-27 06:28 hass * translations/: general-es.po, general.pot, recipe-de.po, recipe-it.po, recipe-module-es.po, recipe-module-hu.po, recipe-module.pot: Renamed folder for D6 2009-06-26 08:46 marble * recipe.module: Merge changes from MAIN (fixes for #489930, #250117, #263432 and #268265) 2009-06-26 08:39 marble * recipe.module: feature request #489930 by jbemmel, fixed by jbemmel. Hooked nodeapi to apply links to ingredient nodes in existing recipes if the nodes are created later. 2009-06-26 08:18 marble * recipe.module: bug report #250117 by marcparker, fix from jbemmel. Fixed disappearing ingredients in preview due to $node sometimes being an array. 2009-06-26 07:53 marble * recipe.module: bug report #263432 and #268265 reported by swirt and linuxpowers, fixed by IanBezanson and mmilano, with thanks to everyone who helped investigate and test the fixes. 2008-04-20 16:07 brdwor * recipe.module: Patch #230955. Adding new ingredients fails with 6.x. 2008-04-20 15:05 brdwor * recipe.info, recipe.install, recipe.module: Patch #227756 by shadow. Initial 6.x compatability. 2008-04-20 14:31 brdwor * recipe.module: Sync DRUPAL-5 with HEAD before creating DRUPAL-6 2007-10-22 13:23 marble * recipe.install: Fix initial install by adding link to recipe_ingredient table 2007-10-17 13:40 marble * recipe.install, recipe.module: Ingredients link to nodes of the same name, if they exist. Fixes #167830, patch from zmove and webchick. 2007-10-17 13:39 marble * recipe.install, recipe.module: Link ingredients to node pages, if such pages exist. Fixes #167830, patch thanks to zmove and webchick. 2007-10-17 13:33 marble * recipe.module: Remove old unnecessary code, patch thanks to webchick (#179886) 2007-10-17 13:32 marble * recipe.module: Applied fix for #180543, patch thanks to webchick. 2007-10-17 10:45 marble * recipe.module: Remove code that isn't useful anymore, fixes #179886. Thanks to webchick for the patch. 2007-10-17 10:43 marble * recipe.module: Fix #180543, thanks to patch from webchick. 2007-09-18 17:46 brdwor * recipe.module: Patch #166879 by grudolf. Fix handling of multiple taxonomy terms in summary table. 2007-09-18 17:28 brdwor * recipe.module: Fix #172041 based on patch from zmove ported to HEAD. 2007-09-18 17:17 brdwor * recipe.module: Patch #145241 by Freso@freso.dk. Make more strings translatable. 2007-09-05 13:39 marble * recipe.module: Fix #172041 (quantity going missing when fraction display is unset and quantity contains a '.') Based on patch from zmove. 2007-07-08 16:55 marble * recipe.module: Fix fraction stuff. Fixes #148451, #132536 and also reconverts to fractions when editing recipes. 2007-07-08 16:20 marble * recipe.module: Fix fraction stuff. Fixes #148451, #132536 and also reconverts to fractions when editing recipes. 2007-07-08 15:40 marble * recipe.module: Remove check_plain for ingredient names - allows apostrophes etc in names. The string is properly escaped when displayed or put in DB, so this is safe. 2007-06-18 19:07 dww * recipe.info: #152819: Module .info files should not define 'version' in CVS 2007-06-18 18:53 dww * recipe.info: #152819: Module .info files should not define 'version' in CVS 2007-05-31 18:53 brdwor * recipe.module: Patch #139715 by moonray. fix compat with Categories module. 2007-05-31 18:39 brdwor * README.txt, recipe.info, recipe.install: Patch #145263 by thierry_gd. add ability to uninstall. 2007-04-10 19:43 brdwor * recipe.install: Patch #135212 by primechuck. postgres install missing bracket. 2007-03-15 14:03 marble * README.txt: Updated maintainers list 2007-02-25 19:03 brdwor * recipe.info: Patch #118383 by moonray. Fixed .info file. 2007-02-25 19:00 brdwor * recipe.info: Patch #118383 by moonray. Fixed .info file. 2007-01-20 06:11 marble * recipe.info: Fixed up thanks to input from brdwor 2007-01-19 17:51 marble * recipe.info: recipe.info file for Drupal 5 2007-01-19 15:35 marble * recipe.module: Initial 5.x port thanks to brdwor. This is still untested by me currently. Please leave feedback on #104357 2007-01-19 14:54 marble * UPGRADE.txt: Removed old upgrade info 2007-01-19 14:33 marble * INSTALL, recipe.module: It's clunky, but at least possible to update 4.6 compatible tables to the 4.7 schema now. Please feel free to contribute patches to make this process smoother! (Add any comments to #78538) 2007-01-19 14:10 marble * recipe.module: Order ingredients by id to prevent reversing order on updates. Patch from moonray, fixes #104052. 2006-12-12 04:25 marble * recipe.module: Fixed stylesheet references to use drupal_get_path, and refer to stylesheets that exist (for html export). Fix from Sean B Fuller, fixes #102704. 2006-12-10 04:27 marble * recipe.module: Fix for #101519 - SQL error when using 'create new revision', patch from Sean B Fuller. 2006-12-10 04:23 marble * recipe.module: Show prep time in minutes when less than an hour, and have some more options for prep time. Patch from moonray, fixes #98008. 2006-11-28 12:55 marble * recipe.module: Handle 3rds, 6ths, 9ths and 12ths better. Patch from moonray, fixes #82288 2006-09-20 03:26 marble * recipe.module: Fix #84980, patch from eagleeye - only show recipe nodes on the latest recipes list. 2006-09-13 04:02 marble * recipe.css, recipe.module: Add halve/double buttons for yield, patch from drawk. Works towards fix for #83666. 2006-09-13 03:50 marble * recipe.css: Styling for acronym for #83801, from drawk. 2006-09-13 03:49 marble * recipe.module: Display unit type names on mouseover, patch from drawk. Fixes #83801 2006-09-13 03:45 marble * recipe.module: Don't display recipe n times in latest recipes if it's associated with n taxonomy terms, fixes #83875, patch from drawk. 2006-09-13 03:42 marble * recipe.module: Display ingredients in order they were input, rather than alphabetically. Fixes #83869, patch from drawk. 2006-09-11 04:09 marble * recipe.module: Applied patch from drawk to allow input of fractions. Fixes #82288 2006-09-11 03:42 marble * recipe.module: Applied patch from drawk for displaying fractions, fixes #83471 (Added filter_xss_admin() to the patch just to be safe, and applied it to the preptime too). 2006-09-09 04:03 marble * recipe.module: Prevent body/teaser being displayed twice when viewing a recipe (Reported by drawk). 2006-08-18 07:28 marble * recipe.install: Add {} to table names so that they get prefixed properly, thanks to tayknight for the patch. Fixes #78809. 2006-08-08 17:38 heine * recipe.module: Commited fix for DRUPAL-SA-2006-013 to 4.6 branch 2006-08-08 04:31 marble * recipe.module: Fix latest recipes page for case where no taxonomy is used. Fixes #77441 2006-08-08 04:24 marble * recipe.module: Removed recipe_vocabs setting, in favour of using the taxonomy module to list vocabs associated with the recipe node type. Fixed 'latest recipes' page (still requires each recipe to have a term from a vocab, I think). 2006-08-07 08:25 marble * recipe.module: Fix missing ingredients when editing recipes, fixes #77239 2006-08-06 08:20 marble * recipe.install, recipe.module: Fixes for postgres support, thanks to toftat. 2006-08-02 06:03 marble * recipe.install, recipe.module: Fix some install issues Re-add the preptime field that went missing with the 4.7 update patch 2006-07-30 16:42 marble * recipe.module: Removed nonfunctional node versioning. Fix check_plain on ingredients during preview. 2006-07-30 16:19 marble * recipe.module: Added input format field, and validate fields against it. (Ingredients are limited to plaintext, selected input format applies to body, instructions, notes, source). 2006-07-30 09:42 marble * recipe.install: Improved status reporting of install #74064, thanks to thierry_gd Also removed some unnecessary duplication of code. 2006-07-30 09:22 marble * INSTALL, recipe.install, recipe.module, recipe.mysql, recipe.pgsql: Update to compatability with drupal 4.7 (#42997). This is based on work by brdwor, with further feedback from Thox, moshe, jivyb, hpn, andylei, loganbear, drawk, thierry_gd and fixes by myself. 2005-09-20 10:04 thox * recipe.module: Cleaning up the recipe_list() table 2005-09-20 09:41 thox * recipe.module: Keeping up with HEAD: theme_username() and {node_revisions} 2005-09-20 09:08 thox * recipe.module: Keeping up with HEAD: check_markup() and hook_node_info() 2005-06-21 09:40 weitzman * recipe.module: reverting patr of last commit per #25424 2005-06-16 22:14 weitzman * recipe.module: fix type in upgrade and replace header() with drupal_set_header() 2005-06-10 21:04 thox * recipe.module: - Code style improvements - Less processing on recipe pages that only show teasers - Fixed preview bug and is_array() errors #24783 2005-05-31 22:24 weitzman * UPGRADE.txt, recipe.module: Recipe breadcrumb shows up on main page #21006 2005-05-27 17:07 thox * recipe.module: Bug fix - recipe menu callback wasn't right 2005-05-26 06:30 thox * recipe.css, recipe.module, recipe.mysql: Patch #23543 - ingredient format changes, recipe list improvements and RecipeML export 2005-04-20 12:53 weitzman * recipe.module: various bug fixes 2005-04-15 14:56 weitzman * INSTALL, README.txt, recipe.module, recipe.mysql, recipe.pgsql: adding files in CVS is an unholy bore. save us from ourselves 2005-04-13 23:58 weitzman * recipe.module: #20407 fixed teaser display 2005-04-13 23:47 weitzman * recipe.module: insignificant changes for php5 and preparing for 4.6 drupal 2005-03-01 22:22 weitzman * recipe.module: many many updates for 4.6. fixed bug in folksonomy which prevented albums.module from working in many cases 2005-01-24 11:05 weitzman * recipe.module: 4.6 compatible 2005-01-12 20:14 steved * recipe.mysql: removed unnecessary mysql line that caused errors when installing 2004-12-08 07:41 weitzman * recipe.module: support db prefixes 2004-12-01 17:25 weitzman * recipe.module, recipe.mysql, updaterecipe.php: many bug fixes 2004-10-27 11:39 weitzman * recipe.module: update for node permissions 2004-10-27 11:25 weitzman * recipe.module: update for node permissions 2004-10-22 14:22 weitzman * recipe.module: fix node/add page and remove 'access recipes' permission 2004-10-21 10:54 weitzman * INSTALL, README.txt, recipe.module, recipe.mysql, recipe.pgsql, updaterecipe.php: initial 4.5 release 2004-10-21 10:47 weitzman * recipe.module: fix for view hook 2004-10-21 10:36 weitzman * recipe.module: update for 4.5 2004-10-13 09:01 uwe * README, README.txt: Renamed all README files to README.txt, as discussed in http://drupal.org/node/11517. I have done this using some command line magic: find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \; I will update all occurences of 'README' to 'README.txt' in the conrtib CVS, soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around to it. 2004-09-30 20:08 uwe * recipe.module: Added CVS Id: tag to all *.module files where it was missing (as required by the coding standards, see CODING_STANDARDS.html). I also unified the format and the location of the Id tag. It starts with "//" and is placed on the second line in all *.module files, now. 2004-07-12 23:34 weitzman * recipe.module: keep up with menu changes 2004-06-18 21:34 weitzman * recipe.module: updated for tabs and menu hook 2004-04-29 15:19 garym * recipe.module: menu requires backslash to work for anonymous visitors 2004-04-22 18:36 garym * recipe.module: updated to use db-prefix and check_input on all fields 2004-04-06 17:40 weitzman * recipe.module: slight css tweaking, fix authoring help, better breadcrumbs 2004-04-06 17:13 weitzman * recipe.module: slight css tweaking 2004-04-06 15:16 weitzman * recipe.module: use node_prepare() 2004-04-02 11:47 weitzman * recipe.module: use node_prepare() 2004-03-26 17:19 weitzman * recipe.module: tiny improvement to taxonomy_dhtml integration 2004-01-29 17:25 weitzman * recipe.module: updated for change and node changes 2004-01-27 16:16 weitzman * recipe.module: updated for theme('page') and set_html_head() 2004-01-15 12:58 weitzman * recipe.module: changed css a bit and reordered boxes on overview page 2004-01-11 22:08 weitzman * INSTALL, recipe.module, recipe.mysql, updaterecipe.php: force a 'read more' link and put all the recipe text into the node body so search results are more plentiful. this version requires a SQL update, and the included updaterecipe.php script must be run also. 2003-12-08 13:53 goba * recipe.module: fixing all pager display calls to invoke theme('pager', ...) instead 2003-12-07 14:11 weitzman * INSTALL, README, recipe.module: updated for for latest CVS 2003-11-17 16:05 killes * recipe.module: Small fix to searchbox 2003-11-17 07:37 killes * recipe.module: Fixed the pager in recipe_list(). Fix by Zonix. 2003-11-13 17:25 dries * recipe.module: - Theme system updates: theme() function return their data now. 2003-11-13 14:55 dries * recipe.module: - table(...) -> theme("table", ...") 2003-10-18 13:19 weitzman * recipe.module: major css upgrade per kika suggestion at http://drupal.org/node/view/2524 2003-10-18 10:45 weitzman * recipe.module: updated for content() hook 2003-10-18 10:02 weitzman * recipe.module: updated for _link() hook. tried gto update for help hook but seems not to be working for some reason. not much help there anyway 2003-07-17 18:27 weitzman * recipe.module: small xhtml fix 2003-07-17 18:07 weitzman * recipe.module: tiny xhtml fix 2003-07-16 09:14 weitzman * recipe.module, recipe.pgsql: more secure queries and better quoting a pgsql install script 2003-07-16 09:05 weitzman * recipe.module, recipe.pgsql: more secure queries, and proper quoting of string fields also, a pgsql compliant database script 2003-06-23 09:27 weitzman * INSTALL, recipe.module, recipe.mysql: removing from the 4.1 branch 2003-06-21 19:12 weitzman * README, recipe.module: added a search box to the main recipe page. made a couple queries more efficient by using INNER JOIN instead of LEFT JOIN 2003-06-21 17:24 weitzman * recipe.module: various fields (with notable exception of 'ingredients') are now included in the searchable index. This module is now an example of a node module adding text fields to the Index. This was a bit tricky to figure out. 2003-05-26 23:08 weitzman * INSTALL, README, recipe.module: A major rewrite. A module for people to share recipes. Also a great way to get your mothers to use Drupal. 2003-02-25 03:49 almaw * README: Added README's to nearly all the modules lacking them so we don't get any more broken links on the downloads page. 2003-02-15 07:36 dries * recipe.module: - Updated the modules in the contributions repository to use 'theme("function")' instead of '$theme->function()'. Hopefully I didn't break anything. If I did, let me know. The following modules need special attention (but should still work as is): 1. The ldap_integration directory has its own user.module; I haven't updated the documentation bit that talks about themes. 2. The hotlist module uses '$theme->hotlist_del_icon'. Should be avoided and somehow wrapped in a (larger) call to theme(). 3. The image module has its own way of doing what 'theme()' does (or the former 'theme_invoke()'). Constructs like the one below (a) look wrong and (b) should be rewritten to properly use 'theme()'. For example: $theme->box("foo", method_exists("bar") ? $theme->bar() : $bar); Search for "image_gallery_album", "image_gallery_home" and "image_thumb_browser". I've already changed '$theme->box()' to 'theme()'. 4. The sidebar module uses '$theme->foreground' and '$theme->background'. Should be avoided and somehow wrapped in a (larger) call to theme(). 5. The org_informations module uses '$theme->separator()', which is new to me. 6. The taxonomy_filter module uses '$theme->taxolist_filter_item()'. It should use 'theme("taxolist_filter_item")' instead. I haven't changed it because it would probably fail to resolve the default function if not overridden by a theme. 7. The taxonomy_dhtml module's INSTALL file still talks about '$theme->image'. 8. The xloadtree module's INSTALL file still talks about '$theme->image'. 9. I haven't updated the style.module; too many $theme's, though I don't think it needs any updates. [I'll try to update the sandboxes later on.] 2003-02-11 15:27 dries * recipe.module: - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html. 2002-10-29 05:26 killes * recipe.module: fixing block 2002-06-04 22:04 weitzman * INSTALL: added TODO item concerning indexing - just stuff all indexable in body and let usual node indexing proceed 2002-05-23 11:05 weitzman * INSTALL, recipe.module, recipe.mysql: initial version of a recipe module. this is an attempt to get our mother's to use drupal :) requires the version of Drupal in Kjartan's sandbox. Uses new node API (but could easily be backported to 4.0)