sciserver / SkyServer-DR13

SkyServer web site
2 stars 1 forks source link

Database indices page is broken (en/help/docs/indices.aspx missing) #205

Closed thakar closed 8 years ago

thakar commented 8 years ago

The link that shows the database indices defined on each table is broken, and apparently has been broken since DR10! If you go to the Help page "About the Database", then click on "Database Indices", it takes you to a section of the page where there is a link to display the database indices "Click here to view a table of all the current indices defined on the data.". If you click on that link, you get an error message:

Server Error in '/dr12' Application.

The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.

Requested URL: /dr12/en/help/docs/indices.aspx

mtaghiza commented 8 years ago

Fixed. Added missing indices.aspx page.

thakar commented 8 years ago

Thanks. Did you have to create it from scratch or was there a version of it somewhere?

  Ani

Aniruddha R. Thakar, Principal Research Scientist Center for Astrophysical Sciences and Institute for Data Intensive Engineering & Science (IDIES), JHU 3701 San Martin Drive, Baltimore MD 21218-2695 410-516-4850, thakar@jhu.edu, www.sdss.jhu.edu/~thakar

http://www.sdss.jhu.edu/%7Ethakar

I don't mind that you think slowly, but I do mind that you are publishing faster than you think. [Wolfgang Pauli, Nobel physicist]

On Fri, Jul 8, 2016 at 1:12 PM, mtaghiza notifications@github.com wrote:

Fixed. Added missing indices.aspx page.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sciserver/SkyServer/issues/205#issuecomment-231417303, or mute the thread https://github.com/notifications/unsubscribe/AFxf3HJn7OC-bEEry8s7gj0Jhvks8lK6ks5qToTkgaJpZM4JHsMH .

mtaghiza commented 8 years ago

from scratch, just by looking at the last working page (in DR9).

thakar commented 8 years ago

Yeah, that's what I figured, this was one of the things that slipped through the cracks during the refactoring. Not a good sign that nobody complained about it since DR10!

   Ani

Aniruddha R. Thakar, Principal Research Scientist Center for Astrophysical Sciences and Institute for Data Intensive Engineering & Science (IDIES), JHU 3701 San Martin Drive, Baltimore MD 21218-2695 410-516-4850, thakar@jhu.edu, www.sdss.jhu.edu/~thakar

http://www.sdss.jhu.edu/%7Ethakar

I don't mind that you think slowly, but I do mind that you are publishing faster than you think. [Wolfgang Pauli, Nobel physicist]

On Fri, Jul 8, 2016 at 2:58 PM, mtaghiza notifications@github.com wrote:

from scratch, just by looking at the last working page (in DR9).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sciserver/SkyServer/issues/205#issuecomment-231444540, or mute the thread https://github.com/notifications/unsubscribe/AFxf3CeYFdlT2TRQZkIus9k8KJojks5xks5qTp3qgaJpZM4JHsMH .

thakar commented 8 years ago

Hi Manu,

A desired enhancement of this feature would be to not have each table name be listed multiple times for each index, i.e. for PhotoObjAll it should show the name only once in the leftmost column, preferably vertically centered, for all the PhotoObjAll indices. This is a feature request over and above what was there before, so not high priority :-) .

    Ani

Aniruddha R. Thakar, Principal Research Scientist Center for Astrophysical Sciences and Institute for Data Intensive Engineering & Science (IDIES), JHU 3701 San Martin Drive, Baltimore MD 21218-2695 410-516-4850, thakar@jhu.edu, www.sdss.jhu.edu/~thakar

http://www.sdss.jhu.edu/%7Ethakar

I don't mind that you think slowly, but I do mind that you are publishing faster than you think. [Wolfgang Pauli, Nobel physicist]

On Fri, Jul 8, 2016 at 3:04 PM, Ani Thakar thakar@jhu.edu wrote:

Yeah, that's what I figured, this was one of the things that slipped through the cracks during the refactoring. Not a good sign that nobody complained about it since DR10!

   Ani

Aniruddha R. Thakar, Principal Research Scientist Center for Astrophysical Sciences and Institute for Data Intensive Engineering & Science (IDIES), JHU 3701 San Martin Drive, Baltimore MD 21218-2695 410-516-4850, thakar@jhu.edu, www.sdss.jhu.edu/~thakar http://www.sdss.jhu.edu/%7Ethakar


I don't mind that you think slowly, but I do mind that you are publishing faster than you think. [Wolfgang Pauli, Nobel physicist]

On Fri, Jul 8, 2016 at 2:58 PM, mtaghiza notifications@github.com wrote:

from scratch, just by looking at the last working page (in DR9).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sciserver/SkyServer/issues/205#issuecomment-231444540, or mute the thread https://github.com/notifications/unsubscribe/AFxf3CeYFdlT2TRQZkIus9k8KJojks5xks5qTp3qgaJpZM4JHsMH .

mtaghiza commented 8 years ago

Indices page present now in version 1.8.1. Closing...