• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
moving pretty name of calendar list portlet into message catalog

    • -5
    • +6
    ./catalog/calendar-portlet.en_US.ISO-8859-1.xml
Made the add item template display a small + sign instead, and gave it a title tag

  1. … 1 more file in changeset.
making more text in the calendar portlet use the message catalog

    • -0
    • +8
    ./catalog/calendar-portlet.en_US.ISO-8859-1.xml
making the admin pretty name use the message catalog

    • -0
    • +1
    ./catalog/calendar-portlet.en_US.ISO-8859-1.xml
    • -2
    • +2
    ./tcl/calendar-admin-portlet-procs.tcl
making the portlet pretty name use the message catalog

    • -0
    • +3
    ./catalog/calendar-portlet.de_DE.ISO-8859-1.xml
    • -0
    • +3
    ./catalog/calendar-portlet.en_US.ISO-8859-1.xml
  1. … 12 more files in changeset.
merge sloan changes from HEAD to dotlrn-1-0 branch

  1. … 18 more files in changeset.
sloan changes -- adds graphical back fwd, add item

copyright OpenForce -> MIT

    • -3
    • +3
    ./sql/oracle/calendar-portlet-create.sql
    • -3
    • +2
    ./sql/oracle/calendar-portlet-drop.sql
    • -3
    • +2
    ./sql/postgresql/calendar-portlet-drop.sql
    • -2
    • +2
    ./tcl/calendar-admin-portlet-procs.tcl
    • -5
    • +2
    ./tcl/calendar-portlet-display-procs.tcl
  1. … 532 more files in changeset.
added initial postgres support

    • -0
    • +45
    ./www/calendar-portlet-postgresql.xql
  1. … 3 more files in changeset.
updated info files to include postgres data model

  1. … 4 more files in changeset.
ported to postgres

    • -0
    • +232
    ./sql/postgresql/calendar-admin-portlet-create.sql
    • -0
    • +253
    ./sql/postgresql/calendar-full-portlet-create.sql
    • -0
    • +232
    ./sql/postgresql/calendar-list-portlet-create.sql
    • -0
    • +288
    ./sql/postgresql/calendar-portlet-create.sql
    • -0
    • +130
    ./sql/postgresql/calendar-portlet-drop.sql
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.

    • -2
    • +2
    ./tcl/calendar-portlet-display-procs.tcl
  1. … 28 more files in changeset.
fixed up scoped_p param

fixed up order of things for creating calendars

  1. … 2 more files in changeset.
fixed requires

Finished up work on cloning

    • -6
    • +4
    ./tcl/calendar-admin-portlet-procs.tcl
  1. … 29 more files in changeset.
added <else> so it dosen't disapper when shaded

fix shading bug by adding <else><br></else> to bottom

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
    ./tcl/calendar-full-portlet-procs.tcl
    • -6
    • +12
    ./tcl/calendar-list-portlet-procs.tcl
    • -15
    • +36
    ./tcl/calendar-portlet-procs.tcl
  1. … 73 more files in changeset.
Added list portlet

    • -0
    • +215
    ./sql/oracle/calendar-list-portlet-create.sql
    • -0
    • +96
    ./tcl/calendar-list-portlet-procs.tcl
    • -0
    • +23
    ./www/calendar-list-portlet.adp
    • -0
    • +86
    ./www/calendar-list-portlet.tcl
made list widget nicer

  1. … 5 more files in changeset.
fixed up the monthly view

  1. … 5 more files in changeset.
using new parameter api

  1. … 5 more files in changeset.
trying to standardize info files

  1. … 14 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
    ./tcl/calendar-admin-portlet-procs.tcl
    • -25
    • +27
    ./tcl/calendar-full-portlet-procs.tcl
    • -24
    • +25
    ./tcl/calendar-portlet-procs.tcl
  1. … 52 more files in changeset.
added scoping of items

    • -1
    • +11
    ./sql/oracle/calendar-portlet-create.sql
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

    • -19
    • +3
    ./sql/oracle/calendar-admin-portlet-create.sql
    • -19
    • +3
    ./sql/oracle/calendar-full-portlet-create.sql
    • -19
    • +3
    ./sql/oracle/calendar-portlet-create.sql
    • -14
    • +2
    ./sql/oracle/calendar-portlet-drop.sql
    • -166
    • +25
    ./tcl/calendar-admin-portlet-procs.tcl
    • -88
    • +25
    ./tcl/calendar-full-portlet-procs.tcl
    • -132
    • +25
    ./tcl/calendar-portlet-procs.tcl
  1. … 69 more files in changeset.
fixed the look-and-feel of weekly widget

  1. … 5 more files in changeset.