• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented accept-language content negotiation ; preserving timezones (used to use client-properties)

Fixing formatting ; caching default locale for language

Clarifying commments on lc_time_fmt ; implementing %Z for lc_time_fmt ; prevent variable interpolation for lc_get

Adding comments to try and make sense of the money formatting data

Fixing charsets for message catalog files ; import/export descriptions

Fixed bug #4: locale fallback

honoring the accept-language HTTP header in the locale negotiation (right before we resort to system locale). Lars added test case for system package setting

Added procs lc_time_conn_to_system and lc_time_system_to_conn

    • -0
    • +12
    ./localization-procs-postgresql.xql
Do the database-to-memory caching on startup without serving pages until that's done. Syncing from message catalog files can be done later

Comments on messages

  1. … 4 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

  1. … 37 more files in changeset.
changing localization data to be stored in the message catalog instead of in an nsv array so that those values can be set via a web interface instead of having to update a file

  1. … 22 more files in changeset.
adding italian locale

1. removed some errant log statemets previously inserted when debugging

2. sql/common/*sql files weren't being displayed by the APM, are now

3. added index on start_date in timespan-create after user reported

very slow calendar queries in .LRN

  1. … 7 more files in changeset.
Fixed some minor acs-lang stuff and a few noquote things.

  1. … 6 more files in changeset.
1. Added some more Tcl API to notifications

2. Fixed lang-catalog-procs.tcl (tested) and acs-bootstrap-installer (not tested

yet) to work with tDOM.

  1. … 5 more files in changeset.
Fixed a typo most likely caused when Bart switched to tDOM

-Replaced nsxml with tDOM (http://tdom.org), a much faster & richer XML parser, and XSLT and XPath processor.

  1. … 3 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 40 more files in changeset.
changing the file structure of acs-automated-testing tests as outlined in this post: http://openacs.org/forums/message-view?message_id=90563

    • -0
    • +208
    ./test/acs-lang-test-init.tcl
  1. … 17 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. … 5 more files in changeset.

Migrated over changes to move some GIF resources into a common subdirectory

in the subsite package, so anyone who can read the main site can read

the images (previously you had to grant read privs to "/doc" explicitly

to get the graphics stored by acs-datetime to show up.

  1. … 38 more files in changeset.
pt_BR (portugese - Brazil) datetime locale data provided by Roberto

More PG 7.3 changes ...

  1. … 3 more files in changeset.
chaing catalog import proc so that import for uninstalled packages is not an upgrade, also if the version number in the catalog file is lower than that of the package it's not an upgrade

march in norwegian should be mars, not marts, of course... Thanks Erik Valevatn

fix current_time rather than current_timestamp bugs

  1. … 6 more files in changeset.
Adding norwegian datetime info. Thanks Erik Valevatn.

applying patch from Aldert Nooitgedagt changing currency symbol to euro and adding date-time data for dutch

caching the lookup of user locale preference that is done on every request. Making the namespace explicit in each Tcl proc. Making the timezone related procs check whether ref-timezones is installed.