• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
A couple of bug fixes which improve the subsite-awareness of portal

Some minor rearranging and refactoring to make .LRN integration more

consistent with the standard portal package rendering of portal pages

  1. … 16 more files in changeset.
More changes related to .LRN integration which ... now works at least to

the point of correctly rendering the .LRN Control Panel page!

Changes to make integration with .LRN (or other integrated apps) easier.

  1. … 2 more files in changeset.
Fixed minor bug in portal::new uncovered when integrating with .LRN

Missing table in query (PG adds them Oracle is strict ala SQL99 standard)

Removed stray ";" ... Oracle doesn't like them

Made install work for Oracle

  1. … 8 more files in changeset.
Added optional package_id parameter to allow creation of portals in apm callbacks when ad_conn package_id returns the subsite package id.

Changed the path of the subsite portlet to point directly to the acs-subsite

template!!

Added sidebar-style layouts, improved a bunch of minor things

  1. … 15 more files in changeset.
Fiddled a bunch of stuff ... and added the portal admin portlet

  1. … 9 more files in changeset.
Mostly coalesced the various dumb "simple" layout templates into one smart

layout template.

  1. … 9 more files in changeset.
Fixing some formatting things ...

  1. … 3 more files in changeset.
Got rid of the horrible layout-elements proc that some bright OF type wrote

to handle a maximum of eight portlets in a column. Getting rid of it simplified

the layout templates, not surprisingly. If nested "list" tags worked I could

get rid of the various simple column layout templates as a matter of fact.

  1. … 17 more files in changeset.
Changed parameter handling a bit ... set_value now takes a parameter id, as

do some other procs. set_value in particular was very dangerous as it would

change the values for ALL parameter entries with the same key.

  1. … 5 more files in changeset.
Fixed up the master/slave stuff and made the wizard configure stuff correctly

according to the new scheme, made some minor changes to the other admin pages.

  1. … 15 more files in changeset.
Rewrote the tabbed master to use the user portal theme to decorate application

pages.

  1. … 2 more files in changeset.
Changed "f" default to "0" to fit boolean expression

Fixed a couple of missing package_id checks

Got the tabbed master to work ...

  1. … 6 more files in changeset.
Added master templates for plain subsite and tabbed subsite navigation, though

only the plain subsite navigation works thus far.

    • -0
    • +281
    ./subsite-integration-procs.tcl
    • -0
    • +3
    ./subsite-integration-procs.xql
  1. … 15 more files in changeset.
Made the "all-in-one" style work for the admin page.

  1. … 5 more files in changeset.
Moved a bunch of stuff into lib, where it belongs. Removed several unused

junk files.

  1. … 57 more files in changeset.
Yet more along the path to a configuration wizard, which works though is not

quite complete!

  1. … 8 more files in changeset.
Saving partial work on the portal configuration wizard ...

  1. … 30 more files in changeset.
Made new element name default to the portal datasource's pretty name, rather

than internal name.

Got rid of the gross configuration page stuffed in the Tcl lib (!) and

turned it into a proper template, modified the UI a bit while doing so,

and made almost all of it work (though there's a few bits to finish up).

  1. … 18 more files in changeset.
Worked on config page, making it (hopefully) somewhat more useful, as well

as simplifying the code somewhat. Soon it can become a template rather

than HTML-from-Tcl.

  1. … 2 more files in changeset.
A little more incremental progress towards a usable admin UI

  1. … 1 more file in changeset.