• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make new-portal show stack trace (errorInfo) when a portal errors out

I18N: moving Rename Page string into message catalog

  1. … 1 more file in changeset.
merging the dotlrn-1-0 branch down onto HEAD (the trunk)

  1. … 200 more files in changeset.
Dump tcl errorInfo to log file when a portal throws an exception, so you can see where the error occurred and what it was

I18N: localizing more texts in the UI, using message keys for the theme and layout names and descriptions in the database

  1. … 8 more files in changeset.
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. … 20 more files in changeset.
adds sloan theme, memoize flush bug, layout cleanup

  1. … 16 more files in changeset.
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.

  1. … 10 more files in changeset.
lots of fixes to get the pg dotlrn working

  1. … 16 more files in changeset.
fixing mis-named query in revert code

  1. … 2 more files in changeset.
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.

  1. … 28 more files in changeset.
major refactoring of the configure proc for correct layout changing. some refactoring of configure_dispatch. several new helper procs

  1. … 1 more file in changeset.
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

configuration page speedups

  1. … 2 more files in changeset.
minor fixes

  1. … 4 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. … 76 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.
bug fixes to remove_element

minor fixes for missing titles, params

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

  1. … 76 more files in changeset.