• last updated 39 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed 'langauge' typo

Changed to load the catalog files immediatly if you enable a locale

Fixed a typo

adding edit history page

Added a workaround for a bug in Tcl 8.3 on solaris that causes int() to throw an 'integer value too large to represent' error when used on negative decimal numbers

Make create-message-key pagep accept return_url

Allow creating a message-key-creation page to accept message key -- used by translator mode

Renamed page

    • -0
    • +11
    ./export-locale-to-files.adp
    • -0
    • +16
    ./export-locale-to-files.tcl
Added link to ipmort messages for a package

Added exporting all messages for a locale

    • -0
    • +11
    ./export-locale-from-files.adp
    • -0
    • +16
    ./export-locale-from-files.tcl
Update and next button not shown on next-to-last page

moving code to toggle enable_p for locale into a Tcl proc

  1. … 1 more file in changeset.
cleanup and renaming of import/export procs in lang::catalog namespace. Now there are really only two public procs to know about: lang::catalog::import and lang::catalog::export. Updating all invocations of the procs and test cases. Adding proc lang::message::unregister for deleting message keys - used in test case teardown.

  1. … 9 more files in changeset.
- Fixed translator mode toggle switch

- Reorganized links for clarity

Added page for testing translator mode

    • -0
    • +26
    ./test/translator-mode.adp
    • -0
    • +37
    ./test/translator-mode.tcl
Make the page not break when the en_US message doesn't exist

Added page to test lookup of a message in a locale

restructuring the query a little for readability

bug fix: providing a default to audit trail for the case where there is no current translation

To speed up package installation we made en_US be the only enabled locale by default. Changed catalog loading to only load files for enabled locales. Added a link in UI so that catalog files can be loaded for a certain enabled locale after installation

    • -0
    • +5
    ./import-locale-from-files.adp
    • -0
    • +17
    ./import-locale-from-files.tcl
  1. … 3 more files in changeset.
White background on checkboxes

Use templated parameters page

Start with current message

Fix for timezone query: gmt_offset is text, not integer

Audit had a message lookup, which didn't work when the message had %...% stuff in it

improving comment in ad_page_contract

Clarified export-messages link

moving functionality of proc lang::system::default_locale into proc lang::util::default_locale_from_lang and removing lang::system::default_locale

  1. … 4 more files in changeset.
Added link to export messages

Clarified the comment