• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Move chat.tcl into acs-subsite:

although this would depend on xowiki, having in xowiki/www might conflict with legitimate pages named "chat"

    • -0
    • +55
    ./acs-subsite/www/shared/ajax/chat.tcl
file chat.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./acs-subsite/www/shared/ajax/chat.tcl
Reduce divergency between oracle and postgres codebase

    • -25
    • +0
    ./acs-subsite/tcl/group-type-procs-oracle.xql
    • -23
    • +0
    ./acs-subsite/tcl/group-type-procs-postgresql.xql
    • -5
    • +15
    ./acs-subsite/tcl/group-type-procs.tcl
Reduce divergency between oracle and postgres codebase

    • -29
    • +0
    ./acs-subsite/lib/applications-oracle.xql
    • -25
    • +0
    ./acs-subsite/lib/applications-postgresql.xql
Reduce divergency between oracle and postgres codebase

    • -2
    • +19
    ./acs-subsite/www/admin/site-map/mount.tcl
    • -3
    • +27
    ./acs-subsite/www/admin/site-map/unmounted.tcl
Abort before redirect in case of error

Reduce divergency between oracle and postgres codebase using existing api

CSP: add default rules for form-action and frame-ancestors

Fix behavior for site_node::exists_p when called with "/" (issue #3385)

Added documentation for parameter "-url".

Remove obsolete xql files (page is using api already)

Reduce divergency between oracle and postgres codebase

    • -43
    • +0
    ./acs-subsite/lib/subsites-oracle.xql
    • -40
    • +0
    ./acs-subsite/lib/subsites-postgresql.xql
Reduce divergency between oracle and postgres codebase

    • -18
    • +0
    ./forums-portlet/www/forums-portlet-oracle.xql
    • -12
    • +0
    ./forums-portlet/www/forums-portlet-postgresql.xql
    • -1
    • +1
    ./forums-portlet/www/forums-portlet.tcl
Remove obsolete code:

- unreferenced oracle query

- Markup about installed Services that would not be displayed in the adp

    • -11
    • +1
    ./acs-subsite/www/site-map/index.tcl
Rework publicly exposed query:

- inner join immediately with site_nodes_selection so query can terminate quickly when user site map is empty

- clarify query meaning

    • -28
    • +27
    ./acs-subsite/www/site-map/index-postgresql.xql
Whitespace cleanup

    • -20
    • +20
    ./acs-subsite/www/site-map/index.tcl
Remove obsolete xql files

    • -24
    • +0
    ./calendar/www/admin/index-oracle.xql
    • -24
    • +0
    ./calendar/www/admin/index-postgresql.xql
    • -35
    • +0
    ./calendar/www/cal-options-oracle.xql
    • -34
    • +0
    ./calendar/www/cal-options-postgresql.xql
Reduce divergency between oracle and postgres codebase

    • -18
    • +0
    ./calendar/tcl/calendar-procs-oracle.xql
    • -18
    • +0
    ./calendar/tcl/calendar-procs-postgresql.xql
Fix typo

    • -1
    • +1
    ./general-comments/www/view-comment.adp
Remove obsolete xql files

    • -68
    • +0
    ./general-comments/www/comment-add-3-oracle.xql
    • -73
    • +0
    ./general-comments/www/comment-add-3-postgresql.xql
    • -20
    • +0
    ./general-comments/www/comment-add-3.xql
Add proc ad_html_text_convertable_p as deprecated to improve backwards compatibility

The old name ad_html_text_convertable_p contained a spelling

error and was replaced by ad_html_text_convertible_p.

admin_p and user_p are actually never displayed, so it doesn't make sense to have them in the select clause. What makes sense is that we filter for those chats we can actually access

base_url is in fact just the package_url from the connection

base_url can be computed just once

Reduce divergency between oracle and postgres codebase and make the query less awkward

Don't overquote URL

Replace legacy syntax (these are one-time operations)

Reduce divergency between oracle and postgres codebase

    • -52
    • +0
    ./notifications/tcl/sweep-procs-oracle.xql
    • -40
    • +0
    ./notifications/tcl/sweep-procs-postgresql.xql
    • -3
    • +28
    ./notifications/tcl/sweep-procs.tcl
Reduce divergency between oracle and postgres codebase

    • -19
    • +0
    ./forums/lib/forums/forums-chunk-postgresql.xql
    • -2
    • +13
    ./forums/lib/forums/forums-chunk.tcl
Further document why people should not expect many results from this page

    • -1
    • +8
    ./categories/www/cadmin/category-usage.tcl
Pass the creation user to the transcript object, as this proc is often called via scheduled procedure and won't find one otherwise