Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii2-smarty

Yii 2 Smarty Extension.
https://github.com/yiisoft/yii2-smarty

Fixed test break.

3ec9553654dd89ade32a728fde56c28592edf389 authored over 11 years ago by Qiang Xue <[email protected]>
Fixes issue #539: Yii2 Csrf protection broken

36f6ebab7f9e8ff6e76eb56ef5c6bfd23e511b4c authored over 11 years ago by Qiang Xue <[email protected]>
Added XmlResponseFormatter.

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

fa198518e1222b56e20fca77f168eb32fdd2caf5 authored over 11 years ago by Qiang Xue <[email protected]>
Added doc.

2d118a4c24247d8142c5653f223d3f96ab4e10a3 authored over 11 years ago by Qiang Xue <[email protected]>
Merge pull request #538 from cebe/handle-request

renamed Application::handle() to handelRequest()

ecb703c37044c8a31f932c4574b3d6885000b506 authored over 11 years ago by Qiang Xue <[email protected]>
removed unnecessary check

36184569a88360569d5050f9d25a96668bae30f9 authored over 11 years ago by Carsten Brandt <[email protected]>
renamed Application::handle() to handelRequest()

Name make more sense imo as it is not clear what it handles otherwise.
Removed unused method pro...

5ed52b98a1e1b7d0f09949274f454d2de513f496 authored over 11 years ago by Carsten Brandt <[email protected]>
cleaned up "use" statements.

03e07f434065ad1e1617b51c145729b78c7c6ed6 authored over 11 years ago by Qiang Xue <[email protected]>
Removed unused methods.

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

* 'master' of github.com:yiisoft/yii2:
Removed unused namespace.
Put back Yii::getObjectVars...

79e425bef3b1ed9ff5852beb9cd7dea0204cd828 authored over 11 years ago by Carsten Brandt <[email protected]>
validator use static instead of self

6c8f898a90fcf92810d8fb674d7dfced8c0d7ac6 authored over 11 years ago by Carsten Brandt <[email protected]>
Removed unused namespace.

e0789ecb827ad64f729b4506c43ad23866a666ea authored over 11 years ago by Qiang Xue <[email protected]>
Put back Yii::getObjectVars() and fixed infinite loop in Object::toArray().

d4910ee4f556a23aadbe732d3ba9e6c02aa613c1 authored over 11 years ago by Qiang Xue <[email protected]>
Recursively return previous exceptions in toArray().

b184a75d6871a03e12faeb17a5dc44152fe4b18b authored over 11 years ago by Qiang Xue <[email protected]>
Added previous exception in toArray().

df0779fb142b829061313bc03ee54434d5277cb0 authored over 11 years ago by Qiang Xue <[email protected]>
Removed headers in ErrorHandler.

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

614c28ffb225564d69d362412a407dca1851afab authored over 11 years ago by Qiang Xue <[email protected]>
Moved toArray() from YiiBase to ArrayHelper.

0c3bcc467df010d33cad01e5ac61064a1bf4f7fb authored over 11 years ago by Qiang Xue <[email protected]>
Merge pull request #537 from sergon/patch-4

fix MigrateController

c2ac0f1c9543852563aeb941ae0375efa6326fb3 authored over 11 years ago by Carsten Brandt <[email protected]>
fix MigrateController

1a46b8704c84f7fc998f0489ad53f86c5a5efcf7 authored over 11 years ago by gsd <[email protected]>
Replaced Jsonable with Arrayable.

Added support for different response formats.
Support for error response in different formats.

a951e1c8e1966d1f195c27e58e2c22bc21fbeb63 authored over 11 years ago by Qiang Xue <[email protected]>
fixed how console color should be enabled.

075a6b65040c331ecf8c6d6be9422ef09a14931f authored over 11 years ago by Qiang Xue <[email protected]>
Refactored console controller color option.

725d81008514c7eec1285d749c4941454fac6146 authored over 11 years ago by Qiang Xue <[email protected]>
Fixes for issue #536: refactored error handler.

f3cc5d1edc46c59bf26d5adba325308ab1375e01 authored over 11 years ago by Qiang Xue <[email protected]>
Errorhandler, manually load classes

load ErrorException manually because autoloading them will not work
when error occurs while auto...

12e5f62c0bf91bb97935ce08657997bbc8294700 authored over 11 years ago by Carsten Brandt <[email protected]>
Refactored the way of sending response in controller actions.

