Re: [psa-devel]Next Steps
Brought to you by:
koivi
From: Albert L. <al...@pl...> - 2003-05-30 16:10:30
|
On 5/30/03 10:59 AM, "Justin Koivisto" <ju...@ko...> wrote: > OK, I have tested and made a few changes. I had a few problems with > using the wildcards and SITE_PATH at first. I have added entries in the > config for SitePath and SiteOldPath. > > If the app is moved, the SiteOldPath would hold the previous value of > the SitePath, and SitePath would then hold the new site or app root > (based on URI). Doing this elminimated problems of files having the same > name in different folders being applied the same access rights. Very smart. > I am thinking that the XML file idea would work much better for this > stuff because once you updated the file, you could run an update method > that would actually update the database, eliminating the need for the > stuff that I just hacked in. That's not exactly what I was thinking but it makes sense. The sitemap is usually transformed and cached - I guess the db structure could be the "cache". I'll have to think about this some more. > I won't commit to CVS just yet, I want to check out about using the XML > file for initializing/updating the structure instead. We should hold off on integrating this right now. I just wanted to see if you would consider doing so as we move forward and it sounds like you will. It will be smart to do as it make it easier to integrate with newer style web app architectures. It is complicated though and we should consider the different possibilities. I'll spend some more time thinking about how this can work and get back to you. For now, lets just release a well tested version 3.1 that is solid. I'll try to bring in some other developers to improve discussions for the sitemap considerations. Lets stay with SF for now, the problem with CVS is for the translations? You want to make lang accessible to other developers? I don't think you can have different groups of developers, can you? |