• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use ad_include_contract

Delete obsolete UI

Whitespace changes + add editor hints

  1. … 26 more files in changeset.
Remove superflous parentheses

  1. … 29 more files in changeset.
Rework variable assignment (set -> lassign)

  1. … 12 more files in changeset.
normalize boolean expressions in ADP files

  1. … 1 more file in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7830 more files in changeset.
- - make boolean tests in .adp files more uniform

  1. … 8 more files in changeset.
- modernize HTML

  1. … 206 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 752 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 9 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- get rid of empty_string_p in non-deprecated code

- make use of tcl byte-code compiler

  1. … 42 more files in changeset.
HTML strict cleanup: removed trailing slash of HR and BR tags

  1. … 25 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
improved the logic in the change locales includelet

fixed locale includelet to correctly build return_url

removed page_contract from includelet so it works when included in another page with a conflicting contract; improved logic for when to show list of locales

  1. … 1 more file in changeset.
added locale-switching includelet and a few translations to enable testing

    • -0
    • +12
    ./change-locale-bar.adp
    • -0
    • +69
    ./change-locale-bar.tcl
  1. … 4 more files in changeset.
internationalized end-user-visible bits of acs-lang

  1. … 4 more files in changeset.
ul.action-links

  1. … 11 more files in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 597 more files in changeset.
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. … 43 more files in changeset.
file conflict-link.adp was initially added on branch oacs-5-0.

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

Include return_url in the translate-link

Only say 'Translate' if the message has not been translated

Do not green-circle messages in the messages table

Do not substitute variables in message key lookup - stupid typo

Do not substitute variables in message key lookup