{5} Accepted, Active Tickets by Owner (Full Description) (19 matches)

List tickets accepted, group by ticket owner. This report demonstrates the use of full-row display.

Inocima (1 match)

Ticket Summary Component Milestone Type Created
Description
#118 Trouble with manual translation in Internet Explorer 8 and non-Anonymous mode WordPress Plugin 0.6 defect 09/08/2010

Hello, I`ve just installed this great plugin, which I feel will be a great tool for my website.

I just found a couple of bugs I`d like to share with you. First of all I cannot do manual translation in Internet Explorer 8: I actually can do the translation, I hit OK and it seems fine, but once I go out the "Edit Tranlation" mode the changes are not saved. I tried with FireFox? 3.6.8 and Chrome 5 and they work fine.

Second is that I cannot do manual translation if I leave the Anonymous option off: If I leave it off all the 3 browsers I tried do not work, independent if I log in as admin or subscriber.

Dont know if this is just me or not, but if you could have a look Id be grateful.

I use Wordpress 3.0.1 with Multisite enabled and BuddyPress? installed. My site is www.inocima.com

Thank you very much.

Igor


ofer (18 matches)

Ticket Summary Component Milestone Type Created
Description
#111 Categories do not work WordPress Plugin Beta wordpress plugin (0.5) defect 07/29/2010

IF I FILTER BY CATEGORY THIS LANGUAGE GOES BACK TO ORIGINAL DEFAULT LANGUAGE. IF YOU CLICK ON THE FLAG THE LANGUAGE DOES NOT CHANGE.

WORDPRESS 3.0 THEME: TWENTY TEN


#84 Enhance front-end editor for translations. WordPress Plugin Beta wordpress plugin (0.5) enhancement 01/17/2010

I think the way Transposh make available to anyone modify the translation without any restriction is not good [I am not considering the roles, because there is some cases we need a community help to do the translations], and the simple use of roles is not good enough for the case, if one bad person go and modify something to the purpose to SPAM or for Pishing, it would be hard to the Admin fix all it, mainly because the Admin dont know all the languages available, and some times we dont have the man-power to do all the work alone.

So, a good solution is, make this tool as a “suggested” translation, the suggested translation will appear in the dashboard and one Admin will check it. I mean, a sugestion system much like the one used in Google Translator.


#89 Debuging Functions WordPress Plugin Beta wordpress plugin (0.5) enhancement 01/21/2010

To be easy to discover some bugs, would be interesting to have debuging functions that will take action of tracing all the process of log what is happening in the plugin and in interaction of it with wordpress and other plugins. You could understand better what I am talking about if you take a look on the plugin named "Global Translator 1.2.7"


#106 Update Roadmap WordPress Plugin Beta wordpress plugin (0.5) task 06/19/2010

The roadmap is a nice feature within trac. At the moment the transposh roadmap is not useful anymore. The Versions don't match the dates.

Task: Create a nice and up-to-date version of the roadmap.


#8 Add combining interface WordPress Plugin Beta wordpress plugin (0.5) defect 02/16/2009

Allow the translation interface to translate a couple of segments at once, maybe by adding (add next segment) to translation interface.

I assume this will correct 99% of our parser badness.

The database can still contain the original segment with an order to get larger match.

example: שלום, עולם. שלום -> GN (get next marker) שלום, עולם -> Hello, world.


#64 language search interferes with search unleashed WordPress Plugin Beta wordpress plugin (0.5) defect 12/03/2009

When language searching is enabled in .3.6 and the search unleashed plugin is installed there are problems with the search results.

Search unleashed allows the user to select from a variety of search engines under "options". The results are as follows:

default wordpress search: sql errors returned indexed search: no results mysql fulltext: no results Lucene: results appear, but many additional empty results appear with no headline and only "..." as the text


#65 translations do not contain proper punctuation Parser Beta wordpress plugin (0.5) defect 12/03/2009

Translations are not properly modifying punctuation. For example, Spanish translated sentences that end with a ? or ! do not have a ¿ or ¡ at the beginning.


#77 Login And Register Page Translations WordPress Plugin Beta wordpress plugin (0.5) defect 01/15/2010

I would like to get the login and register page translated with the languages I choose. Is it possible?


#79 Easy way Reset Database WordPress Plugin Beta wordpress plugin (0.5) enhancement 01/15/2010

I need a easy way to reset the database of translated pages. I mean, a way to clear the translations. There are many reasons to want to clear the database.


#104 Auto translation intervals WordPress Plugin Beta wordpress plugin (0.5) enhancement 06/15/2010

