17 Commits

Author SHA1 Message Date
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