Dashboard

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

committed c942f4e1… to xotcl

08 Feb
- made error messages for failed conversions more consistent (note that tcl does not provide the parameter name in the error message, but user-defined converters do)
Gustaf A. Neumann

committed a3890670… to xotcl

08 Feb
- clean up comments
changed predefined.xotcl
Gustaf A. Neumann

committed 901ceb8f… to xotcl

08 Feb
- move methodParameter checkers for "mixin", "baseclass" and "metaclass" to predefined. - deactivated checkMethods in gentclAPI.decls and in xotcl.c
Gustaf A. Neumann

committed 0e4d8c60… to xotcl

08 Feb
- provide error message for cases, where parameter options are not allowed (or ignored)
Gustaf A. Neumann

committed 147831f1… to xotcl

08 Feb
- fix counter initialization in ::xotcl::importvar - register alternate "new" method in "contains" for xotcl2 and (if available) for xotcl1 objects
donb
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.
donb
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.
emmar
Don't show the tabs if there is only one and the ShowSingleButtonNavbar param is set to false
torbenb
minor revisions to improve use cases of displayed info. Added show_product_files proc so display can be included in product template instead of exclusively managed via adp template.
Gustaf A. Neumann

committed 6392a9de… to xotcl

07 Feb
- streamline quoting in regression test
changed parameters.xotcl
Gustaf A. Neumann

committed 16664bdf… to xotcl

07 Feb
- handle multivalued + values converted viaCmd converter the new output list is only built when needed via ArgumentCheckHelper()
donb
Only call the destructor of an includelet when the last of a set of clones
is deleted.

(my commit to layout-manager is incorrect, I simply added an boolean param
to the element delete proc that determines if the destructor is called. The
notion of cloning and the deletion of clones comes from the includelets
admin code in layout-managed-subsite, and it is this code that determines
when to call an includelet's destructor.)
donb
Only call an includelet's destructor when the last clone is deleted.
donb
Changed to require admin privilege to edit (the scripts are under www/admin
and the button was being shown inappropriately).
Gustaf Neumann

committed b8af431b… to xotcl

05 Feb
- added argument for converter to return the converted tcl_obj, which should be passed on (currently only used for viaCmd); this way, we could remove the kludge of querying the converter after the conversion for special handling.
Gustaf Neumann

committed 4e4a884e… to xotcl

05 Feb
- treat currently unknown converters in valuecheckcmd as error - fix the regression test from the last changes
Gustaf Neumann

committed cfee3259… to xotcl

05 Feb
- added parameter option slot= to pass slotobj to a certain parameter - use slot option to keep relation between parameter and slot - object parameter dispatch type checker on slot objects - allow transformation via user-defined converter (can be use to standardize parameter values) experimental implementation, refcounting has to be looked in detail, maybe we need a different interface for the converters
torbenb
minor revisions from the field, these are for working on aolserver 4.5.1
daveb
Don't kill the whole search page if a datasource or other proc fails on one item. Log info on the error.
torbenb
ecommerce now has an efficient way of generating a list of categories that each product uses for including with product display page ecommerce/www/product etc
Gustaf Neumann

committed 98543800… to xotcl

04 Feb
- added error message when substdefault is specified without a default value - extend regression test
Gustaf Neumann

committed 3ecb613f… to xotcl

03 Feb
- predefined.xotcl: move toParameterSyntax and objectparameter to a position, where basic slot definitions are provided - fixed default value setting in bootstrap code - provide more precise error message in converter, when object type are used - extend regression test
emmar
Added lorsm and news includelet alias
added to modules
emmar
Added chat-includelet alias
added to modules
Gustaf Neumann

committed 7afa0b7f… to xotcl

03 Feb
- get rid of convertToObjectOfType(), make convertToClass() and converterToObject() more general, accepting type constraints
emmar
Filter on apm_application to build the list of packages that can be mounted in a subsite