• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file Makefile was initially added on branch oacs-4-6.

file page-map.dia was initially added on branch oacs-4-6.

file index.xml was initially added on branch oacs-4-6.

file data-model.png was initially added on branch oacs-4-6.

file data-model.dia was initially added on branch oacs-4-6.

updated supporting files to match revised general documentation; added directory and files for tutorial

  1. … 16 more files in changeset.
file analog.cfg.txt was initially added on branch oacs-4-6.

file tcp.smtp.txt was initially added on branch oacs-4-6.

file run.txt was initially added on branch oacs-4-6.

file package-documentation.xml was initially added on branch oacs-4-6.

file emacs.txt was initially added on branch oacs-4-6.

file config.tcl.txt was initially added on branch oacs-4-6.

adding a link for re-sourcing a test init file on the testcase page so you don't have to restart the server when the test code has changed. We have been putting test case definitions in test_procs files and I think they should be moved to test_init files instead. The convention should be that procs files only contain ad_proc statements and only init files execute code.

clarifying in ad_page_contract documentation that paths to file-watch page are relative to package root, not server root

changing the version-files page to use the new apm_file_watchable_p proc. Passing the path relative to server root to apm_file_watch proc.

improving argument handling of apm_package_instance_new proc. Adding proc apm_file_watchable_p proc that determines if a file is appropriate to watch.

commenting behaviour of site_node::instantiate_and_mount and apm_package_instance_new when the package is a singleton and an instance already exists

adding a view files link for each package (there used to be such a link and a count). Made showing all packages the default (this is what at least I want 99% of the time and I'm assuming other developers will have similar needs)

fixing watching of files - a path relative to package root is passed to file-watch.tcl but the apm_file_watch proc needs the path to be relative to server root

removing obsolete file tcl-documentation-tests.tcl as there was an annoying warning about its type not being recognized on every server startup

making the incompatible query message a warning rather than an error and making it more informative

moving scheduling from -procs.tcl file to the -init.tcl file where it belongs

Bogus proc call killed error check

Fixed typos so at least the datamodel will load.

Changes to the APM caused installation of this package to break things.

Someone beat me to it but this cleaner ...

working around error message reported here: http://openacs.org/forums/message-view?message_id=89854 by checking in ds_user_switching_enabled_p if the nsv exists (this happens at an unfortunate time when the acs-developer-support procs have been sourced, but not the init file)

Util_get_current_url proc does not exist. Replaced with ad_return_url1~

making the query *NOT* compatible error message more informative by logging the db version of the query as well as the system db version

Cosmetic improvement: only display the warning about parameters set in config files when there are such parameters set.

disabling watches on the APM index page in performance mode and providing a link to the parameter page fixing bug 377