Marc Delisle
|
b95bffb1b5
|
rfe #2823686 [interface] Increase default height of query window
|
2009-11-01 12:37:55 +00:00 |
|
Marc Delisle
|
e4395ab7e8
|
bug [engines] Innodb_buffer_pool_pages_latched no longer returned in status
|
2009-10-31 18:53:56 +00:00 |
|
Marc Delisle
|
3d2225d3fc
|
remove some duplicate code
|
2009-10-25 12:01:18 +00:00 |
|
Marc Delisle
|
d2233aac88
|
remove duplicate code; add server type and name in headers
|
2009-10-25 11:38:17 +00:00 |
|
Marc Delisle
|
112e3379b7
|
sort_tbl is sometimes empty
|
2009-10-24 12:34:19 +00:00 |
|
Marc Delisle
|
eb8da39c48
|
undefined variable
|
2009-10-24 12:25:48 +00:00 |
|
Marc Delisle
|
b4169d1747
|
bug #2826128 [display] Inverting sort order when expression contains a function name
|
2009-10-24 12:07:35 +00:00 |
|
Marc Delisle
|
f9c781a73f
|
bug #2883633 [export] Export of InnoDB table is incomplete
|
2009-10-23 16:50:39 +00:00 |
|
Marc Delisle
|
089be818a3
|
typo in comment
|
2009-10-23 10:15:25 +00:00 |
|
Marc Delisle
|
1419fcf3c2
|
remove deprecated parameter of PMA_Table::countRecords()
|
2009-10-23 10:02:09 +00:00 |
|
Marc Delisle
|
40f66a3422
|
synchronize did not work when tracking was enabled
|
2009-10-18 12:32:30 +00:00 |
|
Marc Delisle
|
e9a1687a75
|
bug #2868328 [relations] Adding foreign key when table name contains a dot
|
2009-10-17 12:58:05 +00:00 |
|
Herman van Rink
|
b55c48b8d8
|
Added unittest for PMA_ifSetOr()
|
2009-10-16 08:10:26 +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
|
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
|
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 |
|