ah, sorry! Ryan - I checked some changes in today - have I checked them to the right branch?
Nick, the 1.0.1 release is built off the 1.0 release, and contains a tested and working ManagerManager. The Manager layout/markup changes itself will be done in a later release.
The 1.0.1 release will be made from the 1.0.1 branch, not 1.0. Code for the manager in 1.0 is completely different than for 1.0.1.
Quote from: rthrash at Oct 16, 2009, 10:13 AMah, sorry! Ryan - I checked some changes in today - have I checked them to the right branch?
Nick, the 1.0.1 release is built off the 1.0 release, and contains a tested and working ManagerManager. The Manager layout/markup changes itself will be done in a later release.
Clear siteCache.idx.php
Reset rules (comment?) for MM
Old .htaccess file http://svn.modxcms.com/crucible/changelog/modx/branches/1.0/ht.access?cs=5650
And I would like to see some code from 1.0 svn. See attach.


Does this issue capture the details appropriately? http://svn.modxcms.com/jira/browse/MODX-1286
1. assets\cache\siteCache.idx.php contains foreign cache
2. I think that default rules for ManagerManager must be commented.Absolutely. I’d love some feedback on what the default ruleset should look like. Any ideas from anyone on what the default rules should ship as?
3 Missed updates for .htaccess file http://svn.modxcms.com/crucible/changelog/modx/branches/1.0/ht.access?cs=5650 [#MODX-1097]Thanks. Anyone know of problems using the following htaccess rule instead of manually updating the "example.com" bit for friendly URLs being forced to www. Obviously if the http host headers aren’t set properly there will be issues, but that should be the exception and we can put solutions for that in the wiki:
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]I guess yes. I have a blank cache file, and I’m happy.
Quote from: Paprikas at Oct 18, 2009, 01:48 AMDoes this issue capture the details appropriately? http://svn.modxcms.com/jira/browse/MODX-1286
1. assets\cache\siteCache.idx.php contains foreign cache
I meant to comment out rules. But adding comments would be also very handy.
2. I think that default rules for ManagerManager must be commented.Absolutely. I’d love some feedback on what the default ruleset should look like. Any ideas from anyone on what the default rules should ship as?
I think that’s a good idea, as having "live" default rules could conflict in unexpected ways. I think it would be most helpful to have a kind of tutorial / quickstart in comments? I’ll make a note for future versions.
I meant to comment out rules. But adding comments would be also very handy.