public
Description: Radiant extension that makes the tags extension multi_site aware
Homepage:
Clone URL: git://github.com/RSpace/radiant-tags_multi_site-extension.git
name age message
file README Loading commit data...
file Rakefile
directory db/
directory lib/
directory spec/
file tags_multi_site_extension.rb
README
= Tags Multi Site

This extension makes the tags extension multi_site aware.

Almost needless to say, it requires the tags and multi_site extensions installed. They must also be loaded before this 
extension, but that happens automatically because the extensions are loaded alphabetically.

You can enforce the correct loading order by adding this line to your environment.rb:
% config.extensions = [ :tags, :multi_site, :tags_multi_site, :all ]

Once you have installed the extension, you must upgrade you database:

% rake radiant:extensions:tags_multi_site:migrate

Copyright 2008 Casper Fabricius (casperfabricius.com) and Josh Hart