page-procs.tcl

Diff Revision Date Message Lines Author Branch
1.8 08 Feb

Further refinements to making names unique (I forgot to commit one change yesterday, and further testing uncovered another case of undesirable behavior).

+15 -3 donb MAIN
1.7 08 Feb

Last commit was a bit hasty ...

+9 -5 donb MAIN
1.6 08 Feb

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.

+32 -1 donb MAIN
1.5 20 Jan

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 ...)

+2 -2 donb MAIN
1.4 19 Jan

Implemented "pretty urls" for layout managed pages, i.e. urls based on page name rather than "?pageset_id=xxx&page_id=yyy".

+8 -2 donb MAIN
1.3 05 Dec 08

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.

+2 -1 donb MAIN
1.2 03 Dec 08

Added preliminary support for private (by user) layout-managed pages. Improved admin UI stuff. More internationalization. Etc. Essentially "bored while DSL down".

+62 -1 donb MAIN
1.1 22 Jul 08

Initial revision

+190 donb MAIN
1.1.1.1 22 Jul 08

initial

donb start