• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Clearer explanation on the import/export links

merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 831 more files in changeset.
export_vars -base instead of ?[export_vars]

Changed standard-lars -> standard form template style

  1. … 12 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 645 more files in changeset.
making sure the message counts are correct. Not displaying deleted messages except when you chooose deleted in the filter

on the message edit page - adding info about who did the first translation and when

merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger).

  1. … 287 more files in changeset.
Added the possibility to view deleted messages as well. No way to undelete them though (at the moment). Use psql ...

making import page report errors. Making conflict page show both new and old message and offer the option of accepting new or reverting to old message

file message-conflict-revert.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./message-conflict-revert.tcl
making the message-list page show deleted messages

ul.action-links

  1. … 2 more files in changeset.
merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD

  1. … 284 more files in changeset.
Hide untranslated counts for locales that are not enabled and have zero localized messages (i.e. messages haven't been loaded yet)

adding upgrade_status filter

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 584 more files in changeset.
bug fixes of import messages and message conflicts pages. Making sure message conflict page works if its called with empty string arguments

adding import/export links on top index page. Making sure all import/export links are only shown to site-wide-admins. Fixing the url of one of the links.

file message-conflicts.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./message-conflicts.tcl
file message-conflicts.adp was initially added on branch oacs-5-0.

    • -0
    • +0
    ./message-conflicts.adp
file message-conflict-resolve.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./message-conflict-resolve.tcl
file import-messages.tcl was initially added on branch oacs-5-0.

file import-messages.adp was initially added on branch oacs-5-0.

file export-messages.tcl was initially added on branch oacs-5-0.

file export-messages.adp was initially added on branch oacs-5-0.

Adding support for I18N message catalog upgrades. Any import of

messages from catalog files that is done after the initial import is

considered an upgrade. The message import and upgrade logic is

encapsulated in the proc lang::catalog::import_messages (invoked

through lang::catalog::import).

acs-lang package

- Bumping version of package to 5.0.0b5

- Changes to datamodel:

- Adding columns deleted_p, conflict_p, and sync_time to lang_messages table.

- Removed column upgrade_status from lang_message_keys table

- Adding columns deleted_p, sync_time, conflict_p, upgrade_status to lang_messages_audit table

- Changes to lang::catalog Tcl API:

- Added proc lang::catalog::import_messages that encapsulates the logic for import and upgrade of

messages from catalog files to database.

- Changed the lang::catalog::import_from_file and lang::catalog:import procs to use the new import_messages proc.

- Added the upgrade Tcl API test cases that extensively tests through the import_messages proc with both

en_US and de_DE locales.

- Changes to lang::message Tcl API:

- Changed lang::message::register to take new switches upgrade_sync, upgrade_status, and conlfict. Cleaned up the

proc a little and made it construct SQL dynamically.

- Added procs delete, get, and get_element.

- Added the edit proc that is used when editing attributes of a message other than the message text itself. This

proc will not create a new message revision. It is invoked for example by the delete proc.

- Added the count_conflicts proc.

- Changes to admin UI

- New canonical pages for import/export of catalog files that check for site-wide-admin priv

- Made the message delete page use appropriate Tcl API

- Added the message-conflicts page that shows conflicting messages. Linking to this page from

index page, locale-, and package index pages.

acs-admin package

- Removed the import/export messages pages and using the ones in acs-lang package instead.

  1. … 30 more files in changeset.
fixed 'langauge' typo

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

Fixed a typo