Changes between Version 60 and Version 61 of DeveloperGuidelines/Tips
- Timestamp:
- 06/29/09 20:35:27 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v60 v61 32 32 * Debug by setting the return to just a plain dict() (=> can read values of vars in 'request') 33 33 * Latest code method: http://groups.google.com/group/web2py/browse_thread/thread/1d7c1e31b5f66534 34 * Suggested workflow for customising HTML: http://groups.google.com/group/web2py/browse_thread/thread/95e571e49b7d77ed/8c998b226f5a0437 34 35 * less retyping of code in view using SQLFORM extensions: http://groups.google.com/group/web2py/browse_thread/thread/2d8cc57352d158bd 35 36 * Simple version: http://groups.google.com/group/web2py/browse_thread/thread/7245cab0df469d5f … … 45 46 * CGI co-existence: http://groups.google.com/group/web2py/browse_thread/thread/1520b84d144f0b0c 46 47 * Inline Images in T2 CRUD: http://groups.google.com/group/web2py/browse_thread/thread/d954bf883baf7adc/3b55a819b425a741 48 * PIL to create thumbnails: http://groups.google.com/group/web2py/browse_thread/thread/3523f9a12edc6836 47 49 * Download Images with original filename: 48 50 * http://groups.google.com/group/web2py/browse_thread/thread/484a2d04bdd7606f