-
MODX Staff
- 12,272 Posts
Travis has some things unexpected take him out of the pictures for a few days, so here's what I'd propose we do:
Raymond is adding a few files to the base set uploaded earlier including a couple of bugfixes cured by the new sql file uploaded in the forum too. After that, I'd like to have everyone give it a quick test on an upgrade install and a fresh install.
If that passes, hopefully Susan in the interim will make the installer a bit more friendly when making goofs (retry button on relevant pages, and longer pages when appropriate). I'll also collect a few more of the "Web Standards" oriented snippets to the installer, such as ListSiteMap and a few others, and we'll toss it out to the public.
Travis should be done with the code formatting inconsistency cleanups and creating a new manager layout that works cross-platform/cross-browser much better by sometime Monday I'm hoping. We can then test and tweak those options, make any improvements thereto, and fix any bugs users find in the forums.
I'd like to unveil "Tattoo" officially with a new manager layout that will be default and that MUST be superior to the stock Eto layout. We'll also offer the "legacy" layout too, of course. I'd like to do this roughly 2 weeks after the "preview" release this weekend.
What am I forgetting here?
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
-
☆ A M B ☆
- 24,524 Posts
Well, I think I fixed it...made a few small changes to the css file, and changed the javascript in the index.php file to display the "Back" button on the summary screen. I added a sentence to the failure message to the effect that you could re-run the tests by clicking on the "Back" button. I am not sure if there was a good reason for the "Back" button being disabled on that screen; I'll have to try a fresh install to see what happens.
-
MODX Staff
- 12,272 Posts
Thanks Susan; I'm sure it won't be too tough to get it sorted out quickly.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
-
☆ A M B ☆
- 24,524 Posts
Ok, that was a dud...the check is actually done as the as the page is being generated, so using the "back" button, since it only hides/displays what was already generated, of course did nothing. (duh!) So, I removed the ob_ stuff from the Summary function, renamed it, and called it at the bottom of the intro page. Then I created another page 6, that justs says to click the button to install. Works great; now you know immediately if your files and stuff are OK, and only have to hit the reload button on the browser to rerun the checks before you go any further. If the checks fail, there is no "Next" button. Of course, that final page needs to be dressed up, but at least it works.
I'm sure Ajax would have worked here; a "retry" button to call a .php file to re-run the checks and write the new results...but this was easier.
http://www.sottwell.com/private/installfiles.zip
-
☆ A M B ☆
- 24,524 Posts
Installation works fine for OS X.
Except you still forgot the "plugin" field in the site_snippets table.
-
MODX Staff
- 12,272 Posts
Actually, it might be good to create a button class that accepts the button action as the onclick action, and that also disables the button and optionally pops a message when clicked. What do you think?
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me