• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added TODO comments about deleting stale items and all their attached

comments, only.

merge from oacs-4-6

    • -27
    • +0
    ./static-pages-sc-procs-postgresql.xql
  1. … 27 more files in changeset.
moved file static-pages-sc-procs-postgresql.xql to static-pages-sc-procs.xql since it was generic

    • -27
    • +0
    ./static-pages-sc-procs-postgresql.xql
file static-pages-sc-procs.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./static-pages-sc-procs.xql
add missing ad_library calls

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

  1. … 692 more files in changeset.
use cumulative_path rather than directory for item name fixes 1544/patch 360

remove unecessary file

Fixed problem were content_item__get_item_id was not returning and item_id

for an item that exists. Switched to plain old select and it works fine now.

escaped backslashes in static_page_regexp. (olah)

added templating

added support for templating

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

    • -23
    • +18
    ./static-pages-procs-postgresql.xql
  1. … 62 more files in changeset.
Fixed extraneous end; in tcl/static-pages-procs-postgresql.xql

Fixed file update error in postgreql. It adds an mtime column, update your

datamodel on PG. Code checks for storage_type to run the correct queries/code

for Oracle/PG.

    • -3
    • +14
    ./static-pages-procs-postgresql.xql
  1. … 1 more file in changeset.
Fixed util_memoize_flush to correctly update when commenatbility abd commenets_displayed is changed

Fixed comment display to correctly display comment content when enabled

More fixes to static_page__grant/revoke permission and static-pagses-procs-postgresql.xql

  1. … 4 more files in changeset.
Fixed sp_grant_or_revoke_matching_permissions

Updates to oracle.xql files for relative paths

Adding missing files, sorry!

    • -0
    • +25
    ./static-pages-sc-create.sql
    • -0
    • +27
    ./static-pages-sc-procs-postgresql.xql
    • -0
    • +31
    ./static-pages-sc-procs.tcl
Fixed insert into cr_revisions to store relative file path

Adding missing static-pages-init.tcl

    • -0
    • +9
    ./static-pages-init.tcl
Fixed static folders. Now stores file path relative to installation root and uses cr_fs_path to get the full file path.

    • -12
    • +10
    ./static-pages-procs-postgresql.xql
  1. … 2 more files in changeset.
*** empty log message ***

  1. … 7 more files in changeset.
Fixed info file for postgresql and fixed Oracle version

  1. … 5 more files in changeset.
Postgresql ported - still needs modifications to work with static-pages. Oracle not tested and probably broken

    • -21
    • +48
    ./static-pages-procs-postgresql.xql
  1. … 4 more files in changeset.
stores content as "file" in content repository. Comments working

    • -9
    • +20
    ./static-pages-procs-postgresql.xql
Datamodel loads in postgresql. Beginning work on Tcl

    • -7
    • +11
    ./static-pages-procs-postgresql.xql
  1. … 2 more files in changeset.
Changed [db_nextval sp_session_id_seq] to [db_nextval sp_session_id_sequence] to use the view.