Yungu Kim
36555137df
Translated using Weblate (Korean)
...
Currently translated at 62.6% (1604 of 2562)
2013-05-01 09:22:12 +02:00
Efraim Flashner
d2badef2b3
Translated using Weblate (Hebrew)
...
Currently translated at 24.2% (621 of 2562)
2013-04-30 21:22:08 +02:00
Jin-oh Kang
011e6caf10
Translated using Weblate (Korean)
...
Currently translated at 62.5% (1601 of 2562)
2013-04-29 07:24:12 +02:00
J. M
f0d62683b1
Translated using Weblate (German)
...
Currently translated at 100.0% (2562 of 2562)
2013-04-28 12:22:05 +02:00
Marc Delisle
a0c778ae40
Translated using Weblate (French)
...
Currently translated at 100.0% (2562 of 2562)
2013-04-28 00:22:07 +02:00
Rodrigo Souza
fbab037704
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2562 of 2562)
2013-04-27 18:22:55 +02:00
Tae-rok Hwang
6b42dc9adc
Translated using Weblate (Korean)
...
Currently translated at 62.5% (1601 of 2562)
2013-04-27 16:32:53 +02:00
Yungu Kim
cc957c77c8
Translated using Weblate (Korean)
...
Currently translated at 59.9% (1535 of 2562)
2013-04-27 12:05:32 +02:00
Yungu Kim
6426591266
Translated using Weblate (Korean)
...
Currently translated at 59.8% (1533 of 2562)
2013-04-27 12:04:48 +02:00
Yungu Kim
d43c6e377a
Translated using Weblate (Korean)
...
Currently translated at 59.8% (1532 of 2562)
2013-04-27 12:04:12 +02:00
Michal Čihař
6152498fe2
Translated using Weblate (Uzbek (latin))
...
Currently translated at 53.7% (1375 of 2562)
2013-04-25 16:04:01 +02:00
Michal Čihař
214a6d3722
Translated using Weblate (Uzbek)
...
Currently translated at 54.6% (1400 of 2562)
2013-04-25 16:04:01 +02:00
Michal Čihař
f0611e4fe7
Translated using Weblate (Urdu)
...
Currently translated at 28.0% (718 of 2562)
2013-04-25 16:04:00 +02:00
Burak Yavuz
73003b64a4
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (2562 of 2562)
2013-04-25 16:04:00 +02:00
Michal Čihař
bb41a2b1af
Translated using Weblate (Mongolian)
...
Currently translated at 29.0% (742 of 2562)
2013-04-25 16:03:58 +02:00
Michal Čihař
3474291a1d
Translated using Weblate (Malay)
...
Currently translated at 15.8% (406 of 2562)
2013-04-25 16:03:58 +02:00
Michal Čihař
2760f49b68
Translated using Weblate (Macedonian)
...
Currently translated at 24.2% (621 of 2562)
2013-04-25 16:03:57 +02:00
Michal Čihař
a047b9e6a0
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (2560 of 2562)
2013-04-25 16:03:57 +02:00
Michal Čihař
594dce804f
Translated using Weblate (Hindi)
...
Currently translated at 61.9% (1587 of 2562)
2013-04-25 16:03:56 +02:00
Michal Čihař
9ba8dff8ea
Translated using Weblate (Bengali)
...
Currently translated at 21.7% (557 of 2562)
2013-04-25 16:03:55 +02:00
Michal Čihař
79fd0b17c0
Translated using Weblate (Basque)
...
Currently translated at 24.0% (616 of 2562)
2013-04-25 16:03:53 +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
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
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
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
Michal Čihař
1f983ff328
Fix backtrace collected on error
...
Since adding of another level of abstraction (addError), the handleError
method stayed in the backtrace. This lead to non useful backtraces and
explosion of session data size as handleError gets GLOBALS as one of
argument in case of user errors.
2013-04-22 15:13:54 +02:00
Rodrigo Souza
34faa9897e
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2562 of 2562)
2013-04-22 00:22:04 +02:00
Yungu Kim
de483ef685
Translated using Weblate (Korean)
...
Currently translated at 58.5% (1499 of 2562)
2013-04-21 18:22:10 +02:00
Filipe Batista
82090c11b1
Translated using Weblate (Portuguese)
...
Currently translated at 53.0% (1359 of 2562)
2013-04-21 15:22:05 +02:00
Pedro Ribeiro
2ec63c7fb3
Translated using Weblate (Portuguese)
...
Currently translated at 53.0% (1358 of 2562)
2013-04-19 12:59:19 +02:00
Jonadabe PT
83eb5a172e
Translated using Weblate (Portuguese)
...
Currently translated at 52.8% (1352 of 2562)
2013-04-18 11:12:30 +02:00
zz zz
70081a7d19
Translated using Weblate (Simplified Chinese)
...
Currently translated at 100.0% (2561 of 2562)
2013-04-16 14:47:49 +02:00
Rodrigo Souza
1b423ccade
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2562 of 2562)
2013-04-16 14:47:49 +02:00
Yungu Kim
daeb455ec3
Translated using Weblate (Korean)
...
Currently translated at 58.0% (1485 of 2562)
2013-04-16 14:47:47 +02:00
Yungu Kim
3f3bf84556
Translated using Weblate (Korean)
...
Currently translated at 56.9% (1457 of 2562)
2013-04-15 00:22:04 +02:00
Rodrigo Souza
c9193d3c10
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2562 of 2562)
2013-04-14 21:22:05 +02:00
Ahmad Zulhilmi Idris
01403a1ba6
Translated using Weblate (Malay)
...
Currently translated at 15.8% (406 of 2562)
2013-04-14 12:22:04 +02:00
Dong-bum Kim
e221e51f17
Translated using Weblate (Korean)
...
Currently translated at 55.2% (1414 of 2562)
2013-04-12 22:34:55 +02:00