Log of /contributions/modules/recipe/recipe.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.85 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 26 12:39:17 2009 UTC
(5 months ago)
by
marble
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.84: +15 -1 lines
Diff to
previous 1.84
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.
Revision
1.84 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 26 12:18:11 2009 UTC
(5 months ago)
by
marble
Branch:
MAIN
Changes since
1.83: +44 -21 lines
Diff to
previous 1.83
bug report #250117 by marcparker, fix from jbemmel. Fixed disappearing ingredients in preview due to $node sometimes being an array.
Revision
1.83 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 26 11:53:01 2009 UTC
(5 months ago)
by
marble
Branch:
MAIN
Changes since
1.82: +2 -2 lines
Diff to
previous 1.82
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.
Revision
1.74 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 8 19:42:14 2007 UTC
(2 years, 4 months ago)
by
marble
Branch:
MAIN
Changes since
1.73: +1 -4 lines
Diff to
previous 1.73
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.
Revision
1.71 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jan 19 19:33:15 2007 UTC
(2 years, 10 months ago)
by
marble
Branch:
MAIN
CVS Tags:
DRUPAL-4-7--1-0
Branch point for:
DRUPAL-4-7
Changes since
1.70: +79 -29 lines
Diff to
previous 1.70
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)
Revision
1.69 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Dec 12 09:25:06 2006 UTC
(2 years, 11 months ago)
by
marble
Branch:
MAIN
Changes since
1.68: +3 -3 lines
Diff to
previous 1.68
Fixed stylesheet references to use drupal_get_path, and refer to stylesheets that exist (for html export). Fix from Sean B Fuller, fixes #102704.
Revision
1.67 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Dec 10 09:23:58 2006 UTC
(2 years, 11 months ago)
by
marble
Branch:
MAIN
Changes since
1.66: +9 -4 lines
Diff to
previous 1.66
Show prep time in minutes when less than an hour, and have some more options for prep time. Patch from moonray, fixes #98008.
Revision
1.62 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 13 07:45:11 2006 UTC
(3 years, 2 months ago)
by
marble
Branch:
MAIN
Changes since
1.61: +2 -2 lines
Diff to
previous 1.61
Don't display recipe n times in latest recipes if it's associated with n taxonomy terms, fixes #83875, patch from drawk.
Revision
1.61 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 13 07:42:45 2006 UTC
(3 years, 2 months ago)
by
marble
Branch:
MAIN
Changes since
1.60: +2 -4 lines
Diff to
previous 1.60
Display ingredients in order they were input, rather than alphabetically. Fixes #83869, patch from drawk.
Revision
1.59 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 11 07:42:15 2006 UTC
(3 years, 2 months ago)
by
marble
Branch:
MAIN
Changes since
1.58: +124 -2 lines
Diff to
previous 1.58
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).
Revision
1.56 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 8 08:24:18 2006 UTC
(3 years, 3 months ago)
by
marble
Branch:
MAIN
Changes since
1.55: +1 -22 lines
Diff to
previous 1.55
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).
Revision
1.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 30 20:19:49 2006 UTC
(3 years, 4 months ago)
by
marble
Branch:
MAIN
Changes since
1.50: +14 -2 lines
Diff to
previous 1.50
Added input format field, and validate fields against it. (Ingredients are limited to plaintext, selected input format applies to body, instructions, notes, source).
Revision
1.50 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 30 13:22:15 2006 UTC
(3 years, 4 months ago)
by
marble
Branch:
MAIN
Changes since
1.49: +976 -330 lines
Diff to
previous 1.49
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.
Revision
1.44 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 11 01:04:33 2005 UTC
(4 years, 5 months ago)
by
thox
Branch:
MAIN
Changes since
1.43: +86 -51 lines
Diff to
previous 1.43
- Code style improvements
- Less processing on recipe pages that only show teasers
- Fixed preview bug and is_array() errors #24783
Revision
1.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 2 03:22:32 2005 UTC
(4 years, 8 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.36: +5 -7 lines
Diff to
previous 1.36
many many updates for 4.6. fixed bug in folksonomy which prevented albums.module from working in many cases
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 1 00:08:35 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Changes since
1.28: +1 -0 lines
Diff to
previous 1.28
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.
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 12 03:08:33 2004 UTC
(5 years, 10 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.18: +14 -26 lines
Diff to
previous 1.18
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.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 18 14:02:46 2003 UTC
(6 years, 1 month ago)
by
weitzman
Branch:
MAIN
Changes since
1.9: +18 -5 lines
Diff to
previous 1.9
updated for _link() hook. tried gto update for help hook but seems not to be working for some reason. not much help there anyway
Revision
1.2.2.1
Mon Jun 23 13:27:05 2003 UTC
(6 years, 5 months ago)
by
weitzman
Branch:
DRUPAL-4-1
Changes since
1.2: +0 -0 lines
FILE REMOVED
removing from the 4.1 branch
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 21 23:12:57 2003 UTC
(6 years, 5 months ago)
by
weitzman
Branch:
MAIN
Branch point for:
DRUPAL-4-2
Changes since
1.6: +8 -5 lines
Diff to
previous 1.6
added a search box to the main recipe page. made a couple queries more efficient by using INNER JOIN instead of LEFT JOIN
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 21 21:24:50 2003 UTC
(6 years, 5 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.5: +34 -7 lines
Diff to
previous 1.5
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.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 27 03:08:39 2003 UTC
(6 years, 6 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.4: +135 -109 lines
Diff to
previous 1.4
A major rewrite. A module for people to share recipes. Also a great way to get your mothers to use Drupal.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 15 12:36:19 2003 UTC
(6 years, 9 months ago)
by
dries
Branch:
MAIN
Changes since
1.3: +7 -7 lines
Diff to
previous 1.3
- 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.]
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 23 15:05:16 2002 UTC
(7 years, 6 months ago)
by
weitzman
Branch:
MAIN
Branch point for:
DRUPAL-4-0
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)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.