We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 21056
    • 327 Posts
    Quote from: rthrash at Oct 16, 2009, 10:13 AM

    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.
    ah, sorry! Ryan - I checked some changes in today - have I checked them to the right branch?
      Author: ManagerManager plugin - customise your ModX manager interface

      Rckt - web development, Sheffield, UK
      • 22668
      • 718 Posts
      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.
        • 25663 MODX Staff
        • 12,272 Posts
        Quote from: ncrossland at Oct 16, 2009, 03:30 PM

        Quote from: rthrash at Oct 16, 2009, 10:13 AM

        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.
        ah, sorry! Ryan - I checked some changes in today - have I checked them to the right branch?
        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.
          Ryan Thrash, MODX Co-Founder
          Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
          • 25663 MODX Staff
          • 12,272 Posts
          Quote from: Paprikas at Oct 17, 2009, 12:50 AM

          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.

          Can you elaborate some more on those items please? (The patch makes 100% sense and will be has been done.)
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
            • 22668
            • 718 Posts
            What exactly?

            1. assets\cache\siteCache.idx.php contains foreign cache smiley

            2. I think that default rules for ManagerManager must be commented.

            3 Missed updates for .htaccess file http://svn.modxcms.com/crucible/changelog/modx/branches/1.0/ht.access?cs=5650 [#MODX-1097]
              • 21927
              • 9 Posts
              Start testing modx 1.0.1

              I can’t find the Meta Keywords tab in the manager.

              Sorry,

              My mistake, not selected the box for showing the tab smiley
                • 25663 MODX Staff
                • 12,272 Posts
                Quote from: Paprikas at Oct 18, 2009, 01:48 AM

                1. assets\cache\siteCache.idx.php contains foreign cache smiley
                Does this issue capture the details appropriately? http://svn.modxcms.com/jira/browse/MODX-1286

                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]
                  Ryan Thrash, MODX Co-Founder
                  Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                  • 22668
                  • 718 Posts
                  Quote from: rthrash at Oct 18, 2009, 09:53 AM

                  Quote from: Paprikas at Oct 18, 2009, 01:48 AM

                  1. assets\cache\siteCache.idx.php contains foreign cache smiley
                  Does this issue capture the details appropriately? http://svn.modxcms.com/jira/browse/MODX-1286
                  I guess yes. I have a blank cache file, and I’m happy.

                  Quote from: rthrash at Oct 18, 2009, 09:53 AM

                  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 meant to comment out rules. But adding comments would be also very handy.
                    • 22668
                    • 718 Posts
                    Language string weblink_message still present in language files, but has been removed in r5815 http://svn.modxcms.com/crucible/browse/modx/branches/1.0.1/manager/actions/mutate_content.dynamic.php?r1=5809&r2=5815
                    [#MODX-180] (Convert weblink to document)
                      • 21056
                      • 327 Posts
                      Quote from: Paprikas at Oct 18, 2009, 02:34 PM

                      I meant to comment out rules. But adding comments would be also very handy.
                      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.
                        Author: ManagerManager plugin - customise your ModX manager interface

                        Rckt - web development, Sheffield, UK