Rouslan Placella
|
0a087330fa
|
The data dictionary is a print view page
|
2012-12-09 13:47:52 +00:00 |
|
Madhura Jayaratne
|
d8a6abce4d
|
Clean PHP, HTML mix
|
2012-10-28 16:38:15 +05:30 |
|
Chanaka Indrajith
|
6971295e96
|
Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::
|
2012-09-16 14:41:47 +05:30 |
|
Madhura Jayaratne
|
ba16e22315
|
Coding style improvements
|
2012-08-31 00:46:35 +05:30 |
|
Chanaka Indrajith
|
766466135e
|
Implement class behavior of common.lib.php file
|
2012-06-22 23:38:33 +05:30 |
|
Chanaka Indrajith
|
35f4599870
|
Modifications to PMA_printButton() function in common.lib.php and renamed as PMA_getButton()()
|
2012-06-14 13:15:03 +05:30 |
|
Rouslan Placella
|
eb98110541
|
Dropped footer.inc.php
|
2012-06-11 14:06:04 +01:00 |
|
Michal Čihař
|
b2243f08a8
|
Fix spacing around brackets
|
2012-04-27 11:30:47 +02:00 |
|
Michal Čihař
|
b4b6919746
|
Little bit of coding style
|
2012-04-26 16:18:37 +02:00 |
|
Marc Delisle
|
3da49e3418
|
Clarify variable name
|
2012-04-21 14:48:30 -04:00 |
|
Marc Delisle
|
1c58314c53
|
Clarify function name
|
2012-04-21 14:40:08 -04:00 |
|
Madhura Jayaratne
|
8e62b92d70
|
Coding style improvements
|
2012-04-14 17:44:39 +05:30 |
|
Madhura Jayaratne
|
3332151859
|
Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself)
|
2012-04-14 09:09:21 +05:30 |
|
Jo Michael
|
df53a88977
|
Replaced HTML nowrap attribute with CSS for HTML5 validity
|
2012-03-31 17:53:44 +02:00 |
|
Jo Michael
|
20ddd10911
|
Replaced HTML nowrap attribute with CSS for HTML5 validity
|
2012-03-31 16:50:33 +02:00 |
|
Marc Delisle
|
3d6f0aa7a2
|
Small code cleanup
ChangeLog entry
|
2012-03-22 15:12:57 -04:00 |
|
Muhammad Adnan
|
5629560c0b
|
Patch #3506552 (Contest-2) Show index information in the data dictionary
|
2012-03-22 15:11:42 -04:00 |
|
Jo Michael
|
653f086815
|
Replaced xml:lang attributes by lang for HTML5
|
2012-03-18 14:46:59 +01:00 |
|
Jo Michael
|
b2fd866d87
|
Leading ./ paths for includes can be omitted, part 2
|
2012-03-16 23:11:57 +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 |
|
Michal Čihař
|
3dc06f4f70
|
Unify print button code and factor it out to function
|
2011-10-24 14:13:47 +02:00 |
|
Dieter Adriaenssens
|
0ade69e84d
|
use include() instead of require() when including file conditionally
|
2011-09-06 17:57:48 +02:00 |
|
Dieter Adriaenssens
|
94c6836f8b
|
fix coding style : control structures
|
2011-09-05 14:28: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
|
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 |
|