Sebastian Mendel
b366aa4b64
- merged two server array checks
...
- dont exit if user config loading failed
- dont exit with invalid server index
- use file_get_contents() or file() if not present
- removed wrong error message
- check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it
2005-11-22 13:37:53 +00:00
Michal Čihař
bee36e92a8
Escape verbose server name (bug #1362671 ).
2005-11-21 12:03:12 +00:00
Michal Čihař
d7b1759c54
Make code more redable, default to MySQL 5.0 documentation as it is latest stable version.
2005-11-21 00:30:38 +00:00
Michal Čihař
14cb2f4608
Translate message that has been ignored for 2.7.0 release.
2005-11-21 00:08:32 +00:00
Michal Čihař
898ee94c1a
Fix query splitting in some cases (reported by Marc).
2005-11-20 23:58:29 +00:00
Marc Delisle
3885bb6bd7
dbh becomes controllink
2005-11-20 14:00:49 +00:00
Marc Delisle
9425428157
going to 2.7.1-dev
2005-11-20 13:38:23 +00:00
Marc Delisle
686710b1dc
2.7.0-rc1
2005-11-20 12:57:44 +00:00
Sebastian Mendel
29ddb36e9a
sorry, wrong version checked in
2005-11-20 11:52:17 +00:00
Sebastian Mendel
55662d7c88
undefined variable (if server connection fails)
2005-11-20 11:49:57 +00:00
Sebastian Mendel
851763cb17
prevent undefined constants (if server connection fails)
2005-11-20 11:26:13 +00:00
Sebastian Mendel
c9a50c006c
use superscript tag for comment
2005-11-18 18:03:43 +00:00
Marc Delisle
1d7831c153
initialize in case there are no databases (MySQL < 5.0)
2005-11-18 13:36:25 +00:00
Sebastian Mendel
a0b56956a0
undeclared variables
2005-11-18 13:34:08 +00:00
Sebastian Mendel
3115a8de77
javascript warning: function does not always return a vlaue
2005-11-18 13:28:29 +00:00
Sebastian Mendel
1f3fe5fa08
fixed minimum_common for css files
2005-11-18 13:10:34 +00:00
Sebastian Mendel
ec0013dbf6
- common.lib.php should REALLY REALLY and ALWAYS be the first include
...
- no other calls to grab_gloabls.lib.php
2005-11-18 13:02:36 +00:00
Sebastian Mendel
34b6eb346d
- wrong check for empty
...
- forgot to check $sanitize
2005-11-17 13:53:06 +00:00
Sebastian Mendel
a27ae8e91e
dont use deprecated tags
2005-11-17 13:12:58 +00:00
Sebastian Mendel
54f548d678
sorry, is used ...
2005-11-17 12:42:38 +00:00
Sebastian Mendel
f2e910543d
fall back to alternative mysql extension if selected fails and switch to error.php if this fails too
...
- moved loading of extension out of libraries/dbi/* into libraries/database_interface.lib.php
2005-11-17 12:15:59 +00:00
Sebastian Mendel
507ea546b8
added $GLOBALS['PMA_errors'] array
2005-11-17 12:07:13 +00:00
Sebastian Mendel
cae92ceb9f
*REVERT* do not prevent import pma_*
2005-11-17 11:59:44 +00:00
Sebastian Mendel
34dae8c6d3
added variables starting with pma_, numeric or containing spaces to $import_blacklist
2005-11-17 11:29:15 +00:00
Sebastian Mendel
48d2f5a3c5
keep the global space clean
...
- unset variables after use
- commented out some never used variables
2005-11-17 11:12:03 +00:00
Sebastian Mendel
00736fef4a
just to be sure:
...
- clean/empty $GLOBALS with $variables_whitelist
- unset some vars after use
- check all superglobals that could be imported by register_globals=on
for GLOBALS key (not only _REQUEST and _FILES )
- added $import_blacklist
- rewrote PMA_gpc_extract()
- use $import_blacklist
- documentation
2005-11-17 09:45:12 +00:00
Marc Delisle
9889178b87
new query window behavior
2005-11-16 18:56:24 +00:00
Michal Čihař
7160f799bd
Add label for create database input.
2005-11-15 11:18:48 +00:00
Michal Čihař
94355887ce
Use define rather than variable for conditional paths.
2005-11-15 11:14:17 +00:00
Michal Čihař
0ccc8c8611
Allways send text/html content type.
2005-11-15 11:02:08 +00:00
Sebastian Mendel
7e04ee2467
- added class icon to images
...
- fixed select all rows/row maker
- removed arrow_ltr/rtl.png for vertical display
- cleaned up php code and html output
2005-11-14 15:01:20 +00:00
Michal Čihař
eb4e941137
Fix %f expansion (bug #1355776 ).
2005-11-14 13:32:16 +00:00
Sebastian Mendel
4667683757
added class icon
2005-11-14 11:28:12 +00:00
Sebastian Mendel
fcee338804
pmaTooltip(): undefined variable docY
2005-11-14 11:23:47 +00:00
Sebastian Mendel
69b5efe426
pmaTooltip(): no return value, additional check
2005-11-14 10:59:40 +00:00
Sebastian Mendel
d5da4e6aba
- removed setCheckboxes()
2005-11-13 08:07:39 +00:00
Sebastian Mendel
be2197b4ae
- removed deprecated function setCheckboxesRange()
...
- rewrote setCheckboxes()
2005-11-13 08:06:14 +00:00
Marc Delisle
001062a994
bug #1352479 , message if no session support
2005-11-10 20:02:48 +00:00
Sebastian Mendel
9fde856f09
- added js:markAllRows(), js:unMarkAllRows()
...
- check/uncheck all rows now sets mark color for this rows
2005-11-09 16:59:11 +00:00
Marc Delisle
79c5414fe3
bug #1339184 (for bookmark insertion)
2005-11-09 13:30:17 +00:00
Sebastian Mendel
267674f962
javascript errors
2005-11-09 13:13:27 +00:00
Sebastian Mendel
bfddbeafa4
- added PMA_getDbLink
...
- use fieldset for create table from
2005-11-09 10:38:33 +00:00
Sebastian Mendel
713f2d4836
- added PMA_DBI_get_default_engine()
...
- display default engine in table list footer
2005-11-09 10:06:38 +00:00
Sebastian Mendel
c2413163c0
bug #1351743 undefined function: pma_getservercollation()
2005-11-09 08:56:35 +00:00
Sebastian Mendel
28a08f296b
fixed/added favicon
2005-11-08 09:45:13 +00:00
Marc Delisle
25374eeaff
maybe beta2
2005-11-08 02:31:24 +00:00
Marc Delisle
586bc8dfe5
2.7.0-beta1
2005-11-08 01:41:08 +00:00
Sebastian Mendel
f64067e1e8
bug #985399 MIME-based in print view / need to select the pk
2005-11-07 10:31:56 +00:00
Sebastian Mendel
edaabfe940
PMA_DBI_convert_message(): use $GLOBALS['charset'] as target, renamed $lang to $server_language
2005-11-06 13:59:13 +00:00
Sebastian Mendel
4d7765c6c2
- added PMA_DBI_convert_message()
...
- bug #1344654 Not converted mysql error message to chosen user language
2005-11-06 12:14:43 +00:00