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

Mvc\Model::__get() / __set() and related storage #14035

Merged
merged 53 commits into from
May 11, 2019
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
c57d12e
Merge pull request #5 from phalcon/4.0.x
zsilbi Apr 16, 2019
61647f4
Merge pull request #6 from phalcon/4.0.x
zsilbi Apr 23, 2019
78a533a
Merge pull request #7 from phalcon/4.0.x
zsilbi Apr 26, 2019
376b359
Merge pull request #8 from phalcon/4.0.x
zsilbi Apr 30, 2019
ba010c9
Merge pull request #9 from phalcon/4.0.x
zsilbi May 2, 2019
1cd7b8b
Added tests for Mvc\Model::isRelationShipLoaded()
May 2, 2019
68085bd
Added aliases to some test models
May 2, 2019
35ed4e6
Removed storing related records in class properties
May 2, 2019
922679a
Added delete to save() test to prevent Paginator\QueryBuilder test error
May 2, 2019
de4d0b6
Code style
May 3, 2019
11f507b
Changed assigning values to a referenced model to use assign()
May 3, 2019
44696e7
Segfault fix
May 3, 2019
c7b5af5
Update libmemcached.zep
ruudboon Apr 26, 2019
e11b64b
Regenrated ext
sergeyklay Apr 27, 2019
ad2d2f7
[WIP] Added variable types. (#14015)
SidRoberts Apr 28, 2019
e0a605d
Fixed the non-array return value in Flash\Session::getSessionMessages()
Apr 29, 2019
f2f0f88
Fixed the non-array return value in Flash\Session::getSessionMessages()
Apr 29, 2019
82f17ef
Code style fix
Apr 29, 2019
73b3dd5
Modified test
Apr 29, 2019
afdfac5
Added classes
Apr 29, 2019
a738e02
Tidied up tests.
SidRoberts Apr 25, 2019
c9e3315
Tidied up optimizers.
SidRoberts Apr 30, 2019
ffa4447
Fixed Phalcon\Config\Adapter\Ini() to handle arrays correctly (#14026)
zsilbi Apr 30, 2019
11648de
Fixed PHPDoc code example in session/adapter/files
Jeckerson May 2, 2019
b4accd8
Added tests for Mvc\Model::isRelationShipLoaded()
May 2, 2019
013d929
Added aliases to some test models
May 2, 2019
385a405
Removed storing related records in class properties
May 2, 2019
bf12b3d
Added delete to save() test to prevent Paginator\QueryBuilder test error
May 2, 2019
4a3c610
Code style
May 3, 2019
16d4b8a
Changed assigning values to a referenced model to use assign()
May 3, 2019
f65b00c
Segfault fix
May 3, 2019
7927111
Typo in comment
May 5, 2019
3882df1
Fixed asserts
May 5, 2019
3191bd1
Merge remote-tracking branch 'origin/model-relation-storage-with-test…
May 5, 2019
b36bfba
Changed writeAttribute test to actually use Model::writeAttribute()
May 5, 2019
f6e0aec
Only unfiltered related records should be cached in Model.
May 5, 2019
d078620
Removed Model::relatedSaved[]
May 6, 2019
35a3bd6
Moved returning dirty related records to __get()
May 6, 2019
e4e65fd
Typo fix
May 6, 2019
8002ecd
Tests for Model::__get()
May 6, 2019
6eb8498
Removed whitespace
May 6, 2019
698e0a2
Added tests for Model::getRelated()
May 6, 2019
cf8154b
Whitespace removed
May 6, 2019
efeea68
Added test model aliases
May 6, 2019
c75a23d
Model::getRelated() return hint fixed
May 6, 2019
5b89327
Fixed asserts
May 6, 2019
230654d
Typo
May 6, 2019
b50c4e9
Fixed asserts
May 6, 2019
0c49716
ModelInterface::getRelated() return hint fixed
May 6, 2019
25cb1cf
Code style
May 7, 2019
f5e5e18
Code style again
May 7, 2019
7d7fc65
Code style again..
May 7, 2019
d90459b
Changelog updated
May 7, 2019
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
Loading