src/reportlab/platypus/doctemplate.py
Wed, 24 Jun 2015 14:13:27 +0100 robin add support for crop/art/trim/bleed boxes; version --> 3.2.2
Fri, 19 Jun 2015 14:09:51 +0100 robin add doctemplate support for intialFontName/Size/Leading, version --> 3.2.1
Thu, 16 Apr 2015 14:52:55 +0100 robin support top level Lang; version-->3.1.54
Wed, 15 Apr 2015 14:43:00 +0100 robin added displayDocTitle argument to BaseDocTemplate
Tue, 14 Oct 2014 13:54:30 +0100 robin platypus: support setting template with PageBreak & add PageBreakIfNotEmpty; version --> 3.1.40
Thu, 03 Jul 2014 13:28:14 +0100 robin tableofcontents.py, doctemplate.py: fix indexing page number ordering bug found by Greg Jones bitbucket issue #40
Wed, 26 Mar 2014 12:32:02 +0000 robin merge py33 to default
Wed, 05 Feb 2014 15:42:45 +0000 robin doctemplate.py: allow unicode fram index names py33
Wed, 05 Feb 2014 14:19:09 +0000 robin doctemplate.py: use annotateException & allow page templates to be any string type py33
Thu, 09 Jan 2014 13:53:18 +0000 robin eliminate from . imports in favour of absolutes to allow running modules py33
Tue, 03 Dec 2013 13:57:37 +0000 robin attempt to remove python 3 only print stuff py33
Wed, 27 Nov 2013 16:35:31 +0000 robin utils.py: fix encode/decode_label py33
Tue, 19 Nov 2013 13:51:41 +0000 robin doctemplate.py: fix isinstance usage py33
Wed, 31 Jul 2013 16:22:27 +0100 robin platypus: FrameBG related stuff ifrom default that got lost somehow py33
Wed, 01 May 2013 16:43:09 +0100 rptlab another round of changes mostly type related py33
Tue, 30 Apr 2013 14:28:14 +0100 rptlab second stage of port to Python 3.3; working hello world py33
Tue, 30 Apr 2013 14:20:22 +0100 rptlab initial changes from 2to3-3.3 py33
Wed, 03 Jul 2013 16:06:50 +0100 robin platypus: change implementation of new FrameBG so it can be used in containers
Tue, 02 Jul 2013 10:47:30 +0100 robin changes to FrameBG
Tue, 02 Jul 2013 10:17:00 +0100 robin added FrameBG frame action to allow frame backgrounding
Mon, 22 Apr 2013 17:48:33 +0100 robin add support for Indenter in PTOs
Thu, 27 Sep 2012 14:39:39 +0000 robin reportlab: copyright date changes
Fri, 13 Jul 2012 15:07:03 +0000 rgbecker doctemplate.py added support for PageTemplate.autoNextPageTemplate
Wed, 29 Jun 2011 10:17:06 +0000 rgbecker doctemplate/flowables.py: fix DDIndenter split issue
Mon, 20 Jun 2011 15:49:26 +0000 andy added largest row to table splitting error messages
Wed, 01 Jun 2011 12:17:58 +0000 rgbecker doctemplate.py: fix transfer of extra indents in handle_pageBreak
Wed, 26 Jan 2011 14:03:05 +0000 rgbecker rtl-support: merge trunk changes 3804-3823 rtl-support
Tue, 25 Jan 2011 16:42:55 +0000 rgbecker platypus: fix splitting for ListFlowables (maybe)
Thu, 21 Oct 2010 10:34:13 +0000 rptlab rtl-support: merged trunk changes r3591:3803 rtl-support
Wed, 29 Sep 2010 19:37:05 +0000 andy added PDF Creator to document info
Wed, 15 Sep 2010 15:15:46 +0000 rgbecker reportlab: added preliminary support for enforcing color spaces
Thu, 27 May 2010 14:22:25 +0000 rgbecker doctemplate.py: minor fix to error reporting
Wed, 12 May 2010 14:49:43 +0000 andy added example of preloading table of contents
Wed, 14 Apr 2010 17:13:41 +0000 rgbecker reportlab: new base font mechanism more fully applied
Mon, 08 Feb 2010 18:17:33 +0000 damian Initial Python3 compatibility fixes
Thu, 28 Jan 2010 14:36:06 +0000 rgbecker doctemplate.py: fix bug in order of split[0] generated content contributed by Robert Hölzl <robert.hoelzl@baltech.de>
Wed, 02 Dec 2009 10:58:51 +0000 rgbecker reportlab: attempt to eliminate empty list argument issues bug contributed by Tim Roberts and Nate Silva
Thu, 15 Oct 2009 15:05:05 +0000 rgbecker doctemplate.py : add PageAccumulator class and support in tables.py
Wed, 17 Jun 2009 11:13:46 +0000 rgbecker doctemplate.py: fix bogus exception and allow for build keyword args in multibuild
Thu, 28 May 2009 09:34:43 +0000 rgbecker doctemplate.py: fix varname
Tue, 03 Mar 2009 17:38:41 +0000 rgbecker reportlab: improve information in doctemplate overflow error
Tue, 03 Mar 2009 15:22:29 +0000 jonas platypus.doctemplate: Added frame and pagetemplate id to the 'flowable too large' LayoutError.
Fri, 13 Feb 2009 12:39:57 +0000 rgbecker reportlab: cropMarks more robust
Thu, 29 Jan 2009 12:46:57 +0000 rgbecker doctemplate.py: standardize NullActionFlowable apply (bug fix from Hans Brand hans at marcans.nl)
Fri, 23 Jan 2009 16:31:04 +0000 rgbecker reportlab: remove 2.3/2.4 blockers
Tue, 13 Jan 2009 11:01:49 +0000 jonas Renamed setencrypt to setEncrypt to follow naming convention.
Wed, 07 Jan 2009 15:03:42 +0000 jonas Added encrypt option to DocTemplate.
Fri, 12 Dec 2008 17:01:47 +0000 tim docstrings cleaned up for epydoc
Thu, 16 Oct 2008 12:56:05 +0000 rgbecker reportlab: attempt fix to docIf vs keepTogether
Wed, 24 Sep 2008 12:16:59 +0000 rgbecker doctemplate.py: robustify access to _multiBuildEdits
Wed, 24 Sep 2008 11:07:24 +0000 rgbecker doctemplate.py: move '_postponed' cleanup into _multiBuildEdits
Wed, 24 Sep 2008 08:57:07 +0000 rgbecker doctemplate.py: first try at clean up of keepWithNext for multiBuild
Wed, 03 Sep 2008 16:10:51 +0000 rgbecker reportlab-2.2: second stage of major re-org
less more (0) tip