- 11 Aug, 2013 8 commits
-
-
Carsten Brandt authored
* 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 e3801fbf css fix. Fixed the basic app template. ... Conflicts: .travis.yml tests/unit/data/config.php
-
Carsten Brandt authored
autoload return value has no effect on other autoloaders they will only be called based on whether the class has been loaded or not.
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
Fixed autoloader behavior according to leading \
-
Carsten Brandt authored
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
-
Qiang Xue authored
Fix in RequestPanel
-
Roman Zhuravlev authored
-
- 10 Aug, 2013 5 commits
- 09 Aug, 2013 16 commits
-
-
Qiang Xue authored
Use `hasAttribute()` instead to avoid code duplication
-
Niko Wicaksono authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
Update radio and checkbox
-
Qiang Xue authored
-
Alexander Makarov authored
ResizableAsset typo fix!
-
callmez authored
-
Niko Wicaksono authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
- 08 Aug, 2013 6 commits
- 07 Aug, 2013 2 commits
-
-
Qiang Xue authored
Add more readme badges. Fix #726.
-
Jani Mikkonen authored
-
- 06 Aug, 2013 3 commits