Commit Graph

34 Commits

Author SHA1 Message Date
Liam Newman
566ad859e1 Addtional cleanup and simplification 2020-07-28 13:45:33 -07:00
mayankshouche
03713ae1a1 Add clipboard functionality for plain textarea 2020-07-27 18:24:51 -05:00
mayankshouche
f0f866aeff Add copy to clipboard and select all buttons 2020-07-26 13:49:13 -05:00
Liam Newman
cd7d65e482 Fix formatting 2020-04-21 16:01:48 -07:00
Liam Newman
f6fe0df19d
Update to current google analytics 2020-04-10 15:22:52 -07:00
Liam Newman
bdb31ae1e3 Improved CodeMirror behavior
This just moves us to using codemirror from cdn instead of local version.
Fixed layout issue exposed by move.
Use latest version of CodeMirror
Switch modes depending on beautifier being used

Fixes #1695
2019-08-02 13:21:54 -07:00
Liam Newman
3dec35577c Limit website sample size
Fixes #1640
2019-05-06 11:31:32 -07:00
HanabishiRecca
ad8d6aeb1e Option in web version
+ some fixes of HTML by the W3 validator
2019-03-25 13:21:45 -07:00
Liam Newman
69f4ebb198 Fix drop down position 2019-01-13 13:38:05 -08:00
Liam Newman
b50ef5ec4b Remove buggy auto-detection from website
Closes #1565
2019-01-13 13:29:14 -08:00
Liam Newman
ab85ff6554 Added newlines to end of files 2018-10-08 10:10:39 -07:00
L. D. MacKrell
bae5a5a090 Fixes indentation in second comment on webpage 2018-09-10 15:21:34 -07:00
Liam Newman
5362878ef5 Turn on use strict across most of project
Stop sloppy humans from doing sloppy human things.
2018-08-22 16:51:25 -07:00
Liam Newman
54516aa939 Fix webpage tab indenting
Fixes #1470
2018-08-08 10:07:10 -07:00
Liam Newman
869739069a Apply jshint to more files 2018-07-10 17:19:20 -07:00
Liam Newman
66e7fa0838 Fix formatting 2018-07-09 15:03:47 -07:00
Liam Newman
cfb1af16f2 Use classis js to work with older browsers
Only newer browsers can handle let and backtick strings.

Fixes #1445
2018-07-09 13:42:23 -07:00
Liam Newman
a135077fcd Apply beautifier to more project code 2018-07-06 20:29:17 -07:00
Liam Newman
61687c7159 Load using require.js 2018-07-06 19:16:39 -07:00
Liam Newman
c8ff7d47a6 Build fixes 2018-07-06 19:14:50 -07:00
L. D. MacKrell
eb49e738dd Add instructions to debug version on CONTRIBUTING.md 2018-07-06 16:01:45 -07:00
Liam Newman
7b7b41096f Add version to webpage 2018-07-06 16:01:33 -07:00
Liam Newman
9f48a50315 Add css to build 2018-07-06 15:56:27 -07:00
Liam Newman
f56880fbf6 Make test load dynamically on webpage 2018-06-30 00:57:22 -07:00
L. D. MacKrell
1a9104bc16 Add language selector 2018-06-29 14:18:24 -07:00
L. D. MacKrell
4bd295490f Add issue open button with templating 2018-06-27 15:08:59 -07:00
L. D. MacKrell
2def37bb1b Add additional options textarea and selected options output 2018-06-21 12:46:16 -07:00
L.D.MacKrell
81bd06dce5 Create separate files for code previously lumped in index.html file 2018-05-07 13:27:20 -07:00
Liam Newman
a6656f980a Update codemirror and jquery
Codemirror: 4.13.0
Jquery: 1.11.3
Jquery.cookie: 1.4.1
2015-11-19 14:46:35 -08:00
Liam Newman
bdf3c2e743 Remove trailing-spaces from lines 2014-06-10 13:25:58 -07:00
Einar Lielmanis
5fb8b0de8f To hell with the paypal button 2014-01-09 08:51:53 +02:00
Einar Lielmanis
1a717637ed Move paypal-donate.gif to web folder
The image was needlessly lonely stored on the spicausis.lv domain
2013-04-28 02:28:38 +03:00
Liam Newman
d02d83d646 Update code mirror and jquery
Tune the web page scrolling a bit as well.

Closes #143
2013-04-17 16:47:18 -07:00
Liam Newman
9de057f94c Reorganize file structure by language/platform
Moved all files that are specifically for the website into web (except for index.htm)
Moved all files that are javascript (for node or web) into js
Organized js folder to generally follow node structures

This change also changes .npmignore to include unpackers in the package.
First step on #224.
2013-04-04 15:51:19 -07:00