Quote from: rthrash at Nov 12, 2005, 02:15 PM
Adam, if you make more progress with getting Travis’s code up, please post it here.
I’ve mad some progress, but it will definitely need some work.
The sessions have given me some problem. The sessions are now separated into separate frontend and manager sessions. Commenting out the session_name() function in assets/config.inc.php seemed to fix it temporarily.
You’ll also have to add an executable column to the site_snippets table. Originally I put this in as a tinyint(1) but I’m noticed later that there are three executable options (static, executable, and executable in the manager) so the column’s data type obviously needs to be changed, but I havn’t had time to see what to change it too. Once this is sorted out it will hopefully take care of the frontend, which was cought in a eternal loop whenever you try to use a snippet. Probably because it was evaluating it as static and found a refernce to itself in the comments.
There are also quite a few template issues, the menu doesn’t work at all in Firefox, and Ryan tells me it doesn’t work well in Safari either. I’ve had the best luck with Opera, strangely enough.
Right now I’m finally going to work on upgrading obledesign.com to MODx 0.9 (it’s been Eto+MODx for way too long!) but I should have some more time this weekend to look into Travis’ code. I’ll try to keep you all up to date with what I find.