Re: [gcd-main] Beta Series page and Search Results page

0 views
Skip to first unread message

Ralf Haring

unread,
Nov 21, 2009, 12:32:00 PM11/21/09
to gcd-...@googlegroups.com, gcd-tech
On Sat, Nov 21, 2009 at 08:38, Allen Ross <iama...@yahoo.com> wrote:
>
> Is there a reason the "Publication Dates" and "Number of Issues Published"
> have disappeared from the series page?:
>
> Production: http://www.comics.org/series/32926/
> Beta: http://beta.comics.org/series/32926/

Because the data is only shown when present and it is present in the
series record of the live site but not in the series record of the
beta site. As to why it is that way ... something wrong with the db
migration script?

mysql> select id,publication_dates,first_issue_id from
gcd_beta.gcd_series where id = 32926;
+-------+-------------------+----------------+
| id | publication_dates | first_issue_id |
+-------+-------------------+----------------+
| 32926 | NULL | NULL |
+-------+-------------------+----------------+
1 row in set (0.00 sec)

mysql> select id,pubdates,frst_iss from gcd.series where id = 32926;
+-------+-------------------------+----------+
| id | pubdates | frst_iss |
+-------+-------------------------+----------+
| 32926 | February 2009 - Present | 1 |
+-------+-------------------------+----------+
1 row in set (0.00 sec)

> For that matter, it looks like the contents of the "Published" column have
> disappeared on the Search Results screen (the column is there but empty when
> it should be populated):
>
> Production: http://www.comics.org/series/name/Supergirl%3A/sort/alpha/
> Beta: http://beta.comics.org/series/name/Supergirl%3A/sort/alpha/

Same reason as above. This draws on the series' publication dates field.

> I assume that's a bug.

Yep, I'll open a bug for it.

-Ralf

Henry Andrews

unread,
Nov 21, 2009, 12:38:40 PM11/21/09
to gcd-...@googlegroups.com, gcd-tech
will be resolved next refresh, or as discussed at http://dev.comics.org/reviews/r/208/


----- Original Message ----
> From: Ralf Haring <ralf....@gmail.com>
> To: gcd-...@googlegroups.com; gcd-tech <gcd-...@googlegroups.com>
> Sent: Sat, November 21, 2009 9:32:00 AM
> Subject: Re: [gcd-main] Beta Series page and Search Results page
> --
> GCD-Main mailing list - gcd-...@googlegroups.com
> To unsubscribe send email to gcd-main-u...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/gcd-main

Reply all
Reply to author
Forward
0 new messages