Changeset 5688
- Timestamp:
- 11/16/08 17:27:36 (2 months ago)
- Files:
-
- branches/1.1/CHANGELOG.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/CHANGELOG.txt
r5685 r5688 52 52 thanks to Matt Wilson for the proposed patch and ticket. 53 53 * Could not pass path as list to redirect (#2006, Peter Russel). 54 * Misc fixes to various modules to handle a missing OR mmodule gracefully and55 print a helpfule message when a user tries to start a project w ihich needs56 an ORM without one installed (r5490, r5491, r5493, r5494, r5495, r5496).54 * Misc fixes to various modules to handle a missing ORM module gracefully and 55 print a helpfule message when a user tries to start a project which needs 56 an ORM, and it can not be imported (r5490, r5491, r5493, r5494, r5495, r5496). 57 57 * Do not set 'forward_url' in login method when there are identity errors 58 58 (r5507).