Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phalcon\Forms\Form::hasMessagesFor() should return boolean #1765

Merged
merged 20 commits into from Jan 6, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
1.3.0
- Make the source code compatible with PHP 5.6-dev and PHP 5.7-dev (#1762)
- Code cleanup: get rid of compiler warnings, dead code elimination, code deduplication, use static code analysers to eliminate possible bugs
(#801, #802, #810, #825, #827, #838, #849, #942, #968, #1001, #1093, #1169, #1214, #1223, #1224, #1375, #1430)
- Fixed various memory leaks (#469, #860, #910, #914, #916, #1031, #1067, #1249, #1273, #1291, #1309, #1345, #1455, #1470, #1700)
Expand Down Expand Up @@ -139,6 +140,10 @@
- Phalcon\Forms\Form::getMessages() does not generate a fatal error if the form is valid (#1349)
- Improvements to Phalcon\Forms\Form::add() (#1386)
- Added Phalcon\Forms\Element\Radio class (#1646)
- Phalcon\Forms\Form::hasMessagesFor() returns boolean (#1764)
- Iterators for Phalcon\Forms\Form implemented via Zend API (#1765)
- Phalcon\Forms\Form::count() implemented via Zend API (#1765)
- Phalcon\Forms\Form optimizations (#1765)
- Phalcon\Http:
- Phalcon\Http\Cookie can be used without sessions (#875)
- Phalcon\Http\Cookie does not ignore expire time (#897)
Expand Down Expand Up @@ -239,6 +244,7 @@
- Added support for error codes (#1171)
- Bug fixes (#1399)
- Optimized Phalcon\Validation\Message\Group by using native iterators (#1657)
- Optimized Phalcon\Validation\Message\Group by using object handlers (#1765)
- Unit tests:
- Travis CI imporvements (#819, #846, #949)
- Use markTestSkipped() instead of echo (#862)
Expand Down
Loading