Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii2-swiftmailer

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

View default value for $params

To prevent Warning "Trying to get property of non-object" in case when nothing set to params, bu...

253becaef526ea8e0d542f4b6659b854e39634f5 authored about 11 years ago by iJackUA <[email protected]>
adjusted cubrid version in schema quote

28d9ee7c31497f7f7b1c70cea64f18067b23a0e5 authored about 11 years ago by Carsten Brandt <[email protected]>
removed cubrid env from tavis.yml

a622254509c91d0e05a1e9d4ca04812ea1523afe authored about 11 years ago by Carsten Brandt <[email protected]>
simplified cubrid db install on travis

c1b6521d3107fa260e1be42e17cfb1ecb16f56e3 authored about 11 years ago by Carsten Brandt <[email protected]>
fixed cubrid schema test for pdo type

a1e5fa356efd4401d5c9c273747e7a31bd0a3fdc authored about 11 years ago by Carsten Brandt <[email protected]>
fixed validator test break

f974e1a59f045d2049e28db8dc9851a71b679705 authored about 11 years ago by Carsten Brandt <[email protected]>
added cubrid specific pdo type casting

cubrid pdo does not support PARAM_BOOL so we cast the value to integer
and store 0 and 1 instead...

598d01287b0e052f2813fadae8e63a3e4bf03269 authored about 11 years ago by Carsten Brandt <[email protected]>
Updated FileValidator tests

32865c7ddcb1afdba70dac27c25bf6094b56c56c authored about 11 years ago by Alexander Makarov <[email protected]>
Better AR connection init in tests

8c1c3c59d95ee5b200e8a6f2354c64e95048a1b5 authored about 11 years ago by Alexander Makarov <[email protected]>
Removed @codeCoverageIgnore

5cf99922519b461f9c9e4237a21e72c6bf2fe8cd authored about 11 years ago by Alexander Makarov <[email protected]>
Merge branch 'add-tests' of github.com:suralc/yii2 into suralc-add-tests

Conflicts:
framework/yii/validators/RegularExpressionValidator.php

d75ad87e06e1918093108517935c087cf6047bc4 authored about 11 years ago by Alexander Makarov <[email protected]>
no xss for attribute error messages that contain {value}

8e4067ec5eb342e6d345d59eb97a5cf76aa701c6 authored about 11 years ago by Carsten Brandt <[email protected]>
Clientvalidation {value} was not what has been validated

also fixed some inconsistency between client and server validation.

266f4f9843b98eac39114af049f88680c3ff4300 authored about 11 years ago by Carsten Brandt <[email protected]>
moved getPdoType() to Schema.

8899aaeb5b2bd03ac491cb5d9702f3c68255b139 authored about 11 years ago by Qiang Xue <[email protected]>
optimized datepick js code.

8b5282436232bd7ea49f457dfc65a08faedb6d7a authored about 11 years ago by Qiang Xue <[email protected]>
consistent summary display for ListView and GridView

Total 0 items. when list is empty.
and showing x out of x for n>0 and paging on.

6544db48dc905726309114a3416adaeb862999b1 authored about 11 years ago by Carsten Brandt <[email protected]>
Merge pull request #972 from cebe/grid-filter-only-active

Filter only active attributes in gridview

f2e245feb4056df38fe5dcc3f8c69b309d2407d9 authored about 11 years ago by Qiang Xue <[email protected]>
Filter only active attributes in gridview

When we do not want an attribute to be searched we do not define it in
the filter model, or mark...

5ad8fe5f45afab3dbc08e331e69f8e73a13d5f05 authored about 11 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
fixes issue with debugmodule initializing view componen...

4050a4b21171cf4b47fcb724d94f5088f7e06153 authored about 11 years ago by Carsten Brandt <[email protected]>
added isAttributeActive to Model

consistent api for safe and required

1600889f4ed85d25b06cb1e1ae283e19e429cddd authored about 11 years ago by Carsten Brandt <[email protected]>
Merge pull request #970 from cebe/929-fixes-debug-module-preload-view-conflict

fixes issue with debugmodule initializing view component too early

9820dcef5ae146817a95e7fd4bf5915a722cf4a7 authored about 11 years ago by Qiang Xue <[email protected]>
fixes issue with debugmodule initializing view component too early

fixes #929

cba8ec73104902128248257250f2e84688838f2b authored about 11 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
Fixes #968: clientOptions should not be ignored when en...

a1e6c16e39b2af2c4d8cb789b24d57771d664a58 authored about 11 years ago by Carsten Brandt <[email protected]>
improved errorhandler output

