Changes between Version 66 and Version 67 of DeveloperGuidelines/Tips
- Timestamp:
- 09/09/09 18:24:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v66 v67 29 29 * Edit multiple records at once: http://groups.google.com/group/web2py/browse_thread/thread/401b4c192871194c/a96cc8c7923a8565# 30 30 * Prevent multiple concurrent logins: http://groups.google.com/group/web2py/browse_thread/thread/4e1c62a0d9255160 31 * Process uploaded files manually (e.g. to unzip KMZ): http://groups.google.com/group/web2py/browse_thread/thread/63809c06cac3b0d5 31 32 * Custom Forms 32 33 * Debug by setting the return to just a plain dict() (=> can read values of vars in 'request')