• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

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
    ./contrib/packages/acknowledgement/auth.patch
making install scripts work with new install UI (one big up-front form)

    • -1
    • +1
    ./etc/install/tclwebtest-functions.tcl
adding check that install page is only executed once. Added link to the homepage at the bottom

i18n

new flags

    • -1
    • +1
    ./packages/acs-core-docs/www/xml/Makefile
changing the OpenACS installation so that now, you fill in all system configuration on one form up-front, click install, and everything installs, the server restarts, and you're ready to go

    • -0
    • +167
    ./packages/acs-bootstrap-installer/installer/install.tcl

first version of the documentation

Added Files:

acknowledgement.info

catalog/acknowledgement.de_DE.ISO-8859-1.xml

catalog/acknowledgement.en_US.ISO-8859-1.xml

sql/postgresql/acknowledgement-create.sql

sql/postgresql/acknowledgement-drop.sql

tcl/acknowledgement-init.tcl tcl/acknowledgement-procs.tcl

www/details.adp www/details.tcl www/index.adp www/index.tcl

www/record_response.adp www/record_response.tcl www/repent.adp

www/repent.tcl www/admin/delete.tcl www/admin/details.adp

www/admin/details.tcl www/admin/index.adp www/admin/index.tcl

www/admin/lock-accounts.tcl www/admin/reset-responses.tcl

www/admin/responses.adp www/admin/responses.tcl

----------------------------------------------------------------------

added the package acknowledgement with all files to the contrib/packages dir

    • -0
    • +3
    ./contrib/packages/acknowledgement/tcl/acknowledgement-init.tcl
    • -0
    • +25
    ./contrib/packages/acknowledgement/www/record_response.adp
    • -0
    • +86
    ./contrib/packages/acknowledgement/www/record_response.tcl
  1. … 9 more files in changeset.
Remove call to inital_user_id, join on acs_objects instead..

Remove call to survey_response.initial_user_id in where clause. Join on acs_objects.

    • -10
    • +0
    ./packages/survey/www/respond-oracle.xql
    • -10
    • +0
    ./packages/survey/www/respond-postgresql.xql
changing apm_package_install proc to not source acs-tcl libraries since they are already sourced on server startup

    • -3
    • +6
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
Removed calls to useless survey-response.initial_response_id pl/sql function. Replace with speedy nvl call.

    • -1
    • +1
    ./packages/survey/www/respond-oracle.xql
    • -1
    • +1
    ./packages/survey/www/respond-postgresql.xql
Resolves bug #806. Users, who are self registering, will have their

locale preferences set via their ad_locale cookie, if it exists.

    • -1
    • +14
    ./packages/acs-subsite/lib/user-new.tcl
Fix adp variable pretty_submission_date should be pretty_submission_date_ansi

fixing typo in tcl file loading printout

Make lang::user::site_wide_locale_not_cached{} return the system wide

locale for non-registered users, who does not have an ad_locale cookie.

Ensure that the ad_locale cookie never expires. Oops. ;)

    • -3
    • +7
    ./packages/acs-lang/tcl/locale-procs.tcl
Fixed bug #591: bug in user-join. Also fixed the problem that if some of the segments required by the constraints were closed, you couldn't join, even if you were already a member of those segments mentioned in the constraints.

Part of the fix for bug #806: Store non-registered visitors locale

setting in a cookie (and not in a client property).

    • -5
    • +4
    ./packages/acs-lang/tcl/locale-procs.tcl
requiring tcl files (of type tcl_procs, tcl_init, test_procs, test_init, or tcl_util) to reside under package-key/tcl

Fixed bug #639: Constraint can't reference segment outside of the subsite.

Fixed broken install due to ref-timezones required, but acs-reference not part of initiall install set

Fixed bug #801: Buttons multirow not available inside formtemplate so edit/display modes don't work

    • -40
    • +43
    ./packages/acs-templating/tcl/form-procs.tcl
    • -11
    • +1
    ./packages/acs-templating/tcl/tag-init.tcl
Bug # instead of parameter-driven name

    • -3
    • +3
    ./packages/bug-tracker/tcl/bug-procs.tcl
Fixed bug #657: Create admin rel segment for main site

Let the page title say whether installation failed or not

    • -1
    • +6
    ./packages/acs-admin/www/install/install-4.tcl
Choose visibility of new community (really, whether we inherit permissions from main site or not)

Small change to www/members/index.tcl, which allows non-registered visitors

to see a partial email address. Assuming they are permitted to see the members

list in the first place, of course.

    • -3
    • +11
    ./packages/acs-subsite/www/members/index.tcl
Forgot to set initial-install, I thought it actually resolved the dependencies, but alas ...

Noquote

allowing commenting in file-storage by default. Noquoting so that commenting actually works