• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fixing typo in call to portal_datasource.set_def_param, colon should have been semi-colon

removed :1 := since set_def_param is a procedure

1. Finished up my Tcl API proc for defining portlets in a db-independent way.

2. Changed some catalog message errors

3. Fixed some noquote stuff

4. Finished porting dotlrn-homework to PG (not fully tested)

5. Modified homework to use the completed Tcl API defined in #1 above.

  1. … 21 more files in changeset.
Added new Tcl API to define a portal datasource from a Tcl spec. Also moved

Simon's datasource utils into the new datasource namespace. And added a new

one of my own.

    • -0
    • +41
    ./datasource-procs-oracle.xql
    • -0
    • +35
    ./datasource-procs-postgresql.xql
    • -0
    • +13
    ./datasource-procs.xql
Forgot to add my new .tcl file in the previous commit.

Added Tcl API to allow the definition of portal datasource from a spec,

which gets rid of the need to write PG and Oracle SQL to define these.

  1. … 1 more file in changeset.
Put error log statement on one line

merging dotlrn-1-0-1 tag down onto head. Thanks to Jarkko Laine and Mohan Pakkurti for all the help. See comments at http://openacs.org/storage/download/index?version_id=104101

  1. … 121 more files in changeset.
Added portal::datasource_new and portall::datasource_set_def_param procs, so you can register portlets from Tcl

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