Michal Čihař
b7b7fe3920
Properly handle special cases
2011-08-04 16:46:45 +02:00
Michal Čihař
d29cf3227d
Use PMA_extractFieldSpec instead of own code in export plugins
2011-08-04 16:41:30 +02:00
Michal Čihař
236eb052bc
Use PMA_extractFieldSpec instead of own code
2011-08-04 16:36:23 +02:00
Michal Čihař
542738dd88
Export print_type and make it usable for set/enum as well
2011-08-04 16:33:34 +02:00
Michal Čihař
76fe197e4b
Use PMA_DBI_get_columns
2011-08-04 16:26:10 +02:00
Michal Čihař
e86a65d0c2
Whitespace cleanup
2011-08-04 16:26:03 +02:00
Michal Čihař
183c0f437b
Use PMA_DBI_get_columns
2011-08-04 16:24:09 +02:00
Michal Čihař
5adf2fb352
Processing of varbinary fields
2011-08-04 16:21:47 +02:00
Michal Čihař
57dcfb780a
Fater processing
...
- use preg_replace return value instead going through string again
- use strpos instead of strstr, which is faster and consumes less memory
according to PHP docs
2011-08-04 16:20:42 +02:00
Michal Čihař
b604a67c50
Optimize matching
...
- avoid calling twice same preg_match
- do case sensitive match as we have the string in lower case
2011-08-04 16:15:13 +02:00
Michal Čihař
04c5a81b8c
Make short type also always lowercase
2011-08-04 16:10:41 +02:00
Michal Čihař
42df62c050
Make type lowercase everytime
2011-08-04 16:09:17 +02:00
Michal Čihař
11acfe2651
Add testcase for varchar
2011-08-04 16:08:34 +02:00
Michal Čihař
cbcde38db1
Add more testcases
2011-08-04 16:07:13 +02:00
Michal Čihař
1c356718ea
Add test case for PMA_extractFieldSpec
2011-08-04 16:03:56 +02:00
Michal Čihař
b231ab4072
Factor out some type matching
2011-08-04 15:56:56 +02:00
Michal Čihař
c63474bde1
Use PMA_DBI_get_columns
2011-08-04 15:47:56 +02:00
Michal Čihař
398d5abbda
Use PMA_DBI_get_columns
2011-08-04 15:43:07 +02:00
Michal Čihař
bd526dd94e
Use PMA_DBI_get_columns
2011-08-04 15:41:20 +02:00
Michal Čihař
9fd0baaad2
Fix indentation
2011-08-04 15:38:13 +02:00
Michal Čihař
5e2a467f6f
$GLOBALS[use_backquotes] is apparently not set anywhere
2011-08-04 15:30:02 +02:00
Michal Čihař
1045c8f085
Wrap export options
2011-08-04 15:28:02 +02:00
Michal Čihař
c3f8dd9250
Coding style
2011-08-04 15:25:26 +02:00
Michal Čihař
1d687ef960
Coding style
2011-08-04 15:21:59 +02:00
Michal Čihař
ff074b1d2f
Better parameter name
2011-08-04 15:21:06 +02:00
Michal Čihař
a665c7d8a6
Fix docblock
2011-08-04 15:20:19 +02:00
Michal Čihař
bffad98915
Separate data decoding from output
2011-08-04 15:19:29 +02:00
Michal Čihař
6c92b02f81
Avoid using $_REQUEST all over the code
2011-08-04 15:08:38 +02:00
Michal Čihař
8fcb4720e2
Include length in headers when we know it
2011-08-04 15:06:09 +02:00
Michal Čihař
99faf22237
Add missing docs
2011-08-04 15:03:31 +02:00
Michal Čihař
94ac586dba
Move avoid_cache to end, it is not used so often as size
2011-08-04 15:02:35 +02:00
Michal Čihař
3a10de866c
Include length in headers
2011-08-04 15:00:48 +02:00
Michal Čihař
fa300e3887
Missing doc
2011-08-04 14:59:45 +02:00
Michal Čihař
4acaf76312
Documentation
2011-08-04 14:58:22 +02:00
Michal Čihař
f97b5aba9b
Better check for valid filename
2011-08-04 14:57:16 +02:00
Michal Čihař
71db1cb416
Cleanup po files
2011-08-04 14:50:36 +02:00
Michal Čihař
440f72082f
Coding style, simplify flow, remove exit() calls
2011-08-04 14:47:11 +02:00
Michal Čihař
73fb08d3d8
Revert "Feature idea: Collapsible navigation frame"
...
This reverts commit 5fb7f9cd17 .
Conflicts:
js/common.js
2011-08-04 14:41:29 +02:00
Michal Čihař
7ba9449486
Revert "Icons for collapsible frame"
...
This reverts commit 05dd085aeb .
2011-08-04 14:40:57 +02:00
Michal Čihař
a2fc059f98
Fix syntax error
2011-08-04 14:39:45 +02:00
Michal Čihař
1369bf2c43
Document weirdness
2011-08-04 14:38:59 +02:00
Michal Čihař
b4a2dc7196
Use new function for download headers
2011-08-04 14:38:07 +02:00
Michal Čihař
bbaeb8922b
Use new function for download headers
2011-08-04 14:37:42 +02:00
Michal Čihař
6196970dc2
Use new function for no cache headers
2011-08-04 14:36:01 +02:00
Michal Čihař
2283b016bb
Use HTTP/1.1 for all browsers
2011-08-04 14:35:36 +02:00
Michal Čihař
6ef6ab3d79
Add some comments
2011-08-04 14:33:11 +02:00
Michal Čihař
cb337bbb02
Use new function for no cache headers
2011-08-04 14:32:02 +02:00
Michal Čihař
7281d04793
Factor out no caching headers
2011-08-04 14:31:32 +02:00
Michal Čihař
1a5154bd87
Use new function for download headers
2011-08-04 14:29:56 +02:00
Michal Čihař
d6c2dfb51b
Use new function for download headers
2011-08-04 14:28:23 +02:00