420637443c1485c3ec92eacb9100f7f5703108b3 authored over 11 years ago by Qiang Xue <[email protected]>
Removed ProfileTarget.

78a2914e224e1a6ea3a846885c68663fea3be9a1 authored over 11 years ago by Qiang Xue <[email protected]>
Fixes issue #421: yii\db\Schema:refresh() does not clear all cache

4a0d2863f64d77731e010a609f054a3fcc413548 authored over 11 years ago by Qiang Xue <[email protected]>
Added GroupDependency.

00df1e88ebc2323a477825a9a4d32f64e838079d authored over 11 years ago by Qiang Xue <[email protected]>
refactored cache dependency methods.

b06d7a86750024dc98abc2aa64b5cd5f502a66c1 authored over 11 years ago by Qiang Xue <[email protected]>
Fixed a bug in ExpressionDependency.

870f65343b660a3be12603d415aacb337f3d418d authored over 11 years ago by Qiang Xue <[email protected]>
typo fix.

3f22d18dfe7c54b911d0bfc70fd26aecac11848f authored over 11 years ago by Qiang Xue <[email protected]>
added namespace to locale command

4d5985b10c737ca0f8bdc993df9f5814573e37c3 authored over 11 years ago by Alexander Makarov <[email protected]>
code style fixes

cc0fe1b02c138d4bd93e0597b2da9973c2c14253 authored over 11 years ago by Alexander Makarov <[email protected]>
Fixes issue #234: Added Html::addCssClass() and removeCssClass().

17b1e5d2fcf882630c4de9549b7339513a8855f3 authored over 11 years ago by Qiang Xue <[email protected]>
Renamed HeaderCollection::addDefault to setDefault.

0b8d239ad3ed34ef145c463e76065c774d96b4dd authored over 11 years ago by Qiang Xue <[email protected]>
Fixes issue #276: support range request for sending content as a file.

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

1a7f5f58bc63705afa18460d6c798dc4388c9821 authored over 11 years ago by Qiang Xue <[email protected]>
refactored the message command.

531ca690eb371823b095556c5590f61fab43ebe5 authored over 11 years ago by Qiang Xue <[email protected]>
Removed "fileTypes" option.

05cca15459688b07df30a6f2018ca2a57b1633a4 authored over 11 years ago by Qiang Xue <[email protected]>
Merge pull request #529 from m-o-g/master

Call static::mkdir(...)

14e69d3aca8f0664d9541c093f980c2ba1b38919 authored over 11 years ago by Qiang Xue <[email protected]>
Call static::mkdir(..)

d97512e774fdc7639441b3988734e5c198fb35ef authored over 11 years ago by Mojtaba Salehi <[email protected]>
Merge pull request #528 from klimov-paul/message-command

Compose Message Command

db3bfd097599fdcdbcb5ea0185d3d2d3cef65de5 authored over 11 years ago by Qiang Xue <[email protected]>
Doc comments at "yii\console\controllers\MessageController" has been updated.

014053f080a3ba695273f78817341f1a91397c90 authored over 11 years ago by Klimov Paul <[email protected]>
"yii\console\controllers\MessageController" has been fixed.

7c9f74722c2bb1aff1130cb2b082298012f38851 authored over 11 years ago by Klimov Paul <[email protected]>
Minor adjustment of Response::redirect()

d19446ba10e5b1feb6b4a9a3090733c3087ccc36 authored over 11 years ago by Qiang Xue <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2 into message-command

41d1a35497bb2537cd79bd94472c870437cbaedc authored over 11 years ago by Klimov Paul <[email protected]>
Fixed test breaks.

9d3c9db49d140136a2c09cab7b46ed80d5d6e175 authored over 11 years ago by Qiang Xue <[email protected]>
Fixing test breaks.

a8d2eded98b8cdabf351c04c774b43245a037c8c authored over 11 years ago by Qiang Xue <[email protected]>
refactored FileHelper.

040db44fbd0a65da0648120aba3c48ea8745c863 authored over 11 years ago by Qiang Xue <[email protected]>
FileHelper refactoring WIP

2a30e32912f4ce0942db61185856e3b47830e30f authored over 11 years ago by Qiang Xue <[email protected]>
doc improvement.

