Le 2012-03-13 15:19, XTender a écrit :
Hi, Devs.
I'm no real programmer, but I did cook up a new transformation for phpMyAdmin. All it does is append a specified string to the table data. I use it to add "°F" to a field containing temperature data.
Only one problem: the tooltip that appears when defining the transformation (on the Structure page) says "No description is available for this transformation…". I don't know how to fix this. The function PMA_transformation_text_plain__append_info() returns "Appends text to a string. The only option is the text to be appended (enclosed in single quotes, default empty string)."
As evidence, my function does appear correctly (with its description) on the transformation_overview.php page.
If you can give me a hint how to fix the tooltip I will. The function code is short enough that I'm including it here:
I think this is a general bug. When I try it with the 3.4 or the 3.5 branch, I see the same error message, as a tooltip for every transformation already defined.
Which phpMyAdmin version are you using?