• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixed problem with publising images to multiple publishing roots

fixed problem with multiple publishing roots

  1. … 2 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. … 81 more files in changeset.
modified serving of templates so that they are dynamically regenerated if they don't exist in the file system

  1. … 3 more files in changeset.

Fixed all sorts of cruft uncovered when I decided to fix the bug preventing

file upload in bboard.

  1. … 5 more files in changeset.
moved CMS stuff to CR so that content can be displayed by the search interface without requiring the user to load cms

  1. … 14 more files in changeset.
converted mail_notifications to use ad_proc instead of proc

fixed closing of cursors after an exception

  1. … 4 more files in changeset.
removed references to party_id = -1 from post_request calls

fixed display of virtual urls for oracle version

  1. … 5 more files in changeset.
fixed display of CR file content in oracle

  1. … 7 more files in changeset.
fixed query

fixed image upload using lobs and file storage in CR

  1. … 2 more files in changeset.
more cleanup of cms - content upload and display

  1. … 8 more files in changeset.
more cleanup of oracle cursors and cms porting work

  1. … 6 more files in changeset.
more cleanup of cms

converted notification calls to acs_mail_nt calls

fixed typo

more cleanup of cms

    • -106
    • +83
    ./module-procs-postgresql.xql
  1. … 12 more files in changeset.
fixup to get base item creation working

  1. … 1 more file in changeset.
cleanup of add item routines

    • -0
    • +38
    ./content-method-procs-oracle.xql
    • -0
    • +38
    ./content-method-procs-postgresql.xql
fixup to get main screen working

  1. … 1 more file in changeset.
Fixed naming of queries in .xql files. Along the way I also fixed other things that I have overseen.

fixed up typos

Fixed a query. Thanks goes to Dan for the help.

query not ended properly

FInished porting. Now to debug :-)

    • -0
    • +11
    ./content-method-procs.xql
    • -0
    • +76
    ./item-procs-oracle.xql
    • -0
    • +76
    ./item-procs-postgresql.xql
    • -0
    • +207
    ./module-procs-oracle.xql
    • -0
    • +210
    ./module-procs-postgresql.xql
    • -0
    • +21
    ./pagination-procs-oracle.xql
    • -0
    • +21
    ./pagination-procs-postgresql.xql
    • -0
    • +16
    ./pagination-procs.xql
    • -0
    • +220
    ./perm-procs-oracle.xql
    • -0
    • +212
    ./perm-procs-postgresql.xql
    • -0
    • +58
    ./publish-procs-oracle.xql
    • -0
    • +58
    ./publish-procs-postgresql.xql
  1. … 9 more files in changeset.
Finished porting queries. Now to debug ;-)

Committing just for safety and historic purposes. Still have to run the query extractor on files

after form-procs.tcl (I make too many typos when generating the .xql by hand) and need to fix the

db_map's (which I appropriately flagged so I can remember).

Finished form-procs.tcl