The fs-contents-portlet and the fs-portlet (when scoped_p is true) use a file-storage package's template to display folder contents. This t…
Show more
The fs-contents-portlet and the fs-portlet (when scoped_p is true) use afile-storage package's template to display folder contents. This templatechecks for permissions and decorates the display with appropriate buttonsfor adding files, folders, etc so there's no need for our portlet to addhyperlinks. Nor to do the permission checking used to determine which onesto put in the portlet. Unfortunately, for the unscoped case, i.e. theuser's file storage page, the portlet puts out its own page and does sousing a different style than file-storage itself. Which needs fixing, butnot right now.
Show less