Changes between Version 28 and Version 29 of SummerOfCode2009
- Timestamp:
- Mar 21, 2009, 12:00:30 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2009
v28 v29 59 59 * Implement various convenience features to make RESTful webapps easier/faster/better to build with Django 60 60 * Note from Greg Wilson: Rory Tulk and Mohammad Jalali have started this as a course project, and it looks promising; contact either of us for more details. 61 * A resuable app for archiving/displaying/searching/hyperlinking chat conversations (IRC etc.).62 * Note from Greg Wilson: grabbing the data is nearly trivial; indexing it, displaying it, providing anchors so that it's easy to hyperlink to regions of text, etc., is harder.63 61 * Functional test runners integrated with Django (Windmill, selenium). Coverage support. General testing improvements. See: [http://code.djangoproject.com/query?status=new&status=assigned&status=reopened&component=Testing+framework&order=priority Open Testing Tickets] 64 62 * Encryption and decryption of Python objects using AES256 (AES256TextStore). This is a proposal based on preliminary testing using pycryptopp (cryptopp). I also propose mentoring and