Sampson Chen
Currently:
- Implemented mem caching for thumbnail project on .rst and .md attachments
- Refactored the Text-ish classes in mimetypes.py to remove duplicate logic; ReStructuredTextMimetype and MarkDownMimetype now subclass TextMimetype instead.
- Implemented infrastructure for registering MimetypeHandlers in much the same manner as registering Review UIs, replacing the old way of doing it through __subclass__
- Implemented protection against js injection attacks while using docutils / markdown modules
Roadblocks:
- None atm, just putting a lot of time into to resolving all the loose ends for thumbnails project to get it ready for patching, so I can get back to the extensions project.
Next:
- Test some mockups with the extension project
Questions:
- None atm