Commit Graph

9280 Commits

Author SHA1 Message Date
Marc Delisle
651cc1e837 typos 2008-09-22 14:09:44 +00:00
Michal Čihař
0d219abdcd XSS in MSIE using NUL byte, thanks to JPCERT. 2008-09-22 10:13:32 +00:00
Marc Delisle
c4c683bb64 bug #2113848 [navi] Page number after database switching 2008-09-21 13:02:41 +00:00
Marc Delisle
af1fcb2a33 duplicate code 2008-09-21 12:43:34 +00:00
Marc Delisle
db89263936 bug #2117224 - Propose Table Structure: unreadable 2008-09-20 11:07:30 +00:00
Marc Delisle
82fdec7a38 Hungarian second update 2008-09-20 10:52:04 +00:00
Marc Delisle
ad6d634457 new Hungarian translator 2008-09-15 20:13:09 +00:00
Marc Delisle
741060473d typo 2008-09-15 19:54:56 +00:00
Marc Delisle
0cd3a3e945 Hungarian update 2008-09-15 19:49:59 +00:00
Marc Delisle
64623fe9db [security] Code execution vulnerability 2008-09-15 12:03:45 +00:00
Marc Delisle
b108d54d33 Spanish update 2008-09-14 11:39:31 +00:00
Marc Delisle
4c66210e88 Cannot sort twice on a column when the table name contains accents 2008-09-11 17:03:49 +00:00
Marc Delisle
c930d2bd4f patch #209978, missing svn:eol-style 2008-09-10 16:53:28 +00:00
Marc Delisle
0bac6c14eb patch #2099972 [structure] Display None when there is no default value 2008-09-09 17:23:59 +00:00
Marc Delisle
8a4d1084d3 patch #2099962 [js] fix js error without frameset 2008-09-09 17:05:58 +00:00
Marc Delisle
023c4442e0 bug #2100624 Wrong reference to old message strViewMaxExactCount 2008-09-08 17:10:58 +00:00
Marc Delisle
09a4be3b74 bug #2090002 [display] Cannot edit row in VIEW 2008-09-08 16:43:36 +00:00
Marc Delisle
0d975d64f7 French update 2008-09-07 16:40:54 +00:00
Marc Delisle
72d2ecb692 typo 2008-09-07 16:29:12 +00:00
Marc Delisle
2fff6e358f bug #2080963 [charset] Clarify doc and improved code 2008-09-07 15:29:00 +00:00
Marc Delisle
5b7be0f01c clarify explanation for AllowAnywhereRecoding 2008-09-07 14:55:25 +00:00
Marc Delisle
8ac47fad78 put back lost code, thanks to Michal 2008-09-07 12:04:41 +00:00
Marc Delisle
4046fb0c27 typos and added explanations 2008-09-06 23:17:17 +00:00
Marc Delisle
930ee57a1c latest Swekey fixes 2008-09-06 12:41:34 +00:00
Piotr Przybylski
737de47117 Setup script:
* allow for proper trusted proxies editing
* add trusted proxies validation
* pass field descriptions through PMA_lang(), broken when PMA_lang_desc() was addes
2008-09-04 13:50:10 +00:00
Piotr Przybylski
ab83474962 Setup script: warn about root without password 2008-09-04 12:37:13 +00:00
Piotr Przybylski
296bd5679e Setup script update
* removed server numbers from language strings
* changed some variable names in FormDisplay to make it more consistent
2008-09-04 12:22:12 +00:00
Marc Delisle
1030a66e8c typos and rephrasing 2008-09-03 20:52:07 +00:00
Michal Čihař
04570f5eb7 rfe #1612724 [export] add option to export without comments 2008-09-03 16:08:14 +00:00
Michal Čihař
742d4d4ed9 Ooops, bad parenthesis. 2008-09-03 15:41:47 +00:00
Michal Čihař
5fe66c5891 Cleanup temporary variables. 2008-09-03 15:34:30 +00:00
Michal Čihař
a7ab2b98ee patch #2089240 [export] handle correctly switching SQL modes 2008-09-03 15:32:57 +00:00
Michal Čihař
432487b99d rfe #1778908 [auth] arbitrary server auth can now also accept port 2008-09-03 15:11:03 +00:00
Michal Čihař
97856d7025 Semilocon seems to be missing here. 2008-09-03 15:01:04 +00:00
Michal Čihař
92295fc3ec Dead code. 2008-09-03 14:25:26 +00:00
Michal Čihař
e170d51522 Whitespace. 2008-09-03 14:07:30 +00:00
Michal Čihař
e0987bfbc8 do not allow root user without password unless explicitly enabled by AllowEmptyRoot 2008-09-03 13:45:12 +00:00
Michal Čihař
c2489bc131 cookie authentication is now default 2008-09-03 13:33:02 +00:00
Michal Čihař
85cdc82d4d Cookie auth now autogenerates blowfish_secret, but it has some limitations and you still should set it in config file 2008-09-03 13:27:43 +00:00
Michal Čihař
737b292e0d Indentation. 2008-09-03 13:06:17 +00:00
Michal Čihař
21d72b9d99 Some more corrections. 2008-09-03 13:00:48 +00:00
Michal Čihař
7199c3123c A little bit of coding style. 2008-09-03 12:59:52 +00:00
Michal Čihař
a560b27076 Whitespace cleanup, no real changes. 2008-09-03 12:58:28 +00:00
Marc Delisle
61a05ac806 second draft :) 2008-09-03 12:04:16 +00:00
Michal Čihař
181eb71fae Add links to mysqldump documentation for some options. 2008-09-03 11:54:58 +00:00
Michal Čihař
2da4a403c3 Mention author of setup script. 2008-09-03 10:04:51 +00:00
Michal Čihař
ec0de80c37 Customisation of setup script. 2008-09-03 10:00:12 +00:00
Michal Čihař
6dd8038725 better documentation of $cfg['TempDir'] (first draft) 2008-09-02 17:52:03 +00:00
Michal Čihař
e903114c58 Do not automatically set and create TempDir, it might lead to secrity issue (thanks to Thijs Kinkhorst). 2008-09-02 17:35:48 +00:00
Marc Delisle
300ac33342 patch #2075263 [auth] Single sign-on and cookie clearing 2008-09-02 16:44:02 +00:00