octicon-git-branch(16/) Commit Graph

52 Commits

Author SHA1 Message Date
Alexander Makarov
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
f273e0542c Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (27 commits)
  Fixed typos
  fixes #995
  Fixed option merging in Console::prompt()
  changed default button style
  typo fix.
  Refactored getModule and hasModule.
  Added intl check to tests, better error reporting, credited Aura.Intl for the most complex test pattern
  Better MessageFormatter tests
  GII sub-modules support - see #871
  Module::getModule and Module::hasModule support for sub-modules - see #983
  removed needFix method
  Removed intl version check since it's very inconsistent and it seems bundled versions are always the same ones for the same PHP versions
  Fixes PHP 5.5 weird placeholder replacememt in case no arguments are provided at all (https://bugs.php.net/bug.php?id=65920).
  changed plural format for BaseListView
  applied new style of Yii::t params to all occurences
  fixed I18N handling of special param values and broken message tags
  adjusted I18N to be consistent with intl message formatting
  improved unit tests for ICU message formatter
  fixed regex for multiline patterns
  intl message parser now handles too many or too less args
  ...
2013-10-17 12:56:39 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
0ddd52c09a commented private property
fixes #997
2013-10-17 12:56:14 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
6f9785a293 fixes #995 2013-10-17 12:30:41 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
bcc0cbeba8 Added doc about BaseDataProvider::getPagination(). 2013-10-02 08:29:52 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
d798cc791b Set totalCount. 2013-10-01 21:40:35 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
0035f23781 refactored data providers. 2013-10-01 21:35:35 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Jin Hu
b7948e4840 Removed unnecessary lines 2013-09-26 23:35:02 +08:00 octicon-file-diff(16/) octicon-file-code(16/)
Jin Hu
d9b256d734 Fixed pagination not working before data loaded 2013-09-26 20:29:59 +08:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
e19d0dacf9 Fixes #823: consistent interface naming 2013-09-24 15:45:09 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
263dbd264d Changed default pagination size to 20. 2013-09-07 23:37:36 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
cb60fa5ddd Make sure query cloning works as expected. 2013-08-29 17:19:22 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
91c16782ef finalized PhpDocController
- cleanup API and usage, add documetation link
- introduced @property feature in getter or setter which has precedence
  over @return or @param tag if present
2013-08-28 18:58:59 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
c582e589d2 added note about differing property types 2013-08-28 15:18:13 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
ca69ef09d4 update of @property annotations 2013-08-28 14:59:52 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
bdb77f33ba updated @property annotations of many classes 2013-08-28 14:16:13 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
53b4ed3d7f Moved label for Sort::link() to html options 2013-08-26 18:02:44 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
155749e18d typos in doc 2013-08-26 15:23:22 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
b147760c7b added label option to Sort::link() 2013-08-26 14:06:48 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
a2eb49cd3e use @inheritdoc for ActiveDataProvider::setSort 2013-08-25 11:54:17 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
f9fab5d40d Lazy fallback of label creation for Sort class 2013-08-25 00:01:26 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
713a987a9d auto fill sorting colums in ActiveDataProvider if none are configured 2013-08-25 00:00:14 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
c23725aca0 fix dataProvider getSort()
correct creation of new Sort object if none is there
2013-08-24 23:43:17 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
5c4ad45f01 Fixes #783. 2013-08-19 22:56:02 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
d4c8f47c17 Fixes #753: fixed sorting issue of ActiveDataProvider 2013-08-13 07:46:04 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
5490e2a775 removed unused import 2013-08-13 02:54:20 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Ryadnov
0367d0a6a4 fixes initializing attributes in Sort class 2013-08-08 21:24:00 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
27238f8d03 refactored ActiveDataProvider. 2013-08-03 17:02:36 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
62dee1490b Fixes #709. 2013-08-03 13:49:59 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
dd5368b349 Refactored ActiveDataProvider. 2013-08-03 13:19:33 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
b31b02a55d renamed IDataProvider::getItems() to getModels() 2013-08-03 08:20:30 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
eda171e1be Added more YII_ENV constants. 2013-07-31 07:18:59 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
5d9c23c67b Added Sort::hasAttribute(). 2013-07-30 12:01:02 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
dc893ec669 Added DataProvider::id 2013-07-28 08:59:44 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
7eb33d65c6 Refactored Sort. 2013-07-21 13:20:47 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
9aa7b26184 Added LinkSorter. 2013-07-20 07:28:22 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
ac8801bc63 Added SortTest 2013-07-19 20:40:51 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
4965248182 Refactored Sort. 2013-07-19 18:59:47 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Luciano Baraglia
4e28b18c81 Doc Fixes 2013-07-17 02:53:17 -03:00 octicon-file-diff(16/) octicon-file-code(16/)
Philipp Frenzel
b0c6785afc Add echo into docs for link pager
I'm not sure if echo should be mentioned, but without the echo before the LinkPager::widget() the user would see nothing.
2013-07-13 22:07:41 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
111e7b3f60 method renaming. 2013-07-10 17:04:36 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
resurtm
2418dca85d Merge branch 'master' of github.com:yiisoft/yii2 2013-07-09 20:23:39 +06:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
a6746ed0f5 Added ArrayDataProvider. 2013-07-09 10:23:41 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
resurtm
067c00843a Pagination doc fix. 2013-07-09 20:23:04 +06:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
aa31b56aaf Finished unit test of ActiveDataProvider. 2013-07-09 09:34:45 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
53a1f9608a Added unit test for ActiveDataProvider. 2013-07-09 08:47:19 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
3996c7990d Allow customizing DB connection for ActiveDataProvider. 2013-07-09 08:36:09 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
ad2d18814e Refactored ActiveDataProvider. 2013-07-09 08:28:00 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
19e938cecf Added class doc. 2013-07-09 08:16:33 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
c4a57a9f6c Refactored Query and ActiveQuery.
Finished ActiveDataProvider.
2013-07-09 07:59:08 -04:00 octicon-file-diff(16/) octicon-file-code(16/)