Commit Graph

4221 Commits

Author SHA1 Message Date
Qiang Xue
e8da628d75 doc fix 2013-11-04 07:20:09 -05:00
Qiang Xue
2509748fda Fixes #1134: doc fix. 2013-11-04 06:27:27 -05:00
Klimov Paul
ef6fea9610 Unit test 'BaseMessageTest' created 2013-11-04 13:24:22 +02:00
Paul Klimov
368c244768 MessageInterface::render() replaced by MessageInterface::renderHtml() and MessageInterface::renderText() 2013-11-04 11:52:33 +02:00
Carsten Brandt
2faf6bb109 typo in crud generator
fixes #1131
2013-11-04 10:51:23 +01:00
Carsten Brandt
ba64f8031e fixed twitter bootstrap package name
fixes #1132
2013-11-04 10:45:20 +01:00
Carsten Brandt
0222462ed7 fixed event php-doc 2013-11-04 10:38:17 +01:00
Carsten Brandt
a136d67d22 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  Fixes #1115: fixed the issue with PDO boolean value binding with pgsql
2013-11-04 01:50:38 +01:00
Carsten Brandt
2a412fab72 fixed twig readme 2013-11-04 01:50:04 +01:00
Qiang Xue
9862ee35b2 Fixes #1115: fixed the issue with PDO boolean value binding with pgsql 2013-11-03 18:51:16 -05:00
Carsten Brandt
433958b40c removed sqlite specific test as it is the same as base AR test now 2013-11-03 15:50:11 +01:00
Qiang Xue
1551f8443c Fixed pgsql column type detection bug. 2013-11-03 09:33:28 -05:00
Qiang Xue
26c7f6d62f Fixed sqlite column type detection bug. 2013-11-03 09:02:17 -05:00
Carsten Brandt
fff1db7813 Merge pull request #1126 from lucianobaraglia/master
Typo in Docs [skip ci]
2013-11-03 01:03:36 -07:00
Qiang Xue
5faeae72e1 removed assets. 2013-11-03 01:48:39 -04:00
Qiang Xue
9a961ed392 updated class map 2013-11-03 01:44:04 -04:00
Luciano Baraglia
1fc0462ebb Typo in Docs [skip ci] 2013-11-03 02:15:51 -03:00
Qiang Xue
4cd994a1df using external bootstrap assets. 2013-11-03 01:04:05 -04:00
Qiang Xue
71268c9ea9 dependency fix. 2013-11-03 00:54:23 -04:00
Qiang Xue
48600b8edd Fixed typo. 2013-11-03 00:49:01 -04:00
Qiang Xue
83a937990c moved bootstrap to extension 2013-11-03 00:40:06 -04:00
Qiang Xue
6aa45b34d0 updated dependency. 2013-11-03 00:25:31 -04:00
Qiang Xue
c4bb668b90 moved gii and debug to extensions. 2013-11-03 00:16:35 -04:00
Qiang Xue
da3880504e updated extension README files. 2013-11-03 00:01:13 -04:00
Qiang Xue
41a44275e0 Removed unneeded Extension from jui. 2013-11-02 23:40:37 -04:00
Qiang Xue
6ab6730c32 multiple alias support. 2013-11-02 23:39:26 -04:00
Qiang Xue
4c25e7c6ce path fix. 2013-11-02 23:33:00 -04:00
Qiang Xue
513037d97d bug fix. 2013-11-02 23:27:26 -04:00
Qiang Xue
eb39d1ffc3 typo 2013-11-02 23:19:57 -04:00
Qiang Xue
1c2d1e8ef7 Fixed alias path. 2013-11-02 23:05:14 -04:00
Qiang Xue
1500f978b0 Fixed dependency of apps 2013-11-02 23:00:13 -04:00
Qiang Xue
3f3a09e988 Added support for generating default alias for extensions. 2013-11-02 22:43:11 -04:00
Carsten Brandt
90839ceb5d Proposal for accessing populated relations
fixes #842

- allows checking whether a relation has been populated
- getting a list of relation names that have been populated
- getting all populated relation data

todo:

- [] add phpdoc
2013-11-03 02:10:17 +01:00
Carsten Brandt
d8b94d647b made AR attribute manipulation behave consistent to hasAttribute() 2013-11-03 01:45:20 +01:00
Qiang Xue
be6826871e Merge pull request #1124 from cebe/query-builder-public
made querybuilder condition methods public
2013-11-02 15:13:09 -07:00
Carsten Brandt
1b35872356 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  typo
  fixed extension list file location.
  doc fix.
  moved extension list under yiisoft. updated read me.
  updated license information.
  reorganized extension directories.
  Adjusted jui directories.
  moved mutex back from extensions.
  Changed the exit status to normal.
  Specify the exact type of the exception.
  Small typos
  PhpDoc comment
  Missing return statement
  Changed php-diff dependency to use code from master (they haven't tagged changes we need yet)
  Added ability to get all GET, POST, PUT, DELETE or PATCH parameters to Request
  Add batchInsert method to yii\db\Migration
  Fixes #1117: added support to map a single view directory to multiple themed view directories.
  Fixes #1116.
2013-11-02 22:17:28 +01:00
Carsten Brandt
fc05ded1e0 typo 2013-11-02 22:06:26 +01:00
Carsten Brandt
415144489e made querybuilder condition methods public 2013-11-02 21:36:48 +01:00
Qiang Xue
3caf59b1bf fixed extension list file location. 2013-11-02 16:04:38 -04:00
Qiang Xue
f424084904 doc fix. 2013-11-02 16:00:23 -04:00
Qiang Xue
59f098639d moved extension list under yiisoft.
updated read me.
2013-11-02 15:58:28 -04:00
Qiang Xue
e5d5ab5655 updated license information. 2013-11-02 15:37:25 -04:00
Qiang Xue
3fd1cb0c6d reorganized extension directories. 2013-11-02 15:34:07 -04:00
Qiang Xue
baf6de3c0c Adjusted jui directories. 2013-11-02 14:52:24 -04:00
Qiang Xue
13c3123ca8 moved mutex back from extensions. 2013-11-02 14:16:38 -04:00
Qiang Xue
1d092d1755 Changed the exit status to normal. 2013-11-02 13:06:04 -04:00
Alexander Makarov
5c07033c8b Merge pull request #1123 from mongosoft/master
Typos
2013-11-02 08:10:01 -07:00
Alexander Mohorev
5d17dd06d1 Specify the exact type of the exception. 2013-11-02 17:57:37 +03:00
Alexander Mohorev
eee63f1721 Small typos 2013-11-02 17:53:48 +03:00
Alexander Makarov
ccb310cfa5 Merge pull request #1121 from mongosoft/master
Missing return statement
2013-11-02 07:15:32 -07:00