Author: Joël Perras
Date: 2010-05-05 02:45:51 -0400
Updating for Lithium 0.9.5 compatibility.
Author: Joël Perras
Date: 2010-05-05 03:07:23 -0400
Updating layout.
Author: Joël Perras
Date: 2010-05-05 03:08:09 -0400
Adding text wrap toggle.
Author: Joël Perras
Date: 2010-05-05 03:08:52 -0400
Updating lithium_bin.js to pass JSLint.
Author: Joël Perras
Date: 2010-05-05 03:20:24 -0400
Adding `bootstrap/media.php` to default boostrap loading.
Author: Joël Perras
Date: 2010-05-05 03:43:22 -0400
Refactoring PastesController.
Author: Joël Perras
Date: 2010-05-05 03:55:17 -0400
Moving route for `add` to top of routes file.
Author: Joël Perras
Date: 2010-05-05 05:04:32 -0400
Adding simple cache for individual paste documents.
Author: Joël Perras
Date: 2010-05-05 05:10:59 -0400
Adding link to title back to default page.
Author: Joël Perras
Date: 2010-05-05 05:21:00 -0400
Removing explicit calls to serialize/unserialize in favour of using the `Serializer` cache strategy.
Author: Joël Perras
Date: 2010-05-05 05:23:54 -0400
Moving cache clear logic in `save` filter for Paste model to avoid potential race condition.