On 3/25/07, Chris Travers <[EMAIL PROTECTED]> wrote: > 1) There is some debate (so far, over IRC) over whether to move > templates into the database, > PRO: > a) makes for easier security because we can have full ACL-based support > CON: > a) makes it harder to edit using a basic text editor. > b) adds one more area to the code that will require more extensive testing > > Any other thoughts or concerns? What do people think about this > direction in general?
I'm all for it. Everything that is outside of svn should be in the DB IMO, because it's not code, it's data. It's fairly trivial to have a mechanism that provides for admins to click on a link to download a template and then use a file upload (via a web form) to replace it. It means that they still get all the functionality of their favorite text editor, *and* their templates are backed up with their data. Cheers, Chris ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
