We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 21838
    • 284 Posts
    Hi all,

    I’ve installed the brand new 1.0.5rc on one of my sites.
    Now, a few things to mention:

    - First, I think performance of the website has increased. Is that right?

    Now, to the bugs (and my settings):

    MODx Evo 1.0.5rc1 (updated from 1.0.4)
    PHP5.2
    mySQL5.0.51a
    Apache2, Debian 5,
    Quick Manager bugs:
    - the frontend manager bar on the top got some new buttons I think. They’re currently not very nice (see screenshot 1). text should be aligned to vertical middle. Buttons should be, too.

    - the squares in the QuickManager are from my own css (for the frontend site) for uls and ols. Shouldn’t it be marked as list-style:none !important; as it was in 1.0.4?

    - when minimized on top the new buttons already are visible (screenshot 2)

    maybe this is related to my own css settings but it shouldn’t and wasn’t in 1.0.4

    Manager:

    - home / startpage icon in resource tree is a cool feature but doesn’t look good with the blue frame. Meaybe just the house without the frame?

    - alias button doesn’t exist. Maybe you can put the icon behind the resource name together to the icon before the name? Would be better for UX with long resource names.

    - german translation is not finished? Where to go into? via github?

    - did you do sth with the font-size? Just now, I’ve got my manager site with bigger typo (see screenshot 3). This is no(!) improvement if it’s not a bug.


    Okay, that’s it for now. Maybe I found some more things but hope not.
      MODX Free Template Base: MODX-Boilerplate | my blog (lots of MODX stuff) | my gitHub (translations) | MODX User Groups Germany (Facebook)
      • 18373 ☆ A M B ☆
      • 3,141 Posts
      Shouldn’t this go in Redmine? (bugs.modx.com)

      Real nice that you report back anything you come across, though.
        Mark Hamstra • Developer spending his days working on Premium Extras and a MODX Site Dashboard with the ability to remotely upgrade MODX and extras to make the MODX world a little better.

        Tweet me @mark_hamstra, check my infrequent blog at markhamstra.com, my slightly more frequent ramblings at MODX.today or see code at Github.
        • 21838
        • 284 Posts
        Of course. But I just wanna see if it’s to others, too.

        note for the devs: I’ve made the German translations in GitHub and set a pull request...
          MODX Free Template Base: MODX-Boilerplate | my blog (lots of MODX stuff) | my gitHub (translations) | MODX User Groups Germany (Facebook)
          • 25663 MODX Staff
          • 12,272 Posts
          Thank you for the issues. If you’re seeing bugs then by all means please file them. The Quick Manager bits would seem to need a bit more "namespacing" in the cascade/styling.
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
            • 21838
            • 284 Posts
            Quote from: rthrash at Jan 11, 2011, 07:44 AM

            Thank you for the issues. If you’re seeing bugs then by all means please file them. The Quick Manager bits would seem to need a bit more "namespacing" in the cascade/styling.
            Hi,
            I’ve already files all my issues as bugs in bugtracker. smiley
              MODX Free Template Base: MODX-Boilerplate | my blog (lots of MODX stuff) | my gitHub (translations) | MODX User Groups Germany (Facebook)
              • 16610
              • 634 Posts
              I can’t replicate this bug unless you use in your own CSS for example:
              ul 
              {
                  list-style-type: circle !important;
              }
              


              To prevent this from happening we would have to use !important declaration but this on the other hand effectively ruins the option to easily override QM+ default CSS with your own custom CSS. As I understand QM+ toolbar CSS is already defined with its own namespace.
                Mikko Lammi, Owner at Maagit
                • 21838
                • 284 Posts
                As filed in the bug report: There are "bugs" in your css styles. see screenshot to understand better:
                  MODX Free Template Base: MODX-Boilerplate | my blog (lots of MODX stuff) | my gitHub (translations) | MODX User Groups Germany (Facebook)
                  • 16610
                  • 634 Posts
                  QM+ 1.5.5 released to address global CSS problems:
                  http://www.maagit.fi/quickmanager-plus
                    Mikko Lammi, Owner at Maagit