• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- standardize url construction to protect against injection attacks

    • -1
    • +3
    ./tcl/schema-browser-procs-postgresql.tcl
- make function more robust against invalid input

- replace deprecated "util_convert_plaintext_to_html" by "ad_text_to_html"

    • -1
    • +1
    ./tcl/schema-browser-procs-postgresql.tcl
- improve rebustness

    • -1
    • +1
    ./tcl/schema-browser-procs-postgresql.tcl
- use <property name="doc(title)">

  1. … 54 more files in changeset.
- replace deprecated calls => export_vars

    • -1
    • +1
    ./tcl/schema-browser-procs-postgresql.tcl
  1. … 13 more files in changeset.
- fix schema browser such it does not spit out errors on openacs.org

    • -9
    • +12
    ./tcl/schema-browser-procs-postgresql.tcl
The sb_get_table_size proc now handles non-existing tables more gracefully.

    • -6
    • +20
    ./tcl/schema-browser-procs-postgresql.tcl
- Updated to use the site template

- Added info on table size and number of rows to postgresql table description

    • -1
    • +40
    ./tcl/schema-browser-procs-postgresql.tcl
- Updated to use the site template

- Added info on table size and number of rows to postgresql table description

    • -0
    • +39
    ./tcl/schema-browser-procs-postgresql.tcl
    • -0
    • +9
    ./www/function-body.adp
pg_relcheck was replaced by pg_constraint in postgres 7.3 and

later. Code allows for both, but was only using the right one for 7.3

exactly, not 7.3 and above.

    • -1
    • +1
    ./tcl/schema-browser-procs-postgresql.tcl
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
Updated summary and descriptions for more packages.

  1. … 43 more files in changeset.
Fixed context bar

added auto-mount

merge of 4.6.3b1 to HEAD

  1. … 28 more files in changeset.
fixed for PG 7.3 catalog change

    • -10
    • +36
    ./tcl/schema-browser-procs-postgresql.tcl

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 34 more files in changeset.
tacks an arg on to sb_get_indexes so that you can have it generate the primary key index as well. Kludge though.

    • -4
    • +10
    ./tcl/schema-browser-procs-postgresql.tcl
fix bug with ordering of columns on index display, dont memoize sb_get_table_description since you probably actually care it's up to date

    • -2
    • +11
    ./tcl/schema-browser-procs-postgresql.tcl
Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 56 more files in changeset.
sync info files with package data and correct provides identifiers

  1. … 36 more files in changeset.
Added new files to .info files

  1. … 38 more files in changeset.
more abstract URLs

  1. … 47 more files in changeset.
ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 17 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

    • -11
    • +10
    ./tcl/schema-browser-procs-postgresql.tcl
  1. … 687 more files in changeset.
correct queries for both 7.1 and 7.2 also adds the table comment and a link to any referenced tables. patch 290 for bug 1580

    • -2
    • +30
    ./tcl/schema-browser-procs-postgresql.tcl

Extra "<queryset>" ...

Mostly added the schema-browser, some other minor fixes ...

    • -0
    • +431
    ./tcl/schema-browser-procs-oracle.tcl
    • -0
    • +459
    ./tcl/schema-browser-procs-postgresql.tcl
    • -0
    • +12
    ./www/column-comments-2-oracle.xql
    • -0
    • +12
    ./www/column-comments-2-postgresql.xql
    • -0
    • +18
    ./www/function-body-postgresql.xql
    • -0
    • +31
    ./www/function-body.tcl
    • -0
    • +24
    ./www/trigger-oracle.xql
    • -0
    • +22
    ./www/trigger-postgresql.xql
  1. … 3 more files in changeset.