Commit Graph

7547 Commits

Author SHA1 Message Date
Qiang Xue
4727ac8f1d Refactored the feature of transactional operations. 2013-08-07 22:22:23 -04:00
Qiang Xue
db8233e59d Merge pull request #727 from janisto/more_badges
Add more readme badges. Fix #726.
2013-08-07 06:49:11 -07:00
Jani Mikkonen
588f9fd575 Add more readme badges. Fix #726. 2013-08-07 16:41:27 +03:00
Qiang Xue
b3b1151469 Finished draft implementation of GridView. 2013-08-06 17:00:32 -04:00
Qiang Xue
ca35bb05a8 replaced attr with prop. 2013-08-06 16:02:14 -04:00
Qiang Xue
7e5630b558 GridView WIP 2013-08-06 16:01:46 -04:00
Suralc
a81480d309 Improved ValidatorTest organization. 2013-08-06 19:56:05 +02:00
Qiang Xue
61c7ac9d8b Fixes #722. 2013-08-06 13:38:29 -04:00
Suralc
b5472c20e3 Typo fix 2013-08-06 15:21:29 +02:00
Suralc
8f8de7cf60 Added NumberValidatorTest 2013-08-06 13:13:58 +02:00
Suralc
f78a77dfcf Merge branch 'master' of github.com:yiisoft/yii2 into add-tests 2013-08-06 10:52:17 +02:00
Qiang Xue
6c3f23900f Merge branch 'master' of github.com:yiisoft/yii2 2013-08-05 13:52:13 -04:00
Qiang Xue
471e24f279 Added SerialColumn. 2013-08-05 13:51:57 -04:00
Carsten Brandt
e5569dc1da Allow Url creation with Html::url in console context
fixes #718
2013-08-05 17:32:53 +02:00
Qiang Xue
0565b75846 Removed the selection background color. 2013-08-05 10:06:45 -04:00
Qiang Xue
ac3b2b8a8e Fixed PHP 5.3 compatibility issue. 2013-08-05 10:03:27 -04:00
Alexander Makarov
322dc10d22 fixes #687 2013-08-05 12:10:08 +04:00
Alexander Makarov
9c97e3e38a fixed phpdoc of Request 2013-08-05 12:00:56 +04:00
Qiang Xue
3368a29b74 Merge pull request #716 from crtlib/patch-4
Fixing typo in Captcha.php
2013-08-04 05:07:55 -07:00
Qiang Xue
6823fdedaf Fixes #717: Added ActiveRecord::hasAttribute() 2013-08-04 07:59:28 -04:00
crtlib
bbfc18cae9 Fixing typo in Captcha.php 2013-08-04 12:33:04 +02:00
Qiang Xue
9d8c096832 Merge pull request #714 from crtlib/patch-3
Another try for Component::hasProperty() optimization
2013-08-03 18:37:25 -07:00
Alexander Makarov
a1d1b2fb96 draft of security section 2013-08-04 02:08:46 +04:00
Alexander Makarov
9c568c03ff added note about Redis to performance section 2013-08-04 02:08:38 +04:00
crtlib
80f1fda740 checkVar => checkVars 2013-08-03 23:43:40 +02:00
crtlib
004c509ca3 checkVar => checkVars 2013-08-03 23:42:17 +02:00
Alexander Makarov
f00fd142fc a bit more overview 2013-08-04 01:17:10 +04:00
Alexander Makarov
c861474bb0 mentioned installing from Composer in docs 2013-08-04 01:17:10 +04:00
Alexander Makarov
d7f93350a4 bumped up twig version 2013-08-04 01:17:10 +04:00
crtlib
bb05ed4f24 Update Component.php 2013-08-03 23:13:31 +02:00
crtlib
846f17017c Component::hasProperty() small optimization 2013-08-03 23:10:43 +02:00
Qiang Xue
27238f8d03 refactored ActiveDataProvider. 2013-08-03 17:02:36 -04:00
Qiang Xue
250ec28e0c Fixes #713. 2013-08-03 16:54:08 -04:00
Qiang Xue
60ba20491e Added support for passing parameters to the format method. 2013-08-03 16:51:57 -04:00
Qiang Xue
d836654af9 Fixes #704. 2013-08-03 14:07:32 -04:00
Qiang Xue
6b41d41fd9 Fixes #711. 2013-08-03 14:04:36 -04:00
Qiang Xue
62dee1490b Fixes #709. 2013-08-03 13:49:59 -04:00
Qiang Xue
dd5368b349 Refactored ActiveDataProvider. 2013-08-03 13:19:33 -04:00
Alexander Makarov
58eb23d3e8 Merge pull request #708 from lucianobaraglia/master
Minor doc and messages fixes [skip ci]
2013-08-03 09:59:48 -07:00
Qiang Xue
b31b02a55d renamed IDataProvider::getItems() to getModels() 2013-08-03 08:20:30 -04:00
Qiang Xue
3d5388ff2b Reorganized captcha code. 2013-08-03 07:20:39 -04:00
Luciano Baraglia
8760407cc9 Some doc code cleanup [skip ci] 2013-08-03 02:13:22 -03:00
Luciano Baraglia
f829b9478b Minor doc and messages fixes [skip ci] 2013-08-03 02:05:49 -03:00
Qiang Xue
9f4ccb6243 Added status code display to debugger toolbar. 2013-08-02 22:07:26 -04:00
Qiang Xue
da81f8da9e Merge branch 'master' of github.com:yiisoft/yii2 2013-08-02 17:25:19 -04:00
Qiang Xue
4ac501f492 Removed placeholders. 2013-08-02 17:25:03 -04:00
Alexander Makarov
0cde54bc3c added note about routes for camelCased controllers and actions 2013-08-03 01:23:17 +04:00
Alexander Makarov
3a2215b833 fixed length constraints check to always result in correct range 2013-08-03 01:19:26 +04:00
Alexander Makarov
478560fdd1 requirements: fixed intl version checking 2013-08-03 01:16:11 +04:00
Qiang Xue
7f27ef59c5 Merge branch 'master' of github.com:yiisoft/yii2 2013-08-02 16:36:26 -04:00