Welcome to mirror list, hosted at ThFree Co, Russian Federation.

credits.rst « doc - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 861d6b2d67a422452e25748da2e2ff7ed14fc599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
.. _credits:

Credits
=======


Credits, in chronological order
+++++++++++++++++++++++++++++++

* Tobias Ratschiller <tobias\_at\_ratschiller.com>

  * creator of the phpmyadmin project

  * maintainer from 1998 to summer 2000

* Marc Delisle <marc\_at\_infomarc.info>

  * multi-language version in December 1998

  * various fixes and improvements

  * :term:`SQL` analyser (most of it)

  * current project maintainer

* Olivier Müller <om\_at\_omnis.ch>

  * started SourceForge phpMyAdmin project in March 2001

  * sync'ed different existing CVS trees with new features and bugfixes

  * multi-language improvements, dynamic language selection

  * many bugfixes and improvements

* Loïc Chapeaux <lolo\_at\_phpheaven.net>

  * rewrote and optimized javascript, DHTML and DOM stuff

  * rewrote the scripts so they fit the :term:`PEAR` coding standards and 
    generate XHTML1.0 and CSS2 compliant codes

  * improved the language detection system

  * many bugfixes and improvements

* Robin Johnson <robbat2\_at\_users.sourceforge.net>

  * database maintenance controls

  * table type code

  * Host authentication :term:`IP` Allow/Deny

  * DB-based configuration (Not completed)

  * :term:`SQL` parser and pretty-printer

  * :term:`SQL` validator

  * many bugfixes and improvements

* Armel Fauveau <armel.fauveau\_at\_globalis-ms.com>

  * bookmarks feature

  * multiple dump feature

  * gzip dump feature

  * zip dump feature

* Geert Lund <glund\_at\_silversoft.dk>

  * various fixes

  * moderator of the phpMyAdmin former users forum at phpwizard.net

* Korakot Chaovavanich <korakot\_at\_iname.com>

  * "insert as new row" feature

* Pete Kelly <webmaster\_at\_trafficg.com>

  * rewrote and fix dump code

  * bugfixes

* Steve Alberty <alberty\_at\_neptunlabs.de>

  * rewrote dump code for PHP4

  * mySQL table statistics

  * bugfixes

* Benjamin Gandon <gandon\_at\_isia.cma.fr>

  * main author of the version 2.1.0.1

  * bugfixes

* Alexander M. Turek <me\_at\_derrabus.de>

  * MySQL 4.0 / 4.1 / 5.0 compatibility

  * abstract database interface (PMA\_DBI) with MySQLi support

  * privileges administration

  * :term:`XML` exports

  * various features and fixes

  * German language file updates

* Mike Beck <mike.beck\_at\_web.de>

  * automatic joins in QBE

  * links column in printview

  * Relation view

* Michal Čihař <michal\_at\_cihar.com>

  * enhanced index creation/display feature

  * feature to use a different charset for HTML than for MySQL

  * improvements of export feature

  * various features and fixes

  * Czech language file updates

