A default wiki hierarchy
Added by John Porter about 14 years ago
Hello.
Does anyone know if it is possible to create a default wiki page hierarchy to apply to all projects? I want to use the wiki as my clients' project plans, which I have a standard page hierarchy for.
I guess it's not possible inside the app, but by SQL directly into the database?
Replies (1)
RE: A default wiki hierarchy - Added by Felix Schäfer almost 14 years ago
John Porter wrote:
I guess it's not possible inside the app, but by SQL directly into the database?
That would be a possibility, you could also use the console (RAILS_ENV=production script/console
in your redmine directory) which gives you a ruby console with access to all models from redmine.