Rob Kinyon [Fri, 2 Jun 2006 19:20:47 +0000]
r13919@rob-kinyons-powerbook58: rob | 2006-06-02 10:30:39 -0400
Added <image> as a functioning tag
Rob Kinyon [Fri, 2 Jun 2006 19:20:34 +0000]
r13918@rob-kinyons-powerbook58: rob | 2006-06-02 10:04:04 -0400
Fixed a couple bugs and started the process of adding <image>
Rob Kinyon [Thu, 26 May 2005 14:57:07 +0000]
Will use 3-arg open(), if available
Rob Kinyon [Fri, 11 Mar 2005 20:45:42 +0000]
Added new items to Todo
Rob Kinyon [Thu, 10 Mar 2005 15:47:33 +0000]
Added more tests and fixed formats to work correctly w/multiple templates.
Rob Kinyon [Fri, 4 Mar 2005 20:56:53 +0000]
Added more tests for conditionals. Need to fix linking in POD. - Intermediate commit!
Rob Kinyon [Fri, 4 Mar 2005 14:24:20 +0000]
Renamed two test files
Rob Kinyon [Fri, 4 Mar 2005 14:23:33 +0000]
Added new tests, fixed a bug, and cleaned up more code: Intermediate check-in
Rob Kinyon [Fri, 25 Feb 2005 18:42:26 +0000]
Improved tests and documentation. Fixed a few bugs in register()
Rob Kinyon [Thu, 24 Feb 2005 20:06:16 +0000]
Added filehandles to be parseable
Rob Kinyon [Thu, 24 Feb 2005 19:13:10 +0000]
META.yml for 0.21
Rob Kinyon [Thu, 24 Feb 2005 16:44:49 +0000]
Finished changes for v0.21 - including documentation fixes and a new renderer
Rob Kinyon [Thu, 24 Feb 2005 15:43:19 +0000]
Intermediate commit - just have to add/fix POD for two classes, then done
Rob Kinyon [Wed, 23 Feb 2005 21:02:47 +0000]
Intermediate commit
Rob Kinyon [Wed, 26 Jan 2005 16:59:52 +0000]
Added CELL type attr; Removed PM_FILTER
Rob Kinyon [Wed, 8 Dec 2004 18:22:04 +0000]
Fixed minor installation and documentation issues
Rob Kinyon [Fri, 12 Nov 2004 19:43:26 +0000]
- Removed 'use warnings' from all tests
- All warnings are suppressed unless $^W is true
- Added 'height' value for ROW
- Added 'width' value for CELL
- Fixed PM_FILTER to work on Redhat
Rob Kinyon [Sat, 6 Nov 2004 04:39:25 +0000]
0.17 Sat Nov 05 23:30:00 2004
- Added worksheet protection
- Fixed several bugs found by adding more tests
- SCOPE node actually works
- CONDITIONAL / IF now handles string values correctly
Rob Kinyon [Fri, 5 Nov 2004 18:33:24 +0000]
- Fixed Makefile.PL so that it uses PM_FILTER instead of rolling its own
- This means that the Unicode handling is cleaner from a source
perspective
- Added MANIFEST.SKIP to skip /.svn/ and 'vi' .swp files during distcheck
- Finally have a semi-real testing suite!
- Added minimal Spreadsheet::WriteExcel mockobject
- Fixed several bugs in formats found by building tests
- HIDDEN node now actually works
- LOCKED node now actually works
Rob Kinyon [Thu, 4 Nov 2004 21:14:14 +0000]
- Fixed bugs that were:
- preventing a worksheet from using a variable name in a loop
- allowing two worksheets to have the same name
- preventing a worksheet from being called '0' or '0.0'
- Added back-references. This allows for one cell to refer to another
cell in an Excel-aware way, especially in formulas.
- Added the following nodes:
- BACKREF
- RANGE
Rob Kinyon [Thu, 4 Nov 2004 18:17:10 +0000]
Forgot to add to Changes
Rob Kinyon [Thu, 4 Nov 2004 18:14:03 +0000]
Update Excel::Template version
Rob Kinyon [Thu, 4 Nov 2004 18:09:16 +0000]
Fixed email address to gmail address
Added new format handling + POD
Rob Kinyon [Wed, 27 Oct 2004 17:44:00 +0000]
Fixed MANIFEST
Rob Kinyon [Wed, 27 Oct 2004 17:37:09 +0000]
Increment version number (Doh!)
Rob Kinyon [Wed, 27 Oct 2004 17:36:39 +0000]
- Converted to use Unicode logic from PDF::Template
- Added mailing list and new email address to POD
Rob Kinyon [Wed, 27 Oct 2004 12:59:22 +0000]
Initial Import