• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
correcting version url that wasn't updated which broke Jarkko's upgrade

fixing bug 413 (which was seeming a show stopper for bug tracker on pg 7.3) by adding an explicit typecast of first argument to content_item__new from integer to varchar

fixing HTML typo (i tag instead of li tag)

Correcting text - singletons are not necessarily unmountable. Adding javascript confirm box to deletion of packages. Adding if_no_rows comment to both db_foreach statements.

making the new proc apm_file_watchable_p check its path argument more strictly

file Makefile was initially added on branch oacs-4-6.

file user-interface.png was initially added on branch oacs-4-6.

file user-interface.dia was initially added on branch oacs-4-6.

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

file page-map.png 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