901d753c9a016702e050838ae3b1e5ac0b49cb12 authored over 11 years ago by Qiang Xue <[email protected]>
Merge pull request #523 from klimov-paul/file-helper

FileHelper port from 1.1.x

d8b6335deb2b212a1a8e8b5a110e97087d993afe authored over 11 years ago by Qiang Xue <[email protected]>
Merge pull request #526 from sergon/patch-3

pgsql schema findColumns fix

a37fde521617ef5ad5193102a72ce0f3396a2bdb authored over 11 years ago by Carsten Brandt <[email protected]>
Update Schema.php

663fe63911cf79d69747372f80ef4be5aeecd5cb authored over 11 years ago by gsd <[email protected]>
"StringHelper::basename()" has been replaced by plain "basename" at "FileHelper".

dc8c71f409ff8d680ec0fed277e65fc620d65c0b authored over 11 years ago by Paul Klimov <[email protected]>
Merge pull request #524 from cebe/response-api-getter

API consistency in Response class

2a3f088d3042731f9210501732172fef8efbd975 authored over 11 years ago by Qiang Xue <[email protected]>
fixed usage of renamed method in Response

e5d8e4adcb3a0d8e38c8e02d318f123081ff7ce2 authored over 11 years ago by Carsten Brandt <[email protected]>
API consistency in Response class

use `getIs...` instead of `is...` to allow these methods to be used as
virtual properties.

This...

a0762e7d290a916f5774fd20bb2288c4a5e99866 authored over 11 years ago by Carsten Brandt <[email protected]>
removed unnecessary defaul value from Response

95bfd82524da4f575e328181d2f90eaa202cd65e authored over 11 years ago by Carsten Brandt <[email protected]>
added note about usage to StringHelper::basename()

1d2185f9acdabdeb32731d288c0dda3da6ea1071 authored over 11 years ago by Carsten Brandt <[email protected]>
typo: primarykey -> primaryKey

1df859cfa1b9fc03aac10ffdbd78246ad39f99c9 authored over 11 years ago by Carsten Brandt <[email protected]>
Adjusted parameter order.

47655843a75ad2d43cc1382981e24fe48eae995b authored over 11 years ago by Qiang Xue <[email protected]>
moved HttpException to web.

ad218c6719e097f4bd284872fa023cb97e737941 authored over 11 years ago by Qiang Xue <[email protected]>
"yii\helpers\StringHelper" usage has been added to "yii\helpers\base\FileHelper".

40a005d543b3c47beaf03c53c74767592c726816 authored over 11 years ago by Klimov Paul <[email protected]>
Fixes issue #276: Enable Response::sendFile() to operate on resources

f14774dfb6a12a6348fa5886876627cc8fe3238f authored over 11 years ago by Qiang Xue <[email protected]>
"filter" callback option has been added to "yii\helpers\base\FileHelper::findFiles()".

7697f21592c9dc40a05a4d0e3fb190901995b557 authored over 11 years ago by Klimov Paul <[email protected]>
Doc comments at "yii\helpers\base\FileHelper::findFiles()" have been recomposed using markdown format.

12d94c4a35dcbd9b6433843afa2928395e0ed105 authored over 11 years ago by Klimov Paul <[email protected]>
"self" replaced by "static" at "yii\helpers\base\FileHelper::mkdir()".

3acd77b8b951bb51349acea5052eb6b6ae4a6ea2 authored over 11 years ago by Klimov Paul <[email protected]>
Test case "FileHelperTest::testGetMimeTypeByExtension()" has been added.

a5480de8521c7377a47e5ce4ad963d247646e2ae authored over 11 years ago by Klimov Paul <[email protected]>
Method "yii\helpers\base\FileHelper::mkdir()" has been added.

8f7a783757f41b4ae1ea555a7502ebedbb4a83c3 authored over 11 years ago by Klimov Paul <[email protected]>
"FileHelperTest" has been advanced.

f416a3664887c72b01ea985240421281701a8c3c authored over 11 years ago by Klimov Paul <[email protected]>
"FileHelperTest" has been refactored.

539864f435933117710e482ae256786613969789 authored over 11 years ago by Klimov Paul <[email protected]>
Method "yii\helpers\base\FileHelper::findFiles()" has been added.

dfda6663f613d98a64ed911f7cfc48e1f7b8085c authored over 11 years ago by Klimov Paul <[email protected]>
Method "yii\helpers\base\FileHelper::removeDirectory()" has been added.

