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
Marc Delisle
9889178b87
new query window behavior
2005-11-16 18:56:24 +00:00
Sebastian Mendel
bfddbeafa4
- added PMA_getDbLink
...
- use fieldset for create table from
2005-11-09 10:38:33 +00:00
Sebastian Mendel
1ee1e0594e
added class icon to img-tags
2005-11-04 12:53:25 +00:00
Sebastian Mendel
fb923f851a
fixed some rtl lang issues
2005-11-03 17:50:09 +00:00
Michal Čihař
4be384426b
Incorrect message for validate links (bug #1346608 ).
2005-11-03 10:35:35 +00:00
Michal Čihař
77e68e5a39
Use $cfg['Servers'][1] from config.default.php as defaults for settings in config.inc.php (bug #1330847 ).
2005-11-02 19:46:47 +00:00
Sebastian Mendel
131d56cf90
- replaced $cfg['Bgcolor*'] with classes
...
- make use of fieldset
2005-11-02 16:30:06 +00:00
Sebastian Mendel
166660ebbf
bug #1342332 Error messages wrongly formatted.
2005-11-01 07:53:26 +00:00
Michal Čihař
aff64fa5ee
Allow collation change for ENUM and SET columns (bug #1343627 ).
2005-10-31 11:30:29 +00:00
Michal Čihař
da6fae1ec9
Use common code for generating links to documentation, fixes link to new style docs.
2005-10-30 18:59:40 +00:00
Michal Čihař
e6c5fd8027
Do not escape SQL query twice while showing it in error message (bug #1336452 ).
2005-10-30 17:52:49 +00:00
Michal Čihař
fd2196ce5c
fix links for chapter documentation (bug #1341676 ), drop support for old links.
2005-10-29 19:36:24 +00:00
Michal Čihař
1d1005fc3b
Link documentation to version we run (RFE #1334292 ).
2005-10-29 19:09:31 +00:00
Sebastian Mendel
59e0493b3e
- minor tweak in display
...
- added PMA_unescape_mysql_wildcards()
- bug #1144110 Unable to escape "_"
- now every user from every mysql table is displayed
- no table specific rights for db wildcards
2005-10-28 09:16:36 +00:00
Sebastian Mendel
dfab220458
[XSS] clean $_SERVER variables (sometimes i just forget to save all files before checkin ...)
2005-10-27 19:27:57 +00:00
Sebastian Mendel
4e097c02e9
format rowcount in left frame
2005-10-27 17:09:59 +00:00
Sebastian Mendel
8f9208e96b
do not truncate rowcount
2005-10-27 06:04:43 +00:00
Sebastian Mendel
a51f2533ea
unified message boxes (error, warning, confirmation)
2005-10-26 17:32:19 +00:00
Marc Delisle
d272a82042
bug #1330847
2005-10-21 20:50:48 +00:00
Marc Delisle
8fdd30964e
security fix
2005-10-21 02:47:47 +00:00
Michal Čihař
c2c7e8b6b0
Fix previous URI modification
2005-10-18 19:57:29 +00:00
Michal Čihař
2a9f434d87
Support for user specific upload and save directories (RFE #1260039 ).
2005-10-18 19:55:11 +00:00
Michal Čihař
cc1147cca9
Fix URL detection when not called from top level directory (eg. transformations overview).
2005-10-18 18:24:35 +00:00
Michal Čihař
b9c79316ef
Use common infrastructure for getting tables.
2005-10-18 15:14:52 +00:00
Sebastian Mendel
9a040b1919
bug #1216521 : display duplicate rows for failed unique key creation
2005-10-18 13:11:48 +00:00
Sebastian Mendel
889b2e9f2e
update row count in left frame bug #1243908
2005-10-18 10:00:46 +00:00
Sebastian Mendel
cf9e4208d1
code cleanup whole querywindow js stuff, moved all in one new js file, now included in index.php, bug #1327055
2005-10-17 16:40:32 +00:00
Michal Čihař
a9f87975ce
Group databases by rightmost separator (bug #1325651 ).
2005-10-17 11:46:08 +00:00
Michal Čihař
a13fadb644
Allow editing of query without database.
2005-10-13 17:26:08 +00:00
Michal Čihař
e70801d40c
Use normal font sizes for Mozilla browsers.
2005-10-12 12:11:04 +00:00
Sebastian Mendel
2600d3c29b
fixed rowcount in left frame for tables in information_schema
2005-10-12 12:02:00 +00:00
Sebastian Mendel
1e2ebddf7c
revert icon size to fixed width and height
2005-10-12 10:30:27 +00:00
Sebastian Mendel
e052827c74
use list for navigation tabs RFE #1290423
2005-10-12 09:28:38 +00:00
Sebastian Mendel
3143135a5c
XHTML 1.0 trans. compliance and more semantic XHTML output
2005-10-11 11:49:17 +00:00
Michal Čihař
32496981c9
Show message when bookmark has been created (RFE #477472 ), show deleted bookmark query.
2005-10-09 08:31:44 +00:00
Michal Čihař
6429a239da
Parse query before inserting LIMIT to know where to place it.
2005-10-08 20:10:01 +00:00
Michal Čihař
c62f975a47
Use common code for CREATE/ALTER TABLE, set comments on creating table, so that user can see it in the query.
2005-10-08 17:28:31 +00:00
Michal Čihař
6a093d4283
Switch all SQL from read_dump.php to import.php.
2005-10-08 11:24:21 +00:00
Michal Čihař
589ee102f6
Drop some old code.
2005-10-07 15:23:55 +00:00
Marc Delisle
171613c0d0
bug #1262250 , cannot change ENUM default value to empty
2005-09-28 11:50:50 +00:00
Michal Čihař
cbea45fa0f
Use common file listing in query window, remove no more used functions. Please note that file import from query windows is currently half rewritten, so compressed imports will not work.
2005-09-27 19:30:44 +00:00
Sebastian Mendel
87764fc859
introducing sessions
2005-09-27 16:26:18 +00:00
Michal Čihař
d3a666f936
improve fix for [ 1303994 ] PHP error message on empty queries
2005-09-26 20:04:02 +00:00
Michal Čihař
d5b78243d8
Do no try to parse empty SQL query (bug #1303994 ).
2005-09-26 19:14:12 +00:00
Michal Čihař
64bd56dfba
Support for browsing selected columns (RFE #1275909 ).
2005-09-26 19:03:11 +00:00
Marc Delisle
b073c6365e
patch #1257134 : no longer emit the strPmaUriError message
2005-08-23 23:08:21 +00:00
Michal Čihař
39ea0b8557
Default charset for export is now configurable (RFE #1263772 ).
2005-08-22 21:41:20 +00:00
Michal Čihař
6164cb16ae
Protect against possible XSS (bug #1265740 ), move input sanitizing to special file.
2005-08-22 21:00:52 +00:00
Marc Delisle
ecc9022346
patch #1258978 , move common code for error pages out of common.lib.php
2005-08-20 13:23:35 +00:00