Page MenuHomeIn-Portal Phabricator

INP-1471 - Change default CSV export encoding
ClosedPublic

Authored by erik on Sep 3 2015, 11:18 AM.

Details

Summary

Changed value of "CSVExportEncoding" system setting to 1 (means "Regular") from 0 (means "Unicode").

Test Plan

Part 1 (upgrade)

  1. perform clean In-Portal 5.2.1 installation, during which select advanced interface mode for Admin Console
  2. go to ConfigurationWebsiteAdvanced section in Admin Console
  3. confirm that Default CSV Export Encoding variable is set to Unicode
  4. copy over /system/config.php from In-Portal 5.2.1 installation to In-Portal 5.2.2-B1 installation
  5. go to /core/install.php
  6. perform upgrade process to In-Portal 5.2.2-B1

Part 2 (install)

Perform clean In-Portal 5.2.2-B1 installation, during which select advanced interface mode for Admin Console.

Part 3 (common)

For both cases from above do this:

  1. login to Admin Console
  2. go to ConfigurationWebsiteAdvanced section
  3. confirm that Default CSV Export Encoding variable is set to Regular
  4. go to User ManagementUsers section, add some user(s) in this section
  5. press Export button
  6. confirm that exported user data is correctly opened in Excel

Diff Detail

Repository
rINP In-Portal
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

erik updated this revision to Diff 297.Sep 3 2015, 11:18 AM
erik retitled this revision from to INP-1471 - Change default for CSV export encoding.
erik updated this object.
erik edited the test plan for this revision. (Show Details)
erik added a reviewer: alex.
erik added 1 JIRA issue(s): INP-1471.
alex edited the test plan for this revision. (Show Details)Sep 18 2015, 7:17 AM
alex edited the test plan for this revision. (Show Details)
alex edited the test plan for this revision. (Show Details)
alex accepted this revision.Sep 18 2015, 7:20 AM
alex edited edge metadata.
This revision is now accepted and ready to land.Sep 18 2015, 7:20 AM
This revision was automatically updated to reflect the committed changes.
alex edited edge metadata.Mar 10 2016, 6:06 AM
alex added a project: Restricted Project.
alex retitled this revision from INP-1471 - Change default for CSV export encoding to INP-1471 - Change default CSV export encoding.Jul 16 2016, 7:08 AM