Commit Graph

3595 Commits

Author SHA1 Message Date
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
Will Rossiter
5938ab06ba Merge pull request #165 from silverstripe-droptables/search-form-fix
BUG: Check for the parameter existence.
2012-08-04 23:18:45 -07:00
Andrew Short
21bcc01878 ENHANCEMENT: Made the tree search form more extensible.
- Use DataQuery for generating the search query.
- For custom field matching, use searchcontext rather than a LIKE query.
- Added an extension hook for updating the search form.
2012-08-05 18:05:46 +12:00
Marcus Nyeholt
97d678b258 BUGFIX Provide default constructor value to filesystem publisher so that singleton calls (which don't pass params) don't fail 2012-08-05 18:02:13 +12:00
Niklas Forsdahl
61862e3834 Added Swedish javascript translations 2012-07-31 09:13:59 +03:00
Naomi Guyer
7c0e38707c BUG: Missing preview archive version button (fixes 7656)
Added missing preview button
2012-07-31 17:49:59 +12:00
Hamish Friedlander
4c91a56277 Merge in changes from 3.0.1 final 2012-07-31 16:52:55 +12:00
Hamish Friedlander
795964275a Merge in changes from 3.0.1-rc3 2012-07-30 11:53:35 +12:00
Hamish Friedlander
267b9b87ae Updated translations 2012-07-30 10:51:13 +12:00
Hamish Friedlander
c96101654d BUG 15e2efb55d broke the Page ListView. 2012-07-28 15:43:13 +12:00
Stig Lindqvist
7fe7d2a5e0 Merge pull request #169 from adrexia/7698-merge-maori-language
BUG: Missing comma in Maori language translation
2012-07-25 23:04:11 -07:00
Naomi Guyer
7dfc7dec1d BUG: Missing comma in Maori language translation 2012-07-26 17:56:23 +12:00
Stig Lindqvist
d051be3f9c Merge pull request #168 from adrexia/7698-merge-maori-language
ENHANCEMENT: Maori Language javascript
2012-07-25 22:30:27 -07:00
Naomi Guyer
c97ed78fd9 ENHANCEMENT: Maori Language javascript 2012-07-26 17:21:16 +12:00
TeamCity
1f65588d6f MINOR Updated translations 2012-07-26 16:29:31 +12:00
TeamCity
b2ae49441c MINOR Updated translations 2012-07-26 04:15:06 +12:00
TeamCity
abdf38e977 MINOR Updated translations 2012-07-26 02:11:37 +12:00
TeamCity
be89e73479 MINOR Updated translations 2012-07-25 15:40:11 +12:00
Hamish Friedlander
3a01ae61ea Updated translations 2012-07-25 13:26:14 +12:00
Hamish Friedlander
2bcbedcf92 MINOR Updated translations 2012-07-25 12:02:31 +12:00
Hamish Friedlander
6d5d3d19b4 Merge remote-tracking branch 'origin/3.0' 2012-07-25 11:46:14 +12:00
Hamish Friedlander
6b20bc89ec Add javascript japanese translation - thanks Yuki Awano 2012-07-25 09:43:18 +12:00
Hamish Friedlander
9d6178b323 Merge pull request #167 from silverstripe-rebelalliance/trac/7450
'updatetreenodes' URL in tree template (#7450)
2012-07-23 03:21:51 -07:00