• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
fixing previous crawler commit

crawler fix: setting start_url_absolute to be the return value of do_request so that a trailing slash is added for directories. We need this to resolve relative URLs

bug fix in crawler

debugging the crawler and adding ability to exclude links

further work on the crawl_links proc, making it handle relative links correctly by adding the previous_url switch and forcing tclwebtest to use that as the base for relative urls

making crawler work and fixing some bugs related to that

  1. … 18 more files in changeset.
making the ::twt::crawl_links work much better than before

  1. … 1 more file in changeset.
Lars finished up the revamped version of the install scripts that generates AOLserver config file and run script dynamically

  1. … 7 more files in changeset.
adding testcase for the manage my memberships page

  1. … 3 more files in changeset.
starting work on testing the manage-memberships page, not finished yet

  1. … 5 more files in changeset.
Adding the customize layout page test. fixes and cleanup.

  1. … 10 more files in changeset.
replacing all field select (label based) invocations with ::twt::multiple_select_value calls, except in those cases where the label is locale independent

  1. … 4 more files in changeset.
changing user-procs.tcl to select options in select boxes based on value rather than label. This allows us to test in German locale

  1. … 2 more files in changeset.
adding acs-lang tests (loading all I18N messages and switching to German locale)

  1. … 6 more files in changeset.
making ::twt::do_request try 10 times before giving up if host is unreachable (I've experienced some socket connet problems recently

  1. … 2 more files in changeset.
updating README and TODO files. Bugfixing dotlrn-basic-setup

  1. … 4 more files in changeset.
adding a simple forums posting test. Restructuring procs a little

  1. … 13 more files in changeset.