58 Commits

Author SHA1 Message Date
75154d351d Refactored AR find 2014-04-07 09:43:03 +04:00
87a6cf58af Clarify new usage of yii\web\View::render()
One paragraph description and one code snippet to clarify usage of yii\web\View::render() in a view context, as using echo is a significant change from partial view usage in Yii 1.1.
2014-04-06 13:22:03 -07:00
a15a3835c7 Moved all filter classes to namespace yii\filters 2014-04-05 01:00:14 -04:00
ab799d8ea9 Fixes #2911: Removed tbl_ default for table prefix 2014-03-30 19:33:46 +04:00
eaaf5f02a3 replaced tabs with spaces in docs. 2014-03-23 18:47:04 -04:00
87df068eb0 DI WIP 2014-03-20 19:54:52 -04:00
6889ae34de Fixes #2615: upgrade guide improvements 2014-03-11 15:37:08 +04:00
706ab7f968 combine globalOptions() with local options into options($id)
adjust existing Console Controllers and docs
2014-03-09 22:45:04 +01:00
05e79d4f76 Added upgrade note about extensions 2014-03-08 21:55:07 +04:00
b88716880c Fixed typo in upgrade guide 2014-03-02 16:32:03 +01:00
c2ea7670f4 fix doc code according to yii2 core code style (When instantiating class it should be new MyClass(); instead of new MyClass;.) 2014-03-01 10:55:51 +02:00
2088fd8d9e Fixed the fact that there's SafeValidator 2014-02-01 00:21:07 +04:00
8bf9184729 edited the guid. fixed a huge bunch of links, hopefully all :) 2014-01-30 15:24:45 +01:00
4a837debb3 Merge branch 'master' 2014-01-22 03:06:43 +04:00
ca816adf6a linked guide on 3rd party systems 2014-01-21 17:40:15 +01:00
53e96b29ca Added note about scopes to upgrade guide 2014-01-17 22:22:49 +04:00
eefba1d536 Update upgrade-from-v1.md
Text amended as "A new method" was referring to two. CHanged the text to "New methods".
2014-01-15 11:15:47 +00:00
b3de71a633 Added reference to Composer section of the guide from 1.1.x differences page 2013-11-29 04:21:43 +04:00
58bd2fb958 Only whitespace removal 2013-11-27 20:19:56 +02:00
5d7807860c linked the upgrade section to guide articles 2013-11-21 00:59:17 +01:00
d775814602 restructuring guide index.md and structure
worked though all the guide files adjusted structure and
added some missing does
2013-11-21 00:18:07 +01:00
36c28bee4f Fixes #1191 2013-11-13 08:28:55 -05:00
f9a92b82df fixed typo 2013-10-31 00:48:37 +04:00
474d4aeaaf Added info about class-level event handlers to doc 2013-10-30 12:44:54 +04:00
51211898f8 Control statements based on the if and elseif constructs must have a single space before the opening parenthesis of the conditional and a single space after the closing parenthesis. 2013-10-28 23:51:48 +03:00
c2dabfa78e Adjusted short tags 2013-10-20 00:59:56 +04:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
24bc980da4 Replaced "<?php echo" with "<?=" that is always available for PHP 5.4 2013-10-18 14:09:11 +04:00
e19d0dacf9 Fixes #823: consistent interface naming 2013-09-24 15:45:09 +04:00
9928163391 Merge branch 'master' of github.com:yiisoft/yii2 2013-08-16 07:38:23 -04:00
1896dd1707 gii WIP 2013-08-16 07:38:18 -04:00
f11ecb94bd more docs on views, cross-references, intros for error handling and debugger 2013-08-16 02:43:32 +04:00
65352e500f refactored ActiveField. 2013-08-14 21:17:13 -04:00
3bef7365f1 Fixes #624: renamed www to web. 2013-07-25 07:57:49 -04:00
368a4cfe66 Asset feature refactoring (WIP) 2013-07-15 22:49:22 -04:00
ab27d16efd * Fixed Model::loadMultiple() when populating from formName()
* Documentation corrections for data population and quoting names in SQL query
2013-07-03 23:02:32 +03:00
9cf82b3ae1 Added Model::load(). Added Controller::refresh() and redirect(). 2013-06-26 08:34:27 -04:00
051822075e Fixes issue #579: AccessControl deny rule by default 2013-06-24 21:04:44 -04:00
6fd1c16609 Revert "Added ActiveForm::mfield()."
This reverts commit 9a5ca9951318447d050e5d53b05c0c281667b1a5.
2013-06-19 19:14:41 -04:00
9a5ca99513 Added ActiveForm::mfield(). 2013-06-19 08:37:11 -04:00
9bc99e22b7 Fixed some wording 2013-05-28 10:55:51 -03:00
767d99c30b Fixing some outdated comments 2013-05-23 00:49:07 -03:00
5a81959d4a Rename yiic to yii. Fixes #113 2013-05-17 02:33:41 +04:00
fb5993af40 Fixes issue #251: changed the signature of t() to be the same as v1.1 2013-05-15 10:09:48 -04:00
2d8a465c2f Fixes issue #257: removed the $view parameter from widget methods. 2013-05-14 07:24:37 -04:00
51f4424332 Fixes issue #172: Implemented new usage of widgets. 2013-05-11 20:59:14 -04:00
8c18feb1b5 Fixes the variable name 2013-05-07 14:11:52 +03:00
91e6f8220c fix 2013-05-07 12:27:07 +04:00
a5ab4aa22c fix 2013-05-07 12:25:56 +04:00
9a1221e7c4 Wrapped code with github-style blocks with PHP highlighting 2013-05-07 12:25:00 +04:00