[jira] [Updated] (SOLR-3840) XML query response display is unreadable in Solr Admin Query UI

2013-01-05 Thread Stefan Matheis (steffkes) (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-3840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Matheis (steffkes) updated SOLR-3840:


Attachment: solr-admin-ui-query-highlight-json.png
SOLR-3840.patch

Ryan, was not completely happy with the XCode Theme :/ so i took a couple of 
colors from the typical jsonview plugins for firefox/chrome - at least for 
the json-format. xml stays the same for now, github-ish style .. otherwise it 
was too much dark in dark and not easy to see the difference between attribute 
and attribute's value.

I'll go ahead and commit this soon .. if anyone has suggestions on specific 
color improvements, let me know :)

 XML query response display is unreadable in Solr Admin Query UI
 ---

 Key: SOLR-3840
 URL: https://issues.apache.org/jira/browse/SOLR-3840
 Project: Solr
  Issue Type: Improvement
  Components: web gui
Affects Versions: 4.0-BETA
 Environment: Google Chrome, Windows 7 - Firefox as well
Reporter: Jack Krupansky
Assignee: Stefan Matheis (steffkes)
 Attachments: Query-UI-XML-unreadable.png, SOLR-3840.patch, 
 SOLR-3840.patch, SOLR-3840.patch, solr-admin-ui-query-highlight-json.png, 
 solr-admin-ui-query-highlight-json.png, solr-admin-ui-query-highlight-xml.png


 If I execute a query in the Solr Admin Query UI, the default XML writer 
 displays only the raw text of the Solr response XML element values, but none 
 of the XML syntax itself, rendering the response display on the Query page 
 almost completely useless. JSON, Ruby, et al display very reasonably 
 formatted output, but XML does not.
 You can click on the icon next to the generated query URL to display the 
 response in a browser tab of its own and then it does display the XML very 
 reasonably, but the framed display on the query page is simply not readable.
 My recollection is that the old UI had this same problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-3840) XML query response display is unreadable in Solr Admin Query UI

2012-12-19 Thread Stefan Matheis (steffkes) (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-3840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Matheis (steffkes) updated SOLR-3840:


Attachment: solr-admin-ui-query-highlight-xml.png
solr-admin-ui-query-highlight-json.png
SOLR-3840.patch

Updated Patch, includes Highlighting for XML as well as JSON (see attached 
screenshots for samples)

 XML query response display is unreadable in Solr Admin Query UI
 ---

 Key: SOLR-3840
 URL: https://issues.apache.org/jira/browse/SOLR-3840
 Project: Solr
  Issue Type: Improvement
  Components: web gui
Affects Versions: 4.0-BETA
 Environment: Google Chrome, Windows 7 - Firefox as well
Reporter: Jack Krupansky
 Attachments: Query-UI-XML-unreadable.png, SOLR-3840.patch, 
 SOLR-3840.patch, solr-admin-ui-query-highlight-json.png, 
 solr-admin-ui-query-highlight-xml.png


 If I execute a query in the Solr Admin Query UI, the default XML writer 
 displays only the raw text of the Solr response XML element values, but none 
 of the XML syntax itself, rendering the response display on the Query page 
 almost completely useless. JSON, Ruby, et al display very reasonably 
 formatted output, but XML does not.
 You can click on the icon next to the generated query URL to display the 
 response in a browser tab of its own and then it does display the XML very 
 reasonably, but the framed display on the query page is simply not readable.
 My recollection is that the old UI had this same problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-3840) XML query response display is unreadable in Solr Admin Query UI

2012-09-25 Thread Stefan Matheis (steffkes) (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-3840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Matheis (steffkes) updated SOLR-3840:


Attachment: SOLR-3840.patch

The point is exactly as Alexandre stated, the rendering does not work by 
default for content in iframes .. afaik the can be enabled as 'advanced 
setting', but this nothing i'd like to build on.

first draft attached, which uses the same client-rendering as we do for 
schema/config.

 XML query response display is unreadable in Solr Admin Query UI
 ---

 Key: SOLR-3840
 URL: https://issues.apache.org/jira/browse/SOLR-3840
 Project: Solr
  Issue Type: Improvement
  Components: web gui
Affects Versions: 4.0-BETA
 Environment: Google Chrome, Windows 7 - Firefox as well
Reporter: Jack Krupansky
 Attachments: Query-UI-XML-unreadable.png, SOLR-3840.patch


 If I execute a query in the Solr Admin Query UI, the default XML writer 
 displays only the raw text of the Solr response XML element values, but none 
 of the XML syntax itself, rendering the response display on the Query page 
 almost completely useless. JSON, Ruby, et al display very reasonably 
 formatted output, but XML does not.
 You can click on the icon next to the generated query URL to display the 
 response in a browser tab of its own and then it does display the XML very 
 reasonably, but the framed display on the query page is simply not readable.
 My recollection is that the old UI had this same problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-3840) XML query response display is unreadable in Solr Admin Query UI

