Changes between Version 79 and Version 80 of DevProjects
- Timestamp:
- Feb 18, 2013, 11:43:55 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevProjects
v79 v80 47 47 === Web features === 48 48 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. 51 52 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). 52 55 1. Add a Reset button to prefs (both general and project) 56 57 The following need to be evaluated: 58 53 59 1. [wiki:PrefsRemodel Remodel the preferences system] 54 60 1. Combine user page and profile. #601 … … 125 131 the fastest available version, 126 132 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.131 133 1. Add support for parallel applications: 132 134 try to schedule all the jobs in a batch more or less simultaneously.