• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file ams-init.tcl was added on branch oacs-5-2 on 2005-11-30 16:21:53 +0000

I18n of Options as well

    • -0
    • +35
    ./tcl/ams-install-procs.tcl
file ams-widget-procs-postgresql.xql was added on branch oacs-5-2 on 2005-11-30 16:21:53 +0000

Added support for a pretty_name using the acs-object's title. The I18N version of the option is stored as the title and the title is what is being displayed now. Ups... how on earth shall the upgrade work

    • -4
    • +7
    ./sql/postgresql/ams-package-create.sql
Fixed a missing ;. Added an index for performance improvement on ams_attrbiute values

    • -2
    • +2
    ./sql/postgresql/ams-package-create.sql
    • -0
    • +10
    ./sql/postgresql/upgrade/upgrade-1.1d1-1.1d2.sql
New address formats

Made sure that you retrieve the values in the given locale (as the locale you want to retrieve is not the locale of the user currently viewing the page)

added locale switch for options to be localized in the locale provided (or the default locale for the user)

added procedure to return *one* value

Added procedure to return *one* value

Made sure that strings can start with a "-" before converting them with ad_html_text_convert

Replaced /n with \n so new lines are actually created when listing attributes in the ams::widget proc

Localized ::name procs

Fixed country list sorting - it now alphabetizes correctly even though it uses i18n message keys

Adding ams::util::localize_list_of_lists and ams::util::sort_list_of_list which helps with dealing alphabetizing localization keys

Fixed localization bug - localization takes place in the attribute::new proc and is not needed on this page

added check to ams::option::new to return the existing option_id for the supplied option if it exists

Fixed editing the pretty_plural name - which was mislabeld pretty_name

remove i18N for the new options for this page - the ams::option::new proc takes care of it and this was duplicating the i18N which caused errors

Added ability to edit lang messages without being in translator mode. This way there is no need for attribute or option edit pages since this will be done infrequently.

Changed Notice to Debug

Changed Notice to Debug

file list-code.adp was added on branch oacs-5-2 on 2005-11-30 16:21:53 +0000

file list-code.tcl was added on branch oacs-5-2 on 2005-11-30 16:21:53 +0000

I18N fixes plus easier export for the code

Update message keys

added util_memoize to attribute pretty_name and pretty_plural procs

Added validation for ordering list (that is i18Nified) and fixed some bugs

i18N bug fixes and message additions

    • -18
    • +284
    ./catalog/ams.en_US.ISO-8859-1.xml
provided workaround for lang::util::convert_to_i18N