2012-09-13 Thread Hoss Man (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-3840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hoss Man updated SOLR-3840:
---

Fix Version/s: (was: 4.0)

I can't reproduce the problem description on the 4x branch -- the frame 
embedded in the search UI page shows me the same xml appearance as when it's 
loaded in it's own tab.  sounds like a browser specific behavior (details on 
your browser would be appreciated)

Removing fixVersion=4.0 as this does not seem like a significant enough issue 
to warrant impeeding momentum towards the (hopefully) rapidly approaching 
release.


 XML query response display is unreadable in Solr Admin Query UI
 ---

 Key: SOLR-3840
 URL: https://issues.apache.org/jira/browse/SOLR-3840
 Project: Solr
  Issue Type: Improvement
  Components: web gui
Affects Versions: 4.0-BETA
Reporter: Jack Krupansky

 If I execute a query in the Solr Admin Query UI, the default XML writer 
 displays only the raw text of the Solr response XML element values, but none 
 of the XML syntax itself, rendering the response display on the Query page 
 almost completely useless. JSON, Ruby, et al display very reasonably 
 formatted output, but XML does not.
 You can click on the icon next to the generated query URL to display the 
 response in a browser tab of its own and then it does display the XML very 
 reasonably, but the framed display on the query page is simply not readable.
 My recollection is that the old UI had this same problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-3840) XML query response display is unreadable in Solr Admin Query UI

2012-09-13 Thread Jack Krupansky (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-3840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jack Krupansky updated SOLR-3840:
-

Attachment: Query-UI-XML-unreadable.png

I'm running Google Chrome on Windows 7. I attached the screenshot.

I tried IE 9, but the dashboard is completely dysfunctional there - I'll file a 
separate issue.

 XML query response display is unreadable in Solr Admin Query UI
 ---

 Key: SOLR-3840
 URL: https://issues.apache.org/jira/browse/SOLR-3840
 Project: Solr
  Issue Type: Improvement
  Components: web gui
Affects Versions: 4.0-BETA
Reporter: Jack Krupansky
 Attachments: Query-UI-XML-unreadable.png


 If I execute a query in the Solr Admin Query UI, the default XML writer 
 displays only the raw text of the Solr response XML element values, but none 
 of the XML syntax itself, rendering the response display on the Query page 
 almost completely useless. JSON, Ruby, et al display very reasonably 
 formatted output, but XML does not.
 You can click on the icon next to the generated query URL to display the 
 response in a browser tab of its own and then it does display the XML very 
 reasonably, but the framed display on the query page is simply not readable.
 My recollection is that the old UI had this same problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-3840) XML query response display is unreadable in Solr Admin Query UI

2012-09-13 Thread Jack Krupansky (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-3840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jack Krupansky updated SOLR-3840:
-

Environment: Google Chrome, Windows 7

 XML query response display is unreadable in Solr Admin Query UI
 ---

 Key: SOLR-3840
 URL: https://issues.apache.org/jira/browse/SOLR-3840
 Project: Solr
  Issue Type: Improvement
  Components: web gui
Affects Versions: 4.0-BETA
 Environment: Google Chrome, Windows 7
Reporter: Jack Krupansky
 Attachments: Query-UI-XML-unreadable.png


 If I execute a query in the Solr Admin Query UI, the default XML writer 
 displays only the raw text of the Solr response XML element values, but none 
 of the XML syntax itself, rendering the response display on the Query page 
 almost completely useless. JSON, Ruby, et al display very reasonably 
 formatted output, but XML does not.
 You can click on the icon next to the generated query URL to display the 
 response in a browser tab of its own and then it does display the XML very 
 reasonably, but the framed display on the query page is simply not readable.
 My recollection is that the old UI had this same problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-3840) XML query response display is unreadable in Solr Admin Query UI

2012-09-13 Thread Jack Krupansky (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-3840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jack Krupansky updated SOLR-3840:
-

Environment: Google Chrome, Windows 7 - Firefox as well  (was: Google 
Chrome, Windows 7)

Issue is the same with a fresh download of Firefox.

 XML query response display is unreadable in Solr Admin Query UI
 ---

 Key: SOLR-3840
 URL: https://issues.apache.org/jira/browse/SOLR-3840
 Project: Solr
  Issue Type: Improvement
  Components: web gui
Affects Versions: 4.0-BETA
 Environment: Google Chrome, Windows 7 - Firefox as well
Reporter: Jack Krupansky
 Attachments: Query-UI-XML-unreadable.png


 If I execute a query in the Solr Admin Query UI, the default XML writer 
 displays only the raw text of the Solr response XML element values, but none 
 of the XML syntax itself, rendering the response display on the Query page 
 almost completely useless. JSON, Ruby, et al display very reasonably 
 formatted output, but XML does not.
 You can click on the icon next to the generated query URL to display the 
 response in a browser tab of its own and then it does display the XML very 
 reasonably, but the framed display on the query page is simply not readable.
 My recollection is that the old UI had this same problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org