Travel Mapping

User Discussions => Welcome & Notices => Topic started by: Jim on July 04, 2016, 10:19:54 pm

Title: Please test changes live on tmtest
Post by: Jim on July 04, 2016, 10:19:54 pm
Please test web changes contributed by @Thing342 (https://github.com/TravelMapping/Web/pull/85) which are now on the http://tmtest.teresco.org instance of the site.  If I don't hear of any problems, I'll install on the main site soon.
Title: Re: Please test changes live on tmtest
Post by: mapcat on July 04, 2016, 11:36:08 pm
Traveler stats pages seem to be working, although on "Overall Stats" page the rankings are TBD (they work on regional pages). Routes in each individual region show up in numerical order now, which is nice.

Clicking on anything in the HB throws an error: it's looking for http://tmtest.teresco.org/hb/hb/index.php?sys=alba (http://tmtest.teresco.org/hb/hb/index.php?sys=alba) instead of (I assume) http://tmtest.teresco.org/hb/index.php?sys=alba (http://tmtest.teresco.org/hb/index.php?sys=alba)

Link to forum doesn't work.

Updates seem ok.


Title: Re: Please test changes live on tmtest
Post by: michih on July 05, 2016, 12:02:45 am
Traveler stats pages seem to be working, although on "Overall Stats" page the rankings are TBD (they work on regional pages).

It's an old issue though. I thought it was not yet implemented?
Title: Re: Please test changes live on tmtest
Post by: SSOWorld on July 05, 2016, 12:21:06 am

Link to forum doesn't work.

The link would need to be aliased since the test server is a different subdomain.  (I assume The hyperlink is a relative path) I'm not concerned about that since this is a temporary point.
Title: Re: Please test changes live on tmtest
Post by: yakra on July 05, 2016, 01:10:14 am
Temporary path is what I thought of too. Just point it at http://tm.teresco.org/forum/ and everything oughtta be swell, right?
Title: Re: Please test changes live on tmtest
Post by: si404 on July 05, 2016, 04:27:50 am
Routes in each individual region show up in numerical order now, which is nice.
Though not system order. Plus 4-digit routes don't go to the back of the queue outside KY (where the lower numbered routes have trailing zeros to have four digits).

It's certainly an improvement, but it's not yet perfected.
Title: Re: Please test changes live on tmtest
Post by: Jim on July 05, 2016, 02:28:38 pm
Temporary path is what I thought of too. Just point it at http://tm.teresco.org/forum/ and everything oughtta be swell, right?

Since tmtest isn't intended to be used for anything other than short-term testing, I would like to leave things like that alone.
Title: Re: Please test changes live on tmtest
Post by: Jim on July 05, 2016, 04:57:34 pm
 I've also made some behind the scene fixes to tmtest.teresco.org/stat.php .   Let me know if it appears that I broke anything.
Title: Re: Please test changes live on tmtest
Post by: Jim on July 05, 2016, 07:35:22 pm
You can ignore any craziness in the log files under tmtest.  I'm using tmtest to debug problems with my graphs.  That doesn't affect the main PHP pages since they're currently directed to use the production DB.
Title: Re: Please test changes live on tmtest
Post by: Jim on July 06, 2016, 10:15:20 pm
Everything that was being tested on tmtest is now live on the main tm.teresco.org site.
Title: Re: Please test changes live on tmtest
Post by: Jim on July 16, 2016, 10:30:49 pm
Another new round of changes, these contributed by @Thing342, are live on tmtest and will go live on the main site soon if no problems are reported.  See https://github.com/TravelMapping/Web/pull/96 (https://github.com/TravelMapping/Web/pull/96) for more on what's new.
Title: Re: Please test changes live on tmtest
Post by: vdeane on July 17, 2016, 12:17:57 am
The table header in mapview has the columns slightly off from the rest of the table.  Also, I got an error when I went to the Traveler Stats page in Chrome without a user selected, but was unable to reproduce in Firefox (the cookie or whatever is used to keep track of the user is so persistent that I'm unable to test again in Chrome until I kill my current incognito session).
Title: Re: Please test changes live on tmtest
Post by: Jim on July 18, 2016, 05:28:12 pm
Since it seems to be working well, the latest changes are now live on the main site.
Title: Re: Please test changes live on tmtest
Post by: michih on July 19, 2016, 04:03:25 am
Since it seems to be working well, the latest changes are now live on the main site.

Well, I had reported a problem which is live now: https://github.com/TravelMapping/Web/pull/96.

Quote from: michih on GitHub
Quote from: thing342 on GitHub
*Added user selection to hb.php, as requested in #42.
The links from user stats to HB are broken now:
http://tmtest.teresco.org/hb/?u=michih
instead of
http://tm.teresco.org/hb?rg=DEU
but should be
http://tmtest.teresco.org/hb?rg=DEU&rg&u=michih

For that reason, I cannot test the rest of the feature.