• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Bug stomp: added documentation to acs core procs that had no docs.

  1. … 2 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

Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 720 more files in changeset.
Adding merge namespace. Now the callbacks will be defined under this namespace

file merge-procs.xql was initially added on branch oacs-5-2.

Moving the code that reassign objects from local authentication procs to the merge procs library.

  1. … 2 more files in changeset.
Adding the new callback MergeShowUserInfo

file merge-procs.tcl was initially added on branch oacs-5-2.

Adding GUI to merge user accounts. I modified the 'one acs admin user' page and 'search' page to support this.

  1. … 16 more files in changeset.
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. … 2274 more files in changeset.
converted build-repository.tcl to a proc and init

file apm-admin-init.tcl was initially added on branch oacs-5-1.

Added categories to the automated test(s).

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

  1. … 597 more files in changeset.
Added automated test of apm_higher_version_installed_p proc

build a list to eval rather than eval ad_context_bar $args, bug 1265

  1. … 7 more files in changeset.
change the query to prevent a slow table scan

added automated test scripts

added automated test

    • -0
    • +19
    ./test/acs-admin-procs.tcl
  1. … 4 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.