Log of /contributions/modules/devel/devel_generate.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 25 20:25:38 2009 UTC
(3 months ago)
by
drewish
Branch:
MAIN
Changes since
1.32: +10 -2 lines
Diff to
previous 1.32
#371892 by Dave Reid, deekayen, drewish: Generate content pretends to work even when no content types available.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 12 03:21:29 2008 UTC
(13 months, 2 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.19: +2 -2 lines
Diff to
previous 1.19
update devel_generate module. still a problem whereby blog.png gets deleted when creating nodes with attachments.
Revision
1.16 -
(
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.15: +12 -7 lines
Diff to
previous 1.15
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.15 -
(
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.14: +4 -3 lines
Diff to
previous 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.11.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.11.2.3: +4 -3 lines
Diff to
previous 1.11.2.3
, to
branch point 1.11
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.9 -
(
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.8: +33 -10 lines
Diff to
previous 1.8
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.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 27 02:05:38 2007 UTC
(2 years, 2 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.6: +47 -27 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: +23 -23 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.2 -
(
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.1: +3 -22 lines
Diff to
previous 1.1.2.1
, 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: +3 -22 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, 8 months ago)
by
jjeff
Branch:
DRUPAL-5
Changes since
1.1: +310 -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, 8 months ago)
by
jjeff
Branch:
MAIN
Branch point for:
DRUPAL-5
FILE REMOVED
file devel_generate.module 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.