Merge pull request #8 in WWW/network-tools-js from develop/3.0.0 to master* commit '8d9579b62c61f0ee80ff76ee4e9f02996f09590a':
Content and rules update
Merge pull request #4 in WWW/network-tools-js from develop/3.0.0 to master* commit 'dfc7a26ba3ca8c4141aec5c8eb69d36ff90e7d60':
auth.tornevall.net renamed to selftest.tornevall.net for future usages
NT-105: Restored the initial / in the urls as they have to be decoded first. NT-105: Added more rightWing sites to expand the hit ratio during tests. NT-105: Added support for custom actions and descriptions. NT-105: Expanding rulesets and configuration data passed bet...
Merge pull request #5 in WWW/network-tools-js from features/NT-105-configurables to develop/3.0.0* commit '937719d33a21c3f816a7bf8212197e14831eb396':
NT-105: Restored the initial / in the urls as they have to be decoded first. NT-105: Added more rightWing sites to expand the hit ratio during tests. NT-105: Added support for custom actions and descriptions. NT-105: Expanding rulesets and configuration data passed between methods (findingWords object). NT-105: Added getToolsToArray to make...
NT-105: Restored the initial / in the urls as they have to be decoded first.NT-105: Added more rightWing sites to expand the hit ratio during tests.
NT-105: Added support for custom actions and descriptions.
NT-105: Expanding rulesets and configuration data passed between methods (findingWords object).
NT-105: Added getToolsToArray to make some objects become nicer arrays.
NT-105: Added setSiteDetectionAction to make major methods smaller and to decide which action tha...
NT-105: Moved mockdata into background scripts. Not because we need it, its more like a precaution fix.NT-105: Renamed config.js to tools-config.js and pushed the rawdata js-files into proper paths.
NT-105: css modifications.
NT-105: Deprecation: netToolsApiContentMockDeprecated
NT-105: Upgrade: netToolsApiContentMock and netToolsApiElementRulesMock
NT-105: Automatically prepare an export object (stringified data from the above mockobjects) in the config.
NT-105: enableMock flag (should be activ...
Merge pull request #2 in WWW/network-tools-js from features/NT-105-configurables to master* commit 'c8f1079657f8d944a999544db94f667acbcebe25':
NT-105: Added netToolsApiElementRulesMock (the purpose of this task) with rulesets for sites and class elements. NT-105: Replaced old bootstrap labels with new from v4.4. NT-105: Refreshed "removed element text" use labels. NT-105: Added internal template for bootstrap to .gitignore - it should not be included in the package as it may confl...
NT-105: Added netToolsApiElementRulesMock (the purpose of this task) with rulesets for sites and class elements.NT-105: Replaced old bootstrap labels with new from v4.4.
NT-105: Refreshed "removed element text" use labels.
NT-105: Added internal template for bootstrap to .gitignore - it should not be included in the package as it may conflict with live elements on websites.
NT-105: Added more sample words to test with in the badwords block.
NT-105: Renamed badwords block to netToolsApiContentMock. In cur...
Merge pull request #1 in WWW/network-tools-js from features/NT-102-scanner-raw to master* commit '07d22e85d80b46dd8d46f97a9caaa94a057808c8':
NT-102: Raw code for scanner implementation.