Commit Graph

  • db0fb1cd25 Added CONTRIBUTING.md n1474335 2017-02-07 16:48:31 +00:00
  • 35d74980a1 BUGFIX #70: Updated 'CSS selector' operation to use vanilla JS instead of jQuery, also fixing root element selection issues. n1474335 2017-02-07 15:04:10 +00:00
  • 553d9945ce Added forward and backward slashes to the delimiter options for the Morse Code operations. Closes #66. n1474335 2017-02-07 14:37:26 +00:00
  • 3b1c378e15 Merge branch 'tlwr-master' n1474335 2017-02-07 14:20:53 +00:00
  • 8f69ee441e Tidied Morse Code operations to match the project conventions. n1474335 2017-02-07 14:20:34 +00:00
  • 718e1dc153 Merge pull request #1 from artemisbot/morse-fixes Toby Lorne 2017-02-03 22:00:55 -05:00
  • a30babc682 Fixes required changes Matt C 2017-02-04 00:17:04 +00:00
  • ae8eea543c Merged branch master into morse-fixes Matt C 2017-02-04 00:13:03 +00:00
  • 02fce74a65 Merge remote-tracking branch 'refs/remotes/upstream/master' Matt C 2017-02-04 00:01:44 +00:00
  • b9f1cf968f Make translateTo faster and aware of line breaks toby 2017-02-03 18:34:46 -05:00
  • 9bf0d66b88 Fix casing for Morse code operations + description toby 2017-02-03 17:54:50 -05:00
  • 230ba5ff67 Add initial functionality toby 2017-02-03 16:43:30 -05:00
  • e3c977934b Variable names changed from underscore to CamelCase. Eslint rules updated. #64 n1474335 2017-01-31 18:24:56 +00:00
  • f8193797fa Small CSS tweak to correct the cursor when hovering over FAQ links. Fixes #59. n1474335 2017-01-31 16:10:42 +00:00
  • 6642471164 Added 'Fork me on GitHub' ribbon to About/Support pane. Closes #57. n1474335 2017-01-31 14:05:19 +00:00
  • fadd7158ed Add string escape/unescape operations Dale Myers 2017-01-23 21:39:08 +00:00
  • 3c3f5d9dcd Added Fletcher-8, -32 and -64 checksum operations. Closes #51. n1474335 2017-01-17 15:52:24 +00:00
  • cddd349090 Removed unused jquery.splitter.css n1474335 2017-01-17 12:52:15 +00:00
  • ba8524ca79 Added 'MD2', 'MD4' and 'SHA0' operations. Closes #52. n1474335 2017-01-16 16:40:43 +00:00
  • 2257754b94 Jump operations now return the final state when the maximum jump count is reached instead of throwing an error. n1474335 2017-01-16 16:00:44 +00:00
  • baa433ab80 'Fork' operation now has an option to ignore errors occuring on each branch n1474335 2017-01-16 15:58:38 +00:00
  • 488ca7167e BUGFIX: Saved recipes can now be deleted again. n1474335 2017-01-16 15:03:16 +00:00
  • 4d131c921a BUGFIX #47: Replaced 'const' declarations with 'var' to fix iOS incompatibilities. n1474335 2016-12-31 17:12:39 +00:00
  • 216d8f1f7a Tweaks to 'Filter' operation. n1474335 2016-12-23 14:36:16 +00:00
  • ca87d54aa2 Merge pull request #46 from Mikescher/feature_filter n1474335 2016-12-23 14:24:39 +00:00
  • f44171c005
    Merge remote-tracking branch 'upstream/master' into feature_filter Mike Schwörer 2016-12-21 20:17:53 +01:00
  • ef464ab57c Added 'Substitute' operation. n1474335 2016-12-21 14:09:46 +00:00
  • e1ef228575 Output buttons now adjust when there is limited screen space. n1474335 2016-12-21 12:13:03 +00:00
  • 9c1fb7ddf4 Added button to maximise the output window n1474335 2016-12-20 20:18:16 +00:00
  • a9f15b2c64 Updated npm package versions n1474335 2016-12-20 18:57:53 +00:00
  • 39d50093ae Tweaks to 'XPath expression' and 'CSS selector' operations. Closes #13. n1474335 2016-12-20 18:49:25 +00:00
  • 650fd9a940 Merge pull request #20 from Mikescher/feature_xpath n1474335 2016-12-20 18:16:14 +00:00
  • 4b5210585a
    Added operation 'filter' Mike Schwörer 2016-12-17 01:53:06 +01:00
  • 8db1b2fc79
    switched from jquery.cpath.js to xpath.js Mike Schwörer 2016-12-17 00:33:47 +01:00
  • dea16f63f5
    Small stuff to make eslint happy Mike Schwörer 2016-12-16 22:32:19 +01:00
  • 4c36123fd7
    Merge remote-tracking branch 'upstream/master' into feature_xpath Mike Schwörer 2016-12-16 22:15:53 +01:00
  • c24cdf3bae Merge remote-tracking branch 'refs/remotes/upstream/master' Matt C 2016-12-14 23:31:04 +00:00
  • af4644c9eb Replaced jsHint with eslint. Fixes #4. n1474335 2016-12-14 16:39:17 +00:00
  • e2e68dd876 BUGFIX: Fixed seasonal event handling. n1474335 2016-12-14 13:12:04 +00:00
  • 351eef7fd9 BUGFIX: Flow control ops are now correctly highlighted when a breakpoint is triggered on them. n1474335 2016-12-14 12:43:57 +00:00
  • ed5f00d402 Merge remote-tracking branch 'refs/remotes/upstream/master' Matt C 2016-12-08 09:18:14 +00:00
  • 7994a65926 Merge branch 'artemisbot-feature_vigenere' n1474335 2016-12-08 00:35:01 +00:00
  • 55c1626d41 Cleaned up the Vigenere cipher operations so that they conform with the coding conventions. n1474335 2016-12-08 00:34:41 +00:00
  • e5854b6f86 Resolving conflicts n1474335 2016-12-08 00:09:31 +00:00
  • ed7cab36d2 BUGFIX: Operations can now be dragged out of the recipe on touchscreen devices. n1474335 2016-12-07 23:57:15 +00:00
  • e64dfcdf0f Build Matt C 2016-12-06 20:28:20 +00:00
  • ac3a0b35f5 Merge branch 'feature_vigenere' Matt C 2016-12-06 20:27:14 +00:00
  • 22c00e8d3c Merge remote-tracking branch 'refs/remotes/upstream/master' Matt C 2016-12-06 20:23:20 +00:00
  • b36459064e Changes for merge Matt C 2016-12-06 20:20:27 +00:00
  • b0fd297069 Merge branch 'artemisbot-feature_rot47' n1474335 2016-12-06 18:45:51 +00:00
  • 6fa6a92719 Moved author tag and improved description for ROT47 n1474335 2016-12-06 18:43:55 +00:00
  • 2db810289d Merge conflicts n1474335 2016-12-06 18:32:39 +00:00
  • 86fb03fe10 BUGFIX #37: Description popovers for search results now get removed when the list is modified. n1474335 2016-12-06 18:10:35 +00:00
  • 326e15d05c Built production version. Matt C 2016-12-06 17:10:42 +00:00
  • f2b22605ab Merge branch 'feature_vigenere' Matt C 2016-12-06 17:08:45 +00:00
  • 44919b8c17 Merge remote-tracking branch 'refs/remotes/upstream/master' Matt C 2016-12-06 17:02:17 +00:00
  • 605a577d92 Merge remote-tracking branch 'refs/remotes/upstream/master' Matt C 2016-12-06 17:01:35 +00:00
  • 5c92e49d5d
    Merge remote-tracking branch 'upstream/master' into feature_xpath Mike Schwörer 2016-12-05 20:16:39 +01:00
  • 662805d11e
    fixed a few jshint warnings and uglify:prod problems Mike Schwörer 2016-12-05 19:47:41 +01:00
  • da7a832ceb
    Merge remote-tracking branch 'upstream/master' into feature_xpath Mike Schwörer 2016-12-05 19:30:46 +01:00
  • e4d30861d5 BIGFIX: 'Show Base64 Offsets' operation now escapes input before adding to tooltips. n1474335 2016-12-05 14:07:19 +00:00
  • b631feea74 Misc Fixes Matt C 2016-12-03 21:33:19 +00:00
  • 560712cee3 Feature: Add Vigenere Cipher Encode & Decode Matt C 2016-12-03 20:54:28 +00:00
  • 67ee8544e9 Added name to Rotate namespace Matt C 2016-12-03 13:47:38 +00:00
  • 1cc48fd481 Update for merge Matt C 2016-12-03 10:19:26 +00:00
  • 4101152c73 Merge remote-tracking branch 'refs/remotes/upstream/master' Matt C 2016-12-03 10:15:00 +00:00
  • 20d9903572 XOR operation now supports both input and output differentials. Fixes #17 n1474335 2016-12-03 01:42:23 +00:00
  • fc9d0a63c2 JSON Beautify and Minify operations no longer throw an error on empty input. Fixes #29 n1474335 2016-12-03 00:51:17 +00:00
  • 19b0a972d8 Inlined version now correctly displays compile time in place of the download link. Fixes #14. n1474335 2016-12-03 00:40:51 +00:00
  • 43fa4370a3 Added Grunt task to deploy build/prod to the gh-pages branch. Partial solution to #19. n1474335 2016-12-03 00:37:38 +00:00
  • 2db6f8f63c added css_query operation Schwörer Mike 2016-12-02 12:49:49 +01:00
  • 09a9fbe206 Built production version Matt C 2016-12-01 23:09:18 +00:00
  • ca8fef1c90 Merge Upstream. Matt C 2016-12-01 22:55:09 +00:00
  • 8b0112229e BUGFIX #24: Invalid favourites loaded from localStorage are now escaped when reported to the user. n1474335 2016-11-30 23:11:06 +00:00
  • 8882805830 Favicon changed to a data URL to prevent re-requests in some circumstances. #21 n1474335 2016-11-30 19:50:21 +00:00
  • 2f0bc54046 BUGFIX #24: toggle_string arguments are now escaped before being inserted into the DOM. n1474335 2016-11-30 19:33:20 +00:00
  • d5f84abb3b declare function as const and added Node.DOCUMENT_NODE Schwörer Mike 2016-11-30 12:23:19 +01:00
  • befb89ba76 reverted .gitignore and no for-loop in run_xpath Schwörer Mike 2016-11-30 09:56:02 +01:00
  • 51b627ab29
    Added operation: "XPath expression" Mike Schwörer 2016-11-29 19:28:07 +01:00
  • 9ab5fb5469 Built webpage for previous commit. Matt C 2016-11-29 18:03:13 +00:00
  • 20d4e5d263 FEATURE: Added ROT47 support. Matt C 2016-11-29 17:53:31 +00:00
  • 09d515cbae Merge pull request #12 from WrathZA/master n1474335 2016-11-29 16:46:28 +00:00
  • 405d956080 Added download attribute WrathZA 2016-11-29 11:22:41 +02:00
  • 75fd16a600 Added download attribute to <a> tag WrathZA 2016-11-29 11:21:53 +02:00
  • 94c631a928 Example links updated and stats recalculated. n1474335 2016-11-28 11:36:58 +00:00
  • 8342595dca Demo and wiki links updated. n1474335 2016-11-28 11:13:01 +00:00
  • b1d73a725d Initial commit n1474335 2016-11-28 10:42:58 +00:00