- Timestamp:
- 12/20/2013 08:38:50 AM (12 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/core/credits/wp-38.php
r160 r161 1 1 <?php 2 2 3 class WP_3 2_Credits extends WP_Credits {3 class WP_38_Credits extends WP_Credits { 4 4 5 5 function groups() { 6 returnarray(6 $groups = array( 7 7 'project-leaders' => array( 8 8 'name' => 'Project Leaders', … … 13 13 'markjaquith' => array( 'Mark Jaquith', 'Lead Developer', '097a87a525e317519b5ee124820012fb' ), 14 14 'matt' => array( 'Matt Mullenweg', 'Cofounder, Project Lead' ), 15 'nacin' => array( 'Andrew Nacin', 'Lead Developer' ), 15 16 'azaozz' => array( 'Andrew Ozz', 'Lead Developer' ), 16 'jenmylo' => array( 'Jen Mylo', 'User Experience Lead' ),17 17 'westi' => array( 'Peter Westwood', 'Lead Developer' ), 18 18 ), 19 19 ), 20 ' extended-core-team' => array(21 'name' => ' Extended Core Team',20 'core-developers' => array( 21 'name' => 'Contributing Developers', 22 22 'type' => 'titles', 23 23 'shuffle' => true, 24 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' ), 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', 41 'iammattthomas' => 'Matt Thomas', 42 'lancewillett' => 'Lance Willett', 43 'Otto42' => 'Samuel Wood', 31 44 ), 32 45 ), 33 46 'recent-rockstars' => array( 34 'name' => 'Recent Rockstars',47 'name' => false, 35 48 'type' => 'titles', 36 49 'shuffle' => true, 37 50 'data' => array( 38 'duck_' => array( 'Jon Cave', 'Developer' ), 39 'scribu' => array( 'Cristi Burcă', '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ías Ventura', 'Twenty Eleven' ), 44 'aaroncampbell' => array( 'Aaron Campbell', 'Developer' ), 45 'EmpireOfLight' => array( 'Ben Dunkle', 'Icon Design' ), 46 'xknown' => array( 'Alex Concha', 'Developer' ), 51 'apeatling' => 'Andy Peatling', 52 'dbernar1' => 'Dan Bernardic', 53 'drw158' => 'Dave Whitley', 54 'EmpireOfLight' => 'Ben Dunkle', 55 'isaackeyet' => 'Isaac Keyet', 56 'Joen' => 'Joen Asmussen', 57 'kraftbj' => 'Brandon Kraft', 58 'lessbloat' => 'Dave Martin', 59 'littlethingsstudio' => 'Kate Whitley', 60 'matveb' => 'Matías Ventura', 61 'melchoyce' => 'Mel Choyce', 62 'mitchoyoshitaka' => 'Michael Erlewine', 63 'ryelle' => 'Kelly Dwan', 64 'shaunandrews' => 'Shaun Andrews', 65 'tillkruess' => 'Till Krüss', 66 'jorbin' => 'Aaron Jorbin', 67 'kadamwhite' => 'K. Adam White', 68 'yoavf' => 'Yoav Farhi', 69 'celloexpressions' => 'Nick Halsey', 70 'iamtakashi' => 'Takashi Irie', 71 'obenland' => 'Konstantin Obenland', 47 72 ), 48 73 ), 49 74 ); 75 return $groups; 50 76 } 51 77 78 // As of final release, r25914 to r26862 52 79 function props() { 53 80 return array( 54 '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', 81 'aaronholbrook', 82 'adamsilverstein', 83 'admiralthrawn', 84 'ahoereth', 85 'andypeatling', 86 'ankitgadertcampcom', 87 'apeatling', 88 'aralbald', 89 'atimmer', 90 'aubreypwd', 91 'azaozz', 92 'bamadesigner', 93 'bananastalktome', 94 'bassgang', 95 'binarymoon', 96 'bpetty', 97 'bradyvercher', 98 'buffler', // 2014 pre-3.8 99 'cainm', 100 'calin', 101 'carldanley', 102 'caspie', 103 'celloexpressions', 104 'chellycat', 105 'chrisbliss18', 106 'codebykat', 72 107 'coffee2code', 73 'cyberhobo', 74 'daniloercoli', 75 'dcowgill', 76 'demetris', 77 'devinreams', 78 'DH-Shredder', 108 'corphi', 109 'danieldudzic', 110 'datafeedrcom', 111 'dbernar1', 112 'dd32', 113 'defries', 114 'designsimply', 115 'devesine', 116 'dh-shredder', 79 117 'dimadin', 80 'dllh', 81 'dougwrites', 82 'dvwallin', 118 'dougwollison', 119 'drewapicture', 120 'drozdz', 121 'drw158', 122 'duck_', 123 'dziudek', 124 'empireoflight', 125 'ericlewis', 83 126 'ericmann', 84 'fabifott', 85 'filosofo', 86 'frumph', 87 'garyc40', 88 'greenshady', 89 'greuben', 90 'guyn', 91 'hakre', 92 'hebbet', 127 'ethitter', 128 'evansolomon', 129 'faison', 130 'fliespl', 131 'frank-klein', 132 'garyj', 133 'georgestephanis', 134 'gnarf37', 135 'gradyetc', 136 'grapplerulrich', 137 'hanni', 93 138 'helen', 94 'hew', 95 'holizz', 96 'jacobwg', 97 'Jayjdk', 98 'JDTrower', 99 'jfarthing84', 100 'jkudish', 101 'joelhardi', 139 'iammattthomas', 140 'iamtakashi', 141 'iandunn', 142 'iblamefish', 143 'ipstenu', 144 'isaackeyet', 145 'jacklenox', 146 'janhenckens', 147 'jartes', 148 'jayjdk', 149 'jblz', 150 'jdgrimes', 151 'jeffr0', 152 'jeherve', // 2014 pre-3.8 153 'jenmylo', 154 'jeremyfelt', 155 'jhned', 156 'jim912', 157 'joedolson', // 2014 pre-3.8 158 'joen', 159 'johnafish', 102 160 'johnbillion', 103 161 'johnjamesjacoby', 104 'johnonolan',105 162 'joostdevalk', 106 163 'jorbin', 107 'j tsternberg',108 ' kawauso',109 ' kevinB',110 'k nutsp',111 'kok e',164 'joshuaabenazer', 165 'jpry', 166 'justinsainton', 167 'kadamwhite', 168 'koki4a', 112 169 'kovshenin', 113 'ldebrouwer', 114 'linuxologos', 115 'lloydbudd', 116 'marcis20', 170 'kpdesign', 171 'kraftbj', 172 'kwight', 173 'l10n', 174 'lancewillett', 175 'latz', 176 'leewillis77', 177 'lessbloat', 178 'lite3', 179 'littlethingsstudio', 180 'lucp', 181 'mako09', 182 'markjaquith', 117 183 'markmcwilliams', 118 'MattyRob', 119 'mcepl', 120 'mdawaffe', 121 'mfields', 122 'MichaelH', 123 'michaeltyson', 124 'mintindeed', 125 'miqrogroove', 184 'markoheijnen', 185 'matt', 186 'mattheu', 187 'mattwiebe', 188 'matveb', 189 'mauryaratan', 190 'mdbitz', 191 'mbmufffin', // 2014 pre-3.8 192 'megane9988', 193 'melchoyce', 194 'micahwave', 195 'michelwppi', 196 'mikehansenme', 197 'mikelittle', 126 198 'mitchoyoshitaka', 127 'mrroundhill', 128 'natecook', 129 'nathanrice', 130 'niallkennedy', 131 'nickbohle', 132 'nprasath002', 133 'nuxwin', 134 'Otto42', 199 'miyauchi', 200 'morganestes', 201 'mt8biz', 202 'nacin', 203 'nao', 204 'nbachiyski', 205 'neil_pie', 206 'netweb', 207 'nickdaugherty', 208 'ninio', 209 'ninnypants', 210 'nofearinc', 211 'nukaga', 212 'nvwd', 213 'obenland', 214 'ocean90', 215 'odysseygate', 216 'originalexe', 217 'otto42', 218 'ounziw', 219 'pauldewouters', 135 220 'pavelevap', 136 'peaceablewhale', 137 'PeteMall', 138 'pross', 221 'pento', 139 222 'ptahdunbar', 140 'Rahe', 141 'ramiy', 142 'rasheed', 143 'rosshanney', 144 'ryanimel', 145 'saracannon', 146 'SidHarrell', 147 'sbressler', 148 'SergeyBiryukov', 149 'shakenstirred', 150 'sivel', 223 'raamdev', 224 'rachelbaker', 225 'radices', 226 'rdall', 227 'rickalee', 228 'rodrigosprimo', 229 'ryan', 230 'ryelle', 231 'rzen', 232 'sabreuse', // 2014 pre-3.8 233 'sanchothefat', 234 'sboisvert', 235 'scottbasgaard', 236 'scribu', 237 'seanchayes', 238 'sergeybiryukov', 239 'shaunandrews', 240 'shinichin', 241 'simonwheatley', 242 'siobhan', 243 'siobhyb', 244 'sirbrillig', 245 'sixhours', 151 246 'solarissmoke', 152 'sorich87', 153 'szadok', 154 'technosailor', 155 'tenpura', 156 'tetele', 157 'tfnab', 158 'tigertech', 247 'soulseekah', 248 'stephenharris', 249 'stevenkword', 250 'swissspidy', 251 'taupecat', // 2014 pre-3.8 252 'thomasguillot', 253 'tierra', 254 'tillkruess', 255 'tivnet', 256 'tlamedia', 257 'tmtoy', 258 'tobiasbg', 259 'tollmanz', 260 'tommcfarlin', 159 261 'trepmal', 160 'Utkarsh', 161 'vanillalounge', 162 'valentinas', 163 'webduo', 164 'wpmuguru', 165 'xibe', 166 'xknown', 262 'trishasalas', // 2014 pre-3.8 263 'westi', 264 'westonruter', 265 'wet', 266 'wonderboymusic', 167 267 'yoavf', 168 ' zeo',169 'z iofix',268 'yonasy', 269 'zodiac1978', 170 270 ); 171 271 } … … 173 273 function external_libraries() { 174 274 return array( 275 array( 'Backbone.js', 'http://backbonejs.org/' ), 175 276 array( 'Class POP3', 'http://squirrelmail.org/' ), 176 277 array( 'Color Animations', 'http://plugins.jquery.com/project/color' ), … … 179 280 array( 'hoverIntent', 'http://plugins.jquery.com/project/hoverIntent' ), 180 281 array( 'imgAreaSelect', 'http://odyniec.net/projects/imgareaselect/' ), 282 array( 'Iris', 'https://github.com/Automattic/Iris' ), 181 283 array( 'jQuery', 'http://jquery.com/' ), 182 284 array( 'jQuery UI', 'http://jqueryui.com/' ), 183 285 array( 'jQuery Hotkeys', 'https://github.com/tzuryby/jquery.hotkeys' ), 286 array( 'jQuery Masonry', 'http://masonry.desandro.com/' ), 184 287 array( 'jQuery serializeObject', 'http://benalman.com/projects/jquery-misc-plugins/' ), 185 288 array( 'jQuery.query', 'http://plugins.jquery.com/project/query-object' ), 186 289 // array( 'jquery.schedule', 'http://' ), 187 290 array( 'jQuery.suggest', 'http://plugins.jquery.com/project/suggest' ), 291 array( 'jQuery UI Touch Punch', 'http://touchpunch.furf.com/' ), 188 292 array( 'json2', 'https://github.com/douglascrockford/JSON-js' ), 293 array( 'MediaElement.js', 'http://mediaelementjs.com/' ), 189 294 array( 'PclZip', 'http://www.phpconcept.net/pclzip/' ), 190 295 array( 'PemFTP', 'http://www.phpclasses.org/browse/package/1743.html' ), 191 296 array( 'phpass', 'http://www.openwall.com/phpass/' ), 192 297 array( 'PHPMailer', 'http://code.google.com/a/apache-extras.org/p/phpmailer/' ), 298 array( 'Plupload', 'http://www.plupload.com/' ), 193 299 array( 'SimplePie', 'http://simplepie.org/' ), 194 array( 'SWFObject', 'http://code.google.com/p/swfobject/' ),195 array( 'SWFUpload', 'http://www.swfupload.org/' ),196 300 array( 'The Incutio XML-RPC Library', 'http://scripts.incutio.com/xmlrpc/' ), 197 301 array( 'Thickbox', 'http://jquery.com/demo/thickbox/' ), 198 302 array( 'TinyMCE', 'http://www.tinymce.com/' ), 303 array( 'Underscore.js', 'http://underscorejs.org/' ), 304 array( 'zxcvbn', 'https://github.com/lowe/zxcvbn' ), 199 305 ); 200 306 } 201 202 307 }
Note: See TracChangeset
for help on using the changeset viewer.