Download & Extend

Releases for Install Profile API

install_profile_api 6.x-2.2

Download Size md5 hash
install_profile_api-6.x-2.2.tar.gz 28.61 KB 189691febc96c0293d34343925b2b7ce
install_profile_api-6.x-2.2.zip 41.43 KB 8906a62e9eeb2c81a8f1828db5f4a239
Last updated: February 23, 2012 - 16:20
Official release from tag: 6.x-2.2

Release notes

Releasing a few long overdue features.

James Andres 2010-04-28 to 2009-08-05
#766650: Steven Jones, adding CRUD functions for the menu_block module.
#616260: andrewlevine, adding install_remove_role().
#546226: Adding disable view CRUD function
#486424: Return user object in install_add_user().
Making install_quicktabs_add() more useful by returning the ID of the created quicktab.
#478576: nestorconde, fixed serialization bug in install_menu_set_menu()
Rewriting install_views_ui_import_from_file() to support overriding existing views. Existing functionality remains the same.
Adding support for managing context exports with IPAPI.
#429508: DamienMcKenna, adding support for actions.
#417656: DamienMcKenna, adding support for webform.
#644238: Adding install_get_format_id(), function to retrieve input format ID based on its name.
#648354: Removing unnecessarily loaded node_export.pages.inc
#535822: Fixing install_menu_get_item() it uses db_query_range instead of db_query.
#515644: Allowing multiple themes to be enabled simultaneously with install_enable_theme().
#403010: Adding nodequeue.inc CRUD helper.
#408862: Fixing eons old bug in contrib/imagecache.inc.
#546232, Adding page_manager, panels_mini, quicktabs, and themekey contrib CRUD.

Read more

install_profile_api 6.x-2.1

Download Size md5 hash
install_profile_api-6.x-2.1.tar.gz 23.57 KB 6be8de32a17805f556a735945b9d0586
install_profile_api-6.x-2.1.zip 33.29 KB b52cda496070925e6a5a2fd905c6db11
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-2.1

Release notes

A long overdue featureful release, along with small bugfixes. I also add in a deprecation notice that should probably have been part of the 2.0 release.

Read more

install_profile_api 5.x-2.0

Download Size md5 hash
install_profile_api-5.x-2.0.tar.gz 21.61 KB c19f60e3e0163cd283ee221013b84e55
install_profile_api-5.x-2.0.zip 29.7 KB 04a861cd3db9b52fec13e9cb038bdcd0
Last updated: December 24, 2010 - 23:13
Official release from tag: 5.x-2.0

Release notes

Initial Final release of Install Profile API. This version is exactly the same as the 2.0beta1, with a few minor issues fixed.

Bug Fixes:
#355752: install_upload_file() doesn't work with new subdirectories
#341859: Can't add sub-terms
#338225: hiding and region of blocks
#335538: Use of st() function in taxonomy.inc

install_profile_api 6.x-2.0

Download Size md5 hash
install_profile_api-6.x-2.0.tar.gz 20.9 KB 5408eb592eab4a71c8f2d483dc91e59b
install_profile_api-6.x-2.0.zip 29.23 KB e51daf2b14ebdebdf87fed2ff9388fe0
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-2.0

Release notes

Initial Final release of Install Profile API. This version is exactly the same as the 1.2beta2, with a few minor issues fixed. It has been renamed to a 2.x version to keep in sync with the Drupal 5 2.x version.

Bug Fixes:
#355752: install_upload_file() doesn't work with new subdirectories
#341859: Can't add sub-terms
#338225: hiding and region of blocks
#335538: Use of st() function in taxonomy.inc

install_profile_api 6.x-2.x-dev

Download Size md5 hash
install_profile_api-6.x-2.x-dev.tar.gz 27.58 KB 6019c546f4072ad4b71d9be62a57adee
install_profile_api-6.x-2.x-dev.zip 40.35 KB 1c1c797d1a7d430cff7eaf67a70ec082
Last updated: February 25, 2011 - 07:37
Development snapshot from branch: 6.x-2.x

Release notes

Development release for the Drupal 6 version of Install Profile API. Please use this version before reporting bugs.

install_profile_api 5.x-2.0-beta1

Download Size md5 hash
install_profile_api-5.x-2.0-beta1.tar.gz 21.23 KB 9395d1bbdc85ef27f8e3d9ecf7e7b849
install_profile_api-5.x-2.0-beta1.zip 29.35 KB 769501f86aa4f4767822010364c1729e
Last updated: December 24, 2010 - 23:13
Official release from tag: 5.x-2.0-beta1

