Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii2-sphinx

Yii 2 Sphinx extension.
https://github.com/yiisoft/yii2-sphinx

Fixed sphinx extension composer.json

c0db44c44351fc59586b1d8dab197d19a496dcb8 authored over 9 years ago by Alexander Kochetov <[email protected]>
improved extensions readme

a2b976da61e97a0a083b9e0fd580d94630c66390 authored over 9 years ago by Carsten Brandt <[email protected]>
Fixes #7357: Refactored `yii\db\ColumnSchema` by adding `typecast()` method to decouple `phpTypecast()` from `dbTypecast()`

30d8953bf6f4644833809cdb2ad1aca6424f70dd authored over 9 years ago by Qiang Xue <[email protected]>
Fixed bug #7271. Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached.

ab1898a944a56dfc94e7198216f0d455e8d5fd18 authored over 9 years ago by Jose Lorente <[email protected]>
`yii\sphinx\Query` no longer attempts to call snippets for the empty query result set

e229152b7050322d40ad286d34264ece408f4596 authored over 9 years ago by Klimov Paul <[email protected]>
prepare for the next release.

2041c2776a0712888d728fdcae1bd3cfa806323c authored almost 10 years ago by Qiang Xue <[email protected]>
2.0.2 release

78b41309b2480b1a9a24f4763bc9cbd9cd8a1d48 authored almost 10 years ago by Qiang Xue <[email protected]>
Fix from e719ff5 moved to `yii\sphinx\Query`

7935bab44fd8d7942bc37c0a34a3b304ca1aec94 authored almost 10 years ago by Paul Klimov <[email protected]>
prepare for next release.

d563de0a97553ca9ddfedc74432dc80fc13a1ff6 authored almost 10 years ago by Qiang Xue <[email protected]>
prepare for 2.0.1 release

cfb2d996f2e896f216e4513df1d8abdaa70a1940 authored almost 10 years ago by Qiang Xue <[email protected]>
ported fix for #6164 to sphinx

was already supported for BETWEEN but not for LIKE

fixes #6164

fd7434881f14afbfdfabdca6fb61697f3cfa8b14 authored almost 10 years ago by Carsten Brandt <[email protected]>
Fixed `yii\sphinx\QueryBuilder` does not support comparison operators (>,<,>= etc) in where specification

a395ce46f06021e97c56d09b313f280f1aa66376 authored almost 10 years ago by Klimov Paul <[email protected]>
Correct order of property declaration

375435764fd193c7595a087ead4958a4ea2f8404 authored almost 10 years ago by Alexander Mohorev <[email protected]>
PHP type casting

2ec0fa3bf210c3645cd665937046e8ebf145b4cd authored almost 10 years ago by Alexander Mohorev <[email protected]>
Fixes #5223: Query builder now supports selecting sub-queries as columns

b288157d0e1a2a96be14c599d746bb9cc41863f0 authored almost 10 years ago by Qiang Xue <[email protected]>
Add support for yii\db\Expression to QueryBuiler simple conditions

fixes #5601

0a11dc7cc83cc42b357c470a02bbae7494dfd597 authored about 10 years ago by Carsten Brandt <[email protected]>
Removed unused aliases

83317a6a9f3d8d4ce9dd6866b67eae947e53bef6 authored about 10 years ago by Alexander Makarov <[email protected]>
prepare for next release.

f4fcd1fb966be6216c26f06578fa8a278b3ecf14 authored about 10 years ago by Qiang Xue <[email protected]>
2.0.0 release.

89d68a4afcbd1d94f2b8c28433e121266f054b74 authored about 10 years ago by Qiang Xue <[email protected]>
Fixes #5484: Fixed potential string suffix detection failure on 5.5.11

3039aa73be7e6f6a6a8c85096c69df26ea91377a authored about 10 years ago by Qiang Xue <[email protected]>
'sphinx' docs adjusted

b04bdf521902cd9e68a934e421244a3bc870013e authored about 10 years ago by Klimov Paul <[email protected]>
Issue #5211 added to CHANGELOG

3b66596ab43da0291512a2b03b8e81746b0383d7 authored about 10 years ago by Klimov Paul <[email protected]>
`yii\sphinx\Query` updated to be more consistent with `yii\db\Query`

b3f23826af49eb1027bbd631d3a6f8c1b20e775e authored about 10 years ago by Klimov Paul <[email protected]>
Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use

722612d393260222fe987b1bd07cc45d8928dcb3 authored about 10 years ago by Alexander Makarov <[email protected]>
prepare for next release.

