Qiang Xue
d3a450f5fd
doc fix.
11 years ago
Qiang Xue
c79965ce5f
Renamed yii\jui\Widget::clientEventsMap to clientEventMap
11 years ago
Mark
f0d6b56033
small typo fix
11 years ago
Mark
bec6743efd
added readme, changelog, license and composer files.
11 years ago
Larry Ullman
7d1c46374e
Edited "basics" and "widgets"
11 years ago
Alexander Makarov
40d1855755
Fixed incorrect event name for yii\jui\Spinner
11 years ago
Qiang Xue
255c19f365
Merge pull request #1528 from omnilight/alias-in-message-command
...
Added support for aliases for config files in console command 'message'
11 years ago
Pavel Agalecky
87d7ffafee
Added support for aliases for config files in console command 'message'
11 years ago
Qiang Xue
02cf3ddef2
Merge pull request #1525 from dizews/patch-1
...
Update BaseSecurity.php
11 years ago
Vladimir
92b9ae382f
Update BaseSecurity.php
...
prevent call strlen function twice
11 years ago
Alexander Makarov
7488caacc3
fixes #1515
11 years ago
Qiang Xue
35df318e07
Fixes #1500 : Log messages exported to files are not separated by newlines
11 years ago
Qiang Xue
35c931ed40
Fixes #1509 : The SQL for creating Postgres RBAC tables is incorrect
11 years ago
Qiang Xue
63640db65c
Added `Widget::autoIdPrefix` to support prefixing automatically generated widget IDs
11 years ago
Carsten Brandt
97025771f4
commented hhvm test on travis until bugs have been fixed
11 years ago
Carsten Brandt
7ab7cb197e
reverted travis php config fix
11 years ago
Carsten Brandt
1ec148a7d9
fixed travis timezone config
11 years ago
Carsten Brandt
17840dfad1
added hhvm hiphop php vm to travis to run test on it
...
http://www.hhvm.com/blog/2393/hhvm-2-3-0-and-travis-ci
11 years ago
Mark
1e24d60bcd
added new extension yii2-codeception, modified composer settings
11 years ago
Mark
520b491d1b
modified tests according yii2-codeception extension
11 years ago
Alexander Makarov
6f6495d273
Merge pull request #1502 from Bethrezen/patch-4
...
Disallow indexing backend by default
11 years ago
Alexander Kozhevnikov
d366a959a8
Disallow indexing backend by default
...
Backend should be always totally closed for indexing by search engine robots
11 years ago
Alexander Makarov
66e5be7f7f
Widget IDs are now always unique no matter if it's the same request or new one
11 years ago
Alexander Makarov
4d812d460f
Updated changelog: added line about app template addition of favicon.ico and robots.txt
11 years ago
Alexander Makarov
cedee94608
Added robots.txt to application templates
11 years ago
Qiang Xue
92b7f94cf7
updated change log.
11 years ago
Qiang Xue
7022d93bc4
Merge pull request #1498 from mintao/master
...
i18N: View path does not change if language folder exists
11 years ago
Florian Fackler
ff7c25ea7b
Fixes #1497 (wrong file rendered if language != sourceLanguage)
11 years ago
Alexander Makarov
05c67f43b8
Added favicons to application templates
11 years ago
Carsten Brandt
85b5c75b61
doc style
11 years ago
Carsten Brandt
033e743f5b
Merge pull request #1492 from egorpromo/more-docs-for-event
...
More docs for /yii/base/Component.php::trigger()
11 years ago
Tobias Munk
5deb76120a
changed install to create-project, added hint
11 years ago
Carsten Brandt
a7c0505e76
removed composer.lock from gitignore
...
we should not provide one in the package but developers should commit
them when starting a new project so that all share the same versions
and only explicit composer update command will change that.
Escpecially important when deploying to production.
11 years ago
Alexander Makarov
9590ed75ad
Adjusted exception template. Background of images now matches background color of the header.
11 years ago
Alexander Makarov
febefe4393
Linked to yii2-dev docs from README
11 years ago
Alexander Makarov
6f0ab24e57
Added docs about using yii2-dev package
11 years ago
Alexander Makarov
2355c764a8
Fixed `Call to a member function registerAssetFiles() on a non-object` in case of wrong `sourcePath` for an asset bundle
11 years ago
egorpromo
5156cc14ce
More docs
11 years ago
Tobias Munk
93cc73858f
added link to composer docs about autoloading
11 years ago
Tobias Munk
ce5c3695de
updated dependencies and testing
11 years ago
Tobias Munk
857feeb6ac
updated code style, added autoloading and prefix examples
11 years ago
Carsten Brandt
43f19e8aee
use andWhere() in AR::find() to work properly with default scope
...
fixes #1469
11 years ago
Carsten Brandt
3fba6dc314
updated gii docs
11 years ago
Carsten Brandt
ed0e76b7c0
gii docs
11 years ago
Alexander Makarov
ffbdaa5dce
Merge pull request #1487 from nergal/twig-viewrenderer
...
Add extensions support to yii\twig\ViewRenderer
11 years ago
Carsten Brandt
87291bd34b
a note about how to not use gii
...
related to #1482
11 years ago
nergal
8b7136320c
Add extension support to yii\twig\ViewRenderer
11 years ago
Tobias Munk
e748455d8f
reverted events
11 years ago
Tobias Munk
1ab7100e5a
updated extension documentation; added sections dependencies, versioning and authorization
11 years ago
Carsten Brandt
839650a6bd
fixed output in Console::select()
11 years ago