Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/nextras/orm
Orm with clean object design, smart relationship loading and powerful collections.
https://github.com/nextras/orm
coding-style: changed to lowercase
d2829a4bf75f8e71687dec800aa2f04738199ba6 authored about 9 years ago
d2829a4bf75f8e71687dec800aa2f04738199ba6 authored about 9 years ago
added codesniffer & phplinter
264903e920686b83fcf5274c4ea5d6d503f4d0bf authored about 9 years ago
264903e920686b83fcf5274c4ea5d6d503f4d0bf authored about 9 years ago
typos
c2ba9bf6af8a1610eaa4d49b75b1d33deee9e9c1 authored about 9 years ago
c2ba9bf6af8a1610eaa4d49b75b1d33deee9e9c1 authored about 9 years ago
entity/reflection: better exception if target entity is wrongly defined [closes #155]
5a41141373bc79278119c6680af727981cd93fb7 authored about 9 years ago
5a41141373bc79278119c6680af727981cd93fb7 authored about 9 years ago
fixed typos [refs #155]
e1608c7a85224dcfbef3cc4cbbc72c9da24bd0e3 authored about 9 years ago
e1608c7a85224dcfbef3cc4cbbc72c9da24bd0e3 authored about 9 years ago
composer: removes coveralls as dev-dependency
94bd441304137d505a48c2de30dafcc8f9db43ac authored about 9 years ago
94bd441304137d505a48c2de30dafcc8f9db43ac authored about 9 years ago
Merge branch 'cache_dep'
643677fbca9653e85f5e8a8ba59cb80477a9c38f authored about 9 years ago
643677fbca9653e85f5e8a8ba59cb80477a9c38f authored about 9 years ago
all: require Cache instead IStorage (BC break!)
6dac8c70b16c8161829c8ced1f35d696be84c210 authored about 9 years ago
6dac8c70b16c8161829c8ced1f35d696be84c210 authored about 9 years ago
repository: call onAfterRemove event only if entity was really removed, detach called before removal
78426c080673253b445599dd98609e2706147129 authored about 9 years ago
78426c080673253b445599dd98609e2706147129 authored about 9 years ago
repository: call onAfterPersist event only if entity was really persisted
315c3d8988f600fbcaa14c9e39986b555264eab4 authored about 9 years ago
315c3d8988f600fbcaa14c9e39986b555264eab4 authored about 9 years ago
Merge branch 'cycle_deny'
77c61d1945e05a3a041f7ae1d47c50ff78bb7854 authored about 9 years ago
77c61d1945e05a3a041f7ae1d47c50ff78bb7854 authored about 9 years ago
persistance: fixed & improved persisting of cyclic relationships (possible BC break)
0da8b64137bb8e025737fe8cd10ac1753db8c04c authored about 9 years ago
0da8b64137bb8e025737fe8cd10ac1753db8c04c authored about 9 years ago
tests: added new entities with cycle
0e14e12bfb639917f9e496027dbca3a1eed22214 authored about 9 years ago
0e14e12bfb639917f9e496027dbca3a1eed22214 authored about 9 years ago
repository: refactored PersistanceHelper
439436efe9eb5418cf78f3e721d3f736a1b5635e authored about 9 years ago
439436efe9eb5418cf78f3e721d3f736a1b5635e authored about 9 years ago
relationships: fixed cascade remove of empty not nullable relation
e4a979fe8844b3659466997a19d565f99ae38560 authored about 9 years ago
e4a979fe8844b3659466997a19d565f99ae38560 authored about 9 years ago
readme: project name
ebafaeb561740d9b3778bd23a7e4ecfb680f0f0d authored about 9 years ago
ebafaeb561740d9b3778bd23a7e4ecfb680f0f0d authored about 9 years ago
readme: fixed official web url
72072967dfe502ba07429b1b319f75487acbcde9 authored about 9 years ago
72072967dfe502ba07429b1b319f75487acbcde9 authored about 9 years ago
readme: added external sources
f3941b620f640c47376915954f01fd93dacb5efd authored about 9 years ago
f3941b620f640c47376915954f01fd93dacb5efd authored about 9 years ago
mapper: fixed quering related entities in OneHasMany mapper
49b36a2ec17ac1e3ca2bc5c0ac5c43d1f5749913 authored about 9 years ago
49b36a2ec17ac1e3ca2bc5c0ac5c43d1f5749913 authored about 9 years ago
typos
9c9d359962e513bfbc3ca2e0744ec73e3cfb56b9 authored about 9 years ago
9c9d359962e513bfbc3ca2e0744ec73e3cfb56b9 authored about 9 years ago
mapper: storage reflection refactored to reuse CachedPlatform (bc break!)
BC break: some protected methods were renamed or removed.
00be9d0116daafca82dc89d559df237f8362d425 authored about 9 years ago
mapper/storageReflection: make methods protected
4a6a26cdf508657f3099e1c4246830ad3a6cd801 authored about 9 years ago
4a6a26cdf508657f3099e1c4246830ad3a6cd801 authored about 9 years ago
tests: latest coding style for phpdoc
0174e5545b7baf2eed809076e7ec6a7971525784 authored about 9 years ago
0174e5545b7baf2eed809076e7ec6a7971525784 authored about 9 years ago
relationships: fixed cascade 1:1 remove on nullable relationship
b5254a9406e5fb175f158926b21810dd93881df6 authored about 9 years ago
b5254a9406e5fb175f158926b21810dd93881df6 authored about 9 years ago
relationships: fixed non-cascade 1:1 remove
ebd811007f6eddab420cbacdf922f8fc65a78138 authored about 9 years ago
ebd811007f6eddab420cbacdf922f8fc65a78138 authored about 9 years ago
relationships: fixed getRawValue on 1:1 rel which is not main
d15f0e3f2fb540a50b47e672824158de9bfb8a91 authored about 9 years ago
d15f0e3f2fb540a50b47e672824158de9bfb8a91 authored about 9 years ago
mapper: readded back auto mapping of primary key
reverts: c20d1a88b1b47e7929a02818ffec6fa41f5419c1
e2d85ab81224f8a839214070010799c5b03c326d authored about 9 years ago
Merge pull request #152 from pryznar/patch-6
doc: typo
f401084f10aa51f158432cf20577a5e939599f89 authored about 9 years ago
doc: typo
b57f4f097ee6bf51d8ca9a6444de6c3512d75b0e authored about 9 years ago
b57f4f097ee6bf51d8ca9a6444de6c3512d75b0e authored about 9 years ago
Merge pull request #151 from pryznar/patch-5
doc: typo
7013b295552d3230a623ba79e85fc02104d99203 authored about 9 years ago
doc: typo
a8029ca23abce481a761ea492ee9e2ab46771e73 authored about 9 years ago
a8029ca23abce481a761ea492ee9e2ab46771e73 authored about 9 years ago
doc: enhanced migration guide
9f6e23062c7bc7a949d1960035a850e993df8b15 authored about 9 years ago
9f6e23062c7bc7a949d1960035a850e993df8b15 authored about 9 years ago
entity/reflection: fixed oneSided definition parsing, thanks @vitkutny
c289d4d73d4befff7fcd1af481e34e15372ffb60 authored about 9 years ago
c289d4d73d4befff7fcd1af481e34e15372ffb60 authored about 9 years ago
mapper: reuse Connection::queryArgs accepting one argument
32d8533e80d6a84923ba9bb8f6339cf0af367c6a authored about 9 years ago
32d8533e80d6a84923ba9bb8f6339cf0af367c6a authored about 9 years ago
Merge pull request #150 from pryznar/patch-4
doc: typo
ef627f363c140eecaa9be6415236c50059bfc406 authored about 9 years ago
doc: typo
0766084c0782860ee2b9d3781ed26eca8c5b908d authored about 9 years ago
0766084c0782860ee2b9d3781ed26eca8c5b908d authored about 9 years ago
entity: primary replaced by isMain in relationship modifiers (BC break!)
340b9f1318f71a21732d868b6111c608cd52323b authored about 9 years ago
340b9f1318f71a21732d868b6111c608cd52323b authored about 9 years ago
collection: fixed EntityIterator preload for primary-proxy
c85be03ed990161f17b0d379f04b2439eb3cab69 authored about 9 years ago
c85be03ed990161f17b0d379f04b2439eb3cab69 authored about 9 years ago
doc: first draft of migration guide
73b6c2c7ea3eabd87973f4d87ea8a7fc116027cb authored about 9 years ago
73b6c2c7ea3eabd87973f4d87ea8a7fc116027cb authored about 9 years ago
repository: typo
ee535e952568e3b4a1199fda8516c0885dae2a30 authored about 9 years ago
ee535e952568e3b4a1199fda8516c0885dae2a30 authored about 9 years ago
mapper/reflection/dbal: removed old automapping hack
c20d1a88b1b47e7929a02818ffec6fa41f5419c1 authored about 9 years ago
c20d1a88b1b47e7929a02818ffec6fa41f5419c1 authored about 9 years ago
doc: typo
4db2e17d7aa2067cffe5ce0bc61df6977d64e2b0 authored about 9 years ago
4db2e17d7aa2067cffe5ce0bc61df6977d64e2b0 authored about 9 years ago
relationships: fixed loading rels by primary-proxy property [closes #148]
8d923f751c0032f8b944201b9a48d7606c8616fb authored about 9 years ago
8d923f751c0032f8b944201b9a48d7606c8616fb authored about 9 years ago
entity/reflection: fixed exception test
7cbcb867b098f36e564dec866c4ea7b6137eb6f0 authored about 9 years ago
7cbcb867b098f36e564dec866c4ea7b6137eb6f0 authored about 9 years ago
entity/reflection: typo
db4229b26584f2005059c2b7911bc6f63fe7de4e authored about 9 years ago
db4229b26584f2005059c2b7911bc6f63fe7de4e authored about 9 years ago
entity/reflection: added entity & property name to exception
89269ac24f7ed45057a1a8094e4f2a553564e9f3 authored about 9 years ago
89269ac24f7ed45057a1a8094e4f2a553564e9f3 authored about 9 years ago
entity/reflection: rethrow tokenizer exception to be catched in MetadataParser
52f61d97fa8eaa5151c60d07f89398af9f8bb8dd authored about 9 years ago
52f61d97fa8eaa5151c60d07f89398af9f8bb8dd authored about 9 years ago
entity: allow only one-sided relationships [closes #29]
3d681711aa57752a19d924ebf2819bfcbe76b65b authored about 9 years ago
3d681711aa57752a19d924ebf2819bfcbe76b65b authored about 9 years ago
coveralls: upgraded to latest stable
da969834fa9b2c08dd64529c254fb272d94bb562 authored about 9 years ago
da969834fa9b2c08dd64529c254fb272d94bb562 authored about 9 years ago
composer: mark master as 2.0@dev
8a0f079d80646928ee0665d76a8a43679bb578f8 authored about 9 years ago
8a0f079d80646928ee0665d76a8a43679bb578f8 authored about 9 years ago
travis: prefer source
0f682250df69bc59f9cd4a6187109ffac1e877ab authored about 9 years ago
0f682250df69bc59f9cd4a6187109ffac1e877ab authored about 9 years ago
entity: toArray converter correctly checks for empty values
fdf5f7866d999b59037cf54f5d6d247c6e1defc2 authored about 9 years ago
fdf5f7866d999b59037cf54f5d6d247c6e1defc2 authored about 9 years ago
entity: toArray converter does not skip virtual properties [closes #103]
deba43dd2fcc00969c424059a901f2eb6df51f0e authored about 9 years ago
deba43dd2fcc00969c424059a901f2eb6df51f0e authored about 9 years ago
mapper: implemented autorefreshing data after persist [closes #68]
0d01bab158dec4cf4afaab67c8ac3a3a0b3b9dd1 authored about 9 years ago
0d01bab158dec4cf4afaab67c8ac3a3a0b3b9dd1 authored about 9 years ago
composer: require Nextras Dbal 2.0@dev (BC break!)
0ef423bf2627b5c44447feba706a53c7f8e2d2dd authored about 9 years ago
0ef423bf2627b5c44447feba706a53c7f8e2d2dd authored about 9 years ago
mapper: little refactor of dbal mapper
dbf474138455d431caedf11dd5edc4f4de87d19b authored about 9 years ago
dbf474138455d431caedf11dd5edc4f4de87d19b authored about 9 years ago
entity: fixed primary-proxy for one-column primary key
42b0a87915a8d6dde3ab1299bc0a82150bf36f70 authored about 9 years ago
42b0a87915a8d6dde3ab1299bc0a82150bf36f70 authored about 9 years ago
typo
ec08b02fc82fbfc9f8d5dc1304abfc129290b6b1 authored about 9 years ago
ec08b02fc82fbfc9f8d5dc1304abfc129290b6b1 authored about 9 years ago
entity: warn when any modifier argements are not processed (BC break!)
7c82909770ce868d8edc3cd2f1e9c702f17ba5a2 authored about 9 years ago
7c82909770ce868d8edc3cd2f1e9c702f17ba5a2 authored about 9 years ago
entity: removed doubled & late calling onBeforeRemove()
a6c47e5b54426e3851286aae83f15e766e9199ab authored about 9 years ago
a6c47e5b54426e3851286aae83f15e766e9199ab authored about 9 years ago
travis: fixed build for hhvm
a248bbe106dca85211a587dfde78c43a934f81c0 authored about 9 years ago
a248bbe106dca85211a587dfde78c43a934f81c0 authored about 9 years ago
travis: enhanced build time & settings
2f4fee2afd56dc911d11c6ad0071b0349a58c13c authored about 9 years ago
2f4fee2afd56dc911d11c6ad0071b0349a58c13c authored about 9 years ago
travis: remove xdebug for composer install
a7bd3a06dfd1b749b60e7ca90dc8cb5f677578b7 authored about 9 years ago
a7bd3a06dfd1b749b60e7ca90dc8cb5f677578b7 authored about 9 years ago
travis: run coveralls under php 7.0
3aa54084ede0a84a9fbb931880d81341ce418ba0 authored about 9 years ago
3aa54084ede0a84a9fbb931880d81341ce418ba0 authored about 9 years ago
travis: install coveralls dev-master
a716ff46ff147b9935850a4f1cd7086f8b9ff1e2 authored about 9 years ago
a716ff46ff147b9935850a4f1cd7086f8b9ff1e2 authored about 9 years ago
travis: cache vendor
5ef451b87a1d012c631254e9f1d62c0e77fc8a29 authored about 9 years ago
5ef451b87a1d012c631254e9f1d62c0e77fc8a29 authored about 9 years ago
tests: fixed 9ecb03886813bd6dbff79f14f0db6298d73d499b and b746728603ccc689efc4c148b29a92cbdcd534b1
b897b53f032a9809ae251a19b5bd35948046a154 authored about 9 years ago
b897b53f032a9809ae251a19b5bd35948046a154 authored about 9 years ago
entity: fixed getter/setter for non 'id' primary proxies
b746728603ccc689efc4c148b29a92cbdcd534b1 authored about 9 years ago
b746728603ccc689efc4c148b29a92cbdcd534b1 authored about 9 years ago
fix coding style for shitty PhpStorm
e32cae12fff44271ae9b364ccafd2f01fdb5741e authored about 9 years ago
e32cae12fff44271ae9b364ccafd2f01fdb5741e authored about 9 years ago
tests: fixed truncating eans table
54454099a46acc81ed55a9580283d0d830a57472 authored about 9 years ago
54454099a46acc81ed55a9580283d0d830a57472 authored about 9 years ago
collection: fixed single property primary-proxy querying
9ecb03886813bd6dbff79f14f0db6298d73d499b authored about 9 years ago
9ecb03886813bd6dbff79f14f0db6298d73d499b authored about 9 years ago
collection: fixed operator constants [closes #145]
c55e507ce37cd44b7b0db65acb3d22b7ea3085d1 authored about 9 years ago
c55e507ce37cd44b7b0db65acb3d22b7ea3085d1 authored about 9 years ago
relationships: removed unused methods
2b9dd239d7a7203e5f13977306433c917da31b78 authored about 9 years ago
2b9dd239d7a7203e5f13977306433c917da31b78 authored about 9 years ago
Merge pull request #144 from pryznar/patch-2
typo: fixed ManyHasMany exception message
463c3e4319d9d0618f10a2ededbb11bb9dd7f45f authored about 9 years ago
Update RelationshipMapperManyHasMany.php
1ce3b6942b18bc1592da3c228a29304e89009680 authored about 9 years ago
1ce3b6942b18bc1592da3c228a29304e89009680 authored about 9 years ago
doc: generalize example with cascade relationship
144550974b74028ad139b27cba9b373c2c9f2d65 authored about 9 years ago
144550974b74028ad139b27cba9b373c2c9f2d65 authored about 9 years ago
Merge pull request #142 from pryznar/patch-1
doc: typo
5da394dcaeb289d38723b80b631dcf658942aa70 authored about 9 years ago
model: fixed default values
25ac237069852dd197ecdeb184c702bf609537e9 authored about 9 years ago
25ac237069852dd197ecdeb184c702bf609537e9 authored about 9 years ago
repository: fixed cascade remove
95fec5a43c5c7a05d3f64a552451aef02dc3cf4d authored about 9 years ago
95fec5a43c5c7a05d3f64a552451aef02dc3cf4d authored about 9 years ago
tests: added cascade remove test
3d0e69de0b689757a3643fe10b27c889cab9f3d7 authored about 9 years ago
3d0e69de0b689757a3643fe10b27c889cab9f3d7 authored about 9 years ago
doc: some grammar
f07285c6256ab154a73aa22c92a77e2b16e75349 authored about 9 years ago
f07285c6256ab154a73aa22c92a77e2b16e75349 authored about 9 years ago
Merge pull request #139 from Mikulas/mem-leak
Add memory leak test
8ff74dfe65a68af35ab9e420f4d0a87afd3fc9a4 authored about 9 years ago
tests: add memory leak test
4a29ccf688637dea0f9eae1198f0016818923637 authored about 9 years ago
4a29ccf688637dea0f9eae1198f0016818923637 authored about 9 years ago
doc: model methods for persistance and removal
96b75d673dbb4ad45d57bc5e4348f96b983e222f authored about 9 years ago
96b75d673dbb4ad45d57bc5e4348f96b983e222f authored about 9 years ago
doc: better info about cascade in relationships
85936a748eef25ae884a509b3aba4836379f2c40 authored about 9 years ago
85936a748eef25ae884a509b3aba4836379f2c40 authored about 9 years ago
repository/model: a little rework of cascade persistance processing
bbe31658decee763346e8a5c04c4bd170ed82096 authored about 9 years ago
bbe31658decee763346e8a5c04c4bd170ed82096 authored about 9 years ago
entity/repository: implemented cascade removal
6ec1140e7f7f3dde8d7c8dab552cb95f735796a9 authored about 9 years ago
6ec1140e7f7f3dde8d7c8dab552cb95f735796a9 authored about 9 years ago
tests: fixed race condition
2922411ca5da7b6135f27a99812ed1ea4d961ae7 authored about 9 years ago
2922411ca5da7b6135f27a99812ed1ea4d961ae7 authored about 9 years ago
relationships: fixed cache [closes #137] thanks @JanTvrdik
partially reverts 1cc823ae84eaaebe83bd5a09d755c185ed13bdfe
833c23b32232f47b33cf5363f4273b5046024259 authored about 9 years ago
relationships: allow manually define cascade
a32e47abed70065664a48d0c677fa5c3c39b6253 authored about 9 years ago
a32e47abed70065664a48d0c677fa5c3c39b6253 authored about 9 years ago
Interface BC break! Refactored recursive persistance
This may cause problem if you are reimplementing some of
the changed interfaces. However, in the...
tests/model: renamed outdated modifier name
7b955cb2ffd23129e25b9d28bbc4a20d1fc9f5ad authored about 9 years ago
7b955cb2ffd23129e25b9d28bbc4a20d1fc9f5ad authored about 9 years ago
mapper: DbalMapper refactored (BC break!)
ba7ea1d0fc311834ceee8ef5c78c2ea0f7a26bb1 authored about 9 years ago
ba7ea1d0fc311834ceee8ef5c78c2ea0f7a26bb1 authored about 9 years ago
BC BREAK! relationships: removed 1:1 relationship [closes #99]
2ccd6a7015ce10a74f20b1a859e17f85c5d812a4 authored about 9 years ago
2ccd6a7015ce10a74f20b1a859e17f85c5d812a4 authored about 9 years ago
relationship: fixed caching of feteched relationships data [closes #136]
1cc823ae84eaaebe83bd5a09d755c185ed13bdfe authored over 9 years ago
1cc823ae84eaaebe83bd5a09d755c185ed13bdfe authored over 9 years ago
Merge pull request #135 from Mikulas/pr/patch
Minor patches: getValue interface, entity creator
fa38948cf889350f662ee0a7a068d858e1913acb authored over 9 years ago
typo: fix model exception message
8bf380383f71c2d5ce515f7f247f31de5d826e5f authored over 9 years ago
8bf380383f71c2d5ce515f7f247f31de5d826e5f authored over 9 years ago
entity: fix test entity creator not populating RO
0bbc221cd3336335d52c36dc6aea23ec9379c35e authored over 9 years ago
0bbc221cd3336335d52c36dc6aea23ec9379c35e authored over 9 years ago
entity: unify IEntity and AbstractEntity getValue
This change is a fix strictly for recent releases of PhpStorm. Php does
not count pass-by-refere...