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-33.php

    r160 r161  
    11<?php
    22
    3 class WP_32_Credits extends WP_Credits {
     3class WP_33_Credits extends WP_Credits {
    44
    55    function groups() {
    6         return array(
     6        $groups = array(
    77            'project-leaders' => array(
    88                'name'    => 'Project Leaders',
     
    1818                ),
    1919            ),
    20             'extended-core-team' => array(
    21                 'name'    => 'Extended Core Team',
    22                 'type'    => 'titles',
    23                 'shuffle' => true,
    24                 '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' ),
     20            'core-developers' => array(
     21                'name'    => 'Core Developers',
     22                'type'    => 'titles',
     23                'shuffle' => true,
     24                'data'    => array(
     25                    'nacin'       => array( 'Andrew Nacin',      'Core Developer'  ),
     26                    'dd32'        => array( 'Dion Hulse',        'Core Developer'  ),
     27                    'koop'        => array( 'Daryl Koopersmith', 'Core Developer'  ),
     28                    'duck_'       => array( 'Jon Cave',          'Guest Committer' ),
     29                ),
     30            ),
     31            'contributing-developers' => array(
     32                'name'    => 'Contributing Developers',
     33                'type'    => 'titles',
     34                'shuffle' => true,
     35                'data'    => array(
     36                    'scribu'         => 'Cristi Burc&#259;',
     37                    'ocean90'        => 'Dominik Schilling',
     38                    'SergeyBiryukov' => 'Sergey Biryukov',
    3139                ),
    3240            ),
     
    3644                'shuffle' => true,
    3745                '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'     ),
    47                 ),
    48             ),
     46                    'helen'       => 'Helen Hou-Sandi',
     47                    'chexee'      => 'Chelsea Otakan',
     48                    'johnbillion' => array( 'John Blackbourn', '0000ba6dd1b089e1746abbfe6281ee3b' ),
     49                ),
     50            ),     
    4951        );
     52        return $groups;
    5053    }
    5154
     55    // As of [19669], 3.3.1.
    5256    function props() {
    5357        return array(
    5458            'aaroncampbell',
    55             'aldenta',
     59            'adambackstrom',
     60            'adeptris',
     61            'alexkingorg',
     62            'amereservant',
    5663            'ampt',
     64            'AndrewFrazier',
    5765            'andrewryno',
    5866            'andy',
     67            'ansimation',
     68            'arena',
    5969            'batmoo',
    6070            'benbalter',
    61             'BenChapman',
    62             'bi0xid',
    63             'blepoxp',
    64             'bluntelk',
    65             'boonebgorges',
    66             'brandonburke',
     71            'brandondove',
     72            'carlospaulino',
    6773            'Caspie',
    68             'cfinke',
    69             'CharlesClarkson',
     74            'cebradesign',
     75            'cgrymala',
    7076            'chexee',
    71             'cnorris23',
     77            'chipbennett',
     78            'chrisbliss18',
     79            'CoenJacobs',
    7280            'coffee2code',
    7381            'cyberhobo',
    74             'daniloercoli',
     82            'DaMsT', // props missed by committer
     83            'danielbachhuber',
     84            'davecpage',
    7585            'dcowgill',
     86            'deltafactory',
    7687            'demetris',
     88            'designsimply',
    7789            'devinreams',
     90            'dgwyer',
    7891            'DH-Shredder',
    7992            'dimadin',
    8093            'dllh',
    8194            'dougwrites',
    82             'dvwallin',
     95            'dragoonis',
     96            'DrewAPicture',
     97            'eduplessis',
     98            'eightamrock',
     99            'ejdanderson',
     100            'eko-fr',
     101            'Elpie',
     102            'elyobo',
     103            'empireoflight',
    83104            'ericmann',
    84             'fabifott',
     105            'ethitter',
     106            'evansolomon',
     107            'exell.christopher',
    85108            'filosofo',
    86             'frumph',
     109            'fonglh',
    87110            'garyc40',
    88             'greenshady',
    89             'greuben',
    90             'guyn',
     111            'GaryJ',
     112            'georgestephanis',
     113            'gluten',
     114            'goldenapples',
     115            'goto10',
    91116            'hakre',
    92             'hebbet',
    93             'helen',
    94             'hew',
    95             'holizz',
     117            'helenyhou',
     118            'iammattthomas',
     119            'iandstewart',
     120            'Ipstenu',
    96121            'jacobwg',
     122            'jakemgold',
     123            'jakub.tyrcha',
     124            'jamescollins',
    97125            'Jayjdk',
    98             'JDTrower',
    99             'jfarthing84',
    100             'jkudish',
    101             'joelhardi',
     126            'jeremyclarke',
     127            'jgadbois',
     128            'Jick',
     129            'joehoyle',
    102130            'johnbillion',
    103131            'johnjamesjacoby',
    104132            'johnonolan',
    105             'joostdevalk',
     133            'johnpbloch',
    106134            'jorbin',
    107             'jtsternberg',
     135            'josephscott',
     136            'jtclarke',
     137            'justindgivens',
     138            'JustinSainton',
    108139            'kawauso',
    109140            'kevinB',
    110             'knutsp',
     141            'kitchin',
    111142            'koke',
    112143            'kovshenin',
     144            'kurtpayne',
     145            'l3rady',
     146            'lancewillett',
     147            'Latz',
    113148            'ldebrouwer',
    114149            'linuxologos',
    115150            'lloydbudd',
    116             'marcis20',
     151            'logiclord',
     152            'lordandrei',
     153            'lukeschlather',
     154            'lumination',
     155            'madjax',
     156            'mako09',
     157            'MarcusPope',
     158            'mark-k',
    117159            'markmcwilliams',
     160            'markoheijnen',
     161            'masonjames',
     162            'mattwiebe',
    118163            'MattyRob',
    119             'mcepl',
     164            'matveb',
     165            'mau',
     166            'mbijon',
    120167            'mdawaffe',
     168            'merty',
    121169            'mfields',
    122             'MichaelH',
    123             'michaeltyson',
    124             'mintindeed',
     170            'mhauan',
    125171            'miqrogroove',
    126172            'mitchoyoshitaka',
    127             'mrroundhill',
    128             'natecook',
    129             'nathanrice',
    130             'niallkennedy',
    131             'nickbohle',
    132             'nprasath002',
    133             'nuxwin',
    134             'Otto42',
     173            'mrtorrent',
     174            'Nao',
     175            'natebedortha',
     176            'nbachiyski', // commit
     177            'ocean90',
     178            'olivM',
     179            'olleicua',
     180            'otto42',
     181            'pagesimplify',
     182            'paulhastings0',
    135183            'pavelevap',
    136             'peaceablewhale',
    137184            'PeteMall',
    138             'pross',
     185            'peterwilsoncc',
     186            'ppaire',
    139187            'ptahdunbar',
    140             'Rahe',
     188            'r-a-y',
    141189            'ramiy',
    142190            'rasheed',
    143191            'rosshanney',
     192            'ruslany',
     193            'ryanhellyer',
    144194            'ryanimel',
    145195            'saracannon',
    146             'SidHarrell',
    147196            'sbressler',
     197            'scottbasgaard',
     198            'scottconnerly',
     199            'scribu',
    148200            'SergeyBiryukov',
    149             'shakenstirred',
    150             'sivel',
     201            'settle',
     202            'sillybean',
     203            'Simek',
     204            'simonwheatley',
     205            'sirzooro',
    151206            'solarissmoke',
    152207            'sorich87',
    153             'szadok',
    154             'technosailor',
     208            'tech163',
    155209            'tenpura',
    156             'tetele',
    157210            'tfnab',
    158             'tigertech',
     211            'TheDeadMedic',
     212            'tmoorewp',
     213            'TomAuger',
    159214            'trepmal',
    160             'Utkarsh',
     215            'usermrpapa',
     216            'valendesigns',
    161217            'vanillalounge',
    162             'valentinas',
    163             'webduo',
     218            'vegasgeek',
     219            'Viper007Bond',
     220            'vnsavage',
     221            'wonderboymusic',
    164222            'wpmuguru',
    165             'xibe',
     223            'wpweaver',
     224            'WraithKenny', // props missed by committer
    166225            'xknown',
    167226            'yoavf',
     227            'yuraz',
    168228            'zeo',
    169             'ziofix',
    170229        );
    171230    }
     
    191250            array( 'phpass', 'http://www.openwall.com/phpass/' ),
    192251            array( 'PHPMailer', 'http://code.google.com/a/apache-extras.org/p/phpmailer/' ),
     252            array( 'Plupload', 'http://www.plupload.com/' ),
    193253            array( 'SimplePie', 'http://simplepie.org/' ),
    194             array( 'SWFObject', 'http://code.google.com/p/swfobject/' ),
    195             array( 'SWFUpload', 'http://www.swfupload.org/' ),
    196254            array( 'The Incutio XML-RPC Library', 'http://scripts.incutio.com/xmlrpc/' ),
    197255            array( 'Thickbox', 'http://jquery.com/demo/thickbox/' ),
Note: See TracChangeset for help on using the changeset viewer.