Go to file
Ingo Schommer c8863f6977 ENHANCEMENT Travis CI support 2012-10-02 22:50:44 +02:00
code Coding conventions fixes (mostly line length) 2012-10-02 22:34:16 +02:00
css BUGFIX 3.0 compatibility: Query manipulation, CMS links, separation of settings fields, new place for language selector on tree 2012-05-15 23:04:57 +02:00
docs/en Updated screenshots, added note about UTF8 urls 2012-08-08 11:23:52 +02:00
javascript BUG: locale dropdown sometimes hidden after panel reload 2012-09-03 11:09:27 +03:00
lang MINOR Updated lang files 2012-10-01 21:52:34 +02:00
tests ENHANCEMENT Travis CI support 2012-10-02 22:50:44 +02:00
.travis.yml ENHANCEMENT Travis CI support 2012-10-02 22:50:44 +02:00
LICENSE MINOR Initial commit, moved files from 'sapphire' and 'cms' modules 2011-03-22 22:18:48 +13:00
README.md ENHANCEMENT Travis CI support 2012-10-02 22:50:44 +02:00
_config.php Translation of SiteConfig 2012-08-06 09:39:46 +02:00
composer.json Added composer.json 2012-08-15 22:18:06 +02:00

README.md

Translatable module for SilverStripe CMS

Build Status

Introduction

Allows translation of DataObject and SiteTree records into multiple languages. See /docs/en/index.md for details.

Requirements

  • SilverStripe 3.0 (both cms and sapphire modules)

Maintainers

  • Ingo Schommer

Issues

See open.silverstripe.org

TODO

This module was originally part of the SilverStripe CMS core codebase. While the bulk of the logic has been separated out into this module, there are still many places across SilverStripe CMS which this modules relies on:

  • CMSBatchActionHandler->handleAction()
  • ContentController->handleRequest()
  • ContentController->ContentLocale()
  • ErrorPage::response_for()
  • LeftAndMain->init()
  • ModelAsController->getNestedController()
  • RootURLController::get_homepage_link()
  • SearchForm
  • SiteConfig
  • SiteTree->RelativeLink()
  • SiteTree->getSiteConfig()

These APIs mostly require either hooks for an Extension subclass, or refactoring to allow better customization.