97 Commits

Author SHA1 Message Date
7881bba26c prepare for next release. 2014-12-07 11:46:05 -05:00
84b42abad0 prepare for 2.0.1 release 2014-12-07 11:42:41 -05:00
c0de9cd5ae yii\redis\Connection - Added support for unix socket
fixes #3714
close #6186
2014-11-25 00:08:56 +01:00
cfe874607f fixed return type for redis simple strings
fixes #4745
2014-11-13 16:44:06 +01:00
33b760eca2 [ci skip] Guide typos fixed 2014-11-04 13:05:47 +03:00
bb8550886e PHP type casting 2014-10-25 15:30:03 +03:00
812ec39e71 more phpdoc 2014-10-14 01:52:05 +04:00
47f2272652 prepare for next release. 2014-10-12 16:44:45 -04:00
ae8d978270 2.0.0 release. 2014-10-12 13:09:06 -04:00
cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 2014-10-07 01:13:17 +04:00
231111da48 guide WIP 2014-10-04 17:23:53 -04:00
5205eabe3e prepare for next release. 2014-09-28 01:44:31 -04:00
d2b864da84 prepare for 2.0.0-rc release. 2014-09-27 21:59:54 -04:00
1fe5b53f39 Merge pull request #4944 from yiisoft/redis-fixes
Fixed storing and loading nulls and booleans in Redis
2014-09-22 18:59:59 +02:00
7e0c6353f7 optimized redis AR insert 2014-09-22 18:57:21 +02:00
ece300ac30 removed null value adjustment in redis ActiveQuery
asArray will not include null valued keys
2014-09-22 18:54:00 +02:00
df22616c76 finished fix for redis null and boolean value storage
fixes #1311
2014-09-22 18:45:37 +02:00
1e5c48957d composer.json tabs -> spaces 2014-09-22 17:37:19 +02:00
e40fd9d623 added branch alias to composer.json 2014-09-22 17:26:21 +02:00
f7fc1faa97 Fixed condition building for booleans 2014-09-07 20:26:55 +04:00
7c7783a548 Booleans are now stored as 0 or 1 in Redis 2014-09-07 20:22:35 +04:00
660fa46127 Fixed storing and loading null-values in Redis 2014-09-07 20:09:03 +04:00
f099616967 improved IDE autocompletion for AR::find()
[ci skip]
2014-08-12 23:21:34 +02:00
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
e8c6bb516f Fixes #4048: Added init event to ActiveQuery classes 2014-07-19 20:26:58 -04:00
746f9adc77 fix typo in phpdoc of yii\redis\Connection [skip ci] 2014-07-02 01:37:26 +08:00
1085f1bd9b cleanup after #4092
fixes #4086
2014-06-29 13:29:23 +02:00
f9febd0087 unify changedAttributes of afterSave in extensions 2014-06-27 20:10:43 +04:00
2cab70b064 Ensure consistent behavior in ActiveRecord::afterSave()
fixes #4012
2014-06-25 00:29:34 +02:00
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
5655a5fc5a yii\redis\ActiveRecord::deleteAll() refactoring - code style updated 2014-06-05 23:24:40 +02:00
3aceaa01d2 yii\redis\ActiveRecord::deleteAll() refactoring - code style updated 2014-06-05 23:09:28 +02:00
a5506e64a2 yii\redis\ActiveRecord::deleteAll() refactoring - no need to write to socket 2 times when nothing found 2014-06-05 21:16:13 +02:00
4866ce3cbb yii\redis\ActiveRecord::deleteAll() refactoring - no need to write to socket 2 times when nothing found 2014-06-05 21:01:15 +02:00
3e4ec22004 update changelog
[ci skip]
2014-06-04 14:33:07 +02:00
b7e493fca0 Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
f4c38faf74 prepare for next release. 2014-04-13 21:22:29 -04:00
8bbcff70db prepare for 2.0.0-beta release. 2014-04-13 17:58:59 -04:00
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
75154d351d Refactored AR find 2014-04-07 09:43:03 +04:00
865b71ef5e cleanup CHANGELOGs 2014-04-03 20:28:08 +02:00
44dbb2235a cleanup docs 2014-04-03 20:13:32 +02:00
54e08f3f01 fixed build break. 2014-04-03 11:57:49 -04:00
8b4dfcc876 Fixes #2955: Changed the signature of ActiveQuery constructors and ActiveRecord::createQuery() to simplify customizing ActiveQuery classes 2014-04-03 10:36:52 -04:00
cc0d5b6f94 added CHANGELOG lines 2014-04-02 19:22:43 +02:00
f4395206b7 reset dirty attributes after afterSave
so information about changed values is available in `afterSave`-event.

fixes #2892
2014-03-27 12:14:03 +01:00
1fdf17b59b cleanup redis AR 2014-03-26 16:37:54 +01:00
b25f1f65d7 added more ignores. 2014-03-24 22:33:50 -04:00
8c2e39235f Turn module and application into DI containers. 2014-03-17 23:57:01 -04:00