Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii2-framework

[READ ONLY] Yii 2 framework core code only. This is a subtree split off the "yii2" repository
https://github.com/yiisoft/yii2-framework

extracted date format converting to a helper class

adding and reworking the conversion of:
- ICU to PHP
- PHP to ICU
- ICU to JUI
- PHP to JUI

818e6fbe097b78ac17bf77fc768214117ccb1941 authored over 10 years ago
WIP

e1956503eeb886d0784385c46b7e6f7f5a83d41f authored over 10 years ago
Fixes #3581: Added `yii\validators\CompareValidator::type` to support type conversion before comparing values

91c78dd80fb3f11847bea7f8b84358819e9368e3 authored over 10 years ago
Fixes #4905: ActiveForm::$validationDelay doesn't delay after keyrelease when $validateOnType=true

7dd5faa7e1ed7dbe2a22dac5d266c4e00cdb5807 authored over 10 years ago
Fixes #5006.

9336d2fef5668b9af96a964671b9c1f2180406d3 authored over 10 years ago
Fixes #5039: `UniqueValidator` and `ExistValidator` did not respect query conditions added by default scope

2bf5154b6d7ade50e331650acf52a2c1ac50ad27 authored over 10 years ago
Finished console Gii feature.

69621c062c72f40d16b0b1a08c72cf89d64318b0 authored over 10 years ago
Merge commit '81c3c48c53d5087be681fc5472a837bc4660ca12' into console-gii

Conflicts:
framework/console/controllers/HelpController.php

3b65de93579faa9be6b899219b8cb92106717ffa authored over 10 years ago
Finished console Gii.

2748bfaa8e9203fdc5ff74c6a4c7569cdc1bc4a9 authored over 10 years ago
Fixed typo [skip ci]

c6bf6053668f51aa3e5eebe80c873df53833fdd4 authored over 10 years ago
WIP

4a3ce1a50b9b21452b05832043e7e04906686d51 authored over 10 years ago
Fixes #4938: When `yii\db\ActiveQuery` is used to build sub-queries, its WHERE clause is not correctly generated

d4327da7ebe58e0097ac02bab4b49e3d8732da1a authored over 10 years ago
Fixes #5001: `yii\rest\CreateAction`, `yii\rest\UpdateAction` and `yii\rest\DeleteAction` should throw 500 error if the model operation returns false without validation errors

00cc026380d21a396f1f88afcd12924a26690498 authored over 10 years ago
Improve docs for CheckboxColumn::$checkboxOptions

037dc424727479c8204c7750a816d17e3b832c4f authored over 10 years ago
Merge pull request #4992 from Skysplit/pl-messages

Update polish translation [skip ci]

8c18219261c6107362117fec16cae141ff7edc90 authored over 10 years ago
Added "other" rules to polish translations

42a6393bf84afef7ece04e052b2b449ffaa8a21d authored over 10 years ago
Updated Russian framework messages

693b3448e99d7e18348d8299794a62f5f730a211 authored over 10 years ago
Update polish translation

31abcf7a39f49d725186109270b1f0b46dec1132 authored over 10 years ago
Fixes #4984.

7c9ebf3e346a00ecd88c77d02dfbf16d437f9dae authored over 10 years ago
updated UPGRADE [skip ci]

86f3653cbadf854716676c0599b4802946acf291 authored over 10 years ago
updated german translation

54a3ef30bb6677fab176fc48880623a3005d457d authored over 10 years ago
fixed size format plural rule to not format number itself

This fix ensures the format configured in the formatter class is used in the message instead
of ...

7014d1003161e6f05c9b111fba1c0d3758cc6dc5 authored over 10 years ago
Fixes #4970: `joinWith()` called by a relation was ignored by `yii\db\ActiveQuery`

e09c2eef4ff9674241c6f37321992429a9a6c87a authored over 10 years ago
Handling $query->joinWith called inside of other $query->joinWith within Closure (called inside Closure). Ex.: ```php $query->joinWith( [ 'rel1' => function($query) { $query->joinWith( [ 'rel2' => function($query) { // ... } ] ); } ] ); ```

