[Trac] Re: invalid literal for int() with base 10 (possibly due to change of column from "text" to "time")

2020-06-17 Thread RjOllos
On Tuesday, June 2, 2020 at 6:42:39 PM UTC-7, Aikido Guy wrote: > > On Tuesday, June 2, 2020 at 4:41:55 PM UTC-4, RjOllos wrote: >> >> On Tuesday, June 2, 2020 at 1:17:34 PM UTC-7, Aikido Guy wrote: >>> >>> On Tuesday, June 2, 2020 at 3:47:32 PM UTC-4, RjOllos wrote: On Tuesday, June 2,

[Trac] Re: invalid literal for int() with base 10 (possibly due to change of column from "text" to "time")

2020-06-02 Thread Aikido Guy
On Tuesday, June 2, 2020 at 4:41:55 PM UTC-4, RjOllos wrote: > > On Tuesday, June 2, 2020 at 1:17:34 PM UTC-7, Aikido Guy wrote: >> >> On Tuesday, June 2, 2020 at 3:47:32 PM UTC-4, RjOllos wrote: >>> >>> On Tuesday, June 2, 2020 at 11:38:30 AM UTC-7, Aikido Guy wrote: On Tuesday, June 2,

[Trac] Re: invalid literal for int() with base 10 (possibly due to change of column from "text" to "time")

2020-06-02 Thread RjOllos
On Tuesday, June 2, 2020 at 1:41:55 PM UTC-7, RjOllos wrote: > Btw, as an interim solution you could copy > trac/ticket/templates/query_results.html to a global templates directory > and modify with dateonly=True, as shown in #13309. Just be sure to copy and > apply the patch when you upgrade

[Trac] Re: invalid literal for int() with base 10 (possibly due to change of column from "text" to "time")

2020-06-02 Thread RjOllos
On Tuesday, June 2, 2020 at 1:17:34 PM UTC-7, Aikido Guy wrote: > > On Tuesday, June 2, 2020 at 3:47:32 PM UTC-4, RjOllos wrote: >> >> On Tuesday, June 2, 2020 at 11:38:30 AM UTC-7, Aikido Guy wrote: >>> >>> On Tuesday, June 2, 2020 at 4:03:12 AM UTC-4, RjOllos wrote: >>> On Monday, June 1,

[Trac] Re: invalid literal for int() with base 10 (possibly due to change of column from "text" to "time")

2020-06-02 Thread Aikido Guy
On Tuesday, June 2, 2020 at 3:47:32 PM UTC-4, RjOllos wrote: > > On Tuesday, June 2, 2020 at 11:38:30 AM UTC-7, Aikido Guy wrote: >> >> On Tuesday, June 2, 2020 at 4:03:12 AM UTC-4, RjOllos wrote: >> >>> On Monday, June 1, 2020 at 7:44:04 PM UTC-7, Aikido Guy wrote: On Monday, June 1, 202

[Trac] Re: invalid literal for int() with base 10 (possibly due to change of column from "text" to "time")

2020-06-02 Thread RjOllos
On Tuesday, June 2, 2020 at 11:38:30 AM UTC-7, Aikido Guy wrote: > > On Tuesday, June 2, 2020 at 4:03:12 AM UTC-4, RjOllos wrote: > >> On Monday, June 1, 2020 at 7:44:04 PM UTC-7, Aikido Guy wrote: >>> >>> On Monday, June 1, 2020 at 10:40:30 PM UTC-4, Aikido Guy wrote: [ticket-custom] >

[Trac] Re: invalid literal for int() with base 10 (possibly due to change of column from "text" to "time")

2020-06-02 Thread Aikido Guy
On Tuesday, June 2, 2020 at 4:03:12 AM UTC-4, RjOllos wrote: > On Monday, June 1, 2020 at 7:44:04 PM UTC-7, Aikido Guy wrote: >> >> On Monday, June 1, 2020 at 10:40:30 PM UTC-4, Aikido Guy wrote: >>> >>> [ticket-custom] >>> time1 = time >>> time1.format = date >>> time1.label = "Blah (/MM/DD)

[Trac] Re: invalid literal for int() with base 10 (possibly due to change of column from "text" to "time")

2020-06-02 Thread RjOllos
On Monday, June 1, 2020 at 7:44:04 PM UTC-7, Aikido Guy wrote: > > On Monday, June 1, 2020 at 10:40:30 PM UTC-4, Aikido Guy wrote: >> >> [ticket-custom] >> time1 = time >> time1.format = date >> time1.label = "Blah (/MM/DD) >> time1.value = >> time1.order = 5 >> >> I've followed all of your

[Trac] Re: invalid literal for int() with base 10 (possibly due to change of column from "text" to "time")

2020-06-01 Thread Aikido Guy
On Monday, June 1, 2020 at 10:40:30 PM UTC-4, Aikido Guy wrote: > > [ticket-custom] > time1 = time > time1.format = date > time1.label = "Blah (/MM/DD) > time1.value = > time1.order = 5 > > I've followed all of your advice and am now left with one small (not > urgent) question. In particular,

[Trac] Re: invalid literal for int() with base 10 (possibly due to change of column from "text" to "time")

2020-06-01 Thread Aikido Guy
On Monday, June 1, 2020 at 2:22:12 AM UTC-4, RjOllos wrote: > On Sunday, May 31, 2020 at 7:07:02 PM UTC-7, Aikido Guy wrote: >> >> On Sunday, May 31, 2020 at 10:05:30 PM UTC-4, Aikido Guy wrote: >>> >>> A TicketQuery (working before upgrade to Trac 1.4.1) has triggered the >>> following error mes

[Trac] Re: invalid literal for int() with base 10 (possibly due to change of column from "text" to "time")

2020-05-31 Thread RjOllos
On Sunday, May 31, 2020 at 7:07:02 PM UTC-7, Aikido Guy wrote: > > On Sunday, May 31, 2020 at 10:05:30 PM UTC-4, Aikido Guy wrote: >> >> A TicketQuery (working before upgrade to Trac 1.4.1) has triggered the >> following error message in Trac 1.4.1 (the log file contains): >> >> ERROR: Macro Tic

[Trac] Re: invalid literal for int() with base 10 (possibly due to change of column from "text" to "time")

2020-05-31 Thread Aikido Guy
On Sunday, May 31, 2020 at 10:05:30 PM UTC-4, Aikido Guy wrote: > > A TicketQuery (working before upgrade to Trac 1.4.1) has triggered the > following error message in Trac 1.4.1 (the log file contains): > > ERROR: Macro TicketQuery(...) > trac/wiki/formatter.py line 818 in _macro_formatter > ...