Commit Graph

11010 Commits

Author SHA1 Message Date
Alexander Makarov
cb768d4582 Merge pull request #6528 from softark/docs-guide-input-validations-fix
docs/guide/input-validation.md - typo [ci skip]
2014-12-15 16:39:02 +03:00
Nobuo Kihara
7bee6f811d docs/guide/input-validation.md - typo [ci skip] 2014-12-15 22:27:19 +09:00
Alexander Makarov
ec06084c94 Merge pull request #6523 from saidbakr/patch-1
[skip ci] Update start-looking-ahead.md
2014-12-15 10:40:07 +03:00
Alexander Makarov
89f67d9518 Merge pull request #6522 from yiiframework-ua/uk_translate
[Uk] Guide corrections [skip ci]
2014-12-15 10:39:30 +03:00
Said Bakr
318bc93b40 Update start-looking-ahead.md
Adding the tag titled "yii2" on Stackoverflow to Community list.
2014-12-15 03:06:24 +02:00
Borales
a7fed438fc [Uk] Guide corrections [skip ci] 2014-12-15 01:39:11 +01:00
Borales
603066795a [Uk] Guide corrections [skip ci] 2014-12-15 01:33:02 +01:00
Qiang Xue
8956626845 Fixes #6518 [skip ci] 2014-12-14 19:06:18 -05:00
Alexander Makarov
874c6331d2 A plan on security guide CSRF section 2014-12-14 23:51:14 +03:00
Alexander Makarov
d05a373b1f Merge pull request #6519 from pana1990/patch-1
fix  mistake small  [skip ci]
2014-12-14 20:06:41 +03:00
pana1990
0f0d9020b3 fix mistake small [skip ci] 2014-12-14 18:01:41 +01:00
Alexander Makarov
996856c04c Security best practices guide 2014-12-14 18:34:20 +03:00
Alexander Makarov
46746dac61 Fixes #6514: advanced application SignupForm::signup() should not return User model if saving failed 2014-12-14 12:22:52 +05:00
Alexander Makarov
e75e233db9 Added example about configuring theme runtime 2014-12-14 12:20:51 +05:00
Qiang Xue
fa0a3aefae Fixes #6467: ActiveForm will scroll to the nearest visible element when the first error input is hidden 2014-12-13 19:53:18 -05:00
Alexander Makarov
f0d7a52d84 Removed User.role from advanced application template because it was causing confusion that user could be assinged a single RBAC role and that role field is somehow tied to RBAC at all. 2014-12-13 22:31:27 +05:00
Carsten Brandt
23e51edfc6 use a monospace font in error details on exception page
better readability
2014-12-13 16:28:34 +01:00
Qiang Xue
4e7421d630 Fixes #6505 2014-12-12 22:56:51 -05:00
Qiang Xue
481e480327 Merge pull request #6497 from schmunk42/patch-1
require PHP mcrypt extension
2014-12-12 15:15:28 -05:00
Tobias Munk
bb4629dd2a require PHP mcrypt extension
eg. used in /var/www/app/vendor/yiisoft/yii2/base/Security.php at line 465
2014-12-12 19:21:44 +01:00
Carsten Brandt
e1371661ee fixed namespace collision
AssetBundle can not be imported because the class already exists in this namespace.

