Commit Graph

43 Commits

Author SHA1 Message Date
Chanaka Indrajith
bf15800089 Remove HTML rendering inside the functions in display_tbl.lib.php file itselves 2012-05-11 16:05:55 +05:30
Rouslan Placella
ec62d5f4b3 Dropped db_links.inc.php 2012-05-05 16:44:27 +01:00
Madhura Jayaratne
8e62b92d70 Coding style improvements 2012-04-14 17:44:39 +05:30
Marc Delisle
dd5aae9a67 jQuery UI is already included from common.inc.php 2012-04-09 09:09:07 -04:00
Jo Michael
5b09d0f066 Cleanup HTML5 validity issues 2012-04-01 20:14:50 +02:00
Jo Michael
b2fd866d87 Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
Madhura Jayaratne
112d692a3f Merge branch 'QA_3_4' 2012-01-25 23:12:22 +05:30
Madhura Jayaratne
426a7e3733 Avoid warnings in tracking page 2012-01-25 23:09:16 +05:30
Madhura Jayaratne
e7e5f058b1 Better AJAX functionality for Tracking page in Database view 2011-12-11 14:54:14 +05:30
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
4a5cb00df5 Fix jQuery UI version number
It's 1.8.16, not 1.8.6
2011-10-11 02:00:45 +02:00
Piotr Przybylski
ac365e0262 Upgrade jQuery UI to 1.8.6 2011-10-10 22:35:36 +02:00
Rouslan Placella
d17814f463 Replaced use of hard coded images with the sprite-aware PMA_getImage() functions (both PHP and JS). 2011-09-26 20:54:59 +01:00
Madhura Jayaratne
e42539a817 Use PMA_getIcon() 2011-09-21 14:44:23 +05:30
Dieter Adriaenssens
0ade69e84d use include() instead of require() when including file conditionally 2011-09-06 17:57:48 +02:00
Piotr Przybylski
e2eb8a28da PMA_backquote is not needed for string literals 2011-08-16 00:04:44 +02:00
Michal Čihař
219ec73d69 Spacing around if 2011-07-22 09:10:37 +02:00
Tyron Madlener
da943ecbf7 PMA Icons to sprites part 1 2011-07-14 15:37:08 +03:00
Tyron Madlener
2ee9f03cbb Merge remote-tracking branch 'origin/master' into tyronm 2011-07-05 18:09:55 +02:00
Madhura Jayaratne
326f13827b Do not highlight rows of these tables 2011-03-15 20:35:53 +05:30
Madhura Jayaratne
5272fd6dab Bug #3153832 - Untracked tables display problem with LeftFrameTableSeparator 2011-02-06 10:14:48 +05:30
Marc Delisle
dea96e2e5a Conditional Ajax for db Structure and Tracking 2011-01-29 11:15:35 -05: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
ninadsp
6a3d0a7f58 Added documentation, fixed some minor bugs/typos 2010-08-13 23:34:10 +05:30
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Michal Čihař
3910ce6121 Remove explicit inclusion of Table.class.php as it is included in common.inc anyway. 2010-07-26 16:35:52 +02:00
Michal Čihař
d291827444 No need to require_once footer
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
Michal Čihař
ee767e2d3d No need to explicitely include relation.lib its anyway included in common.inc 2010-07-26 16:17:59 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
505884174b Removed inline call to confirmLink() for 'Delete Tracking action'. 2010-07-11 03:14:02 +05:30
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Michal Čihař
d6fa1d8595 Add docblock, whitespace leanup. 2010-04-29 14:02:30 +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
fbcaf66228 inconsistent data is returned for the last version of tracking data (wrong created, updated and status info) due to the use of MAX and * in the same statement 2009-12-26 17:48:28 +00:00
Marc Delisle
f2b4d0ec51 unneeded code; XHTML compliancy; XSS protection 2009-11-29 12:50:21 +00:00
Marc Delisle
07b13c5f5a "deactive" is not an English word 2009-09-07 13:03:33 +00:00
Marc Delisle
2751a8c000 unneeded messages 2009-09-07 12:24:19 +00:00
Marc Delisle
4a685e10a9 coding style 2009-09-07 11:49:54 +00:00
Marc Delisle
cd07ced829 parsing error on systems with short_open_tag = Off 2009-09-07 11:40:34 +00:00
Marc Delisle
15441ded5d do not try to display a tab that was not built 2009-08-22 11:22:50 +00:00