Commit Graph

9814 Commits

Author SHA1 Message Date
Herman van Rink
b55c48b8d8 Added unittest for PMA_ifSetOr() 2009-10-16 08:10:26 +00:00
Herman van Rink
a38d4ff355 backported bug #2879909 to QA_3_2 2009-10-16 07:34:51 +00:00
Marc Delisle
9ae329e4ad in Synchronize, the connection problems detection no longer worked 2009-10-16 00:32:42 +00:00
Herman van Rink
593c28aabd [interface] #2879909 Removed double htmlspecialchars when editing enum column 2009-10-15 15:49:09 +00:00
Marc Delisle
478f7eb529 undefined variables 2009-10-14 17:02:03 +00:00
Marc Delisle
e22d2204e5 improved escaping, thanks to Herman van Rink 2009-10-12 21:53:01 +00:00
Marc Delisle
8ec5434999 [security] XSS and SQL injection 2009-10-12 21:47:40 +00:00
Marc Delisle
14645a5035 unneccesary connection to server 2009-10-12 11:57:04 +00:00
Marc Delisle
d7ffee57e1 [core] Removed context from the error handler 2009-10-11 12:27:21 +00:00
Marc Delisle
6a803f65d3 [auth] Add custom port configuration in signon 2009-10-10 11:33:03 +00:00
Marc Delisle
7c128e09fd bug [structure] "In use" table incorrectly reported as "view" 2009-10-05 20:00:30 +00:00
Marc Delisle
d11b9cf240 when clicking Synchronize Databases, do not load all source data in memory; todo: handle correctly BLOBs 2009-10-04 12:34:29 +00:00
Marc Delisle
4af9cd152b Using the synchronize databases button did not work when one of the servers was not remote 2009-10-04 10:34:11 +00:00
Marc Delisle
fb6667d551 undefined variable when synchronizing with current server 2009-10-03 21:14:57 +00:00
Herman van Rink
0ad129ef05 bug #2872247 [interface] Failed opening required mysql_charsets.lib.php, thanks to CyberLeo Kitsana - cyberleo 2009-10-03 19:25:26 +00:00
Marc Delisle
0a36d8ee6a respect MaxCharactersInDisplayedSQL when displaying INSERT queries 2009-10-03 14:14:15 +00:00
Marc Delisle
7a3da21570 use high-level function to avoid an undefined value 2009-10-03 13:48:42 +00:00
Marc Delisle
f7d92b19ac hardcoded message 2009-10-03 13:28:52 +00:00
Marc Delisle
a7497999d7 indenting, coding style, typos 2009-10-03 13:15:46 +00:00
Marc Delisle
05282dea25 missing connection links 2009-10-03 12:39:06 +00:00
Marc Delisle
375bb0314d should not use mysql_connect() directly 2009-10-03 12:20:42 +00:00
Marc Delisle
b296a5fa31 no longer to do 2009-09-29 11:40:10 +00:00
Marc Delisle
2587b03ed9 Turkish update 2009-09-28 19:21:31 +00:00
Herman van Rink
2f05ebc6b9 Patch #2868465 Fixedtable footer, thanks to Virsacer 2009-09-28 07:48:38 +00:00
Marc Delisle
2227f1c4c3 bug #2852370 [operations] Renaming database deletes triggers 2009-09-27 13:23:07 +00:00
Marc Delisle
d3dd6eda32 French update 2009-09-27 12:47:48 +00:00
Marc Delisle
780e876f8d bug #2537766 [import] Comments are stripped when editing store procedures 2009-09-26 11:22:19 +00:00
Herman van Rink
6268d5c52b Fixed a bug when a column had the same name as the table, the table would not be created on the target.
And added a FIXME tag for another bug
2009-09-24 13:18:47 +00:00
Herman van Rink
3af3745260 Fixed table footer and alt for replication column 2009-09-24 13:10:25 +00:00
Herman van Rink
f92beeae4f Fix data sync in replication scenario 2009-09-24 07:09:17 +00:00
Tomas Srnka
9dec52f332 Czech lang. file from #13000 2009-09-23 09:10:12 +00:00
Tomas Srnka
ed41994c94 Added missing string to Czech lang. file, which was accidentally removed 2009-09-23 08:57:54 +00:00
Tomas Srnka
7731b58e93 Slovak translation update 2009-09-23 08:56:05 +00:00
Marc Delisle
c34ab9ed37 bug #2832600 [export] Slow export when having lots of databases 2009-09-20 12:21:30 +00:00
Marc Delisle
1752ed45ae missing doc 2009-09-20 11:24:44 +00:00
Marc Delisle
df80bf5a3b group related directives 2009-09-20 10:41:28 +00:00
Herman van Rink
ed31f3553c Moved 'Add slave replication user' form to separate function.
Added 'Show connected slaves'.
2009-09-18 14:53:19 +00:00
Marc Delisle
a4dcf806cc parser should return an array in case of errors, thanks to Thomas Pulickal 2009-09-17 17:05:14 +00:00
Marc Delisle
08c6c4a57d patch #2859788 [parser] Double-character delimiters (bug #2846239) 2009-09-17 16:51:28 +00:00
Marc Delisle
80883af523 clarify a point 2009-09-16 10:32:07 +00:00
Tomas Srnka
93240e99f4 Slovak language translation update; PHP notice fix 2009-09-15 19:21:58 +00:00
Marc Delisle
0cc40a874e in non-exit situation, the error message coming from MySQL was not displayed 2009-09-15 16:44:12 +00:00
Michal Čihař
8d9f78ce7d Add some missing links and link to Czech wikipedia. 2009-09-15 08:10:11 +00:00
Derek Schaefer
540c56f342 Updated ChangeLog to reflect new MediaWiki export module. 2009-09-14 22:22:30 +00:00
Derek Schaefer
2168644240 Added MediaWiki string to all lang files. 2009-09-14 22:21:20 +00:00
Derek Schaefer
300ff173db MediaWiki display name now uses localization. 2009-09-14 22:16:24 +00:00
Derek Schaefer
dde6838ad6 Added MediaWiki export module. Feature request #2838642 2009-09-14 22:11:03 +00:00
Marc Delisle
22a01f1e92 This fix targets 3.2.3 and not the already-released 3.2.1; also, please do not put 3.3 ChangeLog lines in the QA_3_2 branch 2009-09-14 17:02:07 +00:00
Derek Schaefer
f24817e8b1 Adding change log update for patch #2856664 2009-09-14 16:09:46 +00:00
Michal Čihař
d59ca3841d Czech translation update. 2009-09-14 14:09:22 +00:00