Alexander Makarov
eb3c6866dd
Removed unused variable
2014-02-06 00:46:50 +04:00
Alexander Makarov
a78ff145b8
Removed unused variable
2014-02-06 00:44:53 +04:00
Alexander Makarov
f226ee5610
password_reset_token is now null when reset
2014-02-06 00:22:01 +04:00
Alexander Makarov
d13ed43212
Fixed signup/restore password flow
2014-02-06 00:14:23 +04:00
Alexander Makarov
9da28421ee
Use fileTransport for email in debug mode by default
2014-02-06 00:14:01 +04:00
Qiang Xue
2dc341f893
not sending csrf header in ajax response.
2014-02-05 14:29:29 -05:00
Alexander Makarov
6cac7c61e5
Removed Yii::$app->getParam usage
2014-02-05 23:21:57 +04:00
Alexander Makarov
97917e6580
Revert "Added yii\base\Module::getParam($name, $defaultValue = null) to conveniently work with application parameters"
...
This reverts commit 3b95aa9cd1 .
2014-02-05 23:18:36 +04:00
Alexander Makarov
9c0572bff9
Fixed $model->load($data) returned true if $data and formName were empty
2014-02-05 22:08:47 +04:00
Alexander Makarov
6a39cc654b
Removed password_reset_token field size to be enough for timestamp
2014-02-05 21:58:12 +04:00
Florian Fackler
ac2434a004
Updated elasiticsearch changelog
2014-02-05 17:38:38 +01:00
Antonio Ramirez
333630ae3a
fix formatting
2014-02-05 17:35:30 +01:00
Antonio Ramirez
b659d8736c
fix formatting
2014-02-05 17:33:18 +01:00
Antonio Ramirez
b98d116ae0
refactored to add function on gii.js
2014-02-05 17:30:03 +01:00
Alexander Makarov
e51eae1951
Changelog for #2327
2014-02-05 20:29:06 +04:00
Alexander Makarov
04d8ed3176
Merge pull request #2327 from thiagotalma/master
...
Improvements in exhibition of the changed files in Gii.
2014-02-05 19:26:11 +03:00
Thiago Talma
7ddb6e8d6e
Spaces added
2014-02-05 14:20:22 -02:00
Antonio Ramirez
65c740e91f
remove tabs for spaces in js
2014-02-05 17:06:37 +01:00
Antonio Ramirez
5e9d3a8f80
fix js formatting
2014-02-05 17:03:19 +01:00
Antonio Ramirez
ca7723e871
update CHANGELOG.md to its correspondent location
2014-02-05 16:48:36 +01:00
Tobias Munk
bbb0a22246
fixed home icon display
2014-02-05 16:21:47 +01:00
Tobias Munk
646ed1515a
readded phpinfo links and separator, now opens in a new tab
2014-02-05 16:21:18 +01:00
pzaremba
6c8ebc82b3
Ignoring composer.lock in all subdirectories
2014-02-05 15:48:15 +01:00
pzaremba
ff824d905f
fixing the file name to be adjusted in "getting started"
2014-02-05 15:40:27 +01:00
Alexander Makarov
b8235c717d
Added password reset token expiration
2014-02-05 18:23:59 +04:00
Alexander Makarov
3b95aa9cd1
Added yii\base\Module::getParam($name, $defaultValue = null) to conveniently work with application parameters
2014-02-05 18:20:21 +04:00
Alexander Makarov
3e347d0efe
Merge pull request #2244 from yiisoft/advanced-application-forms
...
Moved most of the user-related logic into form models
2014-02-05 16:45:30 +03:00
Alexander Makarov
a1497ca01c
Removed extra \models\forms namespace, moved all models to just \models
2014-02-05 17:41:47 +04:00
Antonio Ramirez
dc53a2b1e3
update CHANGELOG.md
2014-02-05 14:39:54 +01:00
Antonio Ramirez
8135e1adf9
update typeahead plugin initialization js code
2014-02-05 14:38:22 +01:00
Antonio Ramirez
0960664f26
update typeahead.js to latest version
2014-02-05 14:36:09 +01:00
Thiago Talma
dbe18d7b66
Improvements in view of changed files in Gii
2014-02-05 11:07:30 -02:00
Alexander Makarov
0cde160c7b
Merge pull request #2326 from pawzar/patch-1
...
fixed i18n link
2014-02-05 16:00:48 +03:00
PZ
6e240df7d7
fixed i18n link
2014-02-05 13:44:24 +01:00
Alexander Makarov
b44e653c63
Merge pull request #2325 from infoza/master
...
Adding support for the X-HTTP-Method-Override header
2014-02-05 15:37:01 +03:00
pzaremba
7d96de6619
one more revert.
2014-02-05 13:30:32 +01:00
pzaremba
75ae3db906
Reverted changes unrelated to issue #2325
2014-02-05 13:27:15 +01:00
pzaremba
9b96338a63
Revert "fixing wrapping - my NetBeans has a mind of its own."
...
This reverts commit 80be824fc7 .
2014-02-05 13:24:01 +01:00
pzaremba
3b2a40ef15
Revert "deleting one space before :"
...
This reverts commit b82a9b1c8f .
2014-02-05 13:23:27 +01:00
Thiago Talma
afa6ad5a72
Merge branch 'master' of https://github.com/yiisoft/yii2
2014-02-05 10:21:35 -02:00
pzaremba
b82a9b1c8f
deleting one space before :
2014-02-05 12:34:17 +01:00
pzaremba
80be824fc7
fixing wrapping - my NetBeans has a mind of its own.
2014-02-05 12:32:59 +01:00
pzaremba
0bf39f6e98
Adding support for the X-HTTP-Method-Override header.
2014-02-05 12:28:24 +01:00
Florian Fackler
a3724aa4d1
Fixed bug which prevented a field query as described in the example:
...
```
$result = Article::find()->query(["field" => ["title" => "yii"]])->all();
````
2014-02-05 11:49:33 +01:00
Tobias Munk
b3e6aedc45
toolbar UI updates
...
added home icon
removed separators with summary sections to make browsing with the panel more intuitive
updated version number display, now also shown as label
2014-02-05 02:03:19 +01:00
Qiang Xue
3e732a2bd9
fixed test break.
2014-02-04 18:56:55 -05:00
Qiang Xue
42981fabee
adjusted required packages for yii2-dev.
2014-02-04 18:41:31 -05:00
Qiang Xue
646e371b44
Fixes #1812 : Hide potential warning message due to race condition occurring to Session::regenerateID() call
2014-02-04 17:02:32 -05:00
Qiang Xue
9f5dbd72b6
Merge pull request #2292 from gonimar/patch-8
...
Fix url for db panel.
2014-02-04 12:22:02 -08:00
Qiang Xue
fbd7ea735d
Merge pull request #2313 from Ragazzo/fixture_controller_global_fixtures_option
...
Fixture controller global fixtures option
2014-02-04 10:10:46 -08:00