Changes between Version 47 and Version 48 of SummerOfCode2006
- Timestamp:
- Apr 22, 2006, 10:20:53 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2006
v47 v48 37 37 * infastructure for automatically downloading and installing packaged Django apps. 38 38 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. 40 40 41 41 * Create a generic, reusable search/indexer component (capable of htmlentities). … … 57 57 * Non-admin widgets 58 58 * 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 results59 * !MultiSelectComboBox that works for thousands of rows and can display multi-column results 60 60 * Easily create any levels of inlined editing widgets 61 * Compose admin pages of AjaxPortlets that can be connected together61 * Compose admin pages of !AjaxPortlets that can be connected together 62 62 63 * Add spell checking to CharField andTextField 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). 64 64 65 65 * Change the permissions system to be more flexible (ACL's, Zope-style role based authorization, etc.)