Finally worked out a regexp that seems to work. Tested on bothconfigurations with standard and nonstandard ports. Fixes problemswith ssl redirects on login, and with openssl on non-standard ports.
Removed unused code that's been moved to packages/acs-subsite/www/group-master. Note: these calls were very slow on a large .LRN installation, and should probably be tuned.
Creation of new community types is now supported. Communities can also be created based on any type.Communities can now be created based on any community type.
Rewrote part of the upgrade files section: removing the option toimport from a tarball (because packages are no longer included, so itdoesn't help people upgrade packages, and because the entire sectionwas getting confusing with too many options). In general, explainedthings a bit more.
Creation of new community types is now supported. Communities can also be created based on any type.Added catalog entries for the community types interface.
Creation of new community types is now supported. Communities can also be created based on any type.Communities can now be created based on any community type.
Creation of new community types is now supported. Communities can also be created based on any type.dotlrn_community::new_type proc now creates a portal for the new type. Creating a new community uses this portal as template. Applets created now default to dotlrn_community applets from dotlrn_class_instance applets.Also added dotlrn_community::type_exists and dotlrn_community::set_community_type.
Creation of new community types is now supported. Communities can also be created based on any type.The dotlrn_club::new proc now takes an arbitrary community type as parameter.