Directory browsing module for the Cuyahoga CMS system

TDWebDirExplorer_0.1.1.zip

23 K


Screenshot

This is a module for the ASP.NET CMS system Cuyahoga.

At the moment the following features are supported:

  • Specify a root directory that can be browsed.
    (configurable in the backend)
  • Enable browsing subdirectories of this root directory.
    (configurable in the backend)
  • Display files that mach one of the supplied search patterns.
    (configurable in the backend)
  • Download these files.
  • A directory navigation headline is provided to easily access previous / higher directories.

Roadmap (with an unknown timetable)

  • Fileuploads
  • Creation of subdirectories

Version History

0.1.1:
------
    * New Feature: The entry names (of files an directories) are now implemented
            as links that can be clicked directly.
    * Changes: More than one file pattern can be specified (seperated with ',').
    * Changes: Now the same download algorithm as implemented in the
            Cuyahoga.Modules.Downloads module.
            (implementation accessible by calling the
            TDSoft.Cuyahoga.Modules.TDWebDirExplorer.DirListingCtrl.SendFile method.)
   
0.1.0:
------
    * First development release.



Current Cuyahoga ModuleBase Class diagram


This UML Class Diagram part is based on the current (19.04.2006) SVN version of cuyahoga.