User tests: Successful: Unsuccessful:
This is an update from 4.1.6 to the latest version: 4.2.6
There are a lot of bug fixes and also a new flat theme
@infograf768 This is a bug fix release so there shouldn’t be any new language strings here (that was already done in 4.2)
Please don’t use patch tester for this one. You need to use Git here to get the commit (or manually overwrite the files)
An even easier method: download https://github.com/dgt41/joomla-cms/archive/tinyMCE_4.2.3.zip and install as usual
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
@infograf768 Oh sure, the stings introduced in 4.2 needs to be translated
Category | ⇒ | External Library Plugins |
Easy | No | ⇒ | Yes |
@infograf768 do we have any information from Mig about how this is going?
@wilsonge
You folks have to contact him to organise this.
Some of the new files should be posted in the Translation Teams Forum and then merged.
What is not so simple is that some must be provided by TTs (as the ones available in Tiny specific page are not good enough) and others have to be used as they are (after some name modifications to fit our needs) from the Tiny site.
As far as I know, nothing was done yet.
If this is the only aspect which prevents you from merging this PR, no worry.
Updated translation files can be gathered for next release.
Someone though should test this PR
@wilsonge @infograf768 about the translation: the new strings are for the image tools which Joomla is not using right now, and I will say neither any of the users should use it at the time, as they will end up saving the images in their database. To cut it short, translation of those strings is welcome but not mandatory at the moment
Title |
|
Title |
|
translation of those strings is welcome but not mandatory at the moment
Indeed.
Milestone |
Added: |
The Tiny version in the xml needs updating.
Other than that, it looks like working BUT something important has changed for the language files (will inform TTs and Thomas):
The first line of each xx.js or xx-XX.js has to contain the same tag as the name of the file (as they exist already in core).
Example for French fr.js
It has as first line
tinymce.addI18n('fr_FR',{
it should be
tinymce.addI18n('fr',{
For Brazilian pt-BR.js
it has tinymce.addI18n('pt_BR',{
it should now be
tinymce.addI18n('pt-BR',{
Ok for me. One more tester.
Title |
|
Title |
|
It looks like all the 3.x compatibility plugins have been removed :/
Shall we not delete all compat3x folder and add these files in com_admin/script.php as anyway they are never used in J3.x ?
This will simplify the update process for tinyMCE, but it’s PLT’s call
This PR has received new commits.
CC: @infograf768
I have tested this item successfully on 6b66a1a
I have tested this and it seems to work ok. However, I don't know what the bugs with the older version were or what other attention points there may be.
I have tested this item successfully on 6b66a1a
OK here
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
Please inform TTs when this is merged as quite a few tiny langs have to be updated
@infograf768 I've updated the language files with 458b617 using the packs provided by the translators and also fixed the tags you mentioned in the thread. Can you have a look over it if it's correct?
Already on it ;)
Looks OK as far as I could see.
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-19 07:29:55 |
Closed_By | ⇒ | rdeutz |
Labels |
Removed:
?
|
Milestone |
Milestone |
Added: |
Milestone |
Added: |
Milestone |
@dgt41
Don't we still need the tiny lang updates before next release as we are still in core at version 4.1.7? This has to be organised by Mig.