• last updated 56 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Show usage of localization-keys (lc_get)

Added delete link to edit-localized-message page

Added feature to delete message

    • -0
    • +17
    ./message-delete.adp
    • -0
    • +59
    ./message-delete.tcl
Cleaned up the UI

    • -0
    • +61
    ./edit-description.tcl
    • -0
    • +19
    ./edit-description.xql
  1. … 34 more files in changeset.
Clarified the page logic

Pulled out message key usage lookup to a separate page, so it doesn't take so long to display the edit-locatlized-message page

Comments on messages

  1. … 3 more files in changeset.
1. Added search for words in messages feature.

2. Added locale enable/disable feature

3. Cleaned up translation UI

4. Improved batch message edit

    • -0
    • +31
    ./batch-editor-oracle.xql
    • -0
    • +24
    ./batch-editor-postgresql.xql
  1. … 27 more files in changeset.
Fixed some minor acs-lang stuff and a few noquote things.

  1. … 6 more files in changeset.
noquote changes (Dirk Gomez)

  1. … 90 more files in changeset.
allowing for 3 character ISO 639-2 language codes

  1. … 6 more files in changeset.
making timezone related pages in acs-lang check for the support of timezones (whether ref-timezones is installed)

  1. … 1 more file in changeset.
removing debug printout

fixed mistake in regsub for listing of message lookups for a key

let's not double quote messages (some have HTML in them) in textareas (the form builder quotes for us)

adding file

    • -0
    • +93
    ./set-system-timezone.adp
adding timezone support, adding auditing of edited messages, adding package scoped locale preference and package scoped locale

    • -0
    • +13
    ./lookups-include.tcl
    • -0
    • +18
    ./set-system-timezone-oracle.xql
    • -0
    • +12
    ./set-system-timezone-postgresql.xql
    • -0
    • +57
    ./set-system-timezone.tcl
  1. … 29 more files in changeset.
changing from an old deprecated locale proc to using ad_conn locale

removing two links (thanks Carl) from the acs-lang admin interface that were mostly used as a convenience during development

adding batch editing with pagination that allows multiple messages to be translated by translator on one page, added context bar to admin ui, added HTML quoting of messages, various other minor improvements

    • -0
    • +106
    ./batch-editor.tcl
Adding links to message catalog translation UI from site-wide admin page and from the locale preference page for users, adding explaining text to translation UI

  1. … 4 more files in changeset.
removed the locale master template that the acs-lang admin pages were using

improving context bar handling, master template, and other minor improvements

  1. … 4 more files in changeset.
removing debugging code