Search found 240 matches

by GregS
Mon Dec 16, 2013 5:14 pm
Forum: General
Topic: Report Question
Replies: 2
Views: 47286

Re: Report Question

Is it still the weekend? Date selection for the registration report is now done.
by GregS
Mon Dec 16, 2013 4:23 pm
Forum: Development
Topic: Player name sorting
Replies: 4
Views: 55380

Re: Player name sorting

Well, in the Ultimate league I'm in, people tend to know first names better than last names, so in that case sorting by first name is arguably much more user-friendly. Yet Another Configuration Option?
by GregS
Mon Dec 16, 2013 4:14 pm
Forum: Development
Topic: Player name sorting
Replies: 4
Views: 55380

Re: Player name sorting

The sorting in the stats pages is all done in-browser by JavaScript, which doesn't know anything about first or last names. Not sure if there's anything that can be added that would fix that. Maybe I just need to split the name into two columns?
by GregS
Mon Dec 16, 2013 2:17 pm
Forum: Development
Topic: Bug: "Rescheduled" game status (fixed)
Replies: 6
Views: 60749

Re: "Rescheduled" game status

There was one bit of code (used in multiple views) that checked for the option to enter stats outside of the check for whether a game was played. That's been corrected, let me know if it resolves this for you.
by GregS
Mon Dec 16, 2013 1:51 pm
Forum: Feature Requests
Topic: Show League
Replies: 5
Views: 58577

Re: Show League

Okay, it was closer to an hour than half an hour, but it's done now.
by GregS
Mon Dec 16, 2013 1:48 pm
Forum: Feature Requests
Topic: Delete Franchise
Replies: 3
Views: 51186

Re: Delete Franchise

Yes, that's because all teams must be members of at least one franchise... Presumably, the other teams that you removed were in this one and another? Or else it shouldn't have let you remove them either.
by GregS
Mon Dec 16, 2013 1:30 pm
Forum: Development
Topic: Bug: "Rescheduled" game status (fixed)
Replies: 6
Views: 60749

sulfur wrote:(note that there's a bit at the end of page 1... about individual stats... page wrap! :) ).
Split this topic off into a separate thread, since it's unrelated to stats.
by GregS
Mon Dec 16, 2013 1:29 pm
Forum: Development
Topic: Stat tracking ideas/etc...
Replies: 11
Views: 238399

Re: Stat tracking ideas/etc...

I've been working on this stuff as mentioned, no huge advances yet, but I've got some solid ideas as to how to handle it. Related to that, I'm also playing with a feature that allows "rating" information to be hidden (it's not applicable to our league, but may be to another league of the ...
by GregS
Mon Dec 16, 2013 1:01 pm
Forum: Development
Topic: Bug: "Rescheduled" game status (fixed)
Replies: 6
Views: 60749

Rescheduled should behave the same as cancelled, I think, but it's something that's not used much, so it might have been missed in testing somewhere. I'll look into it.
by GregS
Mon Dec 16, 2013 1:00 pm
Forum: Feature Requests
Topic: Show League
Replies: 5
Views: 58577

Re: Show League

Ah! It only includes league information if there is more than one league represented in the teams shown on the page. I'd guess that you don't have all the teams created yet, and that this would resolve itself once you do, but I'll get a fix pushed to Github in the next half hour or so.