• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
migrating doc version to 4.4 which processes codes more cleanly, fixing code that results in obvious compile errors, moved cvstag lines to within authorblurb tags for context and also puts the tag at the first/top of a chunked file set instead of at the bottom page of the last one.., updated docbook-primer.xml grammar and tag usage

  1. … 231 more files in changeset.
Version bump to 2.2.0b3

    • -1
    • +1
    /openacs-4/packages/dotlrn/dotlrn.info
Bumped to 2.2.0b3

    • -3
    • +3
    /openacs-4/packages/dotlrn/dotlrn.info
  1. … 22 more files in changeset.
Removed Dario's changes

    • -0
    • +34
    /openacs-4/packages/news/www/item.adp
Test Cases for Permission Procedures.

    • -0
    • +126
    /openacs-4/packages/acs-tcl/tcl/test/test-permissions-procs.tcl
Trailing "\" causes "info complete" to fail, because another line of input

is (naturally enough) expected. This causes our automated test that all

tcl files have correct syntax fails. Why did the script appear to run

correctly? Probably because the parsed .adp file is glommed onto the end

of the .tcl file before it is actually executed.

"provides" XML was wrong

Adding see clause for deprecated procs.

Removing deprecated flag for util_ReturnMetaRefresh

and adding documentation for that proc.

0 fails now for Test case documentation__check_deprecated_see (acs-tcl)

Removed ad_graphics_site_avail_p

solve bug with link to photo album in personal portal

solve problem to news with image

solve problem to new with image

    • -9
    • +17
    /openacs-4/packages/news/www/item.tcl
remove debug comments

fix a bug when editing an assesssment question, seems question files are getting inadvertantly deleted on edit, which should not be the case

allow threads to be created from connection threads (/www/* files)

allow threads to be created from connection threads (/www/* files)

Added documentation to proc.

Added documentation to acs-sc procs.

Added documentation to aa procs.

Added documentation to procs.

Added documentation for twt procs: login, logout and log.

Removing these callbacks and their implementations: a_callback, b_callback, c_callback, a_callback -impl an_impl1, a_callback -impl an_impl2, a_callback -impl fail_impl and EvilCallback from the test procedure ad_proc_fire_callback, since we have a strange behavior when run many times this test.

Made the check for a message key in hashes (i.e. #package_key.message_key#)

more robust by only recognizing it if both parts, separated by a ".", exists.

This reduces the odds of random text between hashes being mistaken for a

key and throwing a "missing key" error.

Removing upgrade scripts not well ordered for acs-kernel and acs-content-repository.

Adding corresponding upgrade scripts with correct versions.

Now the test case files__check_upgrade_ordering (acs-tcl) does not fail.

avail cesarh acs-tcl

adding teardown and documentation to parameter__check_procs

OK did it right this time. Damnation!

Make ad_proc default to the function being public. This decision was made

by Don and Dave and a couple of others during the current bugbash.

Why not TIP it? There's no semantic meaning to the switch, and ad_proc

doesn't require you to declare a procedure to be either -public or -private.

This was enforced in an automated test, but if we WERE to insist on it,

ad_proc should cause failure to declare a proc public or private and error.

That would be too harsh (would break a lot of client code, too). Assuming

functions are public by default seems reasonable. The only effect is to

change the behavior of the API browser if you've chosen private or public

viewing modes.

adding parameter__check_procs smoke test case

Use revision object type for item identifier.