Commit Graph

7547 Commits

Author SHA1 Message Date
Larry Ullman
04fb68fb0f Edited "attaching event handlers"
Q: When attaching event handlers in the config, does it have to be an
anonymous function?
2014-04-25 23:00:56 -04:00
Larry Ullman
69f3248515 Changed Outline
Moved “triggering” after “attaching”.
2014-04-25 23:00:56 -04:00
Larry Ullman
bbefc33c9c Edited Introduction
Cut a sentence that seemed both redundant and vague. Could just be me.
2014-04-25 23:00:56 -04:00
Qiang Xue
7b374c4126 Fixes #3230: Added yii\filters\AccessControl::user to support access control with different actors 2014-04-25 22:22:03 -04:00
Qiang Xue
cc217e7b13 Merge pull request #3249 from deerawan/master
Update active-record.md
2014-04-25 22:16:07 -04:00
Carsten Brandt
a529c2a53d Merge pull request #3257 from pine3ree/patch-1
typo
2014-04-26 03:54:39 +02:00
maks feltrin
423dbc756b typo 2014-04-26 03:52:25 +02:00
Carsten Brandt
c27ac8ef0e updated phpdoc 2014-04-26 03:39:46 +02:00
Qiang Xue
3c3ea39898 Merge pull request #3255 from lynicidn/patch-1
typo in comments
2014-04-25 19:42:54 -04:00
lynicidn
7c390d62d6 typo in comments
property can be set via [[setComponents()]]
2014-04-26 02:53:45 +04:00
Carsten Brandt
48e33b29c4 Update getting-started.md
Added alternative way of setting up dev environment.
2014-04-25 21:58:57 +02:00
Carsten Brandt
3838b501ba refactored Debug Mail panel to work with different vendors
implementation checks for instanceof for additional swiftmailer
capabilities.

issue #2870
2014-04-25 21:04:39 +02:00
Carsten Brandt
4c09aef2a4 created Appcontroller to make it easiert to debug
controller links application vendor to yiidev repo
2014-04-25 20:37:44 +02:00
Larry Ullman
1ce52a53f8 More cleaning up 2014-04-25 13:34:46 -04:00
Larry Ullman
f4b23b6f66 Removed requirements.php reference
Didn’t make any sense, particularly after the browser stuff. If kept,
I’d move it behind the other command-line reference.
2014-04-25 12:48:56 -04:00
Larry Ullman
a5e52c4fa1 Cleaning Up 2014-04-25 12:48:11 -04:00
Qiang Xue
f48a7aedfa Fixes #3251: controller should be created using DI container. 2014-04-25 10:10:51 -04:00
Budi Irawan
9f01828a2e Update active-record.md
add example of using deleteAll
2014-04-25 17:35:39 +07:00
Carsten Brandt
0a86091984 use mb_ string functions to truncate description 2014-04-25 05:06:13 +02:00
Qiang Xue
f67c4db7f3 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-04-24 22:42:43 -04:00
Carsten Brandt
97e13d82e7 renamed jssearch 2014-04-25 04:41:07 +02:00
Qiang Xue
cc4142df5b rewrote overview of guide. [skip ci] 2014-04-24 22:41:05 -04:00
Carsten Brandt
4f9e4e2c78 ensure assetmanager and baseurl to handle relative urls correctly 2014-04-25 04:06:07 +02:00
Carsten Brandt
5f77cb97c5 added search form to api docs 2014-04-25 04:06:07 +02:00
Carsten Brandt
6fe63a217f view did not use the correct assetmanager 2014-04-25 04:06:07 +02:00
Carsten Brandt
78a8694eb5 file helper did not preserve relative paths 2014-04-25 04:06:07 +02:00
Agrumas
c5a564f0ff Lithuanian translation 2014-04-24 23:20:24 +03:00
Paul Kofmann
a0d9641fa2 removed unnecessary lines regarding writable dirs 2014-04-24 20:52:56 +02:00
Paul Kofmann
85a56f548f no need to set writable folders for console 2014-04-24 20:42:53 +02:00
Qiang Xue
e346330329 removed incorrect doc. [skip ci] 2014-04-24 13:14:25 -04:00
Alexander Makarov
c8f9479a75 Merge pull request #3236 from pgaultier/bugfix/dateNormalize
Bugfix/date normalize
2014-04-24 20:07:23 +04:00
Alexander Makarov
8c79c4f08b Fixed typo 2014-04-24 19:49:24 +04:00
Philippe Gaultier
4727ecdb1b Set correct ticked ID 2014-04-24 17:10:02 +02:00
Philippe Gaultier
f0acb178b3 Update changelog 2014-04-24 17:06:56 +02:00
Philippe Gaultier
20e96cca05 Fix DateTime cast 2014-04-24 17:06:44 +02:00
Paul Kofmann
38cea05b55 setting writable folders in init-script
It is said, that these folders are handled already by composer.json, what is definitely true. But if I can't (or don't want to) call composer create-project command, I have to run post-create-project-cmd manually like `composer run-script post-create-project-cmd`. IMHO, it's consistent to make such preparations in init script.
2014-04-24 16:44:21 +02:00
Paul Klimov
264cf81e81 Merge pull request #3231 from mikehaertl/fix-assetbundle
Fix call to AssetConverter::convert() in AssetBundle
2014-04-24 14:06:22 +03:00
Michael Härtl
1e3989e5d1 Fix call to AssetConverter::convert() in AssetBundle 2014-04-24 13:01:05 +02:00
Qiang Xue
904c32eb05 Merge pull request #3227 from xterr/patch-1
Update Response.php
2014-04-23 20:50:20 -04:00
Ceana Razvan
48635c2d3e Update Response.php
$_SERVER['SERVER_PROTOCOL'] returns 'HTTP/1.0' or 'HTTP/1.1'
2014-04-24 03:42:23 +03:00
Qiang Xue
3e3e443544 Refactored the fix for #3222. 2014-04-23 19:36:56 -04:00
Qiang Xue
0480fcc21a Merge pull request #3222 from horizons2/patch-1
use tableprefix on gii model generator
2014-04-23 19:30:39 -04:00
Qiang Xue
78e3eee2f1 Merge pull request #3223 from it3rmit/master
Just fixing small misspelling
2014-04-23 11:18:48 -04:00
it3rmit
774b2fe5c7 Just fixing small misspelling
Small misspelling
2014-04-23 18:05:13 +03:00
horizons2
b68f5b617f removed unused code
removed unused code $patterns
2014-04-23 16:16:41 +02:00
horizons2
8ff55d1a28 correct typo
useTablePefix => useTablePrefix
2014-04-23 15:57:22 +02:00
horizons2
1d9e6b6f8b use tableprefix on gii model generator
use tableprefix on gii model generator
2014-04-23 15:41:25 +02:00
Qiang Xue
cbcc7b6a48 Fixes #2264: CookieCollection::has() will return false for expired or removed cookies 2014-04-23 09:28:05 -04:00
Alexander Makarov
84d4cd280b Merge pull request #3219 from mitalcoi/patch-1
Update AutoloadExample.php
2014-04-23 15:34:51 +04:00
Sorokin Victor
d8652a52ee Update AutoloadExample.php
typo fix
2014-04-23 14:23:07 +03:00