Commit Graph

15402 Commits

Author SHA1 Message Date
nicdnepr
0ddc87b8a1 Update intro-upgrade-from-v1.md 2015-01-10 16:13:18 +02:00
Carsten Brandt
05cc9ae405 improved HTML to Text fallback in BaseMailer
fixes #6748
2015-01-10 15:07:12 +01:00
Alexander Makarov
dd31980331 Merge pull request #6817 from fsateler/patch-2
[skip ci] Fix typo in spanish translation
2015-01-10 21:50:02 +08:00
Felipe Sateler
b05e6c2286 Fix typo in spanish translation 2015-01-10 10:49:28 -03:00
Carsten Brandt
1cf5e47b55 fix broken password reset mail in advanced app
- ensure HTML version is acutally HTML formatted
- added valid text version

fixes #6814
original issue #6748
2015-01-10 14:33:49 +01:00
Alexander Makarov
8625b482a9 Merge pull request #6815 from softark/docs-guide-tutorial-performance
docs/guide/tutorial-performance-tuning.md better wordings[ci skip]
2015-01-10 21:29:50 +08:00
Alexander Makarov
dd380e5e39 Merge pull request #6816 from softark/docs-guide-ja-tutorial-performance
docs/guide-ja/tutorial-performance-tuning.md - added [ci skip]
2015-01-10 21:28:24 +08:00
Nobuo Kihara
1c68269384 docs/guide-ja/tutorial-shared-hosting.md - added [ci skip] 2015-01-10 19:17:21 +09:00
Nobuo Kihara
d01e2c3504 docs/guide-ja/tutorial-performance-tuning.md - added [ci skip] 2015-01-10 16:58:36 +09:00
Nobuo Kihara
b454d0ea6e docs/guide/tutorial-performance-tuning.md better wordings[ci skip] 2015-01-10 16:57:00 +09:00
Qiang Xue
f638f429b7 Fixes #6748: provided a text version of the password-reset email. 2015-01-09 21:44:59 -05:00
Carsten Brandt
fa07b12f5a Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  Update test-fixtures.md
  docs/guide-ja/tutorial-mailing.md - added [ci skip]
  docs/guide/tutorial-mailing.md - corrections [ci skip]
  docs/guide/tutorial-i18n.md revised [ci skip]
  Fixed typo
  docs/guide-ja updated [ci skip]
  docs/guide-ja/tutorial-i18n.md - completed [ci skip]
  docs/guide-ja/tutorial-i18n.md - WIP
  docs/guide-ja/tutorial-i18n.md - WIP [ci skip]
  docs/guide-ja/tutorial-i18n.md - WIP [ci skip]
  Update start-hello.md
  yii\db\ActiveQuery phpDoc fix
2015-01-09 17:20:57 +01:00
Carsten Brandt
92f2216573 add support for _parent to elasticsearch active fixture 2015-01-09 17:20:28 +01:00
Carsten Brandt
cb77a4d422 Update test-fixtures.md 2015-01-09 16:44:00 +01:00
Alexander Makarov
ce2431d3dd Merge pull request #6807 from softark/docs-guide-ja-tutorial-mailing
docs/guide-ja/tutorial-mailing.md - added [ci skip]
2015-01-09 22:49:41 +08:00
Carsten Brandt
258323382e Merge pull request #6806 from softark/docs-guide-tutorial-mailing-fix
docs/guide/tutorial-mailing.md - corrections [ci skip]
2015-01-09 14:06:20 +01:00
Nobuo Kihara
e7d7d580d0 docs/guide-ja/tutorial-mailing.md - added [ci skip] 2015-01-09 22:04:11 +09:00
Nobuo Kihara
72bcd228cd docs/guide/tutorial-mailing.md - corrections [ci skip] 2015-01-09 21:56:42 +09:00
Carsten Brandt
a0038ab15a elasticsearch activefixture, ensure data is flushed
this is needed to ensure search works immediately after the insert.
2015-01-09 11:02:57 +01:00
Carsten Brandt
d97f5edf61 improved error reporting of elasticsearch ActiveFixture 2015-01-09 10:49:55 +01:00
Qiang Xue
14463b2787 Merge pull request #6805 from softark/docs-guide-tutorial-i18n-revised
docs/guide/tutorial-i18n.md revised [ci skip]
2015-01-08 17:05:31 -08:00
Nobuo Kihara
b0a2b1b178 docs/guide/tutorial-i18n.md revised [ci skip] 2015-01-09 07:41:34 +09:00
Alexander Makarov
01bedde923 Merge pull request #6786 from nicdnepr/patch-1
Update start-hello.md
2015-01-08 22:45:53 +08:00
Alexander Makarov
f11c91ad5f Merge pull request #6791 from softark/docs-guide-ja-tutorial-i18n
Docs guide ja tutorial i18n [ci skip]
2015-01-08 22:35:47 +08:00
Alexander Makarov
23279fafc9 Fixed typo 2015-01-08 22:02:56 +08:00
Nobuo Kihara
7b79166f16 docs/guide-ja updated [ci skip] 2015-01-08 22:46:32 +09:00
Nobuo Kihara
bdf5e62486 docs/guide-ja/tutorial-i18n.md - completed [ci skip] 2015-01-08 22:09:51 +09:00
Nobuo Kihara
66bbe4d981 docs/guide-ja/tutorial-i18n.md - WIP 2015-01-08 22:09:51 +09:00
Nobuo Kihara
0d7fe0bd7d docs/guide-ja/tutorial-i18n.md - WIP [ci skip] 2015-01-08 22:09:50 +09:00
Nobuo Kihara
a6646fec5a docs/guide-ja/tutorial-i18n.md - WIP [ci skip] 2015-01-08 22:09:49 +09:00
nicdnepr
482f616b6a Update start-hello.md
fix typo
2015-01-08 11:00:54 +02:00
Qiang Xue
f8f646f005 Merge pull request #6783 from creocoder/active-query-php-doc-fix-2
yii\db\ActiveQuery phpDoc fix 2
2015-01-07 18:22:10 -08:00
Alexander Kochetov
f42cd49833 yii\db\ActiveQuery phpDoc fix 2015-01-08 02:05:37 +03:00
Tobias Munk
b33824044f added check for undefined application to log Target
allows using logger without a Yii application now.

