Commit graph

341 commits

Author SHA1 Message Date
Kijin Sung
cb229c2d66 Clean up namespaces 2016-03-14 21:04:27 +09:00
Kijin Sung
6944b64643 Add wildcard support and customization method to media filter 2016-03-14 16:02:21 +09:00
Kijin Sung
26138c25da Perform more thorough unit test of HTMLFilter 2016-03-14 15:33:07 +09:00
Kijin Sung
13a67f3496 Implement URL::modifyURL() 2016-03-14 11:51:32 +09:00
Kijin Sung
de0d49b9f3 Add more algorithms to unit test 2016-03-13 23:56:04 +09:00
Kijin Sung
f4dc7e6b21 Move all functionality of old Password class to new Password class 2016-03-13 23:23:48 +09:00
Kijin Sung
ddab5ce8d8 Fix unit tests for Security::getRandomNumber() 2016-03-13 22:11:30 +09:00
Kijin Sung
647bc7c112 Implement new Password class and related unit tests 2016-03-13 22:08:56 +09:00
Kijin Sung
90dcc4a2e8 Implement encryption, decryption, and CSPRNG in Security class 2016-03-13 20:40:23 +09:00
Kijin Sung
544170b530 Move IpFilter class to Security namespace 2016-03-13 10:24:52 +09:00
Kijin Sung
7ecd9230c2 Add MediaFilter class to absorb most EmbedFilter functionality 2016-03-13 09:51:15 +09:00
Kijin Sung
3d3fa6d7d3 Use HTMLFilter::clean() directly in unit tests 2016-03-13 00:11:47 +09:00
Kijin Sung
31080ddc04 Add unit tests for removeEmbeddedMedia() 2016-03-12 23:24:00 +09:00
Kijin Sung
143b65e840 Perform tag filtering after HTMLPurifier is done with the content 2016-03-12 22:18:33 +09:00
Kijin Sung
f577b456ec Absorb removeSrcHack() into HTMLFilter postprocessing method 2016-03-12 22:15:55 +09:00
Kijin Sung
37c07f7b6e Rename old SecurityTest class 2016-03-12 19:59:10 +09:00
Kijin Sung
b693c8cdad Add unit tests for Security and URL classes 2016-03-12 19:44:05 +09:00
Kijin Sung
1c32e993ab Add unit tests for FilenameFilter class 2016-03-12 17:42:28 +09:00
Kijin Sung
e405fc69ac Update unit tests 2016-03-11 15:36:36 +09:00
conory
79209bf2af unit test4 2016-03-03 16:47:57 +09:00
conory
ea2cc89d46 unit test3 2016-03-03 14:57:03 +09:00
conory
b727466e61 unit test2 2016-03-03 14:46:19 +09:00
conory
e5ae4a828a unit test 2016-03-03 12:45:35 +09:00
Kijin Sung
3f604c7f59 Fix unit tests 2016-02-18 20:10:08 +09:00
Kijin Sung
4ec179372a Fix unit tests for validator 2016-02-18 09:12:32 +09:00
Kijin Sung
1a3c500c76 Fix unit tests, and auto-load default lang if not loaded 2016-02-18 08:49:57 +09:00
Kijin Sung
3237f188e3 Merge branch 'develop' into pr/reorganize-unit-tests 2016-02-16 17:45:45 +09:00
Kijin Sung
ad808a1058 Fix unit tests to remove warnings 2016-02-16 17:43:05 +09:00
Kijin Sung
6b0d1bc22d Fix install tests 2016-02-16 16:40:45 +09:00
Kijin Sung
670baecb73 Reorganize unit tests 2016-02-16 16:17:46 +09:00
Kijin Sung
0947bafa66 Add unit tests for the Debug class 2016-02-15 16:11:00 +09:00
Kijin Sung
9b640ea15d Add unit tests for new date/time functions 2016-02-12 09:09:47 +09:00
Kijin Sung
aaa3e25ad5 Implement more precise timezone handling in edge cases 2016-02-11 21:27:36 +09:00
Kijin Sung
a499aa0d1f Fix inconsistent capitalization of Rhymix 2016-02-08 16:31:10 +09:00
Kijin Sung
d41516349c Remove use of old db_info in minify_scripts processing 2016-02-05 11:03:43 +09:00
Kijin Sung
ae3ab3b897 Add unit tests for Config and DateTime classes 2016-02-05 09:35:04 +09:00
Kijin Sung
54d6385e2a Update unit tests 2016-02-03 15:49:53 +09:00
Kijin Sung
474c8b0901 Add some basic unit tests for the Lang class 2016-02-02 11:23:09 +09:00
Kijin Sung
767ba0bb62 Add unit tests for CloudFlare real IP method 2016-02-02 09:36:32 +09:00
Kijin Sung
c23ebdb4aa Add tests for IpFilter class and legacy compatibility 2016-02-02 09:15:29 +09:00
Kijin Sung
80a845352c Disable easyinstall update check while testing 2016-01-23 22:48:37 +09:00
Kijin Sung
08e7f7e32a Fix unit tests and misuse of global scope 2016-01-16 14:05:51 +09:00
Kijin Sung
b540c35d2a Update unit tests for jQuery path change 2016-01-15 13:17:23 +09:00
Kijin Sung
25fe55df01 Update unit tests for jQuery path change 2016-01-15 13:13:24 +09:00
Kijin Sung
e572b81b8a Merge branch 'develop' into pr/utf8mb4
Conflicts:
	tests/Install/AutoinstallCept.php
2016-01-11 20:03:55 +09:00
Kijin Sung
d51ad8b4e5 Standardize on uppercase 2016-01-11 16:44:10 +09:00
Kijin Sung
4449d4ad72 Clean up autogenerated files in test directory 2016-01-11 16:35:18 +09:00
Kijin Sung
8ad16890da More cleanup of unit tests 2016-01-11 16:16:38 +09:00
Kijin Sung
4776078c11 Clean up MySQL configuration for unit tests 2016-01-11 16:12:32 +09:00
Kijin Sung
d9a9cfe21b Implement more accurate management of the current charset 2016-01-11 11:12:02 +09:00