Marc Delisle
6a803f65d3
[auth] Add custom port configuration in signon
2009-10-10 11:33:03 +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
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
05282dea25
missing connection links
2009-10-03 12:39:06 +00:00
Marc Delisle
2227f1c4c3
bug #2852370 [operations] Renaming database deletes triggers
2009-09-27 13:23:07 +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
f92beeae4f
Fix data sync in replication scenario
2009-09-24 07:09:17 +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
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
0cc40a874e
in non-exit situation, the error message coming from MySQL was not displayed
2009-09-15 16:44:12 +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
Derek Schaefer
6e26b05999
Improved ODS date/time/datetime export format. Patch #2856664
2009-09-14 06:21:04 +00:00
Herman van Rink
180cc73c09
Code style improvements, fixed JS errors, fixd HTML validity issues
2009-09-13 13:45:52 +00:00
Herman van Rink
35ee91c422
Code style improvements, fixed JS errors, fixd HTML validity issues
2009-09-13 13:10:21 +00:00
Tomas Srnka
818a664b3d
Updated JS code for displaying upload and import information
2009-09-13 12:28:35 +00:00
Marc Delisle
26c2543f37
message was hardcoded
2009-09-12 11:17:56 +00:00
Herman van Rink
8b69972126
Code style improvements
2009-09-11 17:37:31 +00:00
Herman van Rink
3a0663061d
Replication code cleanup, some untranslated strings, indentation, new TODO's and extra comments.
2009-09-09 13:40:16 +00:00
Herman van Rink
d972ed5d03
Fix indentation for gsoc replication code
...
make it match the included modeline, and fixed some other spacing issues
2009-09-07 15:00:22 +00:00
Marc Delisle
034baad67d
message was hardcoded
2009-09-07 12:25:55 +00:00
Marc Delisle
c4a2ec7f1b
string was hardcoded
2009-09-06 11:52:07 +00:00
Marc Delisle
9fcea694ff
rfe #2308632 [edit] Use hex for (var)binary fields
2009-09-05 18:31:35 +00:00
Tomas Srnka
b8447fec8a
Fixed PHP notices undes PHP 5.3.0 (moved from split to explode)
2009-09-03 10:36:32 +00:00
Derek Schaefer
c261b73045
Improved the way the import destination is decided upon.
2009-09-02 17:28:35 +00:00
Marc Delisle
eb405d4e34
svn properties
2009-08-30 17:06:12 +00:00
Tomas Srnka
feb562e77b
Replication support - tomas_zahra branch merged
2009-08-30 14:54:36 +00:00
Marc Delisle
e354f4ea98
bug #2826986 [display] Order by BLOB and range display
2009-08-30 13:06:31 +00:00
Marc Delisle
f038959b4f
bug #2839548 [export] Triggers order on export
2009-08-30 12:43:07 +00:00
Marc Delisle
3a1334d645
bug #2837722 [export] Run complex SQL then export does not work
2009-08-30 11:55:58 +00:00
Marc Delisle
2a1077ff43
bug [export] Exporting results of a query which contains a LIMIT clause inside a subquery
2009-08-29 11:41:26 +00:00
Michal Čihař
a378720684
Convert active check to variable.
...
We need to disable tracker for calling PMA_getRelationsParam. Well there
should be rather way to skip all queries done by control user, but this
information is not passed down to the DBI layer where tracker catches the SQL
queries.
2009-08-25 13:44:14 +00:00
Michal Čihař
158380c18a
Coding style.
2009-08-25 13:42:21 +00:00
Michal Čihař
ffa02fb26d
Delay tracker activation till all our parts are ready.
...
Otherwise it can lead to some strange effect while trying to track queries
used for finding out whether tracking is enabled.
2009-08-25 13:16:32 +00:00
Michal Čihař
87eaa7d3d4
Add some missing defatults for tracker.
2009-08-25 13:13:32 +00:00
Michal Čihař
1b7698912f
Do not get parameters on loading, but rather on usage.
2009-08-25 07:06:45 +00:00
Tomas Srnka
c26c9c1fb5
Added support for current server, GUI for choosing DB from current server
2009-08-24 20:57:51 +00:00
Tomas Srnka
e325226e57
*Fixed bug with different port than 3306
...
*Fixed support for other server than localhost
*Added support for sockets
*Fixed GUI bugs - strings (localization), table, fieldset...
*new PNG transparent icon.16x16
2009-08-24 18:10:45 +00:00
Michal Čihař
215b8fa174
Added ability for synchronizing databases among servers.
...
Manual merge from branches/gsoc/zahra.
2009-08-24 14:39:38 +00:00
Marc Delisle
2fbe820b3d
rfe #2839504 [engines] Support InnoDB plugin new row formats
2009-08-23 11:56:42 +00:00
Marc Delisle
15441ded5d
do not try to display a tab that was not built
2009-08-22 11:22:50 +00:00
Marc Delisle
1f2f360482
optimizations
2009-07-16 10:59:12 +00:00
Marc Delisle
b61a1cb71f
rfe #2822190 [structure] BOOLEAN is standard SQL
2009-07-16 08:33:23 +00:00
Marc Delisle
5927e2cc91
clarification
2009-07-15 22:17:14 +00:00