/[drupal]/contributions/modules/install_profile_api/crud.inc
ViewVC logotype

Log of /contributions/modules/install_profile_api/crud.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.15.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 22:25:04 2008 UTC (12 months ago) by dww
Branch: DRUPAL-5
Changes since 1.15.2.11: +0 -0 lines
Diff to previous 1.15.2.11 , to branch point 1.15 , to next main 1.16
Backing out the change to DRUPAL-5 branch for the crud.inc split.
That code now lives in the DRUPAL-5--2 branch for D5.

Revision 1.15.2.11
Mon Nov 24 06:30:01 2008 UTC (12 months ago) by dww
Branch: DRUPAL-5
Changes since 1.15.2.10: +1 -1 lines
FILE REMOVED
Backport to D5 of the split of crud.inc into an install_profile_api
module with separate include files that are auto-loaded.

Revision 1.16.2.3
Sat Jul 19 20:06:54 2008 UTC (16 months ago) by borismann
Branch: DRUPAL-6--1
Changes since 1.16.2.2: +1 -1 lines
FILE REMOVED
Complete re-arrange - turning install profile api into a module, include files for each module

Revision 1.16.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 18 01:14:40 2008 UTC (19 months, 1 week ago) by webchick
Branch: DRUPAL-6--1
Changes since 1.16.2.1: +761 -0 lines
Diff to previous 1.16.2.1 , to branch point 1.16
Adding merge of DRUPAL-5 and HEAD crud.inc to DRUPAL-6--1 branch to begin porting. Nothing tested yet. Would not be shocked if it does not even remotely work.

Revision 1.16.2.1
Sat Jan 19 07:05:50 2008 UTC (22 months ago) by webchick
Branch: DRUPAL-6--1
Changes since 1.16: +0 -352 lines
FILE REMOVED
file crud.inc was added on branch DRUPAL-6--1 on 2008-04-18 01:14:40 +0000

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 19 07:05:50 2008 UTC (22 months ago) by adrian
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.15: +5 -3 lines
Diff to previous 1.15
fix the status not being set by install_add_block, and provide some defaults to the function call

