• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
The page name wasn't properly quoted before getting sent to the dimensional proc

localize portal page names and portlet names on the fly with lang::util::localize, converted some literal text to message catalog

  1. … 1 more file in changeset.
merge sloan changes from HEAD to dotlrn-1-0 branch

  1. … 19 more files in changeset.
adds sloan theme, memoize flush bug, layout cleanup

  1. … 15 more files in changeset.
fix swapping elements patch from deds castillo. closes bug #3

copyright OpenForce -> MIT

  1. … 113 more files in changeset.
two new procs for elements that need to update the pretty name (like static-portlet) and a param helper proc too

bug fixes. clean up of portal xql files.

side note: the portal namespace has to be split into sub-namespaces, e.g.

portal, portal::element, portal::element::parameter, portal::layout,

portal::theme, etc. each should go into it's own file so that the code will be

easier to manage.

    • -108
    • +137
    ./portal-procs-postgresql.xql
  1. … 7 more files in changeset.
lots of fixes to get the pg dotlrn working

  1. … 13 more files in changeset.
put correct rdbms type in postgres xql file

removing multiple revert_update queries

some uncommited changes

fixing mis-named query in revert code

adding space before checked

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.

    • -25
    • +0
    ./portal-node-mapping-procs-oracle.xql
    • -19
    • +0
    ./portal-node-mapping-procs-postgresql.xql
  1. … 24 more files in changeset.
major refactoring of the configure proc for correct layout changing. some refactoring of configure_dispatch. several new helper procs

moved the move_to_page update query to new move_to_page proc

fix bug in evaluate_element_raw. don't do "Link" callback

fix hidden_element_list caching. set util_memoize to max_age 1 to fake per-conn caching

fix bug in revert due to multiple fs_content_portlets with the same datasource_id, use the pretty_name to disambiguate

fixing sql

fixing full query name

configuration page speedups

  1. … 1 more file in changeset.
minor fixes

  1. … 3 more files 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

  1. … 74 more files in changeset.
comment out some debug code in add_element_to_region

more clone stuff and minor portal config UI

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

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