How to take functionality of 3rd party modules and convert to Core(Modules) #3485
Replies: 10 comments 2 replies
-
actually https://github.com/avstudnitz/AvS_ScopeHint would be a nice addition to the core itself... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'm pro adding both of the things ;-) |
Beta Was this translation helpful? Give feedback.
-
My idea was (when it all is cleaned up) pushing it to AvS_ScopeHint. (wouldnt get merged there anyways I think, Andreas moved to M2 long ago and probably doesnt touch M1 anymore). (Changes to the AvS_ScopeHint module arent really bad. Just some logic from avs_scopehint/app/code/community/AvS/ScopeHint/Block/AdminhtmlSystemConfigFormField.php moved to helpers) |
Beta Was this translation helpful? Give feedback.
-
Should we ask AvS about porting his modules changes to the core itself? I am not sure if we need to do that. (It would be the classy way to do it, obviously) |
Beta Was this translation helpful? Give feedback.
-
mmm it is true that there are quite some issues: https://github.com/avstudnitz/AvS_ScopeHint/issues, some of them seem quite important, like avstudnitz/AvS_ScopeHint#27 and probably should be fixed in the porting. For sure if AvS would do it, it would be great. |
Beta Was this translation helpful? Give feedback.
-
No nono, I am asking generally about taking opensource modules which now seem possible to merge into the codebase. How that should be handled. (Also, how to not break instances which have these modules installed, or is that a willing BC to take) I dont think AvS is taking care of that, but it is his copyright afterall. We need a battleplan for this. :D And answers, like whats happening to the copyright. If we can touch it, or what. |
Beta Was this translation helpful? Give feedback.
-
I wouldn't really add then as modules, if it makes sense IMHO (just my opinion) they should be kinda rewritten in the Mage namespace are really integrated, avoing rewrites and this kind of stuff |
Beta Was this translation helpful? Give feedback.
-
I wouldnt add them as modules either, but if you now have calls in the Mage classes which werent there previously, it could do unknown stuff. (ie. calling parent::) on something you arent aware of? |
Beta Was this translation helpful? Give feedback.
-
Can a moderator move this to a discussion (I dont know how to do it) please? Topics to discuss (at hand)
|
Beta Was this translation helpful? Give feedback.
-
In my opinion a battleplan need to be made and discussed about how OpenMage is able to take funcationality of 3rd party open source modules.
Discussions about
needs to take place imho.
Can anyone shed some light about the situation regarding copyright?
(Previous content of this message)
Description (*)
It would be great if we had any events around
\Mage_Adminhtml_Block_System_Config_Form_Fieldset::render
, so we can have more control over a single field being rendered.This is coming because we use https://github.com/avstudnitz/AvS_ScopeHint and would like to add more fields to it. By default it only handles text-ish fields okay. SerializedArray fields dont work at all.
After a hacky process I got it to work (not without changing the module AND my classes using the SerializedArray); however I think it would have been much easier if I had the chance of changing (ie. transportObject) the item being rendered there.
Expected behavior (*)
Benefits
Additional information
Beta Was this translation helpful? Give feedback.
All reactions