Commit Graph

13 Commits

Author SHA1 Message Date
Michal Čihař
ee767e2d3d No need to explicitely include relation.lib its anyway included in common.inc 2010-07-26 16:17:59 +02:00
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Marc Delisle
2eba839c33 new sub-feature: possibility of removing all tracking data for a table (useful for older tables that have been deleted from this database) 2009-12-27 23:05:45 +00:00
Marc Delisle
46826be014 permit to see tracking info even for deleted tables; code cleanup 2009-12-27 21:52:21 +00:00
Marc Delisle
520f80d3da get tracking data for the complete database did not work if a table name was not given as parameter 2009-12-26 14:13:43 +00:00
Marc Delisle
bea5e54e79 code cleanup 2009-12-26 13:46:53 +00:00
Marc Delisle
f0b3b1a8cf coding standards 2009-11-23 00:53:24 +00:00
Marc Delisle
40f66a3422 synchronize did not work when tracking was enabled 2009-10-18 12:32:30 +00:00
Michal Čihař
a378720684 Convert active check to variable.
We need to disable tracker for calling PMA_getRelationsParam. Well there
should be rather way to skip all queries done by control user, but this
information is not passed down to the DBI layer where tracker catches the SQL
queries.
2009-08-25 13:44:14 +00:00
Michal Čihař
ffa02fb26d Delay tracker activation till all our parts are ready.
Otherwise it can lead to some strange effect while trying to track queries
used for finding out whether tracking is enabled.
2009-08-25 13:16:32 +00:00
Michal Čihař
1b7698912f Do not get parameters on loading, but rather on usage. 2009-08-25 07:06:45 +00:00
Marc Delisle
15441ded5d do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00