Since the translation engines will become better and better it wouldt be useful to have a possibility to retranslate the pages after a certain interval.


#105 Translation Control in the Backend WordPress Plugin Beta wordpress plugin (0.5) enhancement 06/15/2010

It is nice to have the possibility to edit the translation in the Frontend, but I would appreciate a easy handling in the backend too.


#29 Check custom rewrite structures /%category%/%postname% WordPress Plugin Beta wordpress plugin (0.5) defect 05/02/2009

i choose Rewrite URLs but flag links does not have correct url, if i deactivate Rewrite URLs it works with ?lang=tr style thank you


#69 fix link tag and meta tag modification Parser Beta wordpress plugin (0.5) defect 12/09/2009

I have several tags that are not being modified properly by the parser.

The most noticeable issue for end users is the alternate link that adds an rss feed icon to the browser location bar.

The template code for the rss is as follows:

<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />

Three possible approaches for this are to

  1. loop through similar to for other links and hope we don't modify another link tag that shouldn't be touched.
  2. modify rss2_url and hope that doesn't break anything else
  3. look for /feed/ and check to see if the lang parameter is before it, if not, then add it.

For meta data the code not being updated correctly is as follows:

most important is the canonical link. It should be unique for each page translation or google is unlikely to index translated pages.

<link rel="canonical" href=" http://domain.com" /> expected behavior: add language param to url

The next biggest issue is meta information not being translated or having the wrong lang parameter specified.

<meta name="description" content="..." /> expected behavior: content should be translated, this may be broken because of all-in-one-seo pack.

<meta name="DC.subject" lang="en" content="..." /> expected behavior: content should be translated, lang is set to language param, this may be broken because of all-in-one-seo pack.

<meta name="keywords" content="..." /> expected behavior: content should be translated, this may be broken because of all-in-one-seo pack.

<meta name="DC.title" lang="en" content="..." /> expected behavior: content is translated properly but lang should be set to lang param.

<meta name="DC.description" lang="en" content="..." /> expected behavior: content should be translated and lang should be set to language param, this may be broken because of all-in-one-seo pack.


#70 search query value should not be translated Parser Beta wordpress plugin (0.5) defect 12/09/2009

the global value $s is being translated on the search results page. This should not happen because it can cause confusion. For example if I were to search the spanish language version of my site for the spanish word "red" it comes back saying that I searched for "rojo", which is literally red in spanish, but that is not what I wanted results for (it is ok that results may contain pages that contain the word rojo at this point - natural language cannot be reasonably interpreted from a single word), but the search query should retain the original query.


#97 Support Translation on 3rd party plugin Ajax/JQuery call Parser Beta wordpress plugin (0.5) defect 04/13/2010

When a plugin (other than Transposh) does an Ajax or JQuery call, the text is not being translated by Transposh.

Suggestion: Hook into callback on WP Ajax calls? And/or keep track of the translated elements in the html?


#52 Mangling flag images WordPress Plugin Far Future (2.0) enhancement 06/10/2009

By Julian - opened ticket

I want to change the flag for english from US to GB. I worked out how to do it in the code on the constants.php

I changed line; $languages = array(”en” => “English,us,1″, to $languages = array(”en” => “English,gb,1″,

This works fine but obviously it reverts back to US after an upgrade.

I think it would be nice to be able to change it in the gui if at all possible.

Many thanks.


#58 support for language meta/html tag translation Parser Beta wordpress plugin (0.5) enhancement 11/20/2009

I know that xml namespace language is set correctly by transposh, but is it possible to also convert or insert language and dialect meta/html tags? They aren't currently being recognized or inserted as far as I can tell and are very important for the disabled since they assist screen readers in decoding content. Commonly recognized tags are: <html lang="LA"> <html lang="LA" xml:lang="LA"> <meta http-equiv="Content-Language" content="LA-CO"/> <meta http-equiv="language" content="LA"/> <meta http-equiv="dialect" content="CO" />

LA = language abbreviation CO = country abbreviation

References:  http://www.w3.org/International/questions/qa-http-and-lang  http://www.w3.org/TR/WCAG10-HTML-TECHS/  http://www.smashingmagazine.com/2009/06/18/10-ways-to-make-your-site-accessible-using-web-standards/


#103 Language in the subdomain WordPress Plugin Beta wordpress plugin (0.5) enhancement 06/15/2010

Country code as a subdomain.

fr.test.com/concombre fi.test.com/kurkku hu.test.com/uborka


Note: See TracReports for help on using and creating reports.