No luck!

There's no project that matches .

Maybe it doesn't exist, maybe it hasn't been approved yet. After all, it does take community kudos from at least 15 people to make it inside this repository

Package Actions Contrib Install package

Project owner:
Richard Soeteman
Package downloads
5103
Package karma
27
Compatibility:
This project is compaitible with
.NET Version:
Supports Medium Trust: No
Created:
01 July 2010
Is Stable:
Project is stable
Current version
1.0.7
License
MIT

Package Actions Contrib contains several package actions for Umbraco that are build by members of the community.

Package actions are great to include some custom functionality during the install of your Umbraco package, just by implementing the IPackageAction interface and the use of Package XML in the package creator. A WIKI that describes all the Package Actions included in this project can be found here http://our.umbraco.org/wiki/reference/packaging/package-actions/community-made-package-actions.

Changelog:

1.0.3  First Release of the documentation

1.0.4 Added the following actions: 

  • AddConfigurationSection
  • PermissionForApp
  • AddLanguageFileKey
  • MoveFile
  • UpdateAppTree
  • Fixed a bug in AddScheduledTask. In order to execute a scheduled task the complete url must be added to the config, not a relative url. Included  a mechanism to convert the relative url to an absolute one.

 

1.0.5 Added the following actions:

  • Add404Handler
  • AddMimeType
  • Added Uninstall option for ExecuteSQL and added IIs7 support for AddHttpHandler

1.0.6 Added the following actions:

  • AddMacroProperty
  • ClearClientDependancyCache
  • AddXmlFragment
  • RemoveXmlFragment
  • Fixed Uninstall option  for AddHttpHandler and aAdded  IIs7 support for AddHttpModule

1.0.7 Added the SetAttributeValue action.

 How to contribute
This project is open for collaboration, please contact me if you want to join the project

Test package actions
Testing package actions can be done with the Package Action Tester tool from Immo Wach.

Download the tester for Umbraco version 4.5 + via http://our.umbraco.org/media/wiki/8788/634332055508010000_tswepat_450.zip 

For 4.0.x installations you can download the tool here

Don't forget to vote the project up if you like this package please .