This project is not covered by Drupal’s security advisory policy.
Development on drupal.org now
PurposeThis is a CCK field which enables you to operate on the data of the update_feed_api and and the modules provided there using autocompletition and so forth.
This cck field is e.g. used to implement drush make files as nodes in drush_make_ui
- Compundded CCK Field saving server_key, short_name, api_version, revision as structured database
- using autocomplete to select module ( using the autocomplete_element module ) with conditional autocompletes
- revisions of a module ar fetched “lazy” on demand
- views support
- Just activate the module and the deps.
- Dont forget to install the patched autcomplete_element module from : http://github.com/EugenMayer/autocomplete_element
update_feed_api:
Just a source of projects / releases. Its used to ask questions like "what projects are or that server and what releases do i have"
update_feed_cck:
A cck field which has all fields to add packages based on the data fo update_feed_api. That field has an formatter to later be exported as entried os a make file. Generally you can add this cck field to every content_type
drush_make_ui:
Adds a view which actually can generate a complete make file with all needed fields, included core, version and allo this. Deeply basedon the modules before, just adds:
- a content type where update_feed_cck is a cck field (drush make file )
- that content type has some additional meta fields like "extra"
Project information
Unsupported
Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projectsNo further development
No longer developed by its maintainers.- Project categories: Administration tools, Developer tools
- Created by EugenMayer on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.