Changeset 5413
- Timestamp:
- 11/02/06 19:32:16 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1-2-pre-release/actionpack/CHANGELOG
r5372 r5413 1 1 *SVN* 2 3 * Deprecate expire_matched_fragments. Use expire_fragment instead. #6535 [Bob Silva] 2 4 3 5 * Update to latest Prototype, which doesn't serialize disabled form elements, adds clone() to arrays, empty/non-string Element.update() and adds a fixes excessive error reporting in WebKit beta versions [Thomas Fuchs] branches/1-2-pre-release/actionpack/lib/action_controller/caching.rb
r5400 r5413 390 390 expire_fragment(matcher, options) 391 391 end 392 deprecate :expire_matched_fragments => :expire_fragment 392 393 393 394