b0dea03df3c50933b164ecb1f917b4657899dbf2 authored about 10 years ago by Qiang Xue <[email protected]>
prepare for 2.0.0-rc release.

7fa92de8716bf3be7bbd3ecf79d6f2e1c38288f6 authored about 10 years ago by Qiang Xue <[email protected]>
fixes for sphinx.

7e878a00878e83f96f228a705c4356ff90d23953 authored about 10 years ago by Qiang Xue <[email protected]>
composer.json tabs -> spaces

5223ee8138fe401e7b0dd6595fdb1a1cae2f74bf authored about 10 years ago by Carsten Brandt <[email protected]>
added branch alias to composer.json

2616d1bfbde2dd78effb6f0f61621d751f1312b1 authored about 10 years ago by Carsten Brandt <[email protected]>
Fixed array syntax

7f0d5b8c1b74c18ad8077103c4e6e2dbc6a39eee authored about 10 years ago by Alexander Makarov <[email protected]>
Fixes #4254: `SqlDataProvider` does not work with Oracle and SQL Server

63bcebb28bd7b69da53384188af14a2051cdbc56 authored about 10 years ago by Qiang Xue <[email protected]>
`yii\sphinx\ActiveQuery` fixed to be resuable with 'match' condition.

6934831f9f80d99977d90495f74ed513beab08a7 authored about 10 years ago by Klimov Paul <[email protected]>
`yii\sphinx\ActiveQuery` fixed to be resuable.

d35997ae5e5138e3022261284c9a31cbbec5a887 authored about 10 years ago by Klimov Paul <[email protected]>
improved IDE autocompletion for AR::find()

[ci skip]

f2d734770443ae6ff240cb94adb8ca99dcb16dde authored about 10 years ago by Carsten Brandt <[email protected]>
Simplified parameter check for buildSimpleCondition()

3bbc1db75feb35a841cd463b8da4e36cb3c8c4f4 authored about 10 years ago by Alexander Makarov <[email protected]>
Added support for arbitrary operators to Query::filterWhere, added support for arbitrary operators to Sphinx extension

b369d3f92220455b7d5b74a347b65bd96c8c3e9b authored about 10 years ago by Alexander Makarov <[email protected]>
Fixes #4526: fixed error caused by substr_compare length parameter doesn't accept null in PHP 5.4

7665ea17c75bc8584df8f85b3ab2b6e97bf776cb authored about 10 years ago by Alexander Makarov <[email protected]>
property code style extensions

d40a6ca04621fcae329f4c8422b348782ac86e5f authored about 10 years ago by Carsten Brandt <[email protected]>
Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare

2c3341a6b1eeab3cbf3a4affa66665f6e56d185c authored about 10 years ago by Alexander Makarov <[email protected]>
Used substr_compare instead of substr when we don't care about result

0317708066deb2a290d7a7607ae9e2e4e803e56e authored about 10 years ago by Alexander Makarov <[email protected]>
Sphinx distributed indexes support provided

f1c6a9e2549f41cea3b1585bb7236d7083373fa4 authored about 10 years ago by Klimov Paul <[email protected]>
Refactored code.

e8ec3c6c684500d97ba6fbeb3164ce2925c98cde authored about 10 years ago by Qiang Xue <[email protected]>
Fixes #4048: Added `init` event to `ActiveQuery` classes

f1b7b3841c381d4cad671650107062fe8199ab78 authored about 10 years ago by Qiang Xue <[email protected]>
Fixes #4051: Renamed `yii\caching\GroupDependency` to `TagDependency` and added support for associating multiple tags to a single cached data item

d9a1271b2039f273373cde64b71243a1cf3eb687 authored over 10 years ago by Qiang Xue <[email protected]>
Fixed test brak.

2e7d03bae13dea1df15580e8628617c55ddf7423 authored over 10 years ago by Qiang Xue <[email protected]>
Implemented master balancing.

f206512e2603ee233c6d4bb7ee85369e428aadd8 authored over 10 years ago by Qiang Xue <[email protected]>
Finished sphinx support

9e24ecfe90847621a80a569ef39be114a2bf5e8e authored over 10 years ago by Qiang Xue <[email protected]>
cleanup after #4092

fixes #4086

e9087150dc5c7d5405b03541871017b5fca053fe authored over 10 years ago by Carsten Brandt <[email protected]>
unify changedAttributes of afterSave in extensions

4842f655d52ea741b9b1499d9069b0e56facaf13 authored over 10 years ago by Vladimir Zbrailov <[email protected]>
rename ColumnSchema::typecast to phpTypecast

