Commit Graph

260 Commits

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