From 9bc94530822d43f6367671f1e883d74015488ee3 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Fri, 8 Apr 2011 21:10:11 +0000 Subject: added new apk fields and generate path based on terms --- apk_browser.install | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'apk_browser.install') diff --git a/apk_browser.install b/apk_browser.install index a5cd42e..ab74d38 100644 --- a/apk_browser.install +++ b/apk_browser.install @@ -170,20 +170,25 @@ function _apk_browser_field_vars() { 'apk_license' => array( 'label' => $t('License') ), - 'apk_depends' => array( - 'label' => $t('Dependencies'), - 'cdl' => '-1' + 'apk_origin' => array( + 'label' => $t('Origin') + ), + 'builddate' => array( + 'label' => $t('Build date') + ), + 'commit' => array( + 'label' => $t('Commit') ), 'apk_maintainer' => array( 'label' => $t('Maintainer'), - 'type' => 'user_reference', - 'widget' => 'options_select' ), - 'apk_contributor' => array( - 'label' => $t('Contributor'), - 'type' => 'user_reference', - 'widget' => 'user_reference_autocomplete', + 'apk_depends' => array( + 'label' => $t('Dependencies'), + 'cdl' => '-1' + ), + 'install_if' => array( + 'label' => $t('Install if'), 'cdl' => '-1' - ) + ) ); } -- cgit v1.2.3