Release notes

Changes since 5.x-1.1:

  • dww: Refactored crud.inc into an install_profile_api.module file and a bunch of separate .inc files.
  • dww: Backported a number of useful features from the D6 version of install_profile_api.module into the D5 API.
  • #174323 by webchick and dww: Added code to let install_add_user accept() an array of role names.

install_profile_api 5.x-2.x-dev

Download Size md5 hash
install_profile_api-5.x-2.x-dev.tar.gz 16.7 KB 333f0d8e9030c638cc2db10d158046ba
install_profile_api-5.x-2.x-dev.zip 22.61 KB 6fcdbf2201efb6248b2cf9936b9a99c3
Last updated: February 25, 2011 - 07:37
Development snapshot from branch: 5.x-2.x

Release notes

The DRUPAL-5--2 branch in CVS now contains the install_profile_api.module and the split of crud.inc into a set of include files. Install profiles can just require install_profile_api.module and get the latest code that way, instead of manually copying a specific version of crud.inc into their own directories.

install_profile_api 6.x-1.2-beta2

Download Size md5 hash
install_profile_api-6.x-1.2-beta2.tar.gz 21.58 KB 00d880d6f4a48783a7e2ac462e5d5f8e
install_profile_api-6.x-1.2-beta2.zip 30.06 KB 4f32e9a0d8ce04ca5640e0b1a6321562
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-1.2-beta2

Release notes

Changes since DRUPAL-6--1-2-BETA1:

  • Switching content_copy to use the form submit handler directly, preventing problems with content type settings not being set correctly.
  • Adding parameter for $type_name, allowing content_copy to update an existing type.
  • #314340 by bangpound. Update content.inc for recent changes to CCK
  • #318637 by Roger López. install_content_copy_import_from_file() fails to update existing content type.
  • #324231 by moshe weitzman. Add function for removing perms from a role

install_profile_api 6.x-1.2-beta1

Download Size md5 hash
install_profile_api-6.x-1.2-beta1.tar.gz 21.38 KB f80ca9db2b10441a3db9dd48f459d251
install_profile_api-6.x-1.2-beta1.zip 29.86 KB 3477bfa304eb32b3ffd0d95d2eb5f13d
Last updated: December 24, 2010 - 23:13
Official release from tag: 6.x-1.2-beta1

Release notes

Initial version of the Drupal 6 version of Install Profile API. This release does not include the Profile Wizard at all; it only contains the Install Profile API portion.

All CRUD functions should be updated from their Drupal 5 equivalents, including some new functionality such as CRUD functions for flag, imagecache, and content_copy modules.

install_profile_api 6.x-1.x-dev

Download Size md5 hash
install_profile_api-6.x-1.x-dev.tar.gz 20.33 KB 9bc5b699390eeb4ec8422abb1590e3b5
install_profile_api-6.x-1.x-dev.zip 28.54 KB fa9e7c6e4925c75c86b075e192fa6da2
Last updated: February 25, 2011 - 07:37
Development snapshot from branch: 6.x-1.x

Release notes

In progress work on re-vamping layout of install profile API into a module with .inc files for supported core and contrib modules (crud-like functions now are per module).

install_profile_api 5.x-1.1

Download Size md5 hash
install_profile_api-5.x-1.1.tar.gz 13.98 KB d13b845d0b6955645c5dbd0cefff43ee
install_profile_api-5.x-1.1.zip 16.63 KB 473c24a610d9b3a903043ef2c8c3941d
Last updated: December 24, 2010 - 23:13
Official release from tag: 5.x-1.1

Release notes

Small update to the block handling CRUD functions, that correctly saves the 'status' column of the block, allowing you to enable blocks now.

install_profile_api 5.x-1.x-dev

Download Size md5 hash
install_profile_api-5.x-1.x-dev.tar.gz 17.75 KB 9f227af4db9503498f350f5d0bb72a7e
install_profile_api-5.x-1.x-dev.zip 20.09 KB 80f31387d5c9ad87ae68cd4758a3fd07
Last updated: February 25, 2011 - 07:37
Development snapshot from branch: 5.x-1.x

Release notes

Initial tarball of Install Profile API. It is recommended that you use CVS to keep up with changes. Only use if needed to create install profiles.

This development release now points to the DRUPAL-5, it was pointing to HEAD.

Subscribe with RSS Syndicate content
nobody click here