Carsten Brandt
133e5c6e35
Merge branch 'master' into redis
...
* master: (806 commits)
avoid confusing docs about autoload return value
doc fix.
Fixed doc.
Fixed autoloader behavior according to leading \
Fix in RequestPanel
changed to trace from info.
Removed yii\debug\Module::enabled.
minor enhancement of debugger.
Refactored the basic app.
Added ErrorAction.
Use `hasAttribute()` instead to avoid code duplication
refactored NavBar and basic app navbar.
test break fix.
test break fix.
Fixed test breaks.
#735 : removed hiddenInput to avoid confusion.
ResizableAsset typo fix!
Update radio and checkbox due to e3801fbf6b
css fix.
Fixed the basic app template.
...
Conflicts:
.travis.yml
tests/unit/data/config.php
2013-08-12 00:45:37 +02:00
Carsten Brandt
afebb37129
avoid confusing docs about autoload return value
...
autoload return value has no effect on other autoloaders
they will only be called based on whether the class has been loaded or
not.
2013-08-12 00:29:43 +02:00
Qiang Xue
ce4f37a183
doc fix.
2013-08-11 16:14:59 -04:00
Qiang Xue
71b8dfdb2e
Fixed doc.
2013-08-11 10:18:27 -04:00
Carsten Brandt
c4587de53e
Fixed autoloader behavior according to leading \
...
As of PHP 5.3.2 PHP does not send class names with leading \ to
autoload functions.
Removed ltrim for '/' from autoload because it is
1. not needed: https://bugs.php.net/bug.php?id=50731 and
2. possibly wrong behavior: https://bugs.php.net/bug.php?id=51087
2013-08-11 15:17:28 +02:00
Roman Zhuravlev
b64299da7d
Fix in RequestPanel
2013-08-11 13:08:34 +03:00
Qiang Xue
d1c41fe144
changed to trace from info.
2013-08-10 12:22:32 -04:00
Qiang Xue
9193e4777c
Removed yii\debug\Module::enabled.
2013-08-10 07:56:40 -04:00
Qiang Xue
1f63bf0040
minor enhancement of debugger.
2013-08-10 07:33:55 -04:00
Qiang Xue
bc21de98bd
Refactored the basic app.
2013-08-10 07:33:24 -04:00
Qiang Xue
8ee92fdb80
Added ErrorAction.
2013-08-10 07:32:19 -04:00
Niko Wicaksono
a042d20c22
Use hasAttribute() instead to avoid code duplication
2013-08-10 02:31:49 +07:00
Qiang Xue
aeb568bee2
refactored NavBar and basic app navbar.
2013-08-09 10:55:16 -04:00
Qiang Xue
7aeb2fcf4f
Fixed test breaks.
2013-08-09 09:21:41 -04:00
Qiang Xue
20727c8c8d
Merge pull request #733 from wicaksono/master
...
Update radio and checkbox
2013-08-09 06:12:39 -07:00
Qiang Xue
880b6f9d65
#735 : removed hiddenInput to avoid confusion.
2013-08-09 08:21:23 -04:00
Niko Wicaksono
f756a45f51
Update radio and checkbox due to e3801fbf6b
2013-08-09 11:49:40 +07:00
Qiang Xue
593e66132e
css fix.
2013-08-08 22:09:35 -04:00
Qiang Xue
0e013c4f46
Fixed debugger with the new bootstrap.
2013-08-08 21:06:40 -04:00
Qiang Xue
afa0a2b11a
Merge branch 'master' of github.com:yiisoft/yii2
2013-08-08 20:01:01 -04:00
Qiang Xue
e3801fbf6b
Upgraded bootstrap to 3.0RC1.
2013-08-08 20:00:48 -04:00
Qiang Xue
cbfbc76051
Merge pull request #731 from Ryadnov/fix_sort_init_attributes
...
fixes initializing attributes in Sort class
2013-08-08 10:40:17 -07:00
Ryadnov
0367d0a6a4
fixes initializing attributes in Sort class
2013-08-08 21:24:00 +04:00
Ryadnov
2409624894
fix typos - Yii::app()
2013-08-08 21:15:46 +04:00
Qiang Xue
4727ac8f1d
Refactored the feature of transactional operations.
2013-08-07 22:22:23 -04:00
Qiang Xue
b3b1151469
Finished draft implementation of GridView.
2013-08-06 17:00:32 -04:00
Qiang Xue
ca35bb05a8
replaced attr with prop.
2013-08-06 16:02:14 -04:00
Qiang Xue
7e5630b558
GridView WIP
2013-08-06 16:01:46 -04:00
Qiang Xue
61c7ac9d8b
Fixes #722 .
2013-08-06 13:38:29 -04:00
Qiang Xue
6c3f23900f
Merge branch 'master' of github.com:yiisoft/yii2
2013-08-05 13:52:13 -04:00
Qiang Xue
471e24f279
Added SerialColumn.
2013-08-05 13:51:57 -04:00
Carsten Brandt
e5569dc1da
Allow Url creation with Html::url in console context
...
fixes #718
2013-08-05 17:32:53 +02:00
Qiang Xue
0565b75846
Removed the selection background color.
2013-08-05 10:06:45 -04:00
Qiang Xue
ac3b2b8a8e
Fixed PHP 5.3 compatibility issue.
2013-08-05 10:03:27 -04:00
Alexander Makarov
9c97e3e38a
fixed phpdoc of Request
2013-08-05 12:00:56 +04:00
Qiang Xue
3368a29b74
Merge pull request #716 from crtlib/patch-4
...
Fixing typo in Captcha.php
2013-08-04 05:07:55 -07:00
Qiang Xue
6823fdedaf
Fixes #717 : Added ActiveRecord::hasAttribute()
2013-08-04 07:59:28 -04:00
crtlib
bbfc18cae9
Fixing typo in Captcha.php
2013-08-04 12:33:04 +02:00
crtlib
80f1fda740
checkVar => checkVars
2013-08-03 23:43:40 +02:00
crtlib
004c509ca3
checkVar => checkVars
2013-08-03 23:42:17 +02:00
crtlib
bb05ed4f24
Update Component.php
2013-08-03 23:13:31 +02:00
crtlib
846f17017c
Component::hasProperty() small optimization
2013-08-03 23:10:43 +02:00
Qiang Xue
27238f8d03
refactored ActiveDataProvider.
2013-08-03 17:02:36 -04:00
Qiang Xue
250ec28e0c
Fixes #713 .
2013-08-03 16:54:08 -04:00
Qiang Xue
60ba20491e
Added support for passing parameters to the format method.
2013-08-03 16:51:57 -04:00
Qiang Xue
d836654af9
Fixes #704 .
2013-08-03 14:07:32 -04:00
Qiang Xue
6b41d41fd9
Fixes #711 .
2013-08-03 14:04:36 -04:00
Qiang Xue
62dee1490b
Fixes #709 .
2013-08-03 13:49:59 -04:00
Qiang Xue
dd5368b349
Refactored ActiveDataProvider.
2013-08-03 13:19:33 -04:00
Alexander Makarov
58eb23d3e8
Merge pull request #708 from lucianobaraglia/master
...
Minor doc and messages fixes [skip ci]
2013-08-03 09:59:48 -07:00