Bug - Fixed Table misnamed in ascension snapshot

icon315

Member
Looking at persistence/AscensionSnapshot.java the reason is just a simple mistake
PHP:
pathFilter == AscensionSnapshot.GELATINOUS_NOOB ? "Nuclear Autumn " :
//should be
pathFilter == AscensionSnapshot.GELATINOUS_NOOB ? "Gelatinous Noob " :

edit:Also i have a request, do you think it'd be a good idea to make it so that in snapshots we are able to exclude people in a certain rank. In my clan we set people that are inactive as a certain rank, so excluding them would be nice.
 
Last edited:

fronobulax

Developer
Staff member
Clans are still a thing?

:)

18151. Untested.

Not sure about the filter request. A little more information about where you would apply this filter?
 

icon315

Member
Maybe something like this:
http://i.imgur.com/tGcs53H.png


Edit: Or maybe since it already gets the profile, we could make it look at the last login instead. So have it ask: Ignore members inactive (in months). But having it ignore the tag means we retrieve it from the roster page and therefor it decreases the number of page hits it takes from looking at each individual profile.
 
Last edited:
Top