Commit Graph

  • 4a9d546c79 'MessageInterface::createAttachment()' renamed to 'MessageInterface::attachContentAsFile()' Paul Klimov 2013-10-25 16:08:14 +0300
  • c7c32659b0 Vendor testing support provided. 'swiftmailer' extension unit tests fixed. Paul Klimov 2013-10-25 14:49:43 +0300
  • 2a326c7d7b 'email' renamed to 'mail'. 'SwiftMailer' recomposed into extension. Paul Klimov 2013-10-25 13:15:36 +0300
  • 9fe0eb6c3f add sorting icons to gridview sort links in basic and advanced app css Carsten Brandt 2013-10-25 12:02:09 +0200
  • a3dd0d57b4 Merge branch 'master' of github.com:yiisoft/yii2 into email-swift-2 Paul Klimov 2013-10-25 12:24:33 +0300
  • 2a71c72d7c fixes #1066: Added ActiveForm::validate() and validateMultiple() Qiang Xue 2013-10-24 21:24:30 -0400
  • f63720c601 Merge pull request #1068 from nukkumatti/master Qiang Xue 2013-10-24 17:16:16 -0700
  • 5b1ba04a9d Fixes #1063 Gudz Taras 2013-10-25 04:10:26 +0400
  • 9c5ba231a1 Fixes issue #1063: Fatal Error while getting value from ActiveRelation generated by Gii Gudz Taras 2013-10-25 01:48:32 +0400
  • c5801dc659 Merge pull request #1061 from nukkumatti/master Alexander Makarov 2013-10-24 10:03:50 -0700
  • a80c2352ff Fixes issue #858: Tabs::widget type problem Gudz Taras 2013-10-24 20:56:52 +0400
  • 86c3fff07a Fixes autoreplacement Alexander Makarov 2013-10-24 20:51:22 +0400
  • e0294ea724 'ViewContext' renamed to 'ViewContextInterface'. Paul Klimov 2013-10-24 17:20:19 +0300
  • 83e353dd41 'ViewContext' interface extracted, files render workflow refactored to use this interface. Paul Klimov 2013-10-24 16:55:48 +0300
  • 28aa451557 Reverted 5.4 enhancements on requirements checked to be able to run it on lower PHP versions Alexander Makarov 2013-10-24 17:40:42 +0400
  • 8c98d99596 Removed fallback from mb_parse_str to parse_str from Request::getRestParams since mb_ availability is Yii2 requirement Alexander Makarov 2013-10-24 17:06:40 +0400
  • e67b9a8482 Removed check for PHP 5.4 from Session::open() Alexander Makarov 2013-10-24 17:05:08 +0400
  • 1af4ffd21a Fixes #1056: removed 5.3 compatibiltiy code from ArrayHelper::multisort, fixed phpdoc Alexander Makarov 2013-10-24 16:55:45 +0400
  • 1c8d931b1e Merge pull request #1054 from lucianobaraglia/master Alexander Makarov 2013-10-24 05:49:32 -0700
  • 9963d47f16 revert back the change about message class so that the class can be lazily loaded. Qiang Xue 2013-10-24 07:20:10 -0400
  • 2ce09559a2 fixes #1055 Alexander Makarov 2013-10-24 14:50:39 +0400
  • 757603220a More on short echo tags [skip ci] Luciano Baraglia 2013-10-24 02:38:45 -0300
  • 8141fc19fb More on short echo tags [skip ci] Luciano Baraglia 2013-10-24 02:33:02 -0300
  • 0c1477c602 Fixes #1050: renamed CaptchaValidator::getCaptchaAction() to createCaptchaAction(). Qiang Xue 2013-10-23 21:52:22 -0400
  • 6c6dd01122 Fixes #1052: unset related data when ActiveRecord::refresh() is called. Qiang Xue 2013-10-23 21:39:36 -0400
  • 9ca98d6239 refactoring I18N. Qiang Xue 2013-10-23 21:20:31 -0400
  • 9f7ca5d222 Merge pull request #1051 from cebe/validator-message-format Qiang Xue 2013-10-23 16:49:08 -0700
  • ee2af2661c Removed unneeded use statements Alexander Makarov 2013-10-24 03:12:25 +0400
  • c127171efb Fixes #1003: DateValidator returned true for invalid dates Alexander Makarov 2013-10-24 02:31:05 +0400
  • 7ce6325de1 fixes #849 Alexander Makarov 2013-10-24 02:11:58 +0400
  • 616b406a0c fixes #979 Alexander Makarov 2013-10-24 02:06:35 +0400
  • ffb37f8eab fixes #1001 Alexander Makarov 2013-10-24 02:00:43 +0400
  • 3631890cba fixed failing validator tests Carsten Brandt 2013-10-24 00:00:32 +0200
  • 7e1dd67293 typo ITU -> ICU Carsten Brandt 2013-10-23 20:48:04 +0200
  • 47dfa69616 doc wording Carsten Brandt 2013-10-23 20:40:59 +0200
  • 58e6a72987 fixes #991 for gridview summary, use ITU message format Carsten Brandt 2013-10-23 20:35:28 +0200
  • cfc57c20f0 Allow ITU message format in validator messages Carsten Brandt 2013-10-23 20:25:38 +0200
  • 752037d95b removed value from client validation message Carsten Brandt 2013-10-23 20:22:43 +0200
  • 33f6e81463 make Yii::t fallback behavior consistent with I18N::translate Carsten Brandt 2013-10-23 19:49:29 +0200
  • 2a4a5256fe Merge pull request #1044 from cebe/intl-message-fallback Alexander Makarov 2013-10-23 10:36:06 -0700
  • 750267a821 fix tests when intl is not installed Carsten Brandt 2013-10-23 19:32:43 +0200
  • 5b9b97276e implemented plural and select for fallback intl message formatter Carsten Brandt 2013-10-23 19:13:04 +0200
  • d5fd2bfe98 Removed re-declaration of $preload from Application Alexander Makarov 2013-10-23 20:11:04 +0400
  • b611c4241f Email message interface extracted. Paul Klimov 2013-10-23 17:12:33 +0300
  • e5e0de8c8f '\yii\email\ViewResolver' added. Email message render functionality added. Paul Klimov 2013-10-23 16:33:25 +0300
  • 88126bc4d3 Unit tests for \yii\email\swift have been improved. Methods 'addText' and 'addHtml' added to \yii\email\BaseMessage. Paul Klimov 2013-10-23 12:19:01 +0300
  • 10553b6afc adjusted the advanced app to use the new yii composer extension installer. Qiang Xue 2013-10-22 21:29:42 -0400
  • 9636b0fcb7 removed Yii::importNamespaces() in favor of the new yii extension installer. Qiang Xue 2013-10-22 21:19:37 -0400
  • de59556d2d adjusted basic app to use the new yii extension installer. Qiang Xue 2013-10-22 21:18:41 -0400
  • 8fc489091b removed InstallHandler. Qiang Xue 2013-10-22 21:13:57 -0400
  • d047f71021 cleaned up Installer. Qiang Xue 2013-10-22 21:06:46 -0400
  • 0c517ce969 Renamed InstallerPlugin to Plugin Qiang Xue 2013-10-22 21:06:17 -0400
  • 553ac1f157 as we have a replacement, do not check for intl MessageFormatter Carsten Brandt 2013-10-23 01:45:12 +0200
  • a6b7d75b71 added replacement class for intl MessageFormatter Carsten Brandt 2013-10-23 01:43:47 +0200
  • 492f35621c Email components hierarchy created. SwiftMailer applied as email solution. Paul Klimov 2013-10-22 17:22:08 +0300
  • 6f52659753 no need to check for trait_exists in autoloader anymore Carsten Brandt 2013-10-22 13:25:26 +0200
  • cb2f337b5a another typo fix Alexander Makarov 2013-10-22 13:40:21 +0400
  • 40d06e6f43 more on short array syntax Carsten Brandt 2013-10-22 11:30:39 +0200
  • 40031b9882 Merge pull request #1040 from lucianobaraglia/master Carsten Brandt 2013-10-22 01:17:07 -0700
  • dc6f04d4a6 Docs typo [skip ci] Luciano Baraglia 2013-10-22 04:53:33 -0300
  • fb8e818204 Dropped support for supporting default namespace for classes of related models. Qiang Xue 2013-10-21 23:55:20 -0400
  • c28a005fb8 Added extension initialization to application life cycle. Qiang Xue 2013-10-21 23:46:05 -0400
  • 1360f84d3d Merge branch 'master' of github.com:yiisoft/yii2 Qiang Xue 2013-10-21 23:41:05 -0400
  • 0293570a62 Merge pull request #1038 from lucianobaraglia/master Qiang Xue 2013-10-21 18:03:52 -0700
  • 732b9ab8fb removed unused use statement. Qiang Xue 2013-10-21 20:58:37 -0400
  • 98bd4041dc adjusted calling sequence within init(). Qiang Xue 2013-10-21 20:58:21 -0400
  • 5bf7ed947d renamed composer installation type. Qiang Xue 2013-10-21 20:57:42 -0400
  • f022a06edf renamed composer installation type. Qiang Xue 2013-10-21 20:57:21 -0400
  • bb1f8858cc Extra space [skip ci] Luciano Baraglia 2013-10-21 21:40:14 -0300
  • 267b452217 GII - echo short syntax [skip ci] Luciano Baraglia 2013-10-21 21:32:51 -0300
  • 380bb5cc47 another typo Alexander Makarov 2013-10-21 16:09:41 +0400
  • 54006fe115 typos Alexander Makarov 2013-10-21 12:17:53 +0400
  • 808b65799f Started URL management docs Alexander Makarov 2013-10-21 02:29:22 +0400
  • 4d268e9d7c Simplified nginx configuration Alexander Makarov 2013-10-21 02:29:04 +0400
  • ee2f26507b i18n doc typo fix Alexander Makarov 2013-10-20 21:34:34 +0400
  • b03b38fb0d Added $publish parameter to AssetManager::getBundle(). Qiang Xue 2013-10-20 10:31:06 -0400
  • 1475b46249 adjusted asset phpdoc after refactoring #996 Carsten Brandt 2013-10-20 12:45:05 +0200
  • c2dabfa78e Adjusted short tags Alexander Makarov 2013-10-20 00:59:43 +0400
  • ee261d3838 Merge pull request #1020 from yiisoft/module-refactoring Qiang Xue 2013-10-19 12:33:40 -0700
  • 8e1199b0f6 Moved setting controllerNamespace back to init Alexander Makarov 2013-10-19 23:24:51 +0400
  • 9434cc8f40 Moved Application::$controllerNamespace init into variable declaration, reordered Module::__construct. Alexander Makarov 2013-10-19 13:30:31 +0400
  • 07c653859c Fixed composer file. Qiang Xue 2013-10-19 00:39:55 -0400
  • 03861b6fde Extension installer wip Qiang Xue 2013-10-19 00:35:57 -0400
  • f756ab608f Extension installer wip Qiang Xue 2013-10-19 00:12:19 -0400
  • 825c4f37e7 Extension installer wip Qiang Xue 2013-10-19 00:07:34 -0400
  • c42894cec4 Extension installer wip Qiang Xue 2013-10-19 00:01:03 -0400
  • f130dca199 Fixed test break. Qiang Xue 2013-10-18 22:02:28 -0400
  • cdf52d69ef typo fix. Qiang Xue 2013-10-18 21:47:05 -0400
  • e79e33ffa0 Merge branch 'master' of github.com:yiisoft/yii2 Qiang Xue 2013-10-18 19:15:25 -0400
  • 61352a440f Merge branch 'master' Alexander Makarov 2013-10-19 02:24:27 +0400
  • 6bcacec946 Revert "Better handling of trying to configure already instantiated component" Alexander Makarov 2013-10-19 02:23:52 +0400
  • 8583de701d Removed unnecessary call Alexander Makarov 2013-10-19 02:23:05 +0400
  • 54e1abaa7b Better Module::init refactoring Alexander Makarov 2013-10-19 02:22:05 +0400
  • 3e2bcfdf52 Refactored Module::setBasePath to remove instanceof condition Alexander Makarov 2013-10-19 02:19:27 +0400
  • e8eccc281d Refactored instanceof in Module into method in Application Alexander Makarov 2013-10-19 02:01:58 +0400
  • 32e3634838 Fixed ActiveForm Alexander Makarov 2013-10-19 01:04:24 +0400
  • 6b15768a3f Better handling of trying to configure already instantiated component Alexander Makarov 2013-10-19 01:02:13 +0400
  • 40cb5b813e Fixed bug in AssetBundle::registerAssets(). Qiang Xue 2013-10-18 13:21:30 -0400
  • 005c006b69 typo fix Alexander Makarov 2013-10-18 21:01:34 +0400
  • 1f6a823073 Short array syntax Alexander Makarov 2013-10-18 20:49:51 +0400