Commit Graph

  • d3f5d34819 Fixed advanced app error view Alexander Makarov 2013-11-07 01:15:01 +0400
  • a65734abc3 Merge pull request #1152 from yiisoft/view-refactoring Alexander Makarov 2013-11-06 12:45:45 -0800
  • 08a668989d Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-11-06 20:27:28 +0100
  • 0ea05a6460 added unit tests for logger and log target Carsten Brandt 2013-11-06 20:26:49 +0100
  • 927e9dddb4 Refactored View Alexander Makarov 2013-11-06 22:52:27 +0400
  • 7462075403 Merge pull request #1150 from marsuboss/patch-1 Qiang Xue 2013-11-06 08:47:09 -0800
  • a652ac8a4e Fix typo marsuboss 2013-11-06 17:05:46 +0100
  • 086326b1ee Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-11-06 14:31:36 +0100
  • 07391b6dc1 fixed wrong relation class name in gii model generator Carsten Brandt 2013-11-06 14:30:53 +0100
  • 0515d32bdf Fixes #1146: Gii generates wrong relation. Qiang Xue 2013-11-06 08:30:36 -0500
  • ad7761f96a Method 'yii\mail\MessageInterface::compose()' renamed to 'yii\mail\MessageInterface::message()'. Paul Klimov 2013-11-06 13:27:07 +0200
  • 3d1a625cbb 'yii\mail\MessageInterface' updated: - 'body()' renamed to 'renderBody()' - new 'body()' method introduced Paul Klimov 2013-11-06 12:48:44 +0200
  • b0c5981d42 Method names "yii\mail\MessageInterface" simplified. Paul Klimov 2013-11-06 12:28:39 +0200
  • b7990d3d37 Added FAQ to composer doc Alexander Makarov 2013-11-06 14:15:58 +0400
  • cbab0951dc reverted back jquery asset. Qiang Xue 2013-11-05 20:11:22 -0500
  • 3cb61cac17 fixed jqueryasset path. Qiang Xue 2013-11-05 18:56:33 -0500
  • 0a7cef7c1c change to use frameworks/jquery temporarily. Qiang Xue 2013-11-05 18:48:01 -0500
  • 372c5e1f1c Moved jquery.js to external package. Qiang Xue 2013-11-05 18:19:37 -0500
  • b700f7129e fixes #1142: exposes Command::params. Qiang Xue 2013-11-05 14:52:12 -0500
  • 94c0b27845 Worked on several Guide docs Larry Ullman 2013-11-05 07:55:06 -0800
  • 28b032737d Method 'yii\mail\BaseMailer::compose()' updated, allowing composition of the complex methods like 'renderText' and 'body'. Klimov Paul 2013-11-05 16:09:24 +0200
  • 45d02d07a0 Method 'yii\mail\MessageInterface::body()' added. Klimov Paul 2013-11-05 15:45:27 +0200
  • bca3e95c86 reverted commit about aliases in debug and gii module Carsten Brandt 2013-11-05 14:11:42 +0100
  • 87af95f712 'yii\mail\MessageInterface' updated: - setter methods renamed to have pure name - method 'createMessage' renamed to 'compose' Klimov Paul 2013-11-05 14:57:13 +0200
  • f6ba1f0082 fixed asset path problem in gii and debug module Carsten Brandt 2013-11-05 13:15:53 +0100
  • c0506b8cff skipping apc for php 5.5 on travis Carsten Brandt 2013-11-05 12:42:20 +0100
  • d4c68522d4 improved error handling of AssetConverter Carsten Brandt 2013-11-05 12:32:55 +0100
  • 58589e03bd improved asset converter command running Carsten Brandt 2013-11-05 12:25:29 +0100
  • 27404d5d57 Merge pull request #1138 from nukkumatti/master Qiang Xue 2013-11-04 18:23:44 -0800
  • 11c78cb4fb Changed validateFile() method access from protected to public, fixed hasErrors check Gudz Taras 2013-11-05 06:15:42 +0400
  • 3ef20e591d Overriding validateFile() Gudz Taras 2013-11-05 05:59:48 +0400
  • 3dee98d901 Merge pull request #1139 from docsolver/patch-1 Qiang Xue 2013-11-04 17:47:10 -0800
  • 1e1056bf61 Update debugger.md docsolver 2013-11-05 02:44:51 +0100
  • c8596fdbc9 Changed px to pixels Gudz Taras 2013-11-05 05:36:44 +0400
  • 960cb499bd Fixed typos [skip ci] Gudz Taras 2013-11-05 04:53:45 +0400
  • e3981be1b8 Added image validator Gudz Taras 2013-11-05 03:42:42 +0400
  • 115487a875 Fixes #1133: gii controller generator now uses application controllerNamespace as default value for "Controller Namespace" Alexander Makarov 2013-11-04 23:26:57 +0400
  • cc4307d1f3 Better Formatter error handler Alexander Makarov 2013-11-04 18:40:13 +0400
  • 4a543317ce Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-11-04 15:06:09 +0100
  • a0b0d42b46 fixed message formatting for all the ICU versions Carsten Brandt 2013-11-04 14:59:28 +0100
  • c7e054789e Unit test for 'yii\swiftmailer\Message' serialization added. Klimov Paul 2013-11-04 15:45:01 +0200
  • 20749d4069 Swiftmailer composer version switched to @stable Klimov Paul 2013-11-04 15:28:09 +0200
  • a7f21b2402 'Yii::trace()' added to 'yii\swiftmailer\Mailer::send()' Klimov Paul 2013-11-04 15:21:49 +0200
  • 487ee6e098 Unit test for 'yii\swiftmailer\Message' advanced. Klimov Paul 2013-11-04 15:07:30 +0200
  • aab90c5164 'MessageInterface' updated to support 'method chain' call style. Klimov Paul 2013-11-04 14:28:19 +0200
  • e8da628d75 doc fix Qiang Xue 2013-11-04 07:20:09 -0500
  • 2509748fda Fixes #1134: doc fix. Qiang Xue 2013-11-04 06:27:27 -0500
  • ef6fea9610 Unit test 'BaseMessageTest' created Klimov Paul 2013-11-04 13:24:22 +0200
  • 368c244768 MessageInterface::render() replaced by MessageInterface::renderHtml() and MessageInterface::renderText() Paul Klimov 2013-11-04 11:52:33 +0200
  • 2faf6bb109 typo in crud generator Carsten Brandt 2013-11-04 10:51:23 +0100
  • 32dc428eb9 fixed twitter bootstrap package name Carsten Brandt 2013-11-04 10:45:20 +0100
  • ba64f8031e fixed twitter bootstrap package name Carsten Brandt 2013-11-04 10:45:20 +0100
  • 0222462ed7 fixed event php-doc Carsten Brandt 2013-11-04 10:38:17 +0100
  • a136d67d22 Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-11-04 01:50:38 +0100
  • 2a412fab72 fixed twig readme Carsten Brandt 2013-11-04 01:50:04 +0100
  • 9862ee35b2 Fixes #1115: fixed the issue with PDO boolean value binding with pgsql Qiang Xue 2013-11-03 18:51:16 -0500
  • 433958b40c removed sqlite specific test as it is the same as base AR test now Carsten Brandt 2013-11-03 15:50:11 +0100
  • 1551f8443c Fixed pgsql column type detection bug. Qiang Xue 2013-11-03 09:33:28 -0500
  • 26c7f6d62f Fixed sqlite column type detection bug. Qiang Xue 2013-11-03 09:02:17 -0500
  • 24f38e631e Merge pull request #1126 from lucianobaraglia/master Carsten Brandt 2013-11-03 01:03:36 -0700
  • fff1db7813 Merge pull request #1126 from lucianobaraglia/master Carsten Brandt 2013-11-03 01:03:36 -0700
  • 1e7c2dd5c7 removed assets. Qiang Xue 2013-11-03 01:48:39 -0400
  • 5faeae72e1 removed assets. Qiang Xue 2013-11-03 01:48:39 -0400
  • 9a961ed392 updated class map Qiang Xue 2013-11-03 01:44:04 -0400
  • 45dda4a93a Typo in Docs [skip ci] Luciano Baraglia 2013-11-03 02:15:51 -0300
  • 1fc0462ebb Typo in Docs [skip ci] Luciano Baraglia 2013-11-03 02:15:51 -0300
  • 633bd84386 using external bootstrap assets. Qiang Xue 2013-11-03 01:04:05 -0400
  • 4cd994a1df using external bootstrap assets. Qiang Xue 2013-11-03 01:04:05 -0400
  • 71268c9ea9 dependency fix. Qiang Xue 2013-11-03 00:54:23 -0400
  • 48600b8edd Fixed typo. Qiang Xue 2013-11-03 00:49:01 -0400
  • 0508a4bbad moved bootstrap to extension Qiang Xue 2013-11-03 00:40:06 -0400
  • 83a937990c moved bootstrap to extension Qiang Xue 2013-11-03 00:40:06 -0400
  • 6aa45b34d0 updated dependency. Qiang Xue 2013-11-03 00:25:31 -0400
  • c4bb668b90 moved gii and debug to extensions. Qiang Xue 2013-11-03 00:16:35 -0400
  • da3880504e updated extension README files. Qiang Xue 2013-11-03 00:01:13 -0400
  • 41a44275e0 Removed unneeded Extension from jui. Qiang Xue 2013-11-02 23:40:37 -0400
  • 6ab6730c32 multiple alias support. Qiang Xue 2013-11-02 23:39:26 -0400
  • 4c25e7c6ce path fix. Qiang Xue 2013-11-02 23:33:00 -0400
  • 513037d97d bug fix. Qiang Xue 2013-11-02 23:27:26 -0400
  • eb39d1ffc3 typo Qiang Xue 2013-11-02 23:19:57 -0400
  • 1c2d1e8ef7 Fixed alias path. Qiang Xue 2013-11-02 23:05:14 -0400
  • 1500f978b0 Fixed dependency of apps Qiang Xue 2013-11-02 23:00:13 -0400
  • 3f3a09e988 Added support for generating default alias for extensions. Qiang Xue 2013-11-02 22:43:11 -0400
  • 90839ceb5d Proposal for accessing populated relations Carsten Brandt 2013-11-03 02:08:26 +0100
  • d8b94d647b made AR attribute manipulation behave consistent to hasAttribute() Carsten Brandt 2013-11-03 01:45:20 +0100
  • be6826871e Merge pull request #1124 from cebe/query-builder-public Qiang Xue 2013-11-02 15:13:09 -0700
  • 1b35872356 Merge branch 'master' of github.com:yiisoft/yii2 Carsten Brandt 2013-11-02 22:17:28 +0100
  • fc05ded1e0 typo Carsten Brandt 2013-11-02 22:06:26 +0100
  • 415144489e made querybuilder condition methods public Carsten Brandt 2013-11-02 21:36:48 +0100
  • 3caf59b1bf fixed extension list file location. Qiang Xue 2013-11-02 16:04:38 -0400
  • f424084904 doc fix. Qiang Xue 2013-11-02 16:00:23 -0400
  • 59f098639d moved extension list under yiisoft. updated read me. Qiang Xue 2013-11-02 15:58:28 -0400
  • e5d5ab5655 updated license information. Qiang Xue 2013-11-02 15:37:25 -0400
  • 3fd1cb0c6d reorganized extension directories. Qiang Xue 2013-11-02 15:34:07 -0400
  • baf6de3c0c Adjusted jui directories. Qiang Xue 2013-11-02 14:52:24 -0400
  • 13c3123ca8 moved mutex back from extensions. Qiang Xue 2013-11-02 14:16:38 -0400
  • 1d092d1755 Changed the exit status to normal. Qiang Xue 2013-11-02 13:06:04 -0400
  • 5c07033c8b Merge pull request #1123 from mongosoft/master Alexander Makarov 2013-11-02 08:10:01 -0700
  • 5d17dd06d1 Specify the exact type of the exception. Alexander Mohorev 2013-11-02 17:57:37 +0300
  • eee63f1721 Small typos Alexander Mohorev 2013-11-02 17:53:48 +0300