- 17 Aug, 2013 5 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
-
- 16 Aug, 2013 5 commits
-
-
Qiang Xue authored
-
yiidevelop authored
```php normalizeItems($items, &$active) ``` Qiang use ```php $items[$i]['items'] = $this->normalizeItems($item['items'], $route, $hasActiveChild); ``` So $hasActiveChild not assign value and parent item not set activated Plz, review and approval Thanks
-
callmez authored
-
Qiang Xue authored
-
Qiang Xue authored
-
- 15 Aug, 2013 3 commits
-
-
Alexander Makarov authored
-
Qiang Xue authored
-
Qiang Xue authored
-
- 14 Aug, 2013 5 commits
- 13 Aug, 2013 4 commits
- 12 Aug, 2013 14 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Luciano Baraglia authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
-
Carsten Brandt authored
fixes #33
-
Qiang Xue authored
-
- 11 Aug, 2013 4 commits
-
-
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
-
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
-