Commit Graph

4221 Commits

Author SHA1 Message Date
Carsten Brandt
15a9b04fcc simplified travis env check for memcache(d) 2013-10-29 13:54:55 +01:00
Carsten Brandt
f5c25e0858 travis memcache env check: try again 2013-10-29 13:49:00 +01:00
Carsten Brandt
a75c07be22 print travis ENV 2013-10-29 13:35:15 +01:00
Carsten Brandt
0e3d48f288 skip expiry test for memcache on travis
fixes #877
2013-10-29 13:10:51 +01:00
Paul Klimov
774c4db860 'yii\mail\MessageInterface' file related methods interface adjusted to use options, embed file methods added. 2013-10-29 14:06:16 +02:00
Carsten Brandt
3130aadb33 fixed conflicting property declaration 2013-10-29 12:52:52 +01:00
Carsten Brandt
0146596647 add relationClassName to AR to allow different relation classes
... for different dbms
2013-10-29 12:41:24 +01:00
Carsten Brandt
4653526262 moved common parts of db ActiveRelation and Query to traits
these parts can be reused in other ActiveRecord implementations
2013-10-29 12:20:52 +01:00
Paul Klimov
35429fbd44 'yii\mail\ViewResolve' removed.
Interface 'ViewContextInterface' applied to BaseMailer.
2013-10-29 12:34:08 +02:00
Paul Klimov
5bc22a077f Interface 'MailerInterface' extracted.
Method 'MailerInterface::createMessage()' added.
2013-10-29 12:13:26 +02:00
Paul Klimov
31ea3f897f Merge branch 'master' of github.com:yiisoft/yii2 into email-swift-2 2013-10-29 11:18:44 +02:00
Qiang Xue
155e9c6cba minor refactoring of view resolving code. 2013-10-28 22:11:58 -04:00
Qiang Xue
0258c151e0 Merge pull request #1058 from klimov-paul/view-context-interface
Proposal: creating ViewContext interface to determine view name
2013-10-28 18:55:19 -07:00
Panagiotis Moustafellos
6e538ac63a Merge branch 'master' into cache-mset 2013-10-29 02:18:14 +02:00
Qiang Xue
d3c2b1a105 Merge pull request #1095 from pmoust/patch-2
typo fix
2013-10-28 17:09:12 -07:00
Panagiotis Moustafellos
63d391b309 typo fix
s/value to be cached value/value to be cached/g
2013-10-29 01:03:22 +02:00
Panagiotis Moustafellos
3ebbab0284 marked mset() test incomplete 2013-10-29 00:49:31 +02:00
Panagiotis Moustafellos
8f8adb2a48 added phpdoc block for mset() 2013-10-29 00:43:26 +02:00
Qiang Xue
08c844f318 Merge pull request #1093 from mongosoft/master
code style
2013-10-28 15:18:35 -07:00
Panagiotis Moustafellos
4cf05205d4 added cache mset() base test 2013-10-29 00:18:22 +02:00
Alexander Mohorev
0d04846c08 php short echo syntax 2013-10-28 23:57:40 +03:00
Alexander Mohorev
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. 2013-10-28 23:51:48 +03:00
Carsten Brandt
66b27fcaf1 fixes #1092 2013-10-28 19:33:01 +01:00
Carsten Brandt
73d018600e added phpunit.xml to .gitignore 2013-10-28 15:52:06 +01:00
Carsten Brandt
a043be3ef9 added README for unit tests
as requested in issue #1084
2013-10-28 15:48:57 +01:00
Carsten Brandt
c0595895ed Merge pull request #1091 from cebe/messageformatter-refactoring
Messageformatter refactoring
2013-10-28 07:23:27 -07:00
Carsten Brandt
7bb4826a0b doc fix 2013-10-28 15:21:11 +01:00
Carsten Brandt
d637a76f56 add support for named arguments to messageformatter parse 2013-10-28 15:06:44 +01:00
Alexander Makarov
e8c2041389 Merge pull request #1088 from pmoust/patch-2
pgsql: added 'bool' type (alias of 'boolean')
2013-10-28 06:06:54 -07:00
Panagiotis Moustafellos
80e816efc3 pgsql: added 'bool' type (alias of 'boolean')
Relates #1086 and #1087
2013-10-28 14:39:09 +02:00
Qiang Xue
3c36b6d57e Merge pull request #1085 from cebe/messageformatter-refactoring
Messageformatter refactoring
2013-10-28 05:08:37 -07:00
resurtm
0b82575a0b Add missing @throws PHPDoc declaration. 2013-10-28 17:53:36 +06:00
Carsten Brandt
61b0d8824b support integer number type in fallback message formatter 2013-10-28 12:24:43 +01:00
Carsten Brandt
4d03699907 fixed fallback message format parameter order 2013-10-28 12:09:26 +01:00
Carsten Brandt
bcd1ad11a4 refactored MessageFormatter 2013-10-28 11:59:49 +01:00
Paul Klimov
2d5377042b Merge branch 'master' of github.com:yiisoft/yii2 into email-swift-2 2013-10-28 12:25:09 +02:00
Carsten Brandt
29ef541980 Merge branch 'master' into messageformatter-refactoring
* master:
  ensure parameter types in baselistview message
  added unit test to verify AR afterSave isNewRecord value
2013-10-28 11:05:37 +01:00
Carsten Brandt
3b05e71561 ensure parameter types in baselistview message
fixes #1072
2013-10-28 11:01:38 +01:00
Carsten Brandt
c62e0cbbfb added unit test to verify AR afterSave isNewRecord value
closes #1084
2013-10-28 10:48:18 +01:00
Carsten Brandt
449eb84247 refactored message formatter 2013-10-28 01:54:31 +01:00
Carsten Brandt
a577bda360 Merge pull request #1083 from rosko/master
Update FallbackMessageFormatter.php
2013-10-27 14:09:23 -07:00
Алексей Волков
733263ba13 Update FallbackMessageFormatter.php
Fix declarations for yii\i18n\FallbackMessageFormatter::format() and yii\i18n\FallbackMessageFormatter::formatMessage()
2013-10-27 21:54:48 +02:00
Qiang Xue
b316ebee7f typo fix. 2013-10-27 10:16:10 -04:00
Carsten Brandt
5cd7976a95 Merge pull request #1079 from nukkumatti/master
Fixes issue #1078: Typo in comment
2013-10-27 05:10:21 -07:00
Gudz Taras
c50154fe3a Fixes issue #1078: Typo in comment 2013-10-27 12:23:26 +03:00
Qiang Xue
786163c13f Fixes #1075: changed the default value of GridView::empty. 2013-10-26 19:30:21 -04:00
Qiang Xue
e4299afac1 minor code refacotring. 2013-10-25 20:33:16 -04:00
Paul Klimov
73a8e77c3d BaseMailer::defaultMessageConfig published as BaseMailer::messageConfig 2013-10-25 17:03:33 +03:00
Paul Klimov
d33519e3e5 Method 'MessageInterface::__toString()' added 2013-10-25 16:58:30 +03:00
Paul Klimov
4a9d546c79 'MessageInterface::createAttachment()' renamed to 'MessageInterface::attachContentAsFile()' 2013-10-25 16:08:14 +03:00