Michal Čihař
8b8ce64792
Fix XSS on dbname.
2010-08-18 12:22:19 +02:00
Sebastian Mendel
d35c14a0a9
fixed possible SQL injection using database name
2007-11-09 07:41:47 +00:00
Marc Delisle
18a9fe81c1
bug #1826022 [privileges] unable to add user (MySQL 3.23) since PMA 2.11.2
2007-11-07 12:46:56 +00:00
Sebastian Mendel
bb7587aabb
bug #1811519 [privileges] fixed used collation for accessing mysql.user in server privileges
2007-10-15 09:20:30 +00:00
Sebastian Mendel
e5f63d8f45
fixed bug #1811519 Can't delete user with a german umlaut.
2007-10-12 12:15:21 +00:00
Sebastian Mendel
4d7b4826ed
patch #1807615 [GUI] Display patch for column rights in Opera
2007-10-11 11:19:39 +00:00
Marc Delisle
609d38a9cd
start QA_11
2007-07-18 15:55:11 +00:00
Marc Delisle
e2599e32c5
start QA_2_11
2007-07-18 15:54:09 +00:00
Marc Delisle
6147b3565e
Support password hashing on the Edit Privileges interface
2007-07-18 15:32:08 +00:00
Sebastian Mendel
cfeb306526
coding standard: no spaces inside braces
2007-04-01 11:02:46 +00:00
Sebastian Mendel
adb39168cc
coding standard: no braces around include
2007-04-01 09:51:41 +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
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
374abd5173
fixed/added page level docblock
2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762
synced/fixed vim line
2007-03-19 17:55:39 +00:00
Marc Delisle
3ad4d14bde
bug #1635377 , superfluous backslash
2007-01-20 15:38:45 +00:00
Marc Delisle
a3c4e465e4
bug #1614087 , deleting a user having a
...
global GRANT privilege fails under MySQL 4.1.x
2007-01-02 15:40:25 +00:00
Marc Delisle
3bee553ab2
grant all privileges on wildcard name: did not work as intended
2006-12-05 17:55:26 +00:00
Michal Čihař
dda0db43d0
Use correct links (patch #1607236 ).
2006-12-05 10:24:03 +00:00
Michal Čihař
a247be5fc0
Add IF NOT EXISTS to CREATE DATABASE query (RFE #1608372 ), reload navigation after creating database.
2006-12-05 10:11:16 +00:00
Michal Čihař
5eb166184f
Rename db_details_db_info.inc.php to db_info.inc.php.
2006-10-19 08:58:57 +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
Marc Delisle
7e6b238fb9
bug #1526557 , display error when admin lacks some privileges and tries to do a privilege change
2006-07-26 20:41:59 +00:00
Marc Delisle
fde2f613ad
bug #1478812 , Add new user, password containing backslash
2006-05-17 10:33:23 +00:00
Michal Čihař
817c2339bd
Create database for newly created user (RFE #479640 ).
2006-04-26 22:20:31 +00:00
Sebastian Mendel
0a9c4fc3eb
never rush a checkin - its allways trouble
2006-04-11 15:13:22 +00:00
Sebastian Mendel
44a0f36096
use PMA_getenv()
2006-04-11 14:33:17 +00:00
Marc Delisle
95fe3cecab
bug 1427707, radio button unselectable
2006-03-21 17:41:33 +00:00
Marc Delisle
e35b13a8a6
MySQL < 4.0.2 compatibility
2006-03-14 17:37:28 +00:00
Sebastian Mendel
0ae8842353
(not complete) PEAR coding standard
2006-01-17 17:03:02 +00:00
Marc Delisle
258d8bf84c
typo
2006-01-16 17:22:14 +00:00
Sebastian Mendel
7358f5a712
allow 0 as name for database, table collumn, alias and index
2006-01-14 23:17:17 +00:00
Marc Delisle
0ebee3fbc8
bug #1398018 , Safari fieldset float issue in privileges screens
2006-01-07 13:13:05 +00:00
Marc Delisle
f79c3973d6
some options to remove a user do not work on MySQL 4.1.1+
2006-01-04 17:46:51 +00:00
Michal Čihař
b61e1e99ad
Fix XHTML.
2005-12-08 19:25:44 +00:00
Marc Delisle
ef4ea978e1
do not use UNION DISTINCT
2005-12-04 19:51:23 +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ř
5fe9f0f259
Move db_details_{common,db_info,links}.php to libraries folder as it does not require direct access.
2005-11-24 08:42:20 +00:00
Michal Čihař
66aa9d2396
Move server_{links,common}.inc.php to libraries folder as it does not require direct access.
2005-11-24 08:29:44 +00:00
Sebastian Mendel
0567bfe215
drop PMA_setFontSizes()
2005-11-23 14:17:53 +00:00
Sebastian Mendel
fcf387bc70
common.lib.php should REALLY REALLY and ALWAYS be the first include
2005-11-18 12:50:49 +00:00
Sebastian Mendel
088b3cf07a
- 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
2005-11-13 08:10:26 +00:00
Michal Čihař
9df1de79bc
Revert fix for #1353437 , there are wrong data and not displaying of it, fix bad display of table privileges.
2005-11-10 21:41:01 +00:00
Marc Delisle
7868520c9f
handle many hosts per user definition for checkbox labels
2005-11-10 21:20:59 +00:00
Marc Delisle
508f5a2348
bug #1353437 , undefined index in server_privileges.php
2005-11-10 21:15:21 +00:00
Marc Delisle
e9199acb65
bug #1353435 , selecting users to drop is broken
2005-11-10 20:50:33 +00:00
Sebastian Mendel
267674f962
javascript errors
2005-11-09 13:13:27 +00:00
Sebastian Mendel
2da8671831
db with only table specific rights where not displayed if there was not at least one db with db specfic rights
2005-11-09 12:36:13 +00:00
Marc Delisle
ce68e023e2
undefined variable
2005-11-01 18:46:42 +00:00
Marc Delisle
0a7036cfa1
do not display password No if this is not a real user definition
2005-10-31 13:39:33 +00:00