Jeremy Thomerson
f4e5137392
FIX: make getTranslations work even when translation classes differ
...
Even though it is an edge-case, some sites may allow translation groups to be
composed of different classes. In that case, Translatable->getTranslations()
should still work.
Also, this commit adds a helper function for testing two array for equality
where you don't care about the order of the elements. This cleaned up a lot
of copy and paste boilerplate code that was sorting arrays to test.
2013-06-06 02:59:51 +00:00
Ingo Schommer
51cd0146df
Merge branch '1.0'
...
Conflicts:
.travis.yml
code/model/Translatable.php
2013-06-03 12:06:29 +02:00
Ingo Schommer
3551a94e67
Fixed quoting of test SQL
2013-06-03 12:05:22 +02:00
Ingo Schommer
7d9f0a9e51
Merge pull request #114 from jthomerson/fix_113_locale_filter_lazy_querying
...
Fix #113 locale filter lazy querying
2013-06-03 00:51:06 -07:00
Jeremy Thomerson
cde0f57c43
FIX support disabled locale filter for delayed querying
...
Fixes silverstripe/silverstripe-translatable#113
2013-06-01 14:14:54 +00:00
Jeremy Thomerson
929beb216c
FIX can not access private static variables of i18n
2013-05-31 19:09:03 +00:00
Ingo Schommer
f7eee8596d
Merge pull request #109 from tractorcow/3.1-api-updaterelativelink
...
API Hook into SiteTreeExtension::updateRelativeLink
2013-05-17 05:04:12 -07:00
Sean Harvey
4c6e41441a
Fixing @package declaration to translatable instead of sapphire
2013-05-17 11:09:52 +12:00
Damian Mooyman
22c5098f8e
BUG Cleaner handling of querystring arguments when selecting locale
2013-05-13 00:18:45 +02:00
Damian Mooyman
ea4645af24
API Hook into SiteTreeExtension::updateRelativeLink
2013-05-10 12:23:36 +12:00
Ingo Schommer
742fe8dee8
Fixed composer constraints
2013-05-07 15:07:15 +03:00
Ingo Schommer
709e2fd645
Added GITHUB_API_TOKEN
2013-04-29 11:07:50 +02:00
Ingo Schommer
ae27c5adc1
Merge remote-tracking branch 'origin/1.0'
2013-04-26 00:14:22 +02:00
Ingo Schommer
a8e0782900
Don't redirect CMS POST requests ( fixes #107 )
2013-04-26 00:13:46 +02:00
Ingo Schommer
bc7c0436c0
Merge pull request #106 from g4b0/VIEW_LANGS_permission
...
BUG: added VIEW_LANGS permission in Translatable::providePermissions()
2013-04-14 14:12:52 -07:00
g4b0
0dc7b41539
BUG: added VIEW_LANGS permission in Translatable::providePermissions()
2013-04-12 09:30:57 +02:00
Ingo Schommer
ba31412fa8
Merge pull request #101 from tractorcow/master-querystring-fixes
...
BUG Cleaner handling of querystring arguments when selecting locale
2013-04-11 00:56:46 -07:00
Sean Harvey
537c864526
Updating code example in docs for 3.1 compatibility
2013-04-10 11:30:31 +12:00
Ingo Schommer
e2c1a7111e
Merge branch '1.0'
...
Conflicts:
.travis.yml
composer.json
2013-04-07 14:26:00 +02:00
Steffen Maaß
9579748e13
FIX: getTranslations should not change the locale-filter-state
...
If the locale-filter was disabled before calling the method, it would be
enabled after calling getTranslations, this commit now only re-enabled
the locale-filter if it was enabled before calling the method...
2013-04-07 14:23:38 +02:00
Ingo Schommer
7f9dd3e17e
Simplified travis builds (using external script)
2013-03-29 09:18:44 +01:00
Ingo Schommer
fb15dae253
Simplified travis builds (using external script)
2013-03-29 09:16:56 +01:00
Ingo Schommer
06762814d6
More versatile travis script
2013-03-28 16:02:06 +01:00
Ingo Schommer
ec213efe76
More versatile travis script
2013-03-28 15:28:21 +01:00
cam-findlay
232c187850
merged $allCodes returns items with nested array
...
items from the common_locales in line 1493 return nested array of "name"=>LangName,"native"=>NativeName.
need to make sure to pull the "name" parameter from the array for the $returnMap.
Otherwise was returning:
[Notice] Undefined offset: 0
2013-03-28 15:26:42 +01:00
Sean Harvey
ba32a53c79
3.1 fixes
2013-03-28 15:17:16 +13:00
Ingo Schommer
5c7682013c
Misc 3.1 compat changes
...
Removed nested_urls check, its the only supported mode now
2013-03-26 13:55:21 +01:00
Ingo Schommer
a3ff187938
Using Config API to retrieve core values ( fixes #103 )
...
Required for 3.1 compat
2013-03-26 00:49:58 +01:00
Damian Mooyman
ad791ca5d8
BUG Cleaner handling of querystring arguments when selecting locale
2013-03-21 16:01:03 +13:00
Ingo Schommer
2dff101b45
Removed 3.0 tests from master, since it only supports 3.1+
2013-03-19 13:09:31 +01:00
Ingo Schommer
a9d9dae824
Fixed <% control %> usage in docs
2013-03-19 11:33:03 +01:00
Ingo Schommer
20c2e9a190
Fixed add_extension() and add_to_class() usage
2013-03-19 09:59:08 +01:00
Ingo Schommer
2f0a629df1
Fixed extraStatics usage
2013-03-19 09:44:15 +01:00
Simon Elvery
68188a3ae8
FIX Retrieve list of translatable fields not database fields
2013-03-06 11:46:20 +10:00
Ingo Schommer
21707de1ee
Readded _config.php
2013-02-28 00:58:53 +01:00
Simon Elvery
6460c089ca
NEW Better transformation of form fields (specifically CheckboxField)
2013-02-28 00:53:28 +01:00
Simon Elvery
53a7b6a633
BUG Make original field label translatable
2013-02-28 00:52:52 +01:00
Ingo Schommer
3c5ed2e866
Raised min requirements to 3.1
...
Mainly due to SiteTree::has_extension() usage
2013-02-27 12:05:37 +01:00
Ingo Schommer
17195d4e86
3.0 compatibibility (Object::has_extension)
...
SiteTree::has_extension() is only available in 3.1,
split off 3.0 compat branch to avoid deprecation warnings.
See https://github.com/silverstripe/silverstripe-translatable/issues/98#issuecomment-14020318
2013-02-27 10:48:57 +01:00
Ingo Schommer
02fb7b6772
Merge pull request #95 from lrc/config
...
MINOR Move config to yaml
2013-02-19 01:00:01 -08:00
Simon Elvery
a34bc10a50
MINOR Move config to yaml
2013-02-19 12:19:59 +10:00
Will Rossiter
0f2f463677
Merge pull request #92 from Josua2012/master
...
FIX: Update has_extension calls.
2013-02-01 14:03:43 -08:00
Josua2012
ffecb6553d
Fix Object::has_extension deprecated('xx','xx')
2013-02-01 18:42:32 +01:00
Ingo Schommer
d92c71d1d3
Merge pull request #89 from ARNHOE/patch-1
...
Dutch language
2013-01-22 11:59:46 -08:00
ARNHOE
55eb0d12da
Dutch language
...
Surprised me is wasn't there yet, but here it is!
2013-01-22 10:40:11 -08:00
Ingo Schommer
2e240cfa28
Merge pull request #88 from marcinkonys/master
...
Lithuanian translation
2013-01-21 23:50:14 -08:00
marcinkonys
f64301dcf5
Lithuanian translation
2013-01-21 18:59:48 -08:00
Ingo Schommer
16429a1f9b
Merge pull request #83 from priithansen/master
...
Estonian translation file
2013-01-21 01:13:28 -08:00
priithansen
24657474a7
Allcreated key added
2013-01-21 00:30:14 +02:00
Priit Hansen
1e1e050e6b
Estonian translation
2013-01-19 16:46:57 +02:00