Qiang Xue
1e0e5f02af
Fixed DB query logging category.
11 years ago
Antonio Ramirez
105a0bc4ba
added frame method
11 years ago
Antonio Ramirez
6e2e11c3ff
Merge remote-tracking branch 'origin/master' into 46-image-helper
...
* origin/master:
11 years ago
Qiang Xue
4d9d4cb180
Merge pull request #1678 from suralc/patch-3
...
Updated git-workflow.md to remove a false link
11 years ago
Qiang Xue
3f4ee3e48c
Fixes #1604 : fixed URL and cookie problems.
...
Refactored tests.
11 years ago
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.
11 years ago
Qiang Xue
f554d46aaa
minor fixes.
11 years ago
Antonio Ramirez
7efdad9c69
remove use of dumb static variable
11 years ago
Qiang Xue
f18e530fe0
Merge pull request #464 from tonydspaniard/364-toAscii
...
enhance Inflector helper with ascii function
11 years ago
Qiang Xue
c31e113d95
Fixes #1671
11 years ago
Antonio Ramirez
0efe892f15
fix merging issues
11 years ago
Antonio Ramirez
8c1715d5a7
remove UTF-8 string conversion
11 years ago
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
11 years ago
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
11 years ago
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
11 years ago
Antonio Ramirez
e86f330164
image helper proposal
11 years ago
Qiang Xue
4b569f3e90
Fixed CSRF token masking issue.
11 years ago
Qiang Xue
eb4385d4c9
improved error message of calling invalid scope method.
11 years ago
Alexander Makarov
8af989a809
Fixed repo URL
11 years ago
Qiang Xue
4a552c88cf
Fixes #1650 : Added Connection::pdoClass.
11 years ago
Qiang Xue
fdca106ece
code style fix.
11 years ago
Qiang Xue
f9c5d87622
Merge pull request #1648 from Ragazzo/postgresql_features
...
added postgresql features to reset seq/check integrity
11 years ago
Mark
79ef473a38
added changelog
11 years ago
Qiang Xue
9623c129df
Merge pull request #1649 from Ragazzo/dbfixture_manager_fix
...
fixed sequence reset
11 years ago
Mark
16801b9b3e
codestyle fix
11 years ago
Mark
6a9509ed8d
improved checkIntegrity method
11 years ago
Qiang Xue
42b4a9914a
Merge pull request #1661 from suralc/patch-2
...
Modified extension guidlines
11 years ago
suralc
55f62bfe92
Modified extension guidlines
11 years ago
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
11 years ago
Antonio Ramirez
61591ea4ae
update phpDoc
11 years ago
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
...
11 years ago
Antonio Ramirez
08aaeda397
refactored inflector's slug and improved fallback char map
11 years ago
Antonio Ramirez
b7904c46aa
remove TransliteratorHelper
11 years ago
Qiang Xue
4148912b82
Fixes #1643 : Added default value for `Captcha::options`
11 years ago
Qiang Xue
5e8a48a60a
Fixes #1654 : Fixed the issue that a new message source object is generated for every new message being translated
11 years ago
Qiang Xue
b10c8240b3
Allow dash char in ActionColumn’s button names.
11 years ago
Qiang Xue
3b1602acc8
Added SecurityTest.
11 years ago
Mark
5220596ead
fix sphinx command signature
11 years ago
Mark
65b543f68f
fixed bug with forgotten param, fixed behavior for one table integrity
11 years ago
Mark
5c2c79e776
fixed sequence reset
11 years ago
Qiang Xue
a82281a8f9
fixed functional test when enablePrettyUrl is false.
11 years ago
Mark
e23f869c69
added postgresql features to reset seq/check integrity
11 years ago
Qiang Xue
6eb6e22630
fixed composer.json
11 years ago
Qiang Xue
5a8517f194
minor doc fix.
11 years ago
Qiang Xue
c8960168c5
Fixes #1634 : Use masked CSRF tokens to prevent BREACH exploits
11 years ago
Qiang Xue
2686403c0e
Use better random CSRF token.
11 years ago
Antonio Ramirez
26330b9381
removed ascii method and use the new TransliteratorHelper::process at its place
11 years ago
Antonio Ramirez
fc9fb80c21
added TransliteratorHelper class
11 years ago
Qiang Xue
fc19ebdf80
Merge pull request #1624 from lucianobaraglia/master
...
GII generates rules for unique indexes
11 years ago
Luciano Baraglia
b1fc13a31c
GII unique indexes avoid autoIncrement columns
11 years ago