Commit Graph

18 Commits

Author SHA1 Message Date
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
Qiang Xue
f03cdf0a47 renamed Command::queryRow() to queryOne(). 2013-07-09 08:01:10 -04:00
Qiang Xue
4a0d2863f6 Fixes issue #421: yii\db\Schema:refresh() does not clear all cache 2013-06-12 21:59:30 -04:00
Qiang Xue
00df1e88eb Added GroupDependency. 2013-06-12 21:45:12 -04:00
Qiang Xue
b06d7a8675 refactored cache dependency methods. 2013-06-12 21:21:19 -04:00
Qiang Xue
870f65343b Fixed a bug in ExpressionDependency. 2013-06-12 20:30:44 -04:00
Qiang Xue
3f22d18dfe typo fix. 2013-06-12 20:16:48 -04:00
resurtm
7a7d2a9c06 CS fixes. 2013-06-07 22:41:11 +06:00
Qiang Xue
22357befad Added "@runtime" and "@vendor" aliases. 2013-06-02 15:19:29 -04:00
Qiang Xue
36bbfd54ca Implemented "@app/runtime" alias. 2013-06-02 07:29:29 -04:00
Qiang Xue
607f3a5987 Fixes issue #476 2013-06-02 07:11:27 -04:00
Qiang Xue
f5d0bcbcfc Refactored cache key generation. 2013-05-26 17:09:09 -04:00
votintsev
0ab5bbaf40 Update Cache.php
Moved add prefix ($this->keyPrefix) to the key in function buildKey(). Could it be better?
2013-05-26 23:32:42 +04:00
votintsev
ead914176f Update Cache.php
Fixed an example of using buildKey in the doc
2013-05-26 13:33:35 +04:00
resurtm
54610f179f Better naming. Additional newline. Doctype tiny fix. 2013-05-22 22:56:17 +06:00
Carsten Brandt
b030326db6 moved files to right places 2013-05-22 12:54:20 +02:00
resurtm
ebcc936ab1 Fixes #145. Reusable cache dependencies. 2013-05-22 15:10:14 +06:00
Qiang Xue
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00