• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add -public and -private for some procs, minor bug in acs_object::get some @see notes

  1. … 7 more files in changeset.
fix entity namespace default

Added util::array_list_spec_pretty proc

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 586 more files in changeset.
drop the __exec_ functions for anonymous plpgsql blocks

channels for apm download should be binary, open output channel write only, read access for group so its easier to debug

removing invocation of removed proc lang::catalog::reset_upgrade_status_message_keys. Making invocation of db_source_sql_file pass on the callback variable.

making apm_callback_and_log log to the log file in Notice mode. That way we can now actually see in the log file what the APM is up to when it's installing packages etc.

removing debug printouts

added Jeff Davis's tcl-file tester

added link to new docs

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

    • -36
    • +31
    ./site-nodes-procs-postgresql.xql
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

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!

  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
    ./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.

file html-conversion-procs.tcl was initially added on branch oacs-5-0.

    • -0
    • +0
    ./test/html-conversion-procs.tcl