We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10487 MODX Staff
    • 1,535 Posts
    Garry Nutting Reply #141, 20 years ago
    This method is now used by sendErrorPage and sendUnauthorizedPage to forward page not founds or unauthorized requests to the configured page for each, while setting the appropriate HTTP response code (404 and 401, respectively).
    Working great for me so far, this is a great addition smiley - it’s making me want to go and dust off that Link Checker module I started a few months back (or six), it will actually be able to return sensible results with this change.

    I’ve committed a few fixes myself to my personal SVN branch as well if you want to get them included in the next test build.
      Garry Nutting
      Senior Developer
      MODX, LLC

      Email: [email protected]
      Twitter: @garryn
      Web: modx.com
      • 25663 MODX Staff
      • 12,272 Posts
      As soon as Jason gets done eating he’ll vet/merge in Garry’s recent changes and we’ll put out another test build. This one should knock out some nasty long-standing shenanigans with header responses finally!
        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
        095 beta 2 test linked below. Please confirm that it installs/upgrades/works for you well before I move it to the public side.

        http://modxcms.com/rev1417.zip
        Now in the public beta area: http://modxcms.com/beta.html

        Among the changes since the last beta:

        [*] resolved a line ending issue that affected some installs with the doc parser
        [*] significantly reformatted and cleaned up doc parser file
        [*] more image paths fixed
        [*] updated Wayfinder to most recent tattoo-assets commits (1396-1398)
        [*] removed all references to visitor log tables and the assets/slimstats plugin from the distribution
        [*] proper header responses including 404, 401 and 503 ... Google Sitemaps will now love us (go Jason go!) laugh

        Let’s get this sucker out to the public ASAP!
          Ryan Thrash, MODX Co-Founder
          Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
          • 8382
          • 253 Posts
          rev1417 is GREAT.

          Now, exporting config[’error_page’] page is SUCCESS with no modification.
          But, Stopping with error came to occur at exporting protected pages like ’Add a Blog Entry’ in sample site. This is right result, but is troubled for export function.

          I suggest a following change for emergency.
          manager/action/export_site.static.php making line 145 comment
          //			return FALSE;

          Thank you
            • 8382
            • 253 Posts
            "Default" manager theme is not already included in MODx 0.9.5.
            Should not we delete the following line?
            manager/actions/mutate_settings.dynamic.php line 954
                        <option value="">Default</option>

            I’m sorry only in a little thing.
              • 25663 MODX Staff
              • 12,272 Posts
              Thanks for the feedback and early reports eastbind. smiley It sure feels like we’re getting close. I suspect one or two more beta rounds then we’ll move to the RC phase by the end of the month.

              Speaking of which, Paul, let’s collaborate on that language file cleanup (documenting the changes and any re-organization) and get the translators started. Lots of new stuff in the file, and lots of stuff we can remove, too.
                Ryan Thrash, MODX Co-Founder
                Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                • 2762
                • 1,198 Posts
                Nicola (Banzai) Reply #147, 20 years ago
                Great release wink

                a little suggestion: add one more option in manager/action/manage_metatags.dynamic.php (near line 135 )

                <option value="keywords;0">keywords</option>  


                it’s so simple and makes more faster way creating several sets of metatags smiley


                  Free MODx Graphic resources and Templates www.tattoocms.it
                  -----------------------------------------------------

                  MODx IT  www.modx.it
                  -----------------------------------------------------

                  bubuna.com - Web & Multimedia Design
                  • 25663 MODX Staff
                  • 12,272 Posts
                  Quote from: banzai at Sep 14, 2006, 08:56 AM

                  a little suggestion: add one more option in manager/action/manage_metatags.dynamic.php (near line 135 )

                  <option value="keywords;0">keywords</option>  


                  it’s so simple and makes more faster way creating several sets of metatags smiley
                  Inserted right after googlebot and coming soon to a commit near you. Certainly a simple and useful addition. smiley
                    Ryan Thrash, MODX Co-Founder
                    Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                    • 2762
                    • 1,198 Posts
                    Nicola (Banzai) Reply #149, 20 years ago
                    Thanks grin
                      Free MODx Graphic resources and Templates www.tattoocms.it
                      -----------------------------------------------------

                      MODx IT  www.modx.it
                      -----------------------------------------------------

                      bubuna.com - Web & Multimedia Design
                      • 25663 MODX Staff
                      • 12,272 Posts
                      Quote from: eastbind at Sep 14, 2006, 04:46 AM

                      "Default" manager theme is not already included in MODx 0.9.5.
                      Should not we delete the following line?
                      manager/actions/mutate_settings.dynamic.php line 954
                                  <option value="">Default</option>

                      Good catch and gone... Also coming soon to a commit near you.
                        Ryan Thrash, MODX Co-Founder
                        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me