remy
|
1ddb2a0360
|
Mass check in of JS Bin 2.8 - lots of UI changes - in complete though - IE to test.
|
2011-06-16 02:07:29 +01:00 |
|
remy
|
a6a63e086f
|
Support CORS requests that don't have preflight
|
2011-04-17 17:45:01 +01:00 |
|
remy
|
ad3ed38e26
|
Support CORS requests that don't have preflight
|
2011-04-17 17:40:57 +01:00 |
|
remy
|
c1b2a30a60
|
Support CORS requests that don't have preflight
|
2011-04-17 17:37:20 +01:00 |
|
remy
|
2655935497
|
Support CORS on GET only
|
2011-04-17 15:13:56 +01:00 |
|
remy
|
32bd99a701
|
CORS test
|
2011-04-12 12:32:02 +01:00 |
|
remy
|
c93fb5fab0
|
Fixed download logic, so that if it is saved and modified, it will then save at the same time so that the url and filename match up
|
2011-04-06 13:47:58 +01:00 |
|
remy
|
a5d4c1ba7c
|
Working on beta features:
- Simple UI for live preview
- Support to download saved jsbins
- Enable and disable via jsbin.on() or jsbin.off() in the console
|
2011-04-06 01:38:28 +01:00 |
|
remy
|
dec0c731bc
|
Build script simplified and HOST PHP var used across the app, so it should be easier to deploy to your own machine.
|
2011-02-19 19:53:28 +00:00 |
|
remy
|
ba147b2488
|
Mobile Safari support (iOS, iPad, iPhone) - also simplified streaming support, nearly there for release.
|
2010-11-26 11:19:08 +00:00 |
|
remy
|
eadf05a440
|
Removed the framebusting for the moment, we need a cleaner solution to this...
|
2010-11-17 11:12:39 +00:00 |
|
remy
|
4f9b70d9ce
|
Framebusting - it doesn't stop people from storing malicious code in JS Bin, but at least the end user will see that there's a hidden frame on the page.
|
2010-09-26 20:35:40 +01:00 |
|
remy
|
5313fa530b
|
If you change revision or url, the code now updates
|
2010-08-05 13:31:13 +01:00 |
|
Remy Sharp
|
a9e49f390a
|
Fixing the $1$2$3 code being stripped when saved. f:15 fixes #11
|
2010-02-20 10:15:39 +00:00 |
|
Remy Sharp
|
122c6e6053
|
Fixed stripping of escape slash character. f:15 fixes #18
|
2010-02-11 09:46:41 +00:00 |
|
Remy Sharp
|
2abd6ad603
|
Support for /abc/latest/edit and /abc/latest to redirect to /abc/6/edit and /abc/6. fixes #12
|
2010-01-28 23:56:38 +00:00 |
|
Remy Sharp
|
a1873fb15b
|
Also covered $1, $2, $3, etc appearing in the source JS
|
2010-01-23 15:37:22 +00:00 |
|
Remy Sharp
|
dddb16fe02
|
Fix for issue #11 - protecting $0 variables f:15
|
2010-01-23 15:32:50 +00:00 |
|
Remy Sharp
|
b686794091
|
Fixed bug in revision jumping f:30
|
2010-01-20 10:27:20 +00:00 |
|
Remy Sharp
|
e8f0258c1b
|
Fixing HTML & JS injection on the URL, and adding support for *any* bin url f:1
|
2010-01-16 12:26:08 +00:00 |
|
Remy Sharp
|
203669cff5
|
Supporting revisions on js bins
|
2010-01-15 17:44:34 +00:00 |
|
Remy Sharp
|
6efe64d1ea
|
Support for pure JS link and adding and trying icons
|
2010-01-13 12:24:36 +00:00 |
|
Remy Sharp
|
49c8746ade
|
Fixes to gist based include
|
2010-01-12 01:13:35 +00:00 |
|
Remy Sharp
|
0d803df61e
|
Fixed rendered output if slashes being added (must re-test), include "Edit in JS Bin" on saved edits. Tweaked UI for "save my template"
|
2010-01-12 01:02:11 +00:00 |
|
Remy Sharp
|
c400b9ce64
|
Merge branch 'master' of github.com:remy/jsbin
|
2010-01-11 22:23:50 +00:00 |
|
Remy Sharp
|
03c51b746f
|
fixed support for gist loading
|
2010-01-11 16:19:56 +00:00 |
|
Remy Sharp
|
790895ad9b
|
Basic encoding worked, removed json_encode :( need to be extra careful in testing
|
2010-01-11 11:34:06 +00:00 |
|
Remy Sharp
|
380cd9d6ee
|
Testing basic encoding of string to json
|
2010-01-11 11:28:59 +00:00 |
|
Remy Sharp
|
bd35d6070d
|
Sod - actually, it didn't fix it :(
|
2010-01-11 11:24:40 +00:00 |
|
Remy Sharp
|
ff40a5d63f
|
Fixed random 38K limit in json_encode, looks like memory leak-type-thing - adding mysql_close before exit fixed it
|
2010-01-11 11:22:55 +00:00 |
|
Remy Sharp
|
ebb959ed5b
|
Removed dialog from the default html5 styles
|
2010-01-10 22:12:00 +00:00 |
|
Remy Sharp
|
58bf7a5485
|
Adding code to view rendered output, i.e. jsbin.com/alula
|
2010-01-10 01:01:56 +00:00 |
|
Remy Sharp
|
aeab1ed70d
|
Removed escaping madness - need to test /really/ carefully to see if it's completely safe to remove
|
2010-01-10 00:54:06 +00:00 |
|
Remy Sharp
|
f21068825e
|
Trying to get the save to be more responsive by using a form rather than ajax request
|
2010-01-10 00:36:46 +00:00 |
|
Remy Sharp
|
fdab286e8f
|
Testing initial code creation
|
2010-01-10 00:05:34 +00:00 |
|
Remy Sharp
|
07d7acc345
|
Support loading gist code directly in to JS Bin
|
2010-01-09 01:33:03 +00:00 |
|
Remy Sharp
|
3aa7986bbb
|
Complete reorg of files to make use of sprokets - config designed to offline and online versions of code base
|
2010-01-05 00:52:10 +00:00 |
|
Remy Sharp
|
8c6f006eb1
|
Use config for db connection details
|
2010-01-03 00:59:56 +00:00 |
|
Remy Sharp
|
3834fbbde2
|
Making the debugger better and patching in the backend to save code as per live jsbin.com
|
2009-12-03 12:46:50 +00:00 |
|