• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
localize the portal name in portal::get_name

adding name attribute to a couple of forms to easier be able to test pages with tclwebtest

  1. … 1 more file in changeset.
Fixed remove empty page bug

Fixed portal layout not working error

  1. … 3 more files in changeset.
fixing bug 315 - HTML quoting of page_name in portals to protect against malicious HTML

adding a debug printout statement in show_proc_helper proc that enables the developer to see which template files are included in a request to a typical portal page

Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

  1. … 88 more files in changeset.
bug 72 - changing the new_portal::portal_dispatch proc to switch operation on the name of the submit buttons instead of their value (that is internationalized). The customize layout page is now functional again.

  1. … 3 more files in changeset.
when you are adding a portlet to a page with a certain name, create that page if it doesn't exist. The idea here was that the applets should create their own pages and not have to know about page pretty names of dotlrn

improving error reporting of portal::get_datasource_name and portal::get_datasource_id procs

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.