e92482f554
Typo in word
2014-11-22 02:58:56 +03:00
38d0570843
fixed unlink() for array valued attributes
...
return value would not be a valid array when json encoded after unlink().
fixes #6065
2014-11-15 21:42:36 +01:00
f23ba6cbdc
explicitly set the language for elasticsearch script
...
groovy is now always on in ES 1.3.0
fixes #5662
2014-11-13 15:39:36 +01:00
f0d073a6ef
Improved elasticsearch trace message
2014-10-25 01:27:11 +02:00
74a7d307da
Added missing phpdoc
2014-10-14 02:01:06 +04:00
5a99797f86
Removed unused aliases
2014-10-14 01:56:52 +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
4054b2196f
fixed broken links
2014-10-06 22:04:59 +02:00
c303ffd64a
added ActiveRecord::arrayAttributes to elasticsearch
...
fixes #3381
2014-10-04 00:16:52 +02:00
f85f339356
fixed typo
...
fixes #5339
2014-10-03 17:47:08 +02: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
222f9ddfad
added missing documentation about the NOT operator in Query
...
fixes #5147
2014-09-24 12:53:33 +02:00
982a27db83
removed support for unlinkAll() from elasticsearch
...
feature is not reliable
fixes #5136
2014-09-23 12:56:05 +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
9655e3bd94
CHANGELOG
2014-09-11 02:09:21 +02:00
cc10725c2b
Add support for elasticsearch delete by query
...
close #4487
2014-09-11 02:04:42 +02:00
259b8c901f
Add support for elasticsearch suggestions
...
close #4505
2014-09-11 01:48:25 +02:00
3fb680964c
add aggregation, stats and suggester to elasticsearch
...
fixes #4452 , close #4452
2014-09-11 01:26:15 +02:00
9885aac0ae
Removed unused "use" statements
2014-09-07 15:56:06 +04:00
f099616967
improved IDE autocompletion for AR::find()
...
[ci skip]
2014-08-12 23:21:34 +02:00
87427294fe
fixed broken NOT condition in elasticsearch
2014-08-12 23:14:01 +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
9c0bb74829
Update README.md
...
fixed outdated example.
2014-07-16 14:38:33 +02:00
a4b8fd4db2
Fix typo
2014-07-15 12:55:38 -03:00
773d67e513
elasticsearch 1.x breaking changes
...
all fine now
closes #2427
2014-07-12 14:06:42 +02:00
d02bbd7c49
CHANGELOG #4187
2014-07-04 14:06:07 +02:00
4e8e22da3c
fixed issue with elasticsearch >=1.2.0
...
do not use scripting as it is disabled by default and will cause edge
case queries to fail
fixes #4187
2014-07-04 14:04:38 +02:00
1085f1bd9b
cleanup after #4092
...
fixes #4086
2014-06-29 13:29:23 +02:00
2d2c9f03d3
Merge pull request #4092 from dizews/afterUpdate_event_ench
...
changedAttributes of AfterSaveEvent contain an old values
2014-06-29 12:52:51 +02:00
11ed296de4
Update CHANGELOG.md
2014-06-27 18:55:40 +02:00
eb317507d2
made elasticsearch error messages more readable
2014-06-27 18:47:23 +02:00
f9febd0087
unify changedAttributes of afterSave in extensions
2014-06-27 20:10:43 +04:00
48f6e380df
Merge PR #4038 branch 'consistent-after-save'
...
* consistent-after-save:
use an AfterSaveEvent class to be consistent
fixed test break and wrong parameter
changed updateAttributes to be more simple update
Ensure consistent behavior in ActiveRecord::afterSave()
Conflicts:
framework/UPGRADE.md
2014-06-25 20:23:16 +02:00
6578cfbdab
updated phpdoc and classmap
2014-06-25 18:24:23 +02: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
dc9f9d9271
Doc comments and code style for 'debug' extension adjusted
2014-06-11 10:54:08 +03:00
59b9065cec
ES: fixed issue with storing empty records
...
fixes #3587
2014-06-04 17:56:42 +02:00
3e4ec22004
update changelog
...
[ci skip]
2014-06-04 14:33:07 +02:00
d7a251bbec
Removed unused imports, added missing phpdoc
2014-05-30 11:55:17 +06: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
fda64b4b8f
[WIP] #3527 Fixing spaces
2014-05-22 11:53:24 +03:00
2e7ae3801e
[WIP] #3527 Improving Elasticsearch extension
2014-05-22 11:40:33 +03:00
676b366928
adjusted elasticsearch extension to version 1.0 of ES
...
breaking changes.
2014-05-06 18:14:32 +02:00
c27ac8ef0e
updated phpdoc
2014-04-26 03:39:46 +02:00