Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PDF-Table CPAN distribution.

Report information
The Basics
Id: 37924
Status: resolved
Priority: 0/
Queue: PDF-Table

People
Owner: jbazik [...] cpan.org
Requestors: ap [...] apfritts.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.9.3
Fixed in: (no value)



Subject: Table align
Table cell centering is not implemented. The attached file contains my implementation of "justify => center" for cell and column properties.
Subject: Table.pm

Message body is not shown because it is too large.

On Fri Jul 25 10:21:54 2008, apfritts wrote: Show quoted text
> Table cell centering is not implemented. The attached file contains my > implementation of "justify => center" for cell and column properties.
I have already implemented "center" alignment in the upcoming v1.0 but I will take a look at yours too. Thank you for your time and contribution.
Subject: Re: [rt.cpan.org #37924] Table align
Date: Tue, 29 Jul 2008 06:40:52 -0700
To: bug-PDF-Table [...] rt.cpan.org
From: "AP Fritts" <ap [...] apfritts.com>
Do you have an estimated date of release? On Tue, Jul 29, 2008 at 1:24 AM, Desislav Kamenov via RT < bug-PDF-Table@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=37924 > > > On Fri Jul 25 10:21:54 2008, apfritts wrote:
> > Table cell centering is not implemented. The attached file contains my > > implementation of "justify => center" for cell and column properties.
> > I have already implemented "center" alignment in the upcoming v1.0 but I > will take a look at yours too. Thank you for your time and contribution. >
-- AP Fritts Electrical and Computer Engineering The Ohio State University 330-730-1404 http://www.apfritts.com/
I don`t have planned release date because I`m a little short on free time but I want to release it as soon as possible( In a week or two )
Subject: Re: [rt.cpan.org #37924] Table align
Date: Thu, 4 Sep 2008 07:45:34 -0700
To: bug-PDF-Table [...] rt.cpan.org
From: "AP Fritts" <ap [...] apfritts.com>
Hi Desislav, If there is anything I can do to help with the release of v1.0, please let me know. Thanks, AP On Wed, Jul 30, 2008 at 11:07 PM, Desislav Kamenov via RT < bug-PDF-Table@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=37924 > > > I don`t have planned release date because I`m a little short on free > time but I want to release it as soon as possible( In a week or two ) >
-- AP Fritts Electrical and Computer Engineering The Ohio State University 330-730-1404 http://www.apfritts.com/
I am sorry for the delay but I am short on time lately. So I have set up a repo for public use and contribution. the URL is: http://svn.zendor.eu/modules/ Anonymous RO access and RW with user/pass I will be happy if you make any tests and email me feedback. Patches, suggestions and others are always welcome
Subject: Re: [rt.cpan.org #37924] Table align
Date: Mon, 6 Oct 2008 13:05:30 -0400
To: bug-PDF-Table [...] rt.cpan.org
From: "AP Fritts" <ap [...] apfritts.com>
Hey Desislav, I was hoping to look at your code and contribute a bit this week but I cannot access the SVN site. If you get a chance, could you send me the files? Thanks! AP On Wed, Sep 10, 2008 at 10:35 AM, Desislav Kamenov via RT < bug-PDF-Table@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=37924 > > > I am sorry for the delay but I am short on time lately. > So I have set up a repo for public use and contribution. > the URL is: > > http://svn.zendor.eu/modules/ > > Anonymous RO access and RW with user/pass > > I will be happy if you make any tests and email me feedback. > > Patches, suggestions and others are always welcome >
-- AP Fritts Electrical and Computer Engineering The Ohio State University 330-730-1404 http://www.apfritts.com/
We recently switched our ip address space. As a consequence some DNS records were left unchanged and the REPO was between them. At most after 48 ( from now 16:30 08.10.2008 ) there will be full DNS convergence and REPO will be available again. If you are interested in RW access send me an email to desi_at_zendor_dot_eu with user/pass .
Thanks. You're not the only one who wanted this. I implemented centered text in both col_props and cell_props. Look for 0.9.4, just uploaded to cpan. John