UserInput: ChangeLog
[ ]
[ ]
[ ]
[ ]
[ ]
- Implemented issue #12057: Change the $propertyValues' visibility from
private to protected in ezcInputForm.
- Fixed bug #11998: Use === instead of == where possible.
- Documentation updates and fixes.
- Fixed issue #11035: UserInput tutorial inconsistent.
- Fixed issue #9289: Adjust component for latest version of the filter
extension, which API is now frozen.
- Refactored to use the new ezcBaseStruct class.
- Updated documentation.
- Added dependency check on PHP's filter extension.
- Added methods:
- Changed ezcInputForm::validateDefinition() to return an error message
besides the error code only. This should make debugging of definition arrays
eaiser.
- Changed exception behavior. All errors will now throw a different exception
class.
- Changed the class' methods to use new ezcInputFormDefinitionElement structs.
- Changed method names:
* invalidProperties() to getInvalidProperties()
* optionalProperties() to getOptionalProperties()
* requiredProperties() to getRequiredProperties()
* validProperties() to getValidProperties()
- Initial release of this package.
Last updated: Tue, 02 Dec 2008