? Success

User tests: Successful: Unsuccessful:

avatar dgt41
dgt41
9 Aug 2015

Sync with the latest release

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

Here is a preview:
screen shot 2015-10-05 at 09 11 45

@infograf768 This is a bug fix release so there shouldn’t be any new language strings here (that was already done in 4.2)

Testing

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

avatar dgt41 dgt41 - open - 9 Aug 2015
avatar dgt41 dgt41 - change - 9 Aug 2015
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 9 Aug 2015
Labels Added: ?
avatar infograf768
infograf768 - comment - 9 Aug 2015

@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.

avatar dgt41
dgt41 - comment - 9 Aug 2015

@infograf768 Oh sure, the stings introduced in 4.2 needs to be translated

avatar zero-24 zero-24 - change - 9 Aug 2015
Category External Library Plugins
avatar dgt41 dgt41 - change - 9 Aug 2015
The description was changed
avatar dgt41 dgt41 - change - 9 Aug 2015
Easy No Yes
avatar wilsonge
wilsonge - comment - 2 Sep 2015

@infograf768 do we have any information from Mig about how this is going?

avatar infograf768
infograf768 - comment - 2 Sep 2015

@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

avatar wilsonge
wilsonge - comment - 2 Sep 2015

@dgt41 Can we upgrade this to tiny 4.2.5 please. I'm talking with mig at the moment for the translation aspect

avatar dgt41
dgt41 - comment - 2 Sep 2015

@wilsonge 4.2.5 done!

avatar dgt41
dgt41 - comment - 2 Sep 2015

@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

avatar dgt41 dgt41 - change - 4 Sep 2015
Title
Update tinyMCE to version 4.2.3
Update tinyMCE to version 4.2.5
avatar dgt41 dgt41 - change - 4 Sep 2015
Title
Update tinyMCE to version 4.2.3
Update tinyMCE to version 4.2.5
avatar infograf768
infograf768 - comment - 5 Sep 2015

translation of those strings is welcome but not mandatory at the moment

Indeed.

avatar zero-24 zero-24 - change - 5 Sep 2015
Milestone Added:
avatar infograf768
infograf768 - comment - 22 Sep 2015

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',{

avatar infograf768 infograf768 - test_item - 23 Sep 2015 - Tested successfully
avatar infograf768
infograf768 - comment - 23 Sep 2015

Ok for me. One more tester.

avatar dgt41 dgt41 - change - 5 Oct 2015
The description was changed
avatar dgt41 dgt41 - change - 5 Oct 2015
Title
Update tinyMCE to version 4.2.5
Update tinyMCE to version 4.2.6
avatar dgt41 dgt41 - change - 5 Oct 2015
Title
Update tinyMCE to version 4.2.5
Update tinyMCE to version 4.2.6
avatar wilsonge
wilsonge - comment - 5 Oct 2015

It looks like all the 3.x compatibility plugins have been removed :/

avatar infograf768
infograf768 - comment - 6 Oct 2015

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 ?

avatar dgt41
dgt41 - comment - 6 Oct 2015

This will simplify the update process for tinyMCE, but it’s PLT’s call

avatar joomla-cms-bot
joomla-cms-bot - comment - 6 Oct 2015

This PR has received new commits.

CC: @infograf768


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7667.

avatar slibbe slibbe - test_item - 18 Oct 2015 - Tested successfully
avatar slibbe
slibbe - comment - 18 Oct 2015

I have tested this item :white_check_mark: 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.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7667.

avatar infograf768 infograf768 - test_item - 19 Oct 2015 - Tested successfully
avatar infograf768
infograf768 - comment - 19 Oct 2015

I have tested this item :white_check_mark: successfully on 6b66a1a

OK here


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7667.

avatar zero-24 zero-24 - change - 19 Oct 2015
Status Pending Ready to Commit
avatar zero-24
zero-24 - comment - 19 Oct 2015

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7667.

avatar joomla-cms-bot joomla-cms-bot - change - 19 Oct 2015
Labels Added: ?
avatar infograf768
infograf768 - comment - 19 Oct 2015

Please inform TTs when this is merged as quite a few tiny langs have to be updated

avatar Bakual
Bakual - comment - 19 Oct 2015

@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?

avatar infograf768
infograf768 - comment - 19 Oct 2015

Already on it ;)

avatar infograf768
infograf768 - comment - 19 Oct 2015

Looks OK as far as I could see.

avatar rdeutz rdeutz - close - 19 Oct 2015
avatar joomla-cms-bot joomla-cms-bot - close - 19 Oct 2015
avatar rdeutz rdeutz - reference | a07c1f5 - 19 Oct 15
avatar rdeutz rdeutz - merge - 19 Oct 2015
avatar rdeutz rdeutz - close - 19 Oct 2015
avatar rdeutz rdeutz - change - 19 Oct 2015
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2015-10-19 07:29:55
Closed_By rdeutz
avatar joomla-cms-bot joomla-cms-bot - change - 19 Oct 2015
Labels Removed: ?
avatar dgt41 dgt41 - head_ref_deleted - 19 Oct 2015
avatar zero-24 zero-24 - change - 28 Oct 2015
Milestone
avatar zero-24 zero-24 - change - 28 Oct 2015
Milestone Added:
avatar zero-24 zero-24 - change - 28 Oct 2015
Milestone Added:
avatar zero-24 zero-24 - change - 28 Oct 2015
Milestone

Add a Comment

Login with GitHub to post a comment