Commit Graph

84805 Commits

Author SHA1 Message Date
Michal Čihař
f768437d2e Translated using Weblate (Bengali)
Currently translated at 93.6% (2512 of 2683)
2013-07-09 12:15:03 +02:00
Michal Čihař
de6cdf4197 Update po files 2013-07-09 11:35:28 +02:00
Michal Čihař
f3dc57e895 Merge remote-tracking branch 'origin/QA_4_0' 2013-07-09 11:34:25 +02:00
Jouni Kähkönen
2a69c9abfc Translated using Weblate (Finnish)
Currently translated at 66.1% (1770 of 2679)
2013-07-09 11:33:56 +02:00
Weblate
d87aa29660 Merge remote-tracking branch 'origin/master' 2013-07-08 21:32:35 +02:00
Michal Čihař
4d5f142693 Translated using Weblate (Japanese)
Currently translated at 91.3% (2446 of 2678)
2013-07-08 21:32:31 +02:00
Michal Čihař
f3e6383f94 Translated using Weblate (Bengali)
Currently translated at 93.6% (2512 of 2683)
2013-07-08 21:32:28 +02:00
Michal Čihař
a9a4e759c4 Format string fixups 2013-07-08 21:32:05 +02:00
Michal Čihař
8214fef3bc Merge branch 'QA_4_0' 2013-07-08 21:31:14 +02:00
Weblate
c796045e2b Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0 2013-07-08 21:30:52 +02:00
Michal Čihař
6c622abb5e Translated using Weblate (Bengali)
Currently translated at 97.5% (2543 of 2607)
2013-07-08 21:30:48 +02:00
Michal Čihař
b2e5b66848 Format string fixups 2013-07-08 21:30:24 +02:00
Marc Delisle
9fe1b4286d Merge pull request #485 from nijel/licensing
Fixed possible licensing issues
2013-07-08 07:30:01 -07:00
Michal Čihař
7fc33d7706 Merge pull request #483 from adamgsoc2013/UT_plu_relation
add UT for PMA_relation
2013-07-08 06:50:31 -07:00
Michal Čihař
52c735bbe9 Merge remote-tracking branch 'origin/QA_4_0' 2013-07-08 15:05:54 +02:00
Syed Mahbub ul Alam
fb0bb3e472 Translated using Weblate (Bengali)
Currently translated at 97.1% (2531 of 2607)
2013-07-08 14:55:20 +02:00
adamgsoc2013
d100971442 add more case for PMA_relation 2013-07-08 20:49:57 +08:00
Michal Čihař
6120e01a3f Add wrapper function for formatting datetime
This makes it easier to use and correctly converts params which
formatTime expects.

Conflicts:
	js/functions.js
2013-07-08 14:46:08 +02:00
Michal Čihař
acb997206e Add wrapper function for formatting datetime
This makes it easier to use and correctly converts params which
formatTime expects.
2013-07-08 14:44:16 +02:00
Syed Mahbub ul Alam
625bc13c14 Translated using Weblate (Bengali)
Currently translated at 91.8% (2462 of 2683)
2013-07-08 14:39:06 +02:00
Marc Delisle
b15d979fa5 We now include only the minified version of jQuery 2013-07-08 07:39:22 -04:00
Marc Delisle
55fa5d5993 Fix typo 2013-07-08 07:28:07 -04:00
Michal Čihař
9d0a1f61db Drop javascript compression on release time 2013-07-08 13:00:20 +02:00
Michal Čihař
fad8d76f68 Include minified versions JS in git of jQuery and jQuery-UI 2013-07-08 13:00:16 +02:00
Michal Čihař
57fcc1d6b5 Drop no longer needed date.js
Conflicts:
	js/date.js
2013-07-08 12:59:28 +02:00
Michal Čihař
db5e0e65e9 Use jQuery UI for formatting date strings 2013-07-08 12:59:08 +02:00
Michal Čihař
fb803c07ea Use jQuery UI for parsing date strings 2013-07-08 12:59:00 +02:00
Michal Čihař
25c9a187be Use jQuery.datepicker date formatting instead of own code
Conflicts:
	js/config.js
2013-07-08 12:58:50 +02:00
Michal Čihař
3c0460ed27 Merge remote-tracking branch 'origin/QA_4_0' 2013-07-08 11:30:17 +02:00
Michal Čihař
50fb18a941 Drop no longer needed date.js 2013-07-08 11:27:36 +02:00
Michal Čihař
f96ed7c363 Use jQuery UI for formatting date strings 2013-07-08 11:26:29 +02:00
Michal Čihař
c9ad6292a1 Use jQuery UI for parsing date strings 2013-07-08 11:26:29 +02:00
Michal Čihař
bd69fe5b66 Use jQuery.datepicker date formatting instead of own code 2013-07-08 11:26:29 +02:00
Marc Delisle
c906cccb1a Workaround for missing message when browsing an empty table 2013-07-07 14:03:29 -04:00
Marc Delisle
f12e4494eb Merge remote branch 'scnakandala/gsoc_2013' 2013-07-07 13:59:21 -04:00
Domen
5c06d0b163 Translated using Weblate (Slovenian)
Currently translated at 100.0% (2679 of 2679)
2013-07-07 17:12:30 +02:00
Dieter Adriaenssens
63eb30acd3 fix typo in variable name 2013-07-07 15:55:22 +02:00
Marc Delisle
3a519effc0 Directly use the GET parameters 2013-07-07 08:41:02 -04:00
G. S
192eace403 Translated using Weblate (Hungarian)
Currently translated at 100.0% (2607 of 2607)
2013-07-07 12:22:03 +02:00
adamgsoc2013
0265241228 we don't use tab 2013-07-07 10:37:45 +08:00
adamgsoc2013
8d2e433faa Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin into UT_plu_relation 2013-07-07 10:27:25 +08:00
Hao Chen
374ede7f97 Translated using Weblate (Japanese)
Currently translated at 95.6% (2491 of 2607)
2013-07-07 00:22:12 +02:00
Weblate
72e9b4327c Merge remote-tracking branch 'origin/master' 2013-07-06 19:28:22 +02:00
Tony Chen
7d41837b87 Translated using Weblate (Traditional Chinese)
Currently translated at 100.0% (2678 of 2678)
2013-07-06 19:27:38 +02:00
Marc Delisle
430e43948f Merge pull request #482 from xmujay/0629_UT_serverview2
Unit test case for refactored functions: PMA_server_engines
2013-07-06 10:26:39 -07:00
xmujay
d6be232ba3 fix the code style for UT files 2013-07-06 23:39:21 +08:00
adamgsoc2013
053b40627b add Unit Test case for PMA_relation 2013-07-06 21:09:26 +08:00
Spun Nakandala
178cb59362 error of deleting a row after searching corrected 2013-07-06 12:37:32 +05:30
xmujay
a90ae2550f add FEDERATED to DBI dummy data 2013-07-06 11:45:38 +08:00
xmujay
fbb84c49d5 use mock data for assertion 2013-07-06 11:18:58 +08:00