• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
check not only that dotlrn is installed but that you are in fact in a dotlrn community before setting dotlrn vars

Typo: Syncrhonization -> Synchronization

crawler fix: setting start_url_absolute to be the return value of do_request so that a trailing slash is added for directories. We need this to resolve relative URLs

    • -2
    • +6
    /openacs-4/etc/install/tcl/twt-procs.tcl
Bumping to 5.0.0b2. I had accidentally bumped the version *down* to 5.0a3 from 5.0.0a5

create the columns array in template::util::list_of_ns_sets_to_multirow so template::multirow foreach will work, fix typo in template::multirow procdoc

check that user has sitewide admin to see file manager

fix the category __name method, bump version to 1.0a3, and provide upgrade script

file upgrade-1.0a2-1.0a3.sql was initially added on branch oacs-5-0.

fix the __name methods so the user admin pages dont break

check count before llength

content starting with - would fail on call to ad_html_to_text

fix context bar i18n error

add to the SystemURL help that port should be included

fixing copy and paste error, the host_administrator input widget had the name admin_owner

Initial version of XML-RPC package

    • -0
    • +28
    /openacs-4/packages/xml-rpc/xml-rpc.info
    • -0
    • +12
    /openacs-4/packages/xml-rpc/tcl/system-init.tcl
    • -0
    • +114
    /openacs-4/packages/xml-rpc/tcl/system-procs.tcl
    • -0
    • +17
    /openacs-4/packages/xml-rpc/tcl/validator-init.tcl
    • -0
    • +307
    /openacs-4/packages/xml-rpc/tcl/validator-procs.tcl
    • -0
    • +708
    /openacs-4/packages/xml-rpc/tcl/xml-rpc-procs.tcl
    • -0
    • +181
    /openacs-4/packages/xml-rpc/tcl/test/xml-rpc-test-procs.tcl
    • -0
    • +10
    /openacs-4/packages/xml-rpc/www/index.adp
    • -0
    • +18
    /openacs-4/packages/xml-rpc/www/index.tcl
    • -0
    • +33
    /openacs-4/packages/xml-rpc/www/admin/index.adp
    • -0
    • +28
    /openacs-4/packages/xml-rpc/www/admin/index.tcl
    • -0
    • +15
    /openacs-4/packages/xml-rpc/www/admin/toggle.tcl
    • -0
    • +297
    /openacs-4/packages/xml-rpc/www/doc/index.html
foto to photo... again ...

removing obsolete address-book package

  1. … 45 more files in changeset.
remove the erroneous analyze table command

fixing bug 1060 and resorting to using a new proc install_page_contract instead of ad_page_contract. This is much more robust as we can't assume that we have full access to the OpenACS Tcl APIs in the beginning of OpenACS installation. Making sure mandatory parameters are properly marked up as such in the UI.

fix a couple missing stable/immutable flags

bugfix #1117: paginated the list

file perm-user-add-include.xql was initially added on branch oacs-5-0.

Use DB queries instead of cached site-map: More efficient with permission checking

add a potential incompatibilities section and document the bug 1099 change and the ExcludedFiles variable on the request processor

bugfix #1099: using noparse instead of ~ or +; removed unprotecting via ~ or +

fixing bug 1019 by making sure message keys are deleted and removed from the cache on package deletion. Moving all package deletion logic into proc. Adding an instruction on the package delete page that the server should be restarted after deletion

adding ability watch whole packages on server startup with the PackageWatchList parameter

adding ability watch whole packages on server startup with the PackageWatchList parameter

enabling db info collection and developer support package by default

Fixing bug 963 by introducing new message key Person_name to be used for name on user home page since the context is different from elsewhere (german translation is Name instead of Bezeichnung)

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/admin/user.adp