• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changing dir in image references to spacer.gif from /graphics to /shared/images since those images are no longer copied to the site-wide www dir as used to be the case

  1. … 2 more files in changeset.
More error message display fixes: Currently show which proc the error occurs in

Added errorInfo to portal rendering errors to make debugging easier

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