Change pre-login viewer display URL to prepare for new community information display
Review Request #399 - Created July 16, 2011 and submitted
| Oz Linden | Reviewers | ||
| viewer | |||
| storm-1510 | |||
| None | viewer-development | ||
This changes the URL from which the upper part of the viewer window is loaded prior to login. At the moment, the new URL is internally redirected to the same content as before, but shortly it will have new community and activity information on what's going on in Second Life.
Confirmed using the log file that the new URL is being requested. Changed the settings file locally to point to an internal prototype of the new screen and confirmed that it is displayed correctly.
Posted (July 16, 2011, 6:48 a.m.)
-
indra/newview/app_settings/settings.xml (Diff revision 1) -
Setting the default value to something other than an empty string would override the selected grid's login page in LLGridManager::getGridInfo and LLGridManager::getLoginPage, which is probably not the desired result. In fact, I wonder why this setting is persistent at all. This should probably be renamed to CmdLineLoginPage, to be consistent with CmdLineLoginURI etc.

Other reviews