User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | External Library |
Category | External Library | ⇒ | External Library Plugins |
Easy | No | ⇒ | Yes |
If you are not using git then the only way I can think of to test this would be to use the full branch as a complete joomla install https://github.com/dgt41/joomla-cms/archive/tinyMCE_4.2.1.zip
@dgt41 where is "Ability to upload images through editor"
I couldnt see it
@brianteeman this needs to be enabled. you can test it -client side only here- by replacing
line 708 in plugins/editors/tinymce/tinymce.php from plugins : \"table link image code hr charmap autolink lists importcss\",
to
plugins : \"table link image code hr charmap autolink lists importcss imagetools\",
and selecting Advanced Mode. Similar thing can be done for simple and extended.
But bear in mind that any changes will not be uploaded to the server and the images will be save as blob (inline). But of course you can play around and test the functionality (client side).
The solution for the images upload will come with the other PR that implements drag and drop for tinyMCE.
So realistically this is not a feature that you are proposing we use
On 14 July 2015 at 12:00, Dimitris Grammatiko notifications@github.com
wrote:
@brianteeman https://github.com/brianteeman this needs to be enabled.
you can test it -client side only here- by replacing
line 708 from plugins : \"table link image code hr charmap autolink lists
importcss\", to
plugins : \"table link image code hr charmap autolink lists importcss
imagetools\", and selecting Advanced Mode. Similar thing can be done for
simple and extended.
But bear in mind that any changes will not be uploaded to the server and
the images will be save as blob (inline). But of course you can play around
and test the functionality (client side).
The solution for the images upload will come with the other PR that
implements drag and drop for tinyMCE.—
Reply to this email directly or view it on GitHub
#7423 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
I didn’t say that, but for the moment this PR only provides the new version of tinyMCE.
The image tools option requires two parts in order to function as it was intended. The client side is provided by the editor (with this PR) and then we need the server side part which hopefully will come with the other PR (drag and drop).
test works good
maybe better change description to "Ability to upload images through editor after # 7435" (or something)
After installing latest version of tinyMCE everything tests successfully.
Status | Pending | ⇒ | Ready to Commit |
RTC Thanks
Labels |
Added:
?
|
Are there any new TinyMCE lang strings (i.e. to add into each file in media/editors/tinymce/langs/ ?
@infograf768 from the diff it doesn’t look that something was changed in the lang folder
@dgt41
A diff, if any, will not show in the langs folder as this is made with various specific xx.js files which are not part of the Tiny release.
They would show in the general tiny js files where the texts are in English, and also, possibly in their transifex reference.
Found these new ones:
"Zoom in": "Zoomer",
"Contrast": "Contraste",
"Back": "Retour",
"Gamma": "Gamma",
"Flip horizontally": "Retournement horizontal",
"Resize": "Redimensionner",
"Sharpen": "Affiner",
"Zoom out": "D\u00e9zoomer",
"Image options": "Options de l'image",
"Apply": "Appliquer",
"Brightness": "Luminosit\u00e9",
"Rotate clockwise": "Rotation horaire",
"Rotate counterclockwise": "Rotation anti-horaire",
"Edit image": "Modifier l'image",
"Color levels": "Niveaux de couleur",
"Crop": "Rogner",
"Orientation": "Orientation",
"Flip vertically": "Retournement vertical",
"Invert": "Inverser",
We do have to update all our Tiny language files. I am signalling this to Mig at once
Before translating those strings are we even using the functionality that
they come from. I wasnt able to in my tests.
These are from the new inline image editing
http://www.tinymce.com/tryit/imagetools.php
On 15 July 2015 at 10:41, infograf768 notifications@github.com wrote:
Found these new ones:
"Zoom in": "Zoomer",
"Contrast": "Contraste",
"Back": "Retour",
"Gamma": "Gamma",
"Flip horizontally": "Retournement horizontal",
"Resize": "Redimensionner",
"Sharpen": "Affiner",
"Zoom out": "D\u00e9zoomer",
"Image options": "Options de l'image",
"Apply": "Appliquer",
"Brightness": "Luminosit\u00e9",
"Rotate clockwise": "Rotation horaire",
"Rotate counterclockwise": "Rotation anti-horaire",
"Edit image": "Modifier l'image",
"Color levels": "Niveaux de couleur",
"Crop": "Rogner",
"Orientation": "Orientation",
"Flip vertically": "Retournement vertical",
"Invert": "Inverser",We do have to update all our Tiny language files. I am signalling this to
Mig at once—
Reply to this email directly or view it on GitHub
#7423 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
Labels |
Removed:
?
|
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Pending |
@infograf768 I thought we were using the files from the langs directory. But then I saw the code for the language handling insidetinymce.php and realized that there should be some more languages files provided by Joomla translation team. So yes the strings are the ones from image tools.
@infograf768 @brianteeman about imagetools: although these look great we need to figure out the server side code for this. There are some things we have to thing how to solve them:
@dgt41
I explain the process
A TinyMCE new release as obtained from Tiny site does not contain anything in the langs folder except the readme.
The ones present in staging for some of them come after adapting files obtained directly from this page:
http://www.tinymce.com/i18n/index.php
Then we encouraged the TTs to participate in Tiny Transifex project (some did) and also some of our langs are directly produced or customised by the TTs themseves as the ones available are/were pretty bad or incomplete.
Milestone |
Added: |
Status | Pending | ⇒ | Ready to Commit |
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-09-21 14:45:39 |
Closed_By | ⇒ | dgt41 |
Labels |
Removed:
?
|
Status | Closed | ⇒ | Ready to Commit |
Closed_Date | 2015-09-21 14:45:37 | ⇒ | |
Closed_By | dgt41 | ⇒ |
Labels |
Added:
?
|
Milestone |
Added: |
Milestone |
Removed: |
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-05 17:20:18 |
Closed_By | ⇒ | rdeutz |
Labels |
Removed:
?
|
Milestone |
Removed: |
I couldnt test this with com_patchtester. I "think" this is a known issue with com_patchtester with binary files
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7423.