Bug #139

Last 5 remote files

Added by Lukas Rist about 2 years ago. Updated about 2 years ago.

Status:Closed Start date:01/10/2010
Priority:High Due date:
Assignee:Marcel Koßin % Done:

100%

Category:User Interface Spent time: 0.25 hour
Target version:0.0.1

Description

For the "Last 5 remote files" and "Raw Data -> Files" you are using:

1$query="SELECT SQL_CALC_FOUND_ROWS id, fileurl FROM files WHERE fileurl != '' ORDER BY id DESC" . sql_escape($PaginateIt->GetSqlLimit());

The fileurl column gets filled by an optional plug-in. I think it would be better if you use for example req and split it on the first "=". Or you have to add the fileurl plug-in to the prerequisites.

History

Updated by Marcel Koßin about 2 years ago

The fileurl column gets filled by an optional plug-in. I think it would be better if you use for example req and split it on the first "=". Or you have to add the fileurl plug-in to the prerequisites.

This Feature as well as the Feature Raw Data -> Files relies on the files table. Thus I guess the best solution might be not to show these information, if the table is missing. Perhaps we should have an extra page where the use can verifiy if this plugin is active or not.

Updated by Marcel Koßin about 2 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF