Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii2-debug

Debug Extension for Yii 2
https://github.com/yiisoft/yii2-debug

Merge branch 'master' into messageformatter-refactoring

* master:
ensure parameter types in baselistview message
added unit test to verify AR afterS...

29ef5419806abd68a98550914313403c65b48218 authored over 11 years ago
ensure parameter types in baselistview message

fixes #1072

3b05e71561afcea47884eeedf843cb9eea0c003f authored over 11 years ago
added unit test to verify AR afterSave isNewRecord value

closes #1084

c62e0cbbfb165e015b679d1d90ea10a921cb2071 authored over 11 years ago
refactored message formatter

449eb8424748b02d7dc0abe6550f48e41df234cf authored over 11 years ago
Merge pull request #1083 from rosko/master

Update FallbackMessageFormatter.php

a577bda3601ed2eb8bf4b6e01ae4bcd9d1d140d1 authored over 11 years ago
Update FallbackMessageFormatter.php

Fix declarations for yii\i18n\FallbackMessageFormatter::format() and yii\i18n\FallbackMessageFor...

733263ba132bad78df1afc615ad1ef44b11f4fa8 authored over 11 years ago
typo fix.

b316ebee7fc2899ff55cdd25afadfb03594a6ff6 authored over 11 years ago
Merge pull request #1079 from nukkumatti/master

Fixes issue #1078: Typo in comment

5cd7976a95861905b83c0b662b7dfd591393f0a3 authored over 11 years ago
Fixes issue #1078: Typo in comment

c50154fe3a6134f8f2f8da5db396cd5d8226cb02 authored over 11 years ago
Fixes #1075: changed the default value of GridView::empty.

786163c13f742ff5ca11b91ddf408e89a4cd2a81 authored over 11 years ago
minor code refacotring.

e4299afac1b017662f454cb7b48776b8ae995db3 authored over 11 years ago
BaseMailer::defaultMessageConfig published as BaseMailer::messageConfig

73a8e77c3d1dde759d01f95073c0124554fb1f58 authored over 11 years ago
Method 'MessageInterface::__toString()' added

d33519e3e5afffddeed7dc5e6cbd359b7ad27fd4 authored over 11 years ago
'MessageInterface::createAttachment()' renamed to 'MessageInterface::attachContentAsFile()'

4a9d546c7914db54df5a4f7a5046c814d9d898af authored over 11 years ago
Vendor testing support provided.

'swiftmailer' extension unit tests fixed.

c7c32659b0d0dec85d63b75eedc6dfc303deae03 authored over 11 years ago
'email' renamed to 'mail'.

'SwiftMailer' recomposed into extension.

2a326c7d7b6ef44889613fbdc09cb1e5fe64f6d1 authored over 11 years ago
add sorting icons to gridview sort links in basic and advanced app css

9fe0eb6c3f712129c471090889f9a4c844fbadfc authored over 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2 into email-swift-2

a3dd0d57b4f342d3a7c31f4e90d0176ac18919e7 authored over 11 years ago
fixes #1066: Added ActiveForm::validate() and validateMultiple()

2a71c72d7c8e3e2f66ef93c52952a6a3ad6da2c9 authored over 11 years ago
Merge pull request #1068 from nukkumatti/master

Fixes issue #1063: Fatal Error while getting value from ActiveRelation g...

f63720c601754587798da56d403e216b984e0e0b authored over 11 years ago
Fixes #1063

5b1ba04a9d9a8c1b4ff8f0d8e837f3ceb986048a authored over 11 years ago
Fixes issue #1063: Fatal Error while getting value from ActiveRelation generated by Gii

9c5ba231a19e48e395a75b50076408acfb8e7699 authored over 11 years ago
Merge pull request #1061 from nukkumatti/master

Fixes issue #858: Tabs::widget type problem

c5801dc659d9e1a4211e8e215b23c7337196f456 authored over 11 years ago
Fixes issue #858: Tabs::widget type problem

a80c2352ff69d79891f71162aa78ca53114542e3 authored over 11 years ago
Fixes autoreplacement

86c3fff07aa8642dfb36215ab7b3ccab5c5c75b2 authored over 11 years ago
'ViewContext' renamed to 'ViewContextInterface'.

e0294ea72465a4ca3a0f8b6e916847607d6fd7fe authored over 11 years ago
'ViewContext' interface extracted, files render workflow refactored to use this interface.

83e353dd41b6c48dade0168d9853b496a3897728 authored over 11 years ago
Reverted 5.4 enhancements on requirements checked to be able to run it on lower PHP versions

28aa451557a0e3e80501f2a00c6f2871ca6fbb26 authored over 11 years ago
Removed fallback from mb_parse_str to parse_str from Request::getRestParams since mb_ availability is Yii2 requirement

