[FIXES BUILD] Fixed categories behavior and added id generation in import_storage. Something is still wrong with orphaned pages though

This commit is contained in:
Alexey Verkhovsky 2005-09-11 16:49:08 +00:00
parent 303622341b
commit c4f593151e
12 changed files with 149 additions and 66 deletions

View file

@ -56,6 +56,10 @@ class Web < ActiveRecord::Base
PageSet.new(self, pages, condition)
end
def select_all
PageSet.new(self, pages, nil)
end
private
# Returns an array of all the wiki words in any current revision