207fe03ad0add1b22a956539cc52022e4dc2c62b authored over 10 years ago
Fixes #4897: Added `yii\helpers\FileHelper::mimeMagicFile

fa3d895e7f612d6b93c65b785caad10bbd5774e3 authored over 10 years ago
Merge pull request #4981 from SDKiller/patch-2

Updated phpdoc for \yii\widgets\DetailView [ckip ci]

c834b85ff8952035d21cc98a75391070c187f859 authored over 10 years ago
Fixes #4954: MSSQL column comments are not retrieved correctly

4f0ac4ba0375bb165083960d9063bf1f18fdb558 authored over 10 years ago
Updated phpdoc for \yii\widgets\DetailView [ckip ci]

This widget usage is not only restricted with `Model` or associative array (see its `normalizeAt...

93b08d53929e10b9feea486423e62f6e5a78bac8 authored over 10 years ago
Merge branch 'master' into Erik-r-2359-formatter-refactored

* master: (22 commits)
Fixes #4971: Fixed hardcoded table names in `viaTable` expression in mo...

ce6983b9af89aa33d30ca1750bab723233c8f497 authored over 10 years ago
finished the first structure of the guide on formatting

913f74283eb77b5a88ae7d7069b39b1a0e39b19e authored over 10 years ago
fixed paragraph formatting

eded73e55326175673aa86f5c3c1e9732eb0d09b authored over 10 years ago
UPGRADE and CHANGELOG notes for the Formatter changes

9f7731d871ea4d4f96abec1f06ee5408715d229a authored over 10 years ago
Fixes #4955: Replaced callbacks with events for `ActiveForm`

e77e5f1b2730769b65d37de0c6cd3bdfc64b00d2 authored over 10 years ago
Merge pull request #4977 from creocoder/web-user-param-rename1

Rename `\yii\web\User` component param for consistency

4a7bc48c7922f2f94ab9aed4517a6a7f3944b9e7 authored over 10 years ago
Rename `\yii\web\User` component param for consistency

b39c2224c99371c04b146a5f63459a0df34f3b96 authored over 10 years ago
Merge pull request #4974 from creocoder/html-button-type-fix

Html::button() type is `button` by default

5680a3ae8baacc4963efc170c1b16983f04851ca authored over 10 years ago
Html::button() type is `button` by default

7d8ad60d299be1a1d2ede32583162819486c45f9 authored over 10 years ago
Fix bug in Estonian translation

47e78700224da3d03f95d4c1462e57807732e503 authored over 10 years ago
Typo fixed inside \yii\rest\CreateAction

7bc0ae41373f91243d244b053a3d3222bc62fb03 authored over 10 years ago
final cleanup

560ed61a4bdc3e1a47387e9a805a82504bc4a91b authored over 10 years ago
refactored size format

2323f11f5741b537e4d1e6009797afe7a2f76335 authored over 10 years ago
ensure some BC

ensure some features that were recently added to formatter keep working after refactoring

1e5be257da0ad1d2a548e8ed03bf4a6a6b58d0ae authored over 10 years ago
unit tests and some locale depended fixes

49b2f1f886b145dbf8213974d665c30e4cca65a1 authored over 10 years ago
finished currency formatter

7f266662e5464c174296359fde9e1bcae1cfcdac authored over 10 years ago
Update finnish translation

8ce9216bf5e5319cb3ab7f597997a1a0fe3d74ff authored over 10 years ago
Fixes #4945: Added `yii\test\ArrayFixture`

0d41253bf78a0133f9e6599b087b5134d08a2000 authored over 10 years ago
added array fixture class

f3145820a4fab4e1c2ca33f8a930079a530f8111 authored over 10 years ago
Merge branch 'master' into Erik-r-2359-formatter-refactored

* master: (1112 commits)
Removed unused "use" statements
Fixed array syntax
Removed unused...

1cd201e0fb4d92cb4dbca96c7e9044e0714e87c4 authored over 10 years ago
moved formatter to i18n namespace

4c03b58bf39e03fc8a8d568c47d9f3dfc6641dc8 authored over 10 years ago
finsihed formatter implementation

neads cleanup

4b6629e0f6927ef11ba008f15881f4ade655a53f authored over 10 years ago
Fixes #2702: added doc about customizing error response format [skip ci]

0e0d51d49c2454bb4181eb77927525b3479ba547 authored over 10 years ago
refactored number formatting

f08e0e93496c8a16dd9044300fdeae044e12d358 authored over 10 years ago
date formatter iteration

f43369a6e568947112f91a1fd974542a7ad14396 authored over 10 years ago
small doc adjustments

30a8378375907b166a8b2dbb85c38371e49bc841 authored over 10 years ago
Removed unused "use" statements

ed2fab28da7f8240e49f3a4322d1bbfe7f70a2f8 authored over 10 years ago
Fixes #3511: Dropped `yii.allowAction()` and modified `yii.confirm()` in `yii.js` to support callbacks

757d7e59497b511699afd31ca1133e19f61026ba authored over 10 years ago
Fixes #3410: yii.activeForm.js now supports adding/removing fields dynamically

dc64c1063bf868cf8ceedef81409337e5e1f7377 authored over 10 years ago
Fixes #2914: `ActiveForm::fieldConfig` will be merged recursively with the `$options` parameter in `ActiveForm::field()`

d308b7c330cc293f1d4e27c4ded45767f6b7e28b authored over 10 years ago
Reverted/fixed some incorrect changes.

7355973cea2748dcf7b005f301010b21e7fc7034 authored over 10 years ago
Merge pull request #4937 from johonunu/missing-serbian-translations

[skip ci] Added more missing serbian translations

5fbb87a0179b8ba3edaba3cbb29ceabb6fe0e8dc authored over 10 years ago
missing "." sign

88528f85fa831c1a22a9935a7af7439e8118c427 authored over 10 years ago
Fixed formatting, initialized options array

2068b60b516b5ce8ac164bcb1579264bcf621274 authored over 10 years ago
Fixed phpdoc

eb5b9015ecc57eb31882520d092bee8ea963b1dc authored over 10 years ago
added missing serbian translations

2c647ccc419c79bf6078ece3f1d46e9e6dd1df07 authored over 10 years ago
Simplified ArrayTrait::fields() default implementation since it works fine w/ just field names as values

2a222ad1c01ce1fbd759a1012844ee20f020baca authored over 10 years ago
Fixes #4288: added a hint on how to specify console boolean values to the output of help

c6eb0c338053607b6258db6625eaa3c95a8846c2 authored over 10 years ago
Fixes #2380: `yii\widgets\ActiveForm` will register validation js even if there are not fields inside

3c5208a8caac7d9c90e7105a0ffc67f8030687e1 authored over 10 years ago
Fixes #3738: ActiveField custom error selector not functioning

01c56487d093ba1fc50956d39f1fddba721107cf authored over 10 years ago
Fixes #3240: Added support for assigning an anonymous function to `yii\widgets\ActiveForm::fieldConfig`

d97d48f7f412ea108657506fc1c28318c1e23550 authored over 10 years ago
allow precision for binary type in MSSQL

fixes #4931

eba989b9d627e6c0504b995c8f2751e0e53748cc authored over 10 years ago
changed syntax for referencing the guide in apidoc

New syntax:

```
[link to guide](guide:file-name.md)
[link to guide](guide:file-name.md#subsecti...

7b25825f4140731f5e132ec9096972d8d43ed40a authored over 10 years ago
Fix typos and semantic errors in Serbian translation

2b6fc7141d17afa90c266538aeca97b7eb33ab1b authored over 10 years ago
When an ID is found to be in both `Application::controllerMap` and `Application::modules`, the former will take precedence

5301a65e7646a5a65253573d1cf09c2a72e646f3 authored over 10 years ago
Refactored console help system [skip ci]

555bb05b5d15eb645b2347e95e653d01e9b372dd authored over 10 years ago
Refactored help system. [skip ci]

159065b4c441e6a6a7f9c203a483ba4f63c5d298 authored over 10 years ago
Fixes #4920: `yii\filters\auth\CompositeAuth` should not trigger error as long as one of the methods succeeds

Fixes #3177: `yii\filters\auth\CompositeAuth` will send out challenges from all auth methods

1d352d531d0ab649fd9f7bfff2173b73a7408ce0 authored over 10 years ago
Update UrlManager.php

3020913ddfd6c08e1f2373992dbdae58864b63f9 authored over 10 years ago
Fixes #3910: Removed the `container` option from `Html::checkbox()` and `Html::radio()`

a13387d4d27d7338182dd42a87e74a564f50f968 authored over 10 years ago
Fixes #4919

8c23569ab7f8b0bc31d47dbc5a35b9f4d89a0b06 authored over 10 years ago
Merge branch 'master' of git://github.com/yiisoft/yii2

908e9650291d2a8142972c1c06b87ad8dfd4f49c authored over 10 years ago
Merge branch 'master' of git://github.com/yiisoft/yii2

3daa33d3343d5bbfaadaa82bbbb207b4a3cee603 authored over 10 years ago
Renamed HelpParser::getFull() to HelpParser::getDetail()

c7e58f3863643e194ea4a99a3ae7679f3a2ccaff authored over 10 years ago
Added `yii\web\Response::enableCsrfCookie` to support storing CSRF tokens in session

f30531de3657180690e2e32a70cb432fa2992435 authored over 10 years ago
Fixed method name

eaf07872ef43c19065f41ee7b7a0af357b02f5fd authored over 10 years ago
Merge pull request #4913 from yiisoft/console-help-refactoring

Console help refactoring

1b08823790d206a32269cd4804ddcca14d6466ae authored over 10 years ago
Added information about --appconfig to output of help command, color option is now passed to controller whose help we're getting

6fbf719e6ddd37f87c30d54a8a3035b9e30c1b54 authored over 10 years ago
Moved common help parsing code into HelpParser. Action methods now have default implementation.

78e9b6a2c54c1cfbbec416641f27e552b9ae9edb authored over 10 years ago
Fixes #4914

99d01541a5040bda12300975a37505bfccd6e6b4 authored over 10 years ago
Fixed getting controller description, refactored a bit more

05bf39f6567aa51884ad80dbc3042c5a4cd27aca authored over 10 years ago
Got rid of console inline action

d42fd513eba7b1b7fa5e64e6c769c0d8e385ab5c authored over 10 years ago
Removed description and help code duplication

f3fac09ebb0b6333e9537eed13bdfa055a8e1e2f authored over 10 years ago
Extracted inline action object creation, implemented it in console controller in order to use console inline action instead of base one

1b8d390802de9299c4a58fc5b3995e15078f2837 authored over 10 years ago
Fixes #4911: Changed callback signature used in `yii\base\ArrayableTrait::fields()` from `function ($field, $model) {` to `function ($model, $field) {`

2e31899f739ac8265e23cc368e0b5d74539f6f19 authored over 10 years ago
Fixes #4225: Added `ActiveForm::validateOnBlur` and `ActiveField::validateOnBlur`

59cb0f42009025f0082ae1c5deec344e265b8781 authored over 10 years ago
Fixes #4254: `SqlDataProvider` does not work with Oracle and SQL Server

845fa0f1ff6c8d7333d6a53bc02ddf1b2e2afe7c authored over 10 years ago
typo fix.

a117860a6b4b317a0a61c0db28ea0543cd571fca authored over 10 years ago
Fixes #4755: `yii\test\BaseActiveFixture::unload()` does not clean up the internal cached data

cca6aa8a8d42f5950ede2b0011c963ba6e88ee50 authored over 10 years ago
Fixes indents

24dd1f6622b04ba365fc31d68bb680d9dd93900a authored over 10 years ago
Fixed #4754

cd63e514244edb6577f5e1a722a4cc2084c032cf authored over 10 years ago
Added `yii\composer\Installer::postCreateProject()` and modified the syntax of calling installer methods in composer.json [skip ci]

40563dacebdd708db7ac878ed38ad75440bddec5 authored over 10 years ago