• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Test cases for the whos_online procs

*** empty log message ***

    • -0
    • +202
    /openacs-4/packages/acs-tcl/tcl/test/navigation-procs.tcl
Made tables etc lower-case to satisfy Jeff's coding standards automated

tests.

Fixed some silly little things...

Made sure that we can offer and invoice items with a higher precision than just 1 character after the ,.

Made sure that the credit is calculated correctly

Merge resulted in two copies of a parameter in faq.info

Oops, apparently dropped a "}" while merging oacs-5-2 -> HEAD. Automated

testing caught this (the "all .tcl files pass the 'info complete' check")

Made tasks portlet work with orderby_p

hours_to_complete might not exist

make sure unique section names do not exceed 100 characers

Added acs_object::package_id procedure to retrieve the package_id along with testcase

    • -1
    • +16
    /openacs-4/packages/acs-tcl/tcl/object-procs.tcl
Fix syntax to exec person.del()

Does not include system table in the result of the test (oracle)

Fix a_callback definition. '-' was missing for switch arg1

Added appropriate noquotes

myself as contact

    • -0
    • +1
    /openacs-4/packages/soap-db/soap-db.info
initial import of soap-db

    • -0
    • +0
    /openacs-4/packages/soap-db/soap-db.info
Initial revision

    • -0
    • +22
    /openacs-4/packages/soap-db/soap-db.info
    • -0
    • +96
    /openacs-4/packages/soap-db/tcl/example-soap-procs.txt
    • -0
    • +49
    /openacs-4/packages/soap-db/tcl/soap-db-init.tcl
    • -0
    • +295
    /openacs-4/packages/soap-db/tcl/soap-db-procs.tcl
    • -0
    • +126
    /openacs-4/packages/soap-db/tcl/test/soap-db-procs.tcl
aliases for soap-gateway soap-db

removing avail|derickl|openacs-4/packages

test for community-core procs, proc: cc_lookup_email_user, cc_email_from_party,person::person_p, person::get, person::new, person::update, person::get_bio, person::update_bio,party::get_by_email, party::update

VS: ----------------------------------------------------------------------

Add missing "email" field to CSV file (process_objects_csv)

__named_constraints: added code for oracle

__acs_object_type_check: fix queries to be run also on oracle

__acs_attribute_check: added missing oracle datatype (date/timestamp is still pending).

Replacing 'limit 0' with 'person_id=1 and person_id=2' so it can be run on both pg and oracle

Remove reference to dotlrn

User callback::impl_exists

    • -2
    • +2
    /openacs-4/packages/search/tcl/search-procs.tcl
don't use bgdelivery when no throttle command is available

Changed orderby_tasks to tasks_orderby

Made sure tasks_orderby works instead of plain orderby