Commit Graph

95 Commits

Author SHA1 Message Date
Madhura Jayaratne
8d7caf61f9 Merge branch 'QA_4_3' into QA_4_4 2015-03-06 08:47:05 +05:30
Madhura Jayaratne
1bb782aa46 bug #4790 DROP TABLE/VIEW IF EXISTS are not tracked
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-06 08:14:52 +05:30
Marc Delisle
56baec6160 Merge branch 'QA_4_3' 2015-01-04 07:35:26 -05:00
Madhura Jayaratne
eee442e4a7 Update another tracking query and its corresponding unit test
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-02 10:27:47 +05:30
Madhura Jayaratne
09fff10681 Fix tracking query and related test
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-02 10:21:10 +05:30
Madhura Jayaratne
dfae4d2f08 Bug #4676 - Auto configuration issues
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-01-02 09:49:03 +05:30
Marc Delisle
371780a0a1 Remove dead code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-12-23 11:32:10 -05:00
Madhura Jayaratne
80c0ba810a Allow deleting individual versions of tracking data
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-26 17:57:33 +05:30
Hugues Peccatte
fd7f02f929 Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-02 14:33:41 +01:00
Hugues Peccatte
f9cd1a1a22 Replace mb functions by standard string functions.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-05 11:31:50 +02:00
Hugues Peccatte
48bd3b8ee5 Remove unused $pmaString.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-05 10:42:44 +02:00
Hugues Peccatte
3de88162ff Replace PMA_String uses by mb_* calls.
Remove part of unused  variables.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-28 20:53:01 +02:00
Hugues Peccatte
9b77d746ab Mass modifications to use PMA_String.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 10:44:03 +02:00
Michal Čihař
564fb8ef93 Wrap long lines
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-06-06 15:14:33 +02:00
Ann + J.M
5ddd0c1990 Code style fixes
Signed-off-by: Ann + J.M <phpMyAdmin@ZweiSteinSoft.de>
2014-05-21 20:56:01 +02:00
Michal Čihař
b177557c11 Use preg_quote instead of home made replacement to quote string for preg
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-05-10 17:35:49 +02:00
Madhura Jayaratne
6335b10574 Fix coding style
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-01-08 14:35:15 +05:30
Hugues Peccatte
207466d59c Don't use function in for loop test.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2013-12-18 22:18:02 +01:00
Michal Čihař
3b7a3af222 Various coding style improvements 2013-08-06 15:17:20 +02:00
Michal Čihař
c2f3cf3c8a Wrap some long lines 2013-07-30 15:18:58 +02:00
Michal Čihař
c0ce163e05 Drop some unused local variables
Found by PMD on our CI server
2013-07-10 14:53:05 +02:00
Michal Čihař
d64ddaad06 This variable never exists here 2013-07-10 14:53:04 +02:00
ayushchd
46a6dc32e0 Test for Tracker.class.php 2013-06-27 18:23:02 +05:45
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
Kasun Chathuranga
5bcc32999f PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc 2013-05-04 08:30:12 +05:30
Kasun Chathuranga
2a2eac9b53 PMA_DBI_fetch_array --> PMA_DBI_fetchArray 2013-05-04 08:28:57 +05:30
Kasun Chathuranga
77bb53dcf8 PMA_DBI_get_table_indexes --> PMA_DBI_getTableIndexes 2013-05-01 00:15:48 +05:30
Kasun Chathuranga
32e6c06324 PMA_DBI_get_columns --> PMA_DBI_getColumns 2013-04-30 23:36:47 +05:30
Marc Delisle
1cba93204b Prevent null-byte injection in preg_replace() 2013-04-23 11:46:53 -04:00
Michal Čihař
c28b57141c Adjust links to documentation in comments/docs 2012-11-12 09:15:37 +01:00
Chanaka Indrajith
13208324d3 Removed unnecessary empty lines in functions 2012-09-19 00:15:15 +05:30
Chanaka Indrajith
36ffe5e0a3 Modified some untracked changes 2012-09-16 14:51:13 +05:30
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Dieter Adriaenssens
623de27ef2 use include(_once) in case of conditional including 2012-08-30 17:35:56 +02:00
Chanaka Indrajith
9705f8e1cd Fix undefined function issue in Tracker class 2012-08-01 23:41:55 +05:30
Alex Marin
defb4d6d39 fix missing include in PMA_Tracker class 2012-07-02 22:53:50 +03:00
Chanaka Indrajith
106265a7f8 Resolve conflicts 2012-06-30 11:30:39 +05:30
Alex Marin
3fa180b228 oop: merge master, fix commits 2012-06-27 19:52:37 +03:00
Chanaka Indrajith
39d37fafcc Resolved conflicts 2012-06-27 21:53:59 +05:30
Madhura Jayaratne
ec046f7d11 Use camel case for function names (PMA_query_as_controluser => PMA_queryAsControlUser) 2012-06-23 23:06:29 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Alex Marin
ff930b788a oop: modify PMA_getTableDef and PMA_getTableDefStandIn usage 2012-06-09 12:38:44 +03:00
Madhura Jayaratne
6ae2b0c8dc Prefix private variables and methods with underscore 2012-05-10 07:03:58 +05:30
Madhura Jayaratne
a8efbf7531 Wrap some long lines 2012-05-10 07:00:12 +05:30
Michal Čihař
b846df7033 Empty line between @param and @return 2012-04-27 13:54:13 +02:00
Jo Michael
42959cbde9 Fix Undefined index: db in libraries/Tracker.class.php 2012-04-20 23:32:44 +02:00
Dieter Adriaenssens
0f772aa173 check if PHPMYADMIN is set 2012-04-14 16:51:26 +02:00
Madhura Jayaratne
d5d3d2bba4 Use 'void' if nothing is returned 2012-03-18 10:04:39 +05:30
Michal Čihař
efd57bbd1a Prevent creating copy of possibly huge array (bug #3489378) 2012-02-20 13:37:46 +01:00