when error occurs while handling errors output was not readable in web
context

3a981e26dabb389ddb9e2cb23168a5e091fc3c0c authored about 11 years ago by Carsten Brandt <[email protected]>
Fixes #968: clientOptions should not be ignored when enabling internationalization.

bc743a32b78d48f824dcbf4eff0601b7b23fff63 authored about 11 years ago by Qiang Xue <[email protected]>
minor doc fix.

2ae5c23d484a7b616a1dfdc5bd9dfe746980e466 authored about 11 years ago by Qiang Xue <[email protected]>
make db\Command::getPdoType() protected

fixes #964

ee89134ffe29179a95ff856e1d7490545e2c13dc authored about 11 years ago by Carsten Brandt <[email protected]>
adjusted composer.json for smarty and twig

not need to suggest packages in core. They are required by extension
composer.json anyway.

300c866be2ed3e8c83cfc88c92eb295d0e2deedd authored about 11 years ago by Carsten Brandt <[email protected]>
mention response component in controller.md

6ba6fbe9471b6d733bcbc63dfe3ba02b093385b6 authored about 11 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
added comment
better error message
more asset bundl...

5aaa87c32e01b52e93c39344df1e88f2c415d35e authored about 11 years ago by Carsten Brandt <[email protected]>
better validation of module in gii module generator

fixes #963

982b7fe4ae41539515173fb1f8709f33bebb7571 authored about 11 years ago by Carsten Brandt <[email protected]>
Merge pull request #962 from cebe/700-fix-js-asset-position-conflict

fix js asset position conflict

ed85c16ff2c0b87c725ca60da23aeb1bb64ec6df authored about 11 years ago by Qiang Xue <[email protected]>
fixed default status code for Response::redirect()

fixes #961

7817514e86cb96841bc47213b8fcdd905f3c2731 authored about 11 years ago by Carsten Brandt <[email protected]>
added comment

72b4f4f71779e1111c2657749ec87b1ee8b4a245 authored about 11 years ago by Carsten Brandt <[email protected]>
better error message

80cf9c8be9d5d29386f725d7900e4b94dba5ccf9 authored about 11 years ago by Carsten Brandt <[email protected]>
more asset bundle tests and docs

a922c41ee63ac4e182042a201c442257f6e35788 authored about 11 years ago by Carsten Brandt <[email protected]>
fix issue #700

adjust depended asset position or throw exception on conflict

abc1e0c2bb434e628c45accaf44fff378ad36d75 authored about 11 years ago by Carsten Brandt <[email protected]>
doc fix

a6784f4ae99a97bd78d73bce7745fdfc534c45b3 authored about 11 years ago by Carsten Brandt <[email protected]>
added unit test for asset bundles

0c113faf62b384e255704af46878d5ba4f40dac5 authored about 11 years ago by Carsten Brandt <[email protected]>
Fixed the issue that dots in URL rules would match any character.

8bff031fc235caa4fd085ab8a90a131a803cd040 authored about 11 years ago by Qiang Xue <[email protected]>
Added missing return

817516adc5eed7b90c81ef04d34c7003b679ab2e authored about 11 years ago by Alexander Makarov <[email protected]>
Fixed missing error page when AccessControl is used with default deny rule

c7d7a3ce3659d31aa82ca9bf82ffb55d80a004c6 authored about 11 years ago by Alexander Makarov <[email protected]>
Better phpdoc for chained method calls

6488fe47ec186d951ab0f16bbae994f073643ca8 authored about 11 years ago by Alexander Makarov <[email protected]>
Fixes #957: Json::encode() doesn't handle empty object correctly.

fceb2d6e2160a6dea24ce3eea09f6c5563104e22 authored about 11 years ago by Qiang Xue <[email protected]>
Removed duplicated indexBy declaration.

aede3c9f47bc4207777469acb39dd7885d02de9a authored about 11 years ago by Qiang Xue <[email protected]>
Fixed the namespace.

35cf49732e52f8875a29ee9c9a11de1764d8f24e authored about 11 years ago by Qiang Xue <[email protected]>
Added installation commands to Installer.

b301f181135272220913a6d5a0e3d211e46b2345 authored about 11 years ago by Qiang Xue <[email protected]>
Yii extension composer installer WIP.

9ef953a85ca6803d87940c48e7af1c2ffa5717a4 authored about 11 years ago by Qiang Xue <[email protected]>
Added link to the guide to readme

