• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- no need to html-quote entries in error.log

- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 12 more files in changeset.
- use "in" operator instead of lsearch (for readability and performance)

  1. … 5 more files in changeset.
- no need to use "expr" in a condition of a "for" loop

  1. … 3 more files in changeset.
- use streaming header for install and install-4

- all usages of apm_header are removed

  1. … 1 more file in changeset.
- make code more uniform

  1. … 1 more file in changeset.
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 214 more files in changeset.
- fixed 2 missed changes in the interface of pkg_info_new for "embeds"

  1. … 1 more file in changeset.
Applied patch supplied by RyanG, apparently I'd managed to overwrite part

of this install code.

  1. … 1 more file in changeset.
HTML 4.01 Strict cleanup

  1. … 27 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
Using adp pages now for a consistent UI

  1. … 5 more files in changeset.
Always display reload links, but not always check file status

  1. … 1 more file in changeset.
bug 335 - making sure it's possible to install from .apm files again. The UI needs improvement. Robustness could also be improved. May need to handle the case when there is a later version of a package in the packages directory than in the apm_workspace dir

  1. … 6 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
Clened up the documentation

  1. … 2 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.
removing debug printouts that I forgot to remove earlier

  1. … 2 more files in changeset.
replacing use of db_package_supports_rdbms_p with the new file system based apm_package_supports_rdbms_p proc

Upgrade to 4.6.2: The infamous APM changes, workflow, bug-tracker, etc.

  1. … 35 more files in changeset.
APM enhancement: If a package you want to install requires another package that isn't installed nor selected, it simply adds the required package to the list of packages to install. That way you don't have to go back and forth between the two package installation screens when you want to install a package, the APM does it for you.

  1. … 3 more files in changeset.
changed some ns_log calls to apm_log called for less debug spew

Applying patch #249 for SDM #1531, which moves the 'already installed' stuff down at the bottom of the page.

Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1")

  1. … 58 more files in changeset.

Added Lars Pind's patch #196 which lists out packages that didn't install

along with a reason.

Fixed the 4K character limit on session properties for Oracle by making an

optional "clob" value available. The APM wouldn't let me load any packages

when I added all the dotLRN packages plus standard packages over to a new

"dotlrn" user from my normal "acs" user - the list of packages grew to

> 4KB in size! Grrrr!

  1. … 6 more files in changeset.

1. Modified the Javascript "check/uncheck all boxes" code in the APM

package install page so that it still works if javascript's disabled.

2. Slight rewrite of a view in bboard.

3. Skin works in OpenACS Oracle/PG - changed info file to reflect this.

4. Added clean error handling to wimpy point attachment upload page.

  1. … 3 more files in changeset.
Implement check/uncheck all with Javascript (SDM patch #86)

Add ad_return_top_of_page to pages which start with an ns_write to

make sure HTTP headers get returned

  1. … 2 more files in changeset.

Bootstrap installer was installing packages that don't work with the

current RDBMS (search vs. Oracle in particular)

  1. … 2 more files in changeset.