Remy Sharp
dc34c19448
Shorten bin urls to 4 characters
...
And add glyph font
2013-08-20 14:13:18 +01:00
Remy Sharp
5e9d01f033
Fix #765 and #793 . Increase bin url length and posibilities.
...
The error was:
a) being caused by strings being passed up through the error handler - instead of actual error objects.
b) more importantly, the 10 tries jsbin was attempting to get a new bin id, it was failing!!!! so I've increased the chances by adding uppercase characters (doubling the possibilties) and on each hit on an existing bin, the shortcode will get longer
2013-08-16 21:58:30 +01:00
Remy Sharp
9f33d85ccd
supply the view with the user bin count
2013-06-28 16:00:58 +01:00
Tom Ashworth
61db8cd38e
Monitoring spikes, db method calls and errors.
2013-02-14 15:30:33 +00:00
Remy Sharp
e3fe6d34bf
remove the "about" causing wide col
2013-02-12 23:58:35 +00:00
Tom Ashworth
8d17711baa
Allow for 1 month timespans.
2013-01-17 11:42:21 +00:00
Tom Ashworth
885e3b74bf
Display date not 'a long time ago' on home list.
2013-01-10 16:34:12 +00:00
Tom Ashworth
0cc499a7d3
add support to the owners table for panels with content, and unified the setBinOwner, setBinForUser, assignBin, et al
2013-01-09 16:50:33 +00:00
Tom Ashworth
e4ddf0b572
Clean up to HTML representation, and only do it if the character is present.
2012-10-17 10:37:48 +01:00
Tom Ashworth
d9dd88fee3
Cleaned up a bit.
2012-10-16 16:23:12 +01:00
Tom Ashworth
c88a8b0e18
Add cleanup method to utils to swap out bad characters, fix #129 .
2012-10-16 16:19:21 +01:00
Aron Carroll
d9c2cd4a83
Lint the node source
2012-08-03 13:04:48 +01:00
Remy Sharp
dd0dc3c801
Don't every return an empty title
2012-07-15 11:40:28 +01:00
Remy Sharp
763c076451
Fixed #215 . Change avatar when email is changed.
2012-07-13 11:05:21 +02:00
Remy Sharp
33a192e703
Always show the rendered output on open
2012-07-13 10:02:02 +02:00
Remy Sharp
42fab8cc34
Now correctly reading content from HTML and offering CSS as content. Fixes #162
2012-07-13 09:49:00 +02:00
Aron Carroll
c18cd88ed3
Add utils.gravatar() for creating gravatar urls
2012-07-06 16:26:28 +01:00
Aron Carroll
857e80f500
Remove debugger statement
2012-07-02 00:12:26 +01:00
Aron Carroll
665c045a8e
Lint the codebase
2012-07-01 21:21:59 +01:00
Aron Carroll
6d0badf424
Tidy up and document error objects
2012-06-30 20:55:35 +01:00
Aron Carroll
d407301f79
Add utils.extend() for extending objects
2012-06-10 14:08:30 +01:00
Remy Sharp
10c39bfe83
Moved regular expression to build once, fixed multiline matches
2012-05-26 10:11:13 +01:00
Remy Sharp
9fa706710f
Remove debugger from commit
2012-05-26 00:12:51 +01:00
Remy Sharp
7b9cc2ffe4
Fixing description detection logic
2012-05-25 22:12:28 +01:00
Aron Carroll
1d36ad58ee
Pull bin title from description tag if found
2012-05-25 16:15:07 +01:00
Aron Carroll
bca56a2f24
Prefer body contents over title when extracting tile
2012-05-25 16:15:07 +01:00
Aron Carroll
23d6bac5ae
Add utils.bindAll() for helping manage scope and objects
2012-05-20 21:11:25 +01:00
Aron Carroll
f11ba6c97f
utils.index() now uses the module filename if it exists
2012-05-20 20:48:32 +01:00
Aron Carroll
003c77fbdf
Add an utils.index helper method
...
This makes it very easy to create index modules for directories.
2012-05-20 20:19:24 +01:00
Aron Carroll
74fdbe344a
Add an Observable object for others to inherit from
2012-05-20 20:15:39 +01:00
Aron Carroll
96353b35bc
Add CORS support for cross origin GET requests
2012-05-18 16:55:34 +01:00
Aron Carroll
a003526f88
History list now detects changed panels
2012-05-18 16:19:08 +01:00
Aron Carroll
7139077f0e
Add utils.since() to create a friendly timestamp
2012-05-18 15:50:30 +01:00
Aron Carroll
f14555a272
Fix issue with utils.titleFromBin() where there is no CSS
2012-04-23 09:47:08 +01:00
Aron Carroll
d3047c4f75
Implement utils.titleForBin() to return title
...
This currently returns the title extracted from the HTML first unlike
the PHP version. This seems to make the most sense but need to check
with @remy.
2012-04-23 08:57:10 +01:00
Aron Carroll
c73e2459e9
Added utils.shortcode() to generate a bin id
2012-04-20 17:23:08 +01:00
Aron Carroll
3c72f89039
Add utils module for small utils…
2012-04-20 14:48:23 +01:00