Commit Graph

281 Commits

Author SHA1 Message Date
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