• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- The C-library function tmpnam() is deprecated since a while. Therefore naviserver has deprecated ns_tmpnam as well.

Therefore we introduce a new function "ad_tmpnam" which requires just a minimal change and uses ns_mktemp.

  1. … 27 more files in changeset.
- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 12 more files in changeset.
- flatten nested "lindex" structures

- use numeric comparison operator for truth value comparisons

  1. … 12 more files in changeset.
- no need to write ad_quoted to error.log

- remove temp files from apm generator

- mark apm_header as deprecated since it depends on deprecated calls

- remove broken and obsolete file

  1. … 4 more files in changeset.
- commit fixed and pimped apm-builder which is at use at openacs.org

  1. … 2 more files in changeset.
change all core proc_doc calls to ad_proc calls

  1. … 7 more files in changeset.
Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
fixing code leading to a broken repository/5-3/manifest due to overlong command line in tar command. The new version uses the "--files-from filename" option from GNU tar (this code is most probably only run on openacs.org)

fixing code leading to a broken repository/5-3/manifest due to overlong command line in tar command. The new version uses the "--files-from filename" option from GNU tar (this code is most probably only run on openacs.org)

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
fix for templating bug (localization) for streaming output. #acs-kernel.Main_Site# was not translated in /acs-admin/apm/packages-install; not sure, whether a generic solution is needed... see: http://openacs.org/forums/message-view?message_id=387524

fix for templating bug (localization) for streaming output. #acs-kernel.Main_Site# was not translated in /acs-admin/apm/packages-install; not sure, whether a generic solution is needed... see: http://openacs.org/forums/message-view?message_id=387524

commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
converted build-repository.tcl to a proc and init

  1. … 1 more file in changeset.
merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
build a list to eval rather than eval ad_context_bar $args, bug 1265

  1. … 7 more files in changeset.
Clarified documentation of apm_higher_version_installed_p

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.
Templated pages

  1. … 10 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.
Made the installation single-checkbox, so you don't have separate 'install' and 'enable' checboxes. Who the hell wants to install a package and not enable it, anyway?

merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.
changing proc apm_header to use ad_context_bar instead of deprecated ad_admin_context_bar. Adding a proc doc to clarify that apm_header is only for APM UI pages.

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.
default apm_higher_version_installed_p to 0 since if no version is installed at all it follows that no higher version is installed

change ad_context_bar to ad_admin_context_bar

Started on address book, still a lot of work to do.

made minor improvements to "packages-install" in the APM.

  1. … 15 more files in changeset.