91 Commits

Author SHA1 Message Date
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
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
269d1303a9 Code style fixes 2014-03-08 20:47:04 -03:00
1b7e1cd027 Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style
* 'feature' of https://github.com/mongosoft/yii2:
  returned back formatting language files
  code style. WHILE
  code style. FOR
  code style. FOREACH
  code style. operator IF
  @param, @var, @property and @return must declare types as boolean, integer, string, array or null
  short echo tags
  short array syntax

Conflicts:
	extensions/apidoc/commands/RenderController.php
	extensions/apidoc/models/BaseDoc.php
	extensions/apidoc/models/Context.php
	extensions/apidoc/templates/bootstrap/Renderer.php
	extensions/apidoc/templates/bootstrap/layouts/guide.php
	extensions/apidoc/templates/bootstrap/layouts/main.php
	extensions/apidoc/templates/bootstrap/views/index.php
	extensions/apidoc/templates/html/Renderer.php
	extensions/apidoc/templates/offline/views/index.php
	extensions/apidoc/templates/offline/views/offline.php
	extensions/apidoc/templates/online/views/index.php
	extensions/elasticsearch/Connection.php
	extensions/redis/ActiveQuery.php
	framework/base/ErrorException.php
	framework/helpers/BaseFileHelper.php
	tests/unit/framework/helpers/FileHelperTest.php
2014-03-07 21:54:44 +01:00
1982efbdfe many phpcs fixes 2014-03-05 00:22:55 +02:00
a94b2778b0 fix phpDoc LuaScriptBuilder build @throws 2014-03-04 23:13:53 +02:00
f849623359 code style. FOR 2014-03-03 21:52:21 +03:00