| Summary: | Get rid of Orion ImportDialog | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Elijah El-Haddad <elijahe> | ||||
| Component: | Client | Assignee: | Elijah El-Haddad <elijahe> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | ahunter.eclipse | ||||
| Version: | 6.0 | ||||||
| Target Milestone: | 6.0 M1 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 7 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Elijah El-Haddad
- Initial implementation which removes the use of ImportDialog from the "File->Import->File System" and "File->New->Project->File System" commands. - Fixed error reporting in projectClient.js->createProject pushed to eclipse.org: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=99231ba890666ab0e947c5dbc095389ebadfb22b Created attachment 242070 [details]
File with unicode characters in the filename
I cannot import a file with unicode characters in the filename. The client UI gets stuck.
For example, try to import the attached file into a folder.
Actually I tried on orionhub and it is not working there either, so this was also broken in 5.0. Pushed the following to eclipse.org: - Deleted ImportDialog.js since it is no longer being used http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=271ceae41bb384ca430df8a6ecbcba62ba3f212b The issue mentioned by Anthony in comments 2 and 3 was unrelated and fixed under another bug. |