Commit Graph

80 Commits

Author SHA1 Message Date
Dieter Adriaenssens
cbca775738 coding style and wrapping long lines 2011-08-17 00:09:17 +02:00
Piotr Przybylski
67d5346da5 Fix typo 2011-08-06 11:02:25 +02:00
Piotr Przybylski
680cfbe726 Server Synchronize: better layout for displayed queries 2011-08-05 22:39:16 +02:00
Piotr Przybylski
990820f5fa Server Synchronize: fix a few cases of undefined variable warning 2011-08-05 22:38:50 +02:00
Piotr Przybylski
23389d2e4f Server Synchronize: make it fully work on servers other than the first one 2011-08-05 22:38:10 +02:00
Piotr Przybylski
ca9c30f1d6 Synchronize: allow to connect to local server through socket 2011-08-05 18:14:05 +02:00
Michal Čihař
21b5b87c92 Escape only parts which need it, not translated string 2011-08-05 10:32:34 +02:00
Piotr Przybylski
c64564baf7 Server synchronize: fix PMA_get_table_indexes to return null when there are no indexes instead of false
Synchronize code depends on this behavior
2011-08-05 00:49:31 +02:00
Piotr Przybylski
a73f1449ea Coding style: space after for keyword 2011-08-05 00:37:49 +02:00
Piotr Przybylski
54fbcaa140 Server synchronize:
* change icons to 16x16
* fix tables layout
* merge 'Source' and 'Target' tables
2011-08-02 23:30:51 +02:00
Michal Čihař
3f8badd37f Replace tabs with spaces, cleanup identation 2011-07-22 09:53:41 +02:00
Michal Čihař
25bda8e991 Fix spacing on opening code block 2011-07-22 09:18:02 +02:00
Michal Čihař
219ec73d69 Spacing around if 2011-07-22 09:10:37 +02:00
Tyron Madlener
3b3a9fc762 pma spritify part 2 2011-07-15 09:42:16 +03:00
Tyron Madlener
5e09426666 Merge 2011-06-06 14:38:56 +02:00
Marc Delisle
71a533536b bug #3302872 [synchronize] Synchronize and user name 2011-05-16 12:53:10 -04:00
Marc Delisle
900a580089 - Bug #3301108 Synchronize and already configured host
- Also, some fields must be readonly instead of disabled
2011-05-12 12:57:28 -04:00
Marc Delisle
57e3aba8ff Bug #3168733 Synchronization does not honor AllowArbitraryServer 2011-04-20 06:32:00 -04:00
Marc Delisle
4a732d9b6c Clarify the meaning of host in this context (will help translations) 2011-03-23 12:53:24 -04:00
Marc Delisle
8d2531d658 In Synchronize panel, make image changes independant from the original theme 2011-03-11 13:16:36 -05:00
Michal Čihař
a0e72168ef Whitespace cleanup 2011-02-02 16:40:52 +01:00
Michal Čihař
38b4d8fd18 Use caption instead of tr/th for table caption 2011-02-02 16:40:48 +01:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Michal Čihař
d291827444 No need to require_once footer
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
Marc Delisle
084c0dbcf5 functions.js included automatically 2010-07-24 08:11:48 -04:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
160f4314eb Merge remote branch 'origin/master' 2010-06-03 22:34:52 +05:30
Marc Delisle
39c73a94ee bug [synchronize] Rows were deleted in target table regardless of the "Would you like to delete..." option 2010-06-01 12:43:46 -04:00
Marc Delisle
432379c87d bug [synchronize] Rows were deleted in target table regardless of the "Would you like to delete..." option 2010-06-01 12:34:57 -04:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
a3b034eacd gettext conversion 2010-05-07 13:02:26 -04:00
Marc Delisle
2182098af6 strings to gettext, second batch 2010-05-04 20:07:19 -04:00
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Michal Čihař
87590bc795 Clarify code for calculating number of updates/inserts. 2010-04-22 20:25:57 +02:00
Michal Čihař
c1f536637b All logic can be done in single if.
We should also check if [0] element is set.
2010-04-22 20:25:13 +02:00
Michal Čihař
5951117ea1 These values are initialized to 0, no need to explicitely reset them. 2010-04-22 20:23:45 +02:00
Michal Čihař
9978dddea2 Avoid duplicate testing if array element is set. 2010-04-22 20:22:53 +02:00
Michal Čihař
e7f528e0b7 Avoid using split which is deprecated. 2010-04-22 20:16:26 +02:00
Michal Čihař
354d5d26c9 Fix handling of preselected servers from config. 2010-04-20 08:04:02 +02:00
Michal Čihař
9bc7ffd3bc Port should be an integer. 2010-04-20 08:01:26 +02:00
Michal Čihař
f9bd970f38 Better names for synchronisation choices. 2010-04-20 07:55:00 +02:00
Michal Čihař
c0fed15877 Reformat the code a bit. 2010-04-16 16:40:04 +02:00
Michal Čihař
13b9403d74 rfe #2964518 [interface] Allow to choose servers from configuration for synchronisation. 2010-04-16 16:26:13 +02:00
Marc Delisle
7813d53ef6 remove Mootools for Synchronize 2010-04-02 07:43:00 -04:00
Herman van Rink
3ea273809a Backported remaining part of rev 13423 and 13424 to QA_3_3 2010-03-03 10:34:14 +00:00
Tomas Srnka
9e8618c4f9 Import progress bar fix from GIT 2010-03-02 09:28:56 +00:00
Michal Čihař
201d0e892c Load mootools in every page. 2010-01-25 11:49:46 +00:00
Michal Čihař
78b00824eb [core] Updated mootools to fix some glitches with Safari.
Mootools are now in separate files as distributed upstream.
2010-01-04 15:35:23 +00:00