• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 474 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 203 more files in changeset.
Fix typos

  1. … 7 more files in changeset.
Fix typos

  1. … 150 more files in changeset.
Fix typos

  1. … 76 more files in changeset.
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 689 more files in changeset.
- Modified fm_check_permission so that it also works for ... Hmm, I

forgot in which case it failed.

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 589 more files in changeset.
Fix the package and vendor URLs, remove broken owner emails.

  1. … 73 more files in changeset.
clean up summary and description information

  1. … 51 more files in changeset.
fix calls to ad_return_complaint

  1. … 22 more files in changeset.
check that user has sitewide admin to see file manager

Resolves bug #865. Switched to acs_user::get API.

Strangely this looks like a Tcl bug. In fm_pageroot_relative_path

the two variables 'match' and 'local' did not come up as their empty

default strings on my machine. (Tcl8.3 on FreeBSD) Workaround added.

A very dirty fix for bug #27, unported query (should actually go into an xql file). Also fixes #28

merge of 4.6.3b1 to HEAD

  1. … 35 more files in changeset.

1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2

by using the APM rather than running the upgrade script by hand from

PSQL or SQL*Plus.

2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2

to force the APM to upgrade acs-kernel (and therefore the APM datamodel)

before anything else. No guarantee on this though since not all

packages properly define their dependence on the kernel, it appears.

3. Whacked the release notes to suggest people use the APM to upgrade

acs-kernel first, other package later, just for safety's sake.

4. Fixed goof-up in acs-subsite I accidently introduced.

  1. … 34 more files in changeset.
merge one bugfix from oacs-4-6

change from exec /bin/file to exec file, bug 26

merge from oacs-4-6

  1. … 103 more files in changeset.
remove unused errcnt variable bug 1855/patch 492

ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 46 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 683 more files in changeset.

Merged with OpenACS 4.5 beta1 branch.

  1. … 88 more files in changeset.

Applied Andrei Mitran's patch #167 which fixes two problems:

1. Version control picked up CVSROOT etc incorrectly

2. file manager failed when VersionControlP was true

  1. … 1 more file in changeset.

Forgot to define binary files before importing, so .gifs were messed up.

  1. … 2465 more files in changeset.
Initial revision

    • -0
    • +130
    ./tcl/file-manager-procs.tcl
    • -0
    • +78
    ./www/file-edit-2.tcl
    • -0
    • +146
    ./www/file-edit.tcl
    • -0
    • +174
    ./www/file-list.tcl
    • -0
    • +49
    ./www/file-mkdir-2.tcl
    • -0
    • +42
    ./www/file-mkdir.tcl
    • -0
    • +100
    ./www/file-tree.tcl
    • -0
    • +125
    ./www/file-upload-2.tcl
    • -0
    • +95
    ./www/file-upload.tcl
    • -0
    • +42
    ./www/doc/coversheet.html
    • -0
    • +176
    ./www/doc/design.html
    • -0
    • +21
    ./www/doc/index.html
    • -0
    • +131
    ./www/doc/requirements.html
  1. … 2465 more files in changeset.