Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DS-1918: Add isDefaultLocale and getLocale functions.
Ds-1820: DS-1820 & DS-1867 => DS-1820: modified locale module to support maxlength property for input and textarea; DS-1867: modified the logic to update the defaultvalue as same as localeValue when the locale is set to default
DS-1548: bug fix to support null values for default locale.
DS-1548: adding template for rendering
DS-1601: implemented locale inline edit textarea fields
    • -11
    • +1
    ./src/views/locale/inline-edit-textarea.html
DS-1601: modified to fix some issues
DS-1601: trying to fix issues with textareas as locale inline fields
DS-1601: trying to handle textareas as locale inline fields
    • -0
    • +20
    ./src/views/locale/inline-edit-textarea.html
APPDEV-7571: Remove externals and add install and status scripts.
DS-1313: Add hasLocaleContent field to localized content.
DS-1313: Fix layout issues with locale input control.
DS-1176: Fix build scripts external
DS-1176: Override the inline edit getValue() function.
DS-1176: Fix issues with showing old value after cancelling inline edit.
DS-1176: Fix missing value when localization is disabled.
DS-1176: Add Javascript hook to see if localization is enabled.
DS-1176: Create localizeColumnNames function.
DS-1176: Support clearing out inline edit values.
DS-1176: Create locale inline edit component
DS-1183: Show input in red if no localized content exists.
    • -2
    • +15
    ./src/js/component/locale/control.js
DS-1176: Create object localizeArray function.
DS-1176: Create object localizing function
DS-1176: Move locale controls into separate locale module
    • -0
    • +32
    ./src/js/component/locale/inline-edit-control.js
    • -0
    • +22
    ./src/views/locale/inline-edit.html
    • -0
    • +50
    ./src/js/component/locale/control.js
    • -0
    • +27
    ./src/views/locale/textarea.html
    • -0
    • +11
    ./src/js/component/locale/locales.js
    • -0
    • +28
    ./src/views/locale/input.html
  1. … 3 more files in changeset.
DS-1176: Create locale module