Commit Graph

7316 Commits

Author SHA1 Message Date
Alexander Makarov
4510b1791d Merge pull request #2951 from yiisoft/action-for-static-pages
#2936: New favicon for applications
2014-04-02 00:52:45 +04:00
Alexander Makarov
c3cf72d443 #2936: New favicon for applications 2014-04-02 00:43:23 +04:00
Qiang Xue
c0e06b447c Refactored ViewAction. 2014-04-01 12:14:59 -04:00
Alexander Makarov
a528b2ed1c Merge pull request #2934 from yiisoft/action-for-static-pages
Fixes #2932: Added `yii\web\ViewAction` that allow you to render views based on GET parameter
2014-04-01 19:58:08 +04:00
Alexander Makarov
0cce768443 Removed ViewAction::afterRun() 2014-04-01 19:12:34 +04:00
Alex-Code
50efd32322 Update BaseStringHelper.php
Updated to use mb_* functions
2014-04-01 13:04:16 +01:00
Alex-Code
bad1fd80fc Update CHANGELOG.md 2014-04-01 12:59:40 +01:00
Alex-Code
57a948e755 Update BaseStringHelper.php
Length check.
2014-04-01 12:26:26 +01:00
resurtm
a2c3538553 Proper language name is kk, not kz as it was before
See this for more details: https://github.com/yiisoft/yii/pull/3300
2014-04-01 16:47:51 +06:00
Alexander Makarov
9fd0dcedaa Extracted render method to allow custom renderers by subclassing 2014-04-01 13:15:51 +04:00
Alex-Code
ad039e125a New truncate and truncateWords methods
New truncate and truncateWords methods, https://github.com/yiisoft/yii2/issues/2941
2014-04-01 10:14:43 +01:00
Alexander Makarov
a4be5bc910 Dropped defaultView 2014-04-01 13:13:15 +04:00
Alexander Makarov
542d532b12 Renamed basePath to viewPrefix 2014-04-01 13:12:09 +04:00
Qiang Xue
a0f9a6d701 Fixes #2937 2014-03-31 23:17:39 -04:00
Alexander Makarov
9936acf764 Fixes #2932: Added yii\web\ViewAction that allow you to render views based on GET parameter 2014-04-01 00:41:21 +04:00
Alexander Makarov
fcd7974fd5 Merge pull request #2933 from muyiwaolurin/patch-1
Tiny Change - Typo
2014-04-01 00:27:05 +04:00
muyiwaolurin
47b26b8bd8 Tiny Change - Typo
Second Example should start with ProgressBar::begin not ProgressBar::widget
2014-03-31 15:58:59 -04:00
Qiang Xue
271dccdc6b Fixes #2931. 2014-03-31 11:34:47 -04:00
Alexander Makarov
36c59dce9c Adjusted search model code generated by Gii CRUD generator 2014-03-31 16:52:40 +04:00
Alexander Makarov
06fdb79730 Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query 2014-03-31 15:09:33 +04:00
Alexander Makarov
cca97f3718 Merge pull request #2928 from gonimar/patch-13
use alias format for table names
2014-03-31 14:07:29 +04:00
Sergey Gonimar
4575c3c3eb use alias format for table names 2014-03-31 14:03:53 +06:00
Qiang Xue
4a0123ed8a AR doc improvement [skip ci] 2014-03-30 23:17:32 -04:00
Qiang Xue
f7a6cb9f7a Refactored AR tests. 2014-03-30 20:46:25 -04:00
Qiang Xue
338b6aa7d3 Refactored ActiveRecord::find() so that find(null) will also return an ActiveRecord instance instead of ActiveQuery. 2014-03-30 19:01:02 -04:00
Carsten Brandt
2c31305fa6 reverted accidentally disabling of code coverage. 2014-03-31 00:50:13 +02:00
Alexander Makarov
94fd4e7e06 Gii CRUD generator now uses new addFilter method 2014-03-31 02:44:30 +04:00
Carsten Brandt
3fb840f3f3 updated errorhandler views doc 2014-03-31 00:43:08 +02:00
Alexander Makarov
ecf019e311 Merge branch 'master' 2014-03-31 02:20:56 +04:00
Alexander Makarov
82bdcdcb94 Fixes #2924: added a list of predefined aliases to the guide 2014-03-31 02:20:11 +04:00
Alexander Makarov
32ac899199 Added table prefix to advanced application migration (now drop table) 2014-03-31 02:12:54 +04:00
Alexander Makarov
e6f91e2d59 Added table prefix to advanced application migration 2014-03-31 02:07:11 +04:00
Alexander Makarov
6054ede16a Fixed phpdoc, removed unit tests for Formatter asRelativeTime that were relative to current time since it was impossible to specify correct expected values 2014-03-31 02:05:04 +04:00
Alexander Makarov
5e7d76058d Merge pull request #2922 from yiisoft/remove-tbl-prefix
Fixes #2911: Removed `tbl_` default for table prefix
2014-03-31 01:41:05 +04:00
Alexander Makarov
abeea6351a Renamed fixtures 2014-03-31 01:19:11 +04:00
Alexander Makarov
05afeb4831 Merge branch 'master' 2014-03-31 01:06:09 +04:00
Qiang Xue
5adcac52a6 improved DI definition normalization. 2014-03-30 17:03:44 -04:00
Carsten Brandt
21f2602c10 Merge pull request #2916 from yiisoft/refactor-errorhandler
Refactor errorhandler
2014-03-30 22:54:50 +02:00
Alexander Makarov
b987c92151 Escaped more table names 2014-03-30 20:46:06 +04:00
Qiang Xue
c23b671f3b better fix [skip ci] 2014-03-30 12:39:22 -04:00
Qiang Xue
03db4c468a Fixes #2921 2014-03-30 12:38:04 -04:00
Qiang Xue
4acab5c42d fixed data-method. 2014-03-30 12:23:10 -04:00
Alexander Makarov
538a074c0f Escaped table names for unit tests 2014-03-30 20:23:03 +04:00
Alexander Makarov
cb4488ae4c Implemented Oracle column comment reading from another schema 2014-03-30 19:41:47 +04:00
Alexander Makarov
ab799d8ea9 Fixes #2911: Removed tbl_ default for table prefix 2014-03-30 19:33:46 +04:00
Carsten Brandt
f6ce9ead97 removed unnecessary static var 2014-03-30 12:38:13 +02:00
Carsten Brandt
7be743e1a7 cleanup application errorHandler getter 2014-03-30 12:24:45 +02:00
Carsten Brandt
a64429acf3 removed TODOs 2014-03-30 12:01:08 +02:00
Qiang Xue
1539a3259c AR doc cleanup. 2014-03-29 22:05:33 -04:00
Carsten Brandt
a4b6fb263d handle Exceptions in application init() 2014-03-30 01:27:18 +01:00