Michal Čihař
dce94f229f
More consistency for URL::getCommon
...
Now URL::getCommon always returns HTML encoded string, if you want
unencded one, use URL::getCommonRaw. This makes it easier to review the
code if uses correct variant.
Also I've fixed several wrong uses of the HTML encoded variant in
Location header.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-06-17 12:44:29 +02:00
Deven Bansod
c47a275e22
Added newly introduced variables
...
Changed appropriate variables to have byte-formatting
Fixed tests
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-03-23 16:19:53 +05:30
Durgesh
6650f7b07d
Refactor text sanitization and javascript escaping, Issue #11989 , #11988
...
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-02-22 14:45:19 +05:30
Durgesh
0b64827930
Refactored url parmeters generating, Issue #11990
...
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-02-22 14:36:41 +05:30
Michal Čihař
2d47e41084
Remove no longer needed variables
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 15:18:21 +01:00
Michal Čihař
86d3d0bc04
Define theme for all tests
...
This allows to unify environment.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 15:14:39 +01:00
Michal Čihař
b450e58dbb
Remove require of libraries included in test bootstrap
...
There is no need to specify them in every test when we already do it
globally.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-12 16:43:16 +01:00
Madhura Jayaratne
4622f16b1f
Use common test class as parent for more test cases
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-12-17 20:06:21 +11:00
Madhura Jayaratne
484f26a434
Was invoking wrong method
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-12-02 07:08:54 +11:00
Madhura Jayaratne
e60853adee
This method no longer exists
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-12-02 07:04:22 +11:00
Madhura Jayaratne
26e96680f4
Fix some test failures
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-12-02 06:51:54 +11:00
Hugues Peccatte
54053550fd
Make PHPCS happy.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-11-21 15:04:31 +01:00
Madhura Jayaratne
8c1ed92460
Move to a sub package for better organization
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-11-18 10:49:32 +11:00
Madhura Jayaratne
272fb20923
Update tests
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-11-17 21:16:20 +11:00