-
Committer:
mattgiuca
-
Date:
2008-01-10 00:28:41 UTC
-
Revision ID:
svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:150
fileservice: Big refactor.
    No longer outputs a list of objects. Instead outputs an object, which
    maps filenames to objects. The objects NO LONGER contain a "filename"
    field.
    This is easier for the client (JavaScript) to handle, especially when
    it wants to look for ".". Also allowed a nice refactor on the server
    side.
    Internally, no longer uses map/filter. Just uses straight for loops
    which are actually a bit neater (no need for currying functions).