Commit Graph

10542 Commits

Author SHA1 Message Date
Klimov Paul
db6f62a43f Merge branch 'master' of github.com:yiisoft/yii2 2014-11-05 18:24:52 +02:00
Klimov Paul
001d5b1603 Fixed yii\sphinx\QueryBuilder does not support comparison operators (>,<,>= etc) in where specification 2014-11-05 18:24:20 +02:00
Qiang Xue
f423f15781 Fixes #5925: ArrayHelper::htmlEncode() does not work properly when the value being encoded is a nested array 2014-11-05 11:01:02 -05:00
Vasiliy Baukin
3800872bed Update input-validation.md
You are validating the data, not users.
2014-11-05 10:59:26 -05:00
Vasiliy Baukin
ba68986df0 Update BaseArrayHelper.php
Recursive method call must have the same parameters as the first call.
2014-11-05 10:59:26 -05:00
Klimov Paul
ec48a61cb3 MongoDB PHP extension min version raised up to 1.4.0 2014-11-05 17:14:59 +02:00
Alexander Makarov
f4eee6d81f Merge pull request #5927 from softark/docs-guide-ja-2014-11-05
docs/guide-ja/structure-views.md added [ci skip]
2014-11-05 15:59:17 +03:00
Nobuo Kihara
189902b1a7 docs/guide-ja/structure-models.md - small changes [ci skip] 2014-11-05 21:51:54 +09:00
Nobuo Kihara
1127559891 docs/guide-ja/structure-controllers.md - small changes [ci skip] 2014-11-05 21:51:54 +09:00
Nobuo Kihara
509f5b64e9 docs/guide-ja/structure-views.md - completed [ci skip] 2014-11-05 21:51:18 +09:00
Nobuo Kihara
398d62a4cf docs/guide-ja/structure-views.md - WIP [ci skip] 2014-11-05 21:51:17 +09:00
Nobuo Kihara
e8cbf89ce9 docs/guide-ja/structure-views.md - WIP [ci skip] 2014-11-05 21:51:17 +09:00
Nobuo Kihara
3e613987f7 docs/guide-ja/structure-views.md prepared for translation [ci skip] 2014-11-05 21:51:16 +09:00
Alexander Makarov
a5e1c2004e Merge pull request #5924 from nikbas/messages-fix
[ci skip] Serbian translations update
2014-11-05 14:17:46 +03:00
Nikola Basic
6debbf39ec Translations update 2014-11-05 12:11:34 +01:00
Alexander Makarov
48f25347c5 Clarified on how to execute RbacController::actionInit() 2014-11-05 02:35:36 +03:00
Carsten Brandt
cddf691c9a made gii getManifest more robust against corrupt index file 2014-11-05 00:33:17 +01:00
Alexander Makarov
2df21b3553 Merge pull request #5916 from Agrumas/patch-1
fixed twig example in tpl engines tutorial
2014-11-04 23:44:00 +03:00
Agrumas
a7df9155fc fixed twig example in tpl engines tutorial 2014-11-04 22:12:44 +02:00
东方孤思子(Paris·QianSen)
148a649b74 update file status 2014-11-05 02:16:17 +08:00
Alexander Makarov
b0c88d337e Fixed typo in test class 2014-11-04 13:50:06 +03:00
Alexander Makarov
136c976e56 Merge pull request #5906 from Ximich/patch-1
[ci skip] Create russian translation of runtime-request.md
2014-11-04 13:40:02 +03:00
Maxim Chistyakov
3e3407837a Create russian translation of runtime-request.md 2014-11-04 13:35:14 +03:00
Alexander Makarov
3a5e9e803c Merge pull request #5901 from keltstr/patch-3
[skip ci] Update structure-applications.md
2014-11-04 13:07:22 +03:00
munawer
33b760eca2 [ci skip] Guide typos fixed 2014-11-04 13:05:47 +03:00
keltstr
c0c7d951d0 Update structure-applications.md
опечатки в названиях событий
2014-11-04 11:44:12 +03:00
Qiang Xue
ee3fa07f96 typo fix [skip ci] 2014-11-03 20:51:36 -05:00
Alexander Makarov
bdf266409b Fixes #4909: updated application lifecycle diagram to use "request component" and "response component" instead of "request" and "response" in order to prevent confusion 2014-11-04 03:00:28 +03:00
Carsten Brandt
a81482b967 more on bootstrap upgrade 2014-11-04 00:35:57 +01:00
Carsten Brandt
40368ee2a0 Update UPGRADE.md
Added note about bootstrap version.
2014-11-04 00:32:49 +01:00
Alexander Makarov
6580b608e1 Fixes #5874: Upgraded Twitter Bootstrap to 3.3.x 2014-11-04 01:51:11 +03:00
Qiang Xue
9da53b702c typo fix [skip ci] 2014-11-03 17:05:00 -05:00
Qiang Xue
b10f580dfd Finished routing tutorial [skip ci] 2014-11-03 17:03:44 -05:00
Alexander Makarov
0dcd2abf77 Merge pull request #5896 from otsec/ru-message-just-now
[skip ci] Added missing russian translation for asRelativeTime() formatter
2014-11-04 00:53:49 +03:00
Artem Belov
6eb570ad67 Added missing russian translation for message "just now" for relative time formatter 2014-11-04 00:11:28 +03:00
Qiang Xue
0319c29f43 Merge pull request #5895 from otsec/array-helper-to-array-recursive-fix
Fix for recursive calls ArrayHelper::toArray() with objects
2014-11-03 15:27:08 -05:00
Artem Belov
bcd2392673 ArrayHelper::toArray() now uses $properties parameter in recursive calls for descending objects 2014-11-03 23:12:04 +03:00
relbraun
58e780ff3d Hebrew translation 2014-11-03 22:15:31 +03:00
Alexander Makarov
9ea3f5bc09 Added "configuration" and "environment" to Russian translation dictionary 2014-11-03 20:59:56 +03:00
keltstr
f172523d3d Improvements for Russian translation of concept-configurations.md 2014-11-03 20:57:46 +03:00
Alexander Makarov
e54fe02a12 Merge pull request #5889 from RichWeber/master
[skip ci] add structure-application-components.md [UK]
2014-11-03 20:13:59 +03:00
RichWeber
2f29c87c97 add structure-application-components.md 2014-11-03 19:04:23 +02:00
Alexander Makarov
ae70708eee Merge pull request #5887 from TriAnMan/doc-fix
Fix upgrade doc [skip ci]
2014-11-03 19:32:05 +03:00
Anton Andersen
17960584c0 Fix typo [skip ci] 2014-11-03 20:21:53 +04:00
Anton Andersen
4ee638c4bd Fix typo [skip ci] 2014-11-03 20:16:44 +04:00
Anton Andersen
14f9d1490d Fix typo [skip ci] 2014-11-03 19:53:54 +04:00
Anton Andersen
be84215be6 Fix upgrade doc [skip ci] 2014-11-03 19:48:25 +04:00
Qiang Xue
d9bf92a3f9 Merge pull request #5882 from softark/doc-fix-20141103
docs/guide/structure-views.md - missing ".php" added [ci skip]
2014-11-03 07:57:27 -05:00
Nobuo Kihara
53cb1047ce docs/guide/structure-views.md - missing ".php" [ci skip] 2014-11-03 21:54:56 +09:00
Nobuo Kihara
f47f6b8207 Merge branch 'master' of github.com:softark/yii2 2014-11-03 21:52:07 +09:00