• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Reverse a change introduced in rev 1.4 which breaks the group-new

admin page

added user service contract

    • -0
    • +144
    ./sql/oracle/user-sc-create.sql
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" ...

    • -1
    • +1
    ./www/permissions/index-postgresql.xql

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!

    • -3
    • +3
    ./www/admin/site-map/index-postgresql.xql
  1. … 18 more files in changeset.

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

    • -2
    • +2
    ./www/admin/relations/add-postgresql.xql
  1. … 62 more files in changeset.
Move "children_count" query from .xql to here.

    • -0
    • +10
    ./www/permissions/one-postgresql.xql
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...

    • -3
    • +4
    ./tcl/application-group-procs-postgresql.xql
    • -1
    • +1
    ./tcl/subsite-callback-procs-postgresql.xql
    • -1
    • +1
    ./www/admin/group-types/new-postgresql.xql
    • -1
    • +1
    ./www/admin/group-types/one-postgresql.xql
  1. … 12 more files in changeset.

Put the .info file in alignment with this package's world...

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

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).

    • -5
    • +2
    ./www/admin/rel-types/one-postgresql.xql
    • -2
    • +2
    ./www/permissions/index-postgresql.xql
  1. … 12 more files in changeset.
updated package_instantiate_object for PG

took out extraneous logging notices

updated package procs and relation procs to provide better handling of

additional variables. This *may* cause some things to break, and the added

functionality is not yet PG-compatible. It will be soon, though. (ben)

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

    • -1
    • +4
    ./www/admin/site-map/parameter-set.tcl
  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)

    • -2
    • +9
    ./www/admin/site-map/parameter-set.tcl
  1. … 1 more file in changeset.

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

    • -0
    • +14
    ./www/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. … 80 more files in changeset.

Added new files to the .info file.

Port query

    • -11
    • +11
    ./tcl/subsite-procs-postgresql.xql
updates file info to reflect host-node mapping patch

  1. … 1 more file in changeset.
Adds host-node-map patch

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

Initial checkin for host-node-map patch

    • -0
    • +8
    ./sql/postgresql/host-node-map-create.sql
    • -0
    • +3
    ./sql/postgresql/host-node-map-drop.sql
Adds host-node-map patch

    • -1
    • +2
    ./sql/postgresql/acs-subsite-create.sql
Iniital checkin for host-node-map patch

    • -0
    • +10
    ./sql/oracle/host-node-map-create.sql
    • -0
    • +3
    ./sql/oracle/host-node-map-drop.sql
fixed query names in subsite-procs