Qiang Xue
4ab5ce3b5e
Fixed join query for AR.
2013-05-21 15:32:13 -04:00
Alexander Kochetov
0763684e8e
Responsive bundle depency fix
2013-05-21 23:17:33 +04:00
Alexander Kochetov
2b63dc888a
Bundle names and depency fixes
2013-05-21 23:16:10 +04:00
Alexander Kochetov
c3bce6b611
YiiBase move all after class definition
2013-05-21 23:00:18 +04:00
Alexander Kochetov
6f2acf0518
YiiBase
2013-05-21 22:57:34 +04:00
Alexander Kochetov
95d4d8f520
Reloaded
2013-05-21 22:41:06 +04:00
Alexander Kochetov
b190b82a13
Additional bootstrap packages
2013-05-21 21:49:14 +04:00
Qiang Xue
cf99fb9237
Merge pull request #335 from creocoder/uncompressed-js
...
Uncompressed assets js files for better final compression
2013-05-21 09:39:30 -07:00
Alexander Kochetov
3a1b9c6ba6
New approach
2013-05-21 20:36:31 +04:00
Qiang Xue
ced7c43fe3
minor refactoring.
2013-05-21 11:50:48 -04:00
Qiang Xue
c20929a690
Merge pull request #328 from tonydspaniard/327-bootstrap-typeahead
...
TypeAhead plugin
2013-05-21 08:47:15 -07:00
Qiang Xue
64dd801c1e
Merge pull request #334 from creocoder/bootstrap-alert-widget-bugfixes
...
yii\bootstrap\Alert bugfixes and commentfixes
2013-05-21 08:38:36 -07:00
Alexander Kochetov
fc4da10891
Uncompressed assets js files for better overall compression
2013-05-21 19:36:52 +04:00
Alexander Kochetov
bff963576e
yii\bootstrap\Alert bugfixes and commentfixes
2013-05-21 19:25:15 +04:00
Qiang Xue
0c9a65e9a9
Merge pull request #330 from tonydspaniard/329-bootstrap-alert
...
bootstrap alert widget
2013-05-21 08:08:28 -07:00
Antonio Ramirez
80ca760b2d
dough!
2013-05-21 16:55:20 +02:00
Antonio Ramirez
51a4a9ee51
Apply latest feedback
2013-05-21 16:53:55 +02:00
Antonio Ramirez
74aaa4f00d
code style fixes and refactored as stated on comments
2013-05-21 16:45:21 +02:00
Qiang Xue
0522f9bbfe
Replaced id2camel with direct implementation
2013-05-21 10:42:32 -04:00
Antonio Ramirez
fc78398447
fixed code style
2013-05-21 16:17:45 +02:00
Antonio Ramirez
8d1a745192
fixed comments and code style
2013-05-21 16:08:54 +02:00
Antonio Ramirez
4b6df0e178
bootstrap alert widget
2013-05-21 15:54:09 +02:00
Antonio Ramirez
f0f19e338a
comparison swapped
2013-05-21 13:28:08 +02:00
Antonio Ramirez
6c25c8fca9
minor fixes
2013-05-21 13:27:20 +02:00
Antonio Ramirez
fc6e66838a
added typeahead
2013-05-21 13:12:32 +02:00
Paul Klimov
da3977964b
Check for console mode at "YiiRequirementChecker" has been simplified.
2013-05-21 13:47:19 +03:00
Paul Klimov
99f757c641
Yii core requirements have been updated: PHP version raised up to 5.3.11
2013-05-21 13:25:51 +03:00
Antonio Ramirez
20e18e1bdd
fix phpdoc of underscore
2013-05-21 11:35:19 +02:00
Paul Klimov
987230a366
Merge pull request #326 from kachar/patch-1
...
Fix YiiRequirementChecker.php typo
2013-05-21 01:48:54 -07:00
Ilko
254937b069
Fix YiiRequirementChecker.php typo
2013-05-21 11:45:23 +03:00
Paul Klimov
ff386fc462
"YiiRequirementChecker" fixed to determine console mode more precisely.
2013-05-21 11:28:08 +03:00
Paul Klimov
004d0b044a
"YiiRequirementChecker" definition has been reverted to match PHP 4.3
2013-05-21 11:24:30 +03:00
Antonio Ramirez
f9222a083a
fix failing test
2013-05-21 08:42:38 +02:00
Antonio Ramirez
3a5f01cb6e
Merge branch 'upstream' into 313-Inflector-Helper
...
* upstream:
Enhanced the detection of secure connection.
Refactored Modal.
< PHP 5.3 compatibility for req checker
code style and UI improvements to requirements checker
readded accidentally removed .gitignore file
Changed Yii.php case in some files where it was wrong
Finished bootstrap Widget and Modal.
PHP Intl extension has been added to default Yii requirements.
moved optional packages to "suggest", updated platform requirements
"vendor-dir": "vendor" is default, removed
fixed auth manager unit test to not expect generic exception
fixed range requests, tests improved
2013-05-21 08:22:59 +02:00
Antonio Ramirez
3575b99650
finished all tests
2013-05-21 08:22:20 +02:00
Qiang Xue
b2e7aa3114
Enhanced the detection of secure connection.
2013-05-20 23:02:38 -04:00
Qiang Xue
cc7c6c7aac
Refactored Modal.
2013-05-20 21:18:19 -04:00
Carsten Brandt
7a1e4e6227
< PHP 5.3 compatibility for req checker
2013-05-21 02:17:58 +02:00
Antonio Ramirez
82a6281c65
added tests
2013-05-21 01:04:28 +02:00
Carsten Brandt
6a1b226cdb
code style and UI improvements to requirements checker
...
also changed PHP Intl support to optional.
2013-05-20 23:59:41 +02:00
Carsten Brandt
4ad9322879
readded accidentally removed .gitignore file
2013-05-20 22:46:11 +02:00
Carsten Brandt
9e6a1a5847
Changed Yii.php case in some files where it was wrong
2013-05-20 22:43:43 +02:00
Carsten Brandt
a77bfea21d
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2: (31 commits)
Finished bootstrap Widget and Modal.
PHP Intl extension has been added to default Yii requirements.
moved optional packages to "suggest", updated platform requirements
"vendor-dir": "vendor" is default, removed
Fixes issue #320 : Module::createController() will fail with a route with trailing slash.
Fixed test break about AssetController.
requirements css.php twitter bootstrap update to 2.3.2
Twitter bootstrap updated to 2.3.2
Modified the IAssetConvert interface.
hashing the key for registerCss and registerJs.
Update AccessRule.php
refactored code after feedback
Fixed framework path.
Added support for View::POS_READY.
new proposed structure
remove from master (update track)
minor fixes
updated the README file of the bootstrap app.
Inflector class
readjusting files for the framework package.
...
2013-05-20 22:40:20 +02:00
Qiang Xue
e29be25c3e
Merge branch 'master' of github.com:yiisoft/yii2
2013-05-20 16:39:43 -04:00
Qiang Xue
04a825f462
Finished bootstrap Widget and Modal.
2013-05-20 16:39:13 -04:00
Alexander Makarov
ceaca378f9
Merge pull request #296 from Ragazzo/response-fix-tests-added
...
fixed range requests, tests improved
2013-05-20 10:39:55 -07:00
Klimov Paul
febbf31657
Merge branch 'master' of github.com:yiisoft/yii2
2013-05-20 20:39:10 +03:00
Klimov Paul
cb22fd9c64
PHP Intl extension has been added to default Yii requirements.
2013-05-20 20:37:19 +03:00
Alexander Makarov
a856ddb613
moved optional packages to "suggest", updated platform requirements
2013-05-20 21:37:14 +04:00
Alexander Makarov
d07db99468
"vendor-dir": "vendor" is default, removed
2013-05-20 21:15:55 +04:00