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

    • -2
    • +2
    ./sql/postgresql/fs-portlet-create.sql
  1. … 535 more files in changeset.
postgres stuff

    • -0
    • +32
    ./www/fs-contents-portlet-postgresql.xql
    • -0
    • +57
    ./www/fs-portlet-postgresql.xql
updated info files to include postgres data model

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

    • -0
    • +160
    ./sql/postgresql/fs-contents-portlet-create.sql
    • -0
    • +180
    ./sql/postgresql/fs-portlet-create.sql
    • -0
    • +125
    ./sql/postgresql/fs-portlet-drop.sql
  1. … 1 more file 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. … 27 more files in changeset.
beautified

adding a carraige return for readability

fixing contents portlet to show upload link

making admin portlets more consistent and removing one level of if statements just in case

  1. … 5 more files in changeset.
added adding file/url links in the portlet

adding back extra_params i took out in a fit of silliness

fix create script

forgot to add ref to new contents portlet create script

fix bug when viewing template with this portlet

folder contents portlet stuff

    • -0
    • +153
    ./sql/oracle/fs-contents-portlet-create.sql
    • -0
    • +114
    ./tcl/fs-contents-portlet-procs.tcl
    • -0
    • +29
    ./www/fs-contents-portlet-oracle.xql
    • -0
    • +74
    ./www/fs-contents-portlet.adp
    • -0
    • +64
    ./www/fs-contents-portlet.tcl
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

  1. … 76 more files in changeset.
added support for publishing fs_objects to the file system; also added some archiving infrastructure stuff

  1. … 13 more files in changeset.
now requires file-storage

using new parameter api

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

  1. … 54 more files in changeset.
minor fixes for missing titles, params

  1. … 6 more files in changeset.
use 'scoped_p' instead of 'style' to determine which view to present

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

  1. … 74 more files in changeset.
getting portlet parameter for contents url and using it

added contents_url parameter

adding links to fodler-contents page

adding links to fodler-contents page

some fixes