Murray Wood

Results 121 comments of Murray Wood

Same problem for me. See this thread: https://forums.modx.com/thread/93000/reg-error-message-not-working

Actually it seems this is already reported here: https://github.com/modxcms/Login/issues/27

My pull request https://github.com/modxcms/Login/pull/116 creates the [[+validation_error_message]] placeholder for the Register snippet which can be used instead.

Do you know if the `fields` value for that object is empty? Does it work if you change that line to: `$object->get('fields') ?? [],`?

I think the cleanup solution in v3 handles the db getting too big scenario. As for starting fresh, I don't think that should be a control in the UI, it'd...

This shouldn't be an issue anymore in v3.x. If it is, feel free to reopen.

There is a full page reload for any kind of revert in VersionX 3.x Closing!

Milestones in VersionX 3.x allow for tags to be set on deltas. Closing!

In VersionX 3.x everything is contained within the Versions tab which can be disabled via user and user group settings. Closing!

VersionX 3.x is all about displaying diffs, so it's easy to see what exactly was changed. In terms of a WYSIWYG display, I'd personally like to see it integrated with...