Ray Papworth
Ray Papworth
A common case is getting translated strings into javascript functions. Should we standardize the way we do this, particularly in the new Proofreading Interface. Perhaps using an API to get...
Sandbox updated.
> I think this PR didn't update [this call to `echo_page_table`](https://github.com/DistributedProofreaders/dproofreaders/blob/2e67b263cd13a22aaaff75014ab236061b10904b/project.php#L2056) that would need to include the new JS file, no? > > I am slightly concerned about the hidden...
Sandbox updated.
The way it works now only WC_WORLD bad words are suggestible so we don't need to distinguish the others for the purpose of the API.
Where the same suggestible word occurs more than once on a page the client needs to know this. Does this affect the function above or not?
Regarding the 'finalise' or 'report' wordcheck function, a better plan could be to send the set of accepted words as part of the save and checkin functions. This would ensure...
As @cpeel said part of "Basic wordcheck function" and "Finalise wordcheck function" were implemented in #1379 though in a different way to what was suggested here. The "Get the set...
> ### Finalise wordcheck function > > This would identify the project, page and user and invoke the save_wordcheck_event() function. If the user had previously entered wordcheck mode it would...
> [@70ray](https://github.com/70ray) - are there other WordCheck APIs we need? I don't know if we need anything for words with uncommon scripts. Javascript can't easily do what php utf8_char_script() does,...