1005b1ad452cc7b020cb45c79c9266b329ff1419 authored about 11 years ago by Alexander Makarov <[email protected]>
elasticsearch find by simple condition

d442f05631f7eff4fb5490ac09f346f1b5f8ff2a authored about 11 years ago by Carsten Brandt <[email protected]>
Fixed composer autoload declaration.

0904c3454ec339a291abc313500d4e6b41069a6b authored about 11 years ago by Qiang Xue <[email protected]>
make grid view filtering work.

cf9104f7fdd75894ff7c5796df331213fea2ae91 authored about 11 years ago by Qiang Xue <[email protected]>
Merge pull request #943 from arisk/patch-2

Fixed typo

057050f8a37ba935c22eaf9a530875bc98c116f7 authored about 11 years ago by Carsten Brandt <[email protected]>
Edited password section

951b944b2a0f10db7587458a1c270c4ffafaea7c authored about 11 years ago by Larry Ullman <[email protected]>
Fixed typo

cbbb2cab76aa41fc76a1d589084371efc430501e authored about 11 years ago by Aris Karageorgos <[email protected]>
Initial edits

863a5cc01510742768f136c7544221f103a448b2 authored about 11 years ago by Larry Ullman <[email protected]>
Fixed search form.

293cb9d86f0f62f71a6943075d9a2985e09af655 authored about 11 years ago by Qiang Xue <[email protected]>
Merge pull request #939 from egorpromo/simple-correction-of-unintelligible-description-of-cactchAll-property

Just simple correction of unintelligible description

65b8cc212619fe59fe6e4096add01f80facd2982 authored about 11 years ago by Alexander Makarov <[email protected]>
Just simple correction of unintelligible description

536075c0408e745fb285f86867062338d744128d authored about 11 years ago by egorpromo <[email protected]>
Merge pull request #935 from aarondfrancis/master

Fix Issue #934

6809773c776d3e8cadde6afd5d9ee2279a544d4a authored about 11 years ago by Alexander Makarov <[email protected]>
Fix Issue #934

Fixes issue #934. Command is created for the selected database, not the default database.

c5a34c534b987a5767db7757699453cb14991c14 authored about 11 years ago by Aaron Francis <[email protected]>
Fixes #916: generation of class name from table name has problem.

38c0b197f9a10c9caec82dd4de194002f8219fa2 authored about 11 years ago by Qiang Xue <[email protected]>
Fixed DB validation handling for model generator.

8c9dadf36212bff6fef815a930dbcda4a4263bf5 authored about 11 years ago by Qiang Xue <[email protected]>
Minor additions to i18n docs

6fc5f0a4caceaddbc10daa775d24fb0d399817ae authored about 11 years ago by Alexander Makarov <[email protected]>
Renamed i18n to be all lowecase when accessed as a property

618f9811123e680cba38616a18305bdd27136778 authored about 11 years ago by Alexander Makarov <[email protected]>
Added doc about BaseDataProvider::getPagination().

bcc0cbeba8648eb8eb41c4c5becc654bb476bc3d authored about 11 years ago by Qiang Xue <[email protected]>
second try to fix random memcache failure on travis

issue #877

3f88320595023696fdbd30af625f325dac444a57 authored about 11 years ago by Carsten Brandt <[email protected]>
Simplified the default file map for PhpMessageSource.

c1f977cd459eb9997484d577de307c741305f0d4 authored about 11 years ago by Qiang Xue <[email protected]>
Fixes #927: doc typo.

09a91910866ef97bf78733ce70e995d666e69fee authored about 11 years ago by Qiang Xue <[email protected]>
Set totalCount.

d798cc791b4c1195a042848485279e19fdebe589 authored about 11 years ago by Qiang Xue <[email protected]>
doc update.

fe58cbd56a02af1dcd349356de5585ec78287bd3 authored about 11 years ago by Qiang Xue <[email protected]>
refactored data providers.

0035f23781750f2e598077e11fa8deb43b10bd21 authored about 11 years ago by Qiang Xue <[email protected]>
added web\Controller::goBack() as shortcut

goBack() will redirect user to his returnUrl
fixes #925

2c30ddfcb0621e74552e7f6628cb092f666c5709 authored about 11 years ago by Carsten Brandt <[email protected]>
basic CRUD for elastic search WIP

955bf7daaf4900e2e1e624f88e055f44a335a7f2 authored about 11 years ago by Carsten Brandt <[email protected]>
Fixes #928: client validation should be applied to active attributes only.

