Commit Graph

82246 Commits

Author SHA1 Message Date
Michal Čihař
e7f00edc87 Translated using Weblate (Mongolian)
Currently translated at 27.8% (725 of 2605)
2013-04-25 16:05:00 +02:00
Michal Čihař
1f10f14509 Translated using Weblate (Malay)
Currently translated at 15.2% (396 of 2605)
2013-04-25 16:05:00 +02:00
Michal Čihař
664407d577 Translated using Weblate (Macedonian)
Currently translated at 23.3% (607 of 2605)
2013-04-25 16:05:00 +02:00
Michal Čihař
b3c26f350c Translated using Weblate (Hindi)
Currently translated at 56.2% (1464 of 2605)
2013-04-25 16:04:59 +02:00
Michal Čihař
bf65987cbf Translated using Weblate (Bengali)
Currently translated at 20.4% (532 of 2605)
2013-04-25 16:04:59 +02:00
Michal Čihař
fb0f0cc64c Translated using Weblate (Basque)
Currently translated at 22.8% (593 of 2605)
2013-04-25 16:04:57 +02:00
Michal Čihař
5526edce53 Merge remote-tracking branch 'origin/QA_3_5' into QA_4_0 2013-04-25 14:31:12 +02:00
Michal Čihař
b5c77ea467 Translated using Weblate (Japanese)
Currently translated at 95.9% (2498 of 2605)
2013-04-25 14:26:19 +02:00
Rodrigo Souza
9ed6bec41d Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2562 of 2562)
2013-04-25 14:25:36 +02:00
Michal Čihař
a4c2ebeb8b Translated using Weblate (Hindi)
Currently translated at 61.9% (1587 of 2562)
2013-04-25 14:25:31 +02:00
Weblate
74ed8ada24 Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0 2013-04-25 12:47:06 +02:00
Rodrigo Souza
a19ebfdf31 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2605 of 2605)
2013-04-25 12:47:04 +02:00
Marc Delisle
5a383c5be1 4.0.1-dev 2013-04-25 06:45:50 -04:00
Weblate
9360a09205 Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0 2013-04-24 20:42:33 +02:00
Rodrigo Souza
b314f6e073 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2605 of 2605)
2013-04-24 20:42:31 +02:00
Marc Delisle
ac65210a28 Typo in input field name 2013-04-24 14:41:57 -04:00
Marc Delisle
b50aabb0e3 4.0.0-rc3 release 2013-04-24 09:02:39 -04:00
Marc Delisle
fa6ef14289 ChangeLog entries for security fixes 2013-04-24 08:51:22 -04:00
Marc Delisle
831a9b7afa Merge remote branch 'security/QA_4_0-security' into QA_4_0 2013-04-24 08:45:56 -04:00
Weblate
b2124d0312 Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0 2013-04-24 14:35:53 +02:00
Michal Čihař
6e939b9af2 Translated using Weblate (Uzbek (latin))
Currently translated at 49.1% (1279 of 2605)
2013-04-24 14:35:45 +02:00
Michal Čihař
61ce13bebe Translated using Weblate (Uzbek)
Currently translated at 49.9% (1299 of 2605)
2013-04-24 14:35:43 +02:00
Rodrigo Souza
fb8b44bc5e Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2605 of 2605)
2013-04-24 14:35:41 +02:00
Filipe Batista
8aa4976ee7 Translated using Weblate (Portuguese)
Currently translated at 50.8% (1323 of 2605)
2013-04-24 14:35:37 +02:00
Marc Delisle
1cf11c7f3d Fix merge conflicts 2013-04-24 08:34:37 -04:00
Weblate
316c0ca098 Merge remote-tracking branch 'origin/QA_3_5' into QA_3_5 2013-04-24 14:26:20 +02:00
Michal Čihař
1d0130c64e Translated using Weblate (Uzbek (latin))
Currently translated at 53.7% (1375 of 2562)
2013-04-24 14:26:17 +02:00
Michal Čihař
0ebe0e638a Translated using Weblate (Uzbek)
Currently translated at 54.6% (1400 of 2562)
2013-04-24 14:26:14 +02:00
Rodrigo Souza
b64b4f8654 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2562 of 2562)
2013-04-24 14:26:09 +02:00
Marc Delisle
4b00d2f559 Merge branch 'QA_3_5' into QA_4_0 2013-04-24 08:24:57 -04:00
Marc Delisle
d7a5783b88 Fix merge conflicts 2013-04-24 08:23:44 -04:00
Marc Delisle
ddada9fb95 3.5.8.1 release 2013-04-24 08:17:50 -04:00
Marc Delisle
be9ec6d008 ChangeLog entries for security fixes 2013-04-24 08:15:36 -04:00
Marc Delisle
1f6bc0b707 Security: block another case of remote execution vulnerability 2013-04-24 08:09:13 -04:00
Marc Delisle
d3fafdfba0 Security: remove dots in template to avoid a remote code execution vulnerability 2013-04-24 07:59:06 -04:00
Marc Delisle
ffa720d90a Prevent null-byte injection in preg_replace() 2013-04-24 07:56:58 -04:00
Michal Čihař
dedd542cda Dropped unsafe usage of preg_replace
It could be tricked by apending /e\x00 to execute arbitrary php code.
The new code does simple string replace, we don't really need any of
regex stuff here.
2013-04-24 07:56:27 -04:00
Filipe Batista
62db904a45 Translated using Weblate (Portuguese)
Currently translated at 53.1% (1361 of 2562)
2013-04-24 03:22:09 +02:00
Marc Delisle
28f74e7c29 Security: block another case of remote execution vulnerability 2013-04-23 16:16:13 -04:00
Marc Delisle
1cba93204b Prevent null-byte injection in preg_replace() 2013-04-23 11:46:53 -04:00
Marc Delisle
500657fd35 - port security commit (unsafe usage of preg_replace()) from the 3.5
branch
- make the feature work (missing globalization of required $_POST params
2013-04-23 11:44:26 -04:00
Michal Čihař
ba00009682 Merge remote-tracking branch 'origin/QA_3_5' into QA_4_0 2013-04-23 17:34:37 +02:00
Rodrigo Souza
f4208d79d6 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2562 of 2562)
2013-04-23 17:34:10 +02:00
Yungu Kim
86076dc89e Translated using Weblate (Korean)
Currently translated at 59.8% (1531 of 2562)
2013-04-23 17:34:08 +02:00
Marc Delisle
156d297606 Merge branch 'QA_4_0' into QA_4_0-security 2013-04-23 11:25:12 -04:00
Weblate
95e4e8aba1 Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0 2013-04-23 14:26:48 +02:00
Rodrigo Souza
478ecbef7b Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2605 of 2605)
2013-04-23 14:26:46 +02:00
Yungu Kim
5f92a0a963 Translated using Weblate (Korean)
Currently translated at 59.0% (1538 of 2605)
2013-04-23 14:26:44 +02:00
fliespl
f1543b6b48 cast $pos variable when loading columns by ajax with disableIS = false (badly formatted query fails) 2013-04-23 14:26:18 +02:00
Michal Čihař
db021a1053 Merge remote-tracking branch 'origin/QA_3_5' into QA_4_0 2013-04-22 15:15:25 +02:00