fixes #6475
2014-12-12 16:31:17 +01:00
Carsten Brandt
983fadf400 Update mongodb-setup.sh
fixed hhvm build.
2014-12-12 16:27:30 +01:00
Alexander Makarov
3f817511a4 Merge pull request #6480 from NabiKAZ/fa_ir-translate-messages
[skip ci] Add new translation messages and translate that for fa-IR language.
2014-12-12 12:38:31 +03:00
Alexander Makarov
4a9545c42c Merge pull request #6477 from larnu/spanish_docs
Spanish docs Theming [skip ci]
2014-12-12 11:35:12 +03:00
nabi
b76b85ac90 #4, Add new translation messages and translate that for fa-IR language.
Signed-off-by: nabi <nabikaz@gmail.com>
2014-12-11 21:49:34 +03:30
Qiang Xue
59b8cea525 Fixes #6463: The Gii controller generator generates incorrect controller namespace 2014-12-11 12:44:39 -05:00
pana1990
3a5e802c24 Fix for #6463 2014-12-11 12:43:11 -05:00
larnu
e7f1b31561 Spanish docs Theming 2014-12-11 18:18:54 +01:00
Qiang Xue
39714b890d Merge pull request #6457 from softark/docs-guide-input-forms-fix
docs/guide/input-forms.md - small fix [ci skip]
2014-12-10 20:24:30 -05:00
Nobuo Kihara
47e98daf75 docs/guide/input-forms.md - small fix [ci skip] 2014-12-11 10:08:36 +09:00
Alexander Makarov
683a3532b5 Merge pull request #6456 from softark/docs-guide-ja-input-forms
/docs/guide-ja/input-forms.md added [ci skip]
2014-12-11 03:19:06 +03:00
Nobuo Kihara
ffbba79b72 docs/guide-ja/README.md - updated [ci skip] 2014-12-11 08:52:45 +09:00
Nobuo Kihara
4c163adccc docs/guide-ja/input-forms.md - completed [ci skip] 2014-12-11 08:50:40 +09:00
Nobuo Kihara
4b098f99a3 docs/guide-ja/input-forms.md - started translation [ci skip] 2014-12-11 08:50:40 +09:00
Qiang Xue
21b4003db1 Merge pull request #6455 from Ragazzo/yii2_basic_code_coverage_added
Yii2 basic code coverage added
2014-12-10 14:07:22 -05:00
Mark Ragazzo
97398dac80 fixed docs 2014-12-10 23:01:08 +04:00
Mark Ragazzo
c51f045234 doc fix 2014-12-10 22:46:53 +04:00
Mark Ragazzo
7fd2178aeb added code coverage ti yii2_basic 2014-12-10 22:44:27 +04:00
NabiKAZ
19153c19f7 Merge pull request #2 from yiisoft/master
Update from original
2014-12-10 20:45:14 +03:30
Qiang Xue
107a5208f5 Fixes #6372. [skip ci] 2014-12-09 16:23:04 -05:00
Serge Postrash
748007ce6a Fixes #6404: advanced application template Alert widget was generating duplicate IDs in case of multiple flashes 2014-12-10 00:08:10 +03:00
Alexander Makarov
42d26e487e Merge pull request #6433 from softark/docs-guide-ja-db-migrations
/docs/guide-ja/db-migrations.md added [ci skip]
2014-12-09 15:48:51 +03:00
Nobuo Kihara
3a7f6b13cb docs/guide-ja/db-migrations.md - completed [ci skip] 2014-12-09 21:41:41 +09:00
Nobuo Kihara
e4c95ff09a docs/guide-ja/db-migrations.md - started translation [ci skip] 2014-12-09 21:41:40 +09:00
Nobuo Kihara
f9b2488724 docs/guide-ja/README.md - updated [ci skip] 2014-12-09 21:41:39 +09:00
Alexander Makarov
9e693e2a5f Merge pull request #6429 from PendalF89/patch-1
[skip ci] Fix grammatical error
2014-12-09 13:16:27 +03:00
PendalF89
e3a13cd681 Fix grammatical error 2014-12-09 13:56:24 +04:00
Alexander Makarov
9db2d3d6ca Merge pull request #6428 from nikbas/rbac-cleanup
Deleted double tip [skip ci]
2014-12-09 12:54:57 +03:00
Nikola Basic
84d416d1e4 Deleted double tip [skip ci] 2014-12-09 10:34:44 +01:00
Carsten Brandt
941595fb3d Merge pull request #6423 from shude/patch-1
Update tutorial-advanced-app.md
2014-12-09 09:59:50 +01:00