On 9/25/07, Dave <[EMAIL PROTECTED]> wrote: > On 9/22/07, YOSHIDA Satoshi <[EMAIL PROTECTED]> wrote: > > I have upgraded my roller from 3.11rc3 to 4.0 rc3 on Apache Tomcat > > 6.0.14 and MySQL 5.0.45. > > > > issue 1: > > After upgrade, the values of [posttime] in all entries in > > [roller_comment] table have been changed to the upgrade time. This > > trouble occurs in both 'auto' installation and 'manual' installation.
I can't duplicate this problem. There is a bug in the upgrade script that prevented me from upgading from 3.1.1 to 4.0. Once I fixed that bug I was able to upgrade and the dates of the comments are preserved (I'm testing with MySQL 5.0.22). I also checked the places where we update the comments table in the 3.1.1 to 4.0 migration script and they all do the right thing for preserving the posttime. > > issue 2: > > As the result of #showNextPrevEntriesControl($pager) in URLs like > > /username/date/YYYYMM or YYYYMMDD, > > Previous month or day links never come out. > > (Only Next month or day links come out.) > > You can make sure this issue in > > http://rollerweblogger.org/project/date/20070820 or > > http://rollerweblogger.org/project/date/200708. > > > > Is this a spec or bug? This is by design. The day pager returns day links the month pager returns month links. - Dave
