• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Rework variable assignment (set -> lassign) + Whitespace changes

    • -82
    • +81
    ./test/calendar-portlet-procs.tcl
  1. … 17 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7827 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 306 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2545 more files in changeset.
- modernize Tcl (use byte-compiled comparisons, don't use numeric comparisons for string expressions, brace expressions)

  1. … 5 more files in changeset.
Merged changes to HEAD ...

  1. … 1555 more files in changeset.
file apm-callback-procs.tcl was initially added on branch oacs-5-3.

    • -0
    • +0
    ./apm-callback-procs.tcl
file apm-callback-procs.xql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./apm-callback-procs.xql
Bumped version number and added callback.

  1. … 1 more file in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

    • -0
    • +312
    ./test/calendar-portlet-procs.tcl
  1. … 2477 more files in changeset.
adding webtests for calendar portlet

    • -0
    • +312
    ./test/calendar-portlet-procs.tcl
file calendar-portlet-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./test/calendar-portlet-procs.tcl
file tclwebtest-procs.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./test/tclwebtest-procs.tcl
  1. … 2 more files in changeset.
I accidently removed these files from the wrong place (they'll be unnecessary

when the portals rewrite is finished and integrated with .LRN but it's a bit

early to be deleting them, by a couple of months, oops!)

    • -0
    • +106
    ./calendar-full-portlet-procs.tcl
    • -0
    • +102
    ./calendar-list-portlet-procs.tcl
Removed unneeded files and made the calendar configuration proc understand

master template configuration.

    • -106
    • +0
    ./calendar-full-portlet-procs.tcl
    • -102
    • +0
    ./calendar-list-portlet-procs.tcl
Internationalized portlet title

moving pretty name of calendar list portlet into message catalog

  1. … 1 more file in changeset.
making the admin pretty name use the message catalog

  1. … 1 more file in changeset.
copyright OpenForce -> MIT

  1. … 542 more files in changeset.
moved portal::mapping api and data model from new-portal into the core, i.e.

into acs-tcl and acs-kernel. renamed it from portal::mapping to

site_node_object_map, since that is what it is. enjoy.

  1. … 28 more files in changeset.
fixed up scoped_p param

  1. … 1 more file in changeset.
Finished up work on cloning

  1. … 29 more files in changeset.
1. Added add_portlet/remove_portlet calls that accept portal_id as a param,

so that we can call this code from within the applet itself (e.g. add_user_to_community)

and be called directly so that we can create portal templates.

2. Infrastructure for applet cloning

3. New portal types system in dotlrn which replaces dummy_comm_p

4. Minor fixes to portal configuration, dotlrn-static

5. renamed add_element_or_append_id and remove_element_or_remove_id to

add_element_parameters and remove_element_parameters respectively

    • -14
    • +19
    ./calendar-full-portlet-procs.tcl
  1. … 74 more files in changeset.
Added list portlet

    • -0
    • +96
    ./calendar-list-portlet-procs.tcl
  1. … 4 more files in changeset.
using new parameter api

  1. … 5 more files in changeset.
standardized portal::add_element_to_region and portal::add_element procs to take page_name instead of page_id; standardized add_self_to_page calls

    • -18
    • +19
    ./calendar-admin-portlet-procs.tcl
    • -25
    • +27
    ./calendar-full-portlet-procs.tcl
  1. … 52 more files in changeset.
typo fix

minor fixes for missing titles, params

  1. … 5 more files in changeset.
Big checkin. All portal elements tcl and sql have been cleaned up. cleaned up portal api's. still incomplete

    • -166
    • +25
    ./calendar-admin-portlet-procs.tcl
    • -88
    • +25
    ./calendar-full-portlet-procs.tcl
  1. … 74 more files in changeset.
fixed admin portlet naming