speaking of turbine 3... Is there going to be an updated version of "torque"? I have noticed several things that bugs me about torque. The first being that when you create your project schema xml definition, you cannot have foreign keys into the turbine_user table. Torque complains that the turbine_user table is not found. Whether this is an issue with torque or turbine, i'm not sure.
One of the things that most websites like to do is to attach a user name to data in their specific schema. For instance, my site would like to keep profile information such as phone numbers, addresses, year of graduation, pledge class (it's a fraternity alumni site), etc... And i can make the tables necessary, but cannnot enforce the referential integrity. Secondly, it would be nice if torque would be able to sniff out the differences between an existing schema, and a newly created one, and update the existing schema. For instance, if I start my project with a set of tables, and decide to add new tables later, torque will try to create ALL the tables, giving an sql error when it runs. I won't even get into the problem of updating the structure of a table. Some sort of versioning support in torque would be nice: (forgive me if i get the element names wrong, as i don't have my stuff with me): <schema version="1.2"> <table name="myTable" createVersion="1.1"> <column name="col1" createVersion="1.1" /> <column name="col2" createVersion="1.2" /> </table> </schema> what could happen here is that torque could check the existing db version, and make some sort of decision as to whether or not to create certain tables or add fields, etc... I would think i'm going to get the "it's too complicated" answer here, and i'm sure it is. Also, the flux user manager has it's share of problems. Has it been modified/fixed? A general idea of what's wrong with it: 1. update role names, and permission names does not work. 2. There are some bad action names I don't have the code with me, so i can't be more specific, but if you use flux, you'll find them very easily. On Fri, 2001-10-12 at 13:39, Weaver, Scott wrote: > John, > > What's the ETA on Turbine-3? > > Thanks, > Scott > > -----Original Message----- > From: John McNally [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 12, 2001 1:25 PM > To: [EMAIL PROTECTED] > Subject: Re: Turbine and DB2/400 > > > We already have a localization pull tool. It is in turbine-3. > > john mcnally > > Martin Poeschl wrote: > > > > Jacopo Cappellato wrote: > > > > > Hi Scott, > > > > > > I want to thank you for answering me so quickly! I'm happy to learn that > > > Turbine + AS400 can go together... > > > I'm going to work on Turbine + AS400 as soon as possible. > > > I cannot deny that your source files (sorry... your blood, sweat and > tears) > > > could be of great help for me and so if you could send me something... > it > > > will be very appreciated! > > > I'm developing a very flexible (no hardcoded groups, rules, permissions) > > > security framework based on Turbine security system; I have written a > pull > > > tool for Localization by which you can easily create localized > templates: if > > > you are interested I could send you my work (in this way I could > partially > > > repay...). > > > Best regards, > > > Jacopo > > > > are you interessted in making your localization pull tool public? > > maybe we can add it to turbine cvs > > at least i can add it to jyve ;-) > > > > martin > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Matt Inger ([EMAIL PROTECTED]) Sedona Corporation 455 S. Gulph Road, Suite 300 King of Prussia, PA 19406 (484) 679-2213 "Self-respect - the secure feeling that no one, as yet, is suspicious." -H.L. Mencken --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
