Commit Graph

48603 Commits

Author SHA1 Message Date
Burak Yavuz
004bfe9d8e Translation update done using Pootle. 2011-07-25 18:54:08 +02:00
Burak Yavuz
b8445f72e1 Translation update done using Pootle. 2011-07-25 18:52:03 +02:00
Burak Yavuz
f90e2bd1ef Translation update done using Pootle. 2011-07-25 18:51:29 +02:00
Burak Yavuz
b5bdc5f564 Translation update done using Pootle. 2011-07-25 18:50:18 +02:00
Burak Yavuz
b7e8ad42af Translation update done using Pootle. 2011-07-25 18:50:07 +02:00
Burak Yavuz
6fe2817cc9 Translation update done using Pootle. 2011-07-25 18:49:49 +02:00
Burak Yavuz
20b639aaab Translation update done using Pootle. 2011-07-25 18:49:44 +02:00
Burak Yavuz
a1f5e87126 Translation update done using Pootle. 2011-07-25 18:43:41 +02:00
Burak Yavuz
7bed10b649 Translation update done using Pootle. 2011-07-25 18:43:35 +02:00
Burak Yavuz
0d70e08ac2 Translation update done using Pootle. 2011-07-25 18:43:23 +02:00
Michal Čihař
489e8f1285 Merge remote-tracking branch 'tyron/master'
Conflicts:
	themes/pmahomme/css/theme_left.css.php
2011-07-25 17:17:33 +02:00
Tyron Madlener
07fde2dc1c Added missing create table icon in left frame 2011-07-25 17:54:09 +03:00
Marc Delisle
4d19ddaf08 3.4.5 started 2011-07-25 10:11:02 -04:00
Michal Čihař
c63172fede Merge remote-tracking branch 'pootle/master' 2011-07-25 15:04:46 +02:00
Michal Čihař
ce0ad11a7b Translation update done using Pootle. 2011-07-25 15:03:10 +02:00
Michal Čihař
c8ad66a8ec Merge remote-tracking branch 'pootle/master' 2011-07-25 15:02:51 +02:00
Michal Čihař
99e02c9c0b Translation update done using Pootle. 2011-07-25 15:01:23 +02:00
Michal Čihař
e5c8a006e4 Translation update done using Pootle. 2011-07-25 15:01:11 +02:00
Michal Čihař
f9de43b6ed Translation update done using Pootle. 2011-07-25 15:00:47 +02:00
Michal Čihař
5f1ebddad1 Translation update done using Pootle. 2011-07-25 15:00:21 +02:00
Michal Čihař
e4ecf0557b Translation update done using Pootle. 2011-07-25 14:59:51 +02:00
Michal Čihař
381472d279 Translation update done using Pootle. 2011-07-25 14:59:47 +02:00
Michal Čihař
7a0d8eb6fd Translation update done using Pootle. 2011-07-25 14:59:34 +02:00
Michal Čihař
a6881cff8e Translation update done using Pootle. 2011-07-25 14:59:30 +02:00
Michal Čihař
44bd637a01 Translation update done using Pootle. 2011-07-25 14:59:10 +02:00
Michal Čihař
f55de275e1 Translation update done using Pootle. 2011-07-25 14:58:44 +02:00
Michal Čihař
081520fa06 Translation update done using Pootle. 2011-07-25 14:58:24 +02:00
Michal Čihař
40614381cf Translation update done using Pootle. 2011-07-25 14:58:07 +02:00
Michal Čihař
4355dda9ee Translation update done using Pootle. 2011-07-25 14:58:01 +02:00
Sven Strickroth
dd6f4ddc68 Translation update done using Pootle. 2011-07-25 14:55:26 +02:00
Sven Strickroth
660be6e042 Translation update done using Pootle. 2011-07-25 14:54:33 +02:00
Michal Čihař
3638bbd345 Fix typo 2011-07-25 14:46:33 +02:00
Michal Čihař
264829a991 Add documentation to testcases 2011-07-25 14:42:46 +02:00
Michal Čihař
ffe203b099 Simplify definition of new valid links 2011-07-25 14:38:05 +02:00
Michal Čihař
765d823bbd Better function names 2011-07-25 14:35:52 +02:00
Michal Čihař
2cc790bad2 Coding style 2011-07-25 14:34:44 +02:00
Michal Čihař
c44b0eacec Fix docblocks 2011-07-25 14:32:09 +02:00
Michal Čihař
26a9bb4581 Unset variables which can poison output 2011-07-25 14:30:23 +02:00
Michal Čihař
d9f91b4f5d Testcase for escaping 2011-07-25 14:27:07 +02:00
Michal Čihař
42d704eadb Test case for invalid target 2011-07-25 14:21:38 +02:00
Michal Čihař
c2b530c005 Add another testcase for xss 2011-07-25 14:18:36 +02:00
Michal Čihař
a418fa95b9 Add testcase for combined link and XSS attempt 2011-07-25 14:13:03 +02:00
Michal Čihař
8d589ed83e Fix matching of tags without target 2011-07-25 14:12:22 +02:00
Michal Čihař
ef4f1717b2 Add testcase for documenation link 2011-07-25 14:10:22 +02:00
Michal Čihař
7b6043c619 Re-enable test for links 2011-07-25 14:08:46 +02:00
Michal Čihař
0c57cb20e2 Use preg_replace_callback for interpreting [a@...]
This way we need to evaluate regullar expression only once and can
convert all correct links rather than replacing none in case one string
is broken.
2011-07-25 14:05:57 +02:00
Michal Čihař
55c6412e6c Add documentation 2011-07-25 13:56:19 +02:00
Michal Čihař
a4807a8e7c Improve check for valid links 2011-07-25 13:54:09 +02:00
Michal Čihař
3104583db2 Cleanup 2011-07-25 13:41:21 +02:00
Michal Čihař
17cd1ebe2b Use single function for bbcode implementation 2011-07-25 12:11:17 +02:00