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 |
|
Michal Čihař
|
e56949f160
|
Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
|
2011-10-25 10:13:17 +02:00 |
|
Piotr Przybylski
|
57bea0630a
|
Use PMA_DBI_get_table_indexes_sql() only when really needed, in all other cases use PMA_DBI_get_table_indexes()
|
2011-08-23 22:14:15 +02:00 |
|
Piotr Przybylski
|
41c18f6113
|
Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
libraries/Table.class.php
libraries/Tracker.class.php
|
2011-08-20 00:48:40 +02:00 |
|
Madhura Jayaratne
|
6b0fb6c206
|
Code style improvements
|
2011-08-19 21:51:32 +05:30 |
|
Piotr Przybylski
|
dd8116cc61
|
Two more fixes for Tracking in Drizzle
|
2011-08-17 17:01:11 +02:00 |
|
Piotr Przybylski
|
99f52e1edd
|
A few missing fixes for Tracking
|
2011-08-17 16:50:00 +02:00 |
|
Piotr Przybylski
|
4073badee2
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-08-17 00:01:05 +02:00 |
|
Piotr Przybylski
|
8c4530e338
|
Simplify code
|
2011-08-16 22:19:41 +02:00 |
|
Piotr Przybylski
|
6694352f0c
|
Only PMA_DBI_fetch_assoc is needed here
|
2011-08-16 22:18:08 +02:00 |
|
Piotr Przybylski
|
726594645c
|
Optimize tracking query, only the first row is needed
|
2011-08-16 22:17:23 +02:00 |
|
Piotr Przybylski
|
b7f3d86a41
|
Make tracking compatible with Drizzle
Simulate SET type by bit flags
|
2011-08-16 22:14:24 +02:00 |
|
Piotr Przybylski
|
701c957f40
|
Inline three one-line methods
|
2011-08-16 20:23:15 +02:00 |
|
Piotr Przybylski
|
e72036b4b1
|
No need to use PMA_DBI_get_table_indexes_sql() here, use PMA_DBI_get_table_indexes()
|
2011-08-16 20:02:23 +02:00 |
|
Piotr Przybylski
|
f578d0dadc
|
Merge remote-tracking branch 'origin/master' into drizzle
|
2011-08-16 19:58:16 +02:00 |
|
Piotr Przybylski
|
71184688b5
|
We need only associative array here
|
2011-08-16 19:57:23 +02:00 |
|
Piotr Przybylski
|
1146572716
|
Use PMA_DBI_get_columns in Tracker code
|
2011-08-16 19:53:11 +02:00 |
|