87d7ffafee
Added support for aliases for config files in console command 'message'
2013-12-15 00:30:05 +04:00
02cf3ddef2
Merge pull request #1525 from dizews/patch-1
...
Update BaseSecurity.php
2013-12-14 11:28:20 -08:00
92b9ae382f
Update BaseSecurity.php
...
prevent call strlen function twice
2013-12-14 22:22:54 +03:00
7488caacc3
fixes #1515
2013-12-14 14:37:10 +01:00
35df318e07
Fixes #1500 : Log messages exported to files are not separated by newlines
2013-12-13 21:55:34 -05:00
35c931ed40
Fixes #1509 : The SQL for creating Postgres RBAC tables is incorrect
2013-12-13 21:37:00 -05:00
63640db65c
Added Widget::autoIdPrefix
to support prefixing automatically generated widget IDs
2013-12-13 21:15:43 -05:00
97025771f4
commented hhvm test on travis until bugs have been fixed
2013-12-14 01:12:20 +01:00
7ab7cb197e
reverted travis php config fix
2013-12-14 00:37:55 +01:00
1ec148a7d9
fixed travis timezone config
2013-12-14 00:31:40 +01:00
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
2013-12-14 00:04:11 +01:00
6f6495d273
Merge pull request #1502 from Bethrezen/patch-4
...
Disallow indexing backend by default
2013-12-13 02:13:25 -08:00
d366a959a8
Disallow indexing backend by default
...
Backend should be always totally closed for indexing by search engine robots
2013-12-13 12:29:30 +03:00
66e5be7f7f
Widget IDs are now always unique no matter if it's the same request or new one
2013-12-12 23:45:54 +01:00
4d812d460f
Updated changelog: added line about app template addition of favicon.ico and robots.txt
2013-12-12 23:34:36 +01:00
cedee94608
Added robots.txt to application templates
2013-12-12 23:31:59 +01:00
92b7f94cf7
updated change log.
2013-12-12 17:28:34 -05:00
7022d93bc4
Merge pull request #1498 from mintao/master
...
i18N: View path does not change if language folder exists
2013-12-12 14:25:37 -08:00
ff7c25ea7b
Fixes #1497 (wrong file rendered if language != sourceLanguage)
2013-12-12 22:55:10 +01:00
05c67f43b8
Added favicons to application templates
2013-12-12 22:04:31 +01:00
85b5c75b61
doc style
2013-12-12 22:01:41 +01:00
033e743f5b
Merge pull request #1492 from egorpromo/more-docs-for-event
...
More docs for /yii/base/Component.php::trigger()
2013-12-12 12:59:57 -08:00
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.
2013-12-12 21:55:40 +01:00
9590ed75ad
Adjusted exception template. Background of images now matches background color of the header.
2013-12-12 21:26:29 +01:00
febefe4393
Linked to yii2-dev docs from README
2013-12-12 20:41:51 +01:00
6f0ab24e57
Added docs about using yii2-dev package
2013-12-12 19:55:59 +01:00
2355c764a8
Fixed Call to a member function registerAssetFiles() on a non-object
in case of wrong sourcePath
for an asset bundle
2013-12-12 18:39:40 +01:00
5156cc14ce
More docs
2013-12-12 21:41:09 +07:00
43f19e8aee
use andWhere() in AR::find() to work properly with default scope
...
fixes #1469
2013-12-12 12:07:28 +01:00
3fba6dc314
updated gii docs
2013-12-12 11:14:37 +01:00
ed0e76b7c0
gii docs
2013-12-12 11:04:19 +01:00
ffbdaa5dce
Merge pull request #1487 from nergal/twig-viewrenderer
...
Add extensions support to yii\twig\ViewRenderer
2013-12-12 00:24:18 -08:00
87291bd34b
a note about how to not use gii
...
related to #1482
2013-12-12 08:29:22 +01:00
8b7136320c
Add extension support to yii\twig\ViewRenderer
2013-12-12 06:47:41 +02:00
839650a6bd
fixed output in Console::select()
2013-12-11 21:18:10 +01:00
be911e199a
created proper progress bar
...
fixes #1293
2013-12-11 21:18:10 +01:00
41fbfcbd80
doc fix.
2013-12-11 14:28:36 -05:00
cd3949b13b
fixed link in CHANGELOG
2013-12-11 18:08:28 +01:00
d2308eda8d
added CHANGELOGs for all the extensions
...
also filled framework CHANGELOG with relevant changes since alpha
2013-12-11 18:04:58 +01:00
ac3967cab7
removed unused property from Session
...
cleanup after #1479
2013-12-11 16:47:30 +01:00
2fb823a04d
doc typos
2013-12-11 16:46:09 +01:00
be66f43d52
invalidate opcache of extensions.php file in composer installer
...
fixes #1480
2013-12-11 16:12:11 +01:00
7b03233805
Merge pull request #1479 from DaSourcerer/session-cleanup
...
Removed compatibility code for PHP < 5.4 in yii\web\Session
2013-12-11 05:30:15 -08:00
97645bcfb5
Removed compatibility code for PHP < 5.4
2013-12-11 14:07:17 +01:00
eab7e4a21a
Added $formName to Model::load().
2013-12-10 18:17:24 -05:00
45fa25f796
Added notes about github and screenshots to extension docs
2013-12-10 23:30:45 +01:00
86dd428257
Added rules about namespace and package naming to extension docs
2013-12-10 23:20:43 +01:00
ec7546efa8
Copied and adjusted 1.1 git workflow document
2013-12-10 23:14:41 +01:00
5caac5b0a3
Moved extensions docs draft from wiki to main repository
2013-12-10 23:14:41 +01:00
e56d60ad49
Escape special chars in URL rules.
2013-12-10 17:04:39 -05:00