• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

fixing the replace texts in adp files with message lookups UI. Now indicating which replacements to do with checkboxes which should be more usable

Strangely this looks like a Tcl bug. In fm_pageroot_relative_path

the two variables 'match' and 'local' did not come up as their empty

default strings on my machine. (Tcl8.3 on FreeBSD) Workaround added.

Added note to replace scheduled delete with a smart tcl api for the cr.

Schedule delelte at 22:00 (although that will still be the middle of the day for someone)

Schedule delete a 1am daily instead of 86400 seconds after server starts.

corrected bad table and order clause name in helper procedure all_groups_list

adding patch that is necessary to check for the acceptance of all terms of

use during the login process.

    • -0
    • +17
    /openacs-4/contrib/packages/acknowledgement/auth.patch
making install scripts work with new install UI (one big up-front form)

adding check that install page is only executed once. Added link to the homepage at the bottom

i18n