Commit Graph

995 Commits

Author SHA1 Message Date
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
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
Alexander Makarov
05afeb4831 Merge branch 'master' 2014-03-31 01:06:09 +04:00
Alexander Makarov
ab799d8ea9 Fixes #2911: Removed tbl_ default for table prefix 2014-03-30 19:33:46 +04:00
Carsten Brandt
f2b20d99d5 Merge branch 'master' into refactor-errorhandler
* master:
  Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered
  app end improvement.
  improvement of Application::end() handling.
  typo fix.
  Fixes #2910: Added `Application::end()`

Conflicts:
	framework/base/Application.php
2014-03-30 00:27:51 +01:00
Carsten Brandt
c93231e26b improved session error handling
fixes #1946
2014-03-29 23:54:26 +01:00
Qiang Xue
92bd71cd84 Fixes #2912: Relative view files will be looked for under the directory containing the view currently being rendered 2014-03-28 21:54:32 -04:00
Dirk Adler
0320670822 Changes mongodb build and condition, fixes #2868 2014-03-28 11:12:38 +01:00
Carsten Brandt
c73cfe147f Fixed inconsistencies with setting old attributes and pks
issue #2892
2014-03-27 13:17:54 +01:00
Carsten Brandt
f4395206b7 reset dirty attributes after afterSave
so information about changed values is available in `afterSave`-event.

fixes #2892
2014-03-27 12:14:03 +01:00
Qiang Xue
f8b63591b0 Fix #2877: yii\log\Logger is split into yii\log\Logger and yii\log\Dispatcher. (qiangxue) 2014-03-26 21:48:41 -04:00
Carsten Brandt
67dd874e0c renamed console controller optoins param $id to $actionId 2014-03-26 17:51:52 +01:00
Carsten Brandt
1fdf17b59b cleanup redis AR 2014-03-26 16:37:54 +01:00
Carsten Brandt
dbf733bf60 added TODO message 2014-03-26 16:23:26 +01:00
Carsten Brandt
f93d871cd6 fixed wrong method calls in elasticsearch Command 2014-03-26 16:18:28 +01:00
Carsten Brandt
8a6eceb852 phpdoc fixes 2014-03-26 15:13:11 +01:00
Alexander Makarov
0d3e85caff Merge pull request #2883 from kartik-v/patch-14
Simplify inline script code
2014-03-26 14:28:20 +03:00
Kartik Visweswaran
cd4038bfa8 Simplify inline script code
Simplify inline script code (removed extra space)
2014-03-26 16:32:06 +05:30
Kartik Visweswaran
14137a123e Correct classname typo
Correct classname to `BaseOAuth` instead of `BaseClient` in PHP Doc.
2014-03-26 16:26:52 +05:30
Kartik Visweswaran
dd4ddfe06c Simplify inline script code
Simplify the rendering of the inline script (using direct markup), eliminating need for using PHP variable to store value using HEREDOC.
2014-03-26 16:24:29 +05:30
Qiang Xue
b25f1f65d7 added more ignores. 2014-03-24 22:33:50 -04:00
Carsten Brandt
1e75427393 updated classmap and phpdoc 2014-03-24 23:26:30 +01:00
Qiang Xue
797b0430b9 Added missing using statement in Gii. 2014-03-24 08:28:22 -04:00
Qiang Xue
6e8c460273 Fixes #2724: consistent use of absolute and relative routes. 2014-03-22 20:17:31 -04:00
Qiang Xue
7c91af531f Merge pull request #2843 from thiagotalma/toggleActions
Option to filter files according to the action.
2014-03-21 14:24:36 -04:00
Thiago Talma
9d440ef6ae With checkbox 2014-03-21 14:43:26 -03:00
Thiago Talma
497af804a0 Changelog 2014-03-21 11:43:43 -03:00
Carsten Brandt
36ed709e31 Merge pull request #2840 from schmunk42/feature/apidoc
Minor apidoc updates
2014-03-21 15:39:43 +01:00
Thiago Talma
fa36cf6d77 Option to filter files according to the action. 2014-03-21 11:30:29 -03:00
Tobias Munk
0cd4626094 fixed docblock 2014-03-21 13:45:50 +01:00
Tobias Munk
ca00c94062 fixed docblock indent 2014-03-21 13:44:35 +01:00
Tobias Munk
ac3ea60be8 tabs to spaces 2014-03-21 11:55:12 +01:00
Tobias Munk
7499c19878 use all 12 columns, left sidebar is now span-3 2014-03-21 11:49:22 +01:00
Carsten Brandt
c0b5af30e2 Merge pull request #2836 from lucianobaraglia/gii-i18n-model
Enable I18N for GII model generator
2014-03-21 11:05:05 +01:00
Luciano Baraglia
7a376175ab Enable I18N for GII form generator 2014-03-21 02:58:08 -03:00
Luciano Baraglia
3eb90c54c1 Enable I18N for GII model generator 2014-03-21 02:47:16 -03:00
Qiang Xue
e14ab8be4d Merge pull request #2835 from lucianobaraglia/master
Updated GII changelog
2014-03-21 00:05:01 -04:00
Luciano Baraglia
7c36fa9356 Updated GII changelog 2014-03-21 01:00:46 -03:00
Qiang Xue
3c518c4207 Merge commit 'f605508bb2805d24df98037ea239f8f582deda0e' into feature-container 2014-03-20 23:51:02 -04:00
Qiang Xue
f605508bb2 Merge pull request #2822 from lucianobaraglia/gii-translatable-strings
Proposal: GII generate strings for I18N
2014-03-20 23:47:45 -04:00
Luciano Baraglia
1d7f485444 CS style fix 2014-03-21 00:44:00 -03:00
Luciano Baraglia
c1fac6eb5e More changes in GII I18N 2014-03-21 00:01:46 -03:00
Qiang Xue
87df068eb0 DI WIP 2014-03-20 19:54:52 -04:00
Tobias Munk
534eb8b421 added path when script is run from yii2-dev/extensions 2014-03-21 00:19:17 +01:00
Luciano Baraglia
311bd469a1 Changes in GII I18N 2014-03-20 19:38:00 -03:00
Luciano Baraglia
d54c6159d9 Add category for I18N in GII 2014-03-20 18:57:52 -03:00
Alexander Makarov
fd5648044e Fixed tabs 2014-03-20 17:30:50 +04:00
Luciano Baraglia
4827d7329c Fixed typo 2014-03-20 01:35:45 -03:00
Luciano Baraglia
8c8f3d0cf2 Proposal: GII generate strings for I18N 2014-03-20 00:34:25 -03:00
Alexander Makarov
3ab3f996b7 Merge branch 'nav-active' of github.com:Alex-Code/yii2 into Alex-Code-nav-active
Conflicts:
	extensions/bootstrap/CHANGELOG.md
	extensions/bootstrap/Nav.php
2014-03-19 18:23:57 +04:00