Changes between Version 10 and Version 11 of IIRS/WorkflowsProcesses


Ignore:
Timestamp:
08/21/13 19:58:40 (3 years ago)
Author:
jim
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IIRS/WorkflowsProcesses

    v10 v11  
    22 
    33* 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 translated '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. 
    55 
    66== Workflows: TN.org (D6) == 
     
    5757 
    5858=== Mandatory === 
     59Standard Drupal user account fields: 
     601. t('Email') = (built into Drupal) 
     611. 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. 
     621. t('Password') = (built into Drupal) 
     63 
    5964Additional fields: 
    60651. t('First name') = field_user_name_first 
    61661. t('Middle names') = field_user_name_middle 
    62671. 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) 
     681. 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]) 
     691. t('Country') OR t'('Address') A custom field, again should be filled from widget context. 
    6870 
    6971=== Hidden metadata == 
     
    82841. t('Initiative website') 
    8385 
    84 === Hidden metadata == 
     86=== Hidden metadata === 
    8587* UUID = The Universally Unique ID of the initiative -- system generated, globally shared. 
    8688* Nid = The local Drupal node ID -- system generated and not shared outside current site.