• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
use cumulative_path rather than directory for item name fixes 1544/patch 360

    • -3
    • +3
    ./tcl/static-pages-procs-postgresql.xql
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.

    • -1
    • +1
    ./tcl/static-pages-procs-postgresql.xql
Added some additional documentation supplied by Michael Yoon ...

escaped backslashes in static_page_regexp. (olah)

sample template

    • -0
    • +5
    ./www/templates/static.adp
added templating

added support for templating

added templating paramters

Added sp_folder_get_tree_sortkey function to the drop script

    • -1
    • +2
    ./sql/postgresql/static-pages-drop.sql

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
    • +8
    ./sql/postgresql/static-pages-create.sql
  1. … 18 more files in changeset.

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

    • -77
    • +56
    ./sql/postgresql/static-pages-create.sql
    • -23
    • +18
    ./tcl/static-pages-procs-postgresql.xql
    • -6
    • +4
    ./www/admin/commentability-postgresql.xql
  1. … 59 more files in changeset.
Removing unused static-pages-sws files from sql/postgresql

    • -2
    • +2
    ./sql/postgresql/static-pages-drop.sql
    • -40
    • +0
    ./sql/postgresql/static-pages-sws-drop.sql
    • -61
    • +0
    ./sql/postgresql/static-pages-sws.sql
Fixed extraneous end; in tcl/static-pages-procs-postgresql.xql

    • -2
    • +0
    ./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.

    • -7
    • +19
    ./sql/postgresql/static-pages-create.sql
    • -3
    • +14
    ./tcl/static-pages-procs-postgresql.xql

Removed some misnamed files from file-storage and removed a garbage file

from static-pages.

    • -846
    • +0
    ./sql/postgresql/#static-pages-create.sql#
  1. … 6 more files 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

    • -1
    • +1
    ./tcl/static-pages-procs-postgresql.xql
fixed static_page__delete

    • -4
    • +2
    ./sql/postgresql/static-pages-create.sql
More fixes to static_page__grant/revoke permission and static-pagses-procs-postgresql.xql

    • -5
    • +5
    ./sql/postgresql/static-pages-create.sql
    • -5
    • +7
    ./tcl/static-pages-procs-postgresql.xql
    • -2
    • +3
    ./www/admin/commentability-contain.tcl
Fixed sp_grant_or_revoke_matching_permissions

    • -1
    • +1
    ./tcl/static-pages-procs-postgresql.xql
fixed display-policy-toggle

    • -0
    • +14
    ./www/admin/display-policy-toggle-orcale.xql
    • -0
    • +14
    ./www/admin/display-policy-toggle-postgresql.xql
Updates to oracle.xql files for relative paths

Fixed page-visit.tcl

Fixed check for proper file path, we don't use it because we store the relative path in the database.

Fixed commentability on nested folders

    • -2
    • +2
    ./sql/postgresql/static-pages-create.sql
more adds

    • -0
    • +846
    ./sql/postgresql/#static-pages-create.sql#
    • -0
    • +25
    ./sql/postgresql/static-pages-sc-create.sql
    • -0
    • +7
    ./sql/postgresql/static-pages-sc-drop.sql
Adding missing files, sorry!

    • -0
    • +25
    ./tcl/static-pages-sc-create.sql
    • -0
    • +27
    ./tcl/static-pages-sc-procs-postgresql.xql
    • -0
    • +31
    ./tcl/static-pages-sc-procs.tcl
Update info file

Fixed insert into cr_revisions to store relative file path

    • -3
    • +2
    ./tcl/static-pages-procs-postgresql.xql