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

Type time #12471

Closed
wants to merge 95 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
d90ab5e
Added Column::TYPE_TIME
ruudboon Oct 5, 2016
0a62ddc
Updated CHANGELOG with new Phalcon\Db\Column::TYPE_TIME
ruudboon Dec 13, 2016
2c9d794
Fixed failed auto merge
ruudboon Dec 13, 2016
ef2b586
Fixed missing annotations and snapshot check
ruudboon Dec 13, 2016
97dc5e6
Fixed indents
ruudboon Dec 13, 2016
56a65ac
Added unit tests for new TIME type
ruudboon Dec 13, 2016
9ccf386
Fixed indents
ruudboon Dec 13, 2016
89d714a
Support TIME for sqlite
ruudboon Dec 14, 2016
8008a35
fix indents
ruudboon Dec 14, 2016
0033ef5
Merge pull request #1 from phalcon/master
Zaszczyk Jul 19, 2017
668a68c
fix #12947 - Parameter 'message' must be a string in FileValidator
Zaszczyk Jul 19, 2017
aa4fdcc
add first tests to Validator/File
Zaszczyk Jul 20, 2017
3953972
improve tests to Validator/File
Zaszczyk Jul 20, 2017
19fae3a
improve tests to Validator/File
Zaszczyk Jul 20, 2017
5735346
edit class_implements to is_subclass_of
Aug 10, 2017
115e93c
Bump dev version
sergeyklay Aug 13, 2017
adfcef5
Added validation instantion to zep source files
ninjapanzer Aug 22, 2017
197080e
Merge pull request #13032 from SavvySoftWorksLLC/pks/3_2_x/add_valida…
sergeyklay Aug 22, 2017
5aad0fd
remove extra ' doc in codeblock
ninjapanzer Aug 23, 2017
52714d1
fixed. threw RuntimeException, if db:beforeQuery() returned false
Aug 27, 2017
eaa8ea5
Remove incorrect docblocks code from 3.2 for #docs-app/1224
ninjapanzer Aug 28, 2017
a1ef4c2
Merge pull request #13043 from SavvySoftWorksLLC/3.2.x
sergeyklay Aug 28, 2017
6bec8fb
Update CHANGELOG.md
Aug 29, 2017
df9daad
Update CHANGELOG.md [ci skip]
sergeyklay Aug 29, 2017
d2c55f0
Merge branch '3.2.x' into fix_db_beforeQuery
sergeyklay Aug 29, 2017
587881d
Merge pull request #13040 from kanehama/fix_db_beforeQuery
sergeyklay Aug 29, 2017
1cfd5e0
Internal cookies property is now always an array (fixes #12978)
SidRoberts Jul 24, 2017
27c0d30
Merge pull request #13034 from SavvySoftWorksLLC/pks/3_2/correct_extr…
sergeyklay Sep 2, 2017
8d7df6b
Merge pull request #12980 from SidRoberts/patch-1
sergeyklay Sep 2, 2017
93e33c3
Test the internal cookies property
sergeyklay Sep 2, 2017
86bfe45
Merge pull request #13053 from sergeyklay/3.2.x
sergeyklay Sep 2, 2017
39a7539
Added homebrew macOS instructions now that brew has stable lts [skip-ci]
ninjapanzer Sep 2, 2017
1a29788
Merge pull request #13054 from SavvySoftWorksLLC/pks/add_homebrew_ins…
niden Sep 2, 2017
bba27ac
Fixed Collection::count return type hint
sergeyklay Sep 10, 2017
c65c6e2
Merge pull request #13064 from sergeyklay/3.2.x
ninjapanzer Sep 10, 2017
53e2ebe
Merge remote-tracking branch 'upstream/master'
Zaszczyk Sep 14, 2017
928854f
Merge branch 'master' into fix-12947
Zaszczyk Sep 14, 2017
1d7afc0
Merge remote-tracking branch 'upstream/3.2.x' into fix-12947
Zaszczyk Sep 14, 2017
f9f2412
add to changelog
Zaszczyk Sep 14, 2017
52b308a
Merge pull request #13015 from bongrun/is_subclass_of
sergeyklay Sep 14, 2017
c43f5ee
Merge pull request #12973 from Zaszczyk/fix-12947
sergeyklay Sep 14, 2017
757a182
Merge branch 'master' into type_time
ruudboon Sep 19, 2017
692f2a8
Profile documentation update
ruudboon Sep 23, 2017
3f70383
Fixed Phalcon\Mvc\View::render
sergeyklay Sep 24, 2017
f03af41
Merge pull request #13087 from sergeyklay/3.2.x
sergeyklay Sep 24, 2017
f5059c0
Update profiler.zep
sergeyklay Sep 24, 2017
ba87d33
Merge pull request #13086 from ruudboon/patch-1
sergeyklay Sep 24, 2017
7bc9b97
Removed not used imports
sergeyklay Sep 25, 2017
97ccfc1
Merge pull request #13089 from sergeyklay/3.2.x
sergeyklay Sep 25, 2017
4621f3a
Fixed Phalcon\Mvc\Model\Manager::getRelationRecords
sergeyklay Oct 2, 2017
79a43bb
Merge pull request #13102 from sergeyklay/3.2.x
sergeyklay Oct 2, 2017
cd6541e
Update Travis CI config to use fast Trusty containers
sergeyklay Oct 2, 2017
f2dd027
Merge pull request #13103 from sergeyklay/3.2.x
sergeyklay Oct 2, 2017
91e6095
Update Travis CI config to send notifications to the Discord channel
sergeyklay Oct 2, 2017
f2b4305
Merge pull request #13104 from sergeyklay/3.2.x
sergeyklay Oct 2, 2017
dd6b143
Test issue #13092
sergeyklay Oct 2, 2017
75bd551
Merge pull request #13105 from sergeyklay/3.2.x
sergeyklay Oct 2, 2017
8f2918d
Refactored MetaData test
sergeyklay Oct 3, 2017
7e2032d
Merge pull request #13106 from sergeyklay/3.2.x
sergeyklay Oct 3, 2017
4050859
Removed no longer used "_with" variable from the QueryBuilder
sergeyklay Oct 3, 2017
64b1841
Merge pull request #13109 from sergeyklay/3.2.x
sergeyklay Oct 3, 2017
ba6cce7
Added Cookie::getValue test
sergeyklay Oct 4, 2017
4b952e5
Merge pull request #13111 from sergeyklay/3.2.x
sergeyklay Oct 4, 2017
80123d3
Fixed Dispatcher::dispatch() to ensure proper flow for all event hand…
virgofx Oct 7, 2017
5854207
Deprecating legacy \Mvc\Dispatcher test.
virgofx Oct 7, 2017
da5f3e0
Ensure the 'afterInitialize' event fires regardless of the presence o…
virgofx Oct 9, 2017
0783b9e
Merge pull request #13112 from virgofx/feat/dispatcher
sergeyklay Oct 9, 2017
0259ac4
Updated script to install Zephir Parser
sergeyklay Oct 12, 2017
0c07ece
Updated dependencies
sergeyklay Oct 12, 2017
297f44a
Workaround for Zephir Parser
sergeyklay Oct 12, 2017
d772cf0
Use latest Zephir Parser
sergeyklay Oct 12, 2017
cde7087
Remove discord webhook (does not work)
sergeyklay Oct 12, 2017
b1fd531
Fix indents
sergeyklay Oct 12, 2017
a8b5bb0
Regenerated build (PHP5)
sergeyklay Oct 12, 2017
2490839
Regenerated build (PHP7)
sergeyklay Oct 12, 2017
4c6912a
Used latest Zephir [ci skip]
sergeyklay Oct 12, 2017
e62d11d
Update CHANGELOG-3.2.md
sergeyklay Oct 12, 2017
a863577
Merge pull request #13116 from phalcon/3.2.x
sergeyklay Oct 12, 2017
07f15cc
Don't send dispatcher parameters
dugwood Oct 18, 2017
907532f
Add changelog for #13121
dugwood Oct 18, 2017
bf2f6d7
Merge pull request #13123 from dugwood/patch-1
sergeyklay Oct 21, 2017
07f02ab
Bump version
sergeyklay Oct 21, 2017
85d87d2
Fixes #12971
sergeyklay Oct 21, 2017
6c79e84
Fixed #13124 and moved fixtures to the separated file
sergeyklay Oct 21, 2017
ff44af1
Refactored models relations tests
sergeyklay Oct 21, 2017
5f961d0
Removed not used variables
sergeyklay Oct 13, 2017
1c14058
Added missed import to model criteria
sergeyklay Oct 14, 2017
37ed5fb
Regenerated build (PHP5)
sergeyklay Oct 21, 2017
8a28061
Regenerated build (PHP7)
sergeyklay Oct 21, 2017
13ce09f
Used latest Zephir
sergeyklay Oct 21, 2017
b22eedd
Fixed CHANGELOG [ci skip]
sergeyklay Oct 21, 2017
a0560cb
Merge pull request #13129 from phalcon/3.2.x
sergeyklay Oct 21, 2017
d7a64d4
Merge upstream
ruudboon Nov 7, 2017
f87eeaa
Revert
ruudboon Nov 7, 2017
7ce48a6
Merge branch 'type_time' of github.com:ruudboon/cphalcon into type_time
ruudboon Nov 7, 2017
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
2 changes: 1 addition & 1 deletion phalcon/validation/validator/exclusionin.zep
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ use Phalcon\Validation\Exception;
* [
* "message" => [
* "status" => "The status must not be A or B",
* "type" => "The type must not be 1 or "'
* "type" => "The type must not be 1 or "
* ],
* "domain" => [
* "status" => [
Expand Down