Revision 1.15.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 16 14:30:45 2007 UTC (23 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.15.2.9: +3 -7 lines
Diff to previous 1.15.2.9 , to branch point 1.15
* defining st() wasn't working. trial with including install.inc...

Revision 1.15.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 16 08:54:41 2007 UTC (23 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.15.2.8: +44 -20 lines
Diff to previous 1.15.2.8 , to branch point 1.15
* Properly test and debug workflow/actions functions.

Revision 1.15.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 13 23:40:00 2007 UTC (23 months, 1 week ago) by sime
Branch: DRUPAL-5
Changes since 1.15.2.7: +27 -11 lines
Diff to previous 1.15.2.7 , to branch point 1.15
* A number of bugs in field creation fixed.
* Automatically increment weight in field creation without passing explicit weight.

Revision 1.15.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 12 00:52:31 2007 UTC (23 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.15.2.6: +28 -1 lines
Diff to previous 1.15.2.6 , to branch point 1.15
* Late define st() to allow script testing to run error free.
* New install_set_block() for setting the position of a block in a theme.

Revision 1.15.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 10 14:10:12 2007 UTC (23 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.15.2.5: +26 -1 lines
Diff to previous 1.15.2.5 , to branch point 1.15
install_menu_update_menu_item() allows sending an array of the required changes only to update the menu item.

Revision 1.15.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 10 07:00:22 2007 UTC (23 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.15.2.4: +2 -3 lines
Diff to previous 1.15.2.4 , to branch point 1.15
#150998 - thanks @canen

Revision 1.15.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 10 05:16:59 2007 UTC (23 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.15.2.3: +59 -1 lines
Diff to previous 1.15.2.3 , to branch point 1.15
Add workflow and actions wrappers. Discussed with webchick, thought this would be useful. Please contact me with ideas.

Revision 1.15.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 7 01:14:06 2007 UTC (23 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.15.2.2: +2 -2 lines
Diff to previous 1.15.2.2 , to branch point 1.15
#183692, thanks @blender1968

Revision 1.15.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 7 01:04:49 2007 UTC (23 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.15.2.1: +82 -67 lines
Diff to previous 1.15.2.1 , to branch point 1.15
#194896, thanks @sun

Revision 1.15.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 02:30:46 2007 UTC (23 months, 2 weeks ago) by sime
Branch: DRUPAL-5
Changes since 1.15: +252 -3 lines
Diff to previous 1.15
Added following functions
  install_create_content_type()
  install_create_field()
  install_add_existing_field()
  install_create_field_group()
  install_fields_in_group()
  install_add_vocabulary()
  install_add_term()
  install_assign_nid_tid()
#159186

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 19:52:18 2007 UTC (2 years, 2 months ago) by tatien
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.14: +21 -2 lines
Diff to previous 1.14
Add blocks and block permissions

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 16:44:21 2007 UTC (2 years, 2 months ago) by tatien
Branch: MAIN
Changes since 1.13: +4 -2 lines
Diff to previous 1.13
Fixed small bug when menu items children is not set

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 25 16:18:13 2007 UTC (2 years, 2 months ago) by tatien
Branch: MAIN
Changes since 1.12: +16 -1 lines
Diff to previous 1.12
Added a install_menu_create_menu_items() function for batch creation of menus

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 6 21:42:29 2007 UTC (2 years, 6 months ago) by borismann
Branch: MAIN
Changes since 1.11: +1 -0 lines
Diff to previous 1.11
Update from #137984 for install_enable_theme

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 6 21:41:03 2007 UTC (2 years, 6 months ago) by borismann
Branch: MAIN
Changes since 1.10: +61 -7 lines
Diff to previous 1.10
Adding theme functions #137984 - thanks eferraiuolo

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 9 16:25:43 2007 UTC (2 years, 7 months ago) by borismann
Branch: MAIN
Changes since 1.9: +45 -3 lines
Diff to previous 1.9
Switched to drupal_wiki style menu creation and disabling, #132687 wrapper for node type creation, #133006 get vid, thanks mikey_p, #132686 new user creation, thanks shaber

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 07:05:20 2007 UTC (2 years, 7 months ago) by borismann
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
Cut and paste error in making install_add_format() from install_menu_create_menu()

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 07:01:10 2007 UTC (2 years, 7 months ago) by borismann
Branch: MAIN
Changes since 1.7: +6 -0 lines
Diff to previous 1.7
Had to add next_id check in install_add_format() -- core does fun things with some hardcoded inserts

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 06:49:57 2007 UTC (2 years, 7 months ago) by borismann
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
Missing quotes around some strings in MySQL clauses

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 06:40:58 2007 UTC (2 years, 7 months ago) by borismann
Branch: MAIN
Changes since 1.5: +24 -7 lines
Diff to previous 1.5
Added remove filter function and removed role addition from new input format creation

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 06:24:53 2007 UTC (2 years, 7 months ago) by borismann
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
I will check my file for syntax errors before committing -- that is what php -l is for

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 06:21:56 2007 UTC (2 years, 7 months ago) by borismann
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
I will check my file for syntax errors before committing

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 06:19:41 2007 UTC (2 years, 7 months ago) by borismann
Branch: MAIN
Changes since 1.2: +12 -6 lines
Diff to previous 1.2
Typo on menu create and started working on removing filters

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 05:52:07 2007 UTC (2 years, 7 months ago) by borismann
Branch: MAIN
Changes since 1.1: +75 -12 lines
Diff to previous 1.1
Updated crud.inc to add functions needed by Drupal Wiki, Drupal for Churches

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 31 07:35:46 2007 UTC (2 years, 7 months ago) by borismann
Branch: MAIN
First commit of install_profile_api module with crud.inc

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