Changeset 11371 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-trac-watcher/trac-watch.php
- Timestamp:
- 12/15/2021 02:47:05 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-trac-watcher/trac-watch.php
r11362 r11371 3 3 /** 4 4 * Plugin Name: WordPress.org Trac & SVN Watcher. 5 * Description: This plugin imports Trac activity & SVN activity into WordPress.org databases. Trac actions for Profiles, and SVN activity for reporting, profiles, and make.w.org/* reporting. 6 * Version: 1.0 7 * Author: Dion Hulse 5 8 */ 6 9 … … 60 63 KEY `category` (`category`), 61 64 KEY `username` (`username`) 62 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;"; 65 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;"; // UTF8, but treated as latin1, due to historical profiles reasons. 63 66 64 67 $revisions_table = "CREATE TABLE IF NOT EXISTS `%s` ( … … 86 89 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;"; 87 90 88 return; // TODO89 91 foreach ( SVN\get_svns() as $prefix => $info ) { 90 92 $wpdb->query( sprintf( $trac_table, 'trac_' . $prefix ) );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)