Commit Graph

172 Commits

Author SHA1 Message Date
Samuel Cochran
628755ece8 Version bump to 0.4.7 2011-06-24 08:33:02 +08:00
Samuel Cochran
9a914ddfd0 Images need to go in the gemspec. -.- 2011-06-24 08:32:33 +08:00
Samuel Cochran
ae9a324118 Rakefile should strip read VERSION 2011-06-23 23:48:19 +08:00
Samuel Cochran
ad6b61edf3 Version bump to 0.4.6, did I miss one?! 2011-06-23 23:45:55 +08:00
Samuel Cochran
f5efe23c6b Version bump to 0.4.5 2011-06-23 23:41:46 +08:00
Samuel Cochran
6571f84794 MailCatcher has a logo! 2011-06-23 23:41:07 +08:00
Samuel Cochran
baba52adcb Slightly nicer, GitHub-inspired buttons. 2011-06-12 14:00:59 +08:00
Samuel Cochran
8424fedaaf Add modernizr with HTML5 shiv 2011-06-12 13:32:01 +08:00
Samuel Cochran
55790a91a4 Merge commit '59a8162b915de59dfcea9e3c0c2b768800a18a00' from @pnc
Thanks!
2011-06-10 20:57:07 +08:00
Samuel Cochran
e22d6766e3 Fix download button 2011-06-10 20:56:18 +08:00
Samuel Cochran
559452ecc1 The donate link didn't work! Wooops. 2011-06-10 12:39:08 +08:00
Samuel Cochran
cbc49f7ba6 Version bump! 2011-06-10 12:27:59 +08:00
Samuel Cochran
0e8ac1c5a2 Remove JSON as a dependency, we let ActiveSupport worry about that. 2011-06-10 12:26:18 +08:00
Samuel Cochran
5ba5624c13 A couple of ideas for the README. 2011-06-10 11:25:03 +08:00
Samuel Cochran
d0d6b29606 Rawr! (Basic Growl support.) 2011-06-10 11:24:53 +08:00
Samuel Cochran
4b689159df Whitespace pedantry. 2011-06-10 11:22:59 +08:00
Samuel Cochran
49d42da4e5 Convert to SASS and tweak the Rake build process to work. 2011-06-10 11:22:56 +08:00
Samuel Cochran
b59cffd784 Add browser polling in README features. 2011-06-10 11:22:45 +08:00
Samuel Cochran
e85036a994 Added Rails, PHP, and better RVM instructions to README 2011-06-07 12:21:29 +08:00
Samuel Cochran
51042a28a8 Add examples. 2011-06-03 09:48:25 +08:00
Samuel Cochran
22d5fcaf33 Ignore SASS cache. 2011-06-03 09:47:39 +08:00
Samuel Cochran
ad556f2fdc Version bump for optparse require fix 2011-06-02 08:57:57 +08:00
Samuel Cochran
a4269a895f Require optparse now 2011-06-02 08:57:14 +08:00
Samuel Cochran
5b4d6ed26e Version bump, bug fix. 2011-06-02 08:17:20 +08:00
Samuel Cochran
811a3ac47f Fix syntax and quotes for 1.8.7. 2011-06-02 08:15:50 +08:00
Samuel Cochran
290d2db96a Merge branch 'master' of github.com:sj26/mailcatcher 2011-06-02 00:19:16 +08:00
Samuel Cochran
f0b8c2c63c README edits. People tell me I should allow donations or smth. 2011-06-01 09:09:37 -07:00
Samuel Cochran
4e65f6aedc Version 0.4.1
Don't daemonize on Windows.
2011-06-01 22:04:52 +08:00
Samuel Cochran
6b1f3e343d Process.daemon doesn't work on Windows 2011-06-01 22:04:45 +08:00
Samuel Cochran
f92a0684be A screenshot showing an actual message might be nice. 2011-06-01 02:07:29 +08:00
Samuel Cochran
f9c32e6b9f README: New screenshot of v0.4.0 2011-06-01 01:46:23 +08:00
Samuel Cochran
4d0163ca0e Re-word daemonize feature 2011-06-01 01:38:19 +08:00
Samuel Cochran
30a34984bd Version 0.4.0 2011-06-01 01:36:14 +08:00
Samuel Cochran
406a7980ed Run as a daemon by default. 2011-06-01 01:36:05 +08:00
Samuel Cochran
0ef6d42349 Recover from used ports. 2011-06-01 01:35:57 +08:00
Samuel Cochran
b8d72b0b53 Clear all mail. 2011-06-01 01:15:05 +08:00
Samuel Cochran
06f2238ef3 Quit via "DELETE /" - this seems more elegant, somehow. 2011-06-01 01:14:56 +08:00
Samuel Cochran
803a569ac8 Header button style tweaks. 2011-06-01 01:00:52 +08:00
Samuel Cochran
17d2cb3de9 Make "Quit" link work. 2011-06-01 00:49:36 +08:00
Samuel Cochran
bd1bfc47cf Present messages in ascending order from DB to make message order in UI predictable. 2011-06-01 00:40:35 +08:00
Samuel Cochran
72a761c198 Refactoring with compass, hooray! 2011-06-01 00:40:13 +08:00
Samuel Cochran
56a82f5b46 Merge branch 'master' of github.com:sj26/mailcatcher 2011-05-31 22:04:28 +08:00
Samuel Cochran
f63c85629d Update LICENSE year 2011-05-31 06:48:57 -07:00
Samuel Cochran
bcdf16680a README changes.
Re-order, copyright, thanks to TFG, PHP feature,
2011-05-31 06:48:15 -07:00
Samuel Cochran
63f7f85437 Remove daemons and use Process.daemon.
Daemons is overkill and ruby has a freakin' method for it anyways. (since when?!)
2011-05-30 15:37:13 +08:00
Samuel Cochran
ac6a439796 Add an RVM note about gemsets and wrappers. 2011-05-30 12:35:47 +08:00
Samuel Cochran
df7cda92d2 Guard makes everything easier. 2011-05-29 21:32:38 +08:00
Samuel Cochran
d07a6dff46 Version bump. 2011-05-29 21:18:15 +08:00
Samuel Cochran
895f7f4f59 Fix format tabs. 2011-05-29 21:16:40 +08:00
Samuel Cochran
0abd0037db Add whole-message types as well as multipart types. 2011-05-29 21:16:33 +08:00