Changes between Version 10 and Version 11 of IIRS/WorkflowsProcesses
- Timestamp:
- 08/21/13 19:58:40 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IIRS/WorkflowsProcesses
v10 v11 2 2 3 3 * See also ArchitectureOptions and the SolutionDesign. 4 * '''Note''', to avoid confusions around text and language, I've used the Drupal convention of t('text'), which means t ranslated 'text' into appropriate [language] for their [country]. e.g. t('Search') would be 'Rechercher'.4 * '''Note''', to avoid confusions around text and language, I've used the Drupal convention of t('text'), which means the English word 'text' translated into appropriate [language] for a user's [country]. e.g. t('Search') would be 'Rechercher' in French. 5 5 6 6 == Workflows: TN.org (D6) == … … 57 57 58 58 === Mandatory === 59 Standard Drupal user account fields: 60 1. t('Email') = (built into Drupal) 61 1. t('Username') = (built into Drupal) --> will be generated from first/middle/last name fields (below) in format "First MM Last" (where M is a single middle name initial). Numbers will be appended if the resultant name is registered in site already. 62 1. t('Password') = (built into Drupal) 63 59 64 Additional fields: 60 65 1. t('First name') = field_user_name_first 61 66 1. t('Middle names') = field_user_name_middle 62 67 1. t('Last name') = field_user_name_last 63 64 Standard Drupal user account fields: 65 1. t('Email') = (built into Drupal) 66 1. t('Username') = (built into Drupal) --> will be generated from first/middle/last name in format "First MM Last" (where M is a single middle name initial). Numbers will be appended if the resultant name is registered in site already. 67 1. t('Password') = (built into Drupal) 68 1. t('Language') = Provided by core Locale module... This will need to be set automatically by the widget context, and as a fall back should be [http://drupal.stackexchange.com/questions/24096/how-can-i-allow-the-user-to-choose-their-language-upon-registration displayed on the registration form]) 69 1. t('Country') OR t'('Address') A custom field, again should be filled from widget context. 68 70 69 71 === Hidden metadata == … … 82 84 1. t('Initiative website') 83 85 84 === Hidden metadata == 86 === Hidden metadata === 85 87 * UUID = The Universally Unique ID of the initiative -- system generated, globally shared. 86 88 * Nid = The local Drupal node ID -- system generated and not shared outside current site.