Changes between Version 28 and Version 29 of SummerOfCode2009


Ignore:
Timestamp:
Mar 21, 2009, 12:00:30 AM (15 years ago)
Author:
Malcolm Tredinnick
Comment:

Removed an idea that was an application, not a core improvement.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2009

    v28 v29  
    5959 * Implement various convenience features to make RESTful webapps easier/faster/better to build with Django
    6060   * 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.
    6361 * 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]
    6462 * 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
Back to Top