-
MODX Staff
- 12,272 Posts
Have you tried the built in utilities or Winzip?
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
Reviesion 722 install ok but is still using the old skin.
i don’t notice anything different from 0.9.1
-
MODX Staff
- 12,272 Posts
That’s good considering it’s just a test build for international installation issues primarily. There’s not any feature changes yet.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
-
MODX Staff
- 12,272 Posts
File in teh first post has been updated now. A slightly newer build with a couple of features added including a new plugin to auto-inherrit templates, and a new modules menu in the topbar layout thanks to Susan.
Earlier fixes included redirect and 404 log fixes.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
I’ll test this out this weekend.
I just installed them.
Everything went smooth. I tried the document locking problem, and it seems that the bugs had been fixed. I checked the new features for disabling RTE on the fly, and it works really awesome, and the option to disable RTE for specific document is really cool. I also check the fix for resources from Adam, to allow specific users to have its own resources folder, and it works like a charm. I also check the option to disable user in accessing manager area, and it works now, except for the fact that link to the home page of the current user is not correct. I installed MODx on subfolder, so the subfolder being repeated twice in the address bar, which resulting object not found on MODx, and this also happen when the user auto redirected. I didn’t use any SEF option at all. I also notice that if I didn’t fill the default doc start id for the user, it won’t direct the user, which is good, but I was wondering, how the home button will direct the user, will it be the start doc id for the current MODx installation? I’m just curious though.
I also found minor interface glitch, which is the missing of credit icon on the credit page from the revision.
I checked the new moule tab, and it looks fabulous, thanks to susan I believe. Great jobs guys in accomplishing so many bug fixed and additional features.
I haven’t tested the 404 error and regclientscript yet. I’ll report back when I tested this out.
Is it just me or is the styling for QE Links in the frontend seem to be missing?
Also, the bugfix’s I made from the bugtracker didn’t seem to be included?
-
☆ A M B ☆
- 24,524 Posts
I found a Real Bug! On line 566 of document.parser.class.inc.php it has
$tagstyle = $col['http_equiv'] ? 'http_equiv':'name';
which will cause the page to fail validation. It should be
$tagstyle = $col['http_equiv'] ? 'http-equiv':'name';
I’ll put this in the bug tracker and commit the change to my branch on svn.