Commit Graph

7547 Commits

Author SHA1 Message Date
Vladimir Zbrailov
2dcf428173 changelog 2014-03-10 11:23:36 +04:00
sanchezby
85df781406 Update data-grid.md
DataColumn doesn't have "name" & "type" fields, and should have fully qualified name if not omitted
2014-03-10 09:22:23 +03:00
Alexander Makarov
cd7e51df7d Merge pull request #2682 from jacekk/guide-not-found-links
Guide not found links
2014-03-10 01:37:48 +03:00
JacekK
0702a09166 Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-not-found-links 2014-03-09 23:30:06 +01:00
JacekK
edc3d2b11a fixed some urls in guide; moved elasticsearch png file to proper location, to be seen by apidoc generator 2014-03-09 23:28:11 +01:00
Christian Nadolle
0051a1ece4 sort options by action in Migration controller 2014-03-09 22:47:05 +01:00
Christian Nadolle
706ab7f968 combine globalOptions() with local options into options($id)
adjust existing Console Controllers and docs
2014-03-09 22:45:04 +01:00
Alexander Makarov
92b381795b Adjusted Url helper methods 2014-03-10 01:34:05 +04:00
Vladimir Zbrailov
46d2413c69 fix buildin php bug https://bugs.php.net/bug.php?id=66606 2014-03-10 00:33:41 +04:00
Zhandos
9efcde3a12 Update _config.php
fixed application config for unit test
2014-03-09 23:44:46 +05:00
Alexander Makarov
73b7e03ec3 Argument for Url::base is now optional 2014-03-09 19:09:03 +04:00
Alexander Makarov
2dacc4fb0a Adjusted changelog 2014-03-09 18:30:20 +04:00
Alexander Makarov
8df9dddd70 Added Url::createAbsolute, adjusted signiatures 2014-03-09 18:24:27 +04:00
Carsten Brandt
f7a5c29e20 apidoc cleanup 2014-03-09 15:22:17 +01:00
Alexander Makarov
2cd5f982fe Renamed methods, added Url::getHome 2014-03-09 18:15:37 +04:00
Alexander Makarov
14fc5bd1de Added Url::canonical 2014-03-09 18:10:36 +04:00
Alexander Makarov
5420517e21 Added Url::rememberReturnUrl 2014-03-09 18:07:54 +04:00
Alexander Makarov
e758608a5a Added Url::asset 2014-03-09 18:02:24 +04:00
Alexander Makarov
3400eb5215 #2630: yii\heplers\Html::url moved to new yii\helpers\Url::create 2014-03-09 16:41:55 +04:00
Alexander Makarov
367744ff84 Merge pull request #2675 from andersonamuller/patch-1
Fixes Yii1 reference.
2014-03-09 15:17:10 +03:00
Anderson Müller
3adfb543c4 Fixes Yii1 reference. 2014-03-09 13:05:01 +01:00
Alexander Makarov
c4b8f4b692 removed todo from grids guide 2014-03-09 15:34:14 +04:00
Carsten Brandt
db3034478c Update console.md 2014-03-09 04:52:08 +01:00
Carsten Brandt
26886b90f4 Merge pull request #2673 from Theill11/patch-1
Update test-fixture.md
2014-03-09 04:16:30 +01:00
Johnny Theill
a154776618 Update test-fixture.md
small typo
2014-03-09 04:14:42 +01:00
Carsten Brandt
236abe322b Merge pull request #2663 from Theill11/travis-advanced-app
Added advanced app tests to travis
2014-03-09 03:27:22 +01:00
Johnny Theill
f528cc9f1c Update README.md 2014-03-09 03:17:09 +01:00
Carsten Brandt
4384a96812 Merge pull request #2667 from AlexGx/tests-codestyle-fix
Tests codestyle fix
2014-03-09 03:06:39 +01:00
Qiang Xue
9484423172 Merge pull request #2672 from lucianobaraglia/code-style-fixes
Code style fixes
2014-03-08 20:30:12 -05:00
Luciano Baraglia
269d1303a9 Code style fixes 2014-03-08 20:47:04 -03:00
Christian Nadolle
b0d7559a8d console/Controller show help for local options 2014-03-09 00:43:12 +01:00
Christian Nadolle
05f7df3091 console/Controller support local options per action 2014-03-09 00:43:11 +01:00
Alexander Makarov
80cb3e71e9 added example of using try-catch to hanle errors 2014-03-09 03:30:57 +04:00
Alexander Makarov
150d5152b2 more grid docs 2014-03-09 03:21:42 +04:00
Johnny Theill
4fa7646ba8 fix scrutinizer path 2014-03-08 22:53:57 +01:00
Johnny Theill
6a193f3846 Merge branch 'master' of https://github.com/yiisoft/yii2 into travis-advanced-app 2014-03-08 22:21:35 +01:00
Qiang Xue
bd3dd038ab Fixed user status check. 2014-03-08 15:36:07 -05:00
Qiang Xue
b751211dae fixed implementation of Session::getHasSessionId(). 2014-03-08 15:29:00 -05:00
Carsten Brandt
168b37eb9b minor apidoc style 2014-03-08 21:04:47 +01:00
Carsten Brandt
f7148c2d80 callback -> callable
this term is resolveable by the php docs when linking types in apidoc
2014-03-08 21:04:47 +01:00
Alexander Makarov
05e79d4f76 Added upgrade note about extensions 2014-03-08 21:55:07 +04:00
Alexander Makarov
ccaad468be Merge pull request #2668 from dizews/patch-1
Update HttpBearerAuth.php
2014-03-08 20:12:51 +03:00
Vladimir
66315a2cb6 Update HttpBearerAuth.php
typo fix
2014-03-08 17:41:11 +03:00
AlexGx
183819abfd fix phpDoc method signature 2014-03-08 15:37:06 +02:00
AlexGx
c9edea3d11 merge 2014-03-08 15:36:12 +02:00
Qiang Xue
10f1283de8 Fixes #2666 2014-03-08 08:22:42 -05:00
Paul Klimov
c01fdc5ec9 Merge branch 'master' of github.com:yiisoft/yii2 2014-03-08 15:20:45 +02:00
Carsten Brandt
595f55c504 api doc improvements 2014-03-08 14:20:19 +01:00
Carsten Brandt
c815d0cef7 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  Make code coverage work
  Note about  embedded documents added to mongodb extension readme
  yii\mongodb\file\Collection::ensureMongoId() fixed to suppress exception on invalid _id format.
  yii\mongodb\file\ActiveRecord::update() fixed to save the attributes while updating file.
  Fixes #2661: Added boolean column type support for SQLite
  Refactored controller creation process.
  Added back some toArray() implementations.
  Fixed test break.
  Update console-migrate.md
  Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions.
  Fixes #2659
  Minor code style fixes for apidoc
  Changed assertions
  fix tests
2014-03-08 14:19:55 +01:00
Paul Klimov
bc73a2481c MongoDB log fixed to handle Mongo objects correctly 2014-03-08 15:19:46 +02:00