lancecoder
ed7229c77c
Update apps-basic.md
...
update path document root
11 years ago
Qiang Xue
6f42e87ebf
Added Html::error().
11 years ago
Carsten Brandt
cd84653ff3
fixed extension documentation
11 years ago
Alexander Makarov
f6c4c1ef3f
explained why AR is used in an example for scenarios doc
11 years ago
Qiang Xue
b51c7e3b16
Fixes #756 : added doc to Dropdown.
11 years ago
Alexander Makarov
b6e3dd29ab
started bootstrap docs
11 years ago
Alexander Makarov
075bd7ee98
Added Installation part to app template docs
11 years ago
Alexander Makarov
a61d9dcc80
started view docs
11 years ago
Qiang Xue
90ddea11d7
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Qiang Xue
1ca215dff4
Added default value of Validator::attributes.
11 years ago
Alexander Makarov
286ee4e26b
docs on configuring Yii
11 years ago
Qiang Xue
f68bc3461b
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Qiang Xue
369f82b48e
css fixes.
11 years ago
Alexander Makarov
1367f95725
more on advanced app docs
11 years ago
Alexander Makarov
55b0b41009
started advanced application guide
11 years ago
Alexander Makarov
88339b0cf6
basic application usage guide
11 years ago
Alexander Makarov
dd908985b2
Reorganized application template docs structure
11 years ago
Qiang Xue
d4c8f47c17
Fixes #753 : fixed sorting issue of ActiveDataProvider
11 years ago
Alexander Makarov
5f4b59d024
Added more guide sections
11 years ago
Qiang Xue
b07ac2810e
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Qiang Xue
922f185b6f
bug fix.
11 years ago
Alexander Makarov
5490e2a775
removed unused import
11 years ago
Alexander Makarov
6040841687
fixed User class namespace in phpdoc
11 years ago
Alexander Makarov
533b1eeb6e
fixed phpdoc
11 years ago
Alexander Makarov
0596fa82fd
code style fixes
11 years ago
Alexander Makarov
edb77393b2
fixes #736
11 years ago
Qiang Xue
29077460db
css fix.
11 years ago
Qiang Xue
10e436eeb9
Fixed bootstrap Modal upgrade.
11 years ago
Qiang Xue
07a04c526e
Fixed Menu active item check.
11 years ago
Qiang Xue
451ff62e3d
Added login hint.
11 years ago
Qiang Xue
27ad7e1fc7
Added Controller::goHome().
11 years ago
Qiang Xue
89fa7ed3cb
Reverted the change to User::loginUrl.
11 years ago
Qiang Xue
5c5b20906e
Merge branch 'master' of github.com:yiisoft/yii2
11 years ago
Qiang Xue
21eab82413
Refactored redirect() methods.
11 years ago
Qiang Xue
e17de37b10
Merge pull request #750 from lucianobaraglia/master
...
Login url fix when called from a module [skip ci]
11 years ago
Luciano Baraglia
3f8e9b7a84
Login url fix when called from a module
11 years ago
Qiang Xue
2885d0988f
doc fix.
11 years ago
Qiang Xue
534aa4f93c
Support auto-activation of Nav.
11 years ago
Carsten Brandt
293b1737e1
cleanup YiiBase::autoload()
11 years ago
Carsten Brandt
b96fd24ef5
Finished documentation of Console Helper and Controller
...
fixes #33
11 years ago
Qiang Xue
75c4798d48
Fixes #744 : simplified Yii autoloader.
11 years ago
Qiang Xue
f576add9e9
Fixes #744 : simplified Yii autoloader.
11 years ago
Carsten Brandt
b84097c1ae
fixed redis response parsing for large data
...
fixes #743
11 years ago
Carsten Brandt
a5a64dd7c9
improved redis timeout handling
11 years ago
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
11 years ago
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.
11 years ago
Qiang Xue
ce4f37a183
doc fix.
11 years ago
Qiang Xue
71b8dfdb2e
Fixed doc.
11 years ago
Qiang Xue
411f373a19
Merge pull request #742 from cebe/autoload
...
Fixed autoloader behavior according to leading \
11 years ago
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
11 years ago