Commit graph

16 commits

Author SHA1 Message Date
Alezia Kurdis
15214949be
Adjust text for Error 0
Error 0 was previously: "URL not well formed"
But actually , this wasn't the exact reason why an error 0 can be returned.
Error 0 means that no server are reachable to even respond.
So I have replaced it by "Server not found".
2021-12-06 22:13:16 -05:00
Dale Glass
7503ab36b3 Convert line endings from CRLF to LF 2021-04-02 00:19:12 +02:00
Kalila
519db8743d
Merge pull request #1069 from AleziaKurdis/CreateApp-BrokenURLReport
Create App: Broken Url Report
2021-04-01 17:18:05 -04:00
Alezia Kurdis
0b04eee7bc
Delete brokenUrlReport.js
Broken Url Report - adjustments
2021-03-21 22:53:40 -04:00
Alezia Kurdis
0da1d9ad5b
Delete brokenUrlReport.html
Broken Url Report - adjustments
2021-03-21 22:53:10 -04:00
Alezia Kurdis
a9fadfa654
Broken Url Report - adjustments
Broken Url Report - adjustments
2021-03-21 22:52:25 -04:00
Alezia Kurdis
090cd176e0
Display the error text instead of only the no 2021-03-01 23:41:38 -05:00
Alezia Kurdis
f8d93a8429
Add a Link to select the entity.
Add a Link to select the entity.
So the user can edit each entity listed in the report
by clicking on it. This select the entity.
2021-02-27 23:33:10 -05:00
Alezia Kurdis
940b45ee85
Add Broken Url Report feature 2021-02-27 13:13:37 -05:00
Alezia Kurdis
6e3ab17079
Add Broken Url Report functionality 2021-02-27 00:34:51 -05:00
HifiExperiments
f9b88c68e0 treat non-uniform spheres as ellipsoids everywhere 2021-02-15 21:13:58 -08:00
Alezia Kurdis
5a3f4b59c8
Add a Name on the Material of the shape visualizer
Add a Name on the Material of the shape visualizer
to be able to exclude it when a zone is selected.
2020-12-08 23:39:26 -05:00
Alezia Kurdis
b633bc4a16
Excluding EntityShapeVisualizer from Children list
Excluding EntityShapeVisualizer from Children list
Now a name is given to the EntityShape of the EntityShapeVisualizer (used to display the zone)
so we can now exclude them from the children list when it's time to figure if there are children for an entity.
(This is a better approach than excluding al the local entities)
The name has been used because it gives better results than trying to use the id map that arrive always too late.
The name is unique for a session, it includes a UUID.
2020-11-21 15:44:15 -05:00
Zach Fox
d622e53458 Some comments; changed the code to be backwards compatible 2019-07-08 17:10:11 -07:00
RebeccaStankus
d8daee49a8 Fixed bad path to gridControls 2019-06-25 16:31:21 -07:00
RebeccaStankus
6aca2fcf07 Working on new file structure 2019-06-24 14:01:51 -07:00