Commit Graph

1932 Commits

Author SHA1 Message Date
Michal Čihař
826c11215b Require bookmark code when we use it. 2005-12-08 19:39:34 +00:00
Michal Čihař
044b696570 Do not choke on arrays in $_SERVER array (bug #1370414). 2005-12-08 19:36:32 +00:00
Michal Čihař
bfdb94c249 Suggest to run setup script if auth with default values fails. 2005-12-08 18:56:40 +00:00
Michal Čihař
42268f9575 Refuse to load config file with world writable permissions, refuse to work with existing config dir. 2005-12-08 18:29:41 +00:00
Michal Čihař
f420e85a67 Fix XHTML. 2005-12-08 16:15:48 +00:00
Sebastian Mendel
4c006a8e30 global init of $GLOBALS['url_params'] 2005-12-08 13:33:28 +00:00
Sebastian Mendel
8344198c10 moved tbl_properties_common.php into libraries 2005-12-08 13:19:25 +00:00
Sebastian Mendel
7e5b651bec fixed undefined variables (moved table related output after possible table changes) 2005-12-08 13:08:28 +00:00
Sebastian Mendel
fe8553fa7b removed PMA_isInto(), deprecated by in_array() 2005-12-08 12:37:38 +00:00
Sebastian Mendel
f802429004 added some comments and made some code more readable 2005-12-08 12:14:34 +00:00
Sebastian Mendel
a9d6fdacef added PMA_table_rename() 2005-12-08 09:29:50 +00:00
Sebastian Mendel
6d5746b7bb moved table related output after possible table changes (bug #1375752?, partly discussion of #1373804) 2005-12-08 09:25:22 +00:00
Sebastian Mendel
8444d62a58 syncronize id and name attribute for frame tags but keep IE sending querywindow form to the correct window (bug #1374757, #1364470, #1297985) 2005-12-07 22:59:37 +00:00
Sebastian Mendel
2e98aab560 arrange innodb buffer pool tables side by side 2005-12-07 11:24:38 +00:00
Sebastian Mendel
87abe9a477 NEW 2005-12-07 10:55:34 +00:00
Sebastian Mendel
2b653e3908 NEW 2005-12-07 10:49:43 +00:00
Sebastian Mendel
b15044a6ab NEW 2005-12-07 10:41:35 +00:00
Sebastian Mendel
00cc9dd431 - PEAR coding standard
- added comments
- added more status variables
2005-12-07 10:28:50 +00:00
Sebastian Mendel
8ebab681b6 NEW 2005-12-07 10:01:43 +00:00
Sebastian Mendel
085bd0c36b added more status variables 2005-12-07 09:51:29 +00:00
Sebastian Mendel
adfd1bd6ef added PMA_StorageEngine::getMysqlHelpPage() 2005-12-07 09:05:15 +00:00
Sebastian Mendel
5cbdcc29a7 - PEAR coding standard
- added comments
- added more status variables
2005-12-07 08:59:45 +00:00
Sebastian Mendel
50c4439d30 clear old config values 2005-12-07 08:32:21 +00:00
Marc Delisle
8fb1f3ce4c bug #1374753, Language change on login panel not propagated 2005-12-06 19:57:42 +00:00
Marc Delisle
369c1bf264 bug #1374236, sorting order 2005-12-06 17:01:30 +00:00
Sebastian Mendel
c1c725f9f3 PMA_getTab(): use $_SERVER['PHP_SELF'] 2005-12-06 16:08:49 +00:00
Michal Čihař
055cd43009 Variable name should be ForceSSL and not ForceSLL (bug #1374452). 2005-12-06 15:38:10 +00:00
Sebastian Mendel
223203e5ec - revised (style, code, xhtml output)
- added more status variables
- PEAR coding standard
- make use of PMA_formatNumber()
- added comments
2005-12-06 15:32:53 +00:00
Sebastian Mendel
5f3b086ed2 protect $import_blacklist from overwriting 2005-12-06 14:51:49 +00:00
Michal Čihař
a49827a084 Do not add BINARY types multiple times (bug #1374457). 2005-12-06 14:10:37 +00:00
Sebastian Mendel
d0a1d17561 libraries/storage_engines.lib.php revised:
- added PHP 5 constructor
- added comments
- PEAR coding standard
2005-12-06 12:24:35 +00:00
Michal Čihař
91c3b852de Modify default export configuration (RFE #1373891). 2005-12-06 12:05:26 +00:00
Sebastian Mendel
2833e1537e no name attribute for sup tag 2005-12-06 10:13:26 +00:00
Sebastian Mendel
02d1596902 missing '/' for closing div tag 2005-12-06 09:58:21 +00:00
Sebastian Mendel
e096959857 wrong quote in common.lib.php 2005-12-06 09:54:55 +00:00
Michal Čihař
40c9bb105c Fix import layout (bug #1370416), prefer recoding of strings over changing MySQL charset as in this case we can show resulting queries. 2005-12-05 23:10:28 +00:00
Michal Čihař
7870ee574d Fix import of some CSV files (bug #1373731), provide better error messages. 2005-12-05 22:53:24 +00:00
Sebastian Mendel
b8619ad1ad correctly reset config variables on changes in config.inc.php 2005-12-05 15:50:25 +00:00
Sebastian Mendel
9fe2097f39 make use of PMA_array_merge_recursive() (forgot to remove debug code) 2005-12-05 13:20:07 +00:00
Sebastian Mendel
389d8f2871 make use of PMA_array_merge_recursive() 2005-12-05 13:09:21 +00:00
Sebastian Mendel
17997b9e68 added PMA_array_merge_recursive() 2005-12-05 13:04:32 +00:00
Michal Čihař
75a16f45f8 Use same script tag, use CDATA for scripts (RFE #995065). 2005-12-04 23:14:41 +00:00
Michal Čihař
277e159d6d Fix use of escaped chars (bug #1371249). 2005-12-04 20:24:09 +00:00
Marc Delisle
4a89855656 towards PEAR coding standards 2005-12-04 19:28:28 +00:00
Marc Delisle
dc5cd6d778 PDF export 2005-12-03 19:28:22 +00:00
Sebastian Mendel
0237ab7160 revised XHTML output 2005-12-02 13:04:22 +00:00
Sebastian Mendel
d4309b5e86 missing ; for html entity 2005-12-02 07:32:17 +00:00
Sebastian Mendel
93c4ce3294 call __wakeup for Theme_Manager 2005-12-01 11:04:29 +00:00
Sebastian Mendel
3d5994dd7d session cookie path (bug #1370294) 2005-12-01 10:46:56 +00:00
Sebastian Mendel
db64c9d105 update theme list on wakeup 2005-12-01 09:12:57 +00:00