An open API service providing commit metadata for open source projects.

GitHub / SynergiTech/fuel-orm / commits

SHA Message Author Date Stats
917f6299 merge Merge remote-tracking branch 'upstream/1.9/develop' into 1.9/synergi Josh Grant <j****h@s****k> almost 7 years ago
76af08ff passing null to get_class is not allowed in to_array Josh Grant <j****h@s****k> almost 7 years ago
f6831aab continue the typing process when a null value is replaced by the defined default WanWizard <w****d@w****u> about 7 years ago
260cf203 make sure $options is an array, now that it can also be null WanWizard <w****d@w****u> about 7 years ago
e8208dd1 merge Merge pull request #425 from mingfudesign/patch-1 Harro Verton <w****d@w****u>
Committed by: GitHub <n****y@g****m>
about 7 years ago
c21fe18f Update temporal.php Ming Fu Design Engineering <d****t@m****w>
Committed by: GitHub <n****y@g****m>
about 7 years ago
9aaccdc6 bumped copyright and website link WanWizard <w****d@w****u> about 7 years ago
778ef180 make sure all model properties are initialized WanWizard <w****d@w****u> over 7 years ago
b8c4f336 optionally run observers before checking for changes WanWizard <w****d@w****u> over 7 years ago
f8c1a905 fixed typo in previous commit WanWizard <w****d@w****u> over 7 years ago
b556e633 block update queries for models hydrated from a view WanWizard <w****d@w****u> over 7 years ago
4ed84e05 no need to check view columns seperately WanWizard <w****d@w****u> over 7 years ago
99441c19 fixed tree-id not being set when using set_tree_id() WanWizard <w****d@w****u> over 7 years ago
23ddd0b3 added option to disable blocking PK's being set WanWizard <w****d@w****u> about 8 years ago
892677ff can't use is_int() as some DB's always return strings; closes #423 WanWizard <w****d@w****u> about 8 years ago
9f2dc966 Add support to Observer_Typing for time, date and datetime database formats WanWizard <w****d@w****u> over 8 years ago
c64af16e do not truncate floats with more than 6 digits precision WanWizard <w****d@w****u> over 8 years ago
083aaefd merge Merge pull request #1 from SynergiTech/feature/polymorphism Josh Grant <j****h@g****o>
Committed by: GitHub <n****y@g****m>
over 8 years ago
c3c874c2 Support MorphMany relation Forest Lovewood <f****t@s****k> over 8 years ago
5677b300 only return a Query object when options are explicitly passed WanWizard <w****d@w****u> over 8 years ago
fc55f416 proper return value for both singular and plural relations WanWizard <w****d@w****u> over 8 years ago
6a2f37e3 fix PHP warning on missing relations when using to_array() WanWizard <w****d@w****u> over 8 years ago
709103af fix PHP warning on missing relations when using to_array() WanWizard <w****d@w****u> over 8 years ago
93c51948 unified docblock headers WanWizard <w****d@w****u> over 8 years ago
8b87bfc4 workaround for #72369 was incorrectly testing PHP_VERSION_ID Josh Grant <j****h@s****k> over 8 years ago
8eb0de90 Re-selecting models can cause un-changed properties to be reset Josh Grant <j****h@s****k> over 8 years ago
70d7569e merge Merge remote-tracking branch 'fuel/1.9/develop' into 1.9/synergi Josh Grant <j****h@s****k> over 8 years ago
76a2d819 _data array is a reference of _original, affecting 7.0.0 through 7.0.9 Josh Grant <j****h@s****k> over 8 years ago
a9a78feb Revert "fixed incorrect import of related array data; closes #417" WanWizard <w****d@w****u> over 8 years ago
2abf7ca5 fixed incorrect import of related array data; closes #417 WanWizard <w****d@w****u> over 8 years ago
490dadfa merge Merge pull request #416 from yama/1.9/develop Harro Verton <w****d@w****u>
Committed by: GitHub <n****y@g****m>
over 8 years ago
6e989bd0 #415 Fix - Where statement omitted operator problem yamamoto <y****o@k****p> over 8 years ago
7708a1a6 allow resetting model relations by setting them to null or array() WanWizard <w****d@w****u> almost 9 years ago
c0274d00 Process relation conditions the same way model conditions are processed (2) WanWizard <w****d@w****u> almost 9 years ago
d12389a2 Process relation conditions the same way model conditions are processed WanWizard <w****d@w****u> almost 9 years ago
96adc86f fixed cache not flushed when null is passed as class WanWizard <w****d@w****u> about 9 years ago
f8ddb117 merge Merge branch '1.9/develop' into 1.9/synergi Josh Grant <j****h@s****k> about 9 years ago
78f708bb merge Merge remote-tracking branch 'fuel/1.9/develop' into 1.9/develop Josh Grant <j****h@s****k> about 9 years ago
f5f29d72 model->create() now respects from_cache Josh Grant <j****h@s****k> about 9 years ago
989dc070 add a static method to flush the whole or part of the object cache WanWizard <w****d@w****u> about 9 years ago
f137e65c merge Merge branch '1.9/develop' into 1.9/synergi Josh Grant <j****h@s****k> over 9 years ago
06443240 fix hydration losing relations when using from_cache(false) Josh Grant <j****h@s****k> over 9 years ago
1c3eb17c fix hydration losing relations when using from_cache(false) Josh Grant <j****h@s****k> over 9 years ago
5a8fd186 fixed broken update of partially selected model objects WanWizard <w****d@w****u> over 9 years ago
3862f88d change name Josh Grant <j****h@s****k> over 9 years ago
b96c357c add the option to configure the ORM object cache setting WanWizard <w****d@w****u> over 9 years ago
00c20150 add a static method to set the default object cache behaviour WanWizard <w****d@w****u> over 9 years ago
dbb07153 fixed incorrect circular reference removal; closes #406 WanWizard <w****d@w****u> over 9 years ago
fe5a2cce added field property 'db_decimals' WanWizard <w****d@w****u> over 9 years ago
62dec3c4 Add the option to encrypt/decrypt to Observer_Typing WanWizard <w****d@w****u> over 9 years ago
12fdee85 allow objects inmplementing ArrayAccess to be passed to forge() WanWizard <w****d@w****u> over 9 years ago
55118dae updated the copyright header WanWizard <w****d@w****u> over 9 years ago
2d9d078a fixed broken through table updates, closes #405 WanWizard <w****d@w****u> over 9 years ago
4214e95e merge Merge pull request #404 from propcom/feature-pk-array Harro Verton <w****d@w****u>
Committed by: GitHub <n****y@g****m>
over 9 years ago
65dcda66 merge Merge pull request #403 from propcom/bugfix-diff Harro Verton <w****d@w****u>
Committed by: GitHub <n****y@g****m>
over 9 years ago
49f209ab Fuel coding standards Liam Le Brun <l****n@p****k> over 9 years ago
bc3729e9 5.3.3 compatibility changes Liam Le Brun <l****n@p****k> over 9 years ago
6bd6b63d merge Merge pull request #400 from propcom/docs-make-function-purpose-clear Harro Verton <w****d@w****u>
Committed by: GitHub <n****y@g****m>
over 9 years ago
677399e9 Add doc block to warn against using implode_pk beyond the runtime Liam Le Brun <l****n@p****k> over 9 years ago
9ae2b137 Add a method to get the primary key's as an associative array Liam Le Brun <l****n@p****k> over 9 years ago
41ed7993 merge Merge pull request #397 from crankeye/1.9/develop Harro Verton <w****d@w****u>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
80bbe33e Fix incorrect integer change detection when updating a model. If the model da... Neal Lambert <c****e@g****m> almost 10 years ago
7891ba39 fixed runtime notice: declaration should be compatible WanWizard <w****d@w****u> almost 10 years ago
21967cc6 Fix the relations difference when there is no original relations Liam Le Brun <l****n@p****k> almost 10 years ago
2ceaf9aa Prevent type mismatch issues with boolean data types Liam Le Brun <l****n@p****k> almost 10 years ago
68f8c416 fixed related_class() for short relationship definitions; closes #394 WanWizard <w****d@w****u> almost 10 years ago
284feff8 better detection of invalid find methods WanWizard <w****d@w****u> almost 10 years ago
b23b8d7c fixed DB::expr not processed on updates when hydrating WanWizard <w****d@w****u> almost 10 years ago
1998241f fixed order_by when using a column alias, broken in c25c6e6476ffe7974e9f12b91... WanWizard <w****d@w****u> almost 10 years ago
c25c6e64 add support for dbexpr() aliases in order_by clauses WanWizard <w****d@w****u> about 10 years ago
8d5e36f4 fixed broken soft-delete restore for singular relations WanWizard <w****d@w****u> about 10 years ago
75fb0c39 merge Merge pull request #393 from codeChap/1.9/develop Steve "Uru" West <s****t@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
4cd193f0 Fixed Indentation Derrick Egersdorfer <d****k@e****a> about 10 years ago
4256d1d8 Added purge_before and purge_after events to soft model Derrick Egersdorfer <d****k@e****a> about 10 years ago
ab5373ca implemented support for the HAVING keyword WanWizard <w****d@w****u> about 10 years ago
69cd98cf reverted previous hack. renew cache after update instead. closes #392 WanWizard <w****d@w****u> over 10 years ago
51e1ecc7 workaround for a PHP7 issue (bug)? closes #392 WanWizard <w****d@w****u> over 10 years ago
2c1da635 merge Merge pull request #389 from koyhoge/1.8/develop Harro Verton <w****d@w****u> over 10 years ago
8d2fc948 Fix merging related data in many_many relation. KOYAMA Tetsuji <k****a@h****g> over 10 years ago
fc4f27af Bumped the copyright to 2016, the version to 1.8 WanWizard <w****d@w****u> over 10 years ago
074e31ba merge Merge pull request #385 from sj-i/hydration_result Harro Verton <w****d@w****u> almost 11 years ago
e3f4f440 Workaround for limitation of PHP 5.x COW design (Revive) Shinji Igarashi <s****i@r****p> almost 11 years ago
e047b8d2 fixed float conversions; added the option to disable locale conversions WanWizard <w****d@w****u> about 11 years ago
541fd7d5 merge Merge pull request #380 from julesjanssen/1.8/develop Harro Verton <w****d@w****u> about 11 years ago
dd1ce781 Fixes docs typo Steve "uru" West <u****f@g****m> about 11 years ago
787fb8af added the option to have dump_tree generate a uri path too WanWizard <w****d@w****u> about 11 years ago
3c9fa683 merge Merge pull request #381 from ppatrik/ppatrik-temporal-saving Steve "Uru" West <s****t@u****m> about 11 years ago
4e28298e Temporal saving use wrong primary key array ppatrik <p****k@u****k> about 11 years ago
f1b938ef fix decimal specification in Observer_Typing Jules Janssen <j****s@j****l> about 11 years ago
8de30f7c merge Merge pull request #379 from hackoh/1.8/fix_where Harro Verton <w****d@w****u> about 11 years ago
49d99375 fix for coding standards Shintaro Ikezaki <i****i@i****p> about 11 years ago
7c75b9df error occured if the left-hand side is Database_Expression instance Shintaro Ikezaki <i****i@i****p> about 11 years ago
e67bf264 fixed typo in method call WanWizard <w****d@w****u> over 11 years ago
305414df work around the closure visibility issue for PHP 5.3.x; closes #370 WanWizard <w****d@w****u> over 11 years ago
eb1ba3c2 Fixes trying to set a non-existing relation Steve "uru" West <u****f@g****m> over 11 years ago
1a638348 static doesn't seem to play ball with instanceOf, changed to self WanWizard <w****d@w****u> over 11 years ago
32ad5a6a allow recursive set() for has_one and belongs_to related objects WanWizard <w****d@w****u> over 11 years ago
de31432d accept DB::expr() as only where() argument WanWizard <w****d@w****u> over 11 years ago
6576c527 Adds to_array_exclude getters Steve "uru" West <u****f@g****m> over 11 years ago
a86da62f use $self by reference; related #370 WanWizard <w****d@w****u> over 11 years ago

← Back to repository