Commit Graph

15402 Commits

Author SHA1 Message Date
Qiang Xue
629eeb293e Merge pull request #6843 from brandonkelly/patch-1
getQueryParam() and getBodyParam() doc edits
2015-01-12 17:19:19 -08:00
Brandon Kelly
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
Borales
3619a8d276 [Uk] Messages update [skip ci] 2015-01-13 00:50:37 +01:00
Carsten Brandt
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
Nobuo Kihara
00c9741a03 docs/guide-ja/helper-array.md - added [ci skip] 2015-01-13 08:03:03 +09:00
Alexander Makarov
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
Nobuo Kihara
24b1e31e0b docs/guide-ja/helper-overview.md - added [ci skip] 2015-01-12 23:29:52 +09:00
Carsten Brandt
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
Nobuo Kihara
2c28ddfa65 docs/guide-ja/widget-bootstrap.md, widget-jui.md added [ci skip] 2015-01-12 13:13:48 +09:00
Nobuo Kihara
723a51a233 docs/guide-ja/tutorial-yii-integration.md - added [ci skip] 2015-01-12 11:51:51 +09:00
Nobuo Kihara
1e7f0f03b8 docs/guide-ja/tutorial-template-engines.md - added [ci skip] 2015-01-12 10:03:21 +09:00
Nobuo Kihara
1d396e24b6 docs/guide-ja updated [ci skip] 2015-01-12 10:03:21 +09:00
re8us
514fc3bc37 Update tutorial-i18n.md 2015-01-11 21:17:56 +03:00
Carsten Brandt
e7f9b30456 fixed version information in Breadcrumb widget 2015-01-11 17:09:06 +01:00
Qiang Xue
59cc605ddd Fixed version [skip ci] 2015-01-11 11:00:27 -05:00
Qiang Xue
52f4006c11 Fixed Url::current() implementation. 2015-01-11 10:43:06 -05:00
Alexander Makarov
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
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