2195 Commits

Author SHA1 Message Date
0596fa82fd code style fixes 2013-08-13 02:43:47 +04:00
edb77393b2 fixes #736 2013-08-13 01:16:53 +04:00
10e436eeb9 Fixed bootstrap Modal upgrade. 2013-08-12 14:18:08 -04:00
07a04c526e Fixed Menu active item check. 2013-08-12 14:11:46 -04:00
451ff62e3d Added login hint. 2013-08-12 13:29:37 -04:00
27ad7e1fc7 Added Controller::goHome(). 2013-08-12 13:19:37 -04:00
89fa7ed3cb Reverted the change to User::loginUrl. 2013-08-12 12:02:59 -04:00
5c5b20906e Merge branch 'master' of github.com:yiisoft/yii2 2013-08-12 12:02:08 -04:00
21eab82413 Refactored redirect() methods. 2013-08-12 12:01:59 -04:00
e17de37b10 Merge pull request #750 from lucianobaraglia/master
Login url fix when called from a module [skip ci]
2013-08-12 08:50:14 -07:00
3f8e9b7a84 Login url fix when called from a module 2013-08-12 12:21:28 -03:00
2885d0988f doc fix. 2013-08-12 07:18:21 -04:00
534aa4f93c Support auto-activation of Nav. 2013-08-12 07:17:43 -04:00
293b1737e1 cleanup YiiBase::autoload() 2013-08-12 02:36:47 +02:00
b96fd24ef5 Finished documentation of Console Helper and Controller
fixes #33
2013-08-12 02:27:23 +02:00
75c4798d48 Fixes #744: simplified Yii autoloader. 2013-08-11 20:06:11 -04:00
f576add9e9 Fixes #744: simplified Yii autoloader. 2013-08-11 20:03:01 -04:00
afebb37129 avoid confusing docs about autoload return value
autoload return value has no effect on other autoloaders
they will only be called based on whether the class has been loaded or
not.
2013-08-12 00:29:43 +02:00
ce4f37a183 doc fix. 2013-08-11 16:14:59 -04:00
71b8dfdb2e Fixed doc. 2013-08-11 10:18:27 -04:00
411f373a19 Merge pull request #742 from cebe/autoload
Fixed autoloader behavior according to leading \
2013-08-11 07:17:10 -07:00
c4587de53e Fixed autoloader behavior according to leading \
As of PHP 5.3.2 PHP does not send class names with leading \ to
autoload functions.

Removed ltrim for '/' from autoload because it is

1. not needed: https://bugs.php.net/bug.php?id=50731 and
2. possibly wrong behavior: https://bugs.php.net/bug.php?id=51087
2013-08-11 15:17:28 +02:00
17cf3b5edd Merge pull request #741 from Zhuravljov/master
Fix in RequestPanel
2013-08-11 04:42:25 -07:00
b64299da7d Fix in RequestPanel 2013-08-11 13:08:34 +03:00
d1c41fe144 changed to trace from info. 2013-08-10 12:22:32 -04:00
9193e4777c Removed yii\debug\Module::enabled. 2013-08-10 07:56:40 -04:00
1f63bf0040 minor enhancement of debugger. 2013-08-10 07:33:55 -04:00
bc21de98bd Refactored the basic app. 2013-08-10 07:33:24 -04:00
8ee92fdb80 Added ErrorAction. 2013-08-10 07:32:19 -04:00
dedad2487d Merge pull request #737 from wicaksono/master
Use `hasAttribute()` instead to avoid code duplication
2013-08-09 12:47:18 -07:00
a042d20c22 Use hasAttribute() instead to avoid code duplication 2013-08-10 02:31:49 +07:00
aeb568bee2 refactored NavBar and basic app navbar. 2013-08-09 10:55:16 -04:00
24a66b383d test break fix. 2013-08-09 09:50:19 -04:00
6d66a98acb test break fix. 2013-08-09 09:32:28 -04:00
7aeb2fcf4f Fixed test breaks. 2013-08-09 09:21:41 -04:00
20727c8c8d Merge pull request #733 from wicaksono/master
Update radio and checkbox
2013-08-09 06:12:39 -07:00
880b6f9d65 #735: removed hiddenInput to avoid confusion. 2013-08-09 08:21:23 -04:00
bd60dc00e7 Merge pull request #734 from callmez/master
ResizableAsset typo fix!
2013-08-09 03:12:33 -07:00
82282f93f0 ResizableAsset typo fix! 2013-08-09 17:30:08 +08:00
f756a45f51 Update radio and checkbox due to e3801fbf6bdf167c31f4f2bbb774f75659956d57 2013-08-09 11:49:40 +07:00
593e66132e css fix. 2013-08-08 22:09:35 -04:00
a602ee0e8c Fixed the basic app template. 2013-08-08 21:56:58 -04:00
0e013c4f46 Fixed debugger with the new bootstrap. 2013-08-08 21:06:40 -04:00
afa0a2b11a Merge branch 'master' of github.com:yiisoft/yii2 2013-08-08 20:01:01 -04:00
e3801fbf6b Upgraded bootstrap to 3.0RC1. 2013-08-08 20:00:48 -04:00
cbfbc76051 Merge pull request #731 from Ryadnov/fix_sort_init_attributes
fixes initializing attributes in Sort class
2013-08-08 10:40:17 -07:00
eb0b00f8a0 Merge pull request #730 from Ryadnov/fix_typos_in_docs
fix typos - `Yii::app()`
2013-08-08 10:34:52 -07:00
0367d0a6a4 fixes initializing attributes in Sort class 2013-08-08 21:24:00 +04:00
2409624894 fix typos - Yii::app() 2013-08-08 21:15:46 +04:00
22b5f9ea2c updated doc. 2013-08-08 07:55:20 -04:00