• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
extra comma removed

Oracle needs to use "del()" rather than "delete()" for 9i and better due to

"delete" being treated as a reserved word in PL/SQL.

The set-parameter procedure calls parameter::set_value, which returns

the newly set value. When a Tcl proc has no explicit return statement,

as was true of set-parameter, the value of the last expression is returned.

In other words, the value of the parameter. Which messed up the HTML sent

up the pipe to the browser being used to install OpenACS.

Added empty MergeUser proc

Initial upload of tasks 1.0d9, this is a substantial upgrade to convert tasks to a service that instance aware applications (such as contacts) can use to keep tasks seperated on a per instance basis. There will likely be a number of bugs in this upload that should be fixed as I test upgrades on various developmental setups.

    • -10
    • +6
    /openacs-4/packages/tasks/lib/tasks-portlet.adp
    • -6
    • +1
    /openacs-4/packages/tasks/lib/tasks-portlet.tcl
    • -108
    • +53
    /openacs-4/packages/tasks/lib/tasks-postgresql.xql
    • -9
    • +38
    /openacs-4/packages/tasks/lib/tasks.adp
    • -107
    • +302
    /openacs-4/packages/tasks/lib/tasks.tcl
    • -113
    • +197
    /openacs-4/packages/tasks/tcl/tasks-procs.tcl
    • -2
    • +74
    /openacs-4/packages/tasks/tcl/tasks-procs.xql
    • -10
    • +10
    /openacs-4/packages/tasks/www/contact.adp
    • -25
    • +3
    /openacs-4/packages/tasks/www/contact.tcl
  1. … 11 more files in changeset.
Removing unneeded files from tasks package

restoring timoh's addition 1.37.2.1 of the parameter case_id to case::new

moving tasks/www/task.* to tasks/lib/task-form.*

    • -0
    • +1
    /openacs-4/packages/tasks/lib/task-form.adp
    • -0
    • +289
    /openacs-4/packages/tasks/lib/task-form.tcl
    • -0
    • +62
    /openacs-4/packages/tasks/lib/task-form.xql
    • -10
    • +0
    /openacs-4/packages/tasks/www/task.adp
    • -278
    • +0
    /openacs-4/packages/tasks/www/task.tcl
    • -62
    • +0
    /openacs-4/packages/tasks/www/task.xql
adding tasks/sql/postgresql/upgrade/upgrade-0.1d8-0.1d9.sql file

Removing unneeded files from tasks package

    • -9
    • +0
    /openacs-4/packages/tasks/www/delete.adp
    • -126
    • +0
    /openacs-4/packages/tasks/www/process-interval.tcl
    • -9
    • +0
    /openacs-4/packages/tasks/www/process-use.adp
    • -64
    • +0
    /openacs-4/packages/tasks/www/process-use.tcl
  1. … 7 more files in changeset.
fixing ams_value__telecom_number output sql code

fixing lt_attribute_pretty_count and lt_attribute_pretty_area messages

Added a simple caching mechanism to the database API as discussed (and approved)

in TIP #57 many, many moons ago. Commands which are cache-enabled are db_string,

db_0or1row, db_1row, db_list, db_list_of_lists, and db_multirow.

    • -220
    • +431
    /openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl
file plain-include.adp was added on branch oacs-5-3 on 2007-08-01 21:39:26 +0000

add means to provide a different skin for cotegory includelet, fix caching when editing the folder object again.

    • -2
    • +1
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -5
    • +5
    /openacs-4/packages/xowiki/www/edit.tcl
    • -2
    • +2
    /openacs-4/packages/xowiki/www/view.tcl
    • -0
    • +1
    /openacs-4/packages/xowiki/www/portlets/plain-include.adp
fix typo in attendance.info, remove code that looks for custom fields on another table

quote vars to ensure there are at least empty strings present when testing; use single = for string comparisons

converting contact::special_attribute::* procs to callbacks and fixing contact::url proc for package instance awareness

when ordering by first_names we do a secondary sort by last_name, when ordering by last_name we do a secondary sort by first_names

Removed not null constraint in dotlrn_ecommerce_orders.checked_out_by

Removing unnecessary ns_log notice

Add metrics xowiki include

    • -0
    • +44
    /openacs.org-dev/www/templates/metrics.adp
    • -0
    • +33
    /openacs.org-dev/www/templates/metrics.tcl
Add procs to calculate code metrics about a package

    • -1
    • +151
    /openacs-4/packages/acs-tcl/tcl/apm-procs.tcl
add some logic to gather free disk space when the backup partition string is so long it forces df output to wrap

Sort session chronologically

Default ShowAdvancedOptions to 0

Indicate if assessment is anonymous or not

Indicate if assessment is anonymous and export all sessions instead of just the latest ones

Don't display comments block if user doesn't have permission

Added ShowAdvancedOptions parameter to display the several assessment creation links