130 Commits

Author SHA1 Message Date
Aron Carroll
cdbfce0bed Update history preview to parse the dates in the correct timezone
This was previously using the users local timezone which meant
dates could be out. Ticket #232.
2012-07-20 12:36:12 +01:00
Remy Sharp
c70e394814 Fixed IE rendering shit - basically it would run all the JS in random order crashing the iframe. Lame. So I append a defer it we're working in IE.
Tested and confirmed in IE8 - not yet checked IE9 or 10
2012-07-18 09:38:06 +01:00
Remy Sharp
f3163e3ef5 -console logging 2012-07-18 09:37:20 +01:00
Remy Sharp
c711042432 .trim() polyfill and adding comment rendered JS 2012-07-13 17:57:07 +01:00
Remy Sharp
03649ac8eb Markdown supported and better processor support 2012-07-13 15:09:46 +02:00
Remy Sharp
e39129ba75 Moved title update to prepare code 2012-07-12 20:04:44 +02:00
Remy Sharp
5e3a23b36a IE fixes *and including an IE specific CSS link) 2012-07-08 22:37:49 +02:00
Remy Sharp
20ea268302 Nicer hover effect 2012-07-05 23:56:23 +01:00
Remy Sharp
81beb795ee Fixed preview broken in node app 2012-07-04 12:32:11 +01:00
Remy Sharp
21c9b85a48 Fixed regexp by reseting the last index. ::Sigh:: 2012-07-01 23:58:04 +01:00
Remy Sharp
bd2843c510 More progress on #178 - getting console linked to the output panel. 2012-07-01 17:21:46 +01:00
Remy Sharp
02e429d73e Starting to link console to main output window. Progress on #178
Still not quite there, but will be!
2012-07-01 09:18:00 +01:00
Remy Sharp
69c1b41f9b Scripts now unrolled for better debugging and development. Order really matters and build script moved to grunt.
Requires global install of grunt if using in production, but I guess
local installs will run in development mode by default.
2012-07-01 09:16:22 +01:00
Remy Sharp
2ee5d0ba05 Bit of lint, most importantly, adding @sourceURL support - cool, eh? 2012-06-28 16:50:09 +01:00
Remy Sharp
67ddc34187 Lint 2012-06-28 16:49:54 +01:00
Remy Sharp
f2a50a5c40 Allow users to change their details once logged in 2012-06-28 08:49:26 +01:00
Remy Sharp
52c8e4bc5a Sanity check 2012-06-22 18:04:19 +01:00
Remy Sharp
82a4c5850b Allow debugging without reload 2012-06-22 16:28:33 +01:00
Remy Sharp
664fc113a1 Few lint passes 2012-06-20 12:06:17 +01:00
Remy Sharp
267e53a596 Cleaner test for console #181 2012-06-18 17:31:34 +01:00
Remy Sharp
09b8905f1e Capture logging from all sources 2012-06-18 07:39:00 +01:00
Remy Sharp
80177733e4 Jade and Stylus preprocessors. Smarter preprocessors too. 2012-06-17 09:48:11 +01:00
Remy Sharp
0fa7f87e5d Switch to render methods - this gives us the "processed" output 2012-06-16 18:43:15 +01:00
Remy Sharp
ad4982ffdf Moving depreciated files 2012-06-16 18:42:35 +01:00
Remy Sharp
a9666eef86 Can't remember, but I'm sure it's important… 2012-06-03 10:37:31 +02:00
Aron Carroll
54bdaa6280 Merge branch 'next/3' into 'feature/node'
Massive merge I'm sure nearly everything is broken :)

Conflicts:
	config.default.php
	index.php
	js/chrome/download.js
	public/app.php
	public/font/fontawesome-webfont.eot
	public/font/fontawesome-webfont.svg
	public/font/fontawesome-webfont.svgz
	public/font/fontawesome-webfont.ttf
	public/font/fontawesome-webfont.woff
	public/font/pictos-web.eot
	public/font/pictos-web.svg
	public/font/pictos-web.ttf
	public/font/pictos-web.woff
	public/js/chrome/login.js
	public/js/chrome/navigation.js
	public/js/jsbin.js
2012-05-25 14:17:32 +01:00
Aron Carroll
80b2a4c078 Merge branch 'next/3' into feature/node
Conflicts:
	index.php
2012-04-20 17:53:54 +01:00
Aron Carroll
d8a65053dd Merge branch 'next/3' into feature/node
Conflicts:
	index.php
2012-04-19 16:51:02 +01:00
Aron Carroll
05cef98f1e Include all users bins and tidy up domains 2012-04-17 18:00:24 +01:00
Aron Carroll
ef05666727 Move PHP codebase into ./public directory
Updated all relevant paths to point to new locations. Webs servers will
need to be updated to point to ./public. The build script remains in the
root and will work as before.
2012-04-17 11:38:35 +01:00