• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Installation from package repository -- now we just need the repository up at openacs.org

  1. … 17 more files in changeset.
adds a kernel param ExcludedFiles for which the rp returns 404 (set to */CVS/* *~) and support for that in rp

    • -31
    • +43
    ./tcl/request-processor-procs.tcl
  1. … 1 more file in changeset.
typo

get tmpdir from acs-subsite bug 75 Simos Gabrielidis

making party::get_by_email do a lowercase email comparison so that people can't create accounts that with emails that differ only in case. See bug 740

- Cleaned up who's online

- I18n'd a few sentences

- Various UI cleanup

    • -0
    • +10
    ./tcl/whos-online-init.tcl
    • -0
    • +179
    ./tcl/whos-online-procs.tcl
  1. … 11 more files in changeset.
making the procs ad_acs_version and ad_acs_release_date do something sensible. Adding proc apm_version_get (should go into a namespace and be cached)

deprecating proc ad_ssl_available_p and replacing it with security::https_available_p. Making sure we do not redirect to HTTPS if AOLserver is not configured to support it

Test case and fix for site_node::verify_folder_name

Marking some procs public and private

Bug #252: Added proc to verify folder names, checking not just other site nodes, but also directories underneath the package mounted at the parent site node

making backing up of package directories when installing apm files not overwrite old backup files

Making ad_generate_random_string public

- Ignore case in usernames

- Fixing missing flush cache statements

    • -1
    • +1
    ./tcl/community-core-procs-postgresql.xql
fixing trivial mistakes in the new cached acs_user::get proc

No caching of the progress bar -- otherwise it doesn't work.

caching the acs_user::get proc

    • -2
    • +2
    ./tcl/community-core-procs-postgresql.xql
adding the whos_online::interval proc

who's online support added through a modified version of patch 126. The procs to support the feature live in the util::whos_online namespace

updating dependency info for acs-tcl

Added support for spell-checking to the form bulider and ad_form.

  1. … 6 more files in changeset.
fixing upgrade bug related to .ctl (ctl_file) files. First of all, don't offer ctl files when upgrading (ok, we should make this possible if we need it). Second of all, use the ctl file selections the user actually made when choosing files to source (in proc apm_package_install_data_model)

  1. … 1 more file in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 268 more files in changeset.
Removed pm debug statements

Removed LARS debugging log notices

- Fix bug #846, patch #295

Fixed bug with cache not being updated on Oracle when no package is mounted at a site node

Changed local_account_ok_p to get_local_account_status, which can also return no_account. Helps prevents problems with old cookies that do no longer have a corresponding user_id

  1. … 1 more file in changeset.
missing braces in if expression in ad_return_forbidden

allowing the base of export_vars to have query vars in it