• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Make test independent from server configuration (e.g. proxy redirects) by providing hardcoded values

    • -4
    • +518
    ./acs-tcl/tcl/test/text-html-procs.tcl
Limit test to installed packages

    • -1
    • +5
    ./acs-tcl/tcl/test/file-test-procs.tcl
Remove dead adp code: if user is found and token is correct, email_verified_p will be always true, because it is forcefully set by the proc. In any other case, we will execute a different adp (lib/message)

    • -21
    • +7
    ./acs-subsite/lib/email-confirm.adp
removed file, which were moved to resources directory long ago and kept as a fallback for old installations

    • -95
    • +0
    ./xowiki/www/oacs-view3-bootstrap.adp
    • -11
    • +0
    ./xowiki/www/view-modal-content.adp
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)