Alexander Makarov
801de52db7
Adjusted changelog
2015-01-11 22:52:36 +08:00
pana1990
7f7050d564
Fix small mistakes in guide-es [skip ci]
2015-01-11 09:53:39 +01:00
Alexander Makarov
67a6fdc30e
Merge pull request #6761 from DEN007/master
...
[skip ci] Added and translated documentation file in Russian
2015-01-11 15:53:02 +08:00
Alexander Makarov
420af5e616
Merge pull request #6671 from markmarco16/master
...
Update runtime-routing.md Guide ES [skip ci]
2015-01-11 15:52:02 +08:00
Alexander Makarov
9c7e4e514d
Fixes #6697 : Added yii\helpers\Url::current() method that allows adding or removing parameters from current URL
2015-01-11 15:38:13 +08:00
Alexander Makarov
e4cf948c0b
Better code for #6106
2015-01-11 15:16:05 +08:00
Alexander Makarov
440eeea8cc
Fixes #6106 : Added ability to specify encode for each item of yii\widgets\Breadcrumbs
2015-01-11 15:13:34 +08:00
Alexander Makarov
a87179e197
Fixes #5685 : a bit more clarification about advanced app environments for the docs
2015-01-11 14:56:11 +08:00
Alexander Makarov
174843a971
Fixes #5690 : adjusted paths in message config generated by yii message/config to reflect directory structure better
2015-01-11 14:56:11 +08:00
Qiang Xue
201043244d
doc fixes [skip ci]
2015-01-10 23:23:36 -05:00
Qiang Xue
b750cf662d
prepare for the next release.
2015-01-10 22:59:50 -05:00
Qiang Xue
d7462656f7
2.0.2 release
2.0.2
2015-01-10 22:57:55 -05:00
Carsten Brandt
df951d4705
Merge pull request #6822 from anini/patch-1
...
Add mimeTypes Arabic validation message
2015-01-11 00:04:34 +01:00
Mohammad Anini
9f78a926d4
Add mimeTypes Arabic validation message
...
Add mimeTypes Arabic validation message
2015-01-11 00:29:28 +02:00
Carsten Brandt
aa9fe57fd7
removed date that is not well defined from tests
2015-01-10 23:02:17 +01:00
Carsten Brandt
ec1e8e94ee
Updated travis
2015-01-10 22:50:47 +01:00
Carsten Brandt
802c384551
let travis show some information on versions
2015-01-10 22:40:21 +01:00
Carsten Brandt
9ff9cab67f
ensure gii tests fail on error and not just print_r
2015-01-10 22:31:19 +01:00
Carsten Brandt
6f889e12ac
Merge PR #6763 branch 'creocoder-incorrect-checking-sqlite-version'
...
* creocoder-incorrect-checking-sqlite-version:
improved db test, avoid error by accessing db directlry
fixed failure on sqlite version check
Correct SQLite version checking
2015-01-10 22:10:10 +01:00
Carsten Brandt
0300683bfc
improved db test, avoid error by accessing db directlry
...
always use getConnection()
2015-01-10 22:08:42 +01:00
Carsten Brandt
f177f1701a
fixed failure on sqlite version check
...
ensure PDO instance has been created at this point
2015-01-10 22:06:43 +01:00
Carsten Brandt
cd2ba59982
use string helper to truncate string
2015-01-10 21:12:51 +01:00
Carsten Brandt
5fedb8da59
fixed invalid UTF8 problem in guide indexer
...
fixes #6741
2015-01-10 21:12:51 +01:00
Carsten Brandt
08531312ef
fixed HHVM test break
...
always use unique directory for each test
2015-01-10 20:47:17 +01:00
Angel Guevara
87c6eec52e
Describe both configuration options for authManager
...
only the phpManager configuration was described, the DbManager configuration was not found on this documentation
close #6771
2015-01-10 19:53:27 +01:00
Carsten Brandt
03351ccba3
added explicit test for the Y2K38 problem
...
http://en.wikipedia.org/wiki/Year_2038_problem
2015-01-10 18:37:43 +01:00
Carsten Brandt
2a19b3caa0
fixed whitespace in tests
2015-01-10 18:37:43 +01:00
Qiang Xue
5cb2ce49dd
Fixes #3665 : Better default behavior for ModelSearch generated by the crud generator
2015-01-10 12:36:08 -05:00
Carsten Brandt
9415c7921d
date formatter fall back to PHP impl. to solve Y2K38 issue
...
formatting date and time values for years >=2038 or <=1901 is now possible also with intl extension is
installed. 32bit systems will fall back to the PHP implementation because intl uses a 32bit UNIX timestamp internally.
On a 64bit system the intl formatter is used in all cases if installed.
fixes #5577
2015-01-10 18:27:35 +01:00
Alexander Makarov
ea881351b2
Merge pull request #6819 from anini/master
...
[skip ci] Fix Arabic File Type Validation Message
2015-01-10 23:34:20 +08:00
Mohammad Anini
7e2e035262
Fix Arabic File Type Validation Message
2015-01-10 17:11:49 +02:00
caboosesw
f83ad4a05e
Update ActionColumn.php
...
Added content to give a clear example to those that don't intuitively know how to set the template property using array notation.
close #6811
2015-01-10 15:20:40 +01:00
Alexander Makarov
dcc31e1fba
Merge pull request #6818 from nicdnepr/patch-2
...
[skip ci] Update intro-upgrade-from-v1.md
2015-01-10 22:17:44 +08:00
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