• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added Jeff Davis's tcl-file tester

clean up summary and description information

  1. … 51 more files in changeset.
added link to new docs

populate site-nodes-cache by resolving urls in tcl instead of using the slow plsql

    • -40
    • +35
    ./tcl/site-nodes-procs-oracle.xql
    • -36
    • +31
    ./tcl/site-nodes-procs-postgresql.xql
    • -1
    • +80
    ./tcl/test/site-nodes-test-procs.tcl
ad_form doc fix patch 94 Benjamin Bytheway

patch 371 from Jade with better docs for exists_and_not_null

fixing bug 1019 by making sure message keys are deleted and removed from the cache on package deletion. Moving all package deletion logic into proc. Adding an instruction on the package delete page that the server should be restarted after deletion

  1. … 3 more files in changeset.
Cleaned up site_node::closest_ancestor_package and test case

Deprecated site_node_closest_ancestor_package

    • -1
    • +10
    ./tcl/test/site-nodes-test-procs.tcl
bugfix #1096: let displayed text in form begin with -

  1. … 2 more files in changeset.
change in apm_load proc only download from url if url switch is provided

passing in -clob t for the manifest file as it can be more than 4000 characters

starting to debug bug 810 and added some debug printouts

install page was broken in Oracle because it was trying to set an ad client property value larger than 4000 chars without settting -clob t in the call to ad_set_client_property

Use lower(username) rather than upper(username), create case folded

indexes on postgres for username, email, screen_name, move some of

the queries in community-core-procs to .xql file.

rename the updgrade files...doh!

    • -3
    • +3
    ./tcl/community-core-procs-postgresql.xql
  1. … 4 more files in changeset.
alias table name so db_tables will work on postgres

Added a test case that finds errors in the server error log

    • -0
    • +44
    ./tcl/test/log-test-procs.tcl
Added proc for prettifying intervals in Tcl

Added more detailed error log messages when an APM file is invalid

Cleaning up the api-doc of ad_html_text_convert, after searching half an hour for something that would format the contents of a richtext widget and only finding this proc after looking into the display code of the form builder. (rant: It'd be awesome if those who add cool functionality would find the extra minute to at least mention it in the api-doc, /endofrant). Also changed it so that it returns the empty string when input is empty, so it can deal with NULL content/format pairs in the database conveniently.

patch 360 bug 1154

Two test cases for ad_html_to_text.

    • -0
    • +51
    ./tcl/test/html-conversion-procs.tcl
file html-conversion-procs.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./tcl/test/html-conversion-procs.tcl
Bug #1089: Log details when the tmpfile filter fails

Fixed security hole with page query variable values getting subst'ed with -entire_form switch. Created special noprocessing_vars data structure in which to stick these kinds of variables where processing should not get done. Export_vars is getting a bit ugly.

Added proc site_node::get_package_url which gets the URL for a package from the package_key, and does not break if the package happens to be mounted in multiple places

updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info

  1. … 18 more files in changeset.
typo in ns_log command

Added API to get info about an object type

hopefully the last problem with -- bug 1086

adding -- to all ad_html_to_text calls

  1. … 8 more files in changeset.