Problem/Motivation
While working on #2005166: Create simple file listing under admin/content/file we had to move _views_file_status() from file.views.inc to file.module due to loading problems.
Proposed resolution
Move _views_file_status() into an autoloadable space, possibly the OO way.
Remaining tasks
- find the best solution and implement it
User interface changes
N/A
API changes
- _views_file_status() will be moved to a new place or possibly replaced with an OO equivalent
Related Issues
- #2005166: Create simple file listing under admin/content/file