• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added missing I18N key.

A few more I18N tags added to login-status.adp.

Gave site-master.* the I18N treatment. Added a workaround, so the

'Your Account' can both be named as a kernel parameter, or have a proper

translation key.

Added I18N message keys for site-master.adp.

Fixing an error in the join clause of the party_search widget which resulted in returning way too many, and redundant matches.

Added an introduction how to setup bouncing with postfix

updating README and TODO files. Bugfixing dotlrn-basic-setup

    • -12
    • +2
    /openacs-4/etc/install/tcl/twt-procs.tcl
    • -8
    • +4
    /openacs-4/etc/install/tcl/user-procs.tcl
taking action on lost gl_ES messages (http://openacs.org/forums/message-view?message_id=133859). The messages had ended up in message files with locale utf-8 (don't know why yet). Moving the messages back to ISO-8859-1 files and removing the utf-8 files

  1. … 15 more files in changeset.
taking action on lost gl_ES messages (http://openacs.org/forums/message-view?message_id=133859). The messages had ended up in message files with locale utf-8 (don't know why yet). Moving the messages back to ISO-8859-1 files and removing the utf-8 files

adding syntax check of acs-lang.localization-grouping value and falling back on en_US locale in case of invalid syntax (to avoid broken pages)

bugfix: forgot to wrap the site-wide-admin-toggle link in a dotlrn_user_p if statement in my last commit

    • -7
    • +9
    /openacs-4/packages/dotlrn/www/admin/user.adp
removing old procs file replaced by files in tcl dir

    • -873
    • +0
    /openacs-4/etc/install/tclwebtest-functions.tcl
adding a simple forums posting test. Restructuring procs a little

    • -15
    • +15
    /openacs-4/etc/install/dotlrn-basic-setup.test
    • -4
    • +4
    /openacs-4/etc/install/tcl-api-test.test
    • -0
    • +63
    /openacs-4/etc/install/tcl/config-procs.tcl
    • -3
    • +3
    /openacs-4/etc/install/tcl/news-procs.tcl
    • -2
    • +2
    /openacs-4/etc/install/tcl/test-procs.tcl
    • -0
    • +170
    /openacs-4/etc/install/tcl/twt-procs.tcl
    • -17
    • +28
    /openacs-4/etc/install/tcl/user-procs.tcl
    • -164
    • +0
    /openacs-4/etc/install/tcl/util-procs.tcl
the toggle-site-wide-admin link was duplicated, removing one of them. Indenting the bottom link section

    • -26
    • +11
    /openacs-4/packages/dotlrn/www/admin/user.adp
posting message in forums broken because attach_p was empty string, see bug 932. Temporarily fixed.

    • -2
    • +2
    /openacs-4/packages/forums/www/message-post.tcl
further adaption of install.sh to the new OpenACS installer. Making dotlrn-basic-setup work with new tcl library

    • -1
    • +1
    /openacs-4/etc/install/tcl/news-procs.tcl
    • -1
    • +1
    /openacs-4/etc/install/tcl/user-procs.tcl
    • -1
    • +1
    /openacs-4/etc/install/tcl/util-procs.tcl
making dotlrn-basic-setup use the new namespacified procs

    • -46
    • +46
    /openacs-4/etc/install/dotlrn-basic-setup.test
    • -15
    • +8
    /openacs-4/etc/install/tcl/news-procs.tcl
    • -7
    • +11
    /openacs-4/etc/install/tcl/test-procs.tcl
    • -31
    • +22
    /openacs-4/etc/install/tcl/user-procs.tcl
    • -6
    • +17
    /openacs-4/etc/install/tcl/util-procs.tcl
breaking up the procs to support testing OpenACS with tclwebtest into namespaces.

    • -0
    • +91
    /openacs-4/etc/install/tcl/admin-procs.tcl
    • -0
    • +164
    /openacs-4/etc/install/tcl/class-procs.tcl
    • -0
    • +175
    /openacs-4/etc/install/tcl/dotlrn-procs.tcl
    • -0
    • +32
    /openacs-4/etc/install/tcl/forums-procs.tcl
    • -0
    • +35
    /openacs-4/etc/install/tcl/global-vars.tcl
    • -0
    • +73
    /openacs-4/etc/install/tcl/news-procs.tcl
    • -0
    • +15
    /openacs-4/etc/install/tcl/test-procs.tcl
    • -0
    • +220
    /openacs-4/etc/install/tcl/user-procs.tcl
    • -0
    • +153
    /openacs-4/etc/install/tcl/util-procs.tcl
Processes now work pretty well. There is a bug in the dependency code

for tasks now that prevents dependencies from being used.

  1. … 8 more files in changeset.
get rid of the annoying and potentially incorrect leading space when returning parsed templates.

Fixed bug #442: Confirm doesn't really let you change your mind nicely

    • -66
    • +72
    /openacs-4/packages/forums/www/message-post.tcl
fixing bug 915 by making sure any adp vars (including the noquote ones) are excluded when searching for translatable text. We still allow for embedded adp vars, only, we currently don't allow them to have the noquote instruction, we could add support for that later.

re-adding some message keys that were mistakenly removed previously since the keys were not present explicitly in the code as package_key.message_key

making sure message keys are used explicitly in lookups. If message keys are not explicitly in the code like package-key.message-key our message catalog consistency check script will not find them and the messages might be removed. Therefore, make sure they are always present excplicitly in the code

Fixed bug #905: needs approval doesn't work

Moved the cache flushing into the membership-change proc, so we also flush the acs_user cache if we happento change the state through the other route.

Added message keys for member states

new-portals was removed from HTML default adp variable quoting. This was a temporary measure. Removing

Fixed bug #924: Second password is ignored during registration.

Resolves bug #865. Switched to acs_user::get API.