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

  1. … 1 more file in changeset.
Some minor rearranging and refactoring to make .LRN integration more

consistent with the standard portal package rendering of portal pages

  1. … 18 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. … 3 more files in changeset.
Fixed minor bug in portal::new uncovered when integrating with .LRN

Made install work for Oracle

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

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

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

  1. … 12 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. … 11 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.
Fixed a couple of missing package_id checks

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

only the plain subsite navigation works thus far.

  1. … 18 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. … 62 more files in changeset.
Yet more along the path to a configuration wizard, which works though is not

quite complete!

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

  1. … 38 more files in changeset.
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. … 21 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.
First cut at admin UI is working, you can now build portal pages for a

subsite using it though it is very primitive.

  1. … 15 more files in changeset.
Portal is no longer a singleton package ...

  1. … 3 more files in changeset.
Added first bit of admin UI for the simplified installation of portlets and

their associated applications.

  1. … 12 more files in changeset.
More incremental progress.

  1. … 6 more files in changeset.
Moved rendering stuff to proper templates rather than generate them in

tcl procs.

  1. … 8 more files in changeset.
Moved a bunch of silly logic embedded in individual portlets into the portal

package itself. For instance, it is silly to have portal::element::render

call the portal show proc that then calls portal::show_proc_helper to do all

the work!!! Portal has everything it needs to call the portlet template all

by itself. Etc ad nauseum.

  1. … 11 more files in changeset.
Moved service contract stuff to Tcl API and otherwise just incremental

progress.

  1. … 6 more files in changeset.
More incremental progress, shading portlets works, hiding and restoring as

admin works ...

  1. … 5 more files in changeset.
Futzing and fiddling, moving graphics into the resources directory, fixing

typos, etc.

  1. … 23 more files in changeset.