Algirdas Gurevicius
|
dda38feb8b
Fixed indentation
|
11 years ago |
Algirdas Gurevicius
|
2ce8d65228
Tests the use of `model` config option
|
11 years ago |
Jose Lorenzo Rodriguez
|
76ebe3a74f
Fixed a couple local problems with order of results in mysql tests
|
11 years ago |
Jose Lorenzo Rodriguez
|
0277c3fec5
Added test to prove that using translate behavior and union queries now works
|
11 years ago |
Jose Lorenzo Rodriguez
|
b6ab4daa13
Fixes issue where translations other than default were not saved.
|
11 years ago |
antograssiot
|
58784a5276
fix CS
|
11 years ago |
Mark Story
|
d5828d0889
Merge pull request #4700 from antograssiot/3.0-pluralize-fixtures
|
11 years ago |
Anthony GRASSIOT
|
38b9abd19e
pluralize $fixtures
|
11 years ago |
Jose Lorenzo Rodriguez
|
732556f255
Quick fix for #4650
|
11 years ago |
Mark Story
|
c24f7ca060
Merge pull request #4662 from AD7six/3.0-translate-default-locale
|
11 years ago |
AD7six
|
8b764b25a6
rename I18n::environmentLocale to I18n::defaultLocale
|
11 years ago |
AD7six
|
78e6420b79
rename I18n::defaultLocale to I18n::locale
|
11 years ago |
AD7six
|
980c7118d2
keep note of what the environment default locale is
|
11 years ago |
AD7six
|
7472b01428
implement translation behavior default locale
|
11 years ago |
Bryan Crowe
|
608e1c5ae7
Add space after closures' function keyword
|
11 years ago |
Bryan Crowe
|
d52ae87485
Fix license docblocks for phpdoc format
|
12 years ago |
Bryan Crowe
|
042bd19776
Use semantic version for test cases since doc block
|
12 years ago |
ndm2
|
29caa951c3
Fix docblock/function signature mismatches (parameter name typos, wrong parameter types, missing parameter tags, invalid/wrong/missing return types, missing/unnecessary leading backslashes for namespaces, etc...)
|
12 years ago |
Jose Lorenzo Rodriguez
|
3b4f69db5b
Removing the _i18n property after saving
|
12 years ago |
Jose Lorenzo Rodriguez
|
c602589e9c
Documenting a couple methods
|
12 years ago |
Jose Lorenzo Rodriguez
|
0dced17fdf
Making it possible to add new translations and save them in batch
|
12 years ago |
Jose Lorenzo Rodriguez
|
6bfb796563
Improving save all translations
|
12 years ago |
Jose Lorenzo Rodriguez
|
e3c730d097
Normalizing associated tables array before passing it to the event
|
12 years ago |
Jose Lorenzo Rodriguez
|
9499b1716c
Starting to implement multiple translations saving
|
12 years ago |
Jose Lorenzo Rodriguez
|
9c29a7829f
Deleting translations when the associated records is deleted
|
12 years ago |
Jose Lorenzo Rodriguez
|
70e3ef04cf
Fixing various faling tests. The problem was not closing the statements, among other things
|
12 years ago |
Jose Lorenzo Rodriguez
|
892a217dd9
Adding translations to the whitelist of associations to be saved
|
12 years ago |
Jose Lorenzo Rodriguez
|
1d1bb62dba
Adding support for specifying the locale using the entity property
|
12 years ago |
Jose Lorenzo Rodriguez
|
f7553b0a68
Added test for adding translations to a record
|
12 years ago |
Jose Lorenzo Rodriguez
|
8935530d52
Implemented translations saving in the TranslateBehavior
|
12 years ago |