Tyron Madlener
e6e7e893bd
Fixed version checks better
2011-08-05 18:44:20 +03:00
Tyron Madlener
81d7a95f74
Fixed db version checks
2011-08-05 18:41:11 +03:00
Tyron Madlener
8906aab33f
Advisor: Variable names redirect to the variable on the variables page
2011-08-05 18:18:18 +03:00
Tyron Madlener
f4afe963b6
Advisor:
...
- l10n in php/js code
- code style improvements
- ui style improvements
- syntax/run errors in advisory_rules.txt are now displayed in advisor tab
2011-08-05 15:50:06 +03:00
Tyron Madlener
af6f02c03b
Merge remote-tracking branch 'origin/master'
2011-08-05 10:50:11 +03:00
Tyron Madlener
0c514efe7c
Grammar fix
2011-08-05 10:50:00 +03:00
Michal Čihař
dd2dc3a5a7
Shortcut when export can not work
2011-08-05 08:19:18 +02:00
Michal Čihař
872a2e6079
Remove unused variable
2011-08-05 08:17:08 +02:00
Michal Čihař
d7e0002af6
Fix variable name
2011-08-05 08:17:00 +02:00
Michal Čihař
9f029508df
Whitespace cleanup
2011-08-05 08:14:27 +02:00
Michal Čihař
c3e5c3a329
Remove unused variable
2011-08-05 08:14:21 +02:00
Piotr Przybylski
6fe137e68d
PMA_DBI_get_columns - return null when there are no columns (server synchronize depends on this behavior)
2011-08-05 01:15:37 +02:00
Piotr Przybylski
c64564baf7
Server synchronize: fix PMA_get_table_indexes to return null when there are no indexes instead of false
...
Synchronize code depends on this behavior
2011-08-05 00:49:31 +02:00
Piotr Przybylski
a73f1449ea
Coding style: space after for keyword
2011-08-05 00:37:49 +02:00
Michal Čihař
4c62a5fed6
Another typo
2011-08-04 17:41:30 +02:00
Michal Čihař
416277f398
Use standard field processing machinery
2011-08-04 17:16:03 +02:00
Michal Čihař
57ab1b3e20
No longer needed
2011-08-04 17:12:08 +02:00
Michal Čihař
48149c261c
Use already calculated values
2011-08-04 17:11:47 +02:00
Michal Čihař
83d3c0d2fd
Move attribute processing to PMA_extractFieldSpec
2011-08-04 17:08:49 +02:00
Michal Čihař
f646fc8a55
Use PMA_extractFieldSpec instead of own code
2011-08-04 17:04:12 +02:00
Michal Čihař
822a863690
Reintroduce mistakenly removed code
2011-08-04 16:47:47 +02:00
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ř
542738dd88
Export print_type and make it usable for set/enum as well
2011-08-04 16:33:34 +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ř
b231ab4072
Factor out some type matching
2011-08-04 15:56:56 +02:00
Michal Čihař
398d5abbda
Use PMA_DBI_get_columns
2011-08-04 15:43:07 +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ř
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ř
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ř
fa300e3887
Missing doc
2011-08-04 14:59:45 +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ř
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ř
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ř
e7db079b81
Use predefined PHP constant for date instead of manually defining format
2011-08-04 14:24:15 +02:00