• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Fixed more bugs in static-pages-create. Drop script now works.

    • -8
    • +6
    ./sql/postgresql/static-pages-create.sql
Fixed static_page content type and static_page__new

    • -2
    • +2
    ./sql/postgresql/static-pages-create.sql
Adding missing static-pages-init.tcl

    • -0
    • +9
    ./tcl/static-pages-init.tcl
*** empty log message ***

    • -2
    • +7
    ./sql/postgresql/static-pages-create.sql
    • -6
    • +13
    ./sql/postgresql/static-pages-drop.sql
Fixed static folders. Now stores file path relative to installation root and uses cr_fs_path to get the full file path.

    • -67
    • +92
    ./sql/postgresql/static-pages-create.sql
    • -12
    • +10
    ./tcl/static-pages-procs-postgresql.xql
*** empty log message ***

    • -2
    • +2
    ./sql/postgresql/static-pages-create.sql
    • -2
    • +7
    ./tcl/static-pages-procs-postgresql.xql
  1. … 5 more files in changeset.
Updated .info file

Fixed info file for postgresql and fixed Oracle version

    • -3
    • +3
    ./sql/postgresql/static-pages-create.sql
    • -7
    • +0
    ./tcl/static-pages-procs-postgresql.xql
    • -14
    • +0
    ./www/admin/display-policy-toggle.xql
Postgresql ported - still needs modifications to work with static-pages. Oracle not tested and probably broken

    • -12
    • +12
    ./sql/postgresql/static-pages-create.sql
    • -0
    • +28
    ./tcl/static-pages-procs-oracle.xql
    • -21
    • +48
    ./tcl/static-pages-procs-postgresql.xql
    • -2
    • +2
    ./www/admin/commentability-toggle-postgresql.xql
More Porting Tcl pages

    • -14
    • +16
    ./www/admin/commentability-postgresql.xql
stores content as "file" in content repository. Comments working

    • -9
    • +20
    ./tcl/static-pages-procs-postgresql.xql
Fixed seq/sequence in static-pages-create.sql

    • -3
    • +3
    ./sql/postgresql/static-pages-create.sql
XQL files missing from previous commit

    • -0
    • +33
    ./www/admin/commentability-oracle.xql
    • -0
    • +43
    ./www/admin/commentability-postgresql.xql
    • -0
    • +18
    ./www/admin/index-oracle.xql
    • -0
    • +19
    ./www/admin/index-postgresql.xql
Datamodel loads in postgresql. Beginning work on Tcl

    • -96
    • +246
    ./sql/postgresql/static-pages-create.sql
    • -6
    • +11
    ./sql/postgresql/static-pages-drop.sql
    • -7
    • +11
    ./tcl/static-pages-procs-postgresql.xql
Changed [db_nextval sp_session_id_seq] to [db_nextval sp_session_id_sequence] to use the view.

Created the view corresponding to sp_session_id_seq.

    • -1
    • +2
    ./sql/postgresql/static-pages-create.sql
Correcting a mistake

Now it's close to work