We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 13226
    • 953 Posts
    I stumbled across a post made on the clippercms site today and found it interesting to read, as an answer provided made me think.
    because a lot of the feedback I see on Evo development concerns faults that should not make it through elementary pre-release testing.

    People are also beginning to report problems with the continued use of PHP mysql extension, following its deprecation in PHP 5.5. I think it's a much higher priority for development to prepare for predictable future changes like this properly, rather than adding new features, however smart they may be. Making Clipper mysqli-ready involved a lot of work by Tim, myself and others...
    ...
    I'm not sure the MODX dev crew are giving this stuff the priority it needs.
    I am not sure if there is any problem with copyright here so here is the full info for the quote:

    Sourced from: "http://www.clippercms.com/forum/viewtopic.php?pid=1210#p1210"
    Original author: "kp52"

    After reading the post from "kp52" I looked back at some of the posts I have made over the last few months.

    I have written a lot about the Evo community sponsoring the future development of Evo and have asked how things look for the future and low and behold the quote partially resembles what I have been thinking.

    Take a look at the amount of times Evo has been downloaded in pretty much the same period of time the latest Revo and Evo updates were made

    Evo has risen to almost a third of the Revo downloads, that says a lot to me, a lot of people are still interested in Evo and new users must be using it as well.

    But IMHO there is still a lack of transparency about what is going on with Evo.

    A couple of questions:

    How much development has been made to get Evo ready for the deprecation of the mysql extension ?

    Is there a development roadmap ?

    What do the team of developers need from the community ?

    What is an incentive for the developers to get these fundamental problems sorted ASAP ?
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      There is no official development of Evo. Code modifications are submitted and checked (pull requests) to some extent before release, but the core MODX team has nothing to do with Evo development.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 13226
        • 953 Posts
        Quote from: sottwell at Jan 15, 2014, 09:50 PM
        There is no official development of Evo.
        ...
        but the core MODX team has nothing to do with Evo development

        Hi Susan

        I am fully aware of that, I am directing this post at the "community developers" and Evo users, not MODX LLC.

        Thanks anyway
          • 42399
          • 39 Posts
          A couple of questions:

          How much development has been made to get Evo ready for the deprecation of the mysql extension ?

          Is there a development roadmap ?

          What do the team of developers need from the community ?

          What is an incentive for the developers to get these fundamental problems sorted ASAP ?

          1. All mysql_* calls in the core are replaced with DBAPI, so the core is not far from mysqli or other extensions.

          2. I think, there is (: Great changes are planned and I hope they will be done, but I think there's no sense to declare any plans or to give promises while Evo is developed by enthusiasts in their spare time. And by the way, I can't say that changes that were made already are useless.

          3. Probably the main problem is a lack of feedback. If you are interested in mysqli or others things then you are free to create issue at github or better to send pull request (;
          Maybe there's also problem of communication because a lot of interesting solutions and discussions take place in russian community. [ed. note: pathologic last edited this post 12 years, 8 months ago.]
            • 13428 ☆ A M B ☆
            • 1,031 Posts
            Three things are missing at the moment:
            - docs: i.e. the wiki (mostly evo docs) should be moved to rtfm. ditto.modxcms.com should be moved from pogwatch to rtfm.
            - beta testers: a lot of bugs in 1.0.9 and 1.0.12 were discovered after the testing phase.
            - translators: the translation part is moving/was moved to Transifex (https://www.transifex.com/projects/p/modx-evolution/), but not all languages have translators. [ed. note: Jako last edited this post 12 years, 8 months ago.]