Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 434266

Summary: Search Page UI Redesign
Product: [ECD] Orion Reporter: Elijah El-Haddad <elijahe>
Component: ClientAssignee: Elijah El-Haddad <elijahe>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 6.0   
Target Milestone: 6.0 RC3   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Elijah El-Haddad CLA 2014-05-06 17:33:06 EDT
The purpose of this bug is to track the work related to redesigning the global Search page UI. More details to follow in discussion.
Comment 1 Elijah El-Haddad CLA 2014-05-07 14:20:42 EDT
Pushed the following to eclipse.org master:

- Improved styling of search input field, replace field and checkboxes
- Replace field is hidden by default
- Moved search scope to the bottom of the options pane
- Removed Saved Searches section
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=664d0f212a669e0cbbd433e74681e25b82964122

- Added CSS transitions for showing and hiding replace field
- Made search and replace field wrapper border color change on input focus
- Cleaned up searchBuilder.html
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d361e9ac3cc5f98b86747e6d3d2b5a49e90658e5
Comment 2 Elijah El-Haddad CLA 2014-05-08 13:58:07 EDT
Pushed the following to eclipse.org:
- Fixed width of replace field wrapper div so that the horizontal scroll bar appears at the right time
- Removed dead CSS class from searchBuilder.html
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=19b008cb6470548e54d5329b5ba1448dfce8dc6c
Comment 3 Elijah El-Haddad CLA 2014-05-13 17:41:37 EDT
Pushed the following to eclipse.org master:

- Added server side support for specifying multiple file name patterns
http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=5c2229766ad245a6417abfe40fc0946eb858a04b

- Replaced "File type" <select> with "File name pattern" input field in search page
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=fcca7b7fab97c0d17b6608a80fd6ae7324d4c3c7
Comment 4 Elijah El-Haddad CLA 2014-05-15 16:41:45 EDT
Pushed the following to eclipse.org:

- Modified internal file name pattern delimiter from , to /
http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=e3bc2d4b924af05fb677237f7a105ff6178db4d3

- Added file name pattern wildcard hint
- Modified internal file name pattern separator from , to /
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=c66af15be561d44957beb4e9fecc9850382a5a74
Comment 5 Elijah El-Haddad CLA 2014-05-15 16:59:14 EDT
Pushed to eclipse.org:

- Made searchCrawler/testcase.js use fileNamePatterns instead of fileType
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=f1953ca7be02bbe05efea942ab0c0197083ff2b5
Comment 6 Elijah El-Haddad CLA 2014-05-22 17:38:52 EDT
Pushed to eclipse.org:

- Fixed blur handler behavior for null file name pattern input
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=7326532ce87dd373364d1e407cafb5ab0b21b439
Comment 7 Elijah El-Haddad CLA 2014-05-27 15:31:46 EDT
Pushed to eclipse.org:

- Modified UI of scope section
- Improved uniformity and balance of search page
- Removed file system switcher from search page
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=dfc142d9542e99ee374a110073035113b5a1cb94
Comment 9 Elijah El-Haddad CLA 2014-05-28 13:11:59 EDT
Pushed to eclipse.org:

- Prevent text-transform from changing the icon of the scope button
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=b5c444ef66383d9cd65671f24ea9e0545c0798c1
Comment 10 Elijah El-Haddad CLA 2014-06-02 12:38:05 EDT
Closing this bug. All UI changes have been pushed to eclipse.org.