d03d681583b1bdc8ea0246ca610bbb1bb3a6fd73 authored about 11 years ago by Qiang Xue <[email protected]>
fixed empty result in findByPk list

179618c6e943e1e02801741df5d9339e21d59626 authored about 11 years ago by Carsten Brandt <[email protected]>
elasticsearch AR WIP copied parts from redis implementation

a94886fafda3333d26f5fb02839bf649aa28b7db authored about 11 years ago by Carsten Brandt <[email protected]>
Added version information to redis

b4b9ad483a8d33985a852af23993b9360b482ab0 authored about 11 years ago by Carsten Brandt <[email protected]>
Update RedisCache.php

added version information

8d4d0ee0bcbd5986e5bc21e48b9c967665ee2e21 authored about 11 years ago by Carsten Brandt <[email protected]>
Merge branch 'master' into elasticsearch

* master: (157 commits)
Fix phpdoc.
fixed test break.
refactor Exception::toArrayRecursive...

91c1805ed74ba569dd04840b87c10fda0554c131 authored about 11 years ago by Carsten Brandt <[email protected]>
Merge pull request #921 from ekerazha/master

Fix phpdoc.

d56bf3f00ac02ef80e0ae61dc22f55a7c98f3095 authored about 11 years ago by Qiang Xue <[email protected]>
Fix phpdoc.

64a33e78498197796cbda9150ec0cf3d846801f8 authored about 11 years ago by ekerazha <[email protected]>
fixed test break.

c4f4e52a5aaadd3369865ac2151dc965c675ecbf authored about 11 years ago by Qiang Xue <[email protected]>
refactor Exception::toArrayRecursive().

9e9b3548db5544c2b3df47985601c95fe3de6011 authored about 11 years ago by Qiang Xue <[email protected]>
Merge pull request #920 from bixuehujin/fixed-exception-toarray

Incorrect array representation when has previous exception

a4a159633c3edf678e01a18dc1b65a548eb0796d authored about 11 years ago by Qiang Xue <[email protected]>
Merge pull request #919 from ekerazha/master

Add data padding and key derivation.

ed4553711e67cc45834c037c1616e37533ea75f4 authored about 11 years ago by Qiang Xue <[email protected]>
Fix StringHelper::substr() call.

cb7921b8a5ecd391076f869fd344b78f789adf70 authored about 11 years ago by ekerazha <[email protected]>
Incorrect array representation when has previous

5d7c37bd7ea2d0e467fabeff312bd184c6216d7d authored about 11 years ago by Jin Hu <[email protected]>
Add data padding and key derivation.

6dc69e68b55e1eece655c4716f0969693b4aba0e authored about 11 years ago by ekerazha <[email protected]>
typo

abc0df6145bda4e4531d5b9482d39aa1a9ba09be authored about 11 years ago by Alexander Makarov <[email protected]>
better wording

fb684774db5870abb3ecb0bf91d2924704d6bba6 authored about 11 years ago by Alexander Makarov <[email protected]>
Renamed test to match class name

b45b16d84502b6d557c72839d17b4b8b229806c1 authored about 11 years ago by Alexander Makarov <[email protected]>
Fixed beforeCopy option.

efef0e52ca41ed16f52eefae8c24a1103ee020f6 authored about 11 years ago by Qiang Xue <[email protected]>
doc fix.

ba1496cd508ca003bff8ffbae5e1d055a652e5b0 authored about 11 years ago by Qiang Xue <[email protected]>
Added missing beforeCopy option to FileHelper::copyDirectory

It was mentioned in AssetManager::publish phpdoc.

40629ca49bef1a864b2d94593335eac7c927b084 authored about 11 years ago by Alexander Makarov <[email protected]>
Renamed ListViewBase → BaseListView

fc75ab87be5008807c529e0cb28a7911a71261d7 authored about 11 years ago by Alexander Makarov <[email protected]>
More i18n tests, docs, added check to skip fixes where possible

dafbeda301bb1eb85eec55a468fbd043efadd348 authored about 11 years ago by Alexander Makarov <[email protected]>
Merge branch 'master'

9212c16ca8743988fa47bf7edb984bb0f5f18be6 authored about 11 years ago by Alexander Makarov <[email protected]>
Used intl ICU for message translation

bf722c0423c69a0606abd539bfce4f3988325ca8 authored about 11 years ago by Alexander Makarov <[email protected]>
Fixes #915: helper classes renamed again

b873f9f242b3b927fcc9fe9b34ab1ec5e48f69d0 authored about 11 years ago by Alexander Makarov <[email protected]>