Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor export work. | stuconnolly | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | More export redesign work. Note that the current implementation has a major ↵ | stuconnolly | 2009-10-07 | 1 | -1/+15 |
| | | | | flaw in that exporter instances (NSOperation subclasses) are not reusable and so we have to create a new instance for every 'chunk' of data we want to process. | ||||
* | More export redesign work. | stuconnolly | 2009-10-06 | 1 | -3/+7 |
| | |||||
* | More export redesign work. CSV data generation is currently working using ↵ | stuconnolly | 2009-10-06 | 1 | -2/+1 |
| | | | | the old non-streaming code, but does not yet write to any files. Please note that this is still very much a work in progress. | ||||
* | Some more data exporter redesign changes I've been meaning to commit. | stuconnolly | 2009-09-16 | 1 | -1/+29 |
| | |||||
* | Implement the core CSV export process in the new CSV exporter class. | stuconnolly | 2009-08-29 | 1 | -0/+3 |
| | |||||
* | Add the first classes of the new export architecture. See the description at ↵ | stuconnolly | 2009-08-29 | 1 | -0/+30 |
the top of SPExporter.h for more information. |