Commit Graph

3567 Commits

Author SHA1 Message Date
TeamCity
446e361115 MINOR Updated translations 2012-08-12 22:07:49 +12:00
Will Rossiter
4bbd90487b BUG fix getting translated string for page type description (Fixes #7781). 2012-08-12 14:44:48 +12:00
TeamCity
d044e315a4 MINOR Updated translations 2012-08-11 23:08:24 +12:00
TeamCity
8d011c5641 MINOR Updated translations 2012-08-11 22:08:30 +12:00
TeamCity
dbb522b08d MINOR Updated translations 2012-08-11 20:08:41 +12:00
Ingo Schommer
56cd72c1dd MINOR Updated translations master 2012-08-11 09:11:39 +02:00
Ingo Schommer
ed07428085 Merge remote-tracking branch 'origin/master' into translation-staging 2012-08-11 09:11:28 +02:00
TeamCity
4c65eb98b0 MINOR Updated translations 2012-08-11 13:07:11 +12:00
TeamCity
eecfd55c80 MINOR Updated translations 2012-08-11 04:10:21 +12:00
TeamCity
f450957e25 MINOR Updated translations 2012-08-10 22:07:10 +12:00
TeamCity
8a41ec0ef8 MINOR Updated translations 2012-08-10 21:06:26 +12:00
Ruud Arentsen
18a40b4b5d BUG Adding siteconfig translations
translations were not added in the same translation group, and the
translation module didn't work. Also commited changes in the translation module, which will need this commit.
2012-08-10 10:16:39 +02:00
TeamCity
10a7ded1da MINOR Updated translations 2012-08-10 20:08:05 +12:00
TeamCity
d3b4ac3cba MINOR Updated translations 2012-08-10 19:07:22 +12:00
TeamCity
9fbc9571cc MINOR Updated translations 2012-08-10 12:07:55 +12:00
TeamCity
014e863a8d MINOR Updated translations 2012-08-10 11:41:08 +12:00
Ingo Schommer
e2faa6fbbd Updated language master files 2012-08-10 00:59:14 +02:00
Will Rossiter
24ce0c199a Merge pull request #174 from adrexia/add-archive
BUG: Missing preview archive version button (fixes 7656)
2012-08-09 02:57:59 -07:00
TeamCity
23c0e4b8c5 MINOR Updated translations 2012-08-09 05:07:45 +12:00
TeamCity
3329c5e22d MINOR Updated translations 2012-08-09 03:07:17 +12:00
TeamCity
c156d47a3e MINOR Updated translations 2012-08-09 02:26:49 +12:00
Damian Mooyman
a6087f1d4e FIXED: Issue where links within the CMS page list view would not be correctly generated. E.g. when the translatable module is used, page links for the "show children" action would come up as admin/pages/?locale=en_NZ?ParentID=21&view=list when they should be shows as admin/pages/?locale=en_NZ&ParentID=21&view=list. Uses Controller::join_links to perform the necessary sanity check on urls. 2012-08-08 17:04:17 +12:00
Kirk Mayo
03e4893b15 BUG: Fixing a issue with a undefined variable in getLink 2012-08-08 16:39:10 +12:00
TeamCity
ac934f2fe1 MINOR Updated translations 2012-08-08 02:07:58 +12:00
TeamCity
49585713b5 MINOR Updated translations 2012-08-08 01:08:05 +12:00
TeamCity
8279701a36 MINOR Updated translations 2012-08-07 23:18:23 +12:00
TeamCity
5e4f8bcd7f MINOR Updated translations 2012-08-07 22:07:58 +12:00
TeamCity
4685f1a3cf MINOR Updated translations 2012-08-07 21:07:25 +12:00
TeamCity
38354a9732 MINOR Updated translations 2012-08-07 20:07:36 +12:00
TeamCity
73a835af0f MINOR Updated translations 2012-08-07 19:08:17 +12:00
TeamCity
c3a36ef71d MINOR Updated translations 2012-08-07 07:08:17 +12:00
TeamCity
07c8d0d1bc MINOR Updated translations 2012-08-07 06:08:34 +12:00
TeamCity
d670922c21 MINOR Updated translations 2012-08-07 05:09:18 +12:00
TeamCity
c5b5d5cc5f MINOR Updated translations 2012-08-07 04:11:19 +12:00
TeamCity
659295ca4b MINOR Updated translations 2012-08-07 03:08:58 +12:00
TeamCity
88587dbcc1 MINOR Updated translations 2012-08-07 02:08:21 +12:00
TeamCity
a7af68e65b MINOR Updated translations 2012-08-07 01:07:49 +12:00
Ingo Schommer
342ecd999d Removed custom entities from master file 2012-08-06 14:28:37 +02:00
Ingo Schommer
39a9093715 BUG SiteTree->provideI18nEntities() limited to class
Called for each subclass by the collector,
so we don't need to aggregate here.
In fact, its harmful because it causes entities
to be placed in the wrong definitions file.
The <class>.DESCRIPTION entity was always placed in cms/lang/en.yml,
regardless of the original location of the file containing the class.
2012-08-06 14:28:04 +02:00
Ingo Schommer
e925401cc3 BUG Re-added singular/plural name i18n entities
Previously "hidden" by inability of i18nTextCollector
to autoload classes in order to introspect them.
2012-08-06 14:05:21 +02:00
Ingo Schommer
77ec21fe9d BUG Fully qualified namespace for _t() in templates
Was inferred by the containing file previously,
which is deprecated behaviour, because it obscures
the fact that renaming an template file or copying
template code will change the context of the translations.
While it would be nice to use shorter and more readable namespaces,
this change would remove all existing translations.
Since there is no (easy) migration of entities to a new namespace,
having verbose template code is the lesser of two evils.
2012-08-06 13:44:33 +02:00
TeamCity
0cc268bd10 MINOR Updated translations 2012-08-06 23:10:56 +12:00
TeamCity
0e66b62916 MINOR Updated translations 2012-08-06 21:12:17 +12:00
Ingo Schommer
2276336d6e Maori translation of URLSegment JS UI 2012-08-06 10:50:05 +02:00
Ingo Schommer
635c05b3b4 URLSegment JS UI globalization 2012-08-06 10:49:25 +02:00
Ingo Schommer
7e33fac7fa Updated translations 2012-08-06 10:43:41 +02:00
Ingo Schommer
532962a2c7 MINOR Updated translations 2012-08-06 10:33:06 +02:00
Ingo Schommer
671c7daa4c SiteConfig load/save with ID in CMS
Allow loading a SiteConfig by ID (by specifying $tree_class),
and pass the ID through with the form data. Unifies processing
with SiteTree, and allows the Translatable module
to use the same logic for interacting with the load/save process.
2012-08-06 09:36:25 +02:00
TeamCity
1bcc197ef2 MINOR Updated translations 2012-08-06 10:17:59 +12:00
Ingo Schommer
9076286162 SiteTree->CMSEditLink()
Mainly to make it compatible with the Translatable
extension linking to existing translations of it,
but also to make it work similarly to the SiteTree logic elsewhere.
2012-08-05 20:52:22 +02:00