jeffd
committed
on 26 Apr 04
robots.txt had UserAgent rather than User-agent for the key, added acs-lang, acs-admin, acs-service-contract, workflow, test, and notificati… Show more
robots.txt had UserAgent rather than User-agent for the key, added acs-lang, acs-admin, acs-service-contract, workflow, test, and notifications to the list of disallows.

Show less

openacs-4/.../tasks/lib/tasks-portlet.tcl (+1 -1)
1   foreach optional_param {party_id query search_id tasks_interval page page_size page_flush_p} {
  1 foreach optional_param {party_id query search_id tasks_previous tasks_future page page_size page_flush_p} {
2 2     if {![info exists $optional_param]} {
3 3         set $optional_param {}
4 4     }
5 5 }
6 6
7 7 set portlet_layout [parameter::get -parameter "DefaultPortletLayout"]