Commit Graph

151 Commits

Author SHA1 Message Date
Michal Čihař
e4e121234b There is no longer message for MySQL < 5. 2010-04-19 14:25:17 +02:00
Michal Čihař
5426dec6e4 Unify order of wildcards in messages. 2010-03-12 00:24:15 +01:00
Michal Čihař
8781e81c5e Move some messages to places where they belong.
This is bascially just test that everything works as expected, much more
messages should follow.
2010-03-11 23:58:38 +01:00
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Herman van Rink
7e4bc32a6b rfe #838637 Added semicolon to privilege export 2010-02-24 09:26:20 +00:00
Herman van Rink
fa735255b8 [privileges] Improve escaping of hostname 2010-01-06 08:08:42 +00:00
Marc Delisle
61855289e5 add protection in generated SQL query, thanks to Herman van Rink 2010-01-04 16:40:20 +00:00
Marc Delisle
5f7084b8e3 rfe #838637 Export user privileges 2010-01-03 16:01:49 +00:00
Marc Delisle
bb8084e0ca Action should always be displayed here 2010-01-03 13:04:15 +00:00
Marc Delisle
e22d2204e5 improved escaping, thanks to Herman van Rink 2009-10-12 21:53:01 +00:00
Herman van Rink
2c80454a14 bug [gui] Generate Password not working for 'Change Login Information', only for 'Change password' 2009-07-12 12:13:11 +00:00
Marc Delisle
f440d45fc4 bug #2816840 [priv] Cannot change details for a user 2009-07-06 19:52:47 +00:00
Herman van Rink
933eb845de [security] XSS: Insufficient output sanitizing (not exploitable without a valid token) 2009-06-30 13:19:39 +00:00
Marc Delisle
8480ffb665 improve function names 2009-06-07 11:09:13 +00:00
Marc Delisle
28751aba54 bug #2796066 [priv] Inconsistent display of databases list 2009-06-02 16:53:44 +00:00
Marc Delisle
70c6e5a32c rfe #2657696 Automatically copy generated password 2009-05-04 16:32:16 +00:00
Marc Delisle
01dbe95dff add reference to mysql_upgrade command 2009-03-05 16:57:43 +00:00
Michal Čihař
eceb0aa5bc rfe #2186820 Explanation for using Host table. 2009-03-03 15:08:13 +00:00
Marc Delisle
de126075ef patch #2596230 [XHTML] View table headers/footers completely 2009-02-20 09:22:20 +00:00
Marc Delisle
3755869d83 patch #2541261, improvement to patch #2506831 2009-02-01 12:26:33 +00:00
Marc Delisle
e37c506dd6 patch #2505255 [privileges] Cleanup, thanks to Virsacer - virsacer 2009-01-27 17:54:57 +00:00
Marc Delisle
fba0302bd1 patch #2506831 [privileges] Create user for existing database 2009-01-17 22:22:52 +00:00
Marc Delisle
bd3595f7cb patch #2498350 [cleanup] XHTML cleanup 2009-01-13 22:55:44 +00:00
Marc Delisle
f606970a1f bug #2416418 Escaping special characters (and other problems too) 2009-01-04 20:26:23 +00:00
Michal Čihař
50ea90e605 Use PMA_backquote where applicable. 2008-12-09 13:04:19 +00:00
Marc Delisle
9b5b648e65 patch #1821619 [privileges] Extra back reference when editing table-specific privileges 2008-12-08 17:39:30 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
e94d069cf2 patch #2176438 [privileges] Wrong message when changing password 2008-10-18 23:35:22 +00:00
Marc Delisle
3b5b6ed3f7 bug #2063100 Unknown column Event_priv 2008-08-21 16:55:31 +00:00
Marc Delisle
ad63e8f0eb use PMA_generate_html_radio() 2008-01-08 18:22:40 +00:00
Sebastian Mendel
ace0569f94 fixed possible SQL injection using database name 2007-11-09 07:41:47 +00:00
Marc Delisle
5abf6d7bb7 this must have been tracing code :) 2007-10-19 17:26:12 +00:00
Sebastian Mendel
26599a4fe2 fixed call to PMA_Message::addParam() 2007-10-18 07:24:04 +00:00
Sebastian Mendel
107fc46ad9 make use of PMA_Message 2007-10-16 12:14:19 +00:00
Sebastian Mendel
55356e7b5e cleanup
avoid PMA_mysqlDie()
2007-10-15 11:37:26 +00:00
Sebastian Mendel
8348ed3818 do not force charset (collation), charset (collation) is defined in the db, table and/or field 2007-10-15 08:54:12 +00:00
Sebastian Mendel
ac69f1cad1 fixed bug #1811519 Can't delete user with a german umlaut.
return to privileges pages in case of error in drop user
2007-10-12 12:16:48 +00:00
Sebastian Mendel
c47b15a6b2 cleanup 2007-10-11 14:08:25 +00:00
Sebastian Mendel
afe75063df change FlushPrivilegesNote from WARNING to NOTICE 2007-10-11 12:54:59 +00:00
Sebastian Mendel
81b7f9a3fc patch #1807615 [GUI] Display patch for column rights in Opera
make use of PMA_Message
2007-10-11 12:45:12 +00:00
Marc Delisle
9e9d5309d1 new/changed messages 2007-10-11 12:00:47 +00:00
Sebastian Mendel
69f193e47c make use of PMA_getIcon()
added support for EVENT and TRIGGER privileges
cleanup
2007-10-11 09:13:27 +00:00
Sebastian Mendel
40b3ce9fd1 use array to define included JavaScript libraries 2007-10-04 09:22:50 +00:00
Sebastian Mendel
9f6d5979db removed MySQL < 5 code 2007-10-02 10:15:06 +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