Sebastian Mendel
fa30ac8c33
store browse state in session per query
2007-05-15 11:16:10 +00:00
Sebastian Mendel
0130b9d07b
typo, thanks to wiki user Jspboy
2007-05-14 12:42:59 +00:00
Sebastian Mendel
573a6161bd
fixed code indention
2007-05-09 12:18:57 +00:00
Marc Delisle
1e7819e0ba
undefined index when deleting a bookmark
2007-04-06 13:45:52 +00:00
Sebastian Mendel
d0ac1f2bbb
XHTML standard: no language attribute in <script>
2007-04-01 11:13:46 +00:00
Sebastian Mendel
cfeb306526
coding standard: no spaces inside braces
2007-04-01 11:02:46 +00:00
Sebastian Mendel
b2f3ae5fcf
make $sql_query persistent (init it, never unset it, always assume it is set)
2007-04-01 09:26:14 +00:00
Marc Delisle
8da1b5a730
bug #1690718 Can't edit if BLOB and no PK
2007-03-31 13:08:50 +00:00
Marc Delisle
f124554ab1
unneeded test, thanks to Juergen Wind
2007-03-31 12:29:05 +00:00
Marc Delisle
f7d9e324a1
undefined index when creating a table
2007-03-31 11:15:24 +00:00
Sebastian Mendel
008734f8b0
do NEVER unset $table or $db;
...
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +00:00
Marc Delisle
d298724fd4
Edit next row: do not offer if no unique key on table
2007-03-26 13:23:24 +00:00
Sebastian Mendel
75fe2cfa9e
PMA_getTab(): added support for fragments in link
2007-03-21 12:36:49 +00:00
Sebastian Mendel
d0facc3d4f
splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php
2007-03-20 14:16:18 +00:00
Sebastian Mendel
aa8557d1a1
typo
2007-03-20 11:20:58 +00:00
Sebastian Mendel
817e790762
synced/fixed vim line
2007-03-19 17:55:39 +00:00
Sebastian Mendel
420a9d58e7
bug #1662976 Authentication fails when controluser/pass is set
2007-03-19 15:06:53 +00:00
Sebastian Mendel
c29b8627f9
hopefully cookie login is now working again as expected ...
2007-03-16 16:55:45 +00:00
Sebastian Mendel
aba1268619
[config] clean cookies on phpMyAdmin upgrade
2007-03-16 16:48:40 +00:00
Sebastian Mendel
af7691a469
bug #1676033 [core] pow(int,int) causes overflow
2007-03-14 12:47:37 +00:00
Sebastian Mendel
1eca371e5a
added support for byte and gigabyte in PMA_get_real_size()
2007-03-08 17:08:22 +00:00
Sebastian Mendel
b60610ee4a
changed message for possible exploit detection
2007-03-02 16:07:36 +00:00
Sebastian Mendel
6bf91cba55
bug #1672379 Call to undefined function PMA_removeCookie()
2007-03-02 13:09:01 +00:00
Sebastian Mendel
18853eece6
bug #1671813 CVE-2006-1549 deep recursion crash
2007-03-01 16:09:00 +00:00
Marc Delisle
a9e7d44382
bug #1659176 , memory error displaying a table with large BLOBs
2007-02-27 23:03:18 +00:00
Marc Delisle
9867ac0fc9
bug 1667466, undefined variable when export + save on server
2007-02-25 12:45:29 +00:00
Marc Delisle
8c88abd05a
avoid generating big links after an upload into a BLOB
2007-02-16 17:44:04 +00:00
Marc Delisle
2e61ea7d9d
white page after uploading a 700 Kio BLOB
2007-02-14 15:21:32 +00:00
Marc Delisle
38b0199cb4
typo
2007-02-10 16:01:22 +00:00
Marc Delisle
42ac66ad74
get rid of propicon
2007-02-10 15:58:46 +00:00
Michal Čihař
bcc5684a84
security fixes
2007-01-09 09:50:49 +00:00
Michal Čihař
4b503ead85
Add <div> to allow selecting whole SQL by tripple click (patch #1611591 ).
2007-01-02 09:11:46 +00:00
Marc Delisle
8e61869a17
RFE #1621025 , show SQL statements in Relation View
2006-12-29 16:27:25 +00:00
Marc Delisle
b7796e429c
patch #1592366 , using a host name as a URL parameter
2006-12-27 14:08:43 +00:00
Sebastian Mendel
cb0e5f3c94
added second optional parameter: $sql_query
2006-12-19 17:45:07 +00:00
Marc Delisle
14ff3c4729
bug #1615313 , doc refers to auth_type HTTP so enable it
2006-12-15 17:47:38 +00:00
Marc Delisle
00f6e5b4b7
bug #1607282 , add warning for loss of auto_increment due to a bug in older MySQL
2006-12-13 13:02:42 +00:00
Marc Delisle
d01f9977fb
remove uva prefix
2006-12-10 12:32:41 +00:00
Marc Delisle
0547dafd9b
bug #1603660 , incorrect escaping
2006-12-06 17:39:42 +00:00
Marc Delisle
3c5b5d693a
undefined index
2006-11-18 11:49:48 +00:00
Michal Čihař
7e5f61842c
Fix path disclossure while passing array as some params.
2006-11-17 09:32:19 +00:00
Michal Čihař
fb9a3a598e
Check before commit!
2006-11-17 08:49:30 +00:00
Michal Čihař
cac4247057
Rename db_* files to drop useless _details part.
2006-10-25 12:25:01 +00:00
Michal Čihař
ad06b4a991
Rename tbl_* files to drop useless _properties part.
2006-10-25 10:55:20 +00:00
Marc Delisle
6455e65bc9
wrong parameter when calling error.php
2006-10-19 20:48:14 +00:00
Michal Čihař
0564ecc946
Fix escaping of long query with js (thanks to Erwin for report).
2006-10-19 15:56:46 +00:00
Michal Čihař
bf22bc374f
Switch to \n on Mac, as it is reported to be common EOL there now (bug #1577590 ).
2006-10-16 11:56:36 +00:00
Michal Čihař
491187ed77
Rename left.php to navigation.php and modify all calls to that. Only config variables are kept as Left*.
2006-10-16 07:43:48 +00:00
Michal Čihař
92c898727f
Move cleanup to separate function (bug #1569123 ).
2006-10-13 07:52:34 +00:00
Michal Čihař
2b5baa6e9a
Check for sent headers, provide backtrace in this case.
2006-10-10 14:06:56 +00:00
Marc Delisle
094d4d1db0
security fixes
2006-09-29 13:52:08 +00:00
Marc Delisle
f442bf7003
bug #1519859 , avoid overflow on 64-bit machines
2006-09-23 12:31:28 +00:00
Sebastian Mendel
99bbc02686
more documentation fixes
2006-09-21 14:56:52 +00:00
Sebastian Mendel
1eadc0a41a
use @todo tag for todo items, to show up in generated documentation
2006-09-21 14:28:46 +00:00
Sebastian Mendel
ca44c117a2
moved some more code into class, some documentation improvements
2006-09-21 12:59:57 +00:00
Sebastian Mendel
45b04ab15d
replaced $dblist with new PMA_List_Database class
2006-09-20 11:15:56 +00:00
Marc Delisle
c78c200692
rename a function borrowed from Moodle to avoid double definition when PMA is called by Moodle
2006-09-15 11:43:05 +00:00
Marc Delisle
75acdfeb69
bug #1554166 , magic_quotes_runtime problems
2006-09-09 12:47:07 +00:00
Marc Delisle
8cf7947219
bug #1542865 , themes not switching
2006-08-30 21:55:59 +00:00
Michal Čihař
ab718291fd
Internationalise link to MySQL documentation when translation exists, this needs to be defined in language file (RFE #1547130 ).
2006-08-30 10:42:48 +00:00
Marc Delisle
6f95bf499a
bug #1544734 , error messages link outdated
2006-08-26 13:53:33 +00:00
Marc Delisle
efad3a52d2
bug #1542875 Cookie auth on IIS
2006-08-21 11:59:24 +00:00
Marc Delisle
0efa7e828e
bug #1534475 , arbitrary server not taken into account
2006-08-10 16:47:58 +00:00
Sebastian Mendel
39c52ac207
now really (forgot to return the unquoted string)
2006-08-02 12:18:09 +00:00
Sebastian Mendel
53ddec4168
forgot to replace escaped quotes
2006-08-02 11:58:08 +00:00
Sebastian Mendel
179917ec41
added PMA_unQuote() to remove quotes from strings
2006-08-02 11:34:38 +00:00
Sebastian Mendel
6d75c0afaf
added PMA_escapeJsString() to escape strings for JavaScript inside CDATA blocks
2006-08-02 10:15:56 +00:00
Sebastian Mendel
ed52b071a1
use PMA_Config class for cookie needs, do not unset not set cookie
2006-07-31 15:06:25 +00:00
Marc Delisle
35b1ab1f88
bug #1523784 , blank page after Edit in IE6 via IIS
2006-07-26 21:13:34 +00:00
Michal Čihař
64976261a3
Fix extension loading on HP-UX (bug #1524776 ), thanks to Francois Laupretre - flp1.
2006-07-18 20:40:40 +00:00
Sebastian Mendel
506b3cb938
bug #1477576 with rtl langs, navi links open in wrong frame
2006-07-03 15:01:45 +00:00
Marc Delisle
183441507c
check also single quotes
2006-06-30 13:13:19 +00:00
Marc Delisle
6d6f47bdb2
escape allowed parameters from non-token requests
2006-06-28 15:39:56 +00:00
Sebastian Mendel
1b7b9673ac
bug #1490556 Request-URI Too Large
2006-06-20 17:58:14 +00:00
Sebastian Mendel
1e1499eef2
did not recognize hard coded & when ; is set as url separator in php
2006-06-20 15:30:59 +00:00
Marc Delisle
840a5b3d56
bug #1498108 , support twice the separator in db name
2006-05-31 16:43:45 +00:00
Michal Čihař
22128e5f89
Fix reading database list with MySQL wildcards (bug #1487613 ).
2006-05-14 16:40:54 +00:00
Michal Čihař
d90fbbf27c
Better handle other URL separator than & (bug #1487365 ).
2006-05-12 15:39:33 +00:00
Michal Čihař
ed84a68f63
Use htmlspecialchars instead of htmlentities, it doesn't break utf-8.
2006-05-02 13:28:35 +00:00
Sebastian Mendel
9a4e3a65c2
improved themes
2006-04-27 13:18:42 +00:00
Michal Čihař
9f8afc5d4e
Reload language file after switch to utf-8 translation (bug #1442605 ).
2006-04-27 12:13:52 +00:00
Michal Čihař
3758013766
Better detection of duplicate rows (bug #1477500 ).
2006-04-27 09:16:32 +00:00
Michal Čihař
47bbff3b81
Make cookie login form work with token protection.
2006-04-25 14:46:51 +00:00
Michal Čihař
0bf717892f
Protect against external links which could perform any action (CVE-2006-1804).
2006-04-20 14:45:42 +00:00
Sebastian Mendel
2ce3cc1da9
- added option to PMA_arrayWalkRecursive() to use function also on keys
...
- un-magic_quotes_gpc also keys in GPC arrays
2006-04-12 16:41:27 +00:00
Sebastian Mendel
2511a03729
fixed bug #1469174 configuration changes not accepted in theme manager
2006-04-12 11:00:59 +00:00
Sebastian Mendel
fefedf57f5
fixed bug #1469109 PMA_backquote() issues
2006-04-12 08:47:44 +00:00
Sebastian Mendel
44a0f36096
use PMA_getenv()
2006-04-11 14:33:17 +00:00
Sebastian Mendel
0e1f1c0997
added PMA_getenv() as a wrapper to $_SERVER, $_ENV, getenv() and apache_getenv()
2006-04-11 13:58:58 +00:00
Marc Delisle
01b1374bc4
patch #1455286 , catch 'permission denied' error on SHOW DATABASES
2006-03-23 10:59:50 +00:00
Marc Delisle
d40a1dab40
mysqli and zend.ze1_compatibility_mode
2006-03-17 01:32:10 +00:00
Michal Čihař
7b48016c66
Add wrapper to show config errors even with no error reporting (RFE #1447173 ).
2006-03-16 22:15:07 +00:00
Michal Čihař
a70def98ca
Do not forget wrongly configured servers, otherwise user gets warning only on first access (RFE #1451521 ).
2006-03-16 21:58:37 +00:00
Marc Delisle
8597a6aabf
bug #1449715 , loading of binary data very slow
2006-03-14 16:44:37 +00:00
Marc Delisle
30afc8d7b0
bug 1445120, cookie login not working on IIS
2006-03-13 23:14:50 +00:00
Sebastian Mendel
5bdcd33740
replaced $_SERVER with getenv()
2006-03-06 11:32:58 +00:00
Marc Delisle
4b4305a20e
bug #1413880 , page status not preserved on Refresh
2006-03-04 12:48:46 +00:00
Sebastian Mendel
c438a35ac8
fixed bug #1436058 Notices while browsing table
2006-02-21 18:12:09 +00:00
Sebastian Mendel
cd340d8496
moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(), PMA_generateAlterTable() into class PMA_Table
2006-02-21 11:07:46 +00:00
Sebastian Mendel
9515f39849
moved PMA_generateFieldSpec() into PMA_Table
2006-02-21 10:17:37 +00:00
Sebastian Mendel
66d910e5bb
do not test for isset but strlen on orgname of table
2006-02-21 09:45:56 +00:00
Marc Delisle
c7bb1d9871
re-establish previous error reporting
2006-02-19 14:27:39 +00:00
Sebastian Mendel
c0ee9b9c13
PMA_getUvaCondition():
...
- fixed missing $analyzed_sql (partly bug #1431615 )
- added table names to column names (partly bug #1431615 )
- simplified search for alias
2006-02-19 09:47:16 +00:00
Marc Delisle
caeff963f8
bit operations are fun
2006-02-18 15:30:24 +00:00
Marc Delisle
b3f8d5cc88
bug #1377215 , errors with E_STRICT
2006-02-18 15:16:09 +00:00
Marc Delisle
5d87cfb2a2
array to string conversion
2006-02-17 21:06:24 +00:00
Sebastian Mendel
884834db27
fixed bug #1432626 'bad url error after select "(Databases)..."'
2006-02-17 09:20:55 +00:00
Marc Delisle
85b6320c3c
bug #1406378 , default value and auto_increment
2006-02-15 17:37:01 +00:00
Sebastian Mendel
43f74a9c2a
fixed bug #1416848 'Insert new row from Browse page'
2006-02-13 12:19:51 +00:00
Sebastian Mendel
7d54921f81
- fixed bug #1416848 'Insert new row from Browse page'
...
- PMA_checkPageValidity() [bug #1416848 ]
- added PMA_getIcon()
- PMA_getDbLink(): unescape names
2006-02-05 12:02:08 +00:00
Marc Delisle
7e93c28871
bug #1415465 , undefined variable
2006-02-04 18:38:42 +00:00
Marc Delisle
4a470bb142
bug #1418145 , missing global
2006-01-30 22:53:44 +00:00
Marc Delisle
cae374b0d4
optimization TODO
2006-01-29 19:07:15 +00:00
Marc Delisle
ef014b0fa3
left panel and view row count
2006-01-28 12:34:22 +00:00
Marc Delisle
54b07d2f66
bug #1396998 , avoid displaying exact row count for views, work in progress
2006-01-28 12:04:29 +00:00
Marc Delisle
2edb509535
bug #1410787 , incorrect merging of parameters contained in an array
2006-01-22 19:22:17 +00:00
Sebastian Mendel
0ae8842353
(not complete) PEAR coding standard
2006-01-17 17:03:02 +00:00
Marc Delisle
b0a89a0806
bug #1405956 , unitialized variable (link)
2006-01-16 17:45:30 +00:00
Sebastian Mendel
7358f5a712
allow 0 as name for database, table collumn, alias and index
2006-01-14 23:17:17 +00:00
Sebastian Mendel
d1301521b4
bug #1392924 undefined index: tab_count
2006-01-14 19:19:41 +00:00
Sebastian Mendel
974bfdc4b6
removed aditional check for table row count for left frame tree
...
(bug #1397061 Left frame not loaded correct on MySQL error)
2006-01-14 19:01:04 +00:00
Sebastian Mendel
062b408d0e
PMA_getTableList(): added second parameter to pass tables (if already fetched from db)
2006-01-14 18:00:59 +00:00
Marc Delisle
7ceba19cb8
remove high-ascii characters, and an assignment syntax that does not work on PHP 5.1.2
2006-01-12 20:55:46 +00:00
Marc Delisle
bf36b05181
bug #1397749 , Safari: space before PMA_linkOrButton link is part of the link
2006-01-07 13:01:07 +00:00
Marc Delisle
8a352989de
bug #1388167 , deleting a row in a table without a primary key, handle correctly is_js_confirmed
2005-12-31 14:41:26 +00:00
Marc Delisle
3efc3b718c
bug #1388116 , cannot pass TRUE by reference to PMA_setCookie
2005-12-22 16:09:31 +00:00
Marc Delisle
d1eb191324
bug #1381856 , Cannot edit a table having 40 columns
2005-12-22 13:27:59 +00:00
Marc Delisle
024261a924
does not return to correct page after a bookmark creation
2005-12-20 13:14:44 +00:00
Michal Čihař
fc270335cf
Add support for hiding databases (RFE #1372865 ).
2005-12-16 13:21:00 +00:00
Sebastian Mendel
541c4b9111
fixed handling of https and $cfg['ForceSSL'] (bug #1379491 )
2005-12-15 09:16:56 +00:00
Sebastian Mendel
05b1ab7820
fixed high ascii char
2005-12-13 00:11:42 +00:00
Sebastian Mendel
5b9cab5a91
check magic_quotes only once in common.inc.php
2005-12-12 14:28:28 +00:00
Sebastian Mendel
1b47c6c676
whitespaces
2005-12-12 13:45:01 +00:00
Sebastian Mendel
df95229536
*** empty log message ***
2005-12-12 13:22:33 +00:00
Sebastian Mendel
3df53b18de
use $goto_whitelist for $__redirect
2005-12-12 12:53:30 +00:00
Sebastian Mendel
e3ff258e16
moved stuff from grab_globals into common.inc.php (preprare removal of grab_globals)
...
check/init global required variables like: $lang, $server, $db, $table, $convcharset, $goto
introduced $goto-whitelist
PEAR coding standard
2005-12-12 12:48:00 +00:00
Marc Delisle
ee3825013d
prepare removal of grab_globals
2005-12-11 13:06:02 +00:00
Marc Delisle
948c3a1ddb
comments added
2005-12-08 20:42:07 +00:00
Marc Delisle
c0c7a8d188
unneeded parameter in PMA_safe_db_list
2005-12-08 20:17:30 +00:00
Sebastian Mendel
4c006a8e30
global init of $GLOBALS['url_params']
2005-12-08 13:33:28 +00:00
Sebastian Mendel
fe8553fa7b
removed PMA_isInto(), deprecated by in_array()
2005-12-08 12:37:38 +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
e096959857
wrong quote in common.lib.php
2005-12-06 09:54:55 +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
Sebastian Mendel
93c4ce3294
call __wakeup for Theme_Manager
2005-12-01 11:04:29 +00:00
Sebastian Mendel
ec92d86aa4
missing '/' in img path (bug #1370437 )
2005-12-01 08:11:15 +00:00
Sebastian Mendel
9429182dcf
removed references to defines.lib.php
2005-11-30 15:07:53 +00:00
Sebastian Mendel
220387cd28
- make use of new PMA_Config class in libraries/common.inc.php
...
- merged PMA_dl() from libraries/defines.lib.php into libraries/common.inc.php
- libraries/defines.lib.php: removed
2005-11-30 14:34:49 +00:00
Sebastian Mendel
a7b7f0bd11
- make use of new PMA_Theme and PMA_Theme_Manager classes
...
- remove libraries/select_theme.lib.php
2005-11-29 12:25:31 +00:00
Sebastian Mendel
277ba326df
- added PMA_setCookie() and PMA_removeCookie()
...
- moved setting of cookies from index.php into common.lib.php
2005-11-29 08:45:01 +00:00
Sebastian Mendel
a3affc28d6
moved all function to top, to make this as early as possible available
2005-11-28 16:31:58 +00:00
Sebastian Mendel
14ca239cd6
*** empty log message ***
2005-11-26 07:08:38 +00:00
Sebastian Mendel
5afd8905a6
define variables only where needed, and use NULL to define them, as some places test only for isset and not for content
2005-11-26 06:35:23 +00:00
Sebastian Mendel
a79b25c0e2
forgot to remove debugging stuff ...
2005-11-25 10:23:26 +00:00
Sebastian Mendel
f3ac2a9225
- make PMA_sendHeaderLocation() earlier available
...
- add SID only if set
- check for url params already exist or not (wether & . SID or ? . SID)
- respect arg_separator.input from php.ini
2005-11-25 10:18:49 +00:00
Michal Čihař
d4a6f3a670
Header and footer per themes (RFE #984152 ).
2005-11-25 08:17:42 +00:00
Michal Čihař
6aeabf44d1
Move footer.inc.php, header.inc.php and header_printview.inc.php to libraries folder as it does not require direct access.
2005-11-24 09:12:17 +00:00
Michal Čihař
280a47fecd
Add link for duplicating current frameset (RFE #1165206 ).
2005-11-23 21:06:51 +00:00
Michal Čihař
c7ec28b4c7
Do not complain if config file is not present, as we can still work in this case (bug #1364647 ).
2005-11-23 15:12:41 +00:00
Sebastian Mendel
0567bfe215
drop PMA_setFontSizes()
2005-11-23 14:17:53 +00:00
Michal Čihař
dc94d054eb
Configurable default connection collation (RFE #1025969 ).
2005-11-23 13:22:26 +00:00
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ř
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
Marc Delisle
3885bb6bd7
dbh becomes controllink
2005-11-20 14:00:49 +00:00
Sebastian Mendel
29ddb36e9a
sorry, wrong version checked in
2005-11-20 11:52:17 +00:00
Sebastian Mendel
851763cb17
prevent undefined constants (if server connection fails)
2005-11-20 11:26:13 +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
507ea546b8
added $GLOBALS['PMA_errors'] array
2005-11-17 12:07:13 +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
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
Marc Delisle
5de17e7cc9
patch #1252031 , CSS for navigation tabs
2005-08-16 17:52:06 +00:00
Marc Delisle
3cfc06163a
bug #1259951 , invalid argument for foreach()
2005-08-15 17:18:37 +00:00
Marc Delisle
80aecf6518
bugs 1248577 (incorrect message 'you should define a primary key') and 1253125 (request-URI too large)
2005-08-14 19:31:55 +00:00
Marc Delisle
7b1d7b42cc
patch #1246245 , tree in databases selector
2005-08-04 14:47:31 +00:00
Michal Čihař
d9977e23ae
Show error header on error to make clear that something bad has happened.
2005-08-04 13:52:51 +00:00
Marc Delisle
1d785c1212
patch #1249457 , display improvements
2005-08-02 13:19:30 +00:00
Marc Delisle
2e5c10aa2f
bug #1249239 , XSS vulnerability on Create page
2005-08-01 12:38:56 +00:00
Marc Delisle
0966e9faa0
RFE #1177459 , BOOL column type
2005-07-27 00:27:49 +00:00
Michal Čihař
2b28fc510d
Use eval for config file including to catch parse errors (bug #1223319 ), on error page display config file that actually failed.
2005-07-13 11:16:51 +00:00
Robin Johnson
63798666e5
Document previous foreign-key dropdown work, and also ensure that the configuration import code works properly with it.
2005-07-11 05:51:13 +00:00
Michal Čihař
34bd15df0e
Use post for print view when query is too big (bug #1203692 ).
2005-07-10 21:08:52 +00:00
Michal Čihař
fc1be828b6
User can now have different theme per server (RFE #1231599 ).
2005-07-10 18:42:00 +00:00
Michal Čihař
c6f540be72
Configurable file name templates (RFE #1226941 ).
2005-06-24 12:17:07 +00:00
Marc Delisle
ab217262ea
bug #1216901 , missing backquotes on the Browse feature in case of duplicate entry
2005-06-08 16:58:00 +00:00
Marc Delisle
8fef0686cf
bug #1207395 , undefined theme_generation, theme_version
2005-05-24 10:37:38 +00:00
Marc Delisle
0a136cbfba
bug #1185152 , setting collation for a field
2005-05-03 22:50:31 +00:00
Marc Delisle
179c05acfb
bug #1193223 , undefined index htmlexcel_null
2005-05-02 16:49:38 +00:00
Marc Delisle
450f13064c
bug #1179241 escaping apostrophe in generated PHP code
2005-04-25 20:24:35 +00:00
Marc Delisle
15d5334de6
bug #117686 , tbl_alter.php
2005-04-07 17:46:03 +00:00
Marc Delisle
01a27e8d26
bug #1163595 , problem 6
2005-04-01 20:59:46 +00:00
Marc Delisle
effac6b69f
bug #1163595 , problem 4
2005-04-01 20:50:59 +00:00
Marc Delisle
6289ccb49c
default current_timestamp is only for TIMESTAMP
2005-04-01 17:19:38 +00:00
Marc Delisle
25468cde68
XSS vuln on convcharset
2005-03-29 21:11:31 +00:00
Alexander M. Turek
c15147a848
Force separate connection for controluser queries
2005-03-24 20:57:00 +00:00
Marc Delisle
b8b9334da9
experimental support in table structure editing for MySQL 4.1.2+ TIMESTAMP options
2005-03-16 17:23:58 +00:00
Michal Čihař
a9aedbe951
Unified cookie path handling, added / to end of path (bug #1155373 ).
2005-03-06 21:10:53 +00:00
Marc Delisle
92ca7e0b2c
native comments
2005-03-05 23:26:34 +00:00