ef60ec56a3b98a735b3d0ad8cf5e633daec5df88 authored over 11 years ago by Klimov Paul <[email protected]>
Unit test for "yii\helpers\base\FileHelper" has been created.

e2f7b99f1694331a25012eec10c5bd8cd247bec9 authored over 11 years ago by Klimov Paul <[email protected]>
Minor refactoring.

9806563f7f7e2ec52f0eceb79fb6eaf4aff5716e authored over 11 years ago by Qiang Xue <[email protected]>
Merge pull request #521 from sergon/migrate_command_primary_key

Migrate command primary key

3fc1900877aeba53c80783e0590a6daac799ac03 authored over 11 years ago by Qiang Xue <[email protected]>
message fix

9268e7d3acf045f262424a3e451f4103eba7dde9 authored over 11 years ago by sergey Gonimar <[email protected]>
migrate command, primary key

2c02bc918d759cd17e7655ccc4fa9a4e0475af4e authored over 11 years ago by sergey Gonimar <[email protected]>
Response::sendStream WIP

22053cdc60d8f7663170c373fb48e43c4624e545 authored over 11 years ago by Qiang Xue <[email protected]>
removed test line.

9cce66c7940ff17a2eb873305389e11dac3e6e04 authored over 11 years ago by Qiang Xue <[email protected]>
Renamed methods and events in Application.

551e00bae334a221823f2ec03179d790393f1183 authored over 11 years ago by Qiang Xue <[email protected]>
doc cleanup

0656b8751fd7139cd67e5557cae06017229cf4f5 authored over 11 years ago by Qiang Xue <[email protected]>
Minor coding style fix.

4efeedd314e466cffd5260b0348796e9cee0c495 authored over 11 years ago by Qiang Xue <[email protected]>
Merge pull request #519 from gevik/issue-466

Issue 466 (add/drop PrimaryKeys)

44f78f04df4885c8604160bd0de7a3aed6d522b0 authored over 11 years ago by Qiang Xue <[email protected]>
Updated code styling and added braces.

c338d4b76b2cc579418572981f7a0d87aa51d76b authored over 11 years ago by gevik <[email protected]>
Merge remote-tracking branch 'upstream/master' into 364-toAscii

* upstream/master: (91 commits)
fixed init.bat paths
renamed backstage → backend
Fixed tes...

0aab6ded4208be52f3ebe60997d3072688f5e673 authored over 11 years ago by Antonio Ramirez <[email protected]>
fixed init.bat paths

d5d463f9b4b1447859cd01d3269050f9a5d4b6c0 authored over 11 years ago by Alexander Makarov <[email protected]>
- Added drop/add primary key methods to Command.php

- Added drop/add primary key methods to QueryBuilder.php
- Added mysql specific dropPrimarykey me...

f667b5785b8a9131e4fb9fdce07cf8d9c13583d6 authored over 11 years ago by gevik <[email protected]>
renamed backstage → backend

88b05cdfebd78a03ad399b42ed7fe94a0119dbc9 authored over 11 years ago by Alexander Makarov <[email protected]>
Fixed test break.

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

ec8de6088cf139896bfd08810a14b42d47e11530 authored over 11 years ago by Qiang Xue <[email protected]>
Response WIP

f2d477dce6ab0d5f215e8a4e285e8eda646eb673 authored over 11 years ago by Qiang Xue <[email protected]>
Default action of "yii\console\controllers\MessageController" has been renamed to "generate".

04848a45c92f48b30479aa2c7529ad0c2802b888 authored over 11 years ago by Klimov Paul <[email protected]>
Action "template" has been added to "yii\console\controllers\MessageController".

4a164f8afaae31a2e0fedf063788943d8ead3ddf authored over 11 years ago by Klimov Paul <[email protected]>
coding style fix.

864bf936794f8bd7e60be07a31011c0b29908317 authored over 11 years ago by Qiang Xue <[email protected]>
Exception usage has been added to "yii\console\controllers\MessageController".

3c9b157814f09bb1e35bc63fe8d9aa799afa76be authored over 11 years ago by Klimov Paul <[email protected]>
Replaced dropConstraint with dropPrimarykey method.

a977d8208e9eed508bf0bb9005096392879641d4 authored over 11 years ago by gevik <[email protected]>