* Christophe Gesché from the "MySQL Form Generator for PHPMyAdmin"
  (http://sf.net/projects/phpmysqlformgen/)

  * suggested the patch for multiple table printviews

* Garvin Hicking <me\_at\_supergarv.de>

  * built the patch for vertical display of table rows

  * built the Javascript based Query window + :term:`SQL` history

  * Improvement of column/db comments

  * (MIME)-Transformations for columns

  * Use custom alias names for Databases in left frame

  * hierarchical/nested table display

  * :term:`PDF`-scratchboard for WYSIWYG-
    distribution of :term:`PDF` relations

  * new icon sets

  * vertical display of column properties page

  * some bugfixes, features, support, German language additions

* Yukihiro Kawada <kawada\_at\_den.fujifilm.co.jp>

  * japanese kanji encoding conversion feature

* Piotr Roszatycki <d3xter\_at\_users.sourceforge.net> and Dan Wilson

  * the Cookie authentication mode

* Axel Sander <n8falke\_at\_users.sourceforge.net>

  * table relation-links feature

* Maxime Delorme <delorme.maxime\_at\_free.fr>

  * :term:`PDF` schema output, thanks also to
    Olivier Plathey for the "FPDF" library (see <http://www.fpdf.org/>), Steven
    Wittens for the "UFPDF" library (see <http://www.acko.net/node/56>) and
    Nicola Asuni for the "TCPDF" library (see <http://www.tcpdf.org/>).

* Olof Edlund <olof.edlund\_at\_upright.se>

  * :term:`SQL` validator server

* Ivan R. Lanin <ivanlanin\_at\_users.sourceforge.net>

  * phpMyAdmin logo (until June 2004)

* Mike Cochrane <mike\_at\_graftonhall.co.nz>

  * blowfish library from the Horde project (withdrawn in release 4.0)

* Marcel Tschopp <ne0x\_at\_users.sourceforge.net>

  * mysqli support

  * many bugfixes and improvements

* Nicola Asuni (Tecnick.com)

  * TCPDF library (`http://www.tcpdf.org <http://www.tcpdf.org>`_)

* Michael Keck <mkkeck\_at\_users.sourceforge.net>

  * redesign for 2.6.0

  * phpMyAdmin sailboat logo (June 2004)

* Mathias Landhäußer

  * Representation at conferences

* Sebastian Mendel <cybot\_tm\_at\_users.sourceforge.net>

  * interface improvements

  * various bugfixes

* Ivan A Kirillov

  * new relations Designer

* Raj Kissu Rajandran (Google Summer of Code 2008)

  * BLOBstreaming support (withdrawn in release 4.0)

* Piotr Przybylski (Google Summer of Code 2008, 2010 and 2011)

  * improved setup script

  * user preferences

  * Drizzle support

* Derek Schaefer (Google Summer of Code 2009)

  * Improved the import system

* Alexander Rutkowski (Google Summer of Code 2009)

  * Tracking mechanism

* Zahra Naeem (Google Summer of Code 2009)

  * Synchronization feature (removed in release 4.0)

* Tomáš Srnka (Google Summer of Code 2009)

  * Replication support

* Muhammad Adnan (Google Summer of Code 2010)

  * Relation schema export to multiple formats

* Lori Lee (Google Summer of Code 2010)

  * User interface improvements

  * ENUM/SET editor

  * Simplified interface for export/import

* Ninad Pundalik (Google Summer of Code 2010)

  * AJAXifying the interface

* Martynas Mickevičius (Google Summer of Code 2010)

  * Charts

* Barrie Leslie

  * BLOBstreaming support with PBMS PHP extension (withdrawn in release
    4.0)

* Ankit Gupta (Google Summer of Code 2010)

  * Visual query builder

* Madhura Jayaratne (Google Summer of Code 2011)

  * OpenGIS support

* Ammar Yasir (Google Summer of Code 2011)

  * Zoom search

* Aris Feryanto (Google Summer of Code 2011)

  * Browse-mode improvements

* Thilanka Kaushalya (Google Summer of Code 2011)

  * AJAXification

* Tyron Madlener (Google Summer of Code 2011)

  * Query statistics and charts for the status page

* Zarubin Stas (Google Summer of Code 2011)

  * Automated testing

* Rouslan Placella (Google Summer of Code 2011 and 2012)

  * Improved support for Stored Routines, Triggers and Events

  * Italian translation updates

  * Removal of frames, new navigation

* Dieter Adriaenssens

  * Various bugfixes

  * Dutch translation updates

* Alex Marin (Google Summer of Code 2012)

  * New plugins and properties system

* Thilina Buddika Abeyrathna (Google Summer of Code 2012)
  
  * Refactoring

* Atul Pratap Singh  (Google Summer of Code 2012)
  
  * Refactoring

* Chanaka Indrajith (Google Summer of Code 2012)
  
  * Refactoring

* Yasitha Pandithawatta (Google Summer of Code 2012)
  
  * Automated testing

* Jim Wigginton (phpseclib.sourceforge.net)

  * phpseclib

And also to the following people who have contributed minor changes,
enhancements, bugfixes or support for a new language since version
2.1.0:

Bora Alioglu, Ricardo ?, Sven-Erik Andersen, Alessandro Astarita,
Péter Bakondy, Borges Botelho, Olivier Bussier, Neil Darlow, Mats
Engstrom, Ian Davidson, Laurent Dhima, Kristof Hamann, Thomas Kläger,
Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg,
Andreas Pauley, Bernard M. Piller, Laurent Haas, "Sakamoto", Yuval
Sarna, www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun,
Peter Svec, Michael Tacelosky, Rachim Tamsjadi, Kositer Uros, Luís V.,
Martijn W. van der Lee, Algis Vainauskas, Daniel Villanueva, Vinay,
Ignacio Vazquez-Abrams, Chee Wai, Jakub Wilk, Thomas Michael
Winningham, Vilius Zigmantas, "Manuzhai".


Translators
+++++++++++

Following people have contributed to translation of phpMyAdmin:

* Arabic 
    * Abdullah Al-Saedi <abdullah.10\_at\_windowslive.com>
* Bulgarian 
    * stoyanster <stoyanster\_at\_gmail.com>
*  Catalan
    * Xavier Navarro <xvnavarro\_at\_gmail.com>
* Czech 
    * Michal Čihař <michal\_at\_cihar.com>
* Danish 
    * opensource <opensource\_at\_jth.net>
    * Jørgen Thomsen <opensource\_at\_jth.net>
* German 
    * mrbendig <mrbendig\_at\_mrbendig.com>
    * torsten.funck <torsten.funck\_at\_googlemail.com>
    * Sven Strickroth <email\_at\_cs-ware.de>
    * typo3 <typo3\_at\_dirk-weise.de>
    * Jo Michael <me\_at\_mynetx.net>
* Greek 
    * Panagiotis Papazoglou <papaz_p\_at\_yahoo.com>
* English (United Kingdom)
    * Robert Readman <robert_readman\_at\_hotmail.com>
* Spanish
    * Matías Bellone <matiasbellone\_at\_gmail.com>
* French 
    * Marc Delisle <marc\_at\_infomarc.info>
* Hindi 
    * u4663530 <u4663530\_at\_anu.edu.au>
    * rsedwardian <rsedwardian\_at\_gmail.com>
* Hungarian 
    * gergo314 <gergo314\_at\_gmail.com>
* Italian 
    * Rouslan Placella <rouslan\_at\_placella.com>
* Japanese 
    * Yuichiro <yuichiro\_at\_pop07.odn.ne.jp>
* Lithuanian 
    * Kęstutis <forkik\_at\_gmail.com>
* Norwegian Bokmål
    * sven.erik.andersen <sven.erik.andersen\_at\_gmail.com>
* Dutch 
    * Dieter Adriaenssens <ruleant\_at\_users.sourceforge.net>
    * Herman van Rink <rink\_at\_initfour.nl>
* Polish 
    * Stanisław Krukowski <stankruk\_at\_neostrada.pl>
    * Marcin Kozioł <lord_dark\_at\_wp.pl>
* Portuguese
    * JoaoTMDias <contacto\_at\_joaodias.me>
* Portuguese (Brazil) 
    * wiltave <wiltave\_at\_gmail.com>
    * emerson4br <emerson4br\_at\_gmail.com>
* Romanian 
    * alexukf <alex.ukf\_at\_gmail.com>
* Russian 
    * Victor Volkov <hanut\_at\_php-myadmin.ru>
* Sinhala 
    * Madhura Jayaratne <madhura.cj\_at\_gmail.com>
* Slovak 
    * Martin Lacina <martin\_at\_whistler.sk>
* Slovenian 
    * Domen <dbc334\_at\_gmail.com>
* Swedish
    * stefan <stefan\_at\_inkopsforum.se>
* Tamil 
    * ysajeepan <ysajeepan\_at\_live.com>
* Telugu 
    * veeven <veeven\_at\_gmail.com>
* Thai 
    * kanitchet <kanichet\_at\_hotmail.com>
* Turkish
    * Burak Yavuz <hitowerdigit\_at\_hotmail.com>
* Uighur 
    * gheni <gheni\_at\_yahoo.cn>
* Ukrainian 
    * typim <duke3d\_at\_ukr.net>
    * oleg-ilnytskyi <ukraine.oleg\_at\_gmail.com>
* Urdu 
    * Mehbooob Khan <mehboobbugti\_at\_gmail.com>
* Simplified Chinese
    * shanyan baishui <Siramizu\_at\_gmail.com>
* Traditional Chinese
    * star <star\_at\_origin.club.tw>

Documentation translators
+++++++++++++++++++++++++

Following people have contributed to translation of phpMyAdmin documentation:

* Czech 
    * Michal Čihař <michal\_at\_cihar.com>
* Greek 
    * Panagiotis Papazoglou <papaz_p\_at\_yahoo.com>
* English (United Kingdom) 
    * Robert Readman <robert_readman\_at\_hotmail.com>
* French 
    * Cédric Corazza <cedric.corazza\_at\_wanadoo.fr>
* Japanese 
    * Yuichiro Takahashi <yuichiro\_at\_pop07.odn.ne.jp>
* Polish 
    * Stanisław Krukowski <stankruk\_at\_neostrada.pl>
* Portuguese (Brazil) 
    * mjaning <mjaning\_at\_gmail.com>
* Slovenian 
    * Domen <dbc334\_at\_gmail.com>

Original Credits of Version 2.1.0
+++++++++++++++++++++++++++++++++

This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his
idea to create a web-based interface to MySQL using PHP3. Although I
have not used any of his source-code, there are some concepts I've
borrowed from him. phpMyAdmin was created because Peter told me he
wasn't going to further develop his (great) tool.

Thanks go to

* Amalesh Kempf <ak-lsml\_at\_living-source.com> who contributed the
  code for the check when dropping a table or database. He also
  suggested that you should be able to specify the primary key on
  tbl\_create.php3. To version 1.1.1 he contributed the ldi\_\*.php3-set
  (Import text-files) as well as a bug-report. Plus many smaller
  improvements.
* Jan Legenhausen <jan\_at\_nrw.net>: He made many of the changes that
  were introduced in 1.3.0 (including quite significant ones like the
  authentication). For 1.4.1 he enhanced the table-dump feature. Plus
  bug-fixes and help.
* Marc Delisle <DelislMa\_at\_CollegeSherbrooke.qc.ca> made phpMyAdmin
  language-independent by outsourcing the strings to a separate file. He
  also contributed the French translation.
* Alexandr Bravo <abravo\_at\_hq.admiral.ru> who contributed
  tbl\_select.php3, a feature to display only some columns from a table.
* Chris Jackson <chrisj\_at\_ctel.net> added support for MySQL functions
  in tbl\_change.php3. He also added the "Query by Example" feature in
  2.0.
* Dave Walton <walton\_at\_nordicdms.com> added support for multiple
  servers and is a regular contributor for bug-fixes.
* Gabriel Ash <ga244\_at\_is8.nyu.edu> contributed the random access
  features for 2.0.6.

The following people have contributed minor changes, enhancements,
bugfixes or support for a new language:

Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas
Kleemann, Alexander Leidinger, Kiko Albiol, Daniel C. Chao, Pavel
Piankov, Sascha Kettler, Joe Pruett, Renato Lins, Mark Kronsbein,
Jannis Hermanns, G. Wieggers.

And thanks to everyone else who sent me email with suggestions, bug-
reports and or just some feedback.