Changeset 2275
- Timestamp:
- 01/12/2016 03:01:45 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-custom-stats/wporg-gp-custom-stats.php
r2121 r2275 1 1 <?php 2 2 /** 3 * Plugin name: GlotPress: Custom stats for translate.wordpress.org. 4 * Plugin author: dd32 3 * Plugin name: GlotPress: Custom Stats 4 * Description: Provides custom stats for users, projects, and discared warnings for translate.wordpress.org. 5 * Version: 1.0 6 * Author: WordPress.org 7 * Author URI: http://wordpress.org/ 8 * License: GPLv2 or later 5 9 */ 6 10 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-custom-warnings/wporg-gp-custom-warnings.php
r2264 r2275 1 1 <?php 2 2 /** 3 * Plugin name: GlotPress: Custom translation warnings for translate.wordpress.org. 4 * Plugin author: dd32 3 * Plugin name: GlotPress: Custom Translation Warnings 4 * Description: Provides custom translation warnings like mismatching URLs for translate.wordpress.org. 5 * Version: 1.0 6 * Author: WordPress.org 7 * Author URI: http://wordpress.org/ 8 * License: GPLv2 or later 5 9 */ 6 10 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/wporg-gp-customizations.php
r2271 r2275 1 1 <?php 2 2 /** 3 * Plugin name: GlotPress: Customizations for translate.wordpress.org. 4 * Plugin author: Nikolay 3 * Plugin name: GlotPress: WordPress.org Customizations 4 * Description: Provides general customizations for translate.wordpress.org. 5 * Version: 1.0 6 * Author: WordPress.org 7 * Author URI: http://wordpress.org/ 8 * License: GPLv2 or later 5 9 */ 6 10 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-help/wporg-gp-help.php
r2112 r2275 2 2 /** 3 3 * Plugin name: GlotPress: Help Page 4 * Description: Provides a dismissable help notice for new translators on translate.wordpress.org. 5 * Version: 1.0 6 * Author: WordPress.org 7 * Author URI: http://wordpress.org/ 8 * License: GPLv2 or later 4 9 */ 5 10 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-js-warnings/wporg-gp-js-warnings.php
r2263 r2275 1 1 <?php 2 2 /** 3 * Plugin name: GlotPress: Client-side JS translation validation 4 * Plugin author: dd32 3 * Plugin name: GlotPress: Client-side Translation Validation 4 * Description: Provides client-side JavaScript translation validation warning warnings for translate.wordpress.org. 5 * Version: 1.0 6 * Author: WordPress.org 7 * Author URI: http://wordpress.org/ 8 * License: GPLv2 or later 5 9 */ 6 10 7 11 /** 8 * Adds client-side JS translation validation warning warnings.9 12 * 10 13 * Not all of the warnings match exactly what is in GlotPress core, some are more specific or vague. -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/wporg-gp-plugin-directory.php
r2268 r2275 1 1 <?php 2 2 /** 3 * Plugin name: GlotPress: Plugin Directory bridge for translate.wordpress.org. 4 * Plugin author: stephdau 3 * Plugin name: GlotPress: Plugin Directory Bridge 4 * Description: Clears the content translation cache for plugins (readme/code) hosted on wordpress.org based on actions taken withing translate.wordpress.org. 5 * Version: 1.0 6 * Author: WordPress.org 7 * Author URI: http://wordpress.org/ 8 * License: GPLv2 or later 5 9 */ 6 10 7 /**8 * This plugin clears the content translation cache for plugins (readme/code) hosted on wp.org based on actions taken withing GlotPress.9 *10 */11 11 class WPorg_GP_Plugin_Directory { 12 12 public $master_project = 'wp-plugins'; -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-rosetta-roles/wporg-gp-rosetta-roles.php
r2262 r2275 1 1 <?php 2 2 /** 3 * Plugin name: GlotPress: Tie roles on Rosetta sites directly into translate.wordpress.org. 4 * Plugin author: nacin, ocean90 3 * Plugin name: GlotPress: Rosetta Roles 4 * Description: Ties roles on Rosetta sites directly into translate.wordpress.org. 5 * Version: 1.0 6 * Author: WordPress.org 7 * Author URI: http://wordpress.org/ 8 * License: GPLv2 or later 5 9 */ 6 10 … … 20 24 */ 21 25 public $id = 'wporg-rosetta-roles'; 22 23 /**24 * Holds the role of an approver.25 *26 * @var string27 */28 public $approver_role = 'translation_editor';29 26 30 27 /** -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/wporg-gp-routes.php
r2271 r2275 1 1 <?php 2 2 /** 3 * Plugin name: GlotPress: Register custom routes for translate.wordpress.org. 4 * Plugin author: ocean90, obenland, dd32 3 * Plugin name: GlotPress: Custom Routes 4 * Description: Provides custom routes like <code>/locale</code> or <code>/stats</code> for translate.wordpress.org. 5 * Version: 1.0 6 * Author: WordPress.org 7 * Author URI: http://wordpress.org/ 8 * License: GPLv2 or later 5 9 */ 6 10 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-slack-integrations/wporg-gp-slack-integrations.php
r2265 r2275 1 1 <?php 2 2 /** 3 * Plugin name: GlotPress: Slack integrations for translate.wordpress.org. 4 * Plugin author: dd32, ocean90 3 * Plugin name: GlotPress: Slack Integrations 4 * Description: Provides Slack integrations like logging translation warnings for translate.wordpress.org. 5 * Version: 1.0 6 * Author: WordPress.org 7 * Author URI: http://wordpress.org/ 8 * License: GPLv2 or later 5 9 */ 6 10
Note: See TracChangeset
for help on using the changeset viewer.