Changes between Version 47 and Version 48 of SummerOfCode2006


Ignore:
Timestamp:
Apr 22, 2006, 10:20:53 PM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2006

    v47 v48  
    3737   * infastructure for automatically downloading and installing packaged Django apps.
    3838
    39  * Create Django packages and buildscripts for Linux (various), FreeBSD (There already is one www/py-django), OS X (Fink and Darwinports), etc.
     39 * Create Django packages and buildscripts for Linux (various), !FreeBSD (There already is one www/py-django), OS X (Fink and Darwinports), etc.
    4040
    4141 * Create a generic, reusable search/indexer component (capable of htmlentities).
     
    5757   * Non-admin widgets
    5858   * Admin widgets to bring Django closer to, e.g., !MicrosoftAccess (''NB: if Django ever becames anything LIKE Access, I'm leaving.  -- JKM'') for creating database applications:
    59       * MultiSelectComboBox that works for thousands of rows and can display multi-column results
     59      * !MultiSelectComboBox that works for thousands of rows and can display multi-column results
    6060      * Easily create any levels of inlined editing widgets
    61       * Compose admin pages of AjaxPortlets that can be connected together
     61      * Compose admin pages of !AjaxPortlets that can be connected together
    6262 
    63  * Add spell checking to CharField and TextField with a well thought out interface (getting the interface right will be significantly harder than the backend code).
     63 * Add spell checking to !CharField and !TextField with a well thought out interface (getting the interface right will be significantly harder than the backend code).
    6464
    6565 * Change the permissions system to be more flexible (ACL's, Zope-style role based authorization, etc.)
Back to Top