• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with missing files

  1. … 1463 more files in changeset.
merge from oacs-5-10

  1. … 8099 more files in changeset.
Prefer the classical procedural api in the installation callbacks for these two packages:

- currently, acs-service-contract (among others) defines database functions with the same number of arguments, but different argument types. The acs::dc facility won't be able to distinguish which is the correct one to pick in this case

- a cicken/egg problem arises when one installs xowiki-portlet alongside the new-portal package, because before a restart the acs::dc methods won't be created yet

  1. … 2 more files in changeset.
switch from xo::db::sql to acs::dc interface

  1. … 12 more files in changeset.
Set 'dotlrn-xowiki' procs without a current implementation to private, for the time being

Use '@return' instead of 'return' in proc doc, and 'ad_proc' instead of proc for 'applet_key' and 'my_package_key' procs

Add 'dotlrn_xowiki_names_keys' testcase, to test different _key and _name procs in 'dotlrn-xowiki'

file xowiki-applet-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./test/xowiki-applet-procs.tcl
Just log the complaint instead of showing it to the user (script would keep going anyway, as it is not aborted). Needed for automated tests

Add doc

Whitespace changes + Editor hints

Modernize XOTcl idioms: my proc -> :proc

Fix typos

  1. … 68 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Fix spelling errors

Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- fix uninstall

No need to call site_node::unmount once dotlrn::unmount_package was called.

don't remove the datasource when unsintalling the applet

allow multiple uninstalls for applet without throwing an error

- version 2.0 of dotlrn-xowiki applet

- compelete rewrite using generic database interface of xotcl-core.

- designed to work on postgres and oracle.

- oo-redisign: the dotlrn-xowiki applet is implemented as object, providing install and uninstall methods

  1. … 4 more files in changeset.
Initial checking of the dotLRN XoWiki Applet

    • -0
    • +261
    ./xowiki-applet-procs.tcl
  1. … 3 more files in changeset.