Carsten Brandt
|
e8b674dc78
|
Do not unset class properties!
this will result in objects that do not have the property anymore :-)
|
11 years ago |
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
|
11 years ago |
Alexander Makarov
|
9411429dd0
|
Merge pull request #1781 from Ragazzo/profiling_panel_fix
timings fixed
|
11 years ago |
Mark
|
5717e81184
|
timings fixed
|
11 years ago |
Alexander Makarov
|
3f599f6f4b
|
Merge pull request #1777 from dizews/patch-1
Update migration.md
|
11 years ago |
Vladimir
|
d8d7ed1ee3
|
Update migration.md
dots do not work.
|
11 years ago |
Carsten Brandt
|
f361556b4c
|
Merge pull request #1774 from creocoder/fixture-controller-code-style-fixes
FixtureController code style fixes and typo fixes
|
11 years ago |
Alexander Kochetov
|
1edf0a0981
|
FixtureController code style fixes and typo fixes
|
11 years ago |
Carsten Brandt
|
74e70646b4
|
try to fix basic app travis.yml
|
11 years ago |
Carsten Brandt
|
a7536d1dae
|
CHANGELOG for #1773
|
11 years ago |
Carsten Brandt
|
fc6b63717c
|
removed hard restriction of cache keyPrefix to alnum
fixes #1773
|
11 years ago |
Carsten Brandt
|
2a4739f12c
|
CHANGELOG line for #1747
|
11 years ago |
Carsten Brandt
|
1e4c1eca10
|
made debug toolbar position fixed again
issue #1747
|
11 years ago |
Carsten Brandt
|
421ebeee1e
|
refactored debug toolbar assets
also fixed problems with display on small screens.
fixes #1747
|
11 years ago |
Carsten Brandt
|
ff444c3e44
|
updatd TwigRenderer docs, closes #1771
|
11 years ago |
Carsten Brandt
|
f4bde7a2e3
|
another small fix for debug toolbar
issue #1747
|
11 years ago |
Carsten Brandt
|
5da154ce14
|
Merge pull request #1770 from yupe/master
fix template guide twig section
|
11 years ago |
Carsten Brandt
|
2433a4d7b6
|
simple fix for #1747
|
11 years ago |
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.
|
11 years ago |
Carsten Brandt
|
4bb2ee95b7
|
updated docs of Event
|
11 years ago |
yupe
|
1f81f36e4e
|
fix template guide, twig section
|
11 years ago |
Carsten Brandt
|
8d2ce64787
|
Merge pull request #1769 from crtlib/patch-3
Redundant event's instanceof check and some docs punctuation
|
11 years ago |
Paul Kofmann
|
1924a528be
|
Redundant event's instanceof check
And some docs punctuation.
|
11 years ago |
Carsten Brandt
|
17128f1026
|
updated apps/basic/.travis.yml
|
11 years ago |
Carsten Brandt
|
a7b852fcc3
|
Changed elasticsearch AR primary key handling
now supports mapped primary key when _id is part of source with an
alias.
|
11 years ago |
Carsten Brandt
|
3fdca0508c
|
applied fixture command docs from #1762
closes #1762
|
11 years ago |
Carsten Brandt
|
76b6eb11a7
|
CHANGELOG maintainance and code style
|
11 years ago |
John Was
|
7e1e622458
|
simpler implementation of the handler property in yii\web\Session
|
11 years ago |
Carsten Brandt
|
58c4081825
|
Merge pull request #1761 from lucianobaraglia/master
Basic app: DB configuration in separated file
|
11 years ago |
Carsten Brandt
|
0c288358d2
|
moved dev requirements to require-dev in app composer.json
fixes #1736
|
11 years ago |
Carsten Brandt
|
7d42fc4112
|
code style fixes
|
11 years ago |
Luciano Baraglia
|
13d6c1fd75
|
Basic app: DB configuration in separated file
|
11 years ago |
Carsten Brandt
|
08ee8b18e6
|
Merge pull request #1759 from Ragazzo/fixtures_controller_improvements
Added to the basic app, fixed config, added to core commands.
|
11 years ago |
Mark
|
00ab5ef2d0
|
alias fixed
|
11 years ago |
Carsten Brandt
|
b0ff35c696
|
Reverted config change
change was made in 0d263a12a9
issue #1744
|
11 years ago |
Carsten Brandt
|
0d263a12a9
|
added .travis.yml to basic app
issue #1744
|
11 years ago |
Mark
|
f4397f1b8a
|
fixture controller improved
|
11 years ago |
Mark
|
ccfb7638d0
|
Added to the basic app, fixed config, added to core commands.
|
11 years ago |
John Was
|
53bb25947d
|
add handler property to yii\web\Session
|
11 years ago |
Qiang Xue
|
6291d0c249
|
Merge pull request #1753 from Ragazzo/migrations_docs
migration guide improved
|
11 years ago |
Mark
|
100f582611
|
migration guide improved
|
11 years ago |
Alexander Makarov
|
99f694f97b
|
Removed unnecessary text
|
11 years ago |
Qiang Xue
|
ed11750c06
|
Merge pull request #1751 from lucianobaraglia/some-debug-fixes
Some debug code style fixes...
|
11 years ago |
Luciano Baraglia
|
a1e511465c
|
Some debug code style fixes, and https://github.com/yiisoft/yii2/issues/1478#issuecomment-31446267 fix
|
11 years ago |
Qiang Xue
|
239778efbd
|
minor issue fix about fixture controllers.
|
11 years ago |
Qiang Xue
|
9f74bba3f7
|
minor fixes.
|
11 years ago |
Qiang Xue
|
4c45b429e5
|
doc fix.
|
11 years ago |
Qiang Xue
|
f331547584
|
Fixes #1748: code cleanup.
|
11 years ago |
Qiang Xue
|
03a88e4f38
|
Adjusted composer for faker extension.
|
11 years ago |
Qiang Xue
|
389ef891ab
|
Merge pull request #1743 from Ragazzo/yii2_faker_integration
Yii2 faker integration
|
11 years ago |