phpmyadmin/crack.git
16 years agosorry, wrong version checked inRELEASE_2_7_0PL2
Sebastian Mendel [Sun, 20 Nov 2005 11:52:17 +0000 (20 11:52 +0000)]
sorry, wrong version checked in

16 years agoundefined variable (if server connection fails)
Sebastian Mendel [Sun, 20 Nov 2005 11:49:57 +0000 (20 11:49 +0000)]
undefined variable (if server connection fails)

16 years agoprevent undefined constants (if server connection fails)
Sebastian Mendel [Sun, 20 Nov 2005 11:26:13 +0000 (20 11:26 +0000)]
prevent undefined constants (if server connection fails)

16 years agorequire_once server_common.inc.php
Sebastian Mendel [Fri, 18 Nov 2005 18:13:59 +0000 (18 18:13 +0000)]
require_once server_common.inc.php

16 years agouse superscript tag for comment
Sebastian Mendel [Fri, 18 Nov 2005 18:03:43 +0000 (18 18:03 +0000)]
use superscript tag for comment

16 years agoinitialize in case there are no databases (MySQL < 5.0)
Marc Delisle [Fri, 18 Nov 2005 13:36:25 +0000 (18 13:36 +0000)]
initialize in case there are no databases (MySQL < 5.0)

16 years agoundeclared variables
Sebastian Mendel [Fri, 18 Nov 2005 13:34:08 +0000 (18 13:34 +0000)]
undeclared variables

16 years agojavascript warning: function does not always return a vlaue
Sebastian Mendel [Fri, 18 Nov 2005 13:28:29 +0000 (18 13:28 +0000)]
javascript warning: function does not always return a vlaue

16 years agomissing ; after &quot
Sebastian Mendel [Fri, 18 Nov 2005 13:24:43 +0000 (18 13:24 +0000)]
missing ; after &quot

16 years agofixed minimum_common for css files
Sebastian Mendel [Fri, 18 Nov 2005 13:10:34 +0000 (18 13:10 +0000)]
fixed minimum_common for css files

16 years ago- common.lib.php should REALLY REALLY and ALWAYS be the first include
Sebastian Mendel [Fri, 18 Nov 2005 13:02:36 +0000 (18 13:02 +0000)]
- common.lib.php should REALLY REALLY and ALWAYS be the first include
- no other calls to grab_gloabls.lib.php

16 years agocommon.lib.php should REALLY REALLY and ALWAYS be the first include
Sebastian Mendel [Fri, 18 Nov 2005 12:50:49 +0000 (18 12:50 +0000)]
common.lib.php should REALLY REALLY and ALWAYS be the first include

16 years agodo not truncate rowcount and next autoindex
Sebastian Mendel [Fri, 18 Nov 2005 12:26:59 +0000 (18 12:26 +0000)]
do not truncate rowcount and next autoindex

16 years agosmall improvements
Sebastian Mendel [Fri, 18 Nov 2005 12:11:16 +0000 (18 12:11 +0000)]
small improvements

16 years agosmall improvements
Sebastian Mendel [Fri, 18 Nov 2005 12:10:17 +0000 (18 12:10 +0000)]
small improvements

16 years agofixed font sizes
Sebastian Mendel [Fri, 18 Nov 2005 11:47:01 +0000 (18 11:47 +0000)]
fixed font sizes

16 years agosmall improvements
Sebastian Mendel [Fri, 18 Nov 2005 11:33:30 +0000 (18 11:33 +0000)]
small improvements

16 years ago- require_once common.lib.php BEFORE ANYTHING else
Sebastian Mendel [Fri, 18 Nov 2005 11:31:15 +0000 (18 11:31 +0000)]
- require_once common.lib.php BEFORE ANYTHING else
- unified style, removed tables
- removed superuser check for dbstats

16 years agolang
Marc Delisle [Thu, 17 Nov 2005 17:40:06 +0000 (17 17:40 +0000)]
lang

16 years agoupdate
Marc Delisle [Thu, 17 Nov 2005 17:38:41 +0000 (17 17:38 +0000)]
update

16 years agoupdate
Marc Delisle [Thu, 17 Nov 2005 17:24:36 +0000 (17 17:24 +0000)]
update

