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

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
co...

67c23d924cc316593ca38382707c5d6842b61dd4 authored over 10 years ago by Carsten Brandt <[email protected]>
Merge pull request #2622 branch 'ext-codestyle-fix' of https://github.com/AlexGx/yii2 into code-style

* 'ext-codestyle-fix' of https://github.com/AlexGx/yii2:
fix php5.4 array syntax
many phpcs ...

d8d731d88bc9d1ff62743a2fbf61a6ec4c1291b5 authored over 10 years ago by Carsten Brandt <[email protected]>
Added links to PHP.net to apidoc

2ff11c55f40f3f5c0dd7df7a5bd33f5b1ed607a3 authored over 10 years ago by Carsten Brandt <[email protected]>
many phpcs fixes

6a7b10af01a96c450eb7927ed8c329dd41f5064c authored over 10 years ago by AlexGx <[email protected]>
code style. FOREACH

f8a2ac6ad3c8407d347cae15d79a8e21cb904440 authored over 10 years ago by Alexander Mohorev <[email protected]>
Merge pull request #2578 from schmunk42/feature/update-composer-keywords

replaced keyword "yii" with "yii2" in composer.json files (fixes #2557)

d2281c10edee0242ccf9e82f3a9d5b075ba0ea83 authored over 10 years ago by Alexander Makarov <[email protected]>
@param, @var, @property and @return must declare types as boolean, integer, string, array or null

efd3c2df66447afbbb57188224a29e12f0ac58ab authored over 10 years ago by Alexander Mohorev <[email protected]>
fixed a bunch of typos and errors

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

bfdbe1b2708321bfd1d0381ed4053e29d4c6e467 authored over 10 years ago by Tobias Munk <[email protected]>
updated docs about active relation

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

f7e67d4d2554491cc8cdf896dbdb145f634a0350 authored over 10 years ago by Carsten Brandt <[email protected]>
added missing use statement

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

060c7d3331ffff1ae962cf0f2ca1d862487f41f3 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
- [ ] ...

a16edc5ddf527fb8815e11a25e221df8580e0196 authored over 10 years ago by Carsten Brandt <[email protected]>
Fixes #1645: Added support for nested DB transactions

94d501bd822e414570a9bfc5a3461b2510f50029 authored over 10 years ago by Qiang Xue <[email protected]>
Fixes #2083: make sure keys of object type work with ActionColumn, GridView, etc.

77b49df1979fa184ca2271a8d4db0b14a556faa0 authored over 10 years ago by Qiang Xue <[email protected]>
Method "callSnippetsInternal" for the Sphinx Query extracted

23cce2e859fb83b9fba1c6f88a7d5ab0a7bcd0a8 authored over 10 years ago by Paul Klimov <[email protected]>
Added support for building SQLs with sub-queries

d8043abd127825779596350576d3830b38187922 authored over 10 years ago by Qiang Xue <[email protected]>
Removed unused namespace imports

d8e42d2589cd2e26fe42be4e12103f7e17581ddc authored over 10 years ago by Alexander Makarov <[email protected]>
Removed unused variable

58cf5e77537af5d693580abd815dd1ea8f6e6450 authored over 10 years ago by Alexander Makarov <[email protected]>
refactored sphinx and db AR to call parent implementation of populateRecord()

8a4d3ba60985da1f6e02bfb12ac80c6f4d6c7a82 authored over 10 years ago by Carsten Brandt <[email protected]>
renamed ActiveRecord::create() to populateRecord()

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

...

0ba81983546ea5d52df9ff28ce25e0c3a2e25e8d authored over 10 years ago by Carsten Brandt <[email protected]>
Fixes #2160: SphinxQL does not support OFFSET Improved `QueryBuilder::buildLimit()` to support big numbers

5e32e4acc31b2f96a5c695017ad98fd86b0ae2c6 authored over 10 years ago by Qiang Xue <[email protected]>
Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()`

7b2938ae76498b99419ae3e72c6ebb3a060992c1 authored over 10 years ago by Qiang Xue <[email protected]>
Fixes #2091: `QueryBuilder::buildInCondition()` fails to handle array not starting with index 0

f8a8dbf91201169f99985106834ca429fe3a284b authored over 10 years ago by Qiang Xue <[email protected]>
reworked fix for #1993

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

fixes #1993

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

cd43cbcc62b652706b5cea004ccc5248f0263485 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]>