Commit Graph

15402 Commits

Author SHA1 Message Date
Qiang Xue
df90266275 AR guide WIP [skip ci] 2015-03-07 22:59:26 -05:00
Carsten Brandt
4c361f366b fixed issue with wrongly assigned label in bootstrap
fixes #5984
2015-03-08 03:44:02 +01:00
Alexander Makarov
8a9beed03b Merge pull request #7621 from asmythe/patch-1
[skip ci] Update tutorial-shared-hosting.md
2015-03-07 23:50:49 +03:00
Alec Smythe
ec1eadf3b6 Update tutorial-shared-hosting.md
I'm guessing whoever wrote this was not a native English speaker. I cleaned it up and hopefully made it a little easier to follow.
2015-03-07 11:34:58 -05:00
Alexander Makarov
7b54ef0da7 Merge pull request #7620 from softark/docs-guide-ja-db-fin
docs/guide-ja/db-query-builder.md - updated (finished :)) [ci skip]
2015-03-07 18:38:25 +03:00
Nobuo Kihara
82f3231d9e docs/guide-ja/db-query-builder.md - updated (finished :)) [ci skip] 2015-03-07 22:40:33 +09:00
Alexander Makarov
7c12dc7e58 Merge pull request #7618 from softark/docs-guide-ja-db-wip
docs/guide-ja/db-query-builder.md - updating WIP [ci skip]
2015-03-07 15:14:54 +03:00
Qiang Xue
07e49e58ab Finished query builder guide [skip ci] 2015-03-06 23:31:54 -05:00
Nobuo Kihara
0136401ede docs/guide-ja/db-query-builder.md - updating WIP [ci skip] 2015-03-07 11:56:05 +09:00
Nobuo Kihara
5076eecc45 docs/guide-ja updated [ci skip]
close #7615
2015-03-07 02:10:27 +01:00
Ezekiel Fernandez
d0c01dc9ba CodeStyle fix
close #7614
2015-03-07 00:41:20 +01:00
Alexander Makarov
0e567bdd9c Fixed tests 2015-03-07 00:31:22 +03:00
Alexander Makarov
52df3466f4 Reverted #7450: Don't add empty parameters to URL when filtering a grid (reverted from commit aba7710699) 2015-03-06 23:40:30 +03:00
Yurii K
aba7710699 Fixes #7450: Don't add empty parameters to URL when filtering a grid 2015-03-06 23:14:24 +03:00
Alexander Makarov
78299a3f01 Fixes #7605: fixed Twig extension to use Twig 1.x because current Twig master now contains Twig 2.x 2015-03-06 22:33:45 +03:00
Alexander Makarov
b7a29e38d9 Fixes #6895: Added ignoreCategories config option for message command to ignore categories specified 2015-03-06 21:51:42 +03:00
Alexander Makarov
b6a591c720 Fixes #7571: HTTP status 500 and "An internal server error occurred." are now returned in case there was an exception in layout and YII_DEBUG is false 2015-03-06 20:10:54 +03:00
Carsten Brandt
65a2c54974 fixed unicode in FormatConverter escaping
fixes #7603
2015-03-06 16:01:05 +01:00
Alexander Makarov
3b9a371bc9 Merge pull request #7602 from berezuev/patch-1
[skip ci] Update TBD markers
2015-03-06 16:52:14 +03:00
Alexey Berezuev
7e5ca5942f Update TBD markers 2015-03-06 16:31:26 +03:00
Alexander Makarov
40661d92be Merge pull request #7598 from pana1990/patch
Deleted spaces [skip ci]
2015-03-06 12:50:51 +03:00
pana1990
db8a6104b9 Deleted spaces [skip ci] 2015-03-06 10:45:41 +01:00
Aleksey Loban
0cea115c81 change gii input maxlength value to true
this is then copied from the validator automatically