b063757adea0f2ca1ef4e7e58d8ac874165321b4 authored over 10 years ago by Carsten Brandt <[email protected]>
rename column schema typecast method

824ec718b6c263ba8639d97f30d713e53d1db1c1 authored over 10 years ago by Carsten Brandt <[email protected]>
split typecast method into two

one method for fetching data and one for sending to db.

fixes #2287

58cd610d9e8fc28db4f8fd549b5aafed95c4169a authored over 10 years ago by Carsten Brandt <[email protected]>
Merge PR #4038 branch 'consistent-after-save'

* consistent-after-save:
use an AfterSaveEvent class to be consistent
fixed test break and w...

8872c8b7073fe3521dc9b664864c879450c423ed authored over 10 years ago by Carsten Brandt <[email protected]>
Ensure consistent behavior in ActiveRecord::afterSave()

fixes #4012

d765555e08a4b77e2ebe094f9fff621efe4c657b authored over 10 years ago by Carsten Brandt <[email protected]>
Issue #4018 added to Sphinx CHANGELOG

f43cbfbe3bc9c2670aee914e7f15ff21d497f5ea authored over 10 years ago by Klimov Paul <[email protected]>
Type cast added to `yii\sphinx\ActiveRecord::populateRecord()`

de3d91d0f406024fddb34f133a1a379da30e88d6 authored over 10 years ago by Klimov Paul <[email protected]>
Fixes #3793: Changed inline autocomplete hints style to get more IDEs support

0a0c6835a96a19fa991189f7c8139d0b0db05851 authored over 10 years ago by Alexander Makarov <[email protected]>
Docs about Sphinx Gii generator added

b01b23d03fc876db4450588987d6cd42211651db authored over 10 years ago by Klimov Paul <[email protected]>
Sphinx Gii generator created

b19289851388feca638fcab5c1f2ecf1295157ac authored over 10 years ago by Klimov Paul <[email protected]>
added reference link to SQL error code

[ci skip]

dc85abd59d0a9207742177505472a071095de24e authored over 10 years ago by Carsten Brandt <[email protected]>
more robust check for table not exists

should work on HHVM too

39c54d35757d85519a8a70bbf0d81e05e2605cb2 authored over 10 years ago by Carsten Brandt <[email protected]>
Docs for Sphinx extension updated

07d06ebf20046ff7a9a7ecf722ff6c58e329dc08 authored over 10 years ago by Klimov Paul <[email protected]>
Docs for Sphinx extension updated

6ed9da0a1c63ae4766863a81abf2e088100e547d authored over 10 years ago by Klimov Paul <[email protected]>
Escaping of the special characters at 'MATCH' statement reworked

16c9ece4abf9657c99347bf727423cfa0eb1be52 authored over 10 years ago by Klimov Paul <[email protected]>
update changelog

[ci skip]

f124b2d399798a3154cb24b524d1784102e571d2 authored over 10 years ago by Carsten Brandt <[email protected]>
`yii\sphinx\Connection::escapeMatchValue()` fixed

dfcad2b601d7daf2fd951b13793b834c20471f04 authored over 10 years ago by Klimov Paul <[email protected]>
Extra quote escaping at `yii\sphinx\Connection::escapeMatchValue()` fixed

1576442dbccd0ae7bd7dcc98d2f3fdfe30e19d92 authored over 10 years ago by Klimov Paul <[email protected]>
Usage of `yii\db\Expression` for the 'MATCH' statement fixed

5f86570e5bc16c46eccc70240f0d0060e2c68a7f authored over 10 years ago by Klimov Paul <[email protected]>
Escaping of the special characters at 'MATCH' statement added

d02b394af97eac76e93c88049c930e587975e863 authored over 10 years ago by Klimov Paul <[email protected]>
Tabs to spaces to be consistent

