• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add explicit cast to all max_n_rels with value null to increase readability and to ease function disambiguation

  1. … 3 more files in changeset.
Fix expression logic

Don't be so strict upstream, as here we do not restrict community_key to ltree

Constrain further the characters we allow in the community_key: makes sense upstream as this will become part of a URL, but is even more important downstream, as we implement the community_key as a ltree and therefore we are limited in the type of characters we can allow (See https://www.postgresql.org/docs/current/ltree.html)

Fix typo

Add missing arguments

Rework dotlrn_community::check_community_key_valid_p so that we check also for the community key to not have spaces

Logics have been moved to private api that might or might not become the preferrable api at some point, as it also returns the specific error message together with the boolean

prefer db_0or1row +"where exists" over db_string + "select case"

  1. … 3 more files in changeset.
Fix missing end

  1. … 1 more file in changeset.
Im prove sql portability

Improve sql portability

  1. … 3 more files in changeset.
Implement the 'dotlrn_applet::remove_applet_from_dotlrn' proc, called from different remove_applet procs, but never implemented

Turn the phrase around, as in other tests

Rework communities_security_inherit test: just check for existance, no need for a loop, no need to rollback anything

Whitespace cleanup

improve spelling

  1. … 6 more files in changeset.
Whitespace changes

    • -6
    • +6
    ./www/admin/community-members-add-to-community.tcl
improve spelling: move closer to the linux documentation recommendations

  1. … 2 more files in changeset.
Whitespace changes

Update es_ES message keys

  1. … 7 more files in changeset.
Rename ReturnHeaders proc to comply with OpenACS naming convention, create deprecated wrapper, replace occurrences

    • -2
    • +2
    ./www/admin/community-members-add-to-community.tcl
  1. … 9 more files in changeset.
Move rel_segments_* procs in new rel_segment:: namespace to comply with OpenACS naming convention, create deprecated wrappers, replace occurrences

  1. … 10 more files in changeset.
  1. … 1 more file in changeset.
provde a global variable as transitional code for controlling passing of password as query variable

  1. … 2 more files in changeset.
don't pass sensitive information (e.g. password) as query variable, but use client properties instead.

see also issue #3344

  1. … 4 more files in changeset.
improve spelling

Provide default value for "return_url" and use "export_vars" for url-construction; whitespace changes

improve spelling

  1. … 7 more files in changeset.
Remove unused variable

improve spelling and comma settings

  1. … 27 more files in changeset.