8c98d99596fdc77da72cf48741048d3fae0d0c58 authored over 11 years ago
Removed check for PHP 5.4 from Session::open()

e67b9a8482fa3f0269cd76df4cce4a265c5b9955 authored over 11 years ago
Fixes #1056: removed 5.3 compatibiltiy code from ArrayHelper::multisort, fixed phpdoc

1af4ffd21a816316cc5d10ee0e0eba40e0290930 authored over 11 years ago
Merge pull request #1054 from lucianobaraglia/master

GII - more short echo syntax

1c8d931b1e72be0b0cca7de57c2fa843338d39cd authored over 11 years ago
revert back the change about message class so that the class can be lazily loaded.

9963d47f1682fa38fd79979e2a575ee7e0652bd3 authored over 11 years ago
fixes #1055

2ce09559a207d6064d6b882f20faa62779ebc9ea authored over 11 years ago
More on short echo tags [skip ci]

757603220ac6501e9c4ffd2479e97f17297913a5 authored over 11 years ago
More on short echo tags [skip ci]

8141fc19fb145165a35ebd5d4ebaa0a013997e9c authored over 11 years ago
Fixes #1050: renamed CaptchaValidator::getCaptchaAction() to createCaptchaAction().

0c1477c6021fa94a971186465cab614eb303783f authored over 11 years ago
Fixes #1052: unset related data when ActiveRecord::refresh() is called.

6c6dd011228426be87dfc023e0a0b3d4aa59d2f9 authored over 11 years ago
refactoring I18N.

9ca98d623952cd834422166a72697fd171e049d1 authored over 11 years ago
Merge pull request #1051 from cebe/validator-message-format

Validator message format

9f7ca5d2222b48291929c97764a1c3bb4a87fae4 authored over 11 years ago
Removed unneeded use statements

ee2af2661cfcf15846b3bc75a7bcb40257866376 authored over 11 years ago
Fixes #1003: DateValidator returned true for invalid dates

c127171efbc0e2ebea5a963d89d9a1d9c5ef51a8 authored over 11 years ago
fixes #849

7ce6325de1e52df7bdedc55c795fd815b72911e0 authored over 11 years ago
fixes #979

616b406a0c8677065a64b9b7ab5318f053baa8ed authored over 11 years ago
fixes #1001

ffb37f8eaba3625fb567579bf85b76d039861937 authored over 11 years ago
fixed failing validator tests

3631890cba7e4700499d440fe840e9f0ccdc4e28 authored over 11 years ago
typo ITU -> ICU

they are not responsible for i18n ;)

7e1dd6729358f5debf36ad8633011e648d14108e authored over 11 years ago
doc wording

[ci skip]

47dfa69616f095989294e21005f16925e9a3eeca authored over 11 years ago
fixes #991 for gridview summary, use ITU message format

58e6a72987336e50e43ce5b2f8627ff01915e781 authored over 11 years ago
Allow ITU message format in validator messages

fixes #991

cfc57c20f06a207a74b1effd9e46d6f31b5300aa authored over 11 years ago
removed value from client validation message

this is not what is actually beeing validated

752037d95b20580b233d37fbf9e630caffb9a6ac authored over 11 years ago
make Yii::t fallback behavior consistent with I18N::translate

33f6e8146328ce8f151fdb0ad4cee1f21bd97534 authored over 11 years ago
Merge pull request #1044 from cebe/intl-message-fallback

Intl message fallback

2a4a5256fe56a99b73a7246102feb5f8e2438d2d authored over 11 years ago
fix tests when intl is not installed

750267a82104ccfe4f096b8482372d3e1789f519 authored over 11 years ago
implemented plural and select for fallback intl message formatter

5b9b97276e7e8a5c59aeb63e4e6314e78e86cd8e authored over 11 years ago
Removed re-declaration of $preload from Application

d5fd2bfe981cbfe184eaf690e719b1a82395525c authored over 11 years ago
Email message interface extracted.

b611c4241f3a6a5318411c973ecf31d4204299c1 authored over 11 years ago
'\yii\email\ViewResolver' added.

Email message render functionality added.

e5e0de8c8f25ef4f5cfb515ed8fbc64743ba8569 authored over 11 years ago
Unit tests for \yii\email\swift have been improved.

Methods 'addText' and 'addHtml' added to \yii\email\BaseMessage.

88126bc4d3147a4bef44c17b55935616b57af041 authored over 11 years ago
adjusted the advanced app to use the new yii composer extension installer.

10553b6afc56484b676bba4d3e2bed73d48a6778 authored over 11 years ago
removed Yii::importNamespaces() in favor of the new yii extension installer.

9636b0fcb732030fc83304dbba03278b78134357 authored over 11 years ago
adjusted basic app to use the new yii extension installer.

de59556d2d6c56cbb08c3589ca66a35b9f1ce4bb authored over 11 years ago
removed InstallHandler.

