Commit Graph

4923 Commits

Author SHA1 Message Date
Dmitry Chernikov
4716572998 CHANGELOG.md fix 2014-06-17 21:27:30 +03:00
Dmitry Chernikov
1909da2a21 re ownTemplate => template 2014-06-17 20:35:40 +03:00
Dmitry Chernikov
7f0427d911 ownTemplate => template 2014-06-17 20:26:16 +03:00
Dmitry Chernikov
623c196c3e CHANGELOG.md update 2014-06-17 20:07:46 +03:00
Dmitry Chernikov
b1f71cbf60 yii\widgets\Breadcrumbs enhancement. Allow link to have its ownTemplate 2014-06-17 20:02:12 +03:00
Klimov Paul
d1781b5908 Issue #3801 added to CHANGELOG 2014-06-17 18:03:13 +03:00
Klimov Paul
166465ec7a MigrationInterface extracted 2014-06-17 18:00:22 +03:00
Klimov Paul
6cc1310aed BaseMigrateController extracted 2014-06-17 17:49:21 +03:00
Alexander Kochetov
22b04c5c99 SluggableBehavior initial implementation 2014-06-17 04:08:39 +04:00
Alexander Makarov
dfa0bc8d06 Fixes #3897: Raised visibility of yii\web\View::registerAssetFiles() to protected 2014-06-17 00:50:44 +04:00
Carsten Brandt
4d6d95256f remove FormatDefs file
we do not want our own i18n database.
When this kind of data is needed intl extension is a requirement.
2014-06-16 19:06:05 +02:00
Carsten Brandt
d7b4ea859b refactored date formatting functions
- removed unformat methods, they do not belong here
- removed db format, which is also not purpose of this class
- refactored the whole set of methods to be simpler and better
  maintainable

More unit tests needed.
2014-06-16 18:58:36 +02:00
Carsten Brandt
330b8c2507 Merge branch '2359-formatter-refactored' of https://github.com/Erik-r/yii2-1 into Erik-r-2359-formatter-refactored
* '2359-formatter-refactored' of https://github.com/Erik-r/yii2-1:
  #2359 Bugfix in normalizeDatetimeValue after regression test
  #2359 one test failed in Travis because standard medium date format is different in Travis then on my locale PC.
  #2359 testcases adapted and compatibility to old tests improved
  remove comment lines in asRelativeTime
  Typo in function call #2359
  Namespace corrected #2359
  Refactored formatter class #2359 which works with or without intl extension. Use PHP format patterns alsow with intl. Class is compatible with previous version.
2014-06-16 13:24:20 +02:00
Klimov Paul
7ddca60099 Unnecessary full class name usage removed 2014-06-16 11:50:34 +03:00
Carsten Brandt
871ae29c9c call asArray() instead of assign directly
fixes #3891
2014-06-16 08:49:16 +02:00
Qiang Xue
c8cb40cb50 Finished view tutorial [skip ci] 2014-06-15 18:16:11 -04:00
patrick
48f941dac7 Fixes Twig lexerOptions throwing exception (#3877) and adds test for lexerOptions 2014-06-15 13:15:36 +02:00
Qiang Xue
084819b84c refactored file validator. 2014-06-14 16:21:59 -04:00
Mark
057d09ead4 fixed CHANGELOG notes 2014-06-14 22:13:56 +04:00
Mark
a89d574a20 updated FileValidator , CHANGELOG.md , UPGRADE.md guides , tests fixed 2014-06-14 22:11:58 +04:00
Mark
64deaad75d undo changes 2014-06-14 21:59:10 +04:00
Mark
52283616a1 updated CHANGELOG line 2014-06-14 13:16:23 +04:00
Mark
42643e3747 type validation adjusted 2014-06-14 12:42:12 +04:00
Qiang Xue
0740d2da61 Merge branch 'widgets-activeform-incorrect-js-selector' of github.com:creocoder/yii2 into creocoder-widgets-activeform-incorrect-js-selector
Conflicts:
	framework/CHANGELOG.md
2014-06-13 22:01:47 -04:00
Alexander Kochetov
1b81503d71 \yii\widgets\ActiveForm incorrect js selector for errorSummaryCss property better fix 2014-06-14 02:02:35 +04:00
Alexander Kochetov
24239e4205 CHANGELOG updated 2014-06-14 01:30:30 +04:00
Alexander Kochetov
4894d66d6e \yii\widgets\ActiveForm incorrect js selector for errorSummaryCss property fixed 2014-06-14 01:28:16 +04:00
Qiang Xue
6b799d392d Fixes #3358: Removed automatic CSRF meta tag generation by View. Added Html::csrfMetaTags() and its call to main layout files 2014-06-13 10:04:48 -04:00
Erik_r
a8ad3b83bd #2359 Bugfix in normalizeDatetimeValue after regression test 2014-06-13 16:02:20 +02:00
Klimov Paul
49f5d364a5 #3807: Wrong js/css path composition at AssetController::buildTarget() fixed 2014-06-13 12:40:40 +03:00
Erik_r
0a10e92f92 #2359 one test failed in Travis because standard medium date format is different in Travis then on my locale PC. 2014-06-13 10:40:40 +02:00
Qiang Xue
b489cada30 guide WIP [skip ci] 2014-06-12 20:40:31 -04:00
Alexander Makarov
5fc3733f30 Merge pull request #3843 from umneeq/yii-widgets-menu-fix
Fix Menu bug when using `template` with `encodeLabel` => false
2014-06-12 23:16:30 +04:00
Dmitry Chernikov
c3cde232e4 Added bug to CHANGELOG.md 2014-06-12 22:08:30 +03:00
Dmitry Chernikov
f27edcc27d Fix Menu bug when using template with encodeLabel => false 2014-06-12 20:30:56 +03:00
Erik_r
299d991a2e #2359 testcases adapted and compatibility to old tests improved 2014-06-12 16:45:25 +02:00
Qiang Xue
9ae79c24a1 fixed CHANGELOG [skip ci] 2014-06-12 09:32:05 -04:00
Alexander Makarov
4cee48b74d Merge pull request #3830 from Ragazzo/fileinfo_changlog_notes
notes added
2014-06-12 17:25:03 +04:00
Carsten Brandt
20483e25db added reference link to SQL error code
[ci skip]
2014-06-12 15:11:48 +02:00
Mark
7d1f6488e3 notes added 2014-06-12 17:09:29 +04:00
Carsten Brandt
9430ccd095 more robust check for table not exists
should work on HHVM too
2014-06-12 14:46:13 +02:00
mitalcoi
4f57fdb55f fic changelog spaces 2014-06-12 09:17:38 +04:00
mitalcoi
543647371c fixed asterisk bug, update chanelog 2014-06-12 08:42:30 +04:00
Qiang Xue
5c84d3fd42 Fixes #3817: yii\rbac\PhpManager::getChildren() returns null instead of expected empty array 2014-06-11 22:59:51 -04:00
Mark
31e8ef3ed4 fixed upgrade note 2014-06-11 21:45:55 +04:00
Mark
718d114828 file helper adjusted , upgrade notes added 2014-06-11 21:43:51 +04:00
Mark
724efdb58e fileinfo check 2014-06-11 20:52:25 +04:00
Erik_r
d80d9dcd1d remove comment lines in asRelativeTime 2014-06-11 12:14:42 +02:00
Erik_r
4dbf1fe7b2 Typo in function call #2359 2014-06-11 11:51:53 +02:00
Erik_r
cf960e891f Namespace corrected #2359 2014-06-11 11:26:44 +02:00