Commit Graph

7316 Commits

Author SHA1 Message Date
Qiang Xue
d265635663 doc fix. 2014-03-09 21:18:49 -04:00
Alexander Makarov
348dfa78eb Merge pull request #2676 from yiisoft/url-helper
#2630: `yii\heplers\Html::url` moved to new `yii\helpers\Url::create`
2014-03-11 01:36:05 +03:00
Qiang Xue
1998935309 Merge pull request #2671 from hqx/2670-ConsoleLocalOptions
2670 console local options
2014-03-10 18:23:26 -04:00
Alexander Makarov
2ceab799e2 Removed unneeded config from tests 2014-03-11 02:12:53 +04:00
Alexander Makarov
842e7eb573 Added tests, final Url helper adjustments 2014-03-11 02:12:13 +04:00
Christian Nadolle
bf5de41188 Added changelog 2014-03-10 22:12:19 +01:00
Alexander Makarov
bddad5280c Combined $schema and $absolute into $schema 2014-03-10 20:29:24 +04:00
Alexander Makarov
577f8a5c50 Added separate schema and absolute parameters 2014-03-10 20:11:06 +04:00
Alexander Makarov
2b842ecc57 Moded URL management methods from controller to Url helper, updated docs 2014-03-10 19:40:32 +04:00
Alexander Makarov
1276970ce5 Made $url default consistent 2014-03-10 17:57:24 +04:00
Alexander Makarov
aeb25c39e1 Further adjustments for Url helper 2014-03-10 17:52:03 +04:00
Carsten Brandt
d1a5c85472 Merge pull request #2680 from ZhandosKz/patch-1
fixed application config for unit test
2014-03-10 14:34:56 +01:00
Alexander Makarov
d4e0bb748c Merge pull request #2681 from dizews/buildin-phpserver-fix
fix bug of php buildin webserver https://bugs.php.net/bug.php?id=66606
2014-03-10 16:33:59 +03:00
Alexander Makarov
bd271d42e4 Removed passing unused parameter 2014-03-10 16:33:17 +04:00
Alexander Makarov
338bc86e6d Fixed absolute URLs in Url::to 2014-03-10 15:54:25 +04:00
Alexander Makarov
67af6bc84a Fixed inconsistent usage of getters 2014-03-10 15:50:43 +04:00
Alexander Makarov
cb5a889621 Fixed recursion 2014-03-10 15:39:31 +04:00
Alexander Makarov
5d6c314d4e Adjusted URL helper, fixed usage 2014-03-10 15:25:15 +04:00
Alexander Makarov
81ce1497da Merge pull request #2686 from sanchezby/master
Corrected sample in data-grid.md
2014-03-10 13:21:11 +03:00
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