|
I am talking about one line in adminlib.php to support an app which was moved to CVS and as a result is presenting issues because it means that everytime someone changes adminlib.php a new version of adminlib.php has to be created for the app.... though in fact, unless I am asea on this, with 2.0 this one line will be included in adminlib.php and the added lines has no backwards compatibility issues....
I do not understand at all what you want, could you please attach a patch?
Found it, added the line and tested - now I can see one more checkbox there that does nothing, is that what you propose for 1.8.x and 1.9.x?
It does nothing if dragmath is not installed, and invokes dragmath if dragmath is installed.
Arguably, the best solution would be to include the line but to have the item not selected. Then the user could be told to activate it from the admin gui, and no further patching of adminlib.php would ever be necessary.... "It does nothing if dragmath is not installed" - the way I see it it adds a new option which a) does not work if the rest of dragmath not installed b) is not documented in 1.8.x and 1.9.x
many modifications require patching of files, people usually use patches and cvs to keep the after upgrades |
|||||||||||||||||||||||||||||||||||||||||||||||
If I understand it correctly, you want one plugin to work in 1.8.x, 1.9.x? This is not possible, maybe you could use branches in contrib, right?