• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added note about peter's auto-intall stuff

adding support for tcl files in the I18N interface for packages, temporary message tags must be inserted manually, there is no equivalent of Jeffs magic script for adp files for tcl files, improving the I18N instructions

adding the format proc to allow variables to be interpolated into catalog messages, updating documentation for the lookup procs, simplifying the lookup proc greatly, not attempting anything smart if lookup fails for now

Adding a key short hand for the temporary message lookup tag - the underscore, syntax: <#_ text#>

updated docs and removed load.sql

add a warning about existing vars in rp_form_put

correcting mistake: site-wide default locale should be en_US not de_DE

removing tilde file

Added a catch around the call to acs-lang, so at least we won't prevent pages from being served

added DESTROY method calls for openfts-driver ops

changes to make search work with openfts 0.3

Peter: a proc in the acs-lang API changed name, correcting, improving the documentation for translating adp files, removing tilde files that were committed by mistake yesterday evening

Peter: making the proc replace_adp_message_tags_with_lookups work on tcl files as well as adp files to make it easier to translate TCL libraries and TCL pages

Peter: making the locale argument to the message lookup proc _ be optional

If we don't have the <p></p> in index.adp, it doesn't belong here, either.

    • -2
    • +0
    /openacs-4/packages/dotlrn/www/one-community.adp
Typo in default name for control panel: "Contol Panel".

    • -1
    • +1
    /openacs-4/packages/dotlrn/dotlrn.info
Small typo in comment: 'what this privs this user has'

Quick hack fix: The seach box tries to find the URL that this package is mounted at, but it may be mounted at multiple site nodes. I've made the query only return the first row. Ugly.

Fixed two bugs:

- Bug #55: Added a default rel_type when adding a user to a community. dotlrn_club::add_user and dotlrn_class::add_user both had it, dotlrn_community::add_user didn't which caused join of a subgroup to break.

- The join link referenced a join.gif image, but this isn't included in the dotlrn package, so I changed it to be words.

Make control panel link appear <strong> when it's selected

Make bboard email alerts point to /notifications/manage

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/control-panel.adp
fix old style sort key in query

fix old style sortkey query

Gave Dave Bauer commit privs for edit-this-page, since he seems to be its maintainer

clean up html

    • -1
    • +1
    /openacs-4/packages/survey/www/admin/one.adp
cleanup on .xql files, add rdbms tags to db specific files, clean XML, etc

  1. … 15 more files in changeset.
add db identifiers to db specific .xql files

    • -1
    • +1
    /openacs-4/packages/survey/www/index-oracle.xql
Peter: added Jeff's proc that we call replace_adp_text_with_message_tags that is used to make adp templates multilingual. There is a web interface in the package manager for this proc

Peter: adding a web interface to Jeff's magical script for extracting translatable text from adp files to make them multilingual

    • -0
    • +98
    /openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl
    • -0
    • +33
    /openacs-4/packages/acs-admin/www/apm/version-i18n-process.adp
    • -0
    • +32
    /openacs-4/packages/acs-admin/www/apm/version-i18n-process.adp~
    • -0
    • +53
    /openacs-4/packages/acs-admin/www/apm/version-i18n-process.tcl
    • -0
    • +44
    /openacs-4/packages/acs-admin/www/apm/version-i18n-process.tcl~
    • -0
    • +82
    /openacs-4/packages/acs-admin/www/apm/version-i18n.adp
    • -0
    • +13
    /openacs-4/packages/acs-admin/www/apm/version-i18n.adp~
    • -0
    • +110
    /openacs-4/packages/acs-admin/www/apm/version-i18n.tcl
    • -0
    • +13
    /openacs-4/packages/acs-admin/www/apm/version-i18n.tcl~
Fix path to cvs_acls, again