• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
copyright OpenForce -> MIT

    • -3
    • +3
    ./sql/oracle/dotlrn-members-staff-portlet-create.sql
    • -3
    • +3
    ./sql/oracle/dotlrn-portlet-create.sql
    • -3
    • +3
    ./sql/postgresql/dotlrn-portlet-create.sql
    • -3
    • +2
    ./sql/postgresql/dotlrn-portlet-drop.sql
    • -2
    • +2
    ./tcl/dotlrn-members-portlet-procs.tcl
    • -2
    • +2
    ./tcl/dotlrn-members-staff-portlet-procs.tcl
  1. … 532 more files in changeset.
updated info files to include postgres data model

  1. … 4 more files in changeset.
datamodel loads and drops on pgsql (well, the drop part that exists drops..)

    • -115
    • +135
    ./sql/postgresql/dotlrn-admin-portlet-create.sql
    • -115
    • +135
    ./sql/postgresql/dotlrn-members-portlet-create.sql
    • -115
    • +136
    ./sql/postgresql/dotlrn-members-staff-portlet-create.sql
    • -119
    • +135
    ./sql/postgresql/dotlrn-portlet-create.sql
    • -20
    • +28
    ./sql/postgresql/dotlrn-portlet-drop.sql
oops, it is called postgresql, not postgres

    • -0
    • +197
    ./sql/postgresql/dotlrn-admin-portlet-create.sql
    • -0
    • +194
    ./sql/postgresql/dotlrn-members-portlet-create.sql
    • -0
    • +194
    ./sql/postgresql/dotlrn-members-staff-portlet-create.sql
    • -0
    • +199
    ./sql/postgresql/dotlrn-portlet-create.sql
    • -0
    • +122
    ./sql/postgresql/dotlrn-portlet-drop.sql
sync proc defs and usage (hopefully)

    • -4
    • +2
    ./www/dotlrn-members-staff-portlet.tcl
  1. … 23 more files in changeset.
fix some more typos

    • -2
    • +2
    ./www/dotlrn-members-staff-portlet.tcl
  1. … 2 more files in changeset.
don't link to student list if user can't see private data

    • -1
    • +2
    ./www/dotlrn-members-staff-portlet.adp
making admin portlets more consistent and removing one level of if statements just in case

  1. … 5 more files in changeset.
removing access_level column, it is the equivalent of the dotlrn_browse permission

  1. … 26 more files in changeset.
fixes for group archiving

using get_role_pretty_plural for titles

    • -8
    • +7
    ./www/dotlrn-members-staff-portlet.adp
Finished up work on cloning

  1. … 28 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

    • -10
    • +8
    ./tcl/dotlrn-members-portlet-procs.tcl
    • -13
    • +11
    ./tcl/dotlrn-members-staff-portlet-procs.tcl
  1. … 74 more files in changeset.
added some nbsp's so it breaks nicer

fix param again

fixing parameter calls again

  1. … 46 more files in changeset.
renaming link

now role pretty_name and pretty_plural can be customized per community

  1. … 8 more files in changeset.
small fixes

    • -1
    • +1
    ./www/dotlrn-members-staff-portlet.adp
one more spacing fix

removed "clone" link since that code isn't ready yet; spaced group admin a bit

more clone stuff and minor portal config UI

  1. … 2 more files in changeset.
Updates for comm archiving

trying to standardize info files

  1. … 14 more files in changeset.
Stuff for deleting subcommunities

    • -11
    • +11
    ./tcl/dotlrn-members-portlet-procs.tcl
    • -3
    • +2
    ./tcl/dotlrn-members-staff-portlet-procs.tcl
  1. … 19 more files in changeset.
removing some ns_log statements

    • -2
    • +1
    ./tcl/dotlrn-members-portlet-procs.tcl
  1. … 1 more file 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

    • -21
    • +19
    ./tcl/dotlrn-admin-portlet-procs.tcl
    • -24
    • +25
    ./tcl/dotlrn-members-portlet-procs.tcl
    • -29
    • +25
    ./tcl/dotlrn-members-staff-portlet-procs.tcl
  1. … 50 more files in changeset.
Added 3 procs to applet contract and impls. Infrastructure for getting rid of dummy_comm_p, cloning, and community deleting

  1. … 24 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/dotlrn-admin-portlet-create.sql
    • -19
    • +3
    ./sql/oracle/dotlrn-members-portlet-create.sql
    • -19
    • +3
    ./sql/oracle/dotlrn-members-staff-portlet-create.sql
    • -19
    • +3
    ./sql/oracle/dotlrn-portlet-create.sql
    • -14
    • +2
    ./sql/oracle/dotlrn-portlet-drop.sql
    • -84
    • +27
    ./tcl/dotlrn-admin-portlet-procs.tcl
    • -53
    • +18
    ./tcl/dotlrn-members-portlet-procs.tcl
    • -55
    • +28
    ./tcl/dotlrn-members-staff-portlet-procs.tcl
  1. … 64 more files in changeset.
Mostly adding infrastructure for community delete. some misc cleanups and additions elsewhere

  1. … 20 more files in changeset.