Author: nick Date: 2006-08-03 17:42:58 +0100 (Thu, 03 Aug 2006) New Revision: 830
Modified: trunk/lib/OpenGuides.pm Log: Add a note about how we shouldn't auto-generate categories and locales on moderation required nodes, until after moderation has happened
Modified: trunk/lib/OpenGuides.pm =================================================================== --- trunk/lib/OpenGuides.pm 2006-08-03 16:39:13 UTC (rev 829) +++ trunk/lib/OpenGuides.pm 2006-08-03 16:42:58 UTC (rev 830) @@ -986,6 +986,8 @@ if $metadata{longitude_unmunged};
# Check to make sure all the indexable nodes are created + # TODO: Split this off into another function + # TODO: Don't run this if the node requires moderation (only do it after someone moderates) foreach my $type (qw(Category Locale)) { my $lctype = lc($type); foreach my $index (@{$metadata{$lctype}}) {