Log of /contributions/modules/devel/devel_generate.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.52 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 3 16:12:44 2009 UTC
(2 months, 2 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.51: +5 -1 lines
Diff to
previous 1.51
Add file for generating fields content. The new file has some non ideal code and keeps cck naming. Patches welcome. Also, we will need taxonomy field support once that settles down. For now, don't try to generate forum nodes.
Revision
1.51 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 3 11:06:21 2009 UTC
(2 months, 3 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.50: +1 -4 lines
Diff to
previous 1.50
Remove extraneous lines to set node body during content generation. Will be handled by upcoming file moved from cck project.
Revision
1.49 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Aug 31 02:23:13 2009 UTC
(2 months, 3 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.48: +5 -3 lines
Diff to
previous 1.48
Attempt to fix empty body problem with a translatable fields fix. Still not working but might be my own install.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 12 03:21:29 2008 UTC
(13 months, 1 week ago)
by
weitzman
Branch:
MAIN
Changes since
1.26: +8 -8 lines
Diff to
previous 1.26
update devel_generate module. still a problem whereby blog.png gets deleted when creating nodes with attachments.
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 24 02:23:47 2008 UTC
(18 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.20: +33 -36 lines
Diff to
previous 1.20
further cleanup of bulk node generation. modules may now participate using standard hook_form_alter() and hook_nodapi(). See devel_generate_nodeapi() for an example. content_field('presave') is another example.
Revision
1.14.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 24 02:18:07 2008 UTC
(18 months ago)
by
weitzman
Branch:
DRUPAL-6--1
Changes since
1.14.2.4: +35 -37 lines
Diff to
previous 1.14.2.4
, to
branch point 1.14
further cleanup of bulk node generation. modules may now participate using standard hook_form_alter() and hook_nodapi(). See devel_generate_nodeapi() for an example. content_field('presave') is another example.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 23 21:07:20 2008 UTC
(18 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.19: +18 -10 lines
Diff to
previous 1.19
rework devel_generate so that modules can cleanly form_alter themselves into the creation process. i have not changed comment, taxonomy, and upload to work like that yet. i will do so, and then add OG functionality so that group posts get properly affiliated with group nodes.
Revision
1.14.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 23 21:06:17 2008 UTC
(18 months ago)
by
weitzman
Branch:
DRUPAL-6--1
Changes since
1.14.2.3: +18 -10 lines
Diff to
previous 1.14.2.3
, to
branch point 1.14
rework devel_generate so that modules can cleanly form_alter themselves into the creation process. i have not changed comment, taxonomy, and upload to work like that yet. i will do so, and then add OG functionality so that group posts get properly affiliated with group nodes.
Revision
1.16 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 9 23:44:02 2008 UTC
(18 months, 2 weeks ago)
by
douggreen
Branch:
MAIN
Changes since
1.15: +3 -3 lines
Diff to
previous 1.15
#256636 - LIVE FROM THE MINNESOTA SEARCH SPRINT - upgrade to 7.x drupal head so that we can generate test nodes
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 22 04:39:10 2007 UTC
(2 years ago)
by
weitzman
Branch:
MAIN
Changes since
1.11: +14 -1 lines
Diff to
previous 1.11
add some initial code so cck field modules can participate in devel_generate. see #187599. patch by moshe weitzman.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Nov 8 16:00:51 2007 UTC
(2 years ago)
by
weitzman
Branch:
MAIN
Changes since
1.10: +10 -58 lines
Diff to
previous 1.10
you may now generate nodes only of specified types ... content deletion is slower now but more proper. we only delete nodes from the specified types.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Nov 4 15:15:13 2007 UTC
(2 years ago)
by
weitzman
Branch:
MAIN
Changes since
1.9: +18 -10 lines
Diff to
previous 1.9
terms on nodes now respect their vocab's multiple property, and requried property ... empty nodequeue if that module is installed and we are killing content.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 27 02:05:58 2007 UTC
(2 years, 1 month ago)
by
weitzman
Branch:
MAIN
Changes since
1.6: +81 -114 lines
Diff to
previous 1.6
major update for devel_generate module. lots of stuff like comment threading was busted. further, we were attaching taxonomy terms to nodes in the wrong place (outside of node_save()). all is working ok in my tests except for the main block of links on /admin. for some reason, that isn't showing up.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 21 02:53:15 2007 UTC
(2 years, 5 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.3: +12 -10 lines
Diff to
previous 1.3
#150505 Port devel_generate to 6.x. patch by Rok. not perfect, but close enough. see issue for details.
Revision
1.1.2.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 18 05:24:29 2007 UTC
(2 years, 6 months ago)
by
dww
Branch:
DRUPAL-5
Changes since
1.1.2.2: +29 -2 lines
Diff to
previous 1.1.2.2
, to
branch point 1.1
#144695: move user generation code into devel_generate.inc and fix
some minor bugs (missing table prefixing, for() off-by-1 error,
missing format_plural(), unnecessary update to {sequences}, etc).
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 18 05:24:19 2007 UTC
(2 years, 6 months ago)
by
dww
Branch:
MAIN
Changes since
1.2: +28 -1 lines
Diff to
previous 1.2
#144695: move user generation code into devel_generate.inc and fix
some minor bugs (missing table prefixing, for() off-by-1 error,
missing format_plural(), unnecessary update to {sequences}, etc).
Revision
1.1.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 29 00:00:25 2007 UTC
(2 years, 7 months ago)
by
jjeff
Branch:
DRUPAL-5
Changes since
1.1: +241 -0 lines
Diff to
previous 1.1
#130989 - Devel Generate module - autopopulates the current site with users, taxonomy, and nodes - replaces the old generate scripts with permissioned and configurable administration pages
Revision
1.1
Thu Mar 29 00:00:25 2007 UTC
(2 years, 7 months ago)
by
jjeff
Branch:
MAIN
Branch point for:
DRUPAL-5
FILE REMOVED
file devel_generate.inc was initially added on branch DRUPAL-5.
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.