• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Bug fix: avoid confusion between text argument and option, when text starts with "-"

  1. … 35 more files in changeset.
Introduce a callback hook for packages to insert some specific logic

Driver is reduce difference between downstream and upstream code

normalize boolean expressions in ADP files

  1. … 35 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
- do not depend on beta or development versions

- make sure that released versions are not beta or development

- align version numbers (e.g. use also 5.9.1 for xotcl-core)

- bump version numbers to 5.9.1

  1. … 83 more files in changeset.
bump version numbers to 5.9.1b9 respectively to 2.9.1b9 to prepare for release

  1. … 91 more files in changeset.
Standardize spellings of names

  1. … 9 more files in changeset.
Removed duplicated statement unarchive.update_archive_p

Simplified conditional expression

Fix spelling errors

  1. … 35 more files in changeset.
- bump version number of OpenACS to 5.9.1b3 and DotLRN to 2.9.1b3

  1. … 79 more files in changeset.
fix drop script

    • -2
    • +2
    ./sql/postgresql/main-portlet-drop.sql
Prevent double loading when the identical version is already loaded (can happen via install.xml files)

  1. … 1 more file in changeset.
Use "ad_abort_script" in dotlrn::do_abort instead of plain tcl error to reduce log-spamming