Commit Graph

83 Commits

Author SHA1 Message Date
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
0ca4a5f02e Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	db_search.php
	libraries/Table.class.php
	libraries/schema/Pdf_Relation_Schema.class.php
	libraries/schema/User_Schema.class.php
	libraries/tbl_select.lib.php
	server_status.php
	tbl_change.php
2011-08-19 15:56:26 +02:00
Michal Čihař
cd69e5bdf2 Include missing database tabs 2011-08-19 12:25:47 +02:00
Michal Čihař
282e730985 Merge branch 'QA_3_4' 2011-08-19 12:08:14 +02:00
Michal Čihař
da6e51d007 Do not escape field here, it is used as index to vairous arrays 2011-08-19 12:08:07 +02:00
Michal Čihař
8cec4ac91c Revert "Revert "More of missing escaping""
This reverts commit 414363d38d.

Okay, it needs to be escaped here, but not escaped above.
2011-08-19 12:07:32 +02:00
Michal Čihař
54f96664a4 Merge branch 'QA_3_4' 2011-08-19 12:06:13 +02:00
Michal Čihař
414363d38d Revert "More of missing escaping"
This reverts commit 599c9b5e1b.
2011-08-19 12:06:04 +02:00
Michal Čihař
889ea0afb0 Fix getting tables 2011-08-19 12:05:15 +02:00
Michal Čihař
f6fd432338 Use PMA_DBI_get_tables instead of own query 2011-08-19 11:57:44 +02:00
Michal Čihař
68da79da00 Merge branch 'QA_3_4' 2011-08-19 11:56:43 +02:00
Michal Čihař
599c9b5e1b More of missing escaping 2011-08-19 11:56:38 +02:00
Michal Čihař
9d011bbbcd Merge branch 'QA_3_4' 2011-08-19 11:54:47 +02:00
Michal Čihař
e7d6cab2a2 Missing escaping 2011-08-19 11:54:34 +02:00
Piotr Przybylski
66665f326a Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	db_qbe.php
	js/server_status.js
	libraries/export/xml.php
	libraries/schema/Pdf_Relation_Schema.class.php
	tbl_printview.php
	tbl_structure.php
2011-08-04 20:19:43 +02:00
Michal Čihař
fcb5b16adf Fix typo 2011-08-04 17:37:39 +02:00
Michal Čihař
83d3c0d2fd Move attribute processing to PMA_extractFieldSpec 2011-08-04 17:08:49 +02:00
Michal Čihař
236eb052bc Use PMA_extractFieldSpec instead of own code 2011-08-04 16:36:23 +02:00
Michal Čihař
bd526dd94e Use PMA_DBI_get_columns 2011-08-04 15:41:20 +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ř
25bda8e991 Fix spacing on opening code block 2011-07-22 09:18:02 +02:00
Piotr Przybylski
53b29d25d2 Fix unique key detection in data dictionary 2011-06-19 14:38:41 +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
Piotr Przybylski
ae42913629 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	server_status.php
2011-06-17 20:41:42 +02:00
Piotr Przybylski
fc2b699304 Data dictionary could fail due to incorrect db name escaping 2011-06-17 20:06:54 +02:00
Piotr Przybylski
12f70e8938 Replace all SHOW FIELDS calls with PMA_DBI_get_columns() or PMA_DBI_get_columns_sql()
Fix PMA_DBI_get_columns() in Drizzle when $full == false
2011-06-17 00:22:25 +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
Marc Delisle
ae0af9e5c6 Remove author name 2011-05-28 08:29:38 -04:00
Marc Delisle
13b31956ae For easier reading, replace "!isset" with "! isset" 2011-05-09 12:49:05 -04:00
Marc Delisle
1129eb5ae3 Unneeded variable; also, fetching it gives an error for VIEWs 2011-03-15 12:37:49 -04:00
Michal Čihař
1b187c909d rfe #1105678 [interface] Drop page-break-before as it is useless for smaller tables.
In real world you have quite a lot of tables with just few fields and
for these page-break-before is really a bad idea.
2010-09-16 15:35:36 +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
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
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
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Marc Delisle
caa98445d8 conform to relational terminology regarding columns and rows 2010-05-31 14:33:21 -04:00
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
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
Sebastian Mendel
a059b08ce0 use PMA_Table::sGetStatusInfo() for table information retrieval 2008-12-10 09:22:29 +00:00
Michal Čihař
ebeb0c319f Adding @package, first part. 2008-11-24 10:32:56 +00:00
Marc Delisle
b031606c08 adjust table comments protection to the updated advisory (db print view and db data dictionary) 2008-06-21 13:16:05 +00:00
Sebastian Mendel
c7672b5b76 MySQL bug #20910 fixed in 5.0.25 (http://bugs.mysql.com/20910) 2007-10-18 10:11:29 +00:00
Sebastian Mendel
640becedc4 make use of PMA_getDbComment() 2007-10-02 14:16:39 +00:00
Sebastian Mendel
e1fd395631 removed MySQL < 5 code 2007-10-02 09:53:43 +00:00
Sebastian Mendel
d0ac1f2bbb XHTML standard: no language attribute in <script> 2007-04-01 11:13:46 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00