Commit Graph

9918 Commits

Author SHA1 Message Date
nkovacs
f41abf9105 Update documentation to mention addFlash 2014-09-30 09:51:17 +02:00
Benoît
c637fdd5b8 Update start-databases.md 2014-09-30 09:26:13 +02:00
Benoît
40f2045803 Update start-forms.md 2014-09-30 09:21:33 +02:00
Qiang Xue
88dabc49c2 typo fix [skip ci] 2014-09-30 00:21:54 -04:00
Qiang Xue
29a5cd20c4 more guide. 2014-09-30 00:15:28 -04:00
Carsten Brandt
e305f0842c skip unsupported things on 32bit system 2014-09-30 02:21:17 +02:00
Carsten Brandt
6267b9ee1a Fixed issue with timezone conversion in formatter
related to #5128
2014-09-30 02:15:45 +02:00
Serge Postrash
0763cb46c0 Update README directory structure [skip ci] 2014-09-30 02:37:49 +04:00
Alexander Makarov
76f4f1edc0 Added upgrade note about #4275 2014-09-30 02:31:00 +04:00
Alexander Makarov
08b53fb349 Fixes #5088: new password reset token is now generated only if previous one was already used or expired 2014-09-30 02:26:24 +04:00
Alexander Makarov
220b60f3b2 Fixes #4275: Added removeChildren() to yii\rbac\ManagerInterface and implementations 2014-09-30 02:07:54 +04:00
Carsten Brandt
45e472ccb0 added unit tests for #5249 2014-09-29 23:54:38 +02:00
Carsten Brandt
658c91a7f9 review install guide 2014-09-29 23:35:36 +02:00
quot;brussens
fd6c2b2146 Перевод завершён 2014-09-29 21:14:01 +03:00
quot;brussens
4f12921b77 Обновление
Дополнение перевода
2014-09-29 20:13:31 +03:00
Carsten Brandt
ace6dc50a2 grammar fix
with help of ##English on freenode :)

fixes #5244
2014-09-29 18:55:30 +02:00
quot;brussens
b48915dd85 Обновление
Дополнение перевода
2014-09-29 19:45:29 +03:00
Qiang Xue
95b859ddf0 Merge pull request #5243 from Benn/patch-2
French start-forms.md
2014-09-29 12:12:38 -04:00
Benoît
f991019465 Create start-forms.md 2014-09-29 16:58:38 +02:00
AbrahamGreyson
fb248554a0 copy files, prepare to translate. 2014-09-29 21:51:06 +08:00
AbrahamGreyson
631dfd7c8a proofread structure-entry-scripts.md Chinese. 2014-09-29 20:36:55 +08:00
AbrahamGreyson
b30c1a6b3a update structure-overview.md Chinese version. 2014-09-29 20:36:55 +08:00
AbrahamGreyson
1f94985497 update start-looking-ahead.md Chinese version. 2014-09-29 20:36:54 +08:00
AbrahamGreyson
b02bb1ff47 update start-gii.md Chinese version. 2014-09-29 20:36:54 +08:00
AbrahamGreyson
3fb7d7fb3b sync images to Chinese version guide. 2014-09-29 20:36:54 +08:00
AbrahamGreyson
900d674340 proofread start-databases.md Chinese version. 2014-09-29 20:36:53 +08:00
AbrahamGreyson
7167a42048 proofread start-forms.md Chinese version. 2014-09-29 20:36:53 +08:00
AbrahamGreyson
397ae81644 proofread start-hello.md Chinese version. 2014-09-29 20:36:53 +08:00
AbrahamGreyson
1b1bbab552 update start-installation.md Chinese version. 2014-09-29 20:36:52 +08:00
AbrahamGreyson
f6a1f8e253 update Chinese guide. 2014-09-29 20:36:52 +08:00
AbrahamGreyson
f86c138466 update Chinese guide. 2014-09-29 20:36:52 +08:00
Funson Lee
ca950c2117 new translation 2014-09-29 20:36:52 +08:00
Alexander Makarov
77ef425af6 Merge pull request #5237 from Haran/latvian-translation
[skip ci] Latvian translation and Russian i18n guide
2014-09-29 16:08:55 +04:00
Alexander Makarov
badea4049c Merge pull request #5238 from mikehaertl/master
Update app templates to use bootstrap ActiveForm
2014-09-29 16:08:16 +04:00
Alexander Makarov
4c47938fd1 Adjusted framework readme 2014-09-29 16:06:47 +04:00
Michael Härtl
33813b64a7 Issue 5160: Update base app to use bootstrap ActiveForm 2014-09-29 13:45:04 +02:00
Michael Härtl
066680f0b6 Issue 5160: Update advanced app to use bootstrap ActiveForm 2014-09-29 13:43:54 +02:00
Shader
e424015b10 Latvian translation fixes 2014-09-29 14:28:06 +03:00
Shader
8aeff00c80 Latvian translation RC-update 2014-09-29 14:02:27 +03:00
Shader
cdf6f30309 Russian i18n tutorial 2014-09-29 13:52:00 +03:00
Alexander Makarov
e593aa45f1 Merge pull request #5235 from githubjeka/patch-1
[skip ci] Update README.md  instruction for install core framework.
2014-09-29 13:39:12 +04:00
Evgeniy Tkachenko
c6529b6691 Update README.md
Updated instructions for the current reality.
2014-09-29 12:15:09 +03:00
Alexander Makarov
d1dbda5c67 Merge pull request #5228 from kshitizsingh/patch-1
[skip ci] jquery .val() not .value
2014-09-29 12:35:40 +04:00
Alexander Makarov
475aeeab92 Merge pull request #5229 from unti1x/patch-1
[skip ci] Update tutorial-template-engines.md
2014-09-29 12:31:57 +04:00
unti1x
5b1ef8840d Update tutorial-template-engines.md
just fixed typo
2014-09-29 10:55:00 +04:00
Kshitiz Singh
d79d3a8cba jquery .val() not .value
In line 180. 
It should be .val() instead of .value.

This is my first edit.
2014-09-29 11:34:53 +05:30
Alexander Makarov
62f5bf4843 Merge pull request #5222 from Benn/patch-1
[skip ci] Create start-hello.md
2014-09-29 03:39:42 +04:00
Benoît
3a418d2ad8 Update start-hello.md 2014-09-29 01:16:26 +02:00
Benoît
a8da00157a Update start-hello.md 2014-09-29 01:16:04 +02:00
Qiang Xue
1cd05b4636 finished routing tutoail [skip ci] 2014-09-28 18:57:17 -04:00