• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added page to test lookup of a message in a locale

Bug 806: disabling timezone setting if use is not logged in. We should set in cookie, but API doesn't currently support this

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
    ./admin/import-locale-from-files.adp
    • -0
    • +17
    ./admin/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.
Honor the parameter for package level locales

    • -0
    • +13
    ./change-locale-include.xql
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
    ./admin/message-delete.adp
    • -0
    • +59
    ./admin/message-delete.tcl
Cleaned up the UI

    • -155
    • +0
    ./admin/display-grouped-messages.adp
    • -87
    • +0
    ./admin/display-grouped-messages.tcl
    • -77
    • +0
    ./admin/display-localized-messages.adp
    • -99
    • +0
    ./admin/display-localized-messages.tcl
    • -0
    • +6
    ./admin/edit-description.adp
    • -0
    • +61
    ./admin/edit-description.tcl
    • -0
    • +19
    ./admin/edit-description.xql
    • -21
    • +16
    ./admin/edit-localized-message.adp
    • -114
    • +82
    ./admin/edit-localized-message.tcl
  1. … 34 more files in changeset.
*** empty log message ***

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
    ./admin/batch-editor-oracle.xql
    • -0
    • +24
    ./admin/batch-editor-postgresql.xql
    • -6
    • +10
    ./admin/display-grouped-messages.adp
    • -2
    • +2
    ./admin/display-localized-messages.adp
    • -9
    • +20
    ./admin/display-localized-messages.tcl
    • -12
    • +12
    ./admin/edit-localized-message.tcl
  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
    • +1
    ./admin/display-localized-messages.adp
  1. … 90 more files in changeset.
noquote changes (Dirk Gomez)

  1. … 53 more files in changeset.
A variety of changes that add up to making outlook synchronization work

with PostgreSQL (at all) and Oracle (better).

1. Changed calendar to read SystemTimezone rather than hardwire it to

US/Eastern.

2. Made calendar depend on acs-lang since that's where the param lives.

3. Fixed the query on the acs-lang page that lets you set the timezone

(used the Oracle-ism UNIQUE rather than the standard DISTINCT)

4. Saw that the test stuff doesn't work and got rid of the links on the

index page - people can live without testing it for this release (we

should fix it for 4.7)

5. Fixed timezone__local_to_utc so it works with calendar, though it's

very whacky (shifted so the timezone'd date part is the UTC date, would

be much much better to use timestamp without timezone but PG doesn't

accept that syntax for function returns and we're not ready to drop

PG 7.2 support yet so I can't take advantage of the timestamp/timestamptz

type names, sigh)

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

  1. … 6 more files in changeset.