Commit Graph

66 Commits

Author SHA1 Message Date
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
Piotr Przybylski
5cd731b232 Make this usage of $sql_backquotes less cryptic 2011-08-16 19:33:09 +02:00
Piotr Przybylski
a502f95af4 Merge remote-tracking branch 'origin/master' into drizzle 2011-08-16 16:11:43 +02:00
Piotr Przybylski
553f6b2f9a Fix comments 2011-08-16 00:41:57 +02:00
Piotr Przybylski
e2eb8a28da PMA_backquote is not needed for string literals 2011-08-16 00:04:44 +02:00
Piotr Przybylski
3586bb992f Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	db_structure.php
	libraries/database_interface.lib.php
	libraries/server_synchronize.lib.php
	server_status.php
	sql.php
2011-07-22 11:07:04 +02:00
Michal Čihař
d55306252b Replace tabs with spaces, cleanup identation 2011-07-22 10:15:08 +02:00
Michal Čihař
9405dbb82a Fix spacing after @param 2011-07-22 09:21:55 +02:00
Piotr Przybylski
3bde595666 Merge remote-tracking branch 'origin/master' into drizzle 2011-06-27 23:55:32 +02:00
Michal Čihař
c9c9fdf49d Consistent capitalisation of PMA_sqlAddSlashes 2011-06-27 14:48:15 +02:00
Piotr Przybylski
2e01d01b32 Change all calls of SHOW KEYS/INDEX that use MySQL-specific fields to use query generation function 2011-06-18 00:15:43 +02:00
Michal Čihař
3cf4830bbb Replace TRUE/FALSE with true/false.
At least this seems to be the coding standard, so make all files
compliant.
2011-06-06 11:55:09 +02:00
bumbu
21f8f5d072 + delete button into tracking table + function change tracking data in Tracker.class.php 2011-05-11 13:52:39 +02:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00