11598 Commits

Author SHA1 Message Date
27dba46f00 Odd symbol in meta tag
There is no needed the "/" before closing.
2015-01-24 20:45:04 +02:00
2c2fb70f94 Fixes #6998: Fixed model name in screenshots of Gii CRUD 2015-01-24 21:34:40 +03:00
07aca1c712 Renamed config() to configure() in BaseHtmlPurifier as suggested by @qiang 2015-01-24 17:36:42 +03:00
65519ffb46 Enh #6857: Added yii\gii\Module::$ignoreTables that allows you to ignore tables during model generation using * (reverted from commit e562f8e43a05adcc9f73d5de4f185a5cd3649df5) 2015-01-24 17:34:00 +03:00
5ab1d1a0d1 Fixes #6992. 2015-01-24 08:57:53 -05:00
5ab58ac15b Fixes #6991: Fixed exception when using {use class='yii\bootstrap\Nav' type='function'} 2015-01-24 12:34:30 +03:00
d862222304 Fixes #6852: Added yii\helpers\BaseHtmlPurifier::helpers() in order to be able to configure HtmlPurifier helper globally via subclassing 2015-01-24 12:08:08 +03:00
e562f8e43a Enh #6857: Added yii\gii\Module::$ignoreTables that allows you to ignore tables during model generation using * 2015-01-24 12:04:37 +03:00
06564db627 Changelog for #6882 2015-01-24 12:00:23 +03:00
cf0d582a0b Added yii\web\ErrorHandler::getTypeUrl()
Makes it possible for classes that extend yii\web\ErrorHandler to provide their own informational URLs for types/classes/methods.
2015-01-24 11:56:09 +03:00
a6dd9d37d5 Fixed #6978: Dependency Injection Container not reset when destroying application in functional tests 2015-01-24 11:47:11 +03:00
beacdf65c7 Merge pull request #6994 from softark/docs-internals-ja-reviewed
Docs internals ja reviewed [ci skip]
2015-01-24 11:30:02 +03:00
de28c1c549 Merge pull request #6993 from softark/docs-internals-small-fix
docs/internals/core-code-style.md - removed a duplicated block [ci skip]
2015-01-24 11:29:51 +03:00
82857d3ee4 docs/internals-ja - reviewed [ci skip] 2015-01-24 17:23:26 +09:00
21402fc74d docs/internals-ja/core-code-style.md - updated [ci skip] 2015-01-24 17:23:25 +09:00
15bfe69426 docs/internals/core-code-style.md - removed a duplicated block [ci skip] 2015-01-24 17:20:25 +09:00
560ad04e0c Merge pull request #6989 from softark/docs-guide-start-fix
Docs guide start small fixex [ci skip]
2015-01-23 18:29:37 -08:00
454e4c8193 Merge pull request #6990 from softark/docs-guide-ja-start-refined
docs/guide-ja/start-* refined [ci skip]
2015-01-23 18:28:55 -08:00
acf34f3ffc docs/guide-ja/start-* refined [ci skip] 2015-01-24 11:18:54 +09:00
d9fcfcb7d9 docs/guide/start-hello.md - typo fix [ci skip] 2015-01-24 11:17:34 +09:00
01910860c7 docs/guide/start-workflow.md - small fix [ci skip] 2015-01-24 11:17:33 +09:00
d46b468acd docs/guide/start-installation.md - small changes [ci skip] 2015-01-24 11:17:33 +09:00
037ee2fd88 Merge pull request #6987 from tom--/patch-1
style guide examples should follow its own rules
2015-01-23 23:49:05 +03:00
445294865d style guide examples should follow its own rules
example code suffering from a double case of else-after-return simplified according to the subsequent rule
2015-01-23 15:41:22 -05:00
fbb11e1827 Merge pull request #6984 from softark/docs-guide-ja-intro-refined
Docs guide ja intro refined [ci skip]
2015-01-23 15:49:18 +03:00
f647b65a55 docs/guide-ja/intro-upgrade-from-v1.md - refined [ci skip] 2015-01-23 21:37:35 +09:00
d0ab9f5d90 docs/guide-ja/intro-yii.md - refined [ci skip] 2015-01-23 21:37:34 +09:00
a85c751cbf docs/guide-ja/README.md - revised [ci skip] 2015-01-23 21:37:33 +09:00
fe19243da1 Fixes #6969: yii\helpers\ArrayHelper::htmlEncode() and htmlDecode() should not remove non-string data 2015-01-22 21:09:46 -05:00
7c609ad8fb allow disabling log rotation
fixes #6896

close #6913
2015-01-22 16:57:23 +01:00
6846e17ef9 Merge pull request #6974 from gugoan/patch-1
Update start-installation.md
2015-01-22 16:30:12 +01:00
b2d5d59ae5 Merge pull request #6972 from softark/docs-guide-ja-updates
Docs guide ja updates (db-dao.md and others) [ci skip]
2015-01-22 16:29:34 +01:00
d084e408f2 Update start-installation.md 2015-01-22 13:20:14 -02:00
b4cac987cc docs/guide-ja/db-dao.md - updated [ci skip] 2015-01-22 23:38:17 +09:00
a225754cfd docs/guide-ja/db-dao.md - WIP [ci skip] 2015-01-22 23:38:17 +09:00
4e5a1313ac docs/guide-ja small updatas [ci skip] 2015-01-22 23:38:16 +09:00
7f670aafe9 Additional typo fixed for Database Access Objects guide 2015-01-22 16:34:19 +03:00
4002512dd1 Minor Database Access Objects guide fixes 2015-01-22 12:46:54 +03:00
5f309a3231 docs/guide-pt-BR
- docs/guide-pt-BR/intro-upgrade-from-v1.md - update [ci skip]
- docs/guide-pt-BR/intro-upgrade-from-v1.md - update [ci skip]
- docs/guide-pt-BR/README.md - update [ci skip]
- docs/guide-pt-BR/start-installation.md - update [ci skip]
- docs/guide-pt-BR/structure-models.md - update [ci skip]

close #6964
2015-01-21 22:04:03 +01:00
5d9d8a7119 Merge pull request #6965 from nepster-web/patch-3
[skip ci] Update caching-data.md
2015-01-21 23:45:05 +03:00
fdeebfdc04 Update caching-data.md 2015-01-21 20:43:37 +02:00
3a1e4523c7 Merge pull request #6963 from davidsonalencar/master
docs/internals/translation-teams.md - update [ci skip]
2015-01-21 09:00:01 -08:00
c7677b87dd docs/internals/translation-teams.md - update [ci skip] 2015-01-21 14:56:57 -02:00
5eba1403ff removed requirements checker from classmap
fixes #6936
2015-01-21 15:59:29 +01:00
d31345143a Merge pull request #6960 from alexbs/patch-1
Update db-dao.md
2015-01-21 17:21:14 +03:00
a77650ba76 Update db-dao.md
There is no queryRow! There must be queryOne in Yii2
am i right?!
2015-01-21 16:01:16 +02:00
bab2737f91 Merge pull request #6950 from davidsonalencar/master
Update guides pt-BR [ci skip]
2015-01-20 23:26:56 +03:00
a183c3857b docs/guide-pt-BR/README.md - update [ci skip] 2015-01-20 18:02:11 -02:00
7ee8c7f677 docs/guide-pt-BR/runtime-bootstrapping.md - translate [ci skip] 2015-01-20 18:01:54 -02:00
9f5696094f Fixes #6845: Fixed incorrect implementation of {registerCssFile and {registerJsFile 2015-01-20 22:24:08 +03:00