• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
parameterized url of community member page; changed some procs to use the parameter; changed some pages to use the procs instead of linking directly

  1. … 2 more files in changeset.

1. home.tcl - applied patch from SDM to use ad_pvt_home rather than a

fixed value.

2. defs-procs.tcl - applied patch that fixed a "link within a link" problem.

3. content_item.tree_sortkey had no index (gulp!)

  1. … 2 more files in changeset.

switched this to use "all_object_party_privilege_map" ...

Added code to make use of David Walker's wonderfully abusive hack on the

pg_proc table that showed me how to write recursive SQL functions. We now

have good use of the index on tree_sortkey when climbing the tree, woo-hoo!

  1. … 18 more files in changeset.

Changed the representation of tree_sortkeys from "text" to "bit varying".

  1. … 62 more files in changeset.
Move "children_count" query from .xql to here.

Added oracle-specific "children_count" query which was in the .xql file

Removed PG-specific query from SQL92 file.

Switched tree-based queries to a tree-using form, which will greatly enhance

scalability...

    • -1
    • +1
    ./admin/group-types/index-postgresql.xql
    • -1
    • +1
    ./admin/group-types/new-postgresql.xql
    • -1
    • +1
    ./admin/group-types/one-postgresql.xql
    • -2
    • +1
    ./admin/groups/elements-display-list-postgresql.xql
    • -5
    • +5
    ./admin/groups/rel-type-add-postgresql.xql
    • -3
    • +5
    ./admin/rel-segments/new-postgresql.xql
    • -1
    • +1
    ./admin/rel-types/index-postgresql.xql
    • -2
    • +2
    ./admin/rel-types/new-2-postgresql.xql
  1. … 12 more files in changeset.

More permissions speeding up, or at least that is the theory...

    • -5
    • +7
    ./admin/rel-segments/constraints/index.xql

First round of speedups for verious permissions issues. Key finding is that

the all_object_party_privilege_map is speedy in PostgreSQL and apparently in

Oracle, as well (having re-read some of the optimization threads).

    • -4
    • +1
    ./admin/group-types/index-postgresql.xql
    • -4
    • +1
    ./admin/rel-segments/index-postgresql.xql
    • -0
    • +12
    ./admin/rel-segments/one-postgresql.xql
    • -0
    • +24
    ./admin/rel-types/delete-2-postgresql.xql
    • -5
    • +2
    ./admin/rel-types/rels-list-postgresql.xql
  1. … 12 more files in changeset.

1. Blank parameters were listed as being of "No Value", and when you hit

"set parameters" this string replaced the empty string in the database,

not exactly what you want. I changed the code to leave the input box

blank.

2. caching of empty parameter strings didn't work. I'd fixed this earlier

for ad_parameter proper but missed the fact that ad_parameter_cache had

the same bug.

With these changes you can now run acs-workflow's admin UI without graphviz

    • -8
    • +10
    ./admin/site-map/parameter-set-oracle.xql
  1. … 1 more file in changeset.
Make the site-map parameter-set page highlight parameters which have

been overridden by the ad.ini/nsd.tcl file (SDM patch #82)

    • -1
    • +1
    ./admin/site-map/parameter-set-oracle.xql
  1. … 1 more file in changeset.

Bunch of files I forgot to add to the last commit ...

    • -0
    • +14
    ./shared/portrait-bits.xql
  1. … 13 more files in changeset.

1. Added a new Tcl procedure to the content repository's library, named

cr_write_content, which properly writes content to the connection

regardless of RDBMS and storage type. This simplified a bunch of stuff

(which explains the removed files).

2. Fixed a lot of general comments issues regarding HTML vs. Plain/Text,

attachments, etc.

3. Partially ported glossary.

    • -1
    • +1
    ./user/portrait/upload-2-postgresql.xql
  1. … 80 more files in changeset.
Adds host-node-map patch

    • -0
    • +17
    ./admin/host-node-map/add.tcl
    • -0
    • +17
    ./admin/host-node-map/add.xql
    • -0
    • +16
    ./admin/host-node-map/delete.tcl
    • -0
    • +15
    ./admin/host-node-map/delete.xql
    • -0
    • +24
    ./admin/host-node-map/index-oracle.xql
    • -0
    • +25
    ./admin/host-node-map/index-postgresql.xql
    • -0
    • +73
    ./admin/host-node-map/index.tcl
    • -0
    • +14
    ./admin/host-node-map/index.xql
adds host-node-map patch

patch from Tilmann Singer

Fixed a couple of minor problems:

1. A typo in version-edit-2 that didn't really impact anything

2. A "triggered data change" error caused by apm-create.sql

3. restore-user flat-out didn't work and aD had never tested it

  1. … 2 more files in changeset.
Small fixes

Small fixes

    • -9
    • +10
    ./admin/groups/rel-type-add-postgresql.xql
    • -7
    • +8
    ./admin/rel-segments/new-postgresql.xql
Small fixes

    • -8
    • +6
    ./admin/rel-types/index-postgresql.xql
  1. … 3 more files in changeset.
Fix typo

Small fixes

    • -8
    • +23
    ./admin/rel-types/new-2-postgresql.xql
Fix SDM bug #1153

Port queries

    • -2
    • +3
    ./admin/groups/elements-display-list-postgresql.xql
    • -7
    • +6
    ./admin/groups/rel-type-add-postgresql.xql

Added Gilbert's fix for PG to Oracle, too ...

    • -0
    • +20
    ./register/email-confirm-oracle.xql
  1. … 1 more file in changeset.
Add metadata for person__new and user__new

Port a few more queries

    • -3
    • +2
    ./admin/groups/elements-display-list-postgresql.xql
  1. … 1 more file in changeset.
Specify kernel package_id when getting SystemURL

    • -2
    • +2
    ./register/awaiting-email-verification.tcl

Gilbert Wong patch #53