Einar Lielmanis
482b9959ca
Add editey.com to the front page
2013-06-28 21:26:52 +03:00
Einar Lielmanis
e5cf46bdc3
Add codecaddy.net to "interesting" section
2013-06-11 02:48:11 +03:00
Einar Lielmanis
be6a325b71
Drop the HTML header cruft
2013-06-11 02:42:39 +03:00
Liam Newman
e8efb7550f
Apply html beautifier to index.html
...
Indent 4 spaces
Preserve 5 newlines
Collapse braces
Line wrap at 160 characters
Space before conditional
2013-06-09 15:04:35 -07:00
Liam Newman
a9f3d1a309
Minor fixes based on feedback from @Infocatcher
2013-06-07 14:31:46 -07:00
Liam Newman
37a3215b58
Beautify Html word wrapping from web page
2013-06-07 12:04:24 -07:00
Liam Newman
76ec9743cc
Add max-preserve-newlines to web
...
Closes #74
Closes #199
2013-04-30 12:18:02 -07:00
Liam Newman
109cad8694
Make about stay at the top for small window widths
2013-04-30 11:55:47 -07: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
Einar Lielmanis
20f7f0d17a
Remove leftover console-log
2013-04-23 09:23:58 +03:00
Einar Lielmanis
d139657d98
Use proper jquery "checked" check, attr -> prop
2013-04-23 09:22:30 +03:00
Liam Newman
bc62583fd5
Remove expand-strict and fix brace tests
...
While removing expand-strict, found that brace tests were uneven.
Made all tests appear for all three settings, and adjusted for each.
There are still some minor odd behaviors around empty braces, but they are
non-breaking.
Closes #236 , #237
2013-04-19 00:28:10 -07: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
4cb16b70eb
Merge pull request #225 from bitwiseman/master
...
Reorganize file structure by language/platform
2013-04-04 21:27:27 -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
Liam Newman
7d1c2934d4
Prevent inline script from starting before external scripts have finished loading
2013-04-04 15:05:44 -07:00
Liam Newman
1768f57411
Make requires for beautify-html.js compatible with different systems.
...
Closes #202
2013-04-03 11:19:51 -07:00
Einar Lielmanis
fa6e597f42
Add a second submit button, below the source
2013-04-03 19:43:44 +03:00
Liam Newman
1d688f463b
Remove genericeval unpacker as unsafe
2013-04-01 10:42:48 -07:00
Einar Lielmanis
c90589d4ea
GenericEval obfuscator
2013-03-28 14:59:22 -07:00
Liam Newman
2ea625f780
More License administrivia
...
In looking around at related projects, I've seen a number of them
embedding and reusing individual files instead of the whole project.
As such it makes sense to put the license into the files themselves.
The code is free, this just just clearerly states that it should remain so.
2013-03-27 15:17:37 -07:00
Liam Newman
5000464bf0
Separate the node aspects of test from browser runnable ones
2013-03-21 00:13:44 -07:00
Einar Lielmanis
709af232e8
Some tweaks to the contributor list, mention node
2013-03-19 22:53:28 +02:00
Einar Lielmanis
9e277c19b8
Add @bitwiseman to jsb-footer
2013-03-13 11:52:55 +02:00
Einar Lielmanis
3db9e37e2d
Merge pull request #182 from bitwiseman/master
...
Javascript line wrapping option based on expanded newline preservation points
2013-03-13 02:48:00 -07:00
Einar Lielmanis
31a4e90c03
Slightly refactor how unpackers are applied
...
Fixes some weird freezes, e.g
{"url":"{%%}{%%}"}
got detected by urlencoded script, but, being unable to urldecode, fell
into an infinite loop.
2013-03-13 11:26:35 +02:00
Liam Newman
966ae86c26
Expose line wrapping on index.html
2013-03-12 16:03:36 -07:00
Einar Lielmanis
b411ae4dfd
Move jquery to third-party/
2013-02-07 01:29:21 +02:00
Einar Lielmanis
b726537f8a
Closing links is apparently hard
2013-01-23 16:28:24 +02:00
Einar Lielmanis
5b3b8c1824
Add a link to brackets.io ext, unbolden links
2013-01-23 16:25:34 +02:00
Einar Lielmanis
1c865b7b7a
Work in a clean git clone without codemirror
2012-12-21 10:56:59 +02:00
Einar Lielmanis
8dafd97bef
Stefano username change, @satufk -> @esseks
2012-11-09 04:26:25 +02:00
Einar Lielmanis
6731f9d201
Add a link to jdc0589/JsFormat
2012-10-24 02:29:00 +03:00
Einar Lielmanis
595d8125a3
Improve chained methods ( fix #151 , ref #93 , #10 )
...
Implement a new option, break_chained_methods:
False(default): leave the chained methods intact, i.e
a().b() -> a().b()
a() -> a()
.b() .b()
True: always break chained methods with a newline.
a().b() -> a()
.b()
a() -> a()
.b() .b()
Add a checkbox to turn the feature on/off to the frontpage.
2012-10-05 03:03:51 +03:00
Einar Lielmanis
4089325614
Add link to quick source viewer by tomimick
2012-07-19 07:43:03 +03:00
Einar Lielmanis
5759e3ea9a
Add a self-link in the page top
2012-07-17 15:51:41 +03:00
Einar Lielmanis
e61a60f3f9
Add link to vim-jsbeautify
2012-07-02 11:13:18 +03:00
Einar Lielmanis
9bdec17bfb
Add vittgam to contributors/readme
2012-06-25 17:43:06 +03:00
VittGam
569e558bdd
s/decode_characters/unescape_strings/
2012-06-24 23:36:09 +02:00
VittGam
2fa8cc97ce
Fixed turn-off-codemirror link in html page
2012-06-24 20:46:59 +02:00
VittGam
15240457ba
Shortened description for decode_characters option in html page, and fixed space-before-conditional label after checkbox
2012-06-24 20:43:41 +02:00
VittGam
30dadf4267
Fixed html page after adding decode_characters option
2012-06-24 20:41:12 +02:00
VittGam
12deed423f
Added option to decode printable characters in strings encoded in \xNN notation.
2012-06-24 20:37:42 +02:00
Einar Lielmanis
f2f452f601
Add netbeans jsbeautify by Drew Hamlett
2012-06-19 00:01:45 +03:00
Einar Lielmanis
387b6522af
Add a link to Burp Suite beautifier
2012-06-04 15:33:54 +03:00
Einar Lielmanis
a81311e9ba
Fix textarea width
2012-06-01 10:55:00 +03:00
Einar Lielmanis
5b4f19ceff
?without-codemirror for turning off codemirror
2012-06-01 10:52:07 +03:00
Einar Lielmanis
154e81c9e4
Who needs .ico anyway. png ftw
2012-05-31 14:31:43 +03:00
Einar Lielmanis
ad708176d0
Restored favicon
2012-05-31 14:29:36 +03:00
Einar Lielmanis
bb36c7d2cf
Make the codemirror background white and pretty
2012-05-29 13:18:14 +03:00