Mark
59535d38cf
doc fix
2013-12-29 07:13:35 +04:00
Qiang Xue
85c774e01d
Fixes #1681 : Added support for automatically adjusting the "for" attribute of label generated by ActiveField::label()
2013-12-28 21:32:27 -05:00
Mark
791d8124ad
added test
2013-12-29 06:23:52 +04:00
Mark
c0316a10dd
added mail events before/after send
2013-12-29 06:23:38 +04:00
Qiang Xue
ab3dfbac92
Simplified tests.
2013-12-28 19:26:18 -05:00
Alexander Makarov
404757bf82
Fixes #1631 : Charset is now explicitly set to UTF-8 when serving JSON
2013-12-29 00:32:03 +01:00
Antonio Ramirez
c7b3d2b40a
keep methods interface constant
2013-12-29 00:00:31 +01:00
Antonio Ramirez
3577b5c95a
Fixed typo
2013-12-28 23:43:42 +01:00
Qiang Xue
67ee93783c
Merge pull request #1680 from Ragazzo/yii2_basic_mail
...
mail component in basic app
2013-12-28 14:40:02 -08:00
Mark
9a0e9295e5
added html layout for mail component in basic app
2013-12-29 02:37:32 +04:00
Qiang Xue
dafd360152
CS fixes.
2013-12-28 16:35:06 -05:00
Qiang Xue
1106ad1904
Merge branch 'debug_module_improvements' of github.com:Ragazzo/yii2 into Ragazzo-debug_module_improvements
...
Conflicts:
extensions/yii/debug/panels/DbPanel.php
2013-12-28 16:21:15 -05:00
Qiang Xue
1e0e5f02af
Fixed DB query logging category.
2013-12-28 16:16:58 -05:00
Antonio Ramirez
105a0bc4ba
added frame method
2013-12-28 21:53:30 +01:00
Antonio Ramirez
6e2e11c3ff
Merge remote-tracking branch 'origin/master' into 46-image-helper
...
* origin/master:
2013-12-28 21:28:22 +01:00
Qiang Xue
4d9d4cb180
Merge pull request #1678 from suralc/patch-3
...
Updated git-workflow.md to remove a false link
2013-12-28 12:11:40 -08:00
Qiang Xue
3f4ee3e48c
Fixes #1604 : fixed URL and cookie problems.
...
Refactored tests.
2013-12-28 15:04:08 -05:00
suralc
c9ab8e9bfc
Updated git-workflow.md to remove a false link
...
Replaced link to gitref.org to try.github.com as gitref.org is down.
2013-12-28 20:40:50 +01:00
Qiang Xue
f554d46aaa
minor fixes.
2013-12-28 13:14:33 -05:00
Antonio Ramirez
7efdad9c69
remove use of dumb static variable
2013-12-28 17:07:19 +01:00
Qiang Xue
f18e530fe0
Merge pull request #464 from tonydspaniard/364-toAscii
...
enhance Inflector helper with ascii function
2013-12-28 07:28:53 -08:00
Qiang Xue
c31e113d95
Fixes #1671
2013-12-28 08:59:29 -05:00
Antonio Ramirez
0efe892f15
fix merging issues
2013-12-28 09:33:55 +01:00
Antonio Ramirez
8c1715d5a7
remove UTF-8 string conversion
2013-12-28 09:28:47 +01:00
Antonio Ramirez
b918fa507e
Merge branch 'upstream' into 364-toAscii
...
* upstream:
Fixed CSRF token masking issue.
improved error message of calling invalid scope method.
Fixed repo URL
Fixes #1650 : Added Connection::pdoClass.
code style fix.
added changelog
codestyle fix
improved checkIntegrity method
Modified extension guidlines
fix sphinx command signature
fixed bug with forgotten param, fixed behavior for one table integrity
fixed sequence reset
added postgresql features to reset seq/check integrity
2013-12-28 09:27:08 +01:00
Antonio Ramirez
8f9750eadc
Merge branch 'upstream'
...
* upstream:
Fixed CSRF token masking issue.
improved error message of calling invalid scope method.
Fixed repo URL
Fixes #1650 : Added Connection::pdoClass.
code style fix.
added changelog
codestyle fix
improved checkIntegrity method
Modified extension guidlines
fix sphinx command signature
fixed bug with forgotten param, fixed behavior for one table integrity
fixed sequence reset
added postgresql features to reset seq/check integrity
2013-12-28 09:23:54 +01:00
Antonio Ramirez
16bc71fe27
Merge branch 'upstream' into 46-image-helper
...
* upstream:
Fixed CSRF token masking issue.
improved error message of calling invalid scope method.
Fixed repo URL
Fixes #1650 : Added Connection::pdoClass.
code style fix.
added changelog
codestyle fix
improved checkIntegrity method
Modified extension guidlines
fix sphinx command signature
fixed bug with forgotten param, fixed behavior for one table integrity
fixed sequence reset
added postgresql features to reset seq/check integrity
2013-12-28 09:22:39 +01:00
Antonio Ramirez
e86f330164
image helper proposal
2013-12-28 09:04:32 +01:00
Qiang Xue
4b569f3e90
Fixed CSRF token masking issue.
2013-12-27 23:26:38 -05:00
Qiang Xue
eb4385d4c9
improved error message of calling invalid scope method.
2013-12-27 20:31:48 -05:00
Alexander Makarov
8af989a809
Fixed repo URL
2013-12-27 23:42:12 +01:00
Qiang Xue
4a552c88cf
Fixes #1650 : Added Connection::pdoClass.
2013-12-27 16:01:39 -05:00
Qiang Xue
fdca106ece
code style fix.
2013-12-27 15:53:45 -05:00
Qiang Xue
f9c5d87622
Merge pull request #1648 from Ragazzo/postgresql_features
...
added postgresql features to reset seq/check integrity
2013-12-27 12:51:47 -08:00
Mark
79ef473a38
added changelog
2013-12-28 00:43:26 +04:00
Qiang Xue
9623c129df
Merge pull request #1649 from Ragazzo/dbfixture_manager_fix
...
fixed sequence reset
2013-12-27 12:32:36 -08:00
Mark
16801b9b3e
codestyle fix
2013-12-28 00:06:39 +04:00
Mark
6a9509ed8d
improved checkIntegrity method
2013-12-28 00:04:18 +04:00
Qiang Xue
42b4a9914a
Merge pull request #1661 from suralc/patch-2
...
Modified extension guidlines
2013-12-27 12:00:27 -08:00
suralc
55f62bfe92
Modified extension guidlines
2013-12-27 20:50:32 +01:00
Antonio Ramirez
f03d85d963
Merge remote-tracking branch 'origin/master'
...
* origin/master:
Update change log
Add active id to options if input widget has a model fixes #1550
2013-12-27 18:23:00 +01:00
Antonio Ramirez
61591ea4ae
update phpDoc
2013-12-27 18:09:07 +01:00
Antonio Ramirez
6f932d99ae
Merge branch 'upstream' into 364-toAscii
...
* upstream: (21 commits)
Fixes #1643 : Added default value for `Captcha::options`
Fixes #1654 : Fixed the issue that a new message source object is generated for every new message being translated
Allow dash char in ActionColumn’s button names.
Added SecurityTest.
fixed functional test when enablePrettyUrl is false.
fixed composer.json
minor doc fix.
Fixes #1634 : Use masked CSRF tokens to prevent BREACH exploits
Use better random CSRF token.
GII unique indexes avoid autoIncrement columns
updated debug retry params.
Added sleep().
Added unit test for ActiveRecord::updateAttributes().
Fixes #1641 : Added `BaseActiveRecord::updateAttributes()`
Fixed #1504 : Debug toolbar isn't loaded successfully in some environments when xdebug is enabled
Mongo README.md updated.
Fixes #1611 : Added `BaseActiveRecord::markAttributeDirty()`
Number validator was missing
Fixes #1638 : prevent table names from being enclosed within curly brackets twice.
Unique indexes rules for single columns into array
...
2013-12-27 18:07:42 +01:00
Antonio Ramirez
08aaeda397
refactored inflector's slug and improved fallback char map
2013-12-27 18:06:27 +01:00
Antonio Ramirez
b7904c46aa
remove TransliteratorHelper
2013-12-27 18:04:05 +01:00
Qiang Xue
4148912b82
Fixes #1643 : Added default value for Captcha::options
2013-12-27 10:46:13 -05:00
Qiang Xue
5e8a48a60a
Fixes #1654 : Fixed the issue that a new message source object is generated for every new message being translated
2013-12-27 09:32:17 -05:00
Qiang Xue
b10c8240b3
Allow dash char in ActionColumn’s button names.
2013-12-27 09:19:27 -05:00
Qiang Xue
3b1602acc8
Added SecurityTest.
2013-12-27 09:12:58 -05:00
Mark
5220596ead
fix sphinx command signature
2013-12-27 11:21:17 +04:00