Commit Graph

4221 Commits

Author SHA1 Message Date
Carsten Brandt
04a0ca5aab revert accidental change in db ActiveRecord 2013-08-26 19:49:39 +02:00
Qiang Xue
f48508e341 Merge pull request #809 from cebe/autoconfig-sorting
Gridview and DataProviders: Autoconfig sorting
2013-08-26 10:32:08 -07:00
Qiang Xue
71866c60b8 Merge pull request #817 from maximal/patch-1
Blowfish cost must be in range 4…31, not 4…30
2013-08-26 10:30:56 -07:00
Carsten Brandt
e3df19d984 Redis AR WIP
- introduced RecordSchema class for schema definition
2013-08-26 19:29:55 +02:00
MaximAL
3b8aff5a44 Blowfish cost must be in range 4…31, not 4…30
`generateSalt` parameter validation fix.
2013-08-26 20:49:23 +04:00
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
53b4ed3d7f Moved label for Sort::link() to html options 2013-08-26 18:02:44 +02:00
Carsten Brandt
39c002e83c Refactored DataColumn::renderHeaderCellContent() 2013-08-26 15:23:49 +02:00
Carsten Brandt
155749e18d typos in doc 2013-08-26 15:23:22 +02:00
Carsten Brandt
9847472144 introduced DataColumn::label property 2013-08-26 15:13:16 +02:00
Qiang Xue
c86d597077 css fix. 2013-08-26 08:39:27 -04:00
Carsten Brandt
b147760c7b added label option to Sort::link() 2013-08-26 14:06:48 +02:00
Qiang Xue
7150524e33 Finished model generator. 2013-08-25 23:15:13 -04:00
Alexander Makarov
b968402ebd more tests for FileHelper 2013-08-26 03:39:11 +04:00
Alexander Makarov
582ff594aa Added note about theme asset bundle to bootstrap widgets guide 2013-08-26 03:22:18 +04:00
Alexander Makarov
6c1ef346aa fixed typos in ArrayHelperBase phpdoc 2013-08-26 03:21:37 +04:00
Alexander Makarov
cc5618c034 More tests for ArrayHelper and Inflector 2013-08-26 03:21:19 +04:00
Alexander Makarov
8f2ce5dab7 Fixed typo and code style 2013-08-26 02:06:41 +04:00
Alexander Makarov
297504c2fc Fixes #21: implemented jQueryUI Slider 2013-08-26 01:46:13 +04:00
Alexander Makarov
8a1bf04599 Fixes #790: added visible for Nav and Dropdown 2013-08-26 01:23:27 +04:00
Qiang Xue
c835f17d1f finished rule generation for model generator. 2013-08-25 12:51:33 -04:00
Qiang Xue
6978a6803f bug fix of form generator. 2013-08-25 12:51:01 -04:00
Qiang Xue
89c61c9cb4 minor fixes of debugger. 2013-08-25 12:50:43 -04:00
Qiang Xue
c037b481e8 Added SafeValidator. 2013-08-25 09:14:11 -04:00
Carsten Brandt
a2eb49cd3e use @inheritdoc for ActiveDataProvider::setSort 2013-08-25 11:54:17 +02:00
Carsten Brandt
381216595d DataColumn: Allow setting label of sort link via short syntax
attribute:type:Header should also affect sort link
2013-08-25 00:37:29 +02:00
Carsten Brandt
c5d65e09af Refactor DataColum to use model label for sorting link 2013-08-25 00:16:12 +02:00
Carsten Brandt
f9fab5d40d Lazy fallback of label creation for Sort class 2013-08-25 00:01:26 +02:00
Carsten Brandt
713a987a9d auto fill sorting colums in ActiveDataProvider if none are configured 2013-08-25 00:00:14 +02:00
Carsten Brandt
ac4b87579c Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  set default format for gridview to text
2013-08-24 23:44:53 +02:00
Carsten Brandt
c23725aca0 fix dataProvider getSort()
correct creation of new Sort object if none is there
2013-08-24 23:43:17 +02:00
Qiang Xue
11ef65812b Merge pull request #805 from cebe/datacolumn-default-format
set default format for gridview to text
2013-08-24 13:42:47 -07: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
callmez
c06e9cafe1 Modal::clientOptions disable support. 2013-08-25 04:07:30 +08: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
Carsten Brandt
96c7534ca3 set default format for gridview to text
default format is text in short format so it should also be
like that in array() defintion.
2013-08-24 16:44:04 +02: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
Qiang Xue
1072abb189 fixed test break. 2013-08-24 07:23:21 -04:00
Qiang Xue
28423486f1 model generator WIP 2013-08-24 07:10:18 -04:00
Qiang Xue
2d6ec6bb24 fixed overflow 2013-08-24 07:00:33 -04:00
Qiang Xue
21b0cc73c4 fixed uninitialized pro issue. 2013-08-24 06:24:36 -04:00
Qiang Xue
dea65efd04 bring back missing exception callstack display. 2013-08-24 06:22:23 -04:00
Suralc
06682d0ba9 coverage improvements 2013-08-24 00:31:01 +02:00
Suralc
c189e5ad3f UniqueValidator test. 2013-08-24 00:05:27 +02:00
Suralc
24e2f88503 Renamed validator test models to be less specific. 2013-08-23 22:47:45 +02:00
Suralc
7d5bb082ac FilterValidator test 2013-08-23 22:33:39 +02:00
Carsten Brandt
f3cd755487 Merge pull request #803 from borro/patch-1
Bug in XML format
2013-08-23 12:13:17 -07:00
Borro
9f72973b83 Bug in XML format 2013-08-23 11:34:31 -07:00