11598 Commits

Author SHA1 Message Date
80cc9cc16f Basic implementation of the data-params attributes 2015-01-14 21:52:02 -05:00
4267b53d43 added doc about count() return value
fixes #yiisoft/yii#3712
2015-01-14 18:33:41 +01:00
4ae7eb1819 Fixes #6697. 2015-01-13 21:28:13 -05:00
147abc8232 Merge pull request #6854 from softark/docs-guide-ja-helper-html
docs/guide-ja/helper-html.md - added [ci skip]
2015-01-13 16:09:46 +01:00
abda4a7337 docs/guide-ja/helper-url.md - added [ci skip] 2015-01-13 23:43:34 +09:00
a7e06d8464 docs/guide-ja/helper-html.md - added [ci skip] 2015-01-13 22:03:26 +09:00
3aed7b5082 Merge pull request #6846 from yiiframework-ua/uk_translate
[Uk] Guide corrections [skip ci]
2015-01-13 07:53:07 +01:00
29b115a82d [Uk] Guide corrections [skip ci] 2015-01-13 05:19:44 +01:00
629eeb293e Merge pull request #6843 from brandonkelly/patch-1
getQueryParam() and getBodyParam() doc edits
2015-01-12 17:19:19 -08:00
7a9f1a0ce7 getQueryParam() and getBodyParam() doc edits
- Made yii\web\Request::getQueryParam() and getBodyParam()'s doc blocks more consistent with each other
- getQueryParam() was incorrectly stating that if $name was omitted, all of $_GET would be returned (but $name is required)
2015-01-12 17:12:57 -08:00
3619a8d276 [Uk] Messages update [skip ci] 2015-01-13 00:50:37 +01:00
4604886461 Merge pull request #6842 from softark/docs-guide-ja-helper-array
docs/guide-ja/helper-array.md - added [ci skip]
2015-01-13 00:12:49 +01:00
00c9741a03 docs/guide-ja/helper-array.md - added [ci skip] 2015-01-13 08:03:03 +09:00
7bc5e282a7 Merge pull request #6834 from softark/docs-guide-ja-helper-overview
docs/guide-ja/helper-overview.md - added [ci skip]
2015-01-12 22:33:45 +08:00
24b1e31e0b docs/guide-ja/helper-overview.md - added [ci skip] 2015-01-12 23:29:52 +09:00
c414eb3ede Merge pull request #6831 from softark/docs-guide-ja-tut-templ
/docs/guide-ja/tutorial-template-engines.md added [ci skip]
2015-01-12 13:32:50 +01:00
2c28ddfa65 docs/guide-ja/widget-bootstrap.md, widget-jui.md added [ci skip] 2015-01-12 13:13:48 +09:00
723a51a233 docs/guide-ja/tutorial-yii-integration.md - added [ci skip] 2015-01-12 11:51:51 +09:00
1e7f0f03b8 docs/guide-ja/tutorial-template-engines.md - added [ci skip] 2015-01-12 10:03:21 +09:00
1d396e24b6 docs/guide-ja updated [ci skip] 2015-01-12 10:03:21 +09:00
514fc3bc37 Update tutorial-i18n.md 2015-01-11 21:17:56 +03:00
e7f9b30456 fixed version information in Breadcrumb widget 2015-01-11 17:09:06 +01:00
59cc605ddd Fixed version [skip ci] 2015-01-11 11:00:27 -05:00
52f4006c11 Fixed Url::current() implementation. 2015-01-11 10:43:06 -05:00
34d762c25f Merge pull request #6679 from pana1990/guide-es
Update intro-upgrde-from-v1.md in guide-es [skip ci]
2015-01-11 22:57:52 +08:00
801de52db7 Adjusted changelog 2015-01-11 22:52:36 +08:00
7f7050d564 Fix small mistakes in guide-es [skip ci] 2015-01-11 09:53:39 +01:00
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
420af5e616 Merge pull request #6671 from markmarco16/master
Update runtime-routing.md Guide ES [skip ci]
2015-01-11 15:52:02 +08:00
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
e4cf948c0b Better code for #6106 2015-01-11 15:16:05 +08:00
440eeea8cc Fixes #6106: Added ability to specify encode for each item of yii\widgets\Breadcrumbs 2015-01-11 15:13:34 +08:00
a87179e197 Fixes #5685: a bit more clarification about advanced app environments for the docs 2015-01-11 14:56:11 +08:00
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
201043244d doc fixes [skip ci] 2015-01-10 23:23:36 -05:00
b750cf662d prepare for the next release. 2015-01-10 22:59:50 -05:00
d7462656f7 2.0.2 release 2.0.2 2015-01-10 22:57:55 -05:00
df951d4705 Merge pull request #6822 from anini/patch-1
Add mimeTypes Arabic validation message
2015-01-11 00:04:34 +01:00
9f78a926d4 Add mimeTypes Arabic validation message
Add mimeTypes Arabic validation message
2015-01-11 00:29:28 +02:00
aa9fe57fd7 removed date that is not well defined from tests 2015-01-10 23:02:17 +01:00
ec1e8e94ee Updated travis 2015-01-10 22:50:47 +01:00
802c384551 let travis show some information on versions 2015-01-10 22:40:21 +01:00
9ff9cab67f ensure gii tests fail on error and not just print_r 2015-01-10 22:31:19 +01:00
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
0300683bfc improved db test, avoid error by accessing db directlry
always use getConnection()
2015-01-10 22:08:42 +01:00
f177f1701a fixed failure on sqlite version check
ensure PDO instance has been created at this point
2015-01-10 22:06:43 +01:00
cd2ba59982 use string helper to truncate string 2015-01-10 21:12:51 +01:00
5fedb8da59 fixed invalid UTF8 problem in guide indexer
fixes #6741
2015-01-10 21:12:51 +01:00
08531312ef fixed HHVM test break
always use unique directory for each test
2015-01-10 20:47:17 +01:00
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