Changeset 3620
- Timestamp:
- 11/06/07 21:46:26 (1 year ago)
- Files:
-
- branches/1.0/CHANGELOG.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/CHANGELOG.txt
r3608 r3620 13 13 the shipped MochiKit 1.3.1. That allows to include custom mochikit versions. 14 14 * Ticket #1601. Workaround in paginate for databases without OFFSET. 15 * The database module exports a mapper which is either session.mapper 16 for SQLAlchemy >= 0.4, or something similar to assign_mapper 17 for SQLAlchemy < 0.4, but compatible with SQLAlchemy 0.4 and Elixir. 15 18 16 19 *Fixes* … … 18 21 * KID-template string collection for i18n fixed so that it ignores XML 19 22 processing instructions and comments as well as script and style sections. 23 * Tickets # 1458, #1599 and #1604. Fixed SQLAlchemy and Elixir issues. 20 24 21 25 *Contributors*