Changes between Version 79 and Version 80 of DevProjects


Ignore:
Timestamp:
Feb 18, 2013, 11:43:55 AM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevProjects

    v79 v80  
    4747=== Web features ===
    4848
    49  1. Document the classes and IDs used by the PHP code;
    50    document the "standard" stylesheets, main.css and white.css.
     49 1. Document the HTML classes and IDs used by the PHP code.
     50   Simplify where possible.
     51   Document the "standard" stylesheets, main.css and white.css.
    5152   Finish black.css, and maybe make another style.
     53 1. Change the sample project-specific prefs code (html/project/project_specific.prefs.inc)
     54   to use the object-oriented structure used for general prefs (html/inc/prefs.inc).
    5255 1. Add a Reset button to prefs (both general and project)
     56
     57The following need to be evaluated:
     58
    5359 1. [wiki:PrefsRemodel Remodel the preferences system]
    5460 1. Combine user page and profile. #601
     
    125131    the fastest available version,
    126132    it uses the fastest one for the resource R for which R.req_secs/R.ninstances is greatest.
    127  1. Enforce file immutability.
    128    I.e., have create_work() check if any file is already in the download hierarchy,
    129    and if so make sure that it is the same.
    130    Use MD5s for efficiency.
    131133 1. Add support for parallel applications:
    132134   try to schedule all the jobs in a batch more or less simultaneously.