/[drupal]/contributions/modules/devel/devel_generate.inc
ViewVC logotype

Log of /contributions/modules/devel/devel_generate.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 01:56:28 2009 UTC (2 weeks, 4 days ago) by weitzman
Branch: MAIN
CVS Tags: HEAD
Changes since 1.58: +2 -1 lines
Diff to previous 1.58
Hard code ->language=en for now

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 14 14:44:48 2009 UTC (5 weeks, 5 days ago) by weitzman
Branch: MAIN
Changes since 1.57: +6 -2 lines
Diff to previous 1.57
When generating users, allow admin to specify their roles.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 16:26:28 2009 UTC (5 weeks, 6 days ago) by weitzman
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
#603266 by peximo. Title as field and devel generate problem

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 4 02:51:48 2009 UTC (7 weeks, 2 days ago) by davereid
Branch: MAIN
Changes since 1.55: +8 -12 lines
Diff to previous 1.55
#594196 by JacobSingh: Updated for deprecated db_fetch_object() and FILTER_FORMAT_DEFAULT.

Revision 1.14.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 15:57:44 2009 UTC (8 weeks, 4 days ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.14.2.15: +3 -1 lines
Diff to previous 1.14.2.15 , to branch point 1.14 , to next main 1.59
#371892 by Dave Reid, deekayen, drewish: Generate content pretends to work even when no content types available.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 05:29:48 2009 UTC (2 months ago) by weitzman
Branch: MAIN
Changes since 1.54: +2 -7 lines
Diff to previous 1.54
simplify tags content generation.

Revision 1.14.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 05:28:47 2009 UTC (2 months ago) by weitzman
Branch: DRUPAL-6--1
Changes since 1.14.2.14: +2 -7 lines
Diff to previous 1.14.2.14 , to branch point 1.14
simplify tags content generation.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 07:44:31 2009 UTC (2 months ago) by drewish
Branch: MAIN
Changes since 1.53: +13 -8 lines
Diff to previous 1.53
Updating the upload.module file generation code. Now picks random PNG files.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 02:06:36 2009 UTC (2 months ago) by drewish
Branch: MAIN
Changes since 1.52: +9 -9 lines
Diff to previous 1.52
Did some updating for DBTNG.

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.50 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 14:38:41 2009 UTC (2 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.49: +6 -3 lines
Diff to previous 1.49
Now with proper language code but still no body getting populated.

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.48 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 21:11:43 2009 UTC (2 months, 4 weeks ago) by drewish
Branch: MAIN
Changes since 1.47: +19 -6 lines
Diff to previous 1.47
#559374 by drewish: User generation fails creating user picture.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 03:54:27 2009 UTC (3 months ago) by weitzman
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
drupal_function_exists() no longer exists.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 04:36:29 2009 UTC (3 months ago) by weitzman
Branch: MAIN
Changes since 1.45: +5 -4 lines
Diff to previous 1.45
Minor devel_generate updates.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 19 04:29:29 2009 UTC (3 months ago) by weitzman
Branch: MAIN
Changes since 1.44: +4 -8 lines
Diff to previous 1.44
update vocab/term deletion.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 31 17:15:34 2009 UTC (3 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.43: +67 -61 lines
Diff to previous 1.43
#211379 by fgm. Replace rand() with mt_rand()

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 14 04:45:56 2009 UTC (4 months, 1 week ago) by weitzman
Branch: MAIN
Changes since 1.42: +1 -3 lines
Diff to previous 1.42
Fix session viewer. Remove an unneeded session var from devel_generate's add_upload

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 7 17:18:36 2009 UTC (4 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.41: +1 -4 lines
Diff to previous 1.41
comment is now an object at save time. fix devel_generate.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 30 17:07:48 2009 UTC (4 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.40: +4 -5 lines
Diff to previous 1.40
#503528 by catch. keep up with head.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 11 16:24:58 2009 UTC (5 months, 1 week ago) by weitzman
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
#488294 by Scott Reynolds. node_get_types() is no more.

Revision 1.14.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 9 03:22:39 2009 UTC (5 months, 2 weeks ago) by weitzman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-17, DRUPAL-6--1-18
Changes since 1.14.2.13: +32 -27 lines
Diff to previous 1.14.2.13 , to branch point 1.14
#211379 by dww. Replace rand() with mt_rand().

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 30 04:35:31 2009 UTC (5 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
Fix a user_load() for new API.

Revision 1.14.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 30 04:34:47 2009 UTC (5 months, 3 weeks ago) by weitzman
Branch: DRUPAL-6--1
Changes since 1.14.2.12: +27 -1 lines
Diff to previous 1.14.2.12 , to branch point 1.14
#476310 by helmo. Missing include in devel_generate.drush.inc.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 20 17:28:11 2009 UTC (6 months ago) by weitzman
Branch: MAIN
Changes since 1.37: +14 -7 lines
Diff to previous 1.37
Update devel_generate_content for node_delete_multiple.

Revision 1.14.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 9 19:22:56 2009 UTC (7 months, 2 weeks ago) by weitzman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-16
Changes since 1.14.2.11: +5 -2 lines
Diff to previous 1.14.2.11 , to branch point 1.14
minor content generate improvements.

Revision 1.14.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 19:41:13 2009 UTC (8 months, 1 week ago) by weitzman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-15
Changes since 1.14.2.10: +5 -4 lines
Diff to previous 1.14.2.10 , to branch point 1.14
#376111 by Dave Reid. Randomize the number of comments generated per node.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 19:29:55 2009 UTC (8 months, 1 week ago) by weitzman
Branch: MAIN
Changes since 1.36: +17 -1 lines
Diff to previous 1.36
#376108 by Dave Reid. Add statistics to content generation

Revision 1.14.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 16 19:26:56 2009 UTC (8 months, 1 week ago) by weitzman
Branch: DRUPAL-6--1
Changes since 1.14.2.9: +19 -1 lines
Diff to previous 1.14.2.9 , to branch point 1.14
#376108 by Dave Reid. Add statistics to content generation

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 20:50:03 2009 UTC (9 months, 2 weeks ago) by drewish
Branch: MAIN
Changes since 1.35: +44 -9 lines
Diff to previous 1.35
#196585 by drewish: user pictures generator.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 20:40:50 2009 UTC (9 months, 2 weeks ago) by drewish
Branch: MAIN
Changes since 1.34: +6 -6 lines
Diff to previous 1.34
#368133 by drewish: Remove trailing whitespace.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 20 03:01:05 2009 UTC (10 months ago) by weitzman
Branch: MAIN
Changes since 1.33: +11 -11 lines
Diff to previous 1.33
#359793 by catch. keep up with taxonomy table renames.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 5 01:34:03 2009 UTC (10 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.32: +5 -1 lines
Diff to previous 1.32
Avoid NOTICE when generating via drush.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 01:18:06 2009 UTC (10 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.31: +6 -11 lines
Diff to previous 1.31
#353683 by drewish. fix uploads in generated nodes.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 2 03:53:57 2009 UTC (10 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.30: +3 -4 lines
Diff to previous 1.30
#353030 by catch. use new table name - comment

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 23:38:34 2008 UTC (11 months, 1 week ago) by weitzman
Branch: MAIN
Changes since 1.29: +26 -23 lines
Diff to previous 1.29
#345980 by Pancho. Fix saving vocabularies.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 03:26:36 2008 UTC (11 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.28: +2 -1 lines
Diff to previous 1.28
#344139 by Pancho. Fix devel_generate_add_upload(): add ->new

Revision 1.14.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 14 14:35:01 2008 UTC (12 months, 1 week ago) by weitzman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-13, DRUPAL-6--1-14
Changes since 1.14.2.8: +2 -1 lines
Diff to previous 1.14.2.8 , to branch point 1.14
Let generated comments have a random timestamp that is later than the node to which they are attached. This can cause dangerous paradox where a comment reply is older than its parent. Hopefully we avoid unravelling the fabric the space time continuum which would  destroy the entire universe.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 17 19:31:17 2008 UTC (13 months, 1 week ago) by eaton
Branch: MAIN
Changes since 1.27: +8 -4 lines
Diff to previous 1.27
Porting #310060 forward to the D7 branch.

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.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 02:33:01 2008 UTC (13 months, 1 week ago) by weitzman
Branch: MAIN
Changes since 1.25: +4 -4 lines
Diff to previous 1.25
REQUEST_TIME

Revision 1.14.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 18 17:00:28 2008 UTC (14 months ago) by weitzman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-11, DRUPAL-6--1-12
Changes since 1.14.2.7: +6 -4 lines
Diff to previous 1.14.2.7 , to branch point 1.14
#310060 by eaton. Allow devel_generate to create older nodes and users.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 2 15:38:07 2008 UTC (14 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.24: +24 -26 lines
Diff to previous 1.24
Updated for latest D7 - PDO. A little cleanup as well.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 25 18:19:47 2008 UTC (16 months ago) by weitzman
Branch: MAIN
Changes since 1.23: +1 -31 lines
Diff to previous 1.23
take better advantage of code registry.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 15:14:10 2008 UTC (16 months, 4 weeks ago) by weitzman
Branch: MAIN
Changes since 1.22: +3 -2 lines
Diff to previous 1.22
fix NOTICE when adding uploads to generated nodes.

Revision 1.14.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 15:12:53 2008 UTC (16 months, 4 weeks ago) by weitzman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-10
Changes since 1.14.2.6: +2 -1 lines
Diff to previous 1.14.2.6 , to branch point 1.14
fix NOTICE when adding uploads to generated nodes.

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 15 20:26:16 2008 UTC (17 months, 1 week ago) by weitzman
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-4, DRUPAL-5--1-0, DRUPAL-5--1-1, DRUPAL-5--1-2
Changes since 1.1.2.12: +5 -2 lines
Diff to previous 1.1.2.12 , to branch point 1.1 , to next main 1.59
#257874 by KarenS. Generate CCK fields when generating nodes. Backport for 5.x

Revision 1.14.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 24 12:54:27 2008 UTC (18 months ago) by weitzman
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-9
Changes since 1.14.2.5: +2 -2 lines
Diff to previous 1.14.2.5 , to branch point 1.14
minor cleanup of node generation.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 24 12:52:53 2008 UTC (18 months ago) by weitzman
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
minor cleanup of node generation.

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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 14 16:32:57 2008 UTC (18 months, 1 week ago) by douggreen
Branch: MAIN
Changes since 1.18: +92 -63 lines
Diff to previous 1.18
#177722 - use batch api to create large number of node content

Revision 1.14.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 14 16:21:15 2008 UTC (18 months, 1 week ago) by douggreen
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-8
Changes since 1.14.2.2: +93 -64 lines
Diff to previous 1.14.2.2 , to branch point 1.14
#177722 - use batch api to create large number of node content

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 13 18:23:05 2008 UTC (18 months, 1 week ago) by weitzman
Branch: MAIN
Changes since 1.17: +3 -43 lines
Diff to previous 1.17
#257874 by KarenS. Generate CCK fields when generating nodes. take 2.

Revision 1.14.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 13 18:13:20 2008 UTC (18 months, 1 week ago) by weitzman
Branch: DRUPAL-6--1
Changes since 1.14.2.1: +3 -43 lines
Diff to previous 1.14.2.1 , to branch point 1.14
#257874 by KarenS. Generate CCK fields when generating nodes. take 2.

Revision 1.14.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 13 17:47:12 2008 UTC (18 months, 1 week ago) by weitzman
Branch: DRUPAL-6--1
Changes since 1.14: +15 -15 lines
Diff to previous 1.14
#257874 by KarenS. Generate CCK fields when generating nodes.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 13 17:39:59 2008 UTC (18 months, 1 week ago) by weitzman
Branch: MAIN
Changes since 1.16: +15 -15 lines
Diff to previous 1.16
#257874 by KarenS. Generate CCK fields when generating 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.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 5 20:38:31 2008 UTC (18 months, 2 weeks ago) by weitzman
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
use krumo if available in dsm/dpm

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 15 01:56:40 2007 UTC (23 months, 1 week ago) by dww
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-1, DRUPAL-5--0-2, DRUPAL-5--0-3
Changes since 1.1.2.11: +2 -2 lines
Diff to previous 1.1.2.11 , to branch point 1.1
#201130 by dww: Added DB table prefix for devel_generate_add_terms()

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 15 01:56:31 2007 UTC (23 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-6--0-2, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, DRUPAL-6--1-4, DRUPAL-6--1-5, DRUPAL-6--1-6, DRUPAL-6--1-7
Branch point for: DRUPAL-6--1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
#201130 by dww: Added DB table prefix for devel_generate_add_terms()

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 02:16:01 2007 UTC (23 months, 3 weeks ago) by weitzman
Branch: MAIN
Changes since 1.12: +51 -6 lines
Diff to previous 1.12
a little cleanup and name theme call for template with the extension.

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.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 8 16:02:02 2007 UTC (2 years ago) by weitzman
Branch: DRUPAL-5
Changes since 1.1.2.10: +8 -71 lines
Diff to previous 1.1.2.10 , to branch point 1.1
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.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.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 4 15:12:09 2007 UTC (2 years ago) by weitzman
Branch: DRUPAL-5
Changes since 1.1.2.9: +20 -10 lines
Diff to previous 1.1.2.9 , to branch point 1.1
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.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 4 14:15:05 2007 UTC (2 years ago) by weitzman
Branch: MAIN
Changes since 1.8: +9 -6 lines
Diff to previous 1.8
fix error if no cck is installed

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 4 14:13:11 2007 UTC (2 years ago) by weitzman
Branch: DRUPAL-5
Changes since 1.1.2.8: +8 -5 lines
Diff to previous 1.1.2.8 , to branch point 1.1
avoid error if cck is not installed

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 29 20:07:43 2007 UTC (2 years ago) by weitzman
Branch: DRUPAL-5
Changes since 1.1.2.7: +21 -49 lines
Diff to previous 1.1.2.7 , to branch point 1.1
backport our way of attaching terms from HEAD

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 29 19:29:45 2007 UTC (2 years ago) by weitzman
Branch: MAIN
Changes since 1.7: +20 -3 lines
Diff to previous 1.7
create nodes whose type is custom if no cck fields are defined

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 29 19:26:30 2007 UTC (2 years ago) by weitzman
Branch: DRUPAL-5
Changes since 1.1.2.6: +20 -14 lines
Diff to previous 1.1.2.6 , to branch point 1.1
create nodes whose type is custom if no cck fields are defined

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 29 14:57:59 2007 UTC (2 years ago) by weitzman
Branch: DRUPAL-5
Changes since 1.1.2.5: +16 -2 lines
Diff to previous 1.1.2.5 , to branch point 1.1
#148411 Forum terms and nodes are not generated correctly (D5). patch by aymerick.

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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 16:56:51 2007 UTC (2 years, 4 months ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.5: +125 -4 lines
Diff to previous 1.5
#160557 -- abstract taxonomy creation to devel_generate.inc. patch by hunmonk.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 19 16:54:45 2007 UTC (2 years, 4 months ago) by thehunmonkgroup
Branch: DRUPAL-5
Changes since 1.1.2.4: +126 -4 lines
Diff to previous 1.1.2.4 , to branch point 1.1
#160557 -- abstract taxonomy creation to devel_generate.inc. patch by hunmonk.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 17:21:00 2007 UTC (2 years, 4 months ago) by weitzman
Branch: DRUPAL-5
Changes since 1.1.2.3: +74 -3 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#159533 by hunmonk. refactor devel_generate

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 17 17:17:11 2007 UTC (2 years, 4 months ago) by weitzman
Branch: MAIN
Changes since 1.4: +63 -4 lines
Diff to previous 1.4
#159533 by hunmonk. refactor devel_generate and port to d6

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.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 16 14:15:57 2007 UTC (2 years, 7 months ago) by weitzman
Branch: MAIN
Changes since 1.1: +249 -0 lines
Diff to previous 1.1
#135951 by Zen. forward port generator module to HEAD

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 5 16:37:30 2007 UTC (2 years, 7 months ago) by jjeff
Branch: DRUPAL-5
Changes since 1.1.2.1: +11 -3 lines
Diff to previous 1.1.2.1 , to branch point 1.1
fixing term conflicts (SQL error) when creating nodes

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2