Commit Graph

26 Commits

Author SHA1 Message Date
Carsten Brandt
82dc3b124c Merge branch 'master' into redis
* master: (131 commits)
  css fix.
  Finished model generator.
  more tests for FileHelper
  Added note about theme asset bundle to bootstrap widgets guide
  fixed typos in ArrayHelperBase phpdoc
  More tests for ArrayHelper and Inflector
  Fixed typo and code style
  Fixes #21: implemented jQueryUI Slider
  Fixes #790: added visible for Nav and Dropdown
  finished rule generation for model generator.
  bug fix of form generator.
  minor fixes of debugger.
  Added SafeValidator.
  fix dataProvider getSort()
  cleanup MemCache timeout API after #804
  Added failureCallback, reduced timeouts to 1s
  Mentioning that timeoutms is available in memcache only.
  set default format for gridview to text
  Removed extra line
  Added timeoutms parameter in MemCache
  ...

Conflicts:
	tests/unit/data/config.php
2013-08-26 18:10:06 +02:00
Carsten Brandt
8beadc91f4 cleanup MemCache timeout API after #804
use milliseconds only and fall back to seconds for older memcache
versions.
2013-08-24 22:07:56 +02:00
Panagiotis Moustafellos
5311dac904 Added failureCallback, reduced timeouts to 1s 2013-08-24 19:01:47 +03:00
Panagiotis Moustafellos
b010ed8363 Mentioning that timeoutms is available in memcache only. 2013-08-24 17:52:16 +03:00
Panagiotis Moustafellos
7840ace6e6 Removed extra line 2013-08-24 17:35:12 +03:00
Panagiotis Moustafellos
5eff5310ba Added timeoutms parameter in MemCache 2013-08-24 17:23:47 +03:00
callmez
a9b6dbdd5d GroupDependency::generateDependencyData typo fix 2013-08-17 00:13:07 +08:00
Carsten Brandt
a5a64dd7c9 improved redis timeout handling 2013-08-12 01:16:34 +02:00
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