• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:joela:20030402175438:6 does not match your current filter (clear filter).

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

    • -0
    • +0
    ./acs-core-docs/www/xml/files/samplenote/Makefile
file sample.png was initially added on branch oacs-4-6.

    • binary
    ./acs-core-docs/www/files/samplenote/sample.png
    • binary
    ./acs-core-docs/www/xml/files/samplenote/sample.png
file page-map.png was initially added on branch oacs-4-6.

    • binary
    ./acs-core-docs/www/files/samplenote/page-map.png
    • binary
    ./acs-core-docs/www/xml/files/samplenote/page-map.png
file page-map.dia was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-core-docs/www/files/samplenote/page-map.dia
    • -0
    • +0
    ./acs-core-docs/www/xml/files/samplenote/page-map.dia
file index.xml was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-core-docs/www/files/samplenote/index.xml
    • -0
    • +0
    ./acs-core-docs/www/xml/files/samplenote/index.xml
file data-model.png was initially added on branch oacs-4-6.

    • binary
    ./acs-core-docs/www/files/samplenote/data-model.png
    • binary
    ./acs-core-docs/www/xml/files/samplenote/data-model.png
file data-model.dia was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-core-docs/www/files/samplenote/data-model.dia
    • -0
    • +0
    ./acs-core-docs/www/xml/files/samplenote/data-model.dia
updated supporting files to match revised general documentation; added directory and files for tutorial

    • -0
    • +132
    ./acs-core-docs/www/files/analog.cfg.txt
    • -0
    • +353
    ./acs-core-docs/www/files/config.tcl.txt
    • -0
    • +135
    ./acs-core-docs/www/files/emacs.txt
    • -61
    • +84
    ./acs-core-docs/www/files/openacs4.tcl.txt
    • -0
    • +358
    ./acs-core-docs/www/files/package-documentation.xml
    • -0
    • +2
    ./acs-core-docs/www/files/tcp.smtp.txt
    • -0
    • +349
    ./acs-core-docs/www/files/samplenote/index.xml
    • binary
    ./acs-core-docs/www/files/samplenote/sample.png
  1. … 16 more files in changeset.
file analog.cfg.txt was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-core-docs/www/files/analog.cfg.txt
    • -0
    • +0
    ./acs-core-docs/www/xml/files/analog.cfg.txt
file tcp.smtp.txt was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-core-docs/www/files/tcp.smtp.txt
    • -0
    • +0
    ./acs-core-docs/www/xml/files/tcp.smtp.txt
file run.txt was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-core-docs/www/files/run.txt
    • -0
    • +0
    ./acs-core-docs/www/xml/files/run.txt
file package-documentation.xml was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-core-docs/www/files/package-documentation.xml
    • -0
    • +0
    ./acs-core-docs/www/xml/files/package-documentation.xml
file emacs.txt was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-core-docs/www/files/emacs.txt
    • -0
    • +0
    ./acs-core-docs/www/xml/files/emacs.txt
file config.tcl.txt was initially added on branch oacs-4-6.

    • -0
    • +0
    ./acs-core-docs/www/files/config.tcl.txt
    • -0
    • +0
    ./acs-core-docs/www/xml/files/config.tcl.txt
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.

    • -2
    • +2
    ./acs-automated-testing/tcl/aa-test-procs.tcl
    • -0
    • +16
    ./acs-automated-testing/www/admin/init-file-resource.tcl
    • -0
    • +1
    ./acs-automated-testing/www/admin/testcase.adp
    • -1
    • +4
    ./acs-automated-testing/www/admin/testcase.tcl
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

    • -140
    • +0
    ./acs-tcl/tcl/tcl-documentation-tests.tcl
making the incompatible query message a warning rather than an error and making it more informative

    • -3
    • +5
    ./acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
Bogus proc call killed error check

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

Someone beat me to it but this cleaner ...

    • -8
    • +3
    ./acs-developer-support/tcl/acs-developer-support-procs.tcl
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)

    • -2
    • +8
    ./acs-developer-support/tcl/acs-developer-support-procs.tcl
making the query *NOT* compatible error message more informative by logging the db version of the query as well as the system db version

    • -2
    • +2
    ./acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
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

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