Commit Graph

7316 Commits

Author SHA1 Message Date
Alexander Makarov
1444e14853 Fixed Widget::widget 2014-01-26 23:02:59 +04:00
Qiang Xue
1fb4e152bb added contributor. 2014-01-26 12:57:07 -05:00
Qiang Xue
d43c339670 Formatter::timeZone should take string only. 2014-01-26 12:49:55 -05:00
Qiang Xue
a43f8b2361 Fixes #2157: The '*' category pattern will match all categories that do not match any other patterns listed in I18N::translations 2014-01-26 12:44:27 -05:00
Carsten Brandt
1c8ace46d6 Merge PR #2136 branch 'detail-view-attributes' of https://github.com/creocoder/yii2
* 'detail-view-attributes' of https://github.com/creocoder/yii2:
  DetailView phpDoc
  CHANGELOG
  DetailView allow set label while attribute in string format
  DetailView correct regexp

Conflicts:
	framework/CHANGELOG.md
2014-01-26 17:21:20 +01:00
John Was
26564fb9b5 fixed code style for assignments inside if conditions 2014-01-26 17:00:43 +01:00
Mark
1949c532aa docs added 2014-01-26 19:05:03 +04:00
Mark
2186e3fd4f fixed docs 2014-01-26 18:59:04 +04:00
Mark
d05e91393d docs fix 2014-01-26 18:47:46 +04:00
Mark
60dbd643fb typo fix 2014-01-26 18:46:54 +04:00
Mark
faaabeec5c docs fixed 2014-01-26 18:38:01 +04:00
John Was
07ce08d970 updated helpers/BaseFileHelper::findFiles description and comments in messages/config.php 2014-01-26 15:28:55 +01:00
John Was
f90e594f4f remove _FLAG from PATTERN_FLAG constants 2014-01-26 15:03:24 +01:00
John Was
b2b10d1685 more unit tests for helpers/FileHelper::findFiles using new wildcard exceptions matching 2014-01-26 15:02:26 +01:00
Alexander Makarov
a2dca09e71 Modified phpdoc 2014-01-26 17:50:04 +04:00
Alexander Makarov
c8a7844324 Added changelog 2014-01-26 17:47:31 +04:00
Alexander Makarov
db7e4a4401 Added echo output in case there's return 2014-01-26 17:44:19 +04:00
Carsten Brandt
0ce2dd1810 Merge pull request #2163 from Ragazzo/i18n_docs_improved
i18n docs added
2014-01-26 05:33:41 -08:00
Mark
b499e630c3 docs fixed 2014-01-26 17:00:09 +04:00
Mark
806dbf9b45 i18n docs added 2014-01-26 16:40:53 +04:00
Alexander Makarov
4023f4215a Allow writing widgets using return instead of echo in the run method to make it consistent with controller 2014-01-26 16:08:24 +04:00
Mark
107eb8114b added titles, fixed formatting 2014-01-26 13:56:00 +04:00
Mark
67aff10102 fixed test docs for codeception extension 2014-01-26 13:47:45 +04:00
Qiang Xue
698d66a2c1 fixed test break 2014-01-25 19:01:32 -05:00
Qiang Xue
1ebe46c64a Fixed test break. 2014-01-25 17:53:15 -05:00
Qiang Xue
26b556a6fb doc fix. 2014-01-25 16:55:21 -05:00
Qiang Xue
3df51e4c5f Merge pull request #2155 from dizews/timezone-in-base-formatter
add timeZone into base formatter
2014-01-25 13:54:02 -08:00
Vladimir Zbrailov
330ae053e6 remove timezone from i18n formatter 2014-01-26 01:42:36 +04:00
Qiang Xue
d8516b17ae doc fix 2014-01-25 16:32:40 -05:00
Qiang Xue
661fe24aab Merge pull request #2137 from Ana1oliy/issue-1659
issue #1659: released buildLimitOffset() for MSSQL
2014-01-25 13:27:42 -08:00
Vladimir Zbrailov
c8a9ed80c8 prevent changing public timezone 2014-01-26 00:51:17 +04:00
Vladimir Zbrailov
230f40c866 fix formatter 2014-01-26 00:32:21 +04:00
Vladimir Zbrailov
84bfc3fc88 add timeZone into base formatter 2014-01-25 23:51:35 +04:00
Alexander Makarov
9eb27c6387 Merge pull request #2152 from kate-kate/patch-1
Doc typo
2014-01-25 03:20:25 -08:00
kate-kate
4b5f180c01 Doc typo 2014-01-25 12:51:44 +02:00
Alexander Makarov
ee8c0404bf minor code style and phpdoc fix 2014-01-25 14:07:07 +04:00
Alexander Makarov
c9eca1d596 Fixed refactoring 2014-01-25 13:35:27 +04:00
Alexander Makarov
365d1f5b6d Added more info to Performance Tuning 2014-01-25 13:18:54 +04:00
Alexander Makarov
5a84b8124d More on URL Management 2014-01-25 12:53:01 +04:00
Alexander Makarov
f882b38422 Merge pull request #2150 from zelenin/constant-define-fixes
Fix typos in constant
2014-01-24 13:38:28 -08:00
Aleksandr Zelenin
4f17c45f00 Fix typos in constant 2014-01-25 01:33:28 +04:00
Qiang Xue
f6dd6fa2e9 Renamed ActiveRecordInterface::createActiveRelation() to createRelation() 2014-01-24 14:46:53 -05:00
Qiang Xue
0dfc8b1f7c refactored BaseMailer about message file name generation. 2014-01-24 11:48:20 -05:00
Qiang Xue
370b05648a doc fix. 2014-01-24 10:26:05 -05:00
Carsten Brandt
c239afbf1e added guide to apidoc bootstrap template 2014-01-24 16:17:40 +01:00
Qiang Xue
49c62e6846 typo 2014-01-24 09:29:19 -05:00
Qiang Xue
3dd3914a38 Fixes #2144: Html helper now supports rendering "data" attributes 2014-01-24 08:50:20 -05:00
Alexander Makarov
a19dd39e92 Merge pull request #2142 from peeradach001/patch-1
doc fix
2014-01-24 05:14:57 -08:00
peeradach001
f36ec8c9ca doc fix 2014-01-24 16:25:41 +07:00
Qiang Xue
30accd28d6 improved doc. 2014-01-23 19:15:11 -05:00