Commit Graph

7316 Commits

Author SHA1 Message Date
Carsten Brandt
2f8f64ccc8 added sorting links to debug toolbar
as requested in
https://github.com/yiisoft/yii2/pull/1781#issuecomment-31587963
https://github.com/yiisoft/yii2/issues/1478#issuecomment-31576474
fixes #1478
2014-01-04 23:53:14 +01:00
Alexander Makarov
9411429dd0 Merge pull request #1781 from Ragazzo/profiling_panel_fix
timings fixed
2014-01-04 13:56:40 -08:00
Mark
5717e81184 timings fixed 2014-01-05 00:31:28 +04:00
Alexander Makarov
3f599f6f4b Merge pull request #1777 from dizews/patch-1
Update migration.md
2014-01-04 09:52:14 -08:00
Vladimir
d8d7ed1ee3 Update migration.md
dots do not work.
2014-01-04 20:27:55 +03:00
Carsten Brandt
f361556b4c Merge pull request #1774 from creocoder/fixture-controller-code-style-fixes
FixtureController code style fixes and typo fixes
2014-01-04 07:15:38 -08:00
Alexander Kochetov
1edf0a0981 FixtureController code style fixes and typo fixes 2014-01-04 18:42:22 +04:00
Carsten Brandt
74e70646b4 try to fix basic app travis.yml 2014-01-04 15:20:50 +01:00
Carsten Brandt
a7536d1dae CHANGELOG for #1773 2014-01-04 14:21:58 +01:00
Carsten Brandt
fc6b63717c removed hard restriction of cache keyPrefix to alnum
fixes #1773
2014-01-04 14:18:51 +01:00
Carsten Brandt
2a4739f12c CHANGELOG line for #1747 2014-01-04 13:52:32 +01:00
Carsten Brandt
1e4c1eca10 made debug toolbar position fixed again
issue #1747
2014-01-04 13:49:54 +01:00
Carsten Brandt
421ebeee1e refactored debug toolbar assets
also fixed problems with display on small screens.

fixes #1747
2014-01-04 13:41:59 +01:00
Carsten Brandt
ff444c3e44 updatd TwigRenderer docs, closes #1771 2014-01-04 12:20:39 +01:00
Carsten Brandt
f4bde7a2e3 another small fix for debug toolbar
issue #1747
2014-01-04 12:13:03 +01:00
Carsten Brandt
5da154ce14 Merge pull request #1770 from yupe/master
fix template guide twig section
2014-01-04 03:06:41 -08:00
Carsten Brandt
2433a4d7b6 simple fix for #1747 2014-01-04 12:00:37 +01:00
Carsten Brandt
8d09633bb9 allow class level trigger call on Event subclasses
e.g. UserEvent::trigger('event', 'class');
should result in a UserEvent to be passed to the handlers instead of
a base\Event.
2014-01-04 11:48:03 +01:00
Carsten Brandt
4bb2ee95b7 updated docs of Event 2014-01-04 11:47:47 +01:00
yupe
1f81f36e4e fix template guide, twig section 2014-01-04 14:47:02 +04:00
Carsten Brandt
8d2ce64787 Merge pull request #1769 from crtlib/patch-3
Redundant event's instanceof check and some docs punctuation
2014-01-04 02:32:37 -08:00
Paul Kofmann
1924a528be Redundant event's instanceof check
And some docs punctuation.
2014-01-04 11:23:09 +01:00
Carsten Brandt
17128f1026 updated apps/basic/.travis.yml 2014-01-04 04:38:23 +01:00
Carsten Brandt
a7b852fcc3 Changed elasticsearch AR primary key handling
now supports mapped primary key when _id is part of source with an
alias.
2014-01-04 04:26:50 +01:00
Carsten Brandt
3fdca0508c applied fixture command docs from #1762
closes #1762
2014-01-04 00:44:58 +01:00
Carsten Brandt
76b6eb11a7 CHANGELOG maintainance and code style 2014-01-03 23:58:40 +01:00
John Was
7e1e622458 simpler implementation of the handler property in yii\web\Session 2014-01-03 23:51:45 +01:00
Carsten Brandt
58c4081825 Merge pull request #1761 from lucianobaraglia/master
Basic app: DB configuration in separated file
2014-01-03 14:49:27 -08:00
Carsten Brandt
0c288358d2 moved dev requirements to require-dev in app composer.json
fixes #1736
2014-01-03 23:43:25 +01:00
Carsten Brandt
7d42fc4112 code style fixes 2014-01-03 23:30:59 +01:00
Luciano Baraglia
13d6c1fd75 Basic app: DB configuration in separated file 2014-01-03 19:28:33 -03:00
Carsten Brandt
08ee8b18e6 Merge pull request #1759 from Ragazzo/fixtures_controller_improvements
Added to the basic app, fixed config, added to core commands.
2014-01-03 14:22:51 -08:00
Mark
00ab5ef2d0 alias fixed 2014-01-04 02:18:02 +04:00
Carsten Brandt
b0ff35c696 Reverted config change
change was made in 0d263a12a9

issue #1744
2014-01-03 23:07:50 +01:00
Carsten Brandt
0d263a12a9 added .travis.yml to basic app
issue #1744
2014-01-03 22:51:30 +01:00
Mark
f4397f1b8a fixture controller improved 2014-01-04 01:48:56 +04:00
Mark
ccfb7638d0 Added to the basic app, fixed config, added to core commands. 2014-01-04 01:16:05 +04:00
John Was
53bb25947d add handler property to yii\web\Session 2014-01-03 21:52:45 +01:00
Qiang Xue
6291d0c249 Merge pull request #1753 from Ragazzo/migrations_docs
migration guide improved
2014-01-03 12:11:47 -08:00
Mark
100f582611 migration guide improved 2014-01-03 23:59:12 +04:00
Alexander Makarov
99f694f97b Removed unnecessary text 2014-01-03 20:50:05 +01:00
Qiang Xue
ed11750c06 Merge pull request #1751 from lucianobaraglia/some-debug-fixes
Some debug code style fixes...
2014-01-03 10:58:10 -08:00
Luciano Baraglia
a1e511465c Some debug code style fixes, and https://github.com/yiisoft/yii2/issues/1478#issuecomment-31446267 fix 2014-01-03 15:41:58 -03:00
Qiang Xue
239778efbd minor issue fix about fixture controllers. 2014-01-02 23:34:00 -05:00
Qiang Xue
9f74bba3f7 minor fixes. 2014-01-02 23:08:14 -05:00
Qiang Xue
4c45b429e5 doc fix. 2014-01-02 23:06:12 -05:00
Qiang Xue
f331547584 Fixes #1748: code cleanup. 2014-01-02 23:00:32 -05:00
Qiang Xue
03a88e4f38 Adjusted composer for faker extension. 2014-01-02 22:47:21 -05:00
Qiang Xue
389ef891ab Merge pull request #1743 from Ragazzo/yii2_faker_integration
Yii2 faker integration
2014-01-02 19:35:13 -08:00
Mark
c5bd2702de changed command signature, docs improved. 2014-01-03 07:31:16 +04:00