Commit Graph

7547 Commits

Author SHA1 Message Date
Qiang Xue
8bbcff70db prepare for 2.0.0-beta release. 2.0.0-beta 2014-04-13 17:58:59 -04:00
Qiang Xue
9da6423a71 Merge pull request #3080 from castea-webdev/patch-1
Update apps-advanced.md
2014-04-13 17:46:37 -04:00
Castea Min
cf9795baf8 Update apps-advanced.md
just a type correction and suggestion on adding a comma and one word (ie 'by') to make it more easily to be understand.
2014-04-14 04:40:03 +07:00
Carsten Brandt
8eddf5606e fixed changelog about languages 2014-04-13 14:37:40 +02:00
Carsten Brandt
11112e3f7d Merge pull request #3074 from pappfer/pappfer
#3073 added Hungarian translation
2014-04-13 14:32:17 +02:00
Carsten Brandt
85d32c75a3 Update CHANGELOG.md 2014-04-13 14:27:25 +02:00
Qiang Xue
a6136e1b16 Renamed yii\web\User::checkAccess() to yii\web\User::can() 2014-04-12 19:14:50 -04:00
Qiang Xue
8fbe10acfd removed PhpManagerTest 2014-04-12 17:08:49 -04:00
Qiang Xue
7bc52f32a4 Re-implemented RBAC by following more closely to the original NIST RBAC model. Dropped yii\rbac\PhpManager. 2014-04-12 16:55:50 -04:00
pappfer
a2bc50920c Removed unnecessary app.php file. 2014-04-12 20:33:10 +02:00
pappfer
3a75098213 #3073 added Hungarian translation 2014-04-12 19:54:42 +02:00
Qiang Xue
f7396fa024 Minor refacotring of bootstrap active field and form. 2014-04-11 20:09:43 -04:00
Qiang Xue
8ac79a35ae support hiding error and label tags via error(false) and label(false). 2014-04-11 20:09:19 -04:00
Qiang Xue
b5f351b688 Merge pull request #3038 from mikehaertl/master
Implement ActiveForm and ActiveField
2014-04-11 19:28:35 -04:00
Carsten Brandt
33a00ecd7c updated base AR phpdoc for findOne() and findAll() 2014-04-11 17:45:22 +02:00
Carsten Brandt
8881c0c666 fixed wrong example. 2014-04-11 15:06:46 +02:00
Carsten Brandt
323937f2c6 Merge pull request #3061 from yiisoft/grid-view-relations
add guide about filtering and sorting related columns
2014-04-11 13:57:53 +02:00
Carsten Brandt
b1f4d5d4bf allow . in input name 2014-04-11 13:37:31 +02:00
Carsten Brandt
31d0538a8b added not about joinWith background 2014-04-11 11:45:44 +02:00
Carsten Brandt
f939300f9e add guide about filtering and sorting related columns
fixes #1581 and #3013
2014-04-11 11:32:34 +02:00
Carsten Brandt
3cdf95d5f8 Update data-grid.md 2014-04-11 10:53:21 +02:00
Michael Härtl
7364249ff6 Issue #3029: Implement ActiveForm and ActiveField 2014-04-11 10:49:51 +02:00
Carsten Brandt
5985896ca4 added docs about gridview filtering 2014-04-11 10:35:36 +02:00
Carsten Brandt
7946f453ac typo 2014-04-11 10:14:49 +02:00
Carsten Brandt
cc05b5f068 Update data-overview.md 2014-04-11 10:14:17 +02:00
Carsten Brandt
e9363b4e41 Looks like GridView has its own section... :)
added a hint and link
2014-04-11 10:10:20 +02:00
Carsten Brandt
a271a712db Merge pull request #3060 from avladev/lang_bg
Bulgarian translation
2014-04-11 10:05:01 +02:00
Carsten Brandt
5dbf6c94bb Some docs on GridView 2014-04-11 10:04:20 +02:00
Anatoli Vladev
a891aeeece Bulgarian translation 2014-04-11 10:49:56 +03:00
Larry Ullman
fbc7695a94 Most trivial edit 2014-04-10 23:04:52 -04:00
Carsten Brandt
c6e1a2f02f Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (79 commits)
  Refactored app bootstrap logic.
  Update authorization.md
  Fixes #3052: Fixed the issue that cache dependency data is not reused when `reusable` is set true
  start debug logging only if debug runs when bootstrap.
  Update finnish translation
  Add ODBC support to yii\db\Connection
  updated error handler and requirement checker links.
  fixed broken API links [skip ci]
  added more doc [skip ci]
  update class map.
  Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation
  renamed attributes to attributeNames in model
  updated phpdoc
  Removed `Application::preload` in favor of `Application::bootstrap`
  Update module-debug.md
  Update model.md
  Fixes
  Update basics.md
  typo fix [skip ci]
  Added `HtmlResponseFormatter` and `JsonResponseFormatter`
  ...
2014-04-10 22:22:36 +02:00
Carsten Brandt
3c400dbca8 fixed file PHPdoc
issue #3026
2014-04-10 22:10:59 +02:00
Qiang Xue
ea75177abc Refactored app bootstrap logic. 2014-04-10 15:05:01 -04:00
resurtm
567a2bf280 Merge pull request #3058 from armab/patch-1
Update authorization.md
2014-04-10 23:36:28 +06:00
armab
8478db4e28 Update authorization.md
RBAC Rule small fix
2014-04-10 20:26:39 +03:00
Qiang Xue
4674f5b74c Fixes #3052: Fixed the issue that cache dependency data is not reused when reusable is set true 2014-04-10 13:03:22 -04:00
Qiang Xue
3349af1ae5 Merge pull request #3049 from resurtm/db-connection-odbc
Add ODBC support to yii\db\Connection
2014-04-10 09:53:18 -04:00
Qiang Xue
629ed62983 start debug logging only if debug runs when bootstrap. 2014-04-10 08:45:33 -04:00
Alexander Makarov
a0636168ad Merge pull request #3051 from janisto/message_fi_update-2
Update finnish translation
2014-04-10 05:01:12 -07:00
Alexander Makarov
01b1c07d81 Merge pull request #2977 from PaulVanSchayck/fix-webdriver-test
Add wait() to login test with wrong credentials to fix WebDriver test
2014-04-10 05:00:32 -07:00
Jani Mikkonen
3397e7e7b2 Update finnish translation 2014-04-10 14:11:06 +03:00
resurtm
1991c4cbbd Add ODBC support to yii\db\Connection 2014-04-10 14:53:02 +06:00
Qiang Xue
055455d814 updated error handler and requirement checker links. 2014-04-10 00:05:05 -04:00
Qiang Xue
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
Qiang Xue
eeb9f6026d added more doc [skip ci] 2014-04-09 21:35:19 -04:00
Qiang Xue
5751b58180 update class map. 2014-04-09 19:16:55 -04:00
Qiang Xue
134d3d4610 Fixes #2034: Added ContentNegotiator to support response format and language negotiation 2014-04-09 14:57:04 -04:00
Carsten Brandt
fa767ceaca renamed attributes to attributeNames in model
fixes #3034
2014-04-09 18:54:53 +02:00
Carsten Brandt
3fdcf11f24 updated phpdoc 2014-04-09 18:51:45 +02:00
Carsten Brandt
79b4f4d64b Merge pull request #3032 from arisk/patch-5
Update basics.md [skip ci]
2014-04-09 18:19:02 +02:00