ElementHelper icon indicating copy to clipboard operation
ElementHelper copied to clipboard

Not working for MODX Revolution 2.3

Open DESIGNfromWITHIN opened this issue 10 years ago • 7 comments

Am I right that ElementHelper is not working on MODX Revolution 2.3? Would love to use it on my experimental installs!

DESIGNfromWITHIN avatar Jun 08 '14 12:06 DESIGNfromWITHIN

Hmm, probably not if big changes have been made to the way elements are handled in 2.3. I've only tested on the current stable version of Revolution so far but it looks like they're getting close to releasing 2.3 so I'll have to do something about that.

roryg avatar Jun 08 '14 13:06 roryg

I also just tried to use ElementHelper in the latest nightly release of MODX Revo 2.3, and it does not appear to be working. It would be really great to have ElementHelper ready for the Revo 2.3 public release. Do you have a new release of ElementHelper in the works?

mjpugh avatar Jul 01 '14 16:07 mjpugh

I've just seen Modx 2.3 is scheduled for release on the 15th so I'm going to try and have a new better version ready before then. :)

roryg avatar Jul 05 '14 19:07 roryg

What is actually broken in 2.3?

Mark-H avatar Jul 22 '14 11:07 Mark-H

Figured I'd go through the source to see if I could spot anything that might be broken for 2.3.

https://github.com/roryg/ElementHelper/blob/master/core/components/elementhelper/elements/plugins/plugin.elementhelper.php#L10 and https://github.com/roryg/ElementHelper/blob/master/core/components/elementhelper/elements/plugins/plugin.elementhelper.php#L297 $modx->getMicroTime() has been deprecated for a long time and should not have been used. It was removed in 2.3. Use microtime(true) instead.

That's the only thing that stood out for me in the source.

Mark-H avatar Jul 22 '14 11:07 Mark-H

Is this going to get updated for use in 2.3?

sonicpunk avatar Jan 06 '15 11:01 sonicpunk

@sonicpunk I'm working on a new version that you can download here https://github.com/roryg/ElementHelper/issues/31

Unfortunately things keep coming up that prevent me from finishing it so I can't say when it will be completely done. :smile:

roryg avatar Jan 06 '15 13:01 roryg