close #7596
2015-03-06 08:15:19 +01:00
Carsten Brandt
cd0093f7bd rework grid/list/detail view guide and docs 2015-03-06 07:43:00 +01:00
Carsten Brandt
fc0d322e12 Updated dependency to cebe/markdown to version 1.0.x. 2015-03-06 06:50:07 +01:00
Qiang Xue
e2d913121a doc WIP [skip ci] 2015-03-05 22:39:42 -05:00
Alexander Makarov
d3d4efc3ad Merge pull request #7594 from softark/docs-guide-ja-0302
Docs guide ja 0302 [ci skip]
2015-03-06 02:06:04 +03:00
Nobuo Kihara
972a43e75c Merge branch 'master' into docs-guide-ja-0302 2015-03-06 07:38:26 +09:00
Nobuo Kihara
444df31372 docs/guide-ja updated [ci skip] 2015-03-06 07:37:40 +09:00
Carsten Brandt
89febd64f0 guide: enable strict parsing to false
this is a better default which can be copy pasted from the guide as it works out of the box with no rules
2015-03-05 23:14:27 +01:00
Carsten Brandt
861625217f Add a reference to console application to "getting started"
to make users more aware of it, fixes #6841
2015-03-05 22:46:08 +01:00
Carsten Brandt
1a4c6a5c19 improved guide about console commands
fixes #6841
2015-03-05 22:30:17 +01:00
Carsten Brandt
08e0143c16 created Console::wrapText() to imrove console help output on small screens 2015-03-05 21:19:42 +01:00
callmez
f60da03e07 Fixes #7562, fixes #6841: yii help now lists all sub-commands by default 2015-03-05 19:17:22 +03:00
SilverFire
12fe0c7b85 Fixes #7488: Added StringHelper::explode to perform explode with trimming and skipping of empty elements 2015-03-05 19:10:38 +03:00
Carsten Brandt
624db0e678 updated Component::__isset() docs
close #7587
2015-03-05 14:57:29 +01:00
Brandon Kelly
6d2bc06bf4 Corrected the Component::__isset() docs
__isset() returns true if the property is set; not if it's null.
2015-03-05 14:51:54 +01:00
Qiang Xue
eac3771af5 doc WIP [skip ci] 2015-03-04 23:05:12 -05:00
Qiang Xue
0da0388efc doc WIP. [skip ci] 2015-03-03 23:49:58 -05:00
Carsten Brandt
0772f0ebb2 fixed postgres tests 2015-03-04 04:31:16 +01:00
Carsten Brandt
1945738c8d improved and fixed Html helper and ActiveField phpdoc
fixes #7560
2015-03-04 03:51:00 +01:00
Carsten Brandt
0c4af77f15 added more information to versioning info page
copied from @qiangxue answer in #7408
2015-03-04 02:10:27 +01:00
Alexander Makarov
5b7a7f153c Merge pull request #7559 from creocoder/excess-use-1
Removed excess import from yii\jui\InputWidget
2015-03-04 02:24:57 +03:00
Alexander Kochetov
37b60bd00f Removed excess import from yii\jui\InputWidget 2015-03-04 02:14:05 +03:00
Alexander Makarov
52e42eeb80 Merge pull request #7431 from DiegoRBaquero/patch-1
[skip ci] Update start-installation.md nginx config
2015-03-04 02:13:11 +03:00
Alexander Makarov
8710944cbd Fixes #6148: documented quirks of mime type validation when using FileValidator 2015-03-04 01:22:14 +03:00
Alexander Makarov
0eecb6ab1e Fixes #7529: Fixed yii\web\Response::sendContentAsFile() that was broken in 2.0.3 2015-03-04 00:41:44 +03:00
Alexander Makarov
d1ad8a9870 Merge pull request #7552 from llfm/patch-2
[skip ci] Fix little typo
2015-03-03 19:57:45 +03:00
Leonardo Tietböhl
1e5c1d883e Fix little typo 2015-03-03 13:57:18 -03:00
Paul Klimov
bb0f42bcaf Merge pull request #7536 from lynicidn/patch-1
Update AssetManager #7535
2015-03-03 11:24:23 +02:00