Commit Graph

7547 Commits

Author SHA1 Message Date
Qiang Xue
b03b38fb0d Added $publish parameter to AssetManager::getBundle(). 2013-10-20 10:31:06 -04:00
Carsten Brandt
1475b46249 adjusted asset phpdoc after refactoring #996 2013-10-20 12:45:05 +02:00
Alexander Makarov
c2dabfa78e Adjusted short tags 2013-10-20 00:59:56 +04:00
Qiang Xue
ee261d3838 Merge pull request #1020 from yiisoft/module-refactoring
Module & Application refactoring
2013-10-19 12:33:40 -07:00
Alexander Makarov
8e1199b0f6 Moved setting controllerNamespace back to init 2013-10-19 23:24:51 +04:00
Alexander Makarov
9434cc8f40 Moved Application::$controllerNamespace init into variable declaration, reordered Module::__construct. 2013-10-19 13:30:31 +04:00
Qiang Xue
07c653859c Fixed composer file. 2013-10-19 00:39:55 -04:00
Qiang Xue
03861b6fde Extension installer wip 2013-10-19 00:35:57 -04:00
Qiang Xue
f756ab608f Extension installer wip 2013-10-19 00:12:19 -04:00
Qiang Xue
825c4f37e7 Extension installer wip 2013-10-19 00:07:34 -04:00
Qiang Xue
c42894cec4 Extension installer wip 2013-10-19 00:01:03 -04:00
Qiang Xue
f130dca199 Fixed test break. 2013-10-18 22:02:28 -04:00
Qiang Xue
cdf52d69ef typo fix. 2013-10-18 21:47:05 -04:00
Qiang Xue
e79e33ffa0 Merge branch 'master' of github.com:yiisoft/yii2 2013-10-18 19:15:25 -04:00
Alexander Makarov
61352a440f Merge branch 'master' 2013-10-19 02:24:27 +04:00
Alexander Makarov
6bcacec946 Revert "Better handling of trying to configure already instantiated component"
This reverts commit 6b15768a3f.
2013-10-19 02:23:52 +04:00
Alexander Makarov
8583de701d Removed unnecessary call 2013-10-19 02:23:05 +04:00
Alexander Makarov
54e1abaa7b Better Module::init refactoring 2013-10-19 02:22:05 +04:00
Alexander Makarov
3e2bcfdf52 Refactored Module::setBasePath to remove instanceof condition 2013-10-19 02:19:27 +04:00
Alexander Makarov
e8eccc281d Refactored instanceof in Module into method in Application 2013-10-19 02:01:58 +04:00
Alexander Makarov
32e3634838 Fixed ActiveForm 2013-10-19 01:04:24 +04:00
Alexander Makarov
6b15768a3f Better handling of trying to configure already instantiated component 2013-10-19 01:02:13 +04:00
Qiang Xue
40cb5b813e Fixed bug in AssetBundle::registerAssets(). 2013-10-18 13:23:11 -04:00
Alexander Makarov
005c006b69 typo fix 2013-10-18 21:01:34 +04:00
Alexander Makarov
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
Qiang Xue
f4e3edb1e0 Fixes #1004. 2013-10-18 12:30:57 -04:00
Qiang Xue
3cd897e583 Fixed asset file registration with extra leading slashes. 2013-10-18 11:55:58 -04:00
Qiang Xue
602592411d Fixes #996. 2013-10-18 10:33:56 -04:00
Qiang Xue
86ceee5293 Fixes #1017. 2013-10-18 10:19:37 -04:00
resurtm
ffbd10638f Remove unnecessary $this.
Related to b3b5e36d42.
2013-10-18 19:36:16 +06:00
Alexander Makarov
24bc980da4 Replaced "<?php echo" with "<?=" that is always available for PHP 5.4 2013-10-18 14:09:11 +04:00
Alexander Makarov
55cc812847 Merge pull request #1012 from KingYes/master
Convert to short syntax [2].
2013-10-18 02:08:15 -07:00
Yakir Sitbon
dfb6e1f404 Convert to short syntax [2]. 2013-10-18 12:03:36 +00:00
Alexander Makarov
e115b0c860 Updated docs, composer.json and other things to mention and use PHP 5.4 2013-10-18 13:01:13 +04:00
Yakir Sitbon
5391b20918 Merge pull request #1 from yiisoft/master
Sync..
2013-10-18 01:51:01 -07:00
Yakir Sitbon
dfb3895457 Convert to short syntax (array) 2013-10-18 09:48:27 +00:00
Alexander Makarov
c3ba7f6b6d Merge pull request #1010 from KingYes/master
Convert to short syntax (array)
2013-10-18 01:37:46 -07:00
Alexander Makarov
6f2f1a1b14 Merge pull request #1008 from sensorario/master
Convert configuration to short syntax
2013-10-18 01:34:53 -07:00
sensorario
249493985d Convert to short syntax 2013-10-18 07:30:41 +02:00
sensorario
ea52487c0f Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (1471 commits)
  Remove PHP 5.3 Travis build rule. Related to #35.
  Remove use ($this). Related to 9e1b498fb5.
  PHP 5.4 supports $this with closures.
  Fixes #999.
  Just simple support PostgreSQL in QueryBuilder
  debug panel : changed .json to .php
  debug panel : change json_encode/decode to serialise/unserialise to prevent non-UTF characters error
  typo fix
  Fixes #930: Added i18n docs about configuring message source
  commented private property
  Fixed typos
  fixes #995
  More on GII buttons
  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
  ...
2013-10-18 07:01:01 +02:00
resurtm
153f697117 Remove PHP 5.3 Travis build rule. Related to #35. 2013-10-18 09:53:26 +06:00
resurtm
b3b5e36d42 Remove use ($this). Related to 9e1b498fb5. 2013-10-18 09:46:52 +06:00
resurtm
9e1b498fb5 PHP 5.4 supports $this with closures. 2013-10-18 09:31:37 +06:00
Qiang Xue
89394db017 Fixes #999. 2013-10-17 17:12:29 -04:00
Qiang Xue
5af1e524e3 Merge pull request #999 from iJackUA/debug-panel-serialisation-fix
Debug panel : change json_encode/decode to serialise/unserialise
2013-10-17 14:09:38 -07:00
Qiang Xue
802a89f005 Merge pull request #808 from callmez/master
Modal::clientOptions disable support.
2013-10-17 14:02:33 -07:00
Alexander Makarov
645ec3645c Merge pull request #1006 from chelishchev/basic-support-pgsql-in-query-builder
Support PostgreSQL in QueryBuilder
2013-10-17 13:00:54 -07:00
chelishchev
8f8c705309 Just simple support PostgreSQL in QueryBuilder 2013-10-17 22:54:09 +03:00
Eugene Kuzminov
5b86ec973e debug panel : changed .json to .php 2013-10-17 16:37:31 +03:00
Eugene Kuzminov
b9de474cce debug panel : change json_encode/decode to serialise/unserialise to prevent non-UTF characters error 2013-10-17 15:24:52 +03:00