16 years agopatch #1353283, improvements to doc
Marc Delisle [Thu, 17 Nov 2005 14:26:25 +0000 (17 14:26 +0000)]
patch #1353283, improvements to doc

16 years ago- wrong check for empty
Sebastian Mendel [Thu, 17 Nov 2005 13:53:06 +0000 (17 13:53 +0000)]
- wrong check for empty
- forgot to check $sanitize

16 years agofixed $strCantLoad
Sebastian Mendel [Thu, 17 Nov 2005 13:15:25 +0000 (17 13:15 +0000)]
fixed $strCantLoad

16 years agodont use deprecated tags
Sebastian Mendel [Thu, 17 Nov 2005 13:12:58 +0000 (17 13:12 +0000)]
dont use deprecated tags

16 years agosorry, is used ...
Sebastian Mendel [Thu, 17 Nov 2005 12:42:38 +0000 (17 12:42 +0000)]
sorry, is used ...

16 years agofall back to alternative mysql extension if selected fails and switch to error.php...
Sebastian Mendel [Thu, 17 Nov 2005 12:15:59 +0000 (17 12:15 +0000)]
fall back to alternative mysql extension if selected fails and switch to error.php if this fails too
- moved loading of extension out of libraries/dbi/* into libraries/database_interface.lib.php

16 years agoadded $GLOBALS['PMA_errors'] array
Sebastian Mendel [Thu, 17 Nov 2005 12:07:13 +0000 (17 12:07 +0000)]
added $GLOBALS['PMA_errors'] array

16 years ago*REVERT* do not prevent import pma_*
Sebastian Mendel [Thu, 17 Nov 2005 11:59:44 +0000 (17 11:59 +0000)]
*REVERT* do not prevent import pma_*

16 years agoadded variables starting with pma_, numeric or containing spaces to $import_blacklist
Sebastian Mendel [Thu, 17 Nov 2005 11:29:15 +0000 (17 11:29 +0000)]
added variables starting with pma_, numeric or containing spaces to $import_blacklist

16 years agokeep the global space clean
Sebastian Mendel [Thu, 17 Nov 2005 11:12:03 +0000 (17 11:12 +0000)]
keep the global space clean
- unset variables after use
- commented out some never used variables

16 years agojust to be sure:
Sebastian Mendel [Thu, 17 Nov 2005 09:45:12 +0000 (17 09:45 +0000)]
just to be sure:
- clean/empty $GLOBALS with $variables_whitelist
- unset some vars after use
- check all superglobals that could be imported by register_globals=on
  for GLOBALS key (not only _REQUEST and _FILES )
- added $import_blacklist
- rewrote PMA_gpc_extract()
  - use $import_blacklist
  - documentation

16 years agonew query window behavior
Marc Delisle [Wed, 16 Nov 2005 18:56:24 +0000 (16 18:56 +0000)]
new query window behavior

16 years agomissing menu tabs
Marc Delisle [Wed, 16 Nov 2005 14:50:13 +0000 (16 14:50 +0000)]
missing menu tabs

16 years agoremoved unused graphics
Sebastian Mendel [Wed, 16 Nov 2005 11:08:31 +0000 (16 11:08 +0000)]
removed unused graphics

16 years agoremoved unused graphics
Sebastian Mendel [Wed, 16 Nov 2005 10:54:15 +0000 (16 10:54 +0000)]
removed unused graphics

16 years agoadded missing themes/darkblue_orange/img/error.ico and use it
Sebastian Mendel [Wed, 16 Nov 2005 10:48:36 +0000 (16 10:48 +0000)]
added missing themes/darkblue_orange/img/error.ico and use it

16 years agoAdd label for create database input.
Michal Čihař [Tue, 15 Nov 2005 11:18:48 +0000 (15 11:18 +0000)]
Add label for create database input.

16 years agoUse define rather than variable for conditional paths.
Michal Čihař [Tue, 15 Nov 2005 11:14:17 +0000 (15 11:14 +0000)]
Use define rather than variable for conditional paths.

16 years agoAllways send text/html content type.
Michal Čihař [Tue, 15 Nov 2005 11:02:08 +0000 (15 11:02 +0000)]
Allways send text/html content type.

16 years agoDo not use common header file, as there is nothing common at all.
Michal Čihař [Tue, 15 Nov 2005 11:00:32 +0000 (15 11:00 +0000)]
Do not use common header file, as there is nothing common at all.

16 years agoremoved space arround form elements
Sebastian Mendel [Mon, 14 Nov 2005 15:18:49 +0000 (14 15:18 +0000)]
removed space arround form elements

16 years ago- added class icon to images
Sebastian Mendel [Mon, 14 Nov 2005 15:01:20 +0000 (14 15:01 +0000)]
- added class icon to images
- fixed select all rows/row maker
- removed arrow_ltr/rtl.png for vertical display
- cleaned up php code and html output

16 years agoFix %f expansion (bug #1355776).
Michal Čihař [Mon, 14 Nov 2005 13:32:16 +0000 (14 13:32 +0000)]
Fix %f expansion (bug #1355776).

16 years agoadded class icon
Sebastian Mendel [Mon, 14 Nov 2005 11:28:12 +0000 (14 11:28 +0000)]
added class icon

16 years agoadded class icon
Sebastian Mendel [Mon, 14 Nov 2005 11:28:12 +0000 (14 11:28 +0000)]
added class icon

16 years agopmaTooltip(): undefined variable docY
Sebastian Mendel [Mon, 14 Nov 2005 11:23:47 +0000 (14 11:23 +0000)]
pmaTooltip(): undefined variable docY

16 years agopmaTooltip(): no return value, additional check
Sebastian Mendel [Mon, 14 Nov 2005 10:59:40 +0000 (14 10:59 +0000)]
pmaTooltip(): no return value, additional check

16 years agobug #1342683 Wrong URL to error.ico
Sebastian Mendel [Mon, 14 Nov 2005 09:31:26 +0000 (14 09:31 +0000)]
bug #1342683 Wrong URL to error.ico

16 years agoSmall improvements.
Michal Čihař [Sun, 13 Nov 2005 23:16:15 +0000 (13 23:16 +0000)]
Small improvements.

16 years agoDrop $cfg['ShowMysqlInfo'] and $cfg['ShowMysqlVars'] and show info in all cases....
Michal Čihař [Sun, 13 Nov 2005 21:04:50 +0000 (13 21:04 +0000)]
Drop $cfg['ShowMysqlInfo'] and $cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser condition from showing php info.

16 years agofixed translation
Sebastian Mendel [Sun, 13 Nov 2005 08:30:15 +0000 (13 08:30 +0000)]
fixed translation

16 years ago- bug #1353437 Table/Column privileges brokeness new in HEAD
Sebastian Mendel [Sun, 13 Nov 2005 08:10:26 +0000 (13 08:10 +0000)]
- bug #1353437 Table/Column privileges brokeness new in HEAD
- fixed proper display fo yes/no for column/table specific rights
- fixed row selection
- make use of javascript:un/markAllRows()
- adapted layout like db, table and row lists

16 years agoinclude functions.js for server_privilegs.php
Sebastian Mendel [Sun, 13 Nov 2005 08:08:58 +0000 (13 08:08 +0000)]
include functions.js for server_privilegs.php

16 years ago- removed setCheckboxes()
Sebastian Mendel [Sun, 13 Nov 2005 08:07:39 +0000 (13 08:07 +0000)]
- removed setCheckboxes()

16 years ago- removed deprecated function setCheckboxesRange()
Sebastian Mendel [Sun, 13 Nov 2005 08:06:14 +0000 (13 08:06 +0000)]
- removed deprecated function setCheckboxesRange()
- rewrote setCheckboxes()

16 years agowrong js function call
Sebastian Mendel [Sun, 13 Nov 2005 06:19:20 +0000 (13 06:19 +0000)]
wrong js function call

16 years agolang
Marc Delisle [Sat, 12 Nov 2005 00:45:08 +0000 (12 00:45 +0000)]
lang

16 years agoupdate
Marc Delisle [Sat, 12 Nov 2005 00:43:10 +0000 (12 00:43 +0000)]
update

16 years agolang
Marc Delisle [Sat, 12 Nov 2005 00:35:58 +0000 (12 00:35 +0000)]
lang

16 years agoupdates
Marc Delisle [Sat, 12 Nov 2005 00:35:07 +0000 (12 00:35 +0000)]
updates

16 years agoavoid showing html tag in error message
Marc Delisle [Sat, 12 Nov 2005 00:22:45 +0000 (12 00:22 +0000)]
avoid showing html tag in error message

16 years agoRevert fix for #1353437, there are wrong data and not displaying of it, fix bad displ...
Michal Čihař [Thu, 10 Nov 2005 21:41:01 +0000 (10 21:41 +0000)]
Revert fix for #1353437, there are wrong data and not displaying of it, fix bad display of table privileges.

16 years agohandle many hosts per user definition for checkbox labels
Marc Delisle [Thu, 10 Nov 2005 21:20:59 +0000 (10 21:20 +0000)]
handle many hosts per user definition for checkbox labels

16 years agobug #1353437, undefined index in server_privileges.php
Marc Delisle [Thu, 10 Nov 2005 21:15:21 +0000 (10 21:15 +0000)]
bug #1353437, undefined index in server_privileges.php

16 years agobug #1353435, selecting users to drop is broken
Marc Delisle [Thu, 10 Nov 2005 20:50:33 +0000 (10 20:50 +0000)]
bug #1353435, selecting users to drop is broken

16 years agobug #1352479, message if no session support
Marc Delisle [Thu, 10 Nov 2005 20:02:48 +0000 (10 20:02 +0000)]
bug #1352479, message if no session support

16 years ago= is correct for comparsion in shell.
Michal Čihař [Thu, 10 Nov 2005 17:32:58 +0000 (10 17:32 +0000)]
= is correct for comparsion in shell.

16 years agoundefined index
Marc Delisle [Wed, 9 Nov 2005 18:54:10 +0000 (9 18:54 +0000)]
undefined index

16 years ago- added js:markAllRows(), js:unMarkAllRows()
Sebastian Mendel [Wed, 9 Nov 2005 16:59:11 +0000 (9 16:59 +0000)]
- added js:markAllRows(), js:unMarkAllRows()
- check/uncheck all rows now sets mark color for this rows

16 years agosuperscript 1 for Length/Values
Marc Delisle [Wed, 9 Nov 2005 16:37:02 +0000 (9 16:37 +0000)]
superscript 1 for Length/Values

16 years agobug #1339184 (for bookmark insertion)
Marc Delisle [Wed, 9 Nov 2005 13:30:17 +0000 (9 13:30 +0000)]
bug #1339184 (for bookmark insertion)

16 years agojavascript errors
Sebastian Mendel [Wed, 9 Nov 2005 13:13:27 +0000 (9 13:13 +0000)]
javascript errors

16 years agobug 1245891, too large scaling in PDF schema
Marc Delisle [Wed, 9 Nov 2005 12:58:28 +0000 (9 12:58 +0000)]
bug 1245891, too large scaling in PDF schema

16 years agodb with only table specific rights where not displayed if there was not at least...
Sebastian Mendel [Wed, 9 Nov 2005 12:36:13 +0000 (9 12:36 +0000)]
db with only table specific rights where not displayed if there was not at least one db with db specfic rights

16 years ago- added PMA_getDbLink
Sebastian Mendel [Wed, 9 Nov 2005 10:38:33 +0000 (9 10:38 +0000)]
- added PMA_getDbLink
- use fieldset for create table from

16 years ago- added PMA_DBI_get_default_engine()
Sebastian Mendel [Wed, 9 Nov 2005 10:06:38 +0000 (9 10:06 +0000)]
- added PMA_DBI_get_default_engine()
- display default engine in table list footer

16 years agofixed display issues
Sebastian Mendel [Wed, 9 Nov 2005 09:33:52 +0000 (9 09:33 +0000)]
fixed display issues

16 years agobug #1351743 undefined function: pma_getservercollation()
Sebastian Mendel [Wed, 9 Nov 2005 08:56:35 +0000 (9 08:56 +0000)]
bug #1351743 undefined function: pma_getservercollation()

16 years agoXHTML validity
Marc Delisle [Tue, 8 Nov 2005 17:46:02 +0000 (8 17:46 +0000)]
XHTML validity

16 years agobug #1350872 Broken Link in Structure Tab
Sebastian Mendel [Tue, 8 Nov 2005 09:54:52 +0000 (8 09:54 +0000)]
bug #1350872 Broken Link in Structure Tab

16 years agofixed/added favicon
Sebastian Mendel [Tue, 8 Nov 2005 09:45:13 +0000 (8 09:45 +0000)]
fixed/added favicon

16 years agoentry for Sebastian
Marc Delisle [Tue, 8 Nov 2005 02:36:03 +0000 (8 02:36 +0000)]
entry for Sebastian

16 years agomaybe beta2
Marc Delisle [Tue, 8 Nov 2005 02:31:24 +0000 (8 02:31 +0000)]
maybe beta2

16 years ago2.7.0-beta1
Marc Delisle [Tue, 8 Nov 2005 01:41:08 +0000 (8 01:41 +0000)]
2.7.0-beta1

16 years agoupdate
Marc Delisle [Mon, 7 Nov 2005 21:52:31 +0000 (7 21:52 +0000)]
update

16 years agoundefined db_is_information_schema
Marc Delisle [Mon, 7 Nov 2005 20:28:31 +0000 (7 20:28 +0000)]
undefined db_is_information_schema

16 years agobug #1305585 Add field(s) -> type ENTER
Sebastian Mendel [Mon, 7 Nov 2005 16:55:00 +0000 (7 16:55 +0000)]
bug #1305585 Add field(s) -> type ENTER

16 years agoUndefined variable: db_is_information_schema
Sebastian Mendel [Mon, 7 Nov 2005 11:59:30 +0000 (7 11:59 +0000)]
Undefined variable: db_is_information_schema

16 years agobug #985399 MIME-based in print view / need to select the pk
Sebastian Mendel [Mon, 7 Nov 2005 10:31:56 +0000 (7 10:31 +0000)]
bug #985399 MIME-based in print view / need to select the pk

16 years agolang
Marc Delisle [Sun, 6 Nov 2005 21:40:07 +0000 (6 21:40 +0000)]
lang

16 years agoupdate
Marc Delisle [Sun, 6 Nov 2005 21:39:15 +0000 (6 21:39 +0000)]
update

16 years agoPMA_DBI_convert_message(): use $GLOBALS['charset'] as target, renamed $lang to $serve...
Sebastian Mendel [Sun, 6 Nov 2005 13:59:13 +0000 (6 13:59 +0000)]
PMA_DBI_convert_message(): use $GLOBALS['charset'] as target, renamed $lang to $server_language

16 years agoclarify
Marc Delisle [Sun, 6 Nov 2005 13:32:56 +0000 (6 13:32 +0000)]
clarify

16 years agouse fieldset for 'bookmark this'
Sebastian Mendel [Sun, 6 Nov 2005 12:33:40 +0000 (6 12:33 +0000)]
use fieldset for 'bookmark this'

16 years ago- added PMA_DBI_convert_message()
Sebastian Mendel [Sun, 6 Nov 2005 12:14:43 +0000 (6 12:14 +0000)]
- added PMA_DBI_convert_message()
- bug #1344654 Not converted mysql error message to chosen user language

16 years agono import, drop, rights, operation for information_schema
Sebastian Mendel [Sun, 6 Nov 2005 00:16:00 +0000 (6 00:16 +0000)]
no import, drop, rights, operation for information_schema

16 years ago- no drop, empty, operation, insert, import for information_schema tables
Sebastian Mendel [Sat, 5 Nov 2005 23:55:15 +0000 (5 23:55 +0000)]
- no drop, empty, operation, insert, import for information_schema tables
- enabled export for views

16 years agoupdated database list:
Sebastian Mendel [Sat, 5 Nov 2005 19:48:05 +0000 (5 19:48 +0000)]
updated database list:
- added PMA_getServerCollation()
  - display server collation in db list footer
- added PMA_DBI_get_databases_full()
  - make use of info_schema on MySQL 5
  - always display db stats for MySQL 5
- fixed html output
- replaced " with ' in some queries

16 years agodropped deprecated style classes
Sebastian Mendel [Sat, 5 Nov 2005 18:58:47 +0000 (5 18:58 +0000)]
dropped deprecated style classes