Changes between Version 11 and Version 12 of soc2009-admin-ui


Ignore:
Timestamp:
Dec 12, 2009, 12:44:46 PM (15 years ago)
Author:
Rob Hudson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc2009-admin-ui

    v11 v12  
    1 Things needed for Admin-UI:
     1Original Admin UI proposal:
     2http://groups.google.com/group/django-developers/browse_thread/thread/1edf77c9c8b1101d/4ecda5e4c982c7e1
    23
    3 In general, commits should be broken up into a series of patches -- 1 for each incremental improvement or feature (e.g. autocomplete, selector inlines, etc).
     4In general:
    45
    5  * Docs
    6   * !SelectorInlines
    7  * All the JS for the admin should be minified, but we need to ship maximized versions too, for ease of editing, and then have a build process do the minification.
    8    * Note: This is better saved for last.
    9  * Updating the old Javascript to use jQuery is an end goal, but not one required to get admin-ui merged.
    10  * Document where js libs come from for ease of checking on new versions and finding full source.
     6  * Commits should be broken up into a series of patches -- 1 for each incremental improvement or feature (e.g. autocomplete, selector inlines, etc).
     7  * All the JS for the admin should be minified, but we need to ship maximized versions too, for ease of editing, and then have a build process do the minification.
     8    * Note: This may be better saved for last.
     9  * Updating the old Javascript to use jQuery is an end goal, but not one required to get admin-ui merged.
     10  * Document where js libs come from for ease of checking on new versions and finding full source.
     11
     12Suggested individual patches:
     13
     14  1. An `OrderField` as suggested here: http://groups.google.com/group/django-developers/browse_thread/thread/480662576c49edd/3aca77d981804528.
     15    * Needs docs
     16    * Needs tests
    1117
    1218Summary of commits on the soc2009/admin-ui branch:
     
    2127  8. !ManyToManySearchInput, autocompletion for m2m fields.
    2228
    23 Suggested individual patches:
    24 
    25   1. An `OrderField` as suggested here: http://groups.google.com/group/django-developers/browse_thread/thread/480662576c49edd/3aca77d981804528.
    26     * Needs docs
    27     * Needs tests
Back to Top