Commit Graph

4221 Commits

Author SHA1 Message Date
Alexander Makarov
a61d9dcc80 started view docs 2013-08-13 21:44:05 +04:00
Suralc
02c92fea93 Merge remote-tracking branch 'upstream/master' into add-tests 2013-08-13 19:03:10 +02:00
Suralc
bae79cd76c Added ValidatorTest 2013-08-13 19:01:53 +02:00
Qiang Xue
90ddea11d7 Merge branch 'master' of github.com:yiisoft/yii2 2013-08-13 11:59:35 -04:00
Qiang Xue
1ca215dff4 Added default value of Validator::attributes. 2013-08-13 11:59:21 -04:00
Alexander Makarov
286ee4e26b docs on configuring Yii 2013-08-13 19:52:15 +04:00
Qiang Xue
f68bc3461b Merge branch 'master' of github.com:yiisoft/yii2 2013-08-13 10:57:04 -04:00
Qiang Xue
369f82b48e css fixes. 2013-08-13 10:56:51 -04:00
Suralc
d9f87f4045 Added RequiredValidatorTest 2013-08-13 16:49:53 +02:00
Alexander Makarov
1367f95725 more on advanced app docs 2013-08-13 18:35:01 +04:00
Alexander Makarov
55b0b41009 started advanced application guide 2013-08-13 18:03:36 +04:00
Alexander Makarov
88339b0cf6 basic application usage guide 2013-08-13 17:25:02 +04:00
Alexander Makarov
dd908985b2 Reorganized application template docs structure 2013-08-13 15:58:40 +04:00
Qiang Xue
d4c8f47c17 Fixes #753: fixed sorting issue of ActiveDataProvider 2013-08-13 07:46:04 -04:00
Alexander Makarov
5f4b59d024 Added more guide sections 2013-08-13 14:28:22 +04:00
Qiang Xue
b07ac2810e Merge branch 'master' of github.com:yiisoft/yii2 2013-08-12 20:06:00 -04:00
Qiang Xue
922f185b6f bug fix. 2013-08-12 20:05:54 -04:00
Alexander Makarov
5490e2a775 removed unused import 2013-08-13 02:54:20 +04:00
Alexander Makarov
6040841687 fixed User class namespace in phpdoc 2013-08-13 02:50:16 +04:00
Alexander Makarov
533b1eeb6e fixed phpdoc 2013-08-13 02:47:30 +04:00
Alexander Makarov
0596fa82fd code style fixes 2013-08-13 02:43:47 +04:00
Alexander Makarov
edb77393b2 fixes #736 2013-08-13 01:16:53 +04:00
Qiang Xue
29077460db css fix. 2013-08-12 16:20:44 -04:00
Qiang Xue
10e436eeb9 Fixed bootstrap Modal upgrade. 2013-08-12 14:18:08 -04:00
Qiang Xue
07a04c526e Fixed Menu active item check. 2013-08-12 14:11:46 -04:00
Qiang Xue
451ff62e3d Added login hint. 2013-08-12 13:29:37 -04:00
Qiang Xue
27ad7e1fc7 Added Controller::goHome(). 2013-08-12 13:19:37 -04:00
Qiang Xue
89fa7ed3cb Reverted the change to User::loginUrl. 2013-08-12 12:02:59 -04:00
Qiang Xue
5c5b20906e Merge branch 'master' of github.com:yiisoft/yii2 2013-08-12 12:02:08 -04:00
Qiang Xue
21eab82413 Refactored redirect() methods. 2013-08-12 12:01:59 -04:00
Qiang Xue
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
Luciano Baraglia
3f8e9b7a84 Login url fix when called from a module 2013-08-12 12:21:28 -03:00
Qiang Xue
2885d0988f doc fix. 2013-08-12 07:18:21 -04:00
Qiang Xue
534aa4f93c Support auto-activation of Nav. 2013-08-12 07:17:43 -04:00
Carsten Brandt
293b1737e1 cleanup YiiBase::autoload() 2013-08-12 02:36:47 +02:00
Carsten Brandt
b96fd24ef5 Finished documentation of Console Helper and Controller
fixes #33
2013-08-12 02:27:23 +02:00
Qiang Xue
75c4798d48 Fixes #744: simplified Yii autoloader. 2013-08-11 20:06:11 -04:00
Qiang Xue
f576add9e9 Fixes #744: simplified Yii autoloader. 2013-08-11 20:03:01 -04:00
Carsten Brandt
b84097c1ae fixed redis response parsing for large data
fixes #743
2013-08-12 01:17:53 +02:00
Carsten Brandt
a5a64dd7c9 improved redis timeout handling 2013-08-12 01:16:34 +02:00
Carsten Brandt
133e5c6e35 Merge branch 'master' into redis
* master: (806 commits)
  avoid confusing docs about autoload return value
  doc fix.
  Fixed doc.
  Fixed autoloader behavior according to leading \
  Fix in RequestPanel
  changed to trace from info.
  Removed yii\debug\Module::enabled.
  minor enhancement of debugger.
  Refactored the basic app.
  Added ErrorAction.
  Use `hasAttribute()` instead to avoid code duplication
  refactored NavBar and basic app navbar.
  test break fix.
  test break fix.
  Fixed test breaks.
  #735: removed hiddenInput to avoid confusion.
  ResizableAsset typo fix!
  Update radio and checkbox due to e3801fbf6b
  css fix.
  Fixed the basic app template.
  ...

Conflicts:
	.travis.yml
	tests/unit/data/config.php
2013-08-12 00:45:37 +02:00
Carsten Brandt
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
Qiang Xue
ce4f37a183 doc fix. 2013-08-11 16:14:59 -04:00
Qiang Xue
71b8dfdb2e Fixed doc. 2013-08-11 10:18:27 -04:00
Qiang Xue
411f373a19 Merge pull request #742 from cebe/autoload
Fixed autoloader behavior according to leading \
2013-08-11 07:17:10 -07:00
Carsten Brandt
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
Qiang Xue
17cf3b5edd Merge pull request #741 from Zhuravljov/master
Fix in RequestPanel
2013-08-11 04:42:25 -07:00
Roman Zhuravlev
b64299da7d Fix in RequestPanel 2013-08-11 13:08:34 +03:00
Qiang Xue
d1c41fe144 changed to trace from info. 2013-08-10 12:22:32 -04:00
Qiang Xue
9193e4777c Removed yii\debug\Module::enabled. 2013-08-10 07:56:40 -04:00