• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
simplify code and make it more consistent

  1. … 2 more files in changeset.
stop using deprecated procs (site_node_delete_package_instance, site_node_id)

modernize Tcl

use per-thread caching for dotlrn_community::get_community_id to reduce stress on util_memoize cache

bump versions of packages with DotLRN style version numbering to HEAD numbers (2.10.0*)

  1. … 35 more files in changeset.
Fix typos

  1. … 16 more files in changeset.
Fix typos

  1. … 61 more files in changeset.
Fix typos related to dotlrn naming

  1. … 1 more file in changeset.
fix typos

  1. … 10 more files in changeset.
Fix typos

    • -1
    • +1
    ./sql/postgresql/upgrade/upgrade-2.9.0-2.9.1d1.sql
  1. … 59 more files in changeset.
strength page contract

Remove obsolete .xql files

    • -12
    • +0
    ./tcl/community-procs-postgresql.xql
    • -29
    • +0
    ./www/communities-chunk-postgresql.xql
    • -22
    • +0
    ./www/community-member-postgresql.xql
  1. … 8 more files in changeset.
fix typos

use consistently ad_script_abort after ad_return_forbidden

    • -6
    • +4
    ./www/admin/site-wide-admin-toggle.tcl
  1. … 2 more files in changeset.
Use consistently ad_script_abort after ad_return_error.

    • -3
    • +3
    ./www/admin/community-members-add-to-community.tcl
  1. … 30 more files in changeset.
add required ad_script_abort after ad_returnredirect

  1. … 19 more files in changeset.
Fix missing default value

dotlrn_community::get_type_package_id was called in the wrong way (hanks to Felix Mödritscher)

Reduce divergencies between oracle and postgres codebase

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

    • -28
    • +0
    ./www/admin/users-search-oracle.xql
    • -29
    • +0
    ./www/admin/users-search-postgresql.xql
    • -0
    • +22
    ./www/admin/users-search.xql
Fix typo

Reduce divergencies between oracle and postgres codebase

    • -16
    • +0
    ./www/admin/class-instance-new-oracle.xql
    • -16
    • +0
    ./www/admin/class-instance-new-postgresql.xql
Reduce divergencies between oracle and postgres codebase

    • -186
    • +0
    ./www/manage-memberships-oracle.xql
    • -200
    • +0
    ./www/manage-memberships-postgresql.xql
    • -0
    • +198
    ./www/manage-memberships.xql
Ehm... reintroduce dual for oracle compliance

Use cached api instead of query to retrieve node id from community and community_type

Remove unused query from xql (no usage was found upstream and on Learn@WU)

Get rid of dual idiom

Oracle doesn't support limit :-|

Streamline and optimize idiom

Declare explicitly the only column we need in a way that DBMS can create a better query plan