Last modified: 2011-12-14 17:37:19 UTC
We need to find a way to do more efficient batch requests in foreign repos. I've got an idea for implementation in the ForeignAPIRepo, so assigning to self.
Something like class FileBatch { function addFile( ... ) { ... } function fetchAll( ... ) { ... } } Somewhere in the parser addFile() should be called so that the renderer can call fetchAll().
With r51673, we can now do batch existence checks. Still not ideal.
Didn't mean to close it.
Mass component change for merge of "File/Repo" and "Images and Files"
Bryan, if you want, feel free to take this over. Chad isn't going to finish it.-