• last updated 22 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove duplicated page properties, fix URL by using export_vars

    • -1
    • +1
    ./www/admin/groups/elements-display.adp
    • -5
    • +4
    ./www/admin/groups/elements-display.tcl
Reduce divergency between oracle and postgres codebase

    • -47
    • +0
    ./www/admin/groups/rel-type-add-2-oracle.xql
    • -47
    • +0
    ./www/admin/groups/rel-type-add-2-postgresql.xql
    • -9
    • +42
    ./www/admin/groups/rel-type-add-2.tcl
Reduce divergencies between oracle and postgres codebase

    • -21
    • +0
    ./www/admin/rel-segments/one-oracle.xql
Reduce divergency between oracle and postgres codebase

    • -31
    • +0
    ./www/admin/rel-types/delete-2-oracle.xql
Reduce divergency between oracle and postgres codebase

  1. … 6 more files in changeset.
Reduce divergency between oracle and postgres codebase

    • -18
    • +0
    ./www/admin/site-map/application-new-postgresql.xql
    • -2
    • +9
    ./www/admin/site-map/application-new.tcl
Reduce divergency between oracle and postgres codebase

    • -11
    • +0
    ./www/admin/rel-segments/new-oracle.xql
    • -18
    • +0
    ./www/admin/groups/constraints-create-oracle.xql
    • -2
    • +8
    ./www/admin/groups/constraints-create.tcl
Reduce divergency between oracle and postgres codebase

    • -20
    • +0
    ./www/admin/groups/elements-display-oracle.xql
    • -3
    • +13
    ./www/admin/groups/elements-display.tcl
    • -19
    • +0
    ./www/admin/relations/remove-oracle.xql
Reduce divergency between oracle and postgres codebase

    • -35
    • +0
    ./www/admin/group-types/index-oracle.xql
Reduce divergency between oracle and postgres codebase

    • -2
    • +11
    ./www/admin/rel-segments/elements.tcl
Replace deprecated idiom

Use ad_page_contract, remove redundant sql

Fix remaining occurrence of "screen_name" variable used to actually tell HOW to display the screen_name

Use ad_include_contract

Add ad_include_contract

Bring sql inline, streamline sql idiom

    • -4
    • +4
    ./www/admin/site-map/instance-delete.tcl
    • -12
    • +0
    ./www/admin/site-map/instance-delete.xql
Rename subsite_callback to comply with OpenACS naming convention, reduce divergency between oracle and postgres codebase

    • -21
    • +0
    ./tcl/subsite-callback-procs-oracle.xql
    • -22
    • +0
    ./tcl/subsite-callback-procs-postgresql.xql
    • -20
    • +49
    ./tcl/subsite-callback-procs.tcl
Rename ReturnHeaders proc to comply with OpenACS naming convention, create deprecated wrapper, replace occurrences

  1. … 10 more files in changeset.
Move rel_segments_* procs in new rel_segment:: namespace to comply with OpenACS naming convention, create deprecated wrappers, replace occurrences

    • -3
    • +3
    ./tcl/rel-segments-procs-postgresql.xql
    • -2
    • +2
    ./www/admin/groups/rel-type-remove-2.tcl
  1. … 1 more file in changeset.
Whitespace cleanup

    • -13
    • +13
    ./tcl/rel-segments-procs-oracle.xql
    • -9
    • +9
    ./tcl/rel-segments-procs-postgresql.xql
bug-fix: don't use variable "screen_name" for controlling display of ScreenName,

since it used as value for the actual screen name as well.

as a consequence, user got e.g. a value of "none" set as their acutal screen name, which

lead to a conflict with the unique screen name constraint of the data model

the conflicst with CVS: ----------------------------------------------------------------------

add missing SQL query

Deprecated get_referrer and NsSettoTclString, replace them with versions that respect OpenACS naming convention

  1. … 7 more files 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.
provide a better name (site_node::delete_service_nodes) amd delete nodes of services packages as well

    • -3
    • +13
    ./www/admin/site-map/instance-delete.tcl
  1. … 1 more file in changeset.
bugfix: unmounting a package could lead to a deletion of services used in other packages

A new API call "site_node::unmount_services" can be used to unmount all services in a first step.

unmount services before calling "site_node::delete -node_id $node_id -delete_subnodes -delete_package"

prevents collateral damage.

    • -1
    • +2
    ./www/admin/site-map/instance-delete.tcl
  1. … 2 more files in changeset.
prefer all caps spelling for SQL

  1. … 1 more file in changeset.
Make page for managing the parameter "PrivateEmailLevelP" subsite aware.

Use template::util::tcl_to_sql_list for proper list element quoting