Changes between Version 3 and Version 4 of soc2009-admin-ui


Ignore:
Timestamp:
Dec 12, 2009, 11:10:50 AM (15 years ago)
Author:
Rob Hudson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc2009-admin-ui

    v3 v4  
    11Things needed for Admin-UI:
     2
     3In general, commits should be broken up into a series of patches -- 1 for each incremental improvement or feature (e.g. autocomplete, selector inlines, etc).
    24
    35 * Docs
    46  * !SelectorInlines
    5  * Should JS libraries be minified or not?
    6   * Currently some are, some aren't.  This should be consistent.
    7  * Should old admin Javascript code be updated to use jQuery?
    8   * I'm thinking yes, but this isn't done.
     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.
Back to Top