• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
the catalog check script wasn't checking adp lookups properly, typo, improved indentation

I18N: converting the forums application to using the message catalog

    • -1
    • +4
    /openacs-4/packages/forums/tcl/forums-procs.tcl
    • -10
    • +15
    /openacs-4/packages/forums/www/forum-view.adp
    • -7
    • +11
    /openacs-4/packages/forums/www/index.adp
    • -1
    • +4
    /openacs-4/packages/forums/www/index.tcl
    • -6
    • +9
    /openacs-4/packages/forums/www/message-chunk.adp
    • -2
    • +5
    /openacs-4/packages/forums/www/message-chunk.tcl
    • -2
    • +5
    /openacs-4/packages/forums/www/message-email.adp
  1. … 27 more files in changeset.
Fixed bad primary key on host_node_map table. Note: Fixes to Oracle data model have not been tested.

Got rid of references to acs_object_id_seq view in apm-create, which were causing some errors

1. Minor wording change to the static pages admin index template

2. Made ad_form_new_p require a key name since guessing's arcane and

unreliable

The page name wasn't properly quoted before getting sent to the dimensional proc

Append to header_stuff instead of overriding it. Merged in change from 1.9.2.2 to 1.9.2.3. Or tried to.

    • -3
    • +35
    /openacs-4/packages/dotlrn/www/dotlrn-master.tcl
Append to header_stuff instead of overriding it

    • -2
    • +6
    /openacs-4/packages/dotlrn/www/dotlrn-master.tcl
updated the I18n instructions to point to the script for checking catalog files

adding script for checking consistency of catalog files

    • -0
    • +28
    /openacs-4/packages/acs-lang/bin/check-catalog.sh
    • -0
    • +37
    /openacs-4/packages/acs-lang/bin/mygrep
make timestamps ISO 8601 compliant. Get the TZ offset as the current TZ offset which is wrong but only off by 1hr at most (unlike the hardcoded -0600)

create the autosubscribe_p column on forums_forums table

acs-events provided acs-event. now provides matches package key

clean up date formatting.

    • -1
    • +1
    /openacs-4/packages/survey/www/index-oracle.xql
fix postgresql data model

fix plsql call instead of db_dml

fix foreign key constraint to refer to cr_revisions instead of cr_items

quote tcl string passed in query, missed oracle file

quote single quotes in tcl string passed to SQL query

removing debugging form for toggling locale in the master template

    • -6
    • +0
    /openacs-4/packages/dotlrn/www/dotlrn-master.adp
making the dotlrn package (with its .adp, .info, and .tcl files) use the message catalog

    • -20
    • +20
    /openacs-4/packages/dotlrn/dotlrn.info
    • -0
    • +1
    /openacs-4/packages/dotlrn/tcl/applets-procs.tcl
    • -11
    • +15
    /openacs-4/packages/dotlrn/tcl/class-procs.tcl
    • -0
    • +1
    /openacs-4/packages/dotlrn/tcl/dotlrn-filter.tcl
    • -2
    • +4
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
  1. … 178 more files in changeset.
making the portlet pretty name and other texts use the message catalog

making the portlet pretty name use the message catalog

localize portal page names and portlet names on the fly with lang::util::localize, converted some literal text to message catalog

merging lang-catalog-init.tcl and lang-message-init.tcl into acs-lang-init.tcl

    • -0
    • +15
    /openacs-4/packages/acs-lang/tcl/acs-lang-init.tcl
changing message lookup so that if no locale is provided and there is no HTTP connection then the system locale is used

making localize proc output a TRANSLATION MISSING message

removing debugging code

making it possible to import/export message catalog data to/from the filesystem for a package version

    • -0
    • +21
    /openacs-4/packages/acs-admin/www/apm/version-i18n-index.adp
    • -0
    • +16
    /openacs-4/packages/acs-admin/www/apm/version-i18n-index.tcl
changing to provide acs-events (like package_key) rather than acs-event, calendar won't install otherwise