close #6739
2015-01-07 23:15:38 +01:00
Alexander Kochetov
ee85dba92e yii\db\ActiveQuery phpDoc fix
close #6779
2015-01-07 22:57:54 +01:00
Carsten Brandt
6e6353e2cd fixed indentation 2015-01-07 22:48:33 +01:00
Carsten Brandt
dc7aa25ae7 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (23 commits)
  datepicker should show empty field when value is empty string
  complete docs about Nav to include the style
  Update tutorial-mailing.md
  Reverted #3665 (reverted from commit 2aa3949963)
  Unit test for `yii\console\controllers\AssetController` advanced
  Doc comments for `yii\console\controllers\AssetController` extended
  `yii\console\controllers\AssetController` now handles bundle files from external resources properly
  skip requirements checker test on HHVM
  Update README.md in guide-es [skip ci]
  Add helper-array.md in guide-es [skip ci]
  a note about database naming style
  Add syntax highlighting [skip ci]
  docs/guide-ja/tutorial-core-validators.md - completed [ci skip]
  docs/guide-ja/tutorial-core-validators.md - WIP [ci skip]
  docs/guide-ja/tutorial-core-validators.md - WIP [ci skip]
  Fixed `\yii\authclient\OAuth2::refreshAccessToken()` does not save fetched token
  `\yii\authclient\AuthAction::defaultCancelUrl()` changed to use `yii\web\User::loginUrl`
  MongoDB PHP extension min version raised up to 1.5.0
  Были различные ссылки в русском гайде - привел все к английскому виду ссылки. Файлы по этим ссылкам еще не существуют поэтому переименовывать их и не нужно.
  Fixed typo.
  ...
2015-01-07 22:45:42 +01:00
Carsten Brandt
fea4c8da52 Add fixture support for elasticsearch
close #6432
issue #2053
2015-01-07 22:45:35 +01:00
Carsten Brandt
81412f94b5 Improved the fixture guide 2015-01-07 20:38:31 +01:00
Carsten Brandt
548e19eff0 datepicker should show empty field when value is empty string
fixes #6471
2015-01-07 18:19:32 +01:00
Qiang Xue
fd332d02dd Merge pull request #6736 from DaSourcerer/patch-1
Remove Content-Transfer-Encoding from the list of default download headers
2015-01-06 18:35:57 -08:00
Carsten Brandt
7af1f11b92 complete docs about Nav to include the style
without a `nav-tabs` or `nav-pills` class a nav is not complete.

http://getbootstrap.com/components/#nav

fixes #6768
2015-01-06 22:37:46 +01:00
Carsten Brandt
6e209cc7ff Merge pull request #6770 from apyii/patch-1
Update tutorial-mailing.md
2015-01-06 21:58:30 +01:00
Andrew Potter
6a738a1e41 Update tutorial-mailing.md 2015-01-06 21:10:31 +01:00
Alexander Makarov
b4ba430ac4 Reverted #3665 (reverted from commit 2aa3949963) 2015-01-07 00:02:39 +08:00
Klimov Paul
b3c6d70cda Unit test for yii\console\controllers\AssetController advanced 2015-01-06 17:54:20 +02:00
Klimov Paul
9b9b361aff Doc comments for yii\console\controllers\AssetController extended 2015-01-06 17:14:23 +02:00
Klimov Paul
94f702fe6e yii\console\controllers\AssetController now handles bundle files from external resources properly 2015-01-06 17:03:39 +02:00
Carsten Brandt
95c7a6fe42 Merge pull request #6764 from pana1990/arrayhelper-guide-es
Arrayhelper guide es
2015-01-06 01:38:46 +01:00
Carsten Brandt
b7c315f3d6 skip requirements checker test on HHVM 2015-01-06 01:35:08 +01:00