Michal Čihař
|
64cbe33845
|
Merge remote-tracking branch 'weblate-master/master'
|
2015-12-16 08:13:59 +01:00 |
|
Krystian Biesaga
|
bc4af86f8e
|
Translated using Weblate (Polish)
Currently translated at 81.6% (2630 of 3222 strings)
[CI skip]
|
2015-12-16 08:08:48 +01:00 |
|
Michal Čihař
|
e4f72c3021
|
Update po files
[CI skip]
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-16 08:07:29 +01:00 |
|
Michal Čihař
|
63f048f8cb
|
Merge branch 'QA_4_5'
|
2015-12-16 08:05:34 +01:00 |
|
Michal Čihař
|
dc8df980a2
|
Merge commit 'a36a80f3df7013f4bd3789a0e3679974a829863d'
|
2015-12-16 08:05:28 +01:00 |
|
Michal Čihař
|
e0ad034681
|
Remove \b from the messages
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-16 08:05:05 +01:00 |
|
Michal Čihař
|
a36a80f3df
|
Update po files
[CI skip]
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-16 08:01:02 +01:00 |
|
Marc Delisle
|
69bd50f7d5
|
Merge branch 'QA_4_5'
|
2015-12-15 06:26:49 -05:00 |
|
Marc Delisle
|
80a0b426cf
|
ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
|
2015-12-15 06:26:24 -05:00 |
|
Marc Delisle
|
129791d082
|
Merge pull request #11748 from devenbansod/fix_11720
Fix #11720
|
2015-12-15 06:25:13 -05:00 |
|
Michal Čihař
|
605ce3388b
|
Remove duplicate checking of goto
It's already done in common.inc.php, no need to check again here (and
the check was wrong anyway).
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-15 10:24:03 +01:00 |
|
Michal Čihař
|
0a20708533
|
Update sql data array in place
There is no need to create a copy here.
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-15 10:11:00 +01:00 |
|
Michal Čihař
|
6b9d93a270
|
Do not try to catch USE when runing through sql.php
In this case it's properly handled there, we should not do any database
changes at this point.
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-15 09:40:52 +01:00 |
|
Michal Čihař
|
4e44ba968b
|
Reduce spacing between displayed SQL queries
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-15 09:38:54 +01:00 |
|
Michal Čihař
|
9c289d9794
|
Do not display results operation for errored query
Issue #11741
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-15 09:23:06 +01:00 |
|
Michal Čihař
|
d45477563b
|
Adjust style for the error messages for SQL
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-15 09:21:34 +01:00 |
|
Michal Čihař
|
8192679052
|
Properly handle IgnoreMultiSubmitErrors in sql.lib.php
Issue #11741
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-15 09:17:13 +01:00 |
|
Deven Bansod
|
f6b9340e1b
|
Check for duplication only when username field is edited
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
|
2015-12-15 12:18:08 +05:30 |
|
Michal Čihař
|
bb86835332
|
Compact display of query results status
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-14 16:37:19 +01:00 |
|
Michal Čihař
|
4d74053e3f
|
Remove not used controluser support from PMA_importRunQuery
This code was never executed.
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-14 16:29:51 +01:00 |
|
Michal Čihař
|
18cfc24743
|
Display results of execute statement
Issue #11741
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-14 16:22:34 +01:00 |
|
Michal Čihař
|
445e211645
|
Make parser understand DEALLOCATE
Issue #11741
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-14 16:08:23 +01:00 |
|
Michal Čihař
|
23cfa82654
|
Merge pull request #11746 from Achilles-96/Issue-11730
Fixes #11730
|
2015-12-14 15:55:06 +01:00 |
|
Michal Čihař
|
81aeb30ae9
|
Document using multiple database hosts with Docker
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-14 14:02:38 +01:00 |
|
Michal Čihař
|
4d7a05ad54
|
Document PMA_USER and PMA_PASSWORD
Signed-off-by: Michal Čihař <michal@cihar.com>
|
2015-12-14 13:44:47 +01:00 |
|
Achilles-96
|
f48b5af23c
|
Fixes #11730
Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli@research.iiit.ac.in>
|
2015-12-14 10:35:29 +05:30 |
|
Marc Delisle
|
0a9bdc1619
|
Fix merge conflict
Signed-off-by: Marc Delisle <marc@infomarc.info>
|
2015-12-13 19:41:55 -05:00 |
|
Marc Delisle
|
bf074566b5
|
ChangeLog entry
Signed-off-by: Marc Delisle <marc@infomarc.info>
|
2015-12-13 19:39:29 -05:00 |
|
Marc Delisle
|
5a77115ac5
|
Merge pull request #11738 from Achilles-96/QA_4_5
Fixes #11679
|
2015-12-13 19:37:52 -05:00 |
|
Achilles-96
|
4b8983028a
|
Fixes #11679
Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli@research.iiit.ac.in>
|
2015-12-14 00:31:09 +05:30 |
|
Marc Delisle
|
3f97698382
|
Fix typo
Signed-off-by: Marc Delisle <marc@infomarc.info>
|
2015-12-13 08:25:39 -05:00 |
|
Madhura Jayaratne
|
754299769a
|
Fix ChangeLog entry
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-12-13 09:56:13 +11:00 |
|
Marc Delisle
|
86769cafaa
|
Use more modern statement
Signed-off-by: Marc Delisle <marc@infomarc.info>
|
2015-12-12 07:40:58 -05:00 |
|
Anna Henningsen
|
9cda59a242
|
Translated using Weblate (German)
Currently translated at 100.0% (3222 of 3222 strings)
[CI skip]
|
2015-12-12 05:14:52 +01:00 |
|
Hugues Peccatte
|
8baf7c4a8a
|
Update PHPDoc.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2015-12-11 23:21:54 +01:00 |
|
Hugues Peccatte
|
f04a678bad
|
Update PHPDoc.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2015-12-11 23:16:13 +01:00 |
|
Hugues Peccatte
|
eda2816c70
|
Replace font tags by span.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2015-12-11 23:04:12 +01:00 |
|
Hugues Peccatte
|
46478f32c2
|
Fix typo in tag.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2015-12-11 23:03:56 +01:00 |
|
Hugues Peccatte
|
c721815dc2
|
Convert array declaration in JS.
Remove useless code.
Remove useless declarations.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2015-12-11 22:50:24 +01:00 |
|
Hugues Peccatte
|
ff4517ca60
|
Remove useless variables and simplify code.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2015-12-11 22:36:54 +01:00 |
|
Hugues Peccatte
|
da525ae928
|
Remove useless variable.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2015-12-11 22:32:53 +01:00 |
|
Hugues Peccatte
|
e4dbd3aee4
|
Delete duplicated line.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2015-12-11 22:30:15 +01:00 |
|
Hugues Peccatte
|
9f97786e9b
|
Update PHPDoc.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2015-12-11 22:22:21 +01:00 |
|
Marc Delisle
|
5a6d9c010b
|
Undefined property
Signed-off-by: Marc Delisle <marc@infomarc.info>
|
2015-12-11 09:27:31 -05:00 |
|
Madhura Jayaratne
|
1c7282b859
|
Merge branch 'QA_4_5'
Conflicts:
test/classes/plugin/export/ExportSqlTest.php
|
2015-12-11 19:26:26 +11:00 |
|
Madhura Jayaratne
|
968bfd354c
|
Fix broken tests
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-12-11 19:18:53 +11:00 |
|
Madhura Jayaratne
|
6016b64836
|
Loosen some assertions. We are tying to prevent calls to dbi.
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-12-11 17:15:00 +11:00 |
|
Madhura Jayaratne
|
76a416283a
|
Fix failing tests
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-12-11 17:07:46 +11:00 |
|
Madhura Jayaratne
|
ceeec424d7
|
#11728 CSV import skip row count after
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-12-11 17:00:38 +11:00 |
|
Madhura Jayaratne
|
dcdd08a043
|
No need to break line here
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
|
2015-12-11 16:32:50 +11:00 |
|