Commit Graph

  • 4c27d887ca Merge branch 'master' of github.com:yiisoft/yii2 into email-swift-2 Paul Klimov 2013-10-29 16:12:17 +0200
  • 75b90205c2 Email message charset setup added. Paul Klimov 2013-10-29 16:11:57 +0200
  • 99d8216103 Email message charset setup added. Paul Klimov 2013-10-29 16:11:57 +0200
  • 842971c44d set error_reporting for tests Carsten Brandt 2013-10-29 15:05:38 +0100
  • 299a6b16a9 'yii\mail\MessageInterface' methods 'addText()' and 'addHtml()' removed. Paul Klimov 2013-10-29 16:04:20 +0200
  • 1d0891f0f6 'yii\mail\MessageInterface' methods 'addText()' and 'addHtml()' removed. Paul Klimov 2013-10-29 16:04:20 +0200
  • 15a9b04fcc simplified travis env check for memcache(d) Carsten Brandt 2013-10-29 13:54:55 +0100
  • f5c25e0858 travis memcache env check: try again Carsten Brandt 2013-10-29 13:49:00 +0100
  • a75c07be22 print travis ENV Carsten Brandt 2013-10-29 13:35:15 +0100
  • 0e3d48f288 skip expiry test for memcache on travis Carsten Brandt 2013-10-29 13:10:51 +0100
  • 2862d7ad24 'yii\mail\MessageInterface' file related methods interface adjusted to use options, embed file methods added. Paul Klimov 2013-10-29 14:06:16 +0200
  • 774c4db860 'yii\mail\MessageInterface' file related methods interface adjusted to use options, embed file methods added. Paul Klimov 2013-10-29 14:06:16 +0200
  • 3130aadb33 fixed conflicting property declaration Carsten Brandt 2013-10-29 12:52:52 +0100
  • 0146596647 add relationClassName to AR to allow different relation classes Carsten Brandt 2013-10-29 12:41:24 +0100
  • 4653526262 moved common parts of db ActiveRelation and Query to traits Carsten Brandt 2013-10-29 12:20:52 +0100
  • 35429fbd44 'yii\mail\ViewResolve' removed. Interface 'ViewContextInterface' applied to BaseMailer. Paul Klimov 2013-10-29 12:34:08 +0200
  • c274bc3b52 Interface 'MailerInterface' extracted. Method 'MailerInterface::createMessage()' added. Paul Klimov 2013-10-29 12:13:26 +0200
  • 5bc22a077f Interface 'MailerInterface' extracted. Method 'MailerInterface::createMessage()' added. Paul Klimov 2013-10-29 12:13:26 +0200
  • 31ea3f897f Merge branch 'master' of github.com:yiisoft/yii2 into email-swift-2 Paul Klimov 2013-10-29 11:18:44 +0200
  • 155e9c6cba minor refactoring of view resolving code. Qiang Xue 2013-10-28 22:11:58 -0400
  • 0258c151e0 Merge pull request #1058 from klimov-paul/view-context-interface Qiang Xue 2013-10-28 18:55:19 -0700
  • 6e538ac63a Merge branch 'master' into cache-mset Panagiotis Moustafellos 2013-10-29 02:18:14 +0200
  • d3c2b1a105 Merge pull request #1095 from pmoust/patch-2 Qiang Xue 2013-10-28 17:09:12 -0700
  • 63d391b309 typo fix Panagiotis Moustafellos 2013-10-29 01:03:22 +0200
  • 3ebbab0284 marked mset() test incomplete Panagiotis Moustafellos 2013-10-29 00:49:31 +0200
  • 8f8adb2a48 added phpdoc block for mset() Panagiotis Moustafellos 2013-10-29 00:43:26 +0200
  • 08c844f318 Merge pull request #1093 from mongosoft/master Qiang Xue 2013-10-28 15:18:35 -0700
  • 4cf05205d4 added cache mset() base test Panagiotis Moustafellos 2013-10-29 00:18:22 +0200
  • 0d04846c08 php short echo syntax Alexander Mohorev 2013-10-28 23:57:40 +0300
  • 51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. Alexander Mohorev 2013-10-28 23:51:48 +0300
  • 66b27fcaf1 fixes #1092 Carsten Brandt 2013-10-28 19:33:01 +0100
  • 73d018600e added phpunit.xml to .gitignore Carsten Brandt 2013-10-28 15:52:06 +0100
  • a043be3ef9 added README for unit tests Carsten Brandt 2013-10-28 15:48:57 +0100
  • c0595895ed Merge pull request #1091 from cebe/messageformatter-refactoring Carsten Brandt 2013-10-28 07:23:27 -0700
  • 7bb4826a0b doc fix Carsten Brandt 2013-10-28 15:21:11 +0100
  • d637a76f56 add support for named arguments to messageformatter parse Carsten Brandt 2013-10-28 15:06:44 +0100
  • e8c2041389 Merge pull request #1088 from pmoust/patch-2 Alexander Makarov 2013-10-28 06:06:54 -0700
  • 80e816efc3 pgsql: added 'bool' type (alias of 'boolean') Panagiotis Moustafellos 2013-10-28 14:39:09 +0200
  • 3c36b6d57e Merge pull request #1085 from cebe/messageformatter-refactoring Qiang Xue 2013-10-28 05:08:37 -0700
  • 0b82575a0b Add missing @throws PHPDoc declaration. resurtm 2013-10-28 17:53:36 +0600
  • 61b0d8824b support integer number type in fallback message formatter Carsten Brandt 2013-10-28 12:24:43 +0100
  • 4d03699907 fixed fallback message format parameter order Carsten Brandt 2013-10-28 12:09:26 +0100
  • bcd1ad11a4 refactored MessageFormatter Carsten Brandt 2013-10-28 11:59:49 +0100
  • 2d5377042b Merge branch 'master' of github.com:yiisoft/yii2 into email-swift-2 Paul Klimov 2013-10-28 12:25:09 +0200
  • 29ef541980 Merge branch 'master' into messageformatter-refactoring Carsten Brandt 2013-10-28 11:05:37 +0100
  • 3b05e71561 ensure parameter types in baselistview message Carsten Brandt 2013-10-28 11:01:38 +0100
  • c62e0cbbfb added unit test to verify AR afterSave isNewRecord value Carsten Brandt 2013-10-28 10:48:18 +0100
  • 449eb84247 refactored message formatter Carsten Brandt 2013-10-28 01:54:31 +0100
  • a577bda360 Merge pull request #1083 from rosko/master Carsten Brandt 2013-10-27 14:09:23 -0700
  • 733263ba13 Update FallbackMessageFormatter.php Алексей Волков 2013-10-27 21:54:48 +0200
  • b316ebee7f typo fix. Qiang Xue 2013-10-27 10:16:10 -0400
  • 5cd7976a95 Merge pull request #1079 from nukkumatti/master Carsten Brandt 2013-10-27 05:10:21 -0700
  • c50154fe3a Fixes issue #1078: Typo in comment Gudz Taras 2013-10-27 12:23:26 +0300
  • 786163c13f Fixes #1075: changed the default value of GridView::empty. Qiang Xue 2013-10-26 19:30:21 -0400
  • e4299afac1 minor code refacotring. Qiang Xue 2013-10-25 20:33:16 -0400
  • 73a8e77c3d BaseMailer::defaultMessageConfig published as BaseMailer::messageConfig Paul Klimov 2013-10-25 17:03:33 +0300
  • 54722e6816 Method 'MessageInterface::__toString()' added Paul Klimov 2013-10-25 16:58:30 +0300
  • d33519e3e5 Method 'MessageInterface::__toString()' added Paul Klimov 2013-10-25 16:58:30 +0300
  • 31e414520a 'MessageInterface::createAttachment()' renamed to 'MessageInterface::attachContentAsFile()' Paul Klimov 2013-10-25 16:08:14 +0300
  • 4a9d546c79 'MessageInterface::createAttachment()' renamed to 'MessageInterface::attachContentAsFile()' Paul Klimov 2013-10-25 16:08:14 +0300
  • 3afc2c9948 Vendor testing support provided. 'swiftmailer' extension unit tests fixed. Paul Klimov 2013-10-25 14:49:43 +0300
  • c7c32659b0 Vendor testing support provided. 'swiftmailer' extension unit tests fixed. Paul Klimov 2013-10-25 14:49:43 +0300
  • 6eec352d2d 'email' renamed to 'mail'. 'SwiftMailer' recomposed into extension. Paul Klimov 2013-10-25 13:15:36 +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