8fc489091b8fb7ac98a50d27b060376f862b1f01 authored over 11 years ago
cleaned up Installer.

d047f71021eafaa4de7c6d596d4281a7d8fab0cc authored over 11 years ago
Renamed InstallerPlugin to Plugin

0c517ce969829d3f5beafb0fb3230a7a30185667 authored over 11 years ago
as we have a replacement, do not check for intl MessageFormatter

553ac1f157004f70c9ea8e23fffcb3b47e40a9a9 authored over 11 years ago
added replacement class for intl MessageFormatter

a6b7d75b71eeed5ea11ea23871511d309bf02019 authored over 11 years ago
Email components hierarchy created.

SwiftMailer applied as email solution.

492f35621c213535c38156cfd74952cc58c51791 authored over 11 years ago
no need to check for trait_exists in autoloader anymore

6f526597536ac4d7e0ef763be929115cf8170564 authored over 11 years ago
another typo fix

cb2f337b5ae6dc29b14a7a8c4c5c12e4e399553a authored over 11 years ago
more on short array syntax

40d06e6f43c1c6d0550151cb3fe7e851544c82d9 authored over 11 years ago
Merge pull request #1040 from lucianobaraglia/master

Docs typo [skip ci]

40031b988267ddf2e913bf64388d4da76745e5b5 authored over 11 years ago
Docs typo [skip ci]

dc6f04d4a62df69f385e061521ea65bc58acb899 authored over 11 years ago
Dropped support for supporting default namespace for classes of related models.

fb8e8182048b586b897c7727a41f205f4a5def18 authored over 11 years ago
Added extension initialization to application life cycle.

c28a005fb87c0b3ce26375a8fb54bb8afdfd0f3c authored over 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

1360f84d3da17326ba006dfebc2ba15083f7cdd1 authored over 11 years ago
Merge pull request #1038 from lucianobaraglia/master

GII - short echo syntax

0293570a622f588461fe009ad9e81056797aef46 authored over 11 years ago
removed unused use statement.

732b9ab8fb8fe8c3bb355ce6634697d20cd5de83 authored over 11 years ago
adjusted calling sequence within init().

98bd4041dc42675e2536dd9291a6acb2151d8975 authored over 11 years ago
renamed composer installation type.

5bf7ed947d5613b97e611097ada4e2da75f29019 authored over 11 years ago
renamed composer installation type.

f022a06edf819f740d7ade6217c1d5214bf0b9af authored over 11 years ago
Extra space [skip ci]

bb1f8858ccbdbf6e3dfe71d2a4f135b1e668e83d authored over 11 years ago
GII - echo short syntax [skip ci]

267b45221772317578acd6d5de3638ab359b0857 authored over 11 years ago
another typo

380bb5cc4701cbf5637c2f9013a319b6d66c5ff2 authored over 11 years ago
typos

54006fe115c012b07be69cdc43673019a6d64ef5 authored over 11 years ago
Started URL management docs

808b65799f2663e934fc04a71ed3f0a3e9173406 authored over 11 years ago
Simplified nginx configuration

4d268e9d7c494d045916f5da3d27d7330101b51a authored over 11 years ago
i18n doc typo fix

ee2f26507bdb60f61d425f3b4bdf7e25c1a01490 authored over 11 years ago
Added $publish parameter to AssetManager::getBundle().

b03b38fb0d87385360ecdb371b9c83cefb85a144 authored over 11 years ago
adjusted asset phpdoc after refactoring #996

1475b46249e28d571669ce710f0f4283b50e24f4 authored over 11 years ago
Adjusted short tags

c2dabfa78e5dfc8863b7137173e71afe9393187a authored over 11 years ago
Merge pull request #1020 from yiisoft/module-refactoring

Module & Application refactoring

ee261d38386a8502cb5533f315ec2de33b769794 authored over 11 years ago
Moved setting controllerNamespace back to init

8e1199b0f6ee5371c1dbc39037b088890731ca8b authored over 11 years ago
Moved Application::$controllerNamespace init into variable declaration, reordered Module::__construct.

9434cc8f40b6815ce39c6e51b91fd701663bdc6f authored over 11 years ago
Fixed composer file.

07c653859c41459b4d25faaeb15986b57fc16207 authored over 11 years ago
Extension installer wip

03861b6fde7ce6b516749402765b15d838a29247 authored over 11 years ago
Extension installer wip

f756ab608f1fd12ce75a6de5124dfeba4473252f authored over 11 years ago
Extension installer wip

825c4f37e7257d3c3002f3cf238508c901ba2e9b authored over 11 years ago
Extension installer wip

c42894cec4e5fef803a33b93741c38698045d2ea authored over 11 years ago
Fixed test break.

f130dca1996dea1bd13956d4a0aadb067eaf1e81 authored over 11 years ago