From: Chris W. <ch...@cw...> - 2004-05-29 05:20:13
|
On May 28, 2004, at 11:53 PM, Timothy M. Adamec wrote: > After much reading of code and documentation and breaking of code, not > to mention some sleep, I think I'm finally getting the hang of this. My > boss also mentioned to me today that we're going to need > internationalization. Looks like it's OI2 for me, then. > > For some reason OI2 seems to fit my mind better than OI did; perhaps > it's because the tutorial was excellent. OI2 has much better documentation and has learned from many of the mistakes in OI 1.x. I think it should be more straightforward to pick up for new folks as well, particularly because the deployment is easier. While things are still changing they shouldn't change too much before 2.0. > As for the problem with disabling the /NewUser creation I was playing > with under OI, all I had to do was move the new_user* templates under > $site/pkg/base_user/templates and I got the "File not Found" message I > was looking for originally. In OI2 you can disable an action by setting the action property: url_none = yes which means the action will not respond to any URLs. (You can still look it up by name though.) You can do this in a global configuration file as well so it will be preserved among your package upgrades -- a look at OpenInteract2::Config::GlobalOverride may provide some help. Good luck! Chris -- Chris Winters Creating enterprise-capable snack systems since 1988 |