• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
clearly nobody's ever called this proc - fixed small typo

adding thick/thin template

  1. … 2 more files in changeset.
accidentally dropped a brace from after upgrade callback proc

add new 3 column template

  1. … 2 more files in changeset.
Cloning of a pageset (which happens when we create a user-specific layout)

wasn't copying the url_name.

Initialize url_name for creating a new page or the call would fail. Added theme to the list of args to pass to page::new (was missing).

Further refinements to making names unique (I forgot to commit one change

yesterday, and further testing uncovered another case of undesirable

behavior).

  1. … 1 more file in changeset.
Last commit was a bit hasty ...

  1. … 1 more file in changeset.
1. Fixed cache problem that caused the pageset configuration page to blow up.

2. Rather than bomb on duplicate tab and url names for pages, which can arise

when deleting then adding pages as well as admin-provided names, "uniquify"

them. The admin can, of course, then rename them to something more reasonable

if they want.

  1. … 2 more files in changeset.
Only call an includelet's destructor when the last clone is deleted.

Fixed unique constraints

  1. … 2 more files in changeset.
Allow for localization of tab names. Doesn't quite work the way we want

as the name is localized when displayed in the edit box (should look at

using ad_form but it's not simple ...)

Error in alter table statement for oracle.

Implemented "pretty urls" for layout managed pages, i.e. urls based on page

name rather than "?pageset_id=xxx&page_id=yyy".

    • -0
    • +12
    ./apm-callback-procs-oracle.xql
    • -0
    • +12
    ./apm-callback-procs-postgresql.xql
    • -0
    • +34
    ./apm-callback-procs.xql
  1. … 13 more files in changeset.
Implemented install.xml procs and tweaked API to make things a bit easier

to use. And unfortunately content-includelet wants to be an application,

not service, to work correctly with the site-building admin UI.

    • -0
    • +113
    ./install-procs.tcl
  1. … 2 more files in changeset.
Added preliminary support for private (by user) layout-managed pages. Improved

admin UI stuff. More internationalization. Etc. Essentially "bored while

DSL down".

  1. … 16 more files in changeset.
New file for figuring out the current layout manager derived package.

Heavily modified the admin interface, added the capability to declare an

includelet "singleton" (default), and a "copy includelet" capability.

  1. … 6 more files in changeset.
Got rid of some nasty code held over from new-portal that had a tcl proc

redirecting to the admin home page for initial configuration. Not only was

this ugly, but it didn't work correctly if the IndexInternalRedirect parameter

for the parent subsite was set to point to the layout subsite configuration

package before initialization.

Forgot to actually *call* the uninitializer when an element's deleted.

Added uninitializer to complement the initializer in a layout includelet

(needed now that the admin UI allows for the deletion of elements)

  1. … 5 more files in changeset.
Added the ability to declare an includelet to be "internally managed", as was

necessary to port over the xowiki portlet, which is created/destroyed by he

xowiki admin portlet.

  1. … 1 more file in changeset.
Redid most of this package

  1. … 19 more files in changeset.
Moved a bunch of stuff to layout-subsite-integration

  1. … 31 more files in changeset.
initial

  1. … 142 more files in changeset.
Initial revision

    • -0
    • +88
    ./apm-callback-procs.tcl
    • -0
    • +24
    ./constructor-procs.tcl
    • -0
    • +75
    ./datasource-procs.tcl
    • -0
    • +29
    ./datasource-procs.xql
    • -0
    • +85
    ./element-parameter-procs.tcl
    • -0
    • +65
    ./element-parameter-procs.xql
    • -0
    • +63
    ./element-procs-oracle.xql
    • -0
    • +63
    ./element-procs-postgresql.xql
    • -0
    • +424
    ./element-procs.tcl
    • -0
    • +141
    ./element-procs.xql
    • -0
    • +67
    ./includelet-procs.tcl
    • -0
    • +31
    ./includelet-procs.xql
  1. … 142 more files in changeset.