```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vend...

24affa724ee45a72698fa01139ecc21b813b6532 authored over 10 years ago by Carsten Brandt <[email protected]>
Fixed Sphinx schema

612fd63995c7d6dce976be86091b259d672c86a5 authored over 10 years ago by Alexander Makarov <[email protected]>
Removed unnecessary instance check, fixed Sphinx schema

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

f472c2759f868960f7af932123e217b27a4583e7 authored over 10 years ago by Carsten Brandt <[email protected]>
fixed all the PHPdoc in extensions

3be3945bfbcbf4c67e49ee18a6079aa17e761e08 authored over 10 years ago by Carsten Brandt <[email protected]>
Added support for using sub-queries when building a DB query with `IN` condition

aeac4e7d121efa64c0380d73e29b067834279abc authored over 10 years ago by Qiang Xue <[email protected]>
prepare for next release.

297eb0c894bdf6d2fb4305f0a422f14c7485bfbf authored over 10 years ago by Qiang Xue <[email protected]>
prepare for 2.0.0-beta release.

f8477e8815021e2340540a5e522369d04150e008 authored over 10 years ago by Qiang Xue <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2: (79 commits)
Refactored app bootstrap logic.
Update a...

f3482b416ab3237fef91c1bf1a7c898b3b3bb339 authored over 10 years ago by Carsten Brandt <[email protected]>
fixed file PHPdoc

issue #3026

a59871a8c68427effb000471779be3aec74a91bc authored over 10 years ago by Carsten Brandt <[email protected]>
renamed attributes to attributeNames in model

fixes #3034

8918c1803c3f268975124c64357745c5e808dda9 authored over 10 years ago by Carsten Brandt <[email protected]>
Finished refactoring find() .

08f0a4de1e4c9541365fb56fa91dc165dd529477 authored over 10 years ago by Qiang Xue <[email protected]>
Refactored AR find

6f40cc0c063350c485237ee2071d3e5d9d00c72b authored over 10 years ago by Alexander Makarov <[email protected]>
cleanup CHANGELOGs

66f70a52fa09e22e12d049fd95f1f74b85a81792 authored over 10 years ago by Carsten Brandt <[email protected]>
fixed build break.

3a73ae0c222ba4644d2440fea21ff0056f2bea45 authored over 10 years ago by Qiang Xue <[email protected]>
Fixes #2955: Changed the signature of ActiveQuery constructors and `ActiveRecord::createQuery()` to simplify customizing ActiveQuery classes

9299119210326ab069ad8ff14516cec41250152d authored over 10 years ago by Qiang Xue <[email protected]>
refactored filterWhere().

e4e87ce7013c040eecdc7495e7c2ad2d02b031de authored over 10 years ago by Qiang Xue <[email protected]>
added CHANGELOG lines

0b3838dcd67b13252e9d55d436421f70c312ac84 authored over 10 years ago by Carsten Brandt <[email protected]>
removed unnecessary code duplication

1e2bd0a0e786267e40d611e1be96abffc78ae3f3 authored over 10 years ago by Carsten Brandt <[email protected]>
renamed Query::filter() to Query::filterWhere()

2a5ea911460be06d7b68910a82f8be2597e65685 authored over 10 years ago by Carsten Brandt <[email protected]>
Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query

b2d59692101d795df6c6f6b0d40272258b285a4f authored over 10 years ago by Alexander Makarov <[email protected]>
Merge branch 'master'

488d8671be0e180e05d181ee582506b7467464f1 authored over 10 years ago by Alexander Makarov <[email protected]>
Fixes #2911: Removed `tbl_` default for table prefix

dfca1d40004d2f2a1463dd9f7a96a376d17c29f7 authored over 10 years ago by Alexander Makarov <[email protected]>
Query::filter() adjustments

263876458acaeca337ecd3b4a6d831c5c0bc57e5 authored over 10 years ago by Alexander Makarov <[email protected]>
Merge branch 'master'

13da75580e851a3c4eee370f775d3f2ee29bba5e authored over 10 years ago by Alexander Makarov <[email protected]>
reset dirty attributes after `afterSave`

so information about changed values is available in `afterSave`-event.

fixes #2892

40cf705c5e0ca1da2a2b96720f35d991475606bc authored over 10 years ago by Carsten Brandt <[email protected]>
fixes #2002

3f24f9f010bd332de6b60d94ecd9f8c4e3a27220 authored over 10 years ago by Alexander Makarov <[email protected]>
updated classmap and phpdoc

0e86826264ef6ded49f25b6e3779d9d6e6f69a7e authored over 10 years ago by Carsten Brandt <[email protected]>
refactored code to use Instance::ensure()

09f912541c1bd3b4bf60f6864c67ada0868b28d8 authored over 10 years ago by Qiang Xue <[email protected]>
Turn module and application into DI containers.

267413784648bfcd02ba31a26a1a0efdc7f8f35b authored over 10 years ago by Qiang Xue <[email protected]>
Reformat code te be PSR-2 compatible

b73fa316eacfbdd675269a4cc217a22fd37ff980 authored over 10 years ago by SonicGD <[email protected]>