• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
language fix: committed an incomplete sentence in last commit

removing incorrect help statement trying to explain what an installed package is

start page enhancement: moving the important package links (the meat of the page) fairly high up so you don't have to scroll down everytime you want to navigate to a package

First step towards implementing an XML-based extension to the installer that

allows one to declare application packges to install and mount, and to set

parameter values during the install. Package install and mount works now,

I'll finish the parameter stuff tomorrow. This will allow vertical apps

to specify their payload, so to speak, to set their default master template

and all that jazz automatically for the user. dotLRN being the first

beneficiary of course!

removed obsolete paragraph about testing in release notes

fixing version number inconsistencies in info file for version 0.5. Somebody forgot to bump up the number in all places

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.