Changes between Version 59 and Version 60 of DeveloperGuidelines/Tips
- Timestamp:
- 06/26/09 09:11:17 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Tips
v59 v60 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 * THIS_NOT_IN_DB custom validator: http://groups.google.com/group/web2py/browse_thread/thread/27b14433976c0540?pli=132 31 * Custom Forms 33 32 * Debug by setting the return to just a plain dict() (=> can read values of vars in 'request') … … 42 41 * form.accepts AJAX submission: http://groups.google.com/group/web2py/browse_thread/thread/e583a1e377cc7dea 43 42 * Lambda tricks: http://p-nand-q.com/python/stupid_lambda_tricks.html 43 * THIS_NOT_IN_DB custom validator: http://groups.google.com/group/web2py/browse_thread/thread/27b14433976c0540?pli=1 44 44 * IS_IN_DB (...,order_by=...): http://groups.google.com/group/web2py/browse_thread/thread/5fe6e343d115590d/2a8c38fccb2cf3cf#2a8c38fccb2cf3cf 45 45 * CGI co-existence: http://groups.google.com/group/web2py/browse_thread/thread/1520b84d144f0b0c … … 48 48 * http://groups.google.com/group/web2py/browse_thread/thread/484a2d04bdd7606f 49 49 * http://groups.google.com/group/web2py/browse_thread/thread/1df80dbf52d401fb 50 * TEXTAREA options: http://groups.google.com/group/web2py/browse_thread/thread/482ecab0878689d5 50 51 * nicEdit integration: http://groups.google.com/group/web2py/msg/ff491af9382f6c39 51 52 * Multi-column unique constraint: http://groups.google.com/group/web2py/browse_thread/thread/f5ab94cc7d511e0b