Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/yii2-elasticsearch

Yii 2 Elasticsearch extension
https://github.com/yiisoft/yii2-elasticsearch

@param, @var, @property and @return must declare types as boolean, integer, string, array or null

887175104f9b17219233ba14ade8af065f73ef4c authored over 10 years ago by Alexander Mohorev <[email protected]>
apidoc style and typo

bb3289f57ba21d142ea2f93a58e7534999b0a176 authored over 10 years ago by Carsten Brandt <[email protected]>
fixed links in elasticsearch README

51ddf44289be952e1aee682e04d78327b320644c authored over 10 years ago by Carsten Brandt <[email protected]>
replaced keyword "yii" with "yii2" in composer.json files (fixes #2557)

4cc32d4ea99df61078955982eebdf35fec6ab9e0 authored over 10 years ago by Tobias Munk <[email protected]>
Merge pull request #2497 from yiisoft/merge-query-and-relation2

WIP merge ActiveRelation into ActiveQuery

b7d098b79349c337aa41fde1939c6671dfaab106 authored over 10 years ago by Carsten Brandt <[email protected]>
updated docs about active relation

8782dfab15d191269b4e29e8c52672b950989185 authored over 10 years ago by Carsten Brandt <[email protected]>
merged ActiveQueryInterface and ActiveRelatioInterface

8ac86eebdf0b1e28f912faede60e49ef5b55b765 authored over 10 years ago by Carsten Brandt <[email protected]>
fixed phpdoc errors and updated properties

9e3cebdb5c43c9a591ac0cea9548fc362027bdee authored over 10 years ago by Carsten Brandt <[email protected]>
made createQuery() config param optional

f4f879103248721fca52fa8bca4b210b0858842e authored over 10 years ago by Carsten Brandt <[email protected]>
WIP merge ActiveRelation into ActiveQuery

allow extending only one class to add scopes, fixes #2146

TODO:

- [ ] adjust guide docs
- [ ] ...

1e47ee3923c409b11af9d62105ecaa1dea0d16a3 authored over 10 years ago by Carsten Brandt <[email protected]>
added note about usage to AR::instantiate()

fixes #2370

8b2a1d6fc65fe04c44c4b995629ec46c15752686 authored over 10 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' of github.com:mintao/yii2 into mintao-master

Conflicts:
extensions/yii/elasticsearch/CHANGELOG.md

a989a676cce2f4e4df6c08937040d42fe6d7a37f authored over 10 years ago by Qiang Xue <[email protected]>
Updated elasiticsearch changelog

ac2434a00453732f833712cf9bea9dd900a27e88 authored over 10 years ago by Florian Fackler <[email protected]>
Fixed bug which prevented a field query as described in the example:

```
$result = Article::find()->query(["field" => ["title" => "yii"]])->all();
````

a3724aa4d125e907f87d043aabc06bcdc7778ff3 authored over 10 years ago by Florian Fackler <[email protected]>
renamed ActiveRecord::create() to populateRecord()

- refactored elasticsearch AR to make type and index available in
instantiate(), issue #1313

...

240e73d1a4f0c0061542f558e529ab49b443b84d authored over 10 years ago by Carsten Brandt <[email protected]>
Removed unnecessary variable

6425faa6855bc9d7efa9644449f2d44b282e4257 authored over 10 years ago by Alexander Makarov <[email protected]>
updated phpdoc properties

a4113c2a56c1b0502cf4bc4e7918fd96b32ada23 authored over 10 years ago by Carsten Brandt <[email protected]>
Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()`

5d68646348b5b4d167a571e733f3a252b0ca6e89 authored over 10 years ago by Qiang Xue <[email protected]>
added notes about default limit set by elasticsearch

fixes #1864

d3898be50ba5fe32c90ff90b32e67ceadf5630b2 authored over 10 years ago by Carsten Brandt <[email protected]>
Some Code style fixes

85fdfc9f4390116306735b59c992e52bdf0e167d authored over 10 years ago by Luciano Baraglia <[email protected]>
reworked fix for #1993

30a5f58089f28704f92e710dc4ba887e5f26df2d authored almost 11 years ago by Carsten Brandt <[email protected]>
afterFind event in AR is now called after relations have been populated

fixes #1993

3e4c53647e4524a808c1dd4da570844d3908e843 authored almost 11 years ago by Carsten Brandt <[email protected]>
psr-4 change.

9dcf8734ab061994ec9e62d4a520ac6ab06542e4 authored almost 11 years ago by Qiang Xue <[email protected]>
psr-4 change.

d9802aacce5c4331696dc059f04c0478af876491 authored almost 11 years ago by Qiang Xue <[email protected]>
adjust directories for PSR-4.

4cf356df8d9ef1faa7f8c4e4e030d84f12df31a7 authored almost 11 years ago by Qiang Xue <[email protected]>
Merge pull request #1872 from tanakahisateru/i18n-ja

Add Japanese Language

b594e0092df0901b0aba6407ade7d52dda61bcc7 authored almost 11 years ago by Qiang Xue <[email protected]>
Merge pull request #1895 from creocoder/yii2-advanced-app-environment-fixes

Yii 2 advanced app environments fix

746dfa2e20a51a58416aa21bc3a004c20b8433f1 authored almost 11 years ago by Qiang Xue <[email protected]>
added CHANGELOG line for message translations

93fe5f7c3950a13bc4b899603e5a9dd0792698ac authored almost 11 years ago by Carsten Brandt <[email protected]>
Merge pull request #1765 from yiisoft/elasticsearch-pk-refactoring

[WIP] Changed elasticsearch AR primary key handling

f6530314e2e264c190715de175d8392b133f3958 authored almost 11 years ago by Carsten Brandt <[email protected]>
Yii 2 advanced app environments usage fix

b4c60c142c6727db93297cc86a07ac05127eed26 authored almost 11 years ago by Alexander Kochetov <[email protected]>
Doc comments at "yii\authclient\widgets\Choice" fixed

6f9850774d386bf5eaf4d34ee96f09de2b38c875 authored almost 11 years ago by Klimov Paul <[email protected]>
Merge pull request #1890 from kartik-v/patch-11

Typo fix for onCondition example

98f3df5ffb40865ba9733497f6cd5a20fafcf52b authored almost 11 years ago by Alexander Makarov <[email protected]>
Typo fix for onCondition example

392f24a99b07bb1d37850774e689fa7c93612b5f authored almost 11 years ago by Kartik Visweswaran <[email protected]>
Touching up beginning sections

Still need to edit/complete rest.

833db337f1d72aad823d339d45e3f68e69125f50 authored almost 11 years ago by Larry Ullman <[email protected]>
Add Japanese translation for command messages

813069a2def41ad23f725105e3eddb96c89792eb authored almost 11 years ago by Hisateru Tanaka <[email protected]>
Add Japanese Language

a455ef2b7e7ddc3ada38933473d0b26efbf2346c authored almost 11 years ago by Hisateru Tanaka <[email protected]>
removed get() shortcut from find()

35b5bd8ef41040929661d381928fa3d9deb44c4a authored almost 11 years ago by Carsten Brandt <[email protected]>
updated docs

3a86270de90b51a94bc86cde0ae1ce0b1d2ace2d authored almost 11 years ago by Carsten Brandt <[email protected]>
fixed test break

31fece562e2e1e1e0cd731e377a6faa30fcb4e1e authored almost 11 years ago by Carsten Brandt <[email protected]>
Merge pull request #1863 from gimox/gimox

Italian typo Fix

a8498358e01435a3e9e5c76388b5f36747e26d0b authored almost 11 years ago by Alexander Makarov <[email protected]>
Merge pull request #1882 from vova07/1874-ro-lang

Romanian language. Fixes #1874

a4eb54cb079db2add6317f355dbe5461366860ad authored almost 11 years ago by Alexander Makarov <[email protected]>
Merge pull request #1867 from qiansen1386/master

Add Chinese translation

22e7f9c78598baa0b284b23bcae6eb03c18b4791 authored almost 11 years ago by Alexander Makarov <[email protected]>
Romanian language. Fixes #1874

572a2508a515945f4075dfa163b43955df1dea58 authored almost 11 years ago by vova07 <[email protected]>
Merge pull request #1880 from lucianobaraglia/spanish-message-translation

Added spanish translation

9daac9643ec9a7c7e5d01f733f1ad6928118c982 authored almost 11 years ago by Qiang Xue <[email protected]>
Added spanish translation

ee93c952301fa07564a241fb369210c677d7c8fe authored almost 11 years ago by Luciano Baraglia <[email protected]>
Merge pull request #1879 from lucianobaraglia/master

Typo in MessageController [skip ci]

fcb968d80428f8ade3400740d82ad4b510069368 authored almost 11 years ago by Qiang Xue <[email protected]>
Typo in MessageController [skip ci]

d40065cdc23c47761c3b1d91e8725725645f2369 authored almost 11 years ago by Luciano Baraglia <[email protected]>
And a bit more human-friendly extensions doc

967442e382e91346a19087b5e86a5aab51bce14e authored almost 11 years ago by Alexander Makarov <[email protected]>
Made extensions guide more human-friendly and more specific

ce1c702424296078463c769c3196bf1c2238503b authored almost 11 years ago by Alexander Makarov <[email protected]>
Updated extension guide to suggest stricter naming of packages

d863c9eff5b61923ead56bc397c0511e090ff82e authored almost 11 years ago by Alexander Makarov <[email protected]>
Merge pull request #1877 from plusodinminus/patch-2

Type fix

a5378e413941cd41fb967870a297df853984ec8c authored almost 11 years ago by Alexander Makarov <[email protected]>
Updared extensions guide to include info about PSR-4 autoloading

77dda5e67d36f2a6c427e4943299dc22e64a7880 authored almost 11 years ago by Alexander Makarov <[email protected]>
Type fix

c2c47a99ae1f3bea55cf07be1e51a1ae1174f76f authored almost 11 years ago by Алексей <[email protected]>
Merge pull request #1873 from nineinchnick/polish-translation

Added polish translation

7dd0d97c6e51e8fd52ab443ae92cbb00babf606c authored almost 11 years ago by Alexander Makarov <[email protected]>
fix languages list in messages config

4ac4bff457193980b1ae8280a0d5d62cdc2069a8 authored almost 11 years ago by John Was <[email protected]>
Merge branch 'master' into polish-translation

Conflicts:
framework/yii/messages/config.php

53781a5e20ad2e70b8155b6149b8c1721ac1015d authored almost 11 years ago by John Was <[email protected]>
added polish translation

2ed2cca0e9308a8e5fa5e0da35c40d6677470f73 authored almost 11 years ago by John Was <[email protected]>
Merge pull request #1871 from Theill11/danish-translation

Added translations for danish language

9952b56f052010ae501fdb741aff80025db8c958 authored almost 11 years ago by Qiang Xue <[email protected]>
Added translations for danish language

3010cbdff498799233126024311fb8b4b430bbaa authored almost 11 years ago by Johnny Theill <[email protected]>
Update yii.php

ac5b6b34a23dce0cd35d8d396b89c86011497403 authored almost 11 years ago by 东方孤思子(钱森) <[email protected]>
Correction of chinese core message translation.

Signed-off-by: qiansen1386 <[email protected]>

148fee982ae386e29292175eb7f396271c082783 authored almost 11 years ago by qiansen1386 <[email protected]>
Polish Chinese translation. Symbols

Signed-off-by: qiansen1386 <[email protected]>

f8f8903a7e6ea6b6869e2f3d733790875114b8e3 authored almost 11 years ago by qiansen1386 <[email protected]>
Continue to polish chinese Translation. Fix all the issue mentioned by @samdark. Removed all comments.

Signed-off-by: qiansen1386 <[email protected]>

fff8e62113fee51be9e3e238034483ba6dae0c6d authored almost 11 years ago by qiansen1386 <[email protected]>
polish the Translation

7f2280ac0adba075aa3f4d37815c3ef29e292143 authored almost 11 years ago by 东方孤思子(钱森) <[email protected]>
Add Chinese translation

Signed-off-by: qiansen1386 <[email protected]>

b405969d3e766b5506ee4d7e9271f799a9d0120e authored almost 11 years ago by qiansen1386 <[email protected]>
Updated copyright on title

I assume you’d want this to be updated to 2014.

1c692bce25c730b58c62972147a57ac9923606b6 authored almost 11 years ago by Larry Ullman <[email protected]>
Edited existing content, sketched out "Creating Your Own Behavior"

Undoubtedly will need to update “Creating Your Own Behavior” to reflect
changes in Yii 2.

9edeb37e53cea7b63990a5bd19c94e49ddba9646 authored almost 11 years ago by Larry Ullman <[email protected]>
Fixes #1866: fixed German translation message

e0a8e06136ec691964ba893be3393623c275f3a6 authored almost 11 years ago by Alexander Makarov <[email protected]>
Fixed italian translation

d0731ab270f9aec6644c96aa8c0826676909c20c authored almost 11 years ago by gimox <[email protected]>
Added missing translation for Russian messages

dfc079f679a17e8129f33dae9bff75827898b47d authored almost 11 years ago by Alexander Makarov <[email protected]>
fixed german translation

319bca8616f27c4cae633943740572dd5a8939c5 authored almost 11 years ago by Carsten Brandt <[email protected]>
Better names for PHP error-exceptions

5fc01bce6905ca3530527cf7ab546fb7d900f583 authored almost 11 years ago by Alexander Makarov <[email protected]>
fixed de translation

9fb50b911a5313115cf76a2b7fb21817e7b35c63 authored almost 11 years ago by Carsten Brandt <[email protected]>
Update Language Translation

eb4cdd68351ef336237028f129016c58f576ae73 authored almost 11 years ago by gimox <[email protected]>
Changed Mongo → MongoDB in exception messages and logs

65b2aa82a604637a53e72672e4608db4e62ad15f authored almost 11 years ago by Alexander Makarov <[email protected]>
Italian Translation Typo Fix

ba70130ef7ea2ea521075494756d70b97ec1f408 authored almost 11 years ago by gimox <[email protected]>
Removed exception translation, updated translations

c79994c7735caa503351ae50ad5f387b96824086 authored almost 11 years ago by Alexander Makarov <[email protected]>
Update yii.php

95c32d485d2a7ea5ffecde030cc07fdf1ed596df authored almost 11 years ago by gimox <[email protected]>
improved error reporting

6d0f1e4c231d905affb972b073c81d9f3ab976c8 authored almost 11 years ago by Carsten Brandt <[email protected]>
Merge pull request #1862 from andersonamuller/patch-1

Updates pt-BR translation

2d8cd05d06dd0c317541fc12067ce6c1da5e89d6 authored almost 11 years ago by Carsten Brandt <[email protected]>
Updates pt-BR translation

5d85064a48774cf80840bcdc39b337e4688568d0 authored almost 11 years ago by Anderson Müller <[email protected]>
reverted primaryKey of elasticsearch to be array again

meet the AR interface requirements.

5dca1257b2d4a00ed5503a72cfd8d421cb343e54 authored almost 11 years ago by Carsten Brandt <[email protected]>
Merge pull request #1861 from gimox/gimox

Add Italian Language

d3b632f5f4265b4dcee490579bf8e110cef8f9b5 authored almost 11 years ago by Alexander Makarov <[email protected]>
Merge pull request #1860 from LAV45/master

Fix table name in yii\rbac\DbManager::$itemChildTable

6a14d3c70cee5a848f19016723b204d35d1d84c9 authored almost 11 years ago by Alexander Makarov <[email protected]>
Fix table name on yii\rbac\DbManager::$itemChildTable

c8f016d895cc20d0ca8642210c2b364518cbed42 authored almost 11 years ago by LAV45 <[email protected]>
Better exception message when class cannot be loaded

5f9e88d40fd9e4ad0deef6f22276a50b075dad83 authored almost 11 years ago by Alexander Makarov <[email protected]>
typo. fixes #1858

cf302686394bde774a9f3dfbf16d708d029dac4f authored almost 11 years ago by Carsten Brandt <[email protected]>
Add Italian Language

5a94cca085769bb3859d5c0d37bd62e2ddb46125 authored almost 11 years ago by Giorgio Modoni <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
Added link to pull requesting guide

7b39e857b40d85eeaafa1f5b1af5ce7b0dba9adb authored almost 11 years ago by Carsten Brandt <[email protected]>
updated autoloader phpdoc

923193d4e2da391c65f214fc76cc328b2d3077b0 authored almost 11 years ago by Carsten Brandt <[email protected]>
Added link to pull requesting guide

a4acd4373420dbb8c50e65504964180debe7ba79 authored almost 11 years ago by Alexander Makarov <[email protected]>
added german translation

thanks to @chris68 PR #1338

6bb89e771743fc4576a62185d144cf0c34dc06cc authored almost 11 years ago by Carsten Brandt <[email protected]>
Merge pull request #1855 from creocoder/changelog-1852

Changelog for #1852

7a23f11c4f0e763cbfff8f605ec63bea60155585 authored almost 11 years ago by Carsten Brandt <[email protected]>
Typo fix

5ebe8163e10a0150f243f5e26250084efa26b353 authored almost 11 years ago by Alexander Kochetov <[email protected]>
Changelog for #1852

1469efbaba0714a4d32c7a8d70642f7a3c8739ea authored almost 11 years ago by Alexander Kochetov <[email protected]>
Merge pull request #1853 from creocoder/gii-table-prefix-fix

gii additional table prefix fixes

1e7a359cb36064751eb189ec099634ab12cdd4f9 authored almost 11 years ago by Qiang Xue <[email protected]>
gii additional table prefix fixes

cdfbcd925c7061559a2fec4cfe5ffa5785765ec4 authored almost 11 years ago by Alexander Kochetov <[email protected]>
Merge pull request #1852 from creocoder/activerecord-tablename-prefix-fixes

[WIP] ActiveRecord::tableName() hardcoded prefix fix

4bee9e84304e929db473dbaae7f40229f0273b18 authored almost 11 years ago by Qiang Xue <[email protected]>
Fixed test break.

d9dd7292dbd7f2c0fb4bbb9d649db0ef9f3155fa authored almost 11 years ago by Qiang Xue <[email protected]>
\yii\web\DbSession updated

ecf7942aa43f7c094664fb6194b402832551d5d0 authored almost 11 years ago by Alexander Kochetov <[email protected]>