Making WordPress.org


Ignore:
Timestamp:
12/20/2013 08:38:50 AM (12 years ago)
Author:
nacin
Message:

Open source the rest of the release files for the credits API.

These were done as sucessive copies to make a pretty (and interesting) diff.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/core/credits/wp-37.php

    r160 r161  
    11<?php
    22
    3 class WP_32_Credits extends WP_Credits {
     3class WP_37_Credits extends WP_Credits {
    44
    55    function groups() {
    6         return array(
     6        $groups = array(
    77            'project-leaders' => array(
    88                'name'    => 'Project Leaders',
     
    1313                    'markjaquith' => array( 'Mark Jaquith',   'Lead Developer', '097a87a525e317519b5ee124820012fb' ),
    1414                    'matt'        => array( 'Matt Mullenweg', 'Cofounder, Project Lead' ),
     15                    'nacin'       => array( 'Andrew Nacin',   'Lead Developer'          ),
    1516                    'azaozz'      => array( 'Andrew Ozz',     'Lead Developer'          ),
    16                     'jenmylo'     => array( 'Jen Mylo',       'User Experience Lead'    ),
    1717                    'westi'       => array( 'Peter Westwood', 'Lead Developer'          ),
    1818                ),
    1919            ),
    20             'extended-core-team' => array(
    21                 'name'    => 'Extended Core Team',
     20            'core-developers' => array(
     21                'name'    => 'Contributing Developers',
    2222                'type'    => 'titles',
    2323                'shuffle' => true,
    2424                'data'    => array(
    25                     'nacin'         => array( 'Andrew Nacin',      'Core Committer'       ),
    26                     'koop'          => array( 'Daryl Koopersmith', 'Guest Committer'      ),
    27                     'dd32'          => array( 'Dion Hulse',        'Core Committer'       ),
    28                     'josephscott'   => array( 'Joseph Scott',      'XML-RPC'              ),
    29                     'iammattthomas' => array( 'Matt Thomas',       'Designer'             ),
    30                     'nbachiyski'    => array( 'Nikolay Bachiyski', 'Internationalization' ),
     25                    'dd32'        => array( 'Dion Hulse',        'Core Developer'  ),
     26                    'koop'        => array( 'Daryl Koopersmith', 'Core Developer'  ),
     27                    'duck_'       => array( 'Jon Cave',          'Core Developer' ),
     28                ),
     29            ),
     30            'contributing-developers' => array(
     31                'name'    => false,
     32                'type'    => 'titles',
     33                'shuffle' => true,
     34                'data'    => array(
     35                    'ocean90'        => 'Dominik Schilling',
     36                    'SergeyBiryukov' => 'Sergey Biryukov',
     37                    'helen'          => 'Helen Hou-Sandi',
     38                    'wonderboymusic' => array( 'Scott Taylor',    '0e9fc8ea22885ed718ee37d31dcffb8c' ),
     39                    'johnbillion'    => array( 'John Blackbourn', '0000ba6dd1b089e1746abbfe6281ee3b' ),
     40                    'DrewAPicture'   => 'Drew Jaynes',
    3141                ),
    3242            ),
     
    3646                'shuffle' => true,
    3747                'data'    => array(
    38                     'duck_'         => array( 'Jon Cave',            'Developer'     ),
    39                     'scribu'        => array( 'Cristi Burc&#259;',   'Developer'     ),
    40                     'ocean90'       => array( 'Dominik Schilling',   'Developer'     ),
    41                     'iandstewart'   => array( 'Ian Stewart',         'Twenty Eleven' ),
    42                     'lancewillett'  => array( 'Lance Willett',       'Twenty Eleven' ),
    43                     'matveb'        => array( 'Mat&#237;as Ventura', 'Twenty Eleven' ),
    44                     'aaroncampbell' => array( 'Aaron Campbell',      'Developer'     ),
    45                     'EmpireOfLight' => array( 'Ben Dunkle',          'Icon Design'   ),
    46                     'xknown'        => array( 'Alex Concha',         'Developer'     ),
     48                    'jeremyfelt' => 'Jeremy Felt',
     49                    'c3mdigital' => 'Chris Olbekson',
     50                    'kpdesign'   => 'Kim Parsell',
    4751                ),
    4852            ),
    4953        );
     54        return $groups;
    5055    }
    5156
     57    // As of final release, r25892.
    5258    function props() {
    5359        return array(
    5460            'aaroncampbell',
    55             'aldenta',
    56             'ampt',
    57             'andrewryno',
    58             'andy',
    59             'batmoo',
    60             'benbalter',
    61             'BenChapman',
    62             'bi0xid',
    63             'blepoxp',
    64             'bluntelk',
    65             'boonebgorges',
    66             'brandonburke',
    67             'Caspie',
    68             'cfinke',
    69             'CharlesClarkson',
    70             'chexee',
    71             'cnorris23',
     61            'aaronholbrook',
     62            'adamsilverstein',
     63            'aeg0125',
     64            'ahoereth',
     65            'alex-ye',
     66            'andg',
     67            'andreasnrb',
     68            'andrewspittle',
     69            'askapache',
     70            'atimmer',
     71            'azaozz',
     72            'bananastalktome',
     73            'barry',
     74            'beaulebens',
     75            'benmoody',
     76            'betzster',
     77            'bftrick',
     78            'bhengh',
     79            'bmb',
     80            'bpetty',
     81            'brianhogg',
     82            'buffler',
     83            'butuzov',
     84            'c3mdigital',
     85            'cais',
     86            'calin', // 3.7.1
     87            'carldanley',
     88            'celloexpressions',
     89            'charlesclarkson',
     90            'chipbennett',
     91            'chouby',
     92            'chrisbliss18', // 3.7.1
     93            'chrisrudzki',
     94            'cimmo',
     95            'coenjacobs',
    7296            'coffee2code',
    73             'cyberhobo',
    74             'daniloercoli',
    75             'dcowgill',
    76             'demetris',
    77             'devinreams',
    78             'DH-Shredder',
     97            'convissor',
     98            'creativeinfusion',
     99            'crrobi01',
     100            'csixty4',
     101            'daankortenbach',
     102            'danielbachhuber',
     103            'dartiss',
     104            'davidjlaietta',
     105            'dd32',
     106            'desroj',
     107            'desrosj',
     108            'devesine',
     109            'dh-shredder',
    79110            'dimadin',
    80111            'dllh',
    81             'dougwrites',
    82             'dvwallin',
     112            'dpash',
     113            'drewapicture',
     114            'drprotocols',
     115            'duck_',
     116            'dustyf',
     117            'dzver',
     118            'enej',
     119            'ericlewis',
    83120            'ericmann',
    84             'fabifott',
    85             'filosofo',
    86             'frumph',
     121            'evansolomon',
     122            'faishal',
     123            'faison',
     124            'fjarrett',
     125            'foofy',
     126            'frank-klein',
    87127            'garyc40',
    88             'greenshady',
     128            'garyj', // 3.7.1
     129            'gayadesign',
     130            'gcorne',
     131            'georgestephanis',
     132            'gizburdt',
     133            'goldenapples',
     134            'gradyetc',
    89135            'greuben',
    90             'guyn',
    91136            'hakre',
    92             'hebbet',
    93137            'helen',
    94             'hew',
    95             'holizz',
    96             'jacobwg',
    97             'Jayjdk',
    98             'JDTrower',
    99             'jfarthing84',
     138            'hotchkissconsulting',
     139            'iamfriendly',
     140            'iandunn',
     141            'ipstenu',
     142            'iworks',
     143            'jakubtyrcha',
     144            'jamescollins',
     145            'jayjdk',
     146            'jchristopher',
     147            'jdgrimes',
     148            'jenmylo',
     149            'jeremyfelt',
    100150            'jkudish',
    101             'joelhardi',
     151            'joehoyle',
     152            'johnafish',
    102153            'johnbillion',
    103154            'johnjamesjacoby',
    104             'johnonolan',
     155            'johnnyb',
     156            'johnpbloch',
     157            'jond3r',
     158            'jonlynch',
    105159            'joostdevalk',
    106160            'jorbin',
    107             'jtsternberg',
    108             'kawauso',
    109             'kevinB',
    110             'knutsp',
    111             'koke',
     161            'josephscott',
     162            'justinsainton',
     163            'kadamwhite',
     164            'ketwaroo',
     165            'kevinb',
     166            'kitchin',
     167            'koop',
    112168            'kovshenin',
    113             'ldebrouwer',
    114             'linuxologos',
    115             'lloydbudd',
    116             'marcis20',
     169            'kpdesign',
     170            'kraftbj',
     171            'kurtpayne',
     172            'lancewillett',
     173            'layotte',
     174            'leewillis77',
     175            'lessbloat',
     176            'lgedeon',
     177            'lucp', // 3.7.1
     178            'marco_teethgrinder',
     179            'markjaquith',
    117180            'markmcwilliams',
    118             'MattyRob',
    119             'mcepl',
    120             'mdawaffe',
    121             'mfields',
    122             'MichaelH',
    123             'michaeltyson',
    124             'mintindeed',
     181            'markoheijnen',
     182            'melchoyce',
     183            'mikehansenme',
     184            'mikeschinkel',
    125185            'miqrogroove',
    126186            'mitchoyoshitaka',
    127             'mrroundhill',
    128             'natecook',
     187            'miyauchi',
     188            'mordauk',
     189            'nacin',
     190            'nao',
     191            'naomicbush',
     192            'natejacobs',
    129193            'nathanrice',
     194            'nbachiyski',
     195            'neoxx',
     196            'netweb',
    130197            'niallkennedy',
    131             'nickbohle',
    132             'nprasath002',
    133             'nuxwin',
    134             'Otto42',
     198            'nickdaugherty',
     199            'nickmomrik',
     200            'nikv',
     201            'noahsilverstein',
     202            'nofearinc',
     203            'norcross',
     204            'nukaga',
     205            'nullvariable',
     206            'obenland',
     207            'ocean90',
     208            'paolal',
     209            'pauldewouters',
    135210            'pavelevap',
    136             'peaceablewhale',
    137             'PeteMall',
     211            'pbiron',
     212            'pento',
     213            'peterjaap',
     214            'philiparthurmoore',
     215            'plocha',
     216            'pollett',
    138217            'pross',
    139218            'ptahdunbar',
    140             'Rahe',
     219            'r3df',
    141220            'ramiy',
    142221            'rasheed',
    143             'rosshanney',
    144             'ryanimel',
    145             'saracannon',
    146             'SidHarrell',
    147             'sbressler',
    148             'SergeyBiryukov',
    149             'shakenstirred',
    150             'sivel',
     222            'raybernard',
     223            'rboren',
     224            'rdall',
     225            'rfair404',
     226            'rmccue',
     227            'rmmcue',
     228            'rodrigosprimo',
     229            'rpattillo',
     230            'ryan',
     231            'rzen',
     232            'sabreuse',
     233            'scottsweb',
     234            'scribu',
     235            'scruffian',
     236            'sergeybiryukov',
     237            'shinichin',
     238            'sillybean',
     239            'simonwheatley',
     240            'siobhan',
     241            'siobhyb',
     242            'sirzooro',
    151243            'solarissmoke',
    152244            'sorich87',
    153             'szadok',
     245            'stephenharris',
     246            'strangerstudios',
     247            'sweetie089',
     248            'swissspidy',
    154249            'technosailor',
    155250            'tenpura',
    156             'tetele',
    157             'tfnab',
    158             'tigertech',
     251            'tivnet',
     252            'tlovett1',
     253            'tmtoy',
     254            'tobiasbg',
     255            'tomauger',
     256            'toscho',
    159257            'trepmal',
    160             'Utkarsh',
    161             'vanillalounge',
    162             'valentinas',
    163             'webduo',
     258            'tw2113',
     259            'usermrpapa',
     260            'vericgar',
     261            'vinod-dalvi',
     262            'viper007bond',
     263            'webord',
     264            'westonruter',
     265            'wikicms',
     266            'willnorris',
     267            'wojtekszkutnik',
     268            'wonderboymusic',
    164269            'wpmuguru',
    165             'xibe',
    166             'xknown',
     270            'wpsmith',
     271            'wycks',
     272            'xparham',
    167273            'yoavf',
    168             'zeo',
    169             'ziofix',
     274            'yurivictor',
    170275        );
    171276    }
     
    173278    function external_libraries() {
    174279        return array(
     280            array( 'Backbone.js', 'http://backbonejs.org/' ),
    175281            array( 'Class POP3', 'http://squirrelmail.org/' ),
    176282            array( 'Color Animations', 'http://plugins.jquery.com/project/color' ),
     
    179285            array( 'hoverIntent', 'http://plugins.jquery.com/project/hoverIntent' ),
    180286            array( 'imgAreaSelect', 'http://odyniec.net/projects/imgareaselect/' ),
     287            array( 'Iris', 'https://github.com/Automattic/Iris' ),
    181288            array( 'jQuery', 'http://jquery.com/' ),
    182289            array( 'jQuery UI', 'http://jqueryui.com/' ),
    183290            array( 'jQuery Hotkeys', 'https://github.com/tzuryby/jquery.hotkeys' ),
     291            array( 'jQuery Masonry', 'http://masonry.desandro.com/' ),
    184292            array( 'jQuery serializeObject', 'http://benalman.com/projects/jquery-misc-plugins/' ),
    185293            array( 'jQuery.query', 'http://plugins.jquery.com/project/query-object' ),
    186294    //      array( 'jquery.schedule', 'http://' ),
    187295            array( 'jQuery.suggest', 'http://plugins.jquery.com/project/suggest' ),
     296            array( 'jQuery UI Touch Punch', 'http://touchpunch.furf.com/' ),
    188297            array( 'json2', 'https://github.com/douglascrockford/JSON-js' ),
     298            array( 'MediaElement.js', 'http://mediaelementjs.com/' ),
    189299            array( 'PclZip', 'http://www.phpconcept.net/pclzip/' ),
    190300            array( 'PemFTP', 'http://www.phpclasses.org/browse/package/1743.html' ),
    191301            array( 'phpass', 'http://www.openwall.com/phpass/' ),
    192302            array( 'PHPMailer', 'http://code.google.com/a/apache-extras.org/p/phpmailer/' ),
     303            array( 'Plupload', 'http://www.plupload.com/' ),
    193304            array( 'SimplePie', 'http://simplepie.org/' ),
    194             array( 'SWFObject', 'http://code.google.com/p/swfobject/' ),
    195             array( 'SWFUpload', 'http://www.swfupload.org/' ),
    196305            array( 'The Incutio XML-RPC Library', 'http://scripts.incutio.com/xmlrpc/' ),
    197306            array( 'Thickbox', 'http://jquery.com/demo/thickbox/' ),
    198307            array( 'TinyMCE', 'http://www.tinymce.com/' ),
     308            array( 'Underscore.js', 'http://underscorejs.org/' ),
     309            array( 'zxcvbn', 'https://github.com/lowe/zxcvbn' ),
    199310        );
    200311    }
    201 
    202312}
Note: See TracChangeset for help on using the changeset viewer.