-- HR-235 Import multi-value custom data
authorNileema <nileema@nileema.(none)>
Tue, 14 Jan 2014 11:29:52 +0000 (16:59 +0530)
committerNileema <nileema@nileema.(none)>
Tue, 14 Jan 2014 11:29:52 +0000 (16:59 +0530)
commit9ff5f6c020705d087edd36789ae9dda5df0eba18
tree5f10fbefd9248d012d5f226afbee1dbad81dcfaf
parent40c85a44256cba47ef8892b28a875033c471d41f
-- HR-235 Import multi-value custom data
16 files changed:
CRM/Core/BAO/CustomGroup.php
CRM/Core/xml/Menu/Import.xml
CRM/Custom/Import/Controller.php [new file with mode: 0644]
CRM/Custom/Import/Field.php [new file with mode: 0644]
CRM/Custom/Import/Form/DataSource.php [new file with mode: 0644]
CRM/Custom/Import/Form/MapField.php [new file with mode: 0644]
CRM/Custom/Import/Form/Preview.php [new file with mode: 0644]
CRM/Custom/Import/Form/Summary.php [new file with mode: 0644]
CRM/Custom/Import/Parser.php [new file with mode: 0644]
CRM/Custom/Import/Parser/Api.php [new file with mode: 0644]
CRM/Utils/Type.php
templates/CRM/Custom/Import/Form/DataSource.hlp [new file with mode: 0644]
templates/CRM/Custom/Import/Form/DataSource.tpl [new file with mode: 0644]
templates/CRM/Custom/Import/Form/MapField.tpl [new file with mode: 0644]
templates/CRM/Custom/Import/Form/Preview.tpl [new file with mode: 0644]
templates/CRM/Custom/Import/Form/Summary.tpl [new file with mode: 0644]