[wp-meta] [Making WordPress.org] #834: GlotPress Plugin: Log dismissed warnings

Making WordPress.org noreply at wordpress.org
Wed Jan 28 20:04:45 UTC 2015


#834: GlotPress Plugin: Log dismissed warnings
--------------------------+-------------------------------------
  Reporter:  ocean90      |      Owner:
      Type:  enhancement  |     Status:  new
  Priority:  normal       |  Component:  translate.wordpress.org
Resolution:               |   Keywords:  has-patch
--------------------------+-------------------------------------

Comment (by ocean90):

 Table structure could be:
 {{{
 CREATE TABLE IF NOT EXISTS `translate-warnings` (
   `ID` bigint(20) unsigned NOT NULL,
   `project_id` bigint(20) unsigned NOT NULL DEFAULT '0',
   `translation_set` bigint(20) unsigned NOT NULL DEFAULT '0',
   `translation` bigint(20) unsigned NOT NULL DEFAULT '0',
   `warning` varchar(20) NOT NULL DEFAULT '',
   `user` bigint(20) unsigned NOT NULL DEFAULT '0',
   `status` varchar(20) NOT NULL DEFAULT ''
   PRIMARY KEY (`ID`),
 );
 }}}

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/834#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list