• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove leftover xql

Make sql in this page portable by avoiding unnecessary pl/pgsql

Fix typos

Make all sql in this script portable by avoiding unnecessary api

Remove leftover xql files

Reduce divergency between oracle and postgres codebase

Reduce divergency between oracle and postgres codebase

Dont even offer to delete the root folder as this is prevented anyway

Put redundant query definition into generic ones

Use localization and api to streamline sql

Close select properly

Promote whole postgres sql to generic, as it is portable

Fix query in generic xql that was committed by mistake, replace it with the one for postgres, as it is portable, remove oracle query

Streamline sql to reduce divergencies between oracle and postgres codebase, remove redundant query definitions

remove dead code

Reuse existing api and streamline queries to reduce divergency between oracle and postgres codebase

    • -32
    • +29
    /openacs-4/packages/acs-tcl/tcl/apm-procs.tcl
whitespace cleanup

mark required parameters as required. Fixes issue #3347

Remove leftover call to dotlrn_community::type_exists

Allow themeing of /packages/acs-tcl/lib/complain

Add missing message

whitespace cleanup

Use subst instead of string quoting to improve readability (syntax highlighting)

Drop -postgresql.xql for "create_table" since there is no -oracle.xql and the -postgresql.xql is identical to inline code.

make code more robust, when connection is already closed

fix non-existing call to dotlrn_community::type_exists

Remove duplicated queries and logic, simplify idioms

Remove redundant query definitions

Make filters consistent with what the list displays (approved means live_revision not nulll and latest revision = live_revision)

UI improvements and fix

- make sql portable

- bring all sql inline

- reduce query duplication

- simplify if idioms

- fix UI by unclobbering revision_id variable and allowing to select revision correctly