Hi,
I'm using the TinyMCE editor and I'm using the CreatePageUw extension, but TinyMCE does not display when creating a new page in CreatePageUw. It looks like a mistake. You can check it?
Patch has been provided to the author of this topic. If a Gerrit change is submitted (with proper tests, etc.), it will be merged.
Hi,
I'm using the TinyMCE editor and I'm using the CreatePageUw extension, but TinyMCE does not display when creating a new page in CreatePageUw. It looks like a mistake. You can check it?
I'm sorry, but supporting lots of different editors (other than VisualEditor) is somewhat outside the scope of this extension. It just opens ?action=edit&title=Name_of_article.
If someone else implements this feature, they can submit a patch and it will be added.
I understand it. If I enter this, example: index.php?title=Test&action=tinymceedit then when creating a new page the TinyMCE editor is displayed correctly, but it's not comfortable.
"If someone else implements this feature, they can submit a patch and it will be added".
Where can I report it? Where are the programmers here?
Busy on other projects (have 500+ features that "would be nice to implement" waiting in line). Sorry.
I understand it. It would be nice if you did not forget about this function in future for TinyMCE. This function is needed for editors. I hope you understand this.
You can hire me to implement it now, or you can find another developer to implement it for free.
@AhmadF.Cheema has created a patch for the CreatePageUw extension that makes the TinyMCE editor display correctly in your extension.
"If someone else implements this feature, they can submit a patch and it will be added"
Can you implement this patch for the CreatePageUw extension?
The patch (change comparison) should work fine with REL1_31 (the patch was straightforward enough), however, later versions of the extension include tests/phpunit
too, which could be too complicated to support by the extension author.
I have one more question, do you know why this editor does not display in "Edit source"?
This question is kind of misplaced on the Extension:CreatePageUw talk page, as it is concerned with Extension:TinyMCE.
> has created a patch
I created this patch in 1 second in my mind 3 days ago.
You need to make this a Gerrit change, manually test it in MediaWiki 1.27 (old LTS), 1.31 (LTS), 1.33 (since it should be backported), and please don't forget to write an automated test in SpecialCreatePageTest.php so that this is automatically tested, and I'll press the "Merge" button in Gerrit.
This is what takes time for the developer, not replacing "veaction=edit" with "action=tinymceedit" in one place in the code (as 1 user can do for himself in his local installation of MediaWiki).
Then why are you demanding that a person who explicitly said "I am busy on other projects" should do this immediately, if you don't know how much additional work can this visibly trivial task include?
Aside from the patch above, what's needed is:
This patch works fine I don't know PHP, I am unable to perform this test and submit changes to Gerrit. I understand that you are very busy. Maybe someone else will do this test and confirm that that this patch works correctly and send the changes to Gerrit. I hope that someday this feature will be implemented into your extension for other users.