updated list of things done
[catagits/Catalyst-Devel.git] / gsoc / donelist.txt
1 List of what I've done on Catalyst::Helper thus far:
2
3 6-03-2009
4 1. removed template code and hex data for images and put them into a directory
5 structure reflecting a Catalyst application's set up
6 2. Written a test to check to make sure the original C::H and new C::H code
7 create the exact same application, so we know nothing was broken.
8 3.  Implemented File::ShareDir to make use of a share/ directory in a distribution
9 for template files and images, etc.
10 4. working on a test script to test how deprecated methods are invoked, 2/3 working
11 5. implemented methods for new API and old deprecated methods.  1 for pulling 
12 File::ShareDir data out of our share/ directory, and another for backwards compatibility,
13 pulling data out of the __DATA__ section.
14 6. Drafted an RFC for more comments on progression of C::H API
15 7. Also using added Path::Class for file reading
16 as of 6-9-09
17 1. backwards compatibility tests pass