Commit Graph

104245 Commits

Author SHA1 Message Date
Robin van der Vliet
3881abeb2a Translated using Weblate (Frisian)
Currently translated at 19.3% (621 of 3215 strings)

[CI skip]
2015-12-25 20:41:43 +01:00
Robin van der Vliet
32a369a00c Translated using Weblate (Esperanto)
Currently translated at 11.1% (358 of 3215 strings)

[CI skip]
2015-12-25 20:41:43 +01:00
Robin van der Vliet
e1292272d2 Translated using Weblate (Esperanto)
Currently translated at 2.5% (81 of 3215 strings)

[CI skip]
2015-12-24 22:50:57 +01:00
Marc Delisle
9c849eced6 Fix indenting
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-24 06:17:01 -05:00
Marc Delisle
f014c53de2 Use strict comparison
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-24 06:16:16 -05:00
Marc Delisle
7bf4546cfa Merge branch 'QA_4_5' 2015-12-23 08:02:34 -05:00
Marc Delisle
48b5ed787f Merge commit '2004c90' 2015-12-23 08:02:28 -05:00
Marc Delisle
bd77d385da 4.5.3 release date
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-23 08:01:57 -05:00
Weblate
2004c90aeb Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5 2015-12-23 09:56:29 +01:00
Martin Lacina
983c36fd42 Translated using Weblate (Slovak)
Currently translated at 83.8% (2690 of 3210 strings)

[CI skip]
2015-12-23 09:56:29 +01:00
Michal Čihař
aa3f719ad1 Merge branch 'QA_4_5' 2015-12-23 09:56:08 +01:00
Michal Čihař
777a431e3d Merge branch 'MAINT_4_5_3' into QA_4_5 2015-12-23 09:55:56 +01:00
Michal Čihař
16d9e80671 Fix possible undefined variables in table operations
Fixes #11749

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-23 09:55:36 +01:00
Michal Čihař
d0c79e0294 Merge remote-tracking branch 'origin/MAINT_4_5_2' into QA_4_5 2015-12-23 09:53:09 +01:00
Marc Delisle
537951b043 Unset applied to the variables of a foreach loop as useless
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-22 05:08:39 -05:00
Michal Čihař
7dd415776a Remove unused parameters
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-22 09:17:51 +01:00
Michal Čihař
fb6a8f9bea Remove unused function
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-22 09:17:51 +01:00
Michal Čihař
1c12976e07 Remove unused variables
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-22 09:17:51 +01:00
Weblate
708bb87400 Merge remote-tracking branch 'origin/master' 2015-12-22 09:06:20 +01:00
Martin Lacina
f44f813794 Translated using Weblate (Slovak)
Currently translated at 82.8% (2664 of 3215 strings)

[CI skip]
2015-12-22 09:06:20 +01:00
Michal Čihař
ad33aac26f Changelog entry for #11743
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-22 09:06:07 +01:00
Michal Čihař
cbb775ba14 Merge remote-tracking branch 'origin/pull/11769' 2015-12-22 09:04:53 +01:00
Achilles-96
afc8aab04f Fixes #11743
Signed-off-by: Raghuram Vadapalli <raghuram.vadapalli@research.iiit.ac.in>
2015-12-22 11:29:34 +05:30
Michal Čihař
8de01e61c0 Remove unused variable
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-21 17:15:55 +01:00
Michal Čihař
a9b031b4aa Remove unused global
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-21 17:13:16 +01:00
Marc Delisle
950cb05090 Fix definition order
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-21 08:22:24 -05:00
Deven Bansod
393f0cfc21 Merge branch 'QA_4_5' 2015-12-21 18:28:44 +05:30
Deven Bansod
fe5f69c401 Prevent unnecessary update when nothing is changed
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-12-21 18:27:03 +05:30
Michal Čihař
b869e3b937 Remove tests for removed class
Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-21 12:38:50 +01:00
Michal Čihař
cc07b737dc Remove unused PMA_String class
The class is no longer used:

- the ctype part is not needed by new SQL parser
- the utf-8 manipulation was replaced by direct usage of mbstring

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-21 12:09:06 +01:00
Deven Bansod
c557581389 Merge branch 'QA_4_5' 2015-12-21 16:27:52 +05:30
Deven Bansod
9121ebf525 ChangeLog entry for issue #11724
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-12-21 16:26:41 +05:30
Michal Čihař
98d88ef134 Remove unused pmaString variable
It was used in past when we didn't rely on mbstring.

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-21 11:35:36 +01:00
Michal Čihař
47a5ece9c1 Merge branch 'QA_4_5' 2015-12-21 11:31:22 +01:00
Michal Čihař
6cbfe12122 Remove unused code
These variables are set on next row anyway.

Issue #11749

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-21 11:26:22 +01:00
Michal Čihař
b485166d08 Avoid not needed mb_strtoupper
The libraries/tbl_info.inc.php already does this.

Issue #11749

Signed-off-by: Michal Čihař <michal@cihar.com>
2015-12-21 11:26:12 +01:00
Michal Čihař
5abdf6886b Merge remote-tracking branch 'origin/QA_4_5' 2015-12-21 11:16:39 +01:00
Michal Čihař
ad769bd0b9 Merge pull request #11766 from devenbansod/fix_11724
Fix #11724 : live data edit of big sets is not working
2015-12-21 11:14:41 +01:00
Deven Bansod
0b64ff7f72 Fix #11724 : live data edit of big sets is not working
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2015-12-21 13:53:03 +05:30
Marc Delisle
1daeb372db Remove unneeded code
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-20 18:33:43 -05:00
Marc Delisle
0cd9a76774 4.5.4-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-20 04:40:55 -05:00
Marc Delisle
1290151211 Merge branch 'QA_4_5' 2015-12-20 04:40:21 -05:00
Marc Delisle
42a9a81cc0 4.5.4-dev
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-20 04:39:50 -05:00
Weblate
d9d97983c0 Merge remote-tracking branch 'origin/master' 2015-12-20 10:30:27 +01:00
Hanson String
41dffdf79a Translated using Weblate (Korean)
Currently translated at 77.1% (2479 of 3215 strings)

[CI skip]
2015-12-20 10:30:26 +01:00
Marc Delisle
c8d908d510 Merge branch 'QA_4_5' 2015-12-20 04:29:40 -05:00
Marc Delisle
703c215b38 Fix merge conflict
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-12-20 04:29:01 -05:00
Weblate
3d29a79b72 Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5 2015-12-20 10:19:47 +01:00
Hanson String
81b11a31a7 Translated using Weblate (Korean)
Currently translated at 78.1% (2510 of 3210 strings)

[CI skip]
2015-12-20 10:19:46 +01:00
Marc Delisle
00e11d610b Merge pull request #11765 from udan11/QA_4_5
Fixed multiple sql-parser bugs
2015-12-20 04:19:43 -05:00