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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-18fix incorrect description of BLOBDieter Adriaenssens
2012-10-09Fix some code violationsChanaka Indrajith
2012-10-09Add LIKE-wildcard operator to number search operatorsChanaka Indrajith
2012-09-17Sort namesMichal Čihař
2012-05-30Search criteria now gets displayed after zoom search operationAtul Pratap Singh
2012-05-10Treat ENUM/SET as character types as same functions can be applied to them an...Michal Čihař
2012-05-09Move most used types to base Types classMichal Čihař
2012-05-09Prepare type arrays in advanceMichal Čihař
2012-05-09Oops, I mixed context and messageMichal Čihař
2012-05-09Use context as otherwise it can collide with other placesMichal Čihař
2012-05-09No need to make names capitalMichal Čihař
2012-05-09Add gettext to optgroup labelsYuichiro Takahashi
2012-05-03Patch #3523204 Same message as PMA_Types_MySQLYuichiro Takahashi
2012-05-01This double-quote escaping does not workMarc Delisle
2012-04-27These double-quotes are trickyMarc Delisle
2012-04-27Fix the size of prefix for MySQL BLOBsMarc Delisle
2012-04-27Use binary prefix (see http://en.wikipedia.org/wiki/Gibibyte)Marc Delisle
2012-04-27-The messages were incompletely displayedMarc Delisle
2012-04-27Call htmlspecialchars only onceMichal Čihař
2012-04-27Fix fix of typo :-)Michal Čihař
2012-04-27TyposMarc Delisle
2012-04-26These comments are uselessMichal Čihař
2012-04-26Missing package definitionsMichal Čihař
2012-04-26Adjust commentMichal Čihař
2012-04-26Move column types to PMA_Types classMichal Čihař
2012-04-26Move attributes to PMA_Types classMichal Čihař
2012-04-26Fix indentationMichal Čihař
2012-04-26coding styleMichal Čihař
2012-04-26Share class based clasificationMichal Čihař
2012-04-26Load functions from modulesMichal Čihař
2012-04-26Use class based accessMichal Čihař
2012-04-26Wrap getting of funtion list to provide class based accessMichal Čihař
2012-04-26Function for gettign all functionsMichal Čihař
2012-04-26Migrate prefered functions to PMA_TypesMichal Čihař
2012-04-26Fix typoMichal Čihař
2012-04-26Add methods for getting type class (RestrictColumnTypes replacement)Michal Čihař
2012-04-26Move type descriptions to Type classMichal Čihař
2012-04-26Prepare for different Types class for MySQL/DrizzleMichal Čihař
2012-04-26Centralize generating of operators listMichal Čihař
2012-04-26Move NumOperators to PMA_TypesMichal Čihař
2012-04-26Move TextOperators to PMA_TypesMichal Čihař
2012-04-26Move EnumOperators to PMA_TypesMichal Čihař
2012-04-26Move NullOperators to PMA_TypesMichal Čihař
2012-04-25DocsMichal Čihař
2012-04-25Add class for handling typesMichal Čihař