• last updated 10 hours 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.
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.
merge one bugfix from oacs-4-6

merge from oacs-4-6

  1. … 103 more files in changeset.